.tk-source-han-serif-japanese {
	font-family: "source-han-serif-japanese"
}
.comPageTit {
	padding-bottom: 0
}
.galleryList {
	margin: 0 auto;
	padding: 60px 0
}
.galleryList:nth-child(odd) {
	background-color: #fff
}
@media screen and (max-width: 640px) {
	.galleryList {
		padding: 30px 0
	}
}
.galleryList .listtit {
	margin-bottom: 50px;
	text-align: center;
	font-size: 3.2rem;
	font-size: 32px;
	font-weight: 100;
	color: #BCA06B;
	letter-spacing: .05em
}
@media screen and (max-width: 640px) {
	.galleryList .listtit {
		margin-bottom: 20px;
		font-size: 22px;
		font-size: 2.2rem
	}
}
.galleryList ul {
	text-align: left;
	width: 90%;
	width: calc(100% - 40px);
	max-width: 1050px;
	margin: auto;
	font-size: 0
}
@media screen and (max-width: 640px) {
	.galleryList ul {
		width: 90%;
		box-sizing: border-box
	}
}
.no-touchevents .galleryList ul:hover div:after {
	opacity: .6
}
.galleryList ul:after {
	content: "";
	display: block;
	clear: both
}
.galleryList li {
	vertical-align: top;
	position: relative;
	background-color: #E9E9E9;
	overflow: hidden;
	float: left;
	width: calc(100% / 4 - 12px);
	margin-left: 16px;
	margin-top: 16px
}
.galleryList li div {
	display: block;
	position: relative;
	transition: filter 0.8s;
	padding-top: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	transition: transform .8s, filter .8s, opacity 1s;
	opacity: 0
}
.galleryList li div[style] {
	opacity: 1
}
.galleryList li div:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-color: #000;
	opacity: 0;
	transition: opacity 0.8s;
	position: absolute;
	top: 0;
	left: 0
}
.no-touchevents .galleryList li div:hover {
	filter: brightness(1.1);
	transform: scale(1.1)
}
.no-touchevents .galleryList li div:hover:after {
	opacity: 0
}
@media screen and (min-width: 641px) {
	.galleryList li:nth-child(4n+1) {
		clear: both
	}
	.galleryList li:nth-child(4n+1) {
		margin-left: 0
	}
	.galleryList li:nth-child(-n+4) {
		margin-top: 0
	}
}
@media screen and (max-width: 640px) {
	.galleryList li {
		width: -webkit-calc(100% / 3 - 4px);
		width: calc(100% / 3 - 4px);
		margin-left: 6px;
		margin-top: 6px
	}
	.galleryList li:nth-child(3n+1) {
		clear: both
	}
	.galleryList li:nth-child(3n+1) {
		margin-left: 0
	}
	.galleryList li:nth-child(-n+3) {
		margin-top: 0
	}
}
.galleryList li figure {
	position: relative
}
.galleryList li figure img {
	margin: auto;
	min-width: 100%;
	width: auto;
	min-height: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: -300%;
	right: -300%;
	bottom: 0;
	transition: transform 0.8s
}
.galleryList .comBtn01 {
	display: block;
	max-width: 300px;
	width: 100%;
	height: 50px;
	margin: 40px auto 0
}
@media screen and (max-width: 640px) {
	.galleryList .comBtn01 {
		margin-top: 20px;
		width: 90%;
		height: 40px
	}
}
.gallery_menu_wrap {
	border-bottom: 2px solid #7e6506
}
.gallery_menu {
	width: 90%;
	width: calc(100% - 40px);
	max-width: 1180px;
	padding: 0 0 50px;
	margin: 50px auto 0
}
@media (min-width: 641px) {
	.gallery_menu {
		display: flex;
		justify-content: space-between
	}
}
@media screen and (max-width: 640px) {
	.gallery_menu {
		margin-top: 20px;
		padding-bottom: 20px;
		width: 90%
	}
}
.gallery_menu:after {
	content: '';
	display: block;
	clear: both
}
.gallery_menu li {
	box-sizing: border-box;
	float: left
}
@media (min-width: 641px) {
	.gallery_menu li {
		margin: 0 0 0 12px;
		width: calc(100% / 6 - 10px)
	}
	.gallery_menu li:first-child {
		margin-left: 0
	}
}
@media screen and (max-width: 640px) {
	.gallery_menu li {
		margin: 6px 0 0 6px;
		width: calc(100% / 3 - 4px)
	}
	.gallery_menu li:nth-child(-n+3) {
		margin-top: 0
	}
	.gallery_menu li:nth-child(-n+3) a {
		height: auto !important
	}
	.gallery_menu li:nth-child(3n+1) {
		margin-left: 0
	}
}
.gallery_menu li a {
	display: block;
	border: 1px solid #BCA06B;
	text-align: center;
	padding: 16px 0;
	transition: background-color 0.8s, color .5s;
	color: #BCA06B
}
@media screen and (max-width: 640px) {
	.gallery_menu li a {
		position: relative;
		display: table;
		width: 100%;
		padding: 16px 3%;
		box-sizing: border-box
	}
}
.gallery_menu li a span {
	font-size: 16px;
	font-size: 1.6rem
}
@media screen and (max-width: 640px) {
	.gallery_menu li a span {
		display: table-cell;
		vertical-align: middle;
		margin: auto 0;
		font-size: 1.3rem
	}
}
.no-touchevents .gallery_menu li a:hover {
	background-color: #BCA06B;
	color: #fff
}
#wrappr {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center
}
.popup-btn {
	background-color: #fff;
	color: #222;
	display: inline-block;
	padding: 10px 20px
}
[data-modal-group] .i {
	cursor: pointer
}
.modal_wrap {
	position: fixed;
	display: none;
	z-index: 2;
	width: 90%;
	width: calc(100% - 120px);
	height: 90%;
	height: calc(100% - 20px);
	max-width: 900px;
	max-height: 900px;
	margin: 0;
	z-index: 250000
}
.modal_wrap .modal_box {
	width: 100%;
	height: 100%;
	position: absolute
}
.modal_wrap .modal_box .modal_img {
	width: 100%;
	height: 100%;
	position: absolute
}
.modal_wrap .modal_box .modal_img img {
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -100px;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	max-height: calc(100% - 100px);
	height: auto;
	width: auto;
	box-sizing: border-box;
	box-shadow: 5px 5px 16px rgba(30, 30, 30, 0.5)
}
@media screen and (max-width: 640px) {
	.modal_wrap .modal_box .modal_img img {
		border-width: 5px
	}
}
.modal_wrap .modal_box .modal_txt {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0
}
.modal_wrap .modal_box .modal_txt p {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.6
}
@media screen and (max-width: 640px) {
	.modal_wrap .modal_box .modal_txt p {
		font-size: 1.1rem
	}
}
.modal_wrap .modal_close {
	margin: 0 auto;
	padding: 4px 0;
	width: 90px;
	height: 32px;
	text-align: left;
	color: #fff;
	font-size: 2rem;
	letter-spacing: .09em;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
	transition: .5s;
	opacity: 0;
	font-family: "source-han-serif-japanese", serif
}
.modal_wrap .modal_close.view {
	opacity: 1
}
.modal_wrap .modal_close i {
	display: block;
	margin: auto 0;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0
}
.modal_wrap .modal_close i:before, .modal_wrap .modal_close i:after {
	content: "";
	display: block;
	margin: auto;
	width: 18px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: -10px;
	bottom: 0;
	left: -10px
}
.modal_wrap .modal_close i:before {
	transform: rotate(45deg)
}
.modal_wrap .modal_close i:after {
	transform: rotate(-45deg)
}
.modal_wrap .arr {
	margin: auto 0;
	width: 60px;
	height: 100%;
	position: absolute;
	top: -100px;
	bottom: 0;
	cursor: pointer;
	z-index: 10
}
.modal_wrap .arr:after {
	content: "";
	display: block;
	margin: auto;
	width: 40px;
	height: 40px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.modal_wrap .arr.r {
	right: -60px
}
.modal_wrap .arr.r:after {
	right: 20px;
	transform: rotate(45deg) skew(10deg, 10deg)
}
.modal_wrap .arr.l {
	left: -60px
}
.modal_wrap .arr.l:after {
	left: 20px;
	transform: rotate(225deg) skew(10deg, 10deg)
}
.modal_wrap.view .modal_close {
	opacity: 1
}
.modal_overlay {
	z-index: 200000;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.8)
}
@keyframes ball-spin-fade-loader {
	50% {
		opacity: 0.3;
		transform: scale(0.4)
	}
	100% {
		opacity: 1;
		transform: scale(1)
	}
}
.modal_loading {
	position: absolute;
	width: 5px;
	height: 5px;
	margin: auto;
	top: -250px;
	left: -5px;
	right: 0;
	bottom: 0
}
.modal_loading>div:nth-child(1) {
	top: 25px;
	left: 0;
	animation: ball-spin-fade-loader 1s -.96s infinite linear
}
.modal_loading>div:nth-child(2) {
	top: 17.04545px;
	left: 17.04545px;
	animation: ball-spin-fade-loader 1s -.84s infinite linear
}
.modal_loading>div:nth-child(3) {
	top: 0;
	left: 25px;
	animation: ball-spin-fade-loader 1s -.72s infinite linear
}
.modal_loading>div:nth-child(4) {
	top: -17.04545px;
	left: 17.04545px;
	animation: ball-spin-fade-loader 1s -.6s infinite linear
}
.modal_loading>div:nth-child(5) {
	top: -25px;
	left: 0;
	animation: ball-spin-fade-loader 1s -.48s infinite linear
}
.modal_loading>div:nth-child(6) {
	top: -17.04545px;
	left: -17.04545px;
	animation: ball-spin-fade-loader 1s -.36s infinite linear
}
.modal_loading>div:nth-child(7) {
	top: 0;
	left: -25px;
	animation: ball-spin-fade-loader 1s -.24s infinite linear
}
.modal_loading>div:nth-child(8) {
	top: 17.04545px;
	left: -17.04545px;
	animation: ball-spin-fade-loader 1s -.12s infinite linear
}
.modal_loading>div {
	-webkit-animation-fill-mode: both;
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background-color: #fff;
	margin: 2px
}
