@charset "UTF-8";
body {
	overflow-anchor: none;
}
.box-hdg-lv1{
	background: url("/event/enjoy/photo-contest/img/photo-pic-main.jpg") center center;
	background-size: cover;
	min-height: 580px;
}
.box-hdg-lv1:after{
	opacity: 0.5;
}
.box-hdg-lv1 .hdg-lv1{
	font-size: 40px;
	padding-top: 270px;
}
@media only screen and (max-width: 767px){
	.box-hdg-lv1{
		min-height: 290px;
	}
	.box-hdg-lv1 .hdg-lv1{
		font-size: 30px;
		padding-top: 90px;
	}
}
.box-search01{
	margin-top: -235px;
}
.box-search-contest .box-search01-filer-content{
	display: none;
}
.box-search-contest .box-search01-filer-content.is-active{
	display: block;
}
.box-search01-tab-title .far,
.box-search01-tab-title .fal,
.box-search01-tab-title .fas{
	margin-right: 5px;
}
.box-search01-tab-title li{
	width: 33.33%;
}
.box-search01-tab-title li > a,
.box-search01-tab-title li label{
	font-size: 16px;
}
#search-freeword .form-input-text .far{
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 45px;
	height: 54px;
	font-size: 24px;
	color: #097cf2;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}
#search-freeword .form-input-text .far:hover{
	opacity: 0.7;
}
.lst-note-form{
	margin: 22px 0 16px;
}
.box-search01-filer-content .lst-note-form > li{
	font-size: 14px;
	line-height: 1.2;
	color: #333;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px){
	.box-search01{
		margin-top: -110px;
	}
	.box-search01-tab-title li > a,
	.box-search01-tab-title li label{
		font-size: 14px;
	}
	.box-search01-tab-title .far, .box-search01-tab-title .fal, .box-search01-tab-title .fas{
		margin-right: 2px;
	}
	.box-search01-filer-content ul.lst-note-form{
		margin-top: 25px;
	}
	.box-search01-filer-content .lst-note-form > li{
		min-height: auto;
	}
	#search-freeword .form-input-text .far{
		font-size: 18px;
		right: 10px;
	}
	#search-freeword .form-input-text input[type="text"]{
		padding: 0 30px 0 8px;
	}
	.box-search01-filer-content .lst-note-form > li{
		font-size: 12px;
	}
}
@media only screen and (max-width: 374px){
	.form-input-text label{
		font-size: 12px;
	}
	.box-search01-checkbox-text{
		font-size: 12px;
	}
}
.photo-lst-search-condition{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-right: -16px;
}
.photo-lst-search-condition li{
	display: inline-block;
	margin-right: 16px;
}
@media only screen and (max-width: 767px){
	.box-search01-filer-content ul.photo-lst-search-condition li{
		width: 100%;
		margin-right: 0;
	}
}
.photo-box-result{
	margin-top: 44px;
}
.photo-lst-result{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.photo-lst-result > li{
	display: block;
	width: calc(25%);
	padding: 0 10px;
	margin-bottom: 16px;
}
.photo-lst-result-item a{
	display: block;
	color: #000;
}
.photo-lst-result-item a:hover{
	opacity: 0.7;
}
.photo-lst-result-thumb{
	display: flex;
	justify-content: center;
	align-items: center;
}
.photo-lst-result-thumb img{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	touch-callout:none;
	user-select:none;
}
p.photo-lst-result-name{
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
}
p.photo-lst-result-pref{
	text-align: center;
	font-size: 12px;
	margin-top: 4px;
	line-height: 1.4;
}
@media only screen and (max-width: 767px){
	.photo-lst-result{
		margin: 0 -5px;
	}
	.photo-lst-result > li{
		width: calc(50%);
		padding: 0 5px;
	}
}
.js-btn-viewmore{
	display: none;
}
.js-btn-viewmore.is-show{
	display: inline-block;
}
.btn01{
	width: 476px;
	margin-top: 20px;
	font-size: 24px;
}
@media only screen and (max-width: 767px){
	.btn01{
		width: 100%;
		font-size: 16px;
		margin-top: 10px;
	}
}
.is-popup-modal{
	overflow: hidden;
}
.photo-modal-detail{
	display: flex;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 6;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	padding: 20px 0;
	box-sizing: border-box;
}
.photo-modal-detail-nav{
	position: static;
}
p.photo-modal-detail-close{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: #37474f;
	width: 60px;
	height: 60px;
	z-index: 7;
	margin-top: 0;
}
.photo-modal-detail-close-button{
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	display: block;
	width: 100%;
	height: 100%;
}
.photo-modal-detail-close-button:hover{
	opacity: 0.7;
}
.photo-modal-detail-close-button:before{
	content: "";
	display: inline-block;
	width: 26px;
	height: 2px;
	background: #fff;
	position: absolute;
	z-index: 7;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.photo-modal-detail-close-button:after{
	content: "";
	display: inline-block;
	width: 26px;
	height: 2px;
	background: #fff;
	position: absolute;
	z-index: 7;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}
p.photo-modal-detail-control{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 7;
	display: block;
	width: 100%;
	margin-top: 0;
}
.photo-modal-detail-left{
	font-size: 0;
	margin-top: 0;
	display: block;
	width: 60px;
	height: 60px;
	background: #37474f;
	position: absolute;
	left: 0;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.photo-modal-detail-left:before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.photo-modal-detail-right{
	font-size: 0;
	margin-top: 0;
	display: block;
	width: 60px;
	height: 60px;
	background: #37474f;
	position: absolute;
	right: 0;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.photo-modal-detail-right:before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.photo-modal-detail-left:hover,
.photo-modal-detail-right:hover{
	opacity: 0.7;
}
.photo-modal-detail-inner{
	position: static;
	width: 100%;
	max-width: 1400px;
	padding: 0 60px;
}
.photo-modal-detail-content{
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
.photo-modal-detail-figure{
	display: table-cell;
	width: 56.25%;
	vertical-align: middle;
	line-height: 0;
	text-align: center;
	overflow: hidden;
}
.photo-modal-detail-figure img{
	position: relative;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	touch-callout:none;
	user-select:none;
}
.photo-modal-detail-info{
	display: table-cell;
	width: 43.75%;
	vertical-align: top;
	padding: 160px 40px 0;
	transition: all 0.4s ease-in-out;
	opacity: 1;
}
.photo-modal-detail-info.is-animate{
	opacity: 0;
}
/*.photo-modal-detail-content.is-vertical .photo-modal-detail-info{
	padding-top: 150px;
}*/
.photo-modal-detail-info p{
	color: #fff;
	font-size: 12px;
	line-height: 2.5;
}
p.photo-modal-detail-name{
	font-size: 32px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 20px;
}
.photo-modal-detail{
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
.photo-modal-detail.is-open{
	opacity: 1;
	visibility: visible;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
	.bottom-menu{
		overflow: hidden;
	}
	.photo-modal-detail{
		padding: 10px 0 120px;
		display: block;
	}
	.photo-modal-detail-inner{
		padding: 0 10px;
		overflow: auto;
		max-height: 100%;
	}
	.photo-modal-detail-content{
		display: block;
		width: 100%;
	}
	.photo-modal-detail-figure{
		display: block;
		width: 100%;
	}
	.photo-modal-detail-info{
		display: block;
		width: 100%;
		padding: 15px 0 20px;
	}
	.photo-modal-detail-nav{
		position: relative;
		width: 100%;
		height: 30px;
		margin-top: 20px;
	}
	p.photo-modal-detail-control{
		top: auto;
		bottom: 0;
		transform: translateY(0);
	}
	.photo-modal-detail-left{
		bottom: 0;
	}
	.photo-modal-detail-right{
		bottom: 0;
	}
	p.photo-modal-detail-close{
		top: auto;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		width: 30px;
		height: 30px;
	}
	.photo-modal-detail-info p{
		font-size: 12px;
		line-height: 1.25;
	}
	p.photo-modal-detail-name{
		font-size: 24px;
		margin-bottom: 25px;
	}
	.photo-modal-detail-close-button:before{
		width: 14px;
		height: 1px;
	}
	.photo-modal-detail-close-button:after{
		width: 14px;
		height: 1px;
	}
	.photo-modal-detail-right{
		text-align: center;
		font-size: 12px;
		line-height: 30px;
		color: #fff;
		width: 100px;
		height: 30px;
	}
	.photo-modal-detail-left{
		text-align: center;
		font-size: 12px;
		line-height: 30px;
		color: #fff;
		width: 100px;
		height: 30px;
	}
	.photo-modal-detail-left:before{
		width: 5px;
		height: 5px;
		left: 18px;
	}
	.photo-modal-detail-right:before{
		width: 5px;
		height: 5px;
		left: auto;
		right: 10px;
	}
	.photo-modal-detail-content.is-vertical .photo-modal-detail-info{
		padding: 15px 0 20px;
	}
}
@media (orientation: landscape) and (max-width: 767px) {
	.photo-modal-detail-inner{
		padding: 0 40px;
	}
	.photo-modal-detail-figure{
		width: 50%;
	}
	.photo-modal-detail-info{
		width: 50%;
	}
	.photo-modal-detail-info,
	.photo-modal-detail-content.is-vertical .photo-modal-detail-info{
		padding: 0 20px;
	}
	.photo-modal-detail-content.is-vertical .photo-modal-detail-info{
		vertical-align: middle;
	}
	.photo-modal-detail-info p{
		line-height: 1.25;
	}
	p.photo-modal-detail-name{
		font-size: 24px;
		margin-bottom: 25px;
	}
	p.photo-modal-detail-close{
		width: 40px;
		height: 40px;
	}
	.photo-modal-detail-close-button:before{
		width: 16px;
		height: 1px;
	}
	.photo-modal-detail-close-button:after{
		width: 16px;
		height: 1px;
	}
	p.photo-modal-detail-control{
		top: 45%;
	}
	.photo-modal-detail-left{
		width: 40px;
		height: 70px;
	}
	.photo-modal-detail-left:before{
		width: 10px;
		height: 10px;
		left: 55%;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
	}
	.photo-modal-detail-right{
		width: 40px;
		height: 70px;
	}
	.photo-modal-detail-right:before{
		width: 10px;
		height: 10px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
}