@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: #956F29;
}



/*
色設定
------------------------------------- */
#block1 {
	background: radial-gradient(circle at 50% 0%, #ffffff, #eeeeee);
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
#block3,
#block5,
#block7,
#block9 {
	background-color: #f7f3ec;
	border-bottom: 1px solid #f7f3ec;
}
#block2,
#block4,
#block6,
#block8 {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
#about a {
	background: #000000;
	color: #fff;
}

h4 span.title {
	color: #0c8976;
	font-feature-settings: "palt";
}
#about {
	padding-top: 0 !important;
	background-color: #ffffff;
}


#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) {
	#title .inner {
		padding-top: 0;
	}
	#title h1 {
		padding-top: 0;
	}
}


/*
概要
------------------------------------- */
#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: 2em;
	font-size: 2em;
}

#resultsintro .buttons {
	padding: 40px;
	display: flex;
	justify-content: center;
	gap: 20px;
}
#resultsintro .buttons a {
	display: flex;
	width: 300px;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 50px;
	border-radius: 100px;
	background: #956F29;
	font-weight: bold;
	font-size: 1.6em;
	text-decoration: none;
	color: #fff;
}

@media screen and (max-width:960px) {
	#resultsintro {
		padding: 3% 0 8% 0;
	}
	#resultsintro p {
		width: 90%;
		margin: 0 auto;
		padding: 0 0 5% 0;
		text-align: left;
	}
	#resultsintro p br.sp {
		display: none;
	}
}

@media screen and (max-width:640px) {
	#resultsintro {
		margin: 13% 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: 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;
	}
	#resultsintro .buttons {
		padding: 0 0 5% 0;
		display: block;
	}
	#resultsintro .buttons a {
		margin: 3% auto 0;
	}
}


/*
受賞
------------------------------------- */
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: 3em;
	color: #000000;
}
h3 span {
	display: inline-block;
	margin-bottom: 0px;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 0.7em;
}
h3 span.none {
	display: none;
}
h3 b {
	font-weight: normal;
}
.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: 94%;
	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: 94%;
	border-top: 1px solid #ccc;
	margin: 3% auto 0 auto;
	padding-top: 5%;
	text-align: left;
	line-height: 1.6em;
	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;
}
.winners1 .photo .comment p.camera,
.winners2 .photo .comment p.camera {
	margin-top: 3%;
	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 5px auto;
	line-height: 1.2em;
	font-size: 1.6em;
	color: #0c8976;
}
h4 span.name {
	line-height: 1.3em;
	font-size: 1.4em;
}
h4 br.sp {
	display: block;
}

.photo .filmsimulation {
	margin-bottom: 5px;
	color: #333;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: bold;
}
.photo .filmsimulation a:hover {
	color: #000;
	text-decoration: underline;
	text-decoration-color: #000;
}
.photo .filmsimulation 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: 94%;
	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: 94%;
	border-top: 1px solid #ccc;
	margin: 3% auto 0 auto;
	padding-top: 5%;
	text-align: left;
	line-height: 1.6em;
	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.6em;
	font-size: 1em;
}
.winners2 .photo .comment p.cammera {
	line-height: 1.8em;
}

.winners3 h4 {
	text-align: center;
	font-size: 8px;
	font-size: 0.8rem;
}
.winners3 .photo {
	text-align: center;
}
.winners3 .photo .enlarge img {
	width: 94%;
	border: 6px solid #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.winners3 .photo .comment {
	width: 94%;
	border-top: 1px solid #ccc;
	margin: 3% auto 1% auto;
	padding-top: 5%;
	text-align: left;
	line-height: 1.4em;
	font-size: 1.4em;
}

.comment h5 {
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.1em;
	color: #222;
}
.comment h5 span {
	font-size: 0.85em;
}

@media screen and (min-width: 481px) {
	.photo .enlarge {
		pointer-events: auto;
	}
}

/* PC向けレイアウト */
@media screen and (min-width: 980px) {
	h3 {
		margin: 0 0 60px;
		padding-top: 70px;
        letter-spacing: 6px;
		font-size: 4em;
	}
	h3 span {
		margin-bottom: 10px;
		font-size: 0.85em;
	}
	h3 span.none {
		display: inline;
	}
	h3 br.sp {
		display: none;
	}
	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 a {
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	.photo img {
		margin-bottom: 30px;
	}
	.photo .enlarge {
		pointer-events: auto;
	}
	.photo .filmsimulation {
		margin-bottom: 10px;
	}

	.winners1 {
		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: 420px;
    }
	.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;
	}
	.winners1 .photo .comment p.camera,
	.winners2 .photo .comment p.camera {
		margin-top: 20px;
		text-align: center;
		line-height: 1.5em;
		font-size: 1em;
	}
	.winners1 .photo .comment p.camera br.sp,
	.winners2 .photo .comment p.camera br.sp {
		display: none;
	}

	.winners2 {
		padding-bottom: 0px;
	}
	.winners2 .photo {
		max-width: 800px !important;
		margin: 0 10px 100px 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 {
		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 {
		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 .comment {
		max-width: 400px;
		margin: 0 auto;
		padding: 24px 0 0 0;
		line-height: 1.5em;
		font-size: 1.5em;
	}
	.winners3 h4 {
		margin-bottom: 24px;
	}
	.comment h5 span {
		font-size: 0.8em;
	}
}


/* 写真展
----------------------------------------*/
#exhibition {
	padding: 0 0 70px 0;
	text-align: center;
	background: radial-gradient(circle at 50% 0%, #ffffff, #eeeeee);
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
#exhibition h3 {
	margin-bottom: 30px;
}
#exhibition p{
	max-width: 960px;
	width: 90%;
	margin: 0 auto 30px auto;
	text-align: center;
	line-height: 1.6em;
	font-size: 1.8em;
	color: #000;
}
#exhibition .btn a {
	display: block;
	max-width: 300px;
	width: 70%;
	border-radius: 100px;
	margin: 0 auto;
	padding: 16px 0;
	background: #000;
	text-align: center;
	line-height: 1;
	text-decoration: none;
  text-box-trim: trim-both;
	font-size: 1.8em;
	font-weight: bold;
	color: #fff;
}
#exhibition .about {
	padding-top: 70px;
}
#exhibition .about a {
	background: none;
	color: #000;
	font-size: 1.6em;
	text-decoration: none;
}

@media screen and (max-width: 960px) {
	#exhibition br.pc {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	#exhibition {
		padding: 8% 0 16% 0;
	}
	#exhibition p {
		width: 90%;
		margin: 0 auto;
		padding: 2% 0 5% 0;
		text-align: left;
		font-size: 1.5em;
	}
	#exhibition .btn a {
		width: 70%;
		padding: 4.5% 0;
		font-size: 1.6em;
	}
	#exhibition .about {
		padding-top: 16%;
	}
	#exhibition .about a {
		background: none;
		color: #000;
		font-size: 1.5em;
		text-decoration: none;
	}
}
