@charset "utf-8";
/***************************************************************************************************
	page_gallery_photo.css
***************************************************************************************************/
#pagetop {
	height: 100%;
	overflow: visible;
}
#page_gallery_photo {
	position: relative;
	width: 100%;
	height: 100%;
}
/*
*/
#page_gallery_photo .blk_1 {
	position: relative;
	width: 100%;
	height: 30%;
	background-image: url('../images/gallery_photo_img_1.jpg');
	background-position: 50% 0;
	background-size: cover;
}
/*
#page_gallery_photo .blk_1::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	max-width: 3000px;
	height: 100%;
	left:0;
	top:0;
	background-image: url('../images/gallery_photo_txt_1.svg');
	background-position: 0 100%;
	background-size: 80% auto;
	pointer-events: none;
	opacity: .2;
}
*/

#page_gallery_photo .blk_1_1 {
	position: absolute;
	left:45px;
	top:70px;
}
#page_gallery_photo .blk_1_1 h2 {
	position: relative;
}
#page_gallery_photo .blk_1_1 h2 .lin_1 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 700;
	color:#ffffff;
}
#page_gallery_photo .blk_1_1 h2 .lin_2 {
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 1;
	font-weight: 700;
	color:#ffffff;
	padding: 20px 0 0 0;
}
#page_gallery_photo .blk_1_1 ul {
	position: relative;
	padding: 30px 0 0 0;
}
#page_gallery_photo .blk_1_1 ul li {
	position: relative;
}
#page_gallery_photo .blk_1_1 ul li a {
	position: relative;
	display: block;
	padding: 10px 0 10px 20px;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	color:#ffffff;
}
#page_gallery_photo .blk_1_1 ul li a::after {
	position: absolute;
	display: block;
	content: '';
	width: 12px;
	height: 2px;
	left:0;
	top:50%;
	background-color: #ffffff;
}
/*
*/
#page_gallery_photo .blk_2 {
	position: relative;
}
/*  */
#page_gallery_photo .blk_2 .rep_1 {
	position: relative;
}
#page_gallery_photo .blk_2 .rep_1_1 {
	position: relative;
	width: 100%;
	height: 79px;
	background-image: url('../images/header_bk_1.jpg');
	background-position: 0 0;
	background-size: auto auto;
	background-repeat: repeat;
}
#page_gallery_photo .blk_2 .rep_1_1 .tit_1 {
	position: relative;
	display: inline-block;
	width: auto;
	height: 100%;
	padding: 0 0 0 90px;
}
#page_gallery_photo .blk_2 .rep_1_1 .tit_1::before {
	position: absolute;
	display: block;
	content: '';
	width: 28px;
	height: 5px;
	left:15px;
	top:37px;
	background-color:#FFDC2A;
}
#page_gallery_photo .blk_2 .rep_1_1 .tit_1::after {
	position: absolute;
	display: block;
	content: '';
	width: 28px;
	height: 5px;
	left:43px;
	top:37px;
	background-color:#1379B9;
}
#page_gallery_photo .blk_2 .rep_1_1 .tit_1 span {
	display: block;
	position: relative;
	font-size: 30px;
	line-height: 1.25;
	white-space: nowrap;
	color:#ffffff;
	left:0;
	top:calc(50% - 2px);
	transform: translateY(-50%);
}
#page_gallery_photo .blk_2 .rep_1_1 p {
	position: absolute;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	white-space: nowrap;
	color:#ffffff;
	left:calc(100% - 25px);
	top:50%;
	padding: 0 20px 0 0;
	transform: translate(-100%, -50%);
	background-image: url('../images/gallery_photo_ico_1.svg');
	background-position: 100% 50%;
	background-size: 16px auto;
}
/*  */
#page_gallery_photo .blk_2 .rep_1_2 {
	position: relative;
}
#page_gallery_photo .blk_2 .rep_1_2 ul {
	position: relative;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
#page_gallery_photo .blk_2 .rep_1_2 ul li {
	position: relative;
	display: block;
	width: 25%;
	height: auto;
	padding:25% 0 0 0;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	overflow: hidden;
	cursor: pointer;
}
#page_gallery_photo .blk_2 .rep_1_2 ul li .blk_img {
	position: absolute;
	left:50%;
	top:50%;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	transform: translate(-50%, -50%) scale(1);
	transition: transform .2s ease-out 0s;
}
#page_gallery_photo .blk_2 .rep_1_2 ul li:hover .blk_img {
	transform: translate(-50%, -50%) scale(1.2);
}
#page_gallery_photo .blk_2 .rep_1_2 ul li .blk_img img {
	display: none;
}
#page_gallery_photo .blk_2 .rep_1_2 ul li .blk_txt {
	display: none;
}
/*
*/
.gallery_photo_blk_ss {
	position: fixed;
	/* left:215px; */
	left:0;
	top:0;
	/* width: calc(100% - 215px); */
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	pointer-events: none;
	opacity: 0;
	transition: opacity .4s ease-out 0s;
	z-index: 100000;

}
.gallery_photo_blk_ss.show {
	pointer-events: auto;
	opacity: 1;
}
.gallery_photo_blk_ss.hide {
	pointer-events: none;
	opacity: 0;
}
.gallery_photo_blk_ss .blk_ss_1 {
	position: relative;
	left:0;
	top:50%;
	transform: translateY(-50%);
	width: 100%;
	height: 100%;
	margin: auto;
}
.gallery_photo_blk_ss .blk_ss_1_1 {
	position: absolute;
	/* width: calc(100% - 200px); */
	width: 100%;
	height: auto;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	padding: 66.6% 0 0 0;
}
.gallery_photo_blk_ss .blk_photo {
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	opacity: 0;
	/* background-color: #111111; */
	overflow: hidden;
}
.gallery_photo_blk_ss.show .blk_photo {
	opacity: 1;
	transition: opacity .4s ease-out .4s;
}
.gallery_photo_blk_ss.hide .blk_photo {
	opacity: 0;
	transition: opacity 0s ease-out .4s;
}
/*  */
.gallery_photo_blk_ss .blk_photo .blk_img {
	position: absolute;
	width: 98%;
	height: 98%;
	left:1%;
	top:1%;
	background-size: contain;
	background-position: 50% 50%;
}
.gallery_photo_blk_ss .blk_photo .blk_img.hide {
	opacity: 0;
}
.gallery_photo_blk_ss .blk_text {
	position: absolute;
	width: 98%;
	height: auto;
	left:1%;
	top:100%;
	text-align: left;
	padding:5px 0 20px 0;
	font-size: 14px;
	line-height: 1.75;
	color: #ffffff;
	opacity: 0;
}
.gallery_photo_blk_ss .blk_text.show {
	opacity: 1;
	transition: opacity .4s ease-out .4s;
}
.gallery_photo_blk_ss .blk_text.hide {
	opacity: 0;
	transition: opacity .4s ease-out 0s;
}
.gallery_photo_blk_ss .btn_next {
	position: absolute;
	width: 100px;
	height: 100px;
	left:100%;
	top:calc(50% - 50px);
	cursor:pointer;
	opacity: 0;
	transform-origin: 20px 50%;
}
.gallery_photo_blk_ss.show .btn_next {
	opacity: 1;
	transition: opacity .6s ease-out .6s, transform .1s ease-out 0s;
}
.gallery_photo_blk_ss.hide .btn_next {
	opacity: 0;
	transition: opacity 0s ease-out .4s, transform .1s ease-out 0s;
	pointer-events: none;
}
.gallery_photo_blk_ss .btn_next.show {
	pointer-events: auto;
}
.gallery_photo_blk_ss .btn_next.hide {
	pointer-events: none;
}
.gallery_photo_blk_ss .btn_next:hover {
	transform: scale(1.3);
	transition: transform .2s ease-out 0s;
}
.gallery_photo_blk_ss .btn_next::after {
	position: absolute;
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	left:calc(100% - 80px);
	top:50%;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform-origin: 100% 0;
	transform: rotate(45deg);
	transition: opacity .2s ease-out 0s;
}
.gallery_photo_blk_ss .btn_next.show::after {
	opacity: 1;
}
.gallery_photo_blk_ss .btn_next.hide::after {
	opacity: 0;
}
.gallery_photo_blk_ss .btn_prev {
	position: absolute;
	width: 100px;
	height: 100px;
	left:-100px;
	top:calc(50% - 50px);
	cursor:pointer;
	opacity: 0;
}
.gallery_photo_blk_ss.show .btn_prev {
	opacity: 1;
	transition: opacity .6s ease-out .6s, transform .1s ease-out 0s;
}
.gallery_photo_blk_ss.hide .btn_prev {
	opacity: 0;
	transition: opacity 0s ease-out .4s, transform .1s ease-out 0s;
	pointer-events: none;
}
.gallery_photo_blk_ss .btn_prev:hover {
	transform: scale(1.3);
	transition: transform .2s ease-out 0s;
}
.gallery_photo_blk_ss .btn_prev.show {
	pointer-events: auto;
}
.gallery_photo_blk_ss .btn_prev.hide {
	pointer-events: none;
}
.gallery_photo_blk_ss .btn_prev::after {
	position: absolute;
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	left:40px;
	top:50%;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	transform-origin: 0 0;
	transform: rotate(-45deg);
	transition: opacity .2s ease-out 0s;
}
.gallery_photo_blk_ss .btn_prev.show::after {
	opacity: 1;
}
.gallery_photo_blk_ss .btn_prev.hide::after {
	opacity: 0;
}
/*  */
.gallery_photo_blk_ss .btn_close {
	position: absolute;
	left:0;
	top:-25px;
	width: 100%;
	height: auto;
}
.gallery_photo_blk_ss .btn_close .wrap {
	position: absolute;
	left:1%;
	top:-0;
	width: 98%;
	height: 25px;
}
.gallery_photo_blk_ss .btn_close .content {
	position: absolute;
	left:calc(100% - 73px);
	top:0;
	width: 68px;
	height: 20px;
	cursor: pointer;
	opacity: 0;
}
.gallery_photo_blk_ss.show .btn_close .content {
	opacity: 1;
	transition: opacity .4s ease-out .8s;
}
.gallery_photo_blk_ss.hide .btn_close .content {
	opacity: 0;
	transition: opacity 0s ease-out .4s;
}
.gallery_photo_blk_ss .btn_close .content::after {
	position: absolute;
	display: block;
	content: 'CLOSE';
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	font-family: 'Viga', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color:#CCCCCC;
	text-align: left;
}
.gallery_photo_blk_ss .btn_close .content div {
	position: absolute;
	display: block;
	left:calc(100% - 7px);
	top:7px;
}
.gallery_photo_blk_ss .btn_close .content div::before {
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: 18px;
	left:0;
	top:-9px;
	border-left:2px solid #CCCCCC;
	transform: rotate(45deg);
}
.gallery_photo_blk_ss .btn_close .content div::after {
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: 18px;
	left:0;
	top:-9px;
	border-left:2px solid #CCCCCC;
	transform: rotate(-45deg);
}
/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {
#pagetop {
}
#page_gallery_photo {
}
/*
*/
#page_gallery_photo .blk_1 {
	min-height: 180px;
}
#page_gallery_photo .blk_1::after {
	max-width: 800px;
	background-size: 100% auto;
}

#page_gallery_photo .blk_1_1 {
	position: absolute;
	left:25px;
	top:20px;
}
#page_gallery_photo .blk_1_1 h2 {
	position: relative;
}
#page_gallery_photo .blk_1_1 h2 .lin_1 {
	font-size: 14px;
	padding: 0 10px 0 0;
}
#page_gallery_photo .blk_1_1 h2 .lin_2 {
	font-size: 30px;
	padding: 20px 0 0 0;
}
#page_gallery_photo .blk_1_1 ul {
	padding: 25px 0 0 0;
}
#page_gallery_photo .blk_1_1 ul li {
}
#page_gallery_photo .blk_1_1 ul li a {
	padding: 7px 0 7px 20px;
}
#page_gallery_photo .blk_1_1 ul li a::after {
}
/*
*/
#page_gallery_photo .blk_2 {
}
/*  */
#page_gallery_photo .blk_2 .rep_1 {
}
#page_gallery_photo .blk_2 .rep_1_1 {
	height: 60px;
}
#page_gallery_photo .blk_2 .rep_1_1 .tit_1 {
	padding: 0 0 0 60px;
}
#page_gallery_photo .blk_2 .rep_1_1 .tit_1::before {
	width: 19px;
	height: 4px;
	left:12px;
	top:28px;
}
#page_gallery_photo .blk_2 .rep_1_1 .tit_1::after {
	width: 19px;
	height: 4px;
	left:31px;
	top:28px;
}
#page_gallery_photo .blk_2 .rep_1_1 .tit_1 span {
	font-size: 18px;
}
#page_gallery_photo .blk_2 .rep_1_1 p {
	font-size: 10px;
	line-height: 40px;
	left:calc(100% - 10px);
	padding: 0 15px 0 0;
	background-size: 14px auto;
}
/*  */
#page_gallery_photo .blk_2 .rep_1_2 {
	position: relative;
}
#page_gallery_photo .blk_2 .rep_1_2 ul {
}
#page_gallery_photo .blk_2 .rep_1_2 ul li {
}
#page_gallery_photo .blk_2 .rep_1_2 ul li .blk_img {
}
#page_gallery_photo .blk_2 .rep_1_2 ul li:hover .blk_img {
}
#page_gallery_photo .blk_2 .rep_1_2 ul li .blk_img img {
}
#page_gallery_photo .blk_2 .rep_1_2 ul li .blk_txt {
}
/*
*/
.gallery_photo_blk_ss {
	left:0;
	width: 100%;
}
.gallery_photo_blk_ss.show {
}
.gallery_photo_blk_ss.hide {
}
.gallery_photo_blk_ss .blk_ss_1 {
	width: 100%;
}
.gallery_photo_blk_ss .blk_ss_1_1 {
	/* width: calc(100% - 40px); */
}
.gallery_photo_blk_ss .blk_photo {
}
.gallery_photo_blk_ss.show .blk_photo {
}
.gallery_photo_blk_ss.hide .blk_photo {
}
/*  */
.gallery_photo_blk_ss .blk_photo .blk_img {
}
.gallery_photo_blk_ss .blk_photo .blk_img.hide {
}
.gallery_photo_blk_ss .blk_text {
	padding:2px 5px 0 5px;
	font-size: 12px;
	line-height: 1.5;
}
.gallery_photo_blk_ss .blk_text.show {
}
.gallery_photo_blk_ss .blk_text.hide {
}
.gallery_photo_blk_ss .btn_next {
	position: absolute;
	width: 20px;
	height: 60px;
	left:100%;
	top:calc(50% - 30px);
	cursor:pointer;
	opacity: 0;
	transform-origin: 0 50%;
}
.gallery_photo_blk_ss.show .btn_next {
}
.gallery_photo_blk_ss.hide .btn_next {
}
.gallery_photo_blk_ss .btn_next.show {
}
.gallery_photo_blk_ss .btn_next.hide {
}
.gallery_photo_blk_ss .btn_next:hover {
}
.gallery_photo_blk_ss .btn_next::after {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	left:calc(100% - 16px);
	top:50%;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform-origin: 100% 0;
	transform: rotate(45deg);
	transition: opacity .2s ease-out 0s;
}
.gallery_photo_blk_ss .btn_next.show::after {
	opacity: 1;
}
.gallery_photo_blk_ss .btn_next.hide::after {
	opacity: 0;
}
.gallery_photo_blk_ss .btn_prev {
	position: absolute;
	width: 20px;
	height: 60px;
	left:-20px;
	top:calc(50% - 30px);
}
.gallery_photo_blk_ss.show .btn_prev {
}
.gallery_photo_blk_ss.hide .btn_prev {
}
.gallery_photo_blk_ss .btn_prev:hover {
}
.gallery_photo_blk_ss .btn_prev.show {
}
.gallery_photo_blk_ss .btn_prev.hide {
}
.gallery_photo_blk_ss .btn_prev::after {
	width: 10px;
	height: 10px;
	left:4px;
	top:50%;
}
.gallery_photo_blk_ss .btn_prev.show::after {
}
.gallery_photo_blk_ss .btn_prev.hide::after {
}
/*  */
.gallery_photo_blk_ss .btn_close {
	top:-20px;
}
.gallery_photo_blk_ss.show .btn_close {
}
.gallery_photo_blk_ss.hide .btn_close {
}
.gallery_photo_blk_ss .btn_close::after {
}
.gallery_photo_blk_ss .btn_close div {
}
.gallery_photo_blk_ss .btn_close div::before {
}
.gallery_photo_blk_ss .btn_close div::after {
}

}
