@charset "UTF-8";

/**
 * #contents .page
 */
#contents .page {
	overflow: hidden;
}
#contents .page .header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
#contents .page .header::before,
#contents .page .header::after {
	position: fixed;
	top: 0;
	width: 10vw;
	height: 100vh;
	background: rgba(244,244,244,0.5);
	content: '';
	z-index: 1000;
}
#contents .page .header::before {
	left: 0;
}
#contents .page .header::after {
	right: 0;
}

#contents .page .head {
	box-sizing: border-box;
	position: fixed;
	left: 0;
	width: 100%;
	padding: 0 12vw 30px 12vw;
	background: #F4F4F4;
}
#contents .page .head .cf {
	margin: 50px 0 0 0;
}
#contents .page .header .ttl {
	position: relative;
	margin-top: 1.6vw;
	line-height: 1.1;
	letter-spacing: 0.3em;
	font-size: 40px;
	font-weight: 700;
}
#contents .page .header .ttl span,
#contents .page .header .ttl b {
	display: block;
	letter-spacing: 0.3em;
	line-height: 1.6;
	font-size: 0.5em;
}
#contents .page .header .ttl span {
	margin-top: 2px;
}
#contents .page .header .ttl b {
	color: #A3A3A3;
}
@media only screen and (min-width:769px) {
	#contents .page .head {
		transition: transform 0.3s ease-out;
		transform: translateY(0);
	}
	#contents .page .header.off .head {
		transition: transform 0.2s ease-in;
		transform: translateY(-100%);
	}
}
@media only screen and (max-width:768px) {
	#contents .page .header {
		position: fixed;
		width: 100%;
		background-color: #F4F4F4;
		z-index: 10000;
		transition: transform 0.3s ease-out;
		transform: translateY(0);
	}
	#contents .page .header.off {
		transition: transform 0.2s ease-in;
		transform: translateY(-100%);
	}
	#contents .page .header_sp .logo3d {
		transition: transform 0.3s ease-out;
		transform: translateY(0);
	}
	#contents .page .header_sp.off .logo3d {
		transition: transform 0.2s ease-in;
		transform: translateY(60px);
	}

	#contents .page .header .logo,
	#contents .page .header .btn_menu {
		position: absolute;
	}
	#contents .page .header .logo3d,
	#contents .page .header .popup {
		display: none;
	}

	#contents .page .head {
		position: static;
		width: 100%;
		padding: 115px 20px 5px 20px;
	}
	#contents .page .head .cf {
		margin:0;
	}
	#contents .page .header .ttl {
		position: absolute;
		top: 12px;
		left: 98px;
		font-size: 14px;
	}
	#contents .page .header::before,
	#contents .page .header::after {
		display: none;
	}
}

/**
 * #contents .page main
 */
#contents .page main {
	box-sizing: border-box;
	position: static;
	width: 100%;
	padding: 0 12vw;
	font-weight: 300;
}
#contents .page main .contents {
	padding: 70px 0 200px 0;
}
#contents .page main .content {
	box-sizing: border-box;
	float: left;
	width: 60%;
}
#contents .page main .content h3 {
	margin-bottom: 1em;
	font-size: 20px;
}
#contents .page main .content h3.en {
	margin-top: 4em;
	font-size: 22px;
}
#contents .page main .content p + p {
	margin-top: 2em;
}
#contents .page main .profile {
	box-sizing: border-box;
	float: right;
	width: 35%;
}
#contents .page main .profile h3 {
	font-size: 20px;
}
#contents .page main .profile p + h3 {
	font-size: 16px;
	margin-top: 1em;
}
#contents .page main .profile p {
	margin-top: 0.2em;
	font-size: 14px;
}
#contents .page main .profile figure {
	float: left;
	margin-top: 0.55em;
	width: 35%;
}
#contents .page main .profile .txt {
	float: right;
	width: 60%;
}
#contents .page main .content.col2 {
	display: flex;
}
#contents .page main .content.col2 > * {
	box-sizing: border-box;
	width: 100%;
	padding-right: 3vw;
}
#contents .page main .content.col2 p + p {
	margin-top: 0;
}
@media only screen and (max-width:768px) {
	#contents .page main {
		padding: 0 20px;
	}
	#contents .page main .contents {
		padding: 20px 0 100px 0;
		font-size: 14px;
	}
	#contents .page main .content,
	#contents .page main .profile {
		box-sizing: border-box;
		float: none;
		width: 100%;
	}
	#contents .page main .content h3 {
		font-size: 17px;
	}
	#contents .page main .content h3.en {
		font-size: 18px;
	}
	#contents .page main .profile {
		margin-top: 3em;
	}
	#contents .page main .profile h3 {
		font-size: 18px;
	}
	#contents .page main .profile p + h3 {
		font-size: 14px;
	}
	#contents .page main .profile p {
		font-size: 12px;
	}
	#contents .page main .content.col2 {
		display: block;
	}
	#contents .page main .content.col2 > * {
		padding-right: 0;
	}
	#contents .page main .content.col2 p + p {
		margin-top: 2em;
	}
}


/**
 * #photographer
 */
#contents .select {
	margin-top: 30px;
}
#contents .select ol {
	display: flex;
	font-size: 12px;
	font-weight: 300;
}
#contents .select ol li {
	white-space: nowrap;
}
#contents .select ol li::before {
	display: inline-block;
	margin: 0 1em;
	content: '：';
}
#contents .select ol li:first-child:before {
	display: none;
}
#contents #photographer .contents {
	padding-top: 0;
}
#contents #photographer .list {
	overflow: scroll;
}
#contents #photographer table {
	width: 100%;
}
#contents #photographer table tr {
	border-bottom: solid 1px #C1C1C1;
}
#contents #photographer table th,
#contents #photographer table td {
	padding: 15px 0;
	vertical-align: middle;
	font-size: 14px;
}
#contents #photographer table th:nth-child(4),
#contents #photographer table td:nth-child(4) {
	padding-left: 1.5%;
	padding-right: 1.5%;
}
#contents #photographer table th:nth-child(5),
#contents #photographer table td:nth-child(5) {
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}
#contents #photographer table td .advertising {
	letter-spacing: 0.21em;
}
#contents #photographer table td .photography {
	letter-spacing: 0.1em;
}
#contents #photographer table th:nth-child(6),
#contents #photographer table td:nth-child(6) {
	padding-left: 3%;
	padding-right: 3%;
}
#contents #photographer table th {
	padding-bottom: 30px;
	vertical-align: top;
	line-height: 1.2;
	font-size: 12px;
	color: #707070;
}
#contents #photographer table th:first-child,
#contents #photographer table td:first-child {
	padding-left: 0;
}
#contents #photographer table td {
	line-height: 3;
}
#contents #photographer table td.name {
	font-weight: bold;
}
#contents #photographer table td.ad {
	background-color: #EDECE8;
}
#contents #photographer table td.ph {
	background-color: #DEDDDA;
}
#contents #photographer table td.adph {
	background-color: #e5e4e1;
}
#contents #photographer table td.member {
	background: url('../img/icon_check.svg') no-repeat center center / 16px;
}
#contents #photographer .btn_view {
	display: inline-block;
	font-family: 'Helvetica Neue', 'Helvetica', 'Noto Sans JP', 'Arial', sans-serif;
	font-weight: 700;
	font-size: 14px;
}
#contents #photographer .btn_view span {
	display: block;
	position: relative;
	padding-right: 18px;
	background: url('../img/icon_view.svg') no-repeat right center / 11px auto;
}
#contents #photographer .btn_view span::after {
	position: absolute;
	bottom: 6px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #707070;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}
#contents #photographer .btn_view:hover span::after {
	transform-origin: left top;
	transform: scale(1, 1);
}
@media only screen and (max-width:768px) {
	#contents .select {
		margin-top: 0;
	}
	#contents .select ol {
		font-size: 11px;
	}
	#contents .select ol li::before {
		margin: 0 0.5em;
	}

	#contents #photographer table {
		min-width: 740px;
	}
	#contents #photographer table th,
	#contents #photographer table td {
		padding: 10px 0;
		font-size: 12px;
	}
	#contents #photographer table th {
		padding-bottom: 20px;
		font-size: 10px;
	}
	#contents #photographer table td {
		line-height: 2;
	}
	#contents #photographer .btn_view {
		font-size: 12px;
	}
	#contents #photographer .btn_view span {
		padding-right: 15px;
		background-size : 9px auto;
	}
	#contents #photographer .btn_view span::after {
		bottom: 1px;
	}
}
@media only screen and (max-width:374px) {
	#contents .select ol li::before {
		margin: 0 0.3em;
	}
}


/**
 * .judges
 */
#contents .judges section > ul {
	display: flex;
	flex-wrap: wrap;
}
#contents .judges section > ul li {
	width: 50%;
	display: flex;
	margin-top: 40px;
}
#contents .judges section figure {
	width: 32%;
}
#contents .judges section figure img {
	width: 100%;
}
#contents .judges section .txt {
	box-sizing: border-box;
	width: 68%;
	padding: 0 30px;
}
#contents .judges section .txt h3 {
	font-size: 20px;
}
#contents .judges section .txt h3 span {
	display: block;
	font-size: 14px;
}
#contents .judges section .txt h4,
#contents .judges section .txt p {
	font-size: 14px;
}
@media only screen and (max-width:768px) {
	#contents .judges section > ul {
		display: block;
	}
	#contents .judges section > ul li {
		width: 100%;
		margin-top: 30px;
	}
	#contents .judges section .txt h3 {
		font-size: 18px;
	}
	#contents .judges section .txt h3 span {
		font-size: 12px;
	}
	#contents .judges section .txt h4,
	#contents .judges section .txt p {
		font-size: 12px;
	}
#contents .judges section .txt {
	padding: 0 0 0 20px;
}
}