@charset "UTF-8";
@font-face {
	font-family: berthold_walbaum_bookregular;
	src: url(../common/font/berthold_walbaum_book_regular-webfont.eot);
	src: url(../common/font/berthold_walbaum_book_regular-webfont.eot?#iefix) format("embedded-opentype"), url(../common/font/berthold_walbaum_book_regular-webfont.woff2) format("woff2"), url(../common/font/berthold_walbaum_book_regular-webfont.woff) format("woff"), url(../common/font/berthold_walbaum_book_regular-webfont.ttf) format("truetype"), url(../common/font/berthold_walbaum_book_regular-webfont.svg#berthold_walbaum_bookregular) format("svg");
	font-weight: 400;
	font-style: normal
}
.tk-source-han-serif-japanese {
	font-family: source-han-serif-japanese
}
.galleryList {
	margin: 0 auto;
	padding: 60px 0
}
.galleryList:nth-child(even) {
	background-image: url(../common/img/topiclink_bg.png);
	background-color: #f1eee1
}
.galleryList:nth-child(odd) {
	background-color: #f1eee1
}
.galleryList+.galleryList {
	border-top: 1px solid #b79c53
}
@media screen and (max-width:460px) {
	.galleryList {
		padding: 30px 0
	}
}
.galleryList h1 ,
.galleryList h2 ,
.galleryList h3 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 3.2rem;
	font-size: 32px;
	font-weight: 400;
	color: #b79c53;
	letter-spacing: .1em
}
@media screen and (max-width:460px) {
	.galleryList h1 ,
	.galleryList h2 ,
	.galleryList h3 {
		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:460px) {
	.galleryList ul {
		width: 90%;
		-webkit-box-sizing: border-box;
		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;
	-webkit-transition: -webkit-filter .8s;
	transition: -webkit-filter .8s;
	transition: filter .8s;
	transition: filter .8s, -webkit-filter .8s;
	padding-top: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	-webkit-transition: opacity 1s, -webkit-transform .8s, -webkit-filter .8s;
	transition: opacity 1s, -webkit-transform .8s, -webkit-filter .8s;
	transition: transform .8s, filter .8s, opacity 1s;
	transition: transform .8s, filter .8s, opacity 1s, -webkit-transform .8s, -webkit-filter .8s;
	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;
	-webkit-transition: opacity .8s;
	transition: opacity .8s;
	position: absolute;
	top: 0;
	left: 0
}
.no-touchevents .galleryList li div:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(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:460px) {
	.galleryList li {
		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;
	-webkit-transition: -webkit-transform .8s;
	transition: -webkit-transform .8s;
	transition: transform .8s;
	transition: transform .8s, -webkit-transform .8s
}
.galleryList .comBtn01 {
	display: block;
	max-width: 300px;
	width: 100%;
	height: 50px;
	margin: 40px auto 0
}
@media screen and (max-width:460px) {
	.galleryList .comBtn01 {
		margin-top: 20px;
		width: 90%;
		height: 40px
	}
}
.gallery_menu_wrap {
	position: relative;
	background-color: #f1eee1
}
.gallery_menu_wrap>* {
	position: relative
}
.gallery_menu_wrap:before {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	z-index: 1;
	background-image: url(../common/img/prt_deco03.png);
	background-size: 30px 7px;
	background-position: center center;
	background-repeat: repeat-x
}
.gallery_menu {
	width: 90%;
	width: calc(100% - 40px);
	max-width: 1180px;
	padding: 50px 0 56px;
	margin: 0 auto
}
@media screen and (min-width:461px) {
	.gallery_menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}
@media screen and (max-width:460px) {
	.gallery_menu {
		padding-top: 20px;
		padding-bottom: 26px;
		width: 90%
	}
}
.gallery_menu:after {
	content: '';
	display: block;
	clear: both
}
.gallery_menu li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left
}
@media screen and (min-width:461px) {
	.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:460px) {
	.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;
	text-align: center;
	padding: 16px 0;
	color: #fff;
	background-color: #b79c53
}
.no-touchevents .gallery_menu li a {
	-webkit-transition: background .8s, color .5s!important;
	transition: background .8s, color .5s!important
}
@media screen and (max-width:460px) {
	.gallery_menu li a {
		position: relative;
		display: table;
		width: 100%;
		padding: 16px 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
}
.gallery_menu li a span {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.2
}
@media screen and (max-width:460px) {
	.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: #7f7f27;
	color: #fff
}
#wrappr {
	width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: 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;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 5px 5px 16px rgba(30, 30, 30, .5);
	box-shadow: 5px 5px 16px rgba(30, 30, 30, .5)
}
@media screen and (max-width:460px) {
	.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:460px) {
	.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;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	font-family: source-han-serif-japanese, serif
}
.modal_wrap .modal_close img {
	width: 60px;
	height: auto
}
.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:after, .modal_wrap .modal_close i:before {
	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 {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.modal_wrap .modal_close i:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	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;
	-webkit-transform: rotate(45deg) skew(10deg, 10deg);
	-ms-transform: rotate(45deg) skew(10deg, 10deg);
	transform: rotate(45deg) skew(10deg, 10deg)
}
.modal_wrap .arr.l {
	left: -60px
}
.modal_wrap .arr.l:after {
	left: 20px;
	-webkit-transform: rotate(225deg) skew(10deg, 10deg);
	-ms-transform: rotate(225deg) skew(10deg, 10deg);
	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, .8)
}
@-webkit-keyframes ball-spin-fade-loader {
	50% {
		opacity: .3;
		-webkit-transform: scale(.4);
		transform: scale(.4)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes ball-spin-fade-loader {
	50% {
		opacity: .3;
		-webkit-transform: scale(.4);
		transform: scale(.4)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(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;
	-webkit-animation: ball-spin-fade-loader 1s -.96s infinite linear;
	animation: ball-spin-fade-loader 1s -.96s infinite linear
}
.modal_loading>div:nth-child(2) {
	top: 17.04545px;
	left: 17.04545px;
	-webkit-animation: ball-spin-fade-loader 1s -.84s infinite linear;
	animation: ball-spin-fade-loader 1s -.84s infinite linear
}
.modal_loading>div:nth-child(3) {
	top: 0;
	left: 25px;
	-webkit-animation: ball-spin-fade-loader 1s -.72s infinite linear;
	animation: ball-spin-fade-loader 1s -.72s infinite linear
}
.modal_loading>div:nth-child(4) {
	top: -17.04545px;
	left: 17.04545px;
	-webkit-animation: ball-spin-fade-loader 1s -.6s infinite linear;
	animation: ball-spin-fade-loader 1s -.6s infinite linear
}
.modal_loading>div:nth-child(5) {
	top: -25px;
	left: 0;
	-webkit-animation: ball-spin-fade-loader 1s -.48s infinite linear;
	animation: ball-spin-fade-loader 1s -.48s infinite linear
}
.modal_loading>div:nth-child(6) {
	top: -17.04545px;
	left: -17.04545px;
	-webkit-animation: ball-spin-fade-loader 1s -.36s infinite linear;
	animation: ball-spin-fade-loader 1s -.36s infinite linear
}
.modal_loading>div:nth-child(7) {
	top: 0;
	left: -25px;
	-webkit-animation: ball-spin-fade-loader 1s -.24s infinite linear;
	animation: ball-spin-fade-loader 1s -.24s infinite linear
}
.modal_loading>div:nth-child(8) {
	top: 17.04545px;
	left: -17.04545px;
	-webkit-animation: ball-spin-fade-loader 1s -.12s infinite linear;
	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
}
