/*
Theme Name: Hiroya
Theme URI:
Description:
Version: 1.0.0
Author: corni
Author URI:
*/


@charset "UTF-8";
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block; }

body {
	line-height: 1;
	overflow-x: hidden; }

ol, ul {
	list-style: none; }

blockquote, q {
	quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

table {
	border-spacing: 0;
	border-collapse: collapse; }

body, html {
	margin: 0px;
	width: 100%;
	padding: 0px;
	height: 100%;
	font-size: 16px;
	font-weight: 300;
	position: relative;
	font-family: 游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, sans-serif; }

.clearFix {
	clear: both;
	float: none !important; }

.hide {
	display: none; }

.noScroll {
	overflow: hidden; }

.cage {
	margin: 0 auto;
	padding: 0 20px; }

.flex {
	display: flex;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex; }

.flexC {
	display: flex;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }

.animate {
	transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out; }

input, textarea, select {
	border: 0;
	width: 100%;
	display: block;
	border-radius: 0;
	font-size: 0.85rem;
	padding: 15px 15px;
	letter-spacing: 1px;
	border-style: solid;
	background: transparent;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	border-bottom: 1px solid #cccccc;
	focus-outline: none;
	focus-outline-style: none;
	focus-outline-color: transparent; }

a {
	text-decoration: none; }

.checkbox {
	margin: 0 15px 25px 0;
	display: inline-block; }
	.checkbox [type="checkbox"]:not(:checked),
	.checkbox [type="checkbox"]:checked {
		left: -9999px;
		position: absolute; }
	.checkbox [type="checkbox"]:not(:checked) + label,
	.checkbox [type="checkbox"]:checked + label {
		color: #818181;
		cursor: pointer;
		position: relative;
		padding-left: 25px;
		font-size: 0.8rem; }
	.checkbox [type="checkbox"]:not(:checked) + label:before,
	.checkbox [type="checkbox"]:checked + label:before {
		left: 0;
		top: 0;
		content: '';
		width: 14px;
		height: 14px;
		position: absolute;
		border: 1px solid #cccccc; }
	.checkbox [type="checkbox"]:not(:checked) + label:after,
	.checkbox [type="checkbox"]:checked + label:after {
		left: 0;
		top: -2px;
		position: absolute;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
		content: url("../img/check.png"); }
	.checkbox [type="checkbox"]:not(:checked) + label:after {
		opacity: 0;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0); }
	.checkbox [type="checkbox"]:checked + label:after {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1); }

@font-face {
	font-family: 'Arial';
	src: url("../fonts/Arial.ttf");
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'FOT-TsukuOldMinPro-R';
	src: url("../fonts/FOT-TsukuOldMinPro-R.otf");
	font-weight: normal;
	font-style: normal; }

.en {
	font-family: Arial, sans-serif;
	font-size: 8px;
	letter-spacing: 4px; }

.jp {
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 30px; }

::-webkit-scrollbar {
	display: none; }

.pc {
	display: block; }

.sp {
	display: none !important; }

body {
	font-family: Arial, sans-serif;
	overflow: hidden; }

#Wrapper {
	overflow-x: hidden;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	margin: 0 auto; }

img {
	width: 100%; }

.animateIndex,
.animateImg {
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out; }

.blur {
	-webkit-filter: blur(30px);
	filter: blur(30px); }

a:hover, label:hover, .mosaicflow__item img:hover, button:hover, .grid-item:hover, #form_submit:hover {
	cursor: pointer !important; }

.cursor-dot-outline {
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	z-index: 10000;
	mix-blend-mode: difference; }

.cursor-dot-outline {
	size: 10px;
	width: 10px;
	height: 10px;
	background-color: #b5b5b5;
	mix-blend-mode: difference; }

.logoBlock {
	z-index: 99; }
	.logoBlock h1.ttl {
		z-index: 5;
		position: fixed;
		top: 0;
		left: 0;
		max-width: 280px;
		width: 15%;
		height: 120px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		vertical-align: middle;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
		.logoBlock h1.ttl a {
			display: inline-block;
			width: 83%;
			margin: 0 auto; }

h2.ttl {
	margin-bottom: 100px; }
	h2.ttl span:nth-child(1) {
		font-size: 20px;
		letter-spacing: 15px; }
	h2.ttl span:nth-child(2) {
		border-bottom: 1px solid #050505;
		width: 30px;
		height: 5px;
		display: inline-block;
		margin-left: 20px; }

.menuBlock {
	/*gnav */ }
	.menuBlock .menu {
		height: 20px;
		position: fixed;
		left: 30px;
		top: 0;
		bottom: 0;
		width: 25px;
		margin: auto;
		z-index: 99; }
		.menuBlock .menu .menuLine {
			background: #050505;
			display: block;
			height: 2px;
			position: absolute;
			-webkit-transition: -webkit-transform .3s;
			transition: -webkit-transform .3s;
			-o-transition: transform .3s;
			transition: transform .3s;
			transition: transform .3s, -webkit-transform .3s;
			width: 100%; }
		.menuBlock .menu .Center {
			top: 9px; }
		.menuBlock .menu .Bottom {
			bottom: 0; }
		.menuBlock .menu .Top.active {
			top: 8px;
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg); }
		.menuBlock .menu .Center.active {
			-webkit-transform: scaleX(0);
			-ms-transform: scaleX(0);
			transform: scaleX(0); }
		.menuBlock .menu .Bottom.active {
			bottom: 10px;
			-webkit-transform: rotate(135deg);
			-ms-transform: rotate(135deg);
			transform: rotate(135deg); }
	.menuBlock .gnav {
		background: rgba(255, 255, 255, 0.85);
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 98; }
		.menuBlock .gnav .gnavWrap {
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			height: 100%;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			position: absolute;
			width: 100%; }
			.menuBlock .gnav .gnavWrap li.Item {
				margin: 55px 0;
				text-align: center; }
				.menuBlock .gnav .gnavWrap li.Item a {
					color: #050505;
					-webkit-transition: .5s;
					-o-transition: .5s;
					transition: .5s;
					font-size: 25px;
					letter-spacing: 15px;
					margin-left: 15px; }
			.menuBlock .gnav .gnavWrap li.snsWrap {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: 95%;
				margin: 120px auto 0; }
				.menuBlock .gnav .gnavWrap li.snsWrap a {
					width: 25%; }
					.menuBlock .gnav .gnavWrap li.snsWrap a:nth-child(2) {
						margin: 0 auto; }

section#Loading {
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	position: fixed;
	visibility: visible;
	background-color: #FFFFFF;
	overflow: hidden; }
	section#Loading.endShow {
		opacity: 0;
		pointer-events: none;
		-webkit-transition: 0.8s ease-in-out;
		-o-transition: 0.8s ease-in-out;
		transition: 0.8s ease-in-out; }
	section#Loading .splashLogoCage {
		width: 34%;
		height: 100vh;
		margin: 0 auto; }
		section#Loading .splashLogoCage .holder {
			width: 100%; }
		section#Loading .splashLogoCage svg {
			width: 100%; }
		section#Loading .splashLogoCage .appearingText {
			opacity: 0;
			font-size: 15px;
			color: #050505;
			text-align: center;
			letter-spacing: 12px;
			padding-top: 18px;
			-webkit-transform: translate(0, 10px);
			-ms-transform: translate(0, 10px);
			transform: translate(0, 10px);
			-webkit-transition: 1s ease-in-out;
			-o-transition: 1s ease-in-out;
			transition: 1s ease-in-out;
			-webkit-transition-delay: 1s;
			-o-transition-delay: 1s;
			transition-delay: 1s; }
	section#Loading .bgLoading1 {
		left: 0;
		top: 0;
		z-index: 0;
		width: 100vw;
		height: 100vh;
		position: fixed;
		background-color: #050505;
		-webkit-transform: translateX(100vw);
		-ms-transform: translateX(100vw);
		transform: translateX(100vw);
		-webkit-animation: bgLoading1 1.3s ease forwards;
		animation: bgLoading1 1.3s ease forwards;
		-webkit-animation-delay: 2.5s;
		animation-delay: 2.5s; }
	section#Loading .bgLoading2 {
		left: 0;
		top: 0;
		z-index: 1;
		width: 200vw;
		height: 100vh;
		position: fixed;
		background-color: white;
		-webkit-transform: translateX(100vw);
		-ms-transform: translateX(100vw);
		transform: translateX(100vw);
		-webkit-animation: bgLoading1 1.3s ease forwards;
		animation: bgLoading1 1.3s ease forwards;
		-webkit-animation-delay: 2.8s;
		animation-delay: 2.8s; }
	section#Loading #mymask path.st1 {
		fill: none;
		stroke: #ffffff;
		stroke-width: 9;
		stroke-miterlimit: 10;
		enable-background: new;
		stroke-dasharray: 4500;
		stroke-dashoffset: 4500; }

.startShow section#Loading .splashLogoCage .appearingText {
	opacity: 1;
	letter-spacing: 8px;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0); }

.startShow section#Loading #mymask path.st1 {
	-webkit-animation: dash 2s linear forwards;
	animation: dash 2s linear forwards; }

@-webkit-keyframes dash {
	to {
		stroke-dashoffset: 0; } }

@keyframes dash {
	to {
		stroke-dashoffset: 0; } }

@keyframes bgLoading1 {
	0% {
		-webkit-transform: translateX(100vw);
		transform: translateX(100vw); }
	100% {
		-webkit-transform: translateX(-100vw);
		transform: translateX(-100vw); } }

@-webkit-keyframes bgLoading1 {
	0% {
		-webkit-transform: translateX(100vw);
		transform: translateX(100vw); }
	100% {
		-webkit-transform: translateX(-100vw);
		transform: translateX(-100vw); } }

.startNone {
	display: none; }

section#Pageloading {
	left: 0;
	top: 0;
	z-index: 777;
	width: 100%;
	height: 100%;
	position: fixed;
	visibility: visible;
	background-color: #FFFFFF;
	overflow: hidden; }
	section#Pageloading.endShow {
		opacity: 0;
		pointer-events: none;
		-webkit-transition: 0.8s ease-in-out;
		-o-transition: 0.8s ease-in-out;
		transition: 0.8s ease-in-out; }
	section#Pageloading .bgLoading1 {
		left: 0;
		top: 0;
		z-index: 0;
		width: 100vw;
		height: 100vh;
		position: fixed;
		background-color: #050505;
		-webkit-transform: translateX(100vw);
		-ms-transform: translateX(100vw);
		transform: translateX(100vw);
		-webkit-animation: bgLoading1 1.3s ease forwards;
		animation: bgLoading1 1.3s ease forwards;
		-webkit-animation-delay: 0.25s;
		animation-delay: 0.25s; }
	section#Pageloading .bgLoading2 {
		left: 0;
		top: 0;
		z-index: 1;
		width: 200vw;
		height: 100vh;
		position: fixed;
		background-color: white;
		-webkit-transform: translateX(100vw);
		-ms-transform: translateX(100vw);
		transform: translateX(100vw);
		-webkit-animation: bgLoading1 1.3s ease forwards;
		animation: bgLoading1 1.3s ease forwards;
		-webkit-animation-delay: 0.55s;
		animation-delay: 0.55s; }

/*svg*/
.st0 {
	fill: #050505; }

.st1 {
	fill: none;
	stroke: #FFFFFF;
	stroke-width: 9;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	enable-background: new; }

/*page animation*/
/**/
@keyframes Change {
	0% {
		opacity: 0; }
	100% {
		opacity: 1; } }

@-webkit-keyframes Change {
	0% {
		opacity: 0; }
	100% {
		opacity: 1; } }

.changImg {
	-webkit-animation: changeImg 2s linear forwards;
	animation: changeImg 2s linear forwards; }

main#MainSection {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 161vw;
	height: 100%;
	position: relative;
	overflow: hidden;
	/*Modal*/ }
	main#MainSection.active section#Main {
		-webkit-transform: translateX(-61vw);
		-ms-transform: translateX(-61vw);
		transform: translateX(-61vw);
		-webkit-transition: -webkit-transform 1s ease-in-out;
		transition: -webkit-transform 1s ease-in-out;
		-o-transition: transform 1s ease-in-out;
		transition: transform 1s ease-in-out;
		transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out; }
	main#MainSection.active section#Menu {
		-webkit-transform: translateX(-53vw);
		-ms-transform: translateX(-53vw);
		transform: translateX(-53vw);
		-webkit-transition: -webkit-transform 1s ease-in-out;
		transition: -webkit-transform 1s ease-in-out;
		-o-transition: transform 1s ease-in-out;
		transition: transform 1s ease-in-out;
		transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out; }
	main#MainSection.active section#Gallery {
		-webkit-transform: translateX(-61vw);
		-ms-transform: translateX(-61vw);
		transform: translateX(-61vw);
		-webkit-transition: -webkit-transform 1s ease-in-out;
		transition: -webkit-transform 1s ease-in-out;
		-o-transition: transform 1s ease-in-out;
		transition: transform 1s ease-in-out;
		transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out; }
	main#MainSection section#Main {
		width: 61vw; }
		main#MainSection section#Main .topSection {
			width: 100%;
			margin: 0 auto;
			height: 100vh;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			padding-left: 25%; }
			main#MainSection section#Main .topSection .imageContents {
				width: 100%;
				background-size: cover;
				background-repeat: no-repeat;
				overflow: hidden;
				background-image: url("../img/photo/ALL_000.jpg"); }
				main#MainSection section#Main .topSection .imageContents img {
					height: auto;
					width: 100%;
					-webkit-transition: .3s;
					-o-transition: .3s;
					transition: .3s; }
		main#MainSection section#Main .imageSecret {
			opacity: 0; }
	main#MainSection section#Menu {
		width: 39vw; }
		main#MainSection section#Menu .topSection {
			width: 80%;
			margin-right: auto;
			height: 100vh;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex; }
			main#MainSection section#Menu .topSection .categoryContents {
				width: 100%;
				position: relative; }
				main#MainSection section#Menu .topSection .categoryContents .categoryIndex {
					position: absolute;
					top: 0;
					bottom: 0;
					left: 0;
					right: 0;
					margin: auto;
					width: 180px;
					height: 240px; }
					main#MainSection section#Menu .topSection .categoryContents .categoryIndex button {
						display: block;
						margin-bottom: 30px;
						color: #050505;
						border: none;
						padding: 0;
						outline: 0;
						-webkit-transition: .3s;
						-o-transition: .3s;
						transition: .3s;
						background: none; }
						main#MainSection section#Menu .topSection .categoryContents .categoryIndex button:hover {
							letter-spacing: 5px;
							-webkit-transition: .3s;
							-o-transition: .3s;
							transition: .3s; }
						main#MainSection section#Menu .topSection .categoryContents .categoryIndex button:nth-last-child(2) {
							margin-bottom: calc(55px); }
						main#MainSection section#Menu .topSection .categoryContents .categoryIndex button:nth-last-child(1) {
							margin: 0;
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex; }
							main#MainSection section#Menu .topSection .categoryContents .categoryIndex button:nth-last-child(1)::after {
								content: '';
								width: 8px;
								height: 8px;
								background-image: url("../img/iconGallery.png");
								display: block;
								background-size: 100% 100%;
								margin-left: 13px; }
	main#MainSection section#Gallery {
		width: 61vw;
		overflow-y: scroll; }
		main#MainSection section#Gallery .imageSection {
			width: 80%;
			position: relative;
			height: auto !important; }
			main#MainSection section#Gallery .imageSection:-webkit-scrollbar {
				display: none; }
			main#MainSection section#Gallery .imageSection h2.ttl {
				padding-top: 22%; }
			main#MainSection section#Gallery .imageSection .grid {
				margin-bottom: 50px; }
			main#MainSection section#Gallery .imageSection .grid-sizer, main#MainSection section#Gallery .imageSection .grid-item {
				width: 25%; }
			main#MainSection section#Gallery .imageSection .grid-item {
				float: left;
				padding: 1px; }
			main#MainSection section#Gallery .imageSection .grid-item img {
				width: 100%;
				display: block;
				-webkit-transform: translateZ(0);
				transform: translateZ(0); }
	main#MainSection #ModalImg,
	main#MainSection #ModalVideo {
		z-index: 10;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 100% !important;
		height: 100%;
		background: rgba(255, 255, 255, 0.85);
		-webkit-backdrop-filter: blur(30px);
		backdrop-filter: blur(30px); }
		main#MainSection #ModalImg img,
		main#MainSection #ModalVideo video {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
			max-height: 60%;
			height: auto;
			max-width: 65%;
			width: auto; }
		main#MainSection #ModalImg button,
		main#MainSection #ModalVideo button {
			position: absolute;
			height: 1em;
			margin: auto;
			background: none;
			border: none;
			padding: 0;
			outline: 0; }
			main#MainSection #ModalImg button.prev,
			main#MainSection #ModalVideo button.prev {
				top: 0;
				bottom: 0;
				left: 13%; }
			main#MainSection #ModalImg button.next,
			main#MainSection #ModalVideo button.next {
				top: 0;
				bottom: 0;
				right: 13%; }
			main#MainSection #ModalImg button.close,
			main#MainSection #ModalVideo button.close {
				right: 0;
				left: 0;
				bottom: 10%;
				width: 70px;
				height: 10px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				vertical-align: middle;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center; }
				main#MainSection #ModalImg button.close::after,
				main#MainSection #ModalVideo button.close::after {
					content: '';
					width: 9px;
					height: 9px;
					background-image: url("../img/iconClose.png");
					display: inline-block;
					background-size: 100% 100%;
					margin-left: 5px; }

section#Main .topSection {
	max-width: 1300px;
	width: 70%;
	margin: 0 auto;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
	section#Main .topSection .imageContents {
		width: 58%;
		background-size: cover;
		background-repeat: no-repeat;
		overflow: hidden; }
		section#Main .topSection .imageContents img {
			height: auto;
			width: 100%;
			-webkit-transition: .3s;
			-o-transition: .3s;
			transition: .3s; }
	section#Main .topSection .categoryContents {
		width: 42%;
		position: relative; }
		section#Main .topSection .categoryContents .categoryIndex {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 35%;
			right: 0;
			margin: auto;
			height: 460px; }
			section#Main .topSection .categoryContents .categoryIndex ul li {
				margin-bottom: 30px; }
				section#Main .topSection .categoryContents .categoryIndex ul li a {
					color: #050505;
					-webkit-transition: .3s;
					-o-transition: .3s;
					transition: .3s; }
					section#Main .topSection .categoryContents .categoryIndex ul li a:hover {
						letter-spacing: 5px;
						-webkit-transition: .3s;
						-o-transition: .3s;
						transition: .3s; }
			section#Main .topSection .categoryContents .categoryIndex ul:nth-child(1) {
				margin-bottom: 55px; }
			section#Main .topSection .categoryContents .categoryIndex ul:nth-child(2) li {
				margin: 0;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex; }
				section#Main .topSection .categoryContents .categoryIndex ul:nth-child(2) li::after {
					content: '';
					width: 8px;
					height: 8px;
					background-image: url("../img/iconGallery.png");
					display: block;
					background-size: 100% 100%;
					margin-left: 13px; }

section#Gallery {
	/*Modal*/ }
	section#Gallery .topSection {
		width: 80%;
		margin: 0 auto;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }
		section#Gallery .topSection .categoryContents {
			width: 30%;
			position: relative; }
			section#Gallery .topSection .categoryContents .categoryIndex {
				position: absolute;
				top: 0;
				bottom: 0;
				left: 20%;
				margin: auto;
				height: 410px; }
				section#Gallery .topSection .categoryContents .categoryIndex button {
					display: block;
					margin-bottom: 30px;
					color: #050505;
					border: none;
					padding: 0;
					outline: 0;
					-webkit-transition: .3s;
					-o-transition: .3s;
					transition: .3s; }
					section#Gallery .topSection .categoryContents .categoryIndex button:hover {
						letter-spacing: 5px;
						-webkit-transition: .3s;
						-o-transition: .3s;
						transition: .3s; }
					section#Gallery .topSection .categoryContents .categoryIndex button:nth-child(9) {
						margin-bottom: calc(55px); }
					section#Gallery .topSection .categoryContents .categoryIndex button:nth-child(10) {
						margin: 0;
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex; }
						section#Gallery .topSection .categoryContents .categoryIndex button:nth-child(10)::after {
							content: '';
							width: 8px;
							height: 8px;
							background-image: url("../img/iconGallery.png");
							display: block;
							background-size: 100% 100%;
							margin-left: 13px; }
		section#Gallery .topSection .imageSection {
			width: 70%;
			overflow-y: scroll;
			position: relative;
			height: auto !important; }
			section#Gallery .topSection .imageSection:-webkit-scrollbar {
				display: none; }
			section#Gallery .topSection .imageSection h2.ttl {
				padding-top: 22%; }
			section#Gallery .topSection .imageSection .grid-sizer, section#Gallery .topSection .imageSection .grid-item {
				width: 25%; }
			section#Gallery .topSection .imageSection .grid-item {
				float: left;
				padding: 1px; }
				section#Gallery .topSection .imageSection .grid-item:hover {
					cursor: pointer; }
				section#Gallery .topSection .imageSection .grid-item img {
					width: 100%;
					display: block; }
	section#Gallery #ModalImg,
	section#Gallery #ModalVideo {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 100% !important;
		height: 100%;
		background: rgba(255, 255, 255, 0.85);
		-webkit-backdrop-filter: blur(30px);
		backdrop-filter: blur(30px); }
		section#Gallery #ModalImg img,
		section#Gallery #ModalVideo video {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
			max-height: 60%;
			height: auto;
			max-width: 65%;
			width: auto; }
		section#Gallery #ModalImg button,
		section#Gallery #ModalVideo button {
			position: absolute;
			height: 1em;
			margin: auto;
			background: none;
			border: none;
			padding: 0;
			outline: 0; }
			section#Gallery #ModalImg button.prev,
			section#Gallery #ModalVideo button.prev {
				top: 0;
				bottom: 0;
				left: 13%; }
			section#Gallery #ModalImg button.next,
			section#Gallery #ModalVideo button.next {
				top: 0;
				bottom: 0;
				right: 13%; }
			section#Gallery #ModalImg button.close,
			section#Gallery #ModalVideo button.close {
				right: 0;
				left: 0;
				bottom: 10%;
				width: 70px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				vertical-align: middle;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center; }
				section#Gallery #ModalImg button.close::after,
				section#Gallery #ModalVideo button.close::after {
					content: '';
					width: 9px;
					height: 9px;
					background-image: url("../img/iconClose.png");
					display: inline-block;
					background-size: 100% 100%;
					margin-left: 5px; }

section#Bio {
	position: relative;
	width: 100vw;
	height: 100%; }
	section#Bio .bioSection {
		max-width: 700px;
		width: 80%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translare(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%); }
		section#Bio .bioSection h2.ttl span:nth-child(1) {
			font-size: 9px;
			letter-spacing: 10px; }
		section#Bio .bioSection .name {
			margin-bottom: 65px; }
			section#Bio .bioSection .name .en {
				font-size: 12px;
				letter-spacing: 6px;
				padding-bottom: 1.5em; }
			section#Bio .bioSection .name .jp {
				font-size: 35px;
				font-family: 'FOT-TsukuOldMinPro-R';
				letter-spacing: 10px; }

section#Contact {
	position: relative;
	width: 100vw;
	height: 100%; }
	section#Contact .contactSection {
		max-width: 700px;
		width: 80%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translare(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%); }
		section#Contact .contactSection h2.ttl span:nth-child(1) {
			font-size: 9px;
			letter-spacing: 10px; }
		section#Contact .contactSection .contactContents form table {
			border-collapse: collapse;
			width: 100%; }
			section#Contact .contactSection .contactContents form table tr th {
				font-family: Arial, sans-serif;
				font-size: 11px;
				letter-spacing: 4px;
				display: block;
				width: 100%; }
				section#Contact .contactSection .contactContents form table tr th span {
					color: red; }
			section#Contact .contactSection .contactContents form table tr td {
				margin-bottom: 50px;
				display: block;
				width: 100%; }
				section#Contact .contactSection .contactContents form table tr td span {
					display: none;
					color: red;
					font-size: 10px; }
				section#Contact .contactSection .contactContents form table tr td input, section#Contact .contactSection .contactContents form table tr td textarea {
					font-family: a-otf-gothic-bbb-pr6n, sans-serif;
					font-size: 17.5px;
					letter-spacing: 2px;
					line-height: 31.5px;
					padding: 10px 15px;
					border-bottom: 1px solid rgba(5, 5, 5, 0.1);
					-webkit-transition: .5s;
					-o-transition: .5s;
					transition: .5s; }
					section#Contact .contactSection .contactContents form table tr td input:focus, section#Contact .contactSection .contactContents form table tr td textarea:focus {
						outline: 0;
						border-bottom: 1px solid rgba(5, 5, 5, 0.4);
						-webkit-transition: .5s;
						-o-transition: .5s;
						transition: .5s; }
				section#Contact .contactSection .contactContents form table tr td textarea {
					resize: vertical; }
		section#Contact .contactSection .contactContents form p#form_submit {
			width: 80px;
			margin-left: auto;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			margin-top: 20px; }
			section#Contact .contactSection .contactContents form p#form_submit input#form_submit_button {
				border: none;
				padding: 0;
				width: auto;
				font-family: Arial, sans-serif;
				font-size: 14px;
				letter-spacing: 6px; }
			section#Contact .contactSection .contactContents form p#form_submit::after {
				content: '';
				width: 19px;
				height: 13px;
				background-image: url("../img/iconSend.png");
				display: block;
				background-size: 100% 100%;
				margin-left: 5px; }

section#Thanks {
	position: relative;
	width: 100vw;
	height: 100%; }
	section#Thanks .thanksSection {
		max-width: 700px;
		width: 80%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translare(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%); }
		section#Thanks .thanksSection .thanksContents {
			width: 70%;
			margin: 0 auto; }
			section#Thanks .thanksSection .thanksContents .thanksImg {
				width: 100%; }
			section#Thanks .thanksSection .thanksContents .thanksText {
				width: 100%;
				text-align: center;
				margin-top: 60px; }
			section#Thanks .thanksSection .thanksContents .backTop {
				text-align: center;
				margin-top: 30px; }
				section#Thanks .thanksSection .thanksContents .backTop a {
					color: #050505;
					-webkit-transition: .3s;
					-o-transition: .3s;
					transition: .3s; }
					section#Thanks .thanksSection .thanksContents .backTop a::after {
						content: '';
						width: 8px;
						height: 8px;
						background-image: url("../img/iconBack.png");
						display: inline-block;
						background-size: 100% 100%;
						margin-left: 8px; }

@media only screen and (max-width: 1025px) {
	body main#MainSection section#Gallery .imageSection .grid-sizer, body main#MainSection section#Gallery .imageSection .grid-item {
		width: 32%; }
	body .logoBlock h1.ttl {
		width: auto; }
	body section#Loading .splashLogoCage {
		width: 40%; }
	body .menuBlock .menu {
		top: 40px;
		right: 30px;
		bottom: auto;
		left: auto; }
	body main#MainSection.active section#Main {
		-webkit-transform: translateX(-62vw);
		-ms-transform: translateX(-62vw);
		transform: translateX(-62vw); }
	body main#MainSection.active section#Menu {
		-webkit-transform: translateX(-61vw);
		-ms-transform: translateX(-61vw);
		transform: translateX(-61vw); }
	body main#MainSection section#Main {
		height: calc(100% - 120px);
		margin-top: auto; }
		body main#MainSection section#Main .topSection {
			padding-left: 0; }
	body main#MainSection section#Menu .topSection .categoryContents .categoryIndex {
		width: 160px; }
		body main#MainSection section#Menu .topSection .categoryContents .categoryIndex button:hover {
			letter-spacing: 4px; }
	body main#MainSection section#Gallery .imageSection {
		width: 90%; }
		body main#MainSection section#Gallery .imageSection h2.ttl {
			padding-top: 42%; } }

@media only screen and (max-width: 1024px) and (min-width: 1023px) {
	h2.ttl {
		margin-bottom: 70px; } }

@media only screen and (max-width: 770px) {
	body main#MainSection section#Gallery .imageSection .grid-sizer, body main#MainSection section#Gallery .imageSection .grid-item {
		width: 50%; }
	body .cursor-dot-outline,
	body .cursor-dot-outline {
		display: none; }
	body section#Loading .splashLogoCage {
		width: 50%; }
	body main#MainSection.active section#Menu {
		-webkit-transform: translateX(-61vw);
		-ms-transform: translateX(-61vw);
		transform: translateX(-61vw); }
	body main#MainSection section#Menu .topSection .categoryContents .categoryIndex {
		left: auto; }
	body main#MainSection section#Gallery .imageSection h2.ttl {
		margin-bottom: 50px; }
	body main#MainSection #ModalImg button.prev,
	body main#MainSection #ModalVideo button.prev {
		left: 6.5%; }
	body main#MainSection #ModalImg button.next,
	body main#MainSection #ModalVideo button.next {
		right: 6.5%; } }

@media only screen and (max-width: 415px) {
	body main#MainSection section#Gallery .imageSection .grid-sizer, body main#MainSection section#Gallery .imageSection .grid-item {
		width: 50%; }
	body section#Loading .splashLogoCage {
		width: 85%;
		height: calc(100% - 90px);
		margin: 90px auto 0; }
	body .pc {
		display: none; }
	body .sp {
		display: block !important; }
	body .logoBlock h1.ttl {
		height: 70px;
		width: 49%;
		margin: 10px 0 10px 20px; }
		body .logoBlock h1.ttl a {
			width: 100%; }
	body h2.ttl {
		margin-bottom: 50px; }
		body h2.ttl span:nth-child(1) {
			font-size: 14px;
			letter-spacing: 12px; }
		body h2.ttl span:nth-child(2) {
			width: 20px; }
	body .menuBlock .menu {
		top: 35px;
		right: 30px; }
	body .menuBlock .gnav {
		height: calc(100% - 90px);
		margin-top: 90px; }
		body .menuBlock .gnav .gnavWrap li.Item {
			margin: 35px 0; }
			body .menuBlock .gnav .gnavWrap li.Item a {
				font-size: 15px; }
		body .menuBlock .gnav .gnavWrap li.snsWrap {
			margin: 70px auto 0;
			width: 65%; }
	body section#header {
		position: fixed;
		top: 0;
		height: 90px;
		width: 100%;
		background-color: #FFFFFF;
		z-index: 99; }
	body section#Loading .bgLoading1 {
		left: 0;
		top: 0;
		z-index: 0;
		width: 100vw;
		height: 100vh;
		position: fixed;
		background-color: #050505;
		-webkit-transform: translateX(100vw);
		-ms-transform: translateX(100vw);
		transform: translateX(100vw);
		-webkit-animation: bgLoading1 1.3s ease forwards;
		animation: bgLoading1 1.3s ease forwards;
		-webkit-animation-delay: 3.5s;
		animation-delay: 3.5s; }
	body section#Loading .bgLoading2 {
		left: 0;
		top: 0;
		z-index: 1;
		width: 200vw;
		height: 100vh;
		position: fixed;
		background-color: white;
		-webkit-transform: translateX(100vw);
		-ms-transform: translateX(100vw);
		transform: translateX(100vw);
		-webkit-animation: bgLoading1 1.3s ease forwards;
		animation: bgLoading1 1.3s ease forwards;
		-webkit-animation-delay: 3.8s;
		animation-delay: 3.8s; }
	body section#Pageloading .bgLoading1 {
		left: 0;
		top: 0;
		z-index: 0;
		width: 100vw;
		height: 100vh;
		position: fixed;
		background-color: #050505;
		-webkit-transform: translateX(100vw);
		-ms-transform: translateX(100vw);
		transform: translateX(100vw);
		-webkit-animation: bgLoading1 1.3s ease forwards;
		animation: bgLoading1 1.3s ease forwards;
		-webkit-animation-delay: 1.25s;
		animation-delay: 1.25s; }
	body section#Pageloading .bgLoading2 {
		left: 0;
		top: 0;
		z-index: 1;
		width: 200vw;
		height: 100vh;
		position: fixed;
		background-color: white;
		-webkit-transform: translateX(100vw);
		-ms-transform: translateX(100vw);
		transform: translateX(100vw);
		-webkit-animation: bgLoading1 1.3s ease forwards;
		animation: bgLoading1 1.3s ease forwards;
		-webkit-animation-delay: 1.55s;
		animation-delay: 1.55s; }
	body main#MainSection {
		height: calc(100% - 90px);
		margin-top: 90px;
		width: 200vw;
		/*Modal*/ }
		body main#MainSection.active section#Main {
			-webkit-transform: translateX(-100vw);
			-ms-transform: translateX(-100vw);
			transform: translateX(-100vw);
			-webkit-transition: -webkit-transform 1s ease-in-out;
			transition: -webkit-transform 1s ease-in-out;
			-o-transition: transform 1s ease-in-out;
			transition: transform 1s ease-in-out;
			transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out; }
		body main#MainSection.active section#spMenu {
			-webkit-transform: translateX(-100vw);
			-ms-transform: translateX(-100vw);
			transform: translateX(-100vw);
			-webkit-transition: -webkit-transform 1s ease-in-out;
			transition: -webkit-transform 1s ease-in-out;
			-o-transition: transform 1s ease-in-out;
			transition: transform 1s ease-in-out;
			transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out; }
		body main#MainSection.active section#Category {
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			-webkit-transition: -webkit-transform 1s ease-in-out;
			transition: -webkit-transform 1s ease-in-out;
			-o-transition: transform 1s ease-in-out;
			transition: transform 1s ease-in-out;
			transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out; }
		body main#MainSection.active section#Gallery {
			-webkit-transform: translateX(-100vw);
			-ms-transform: translateX(-100vw);
			transform: translateX(-100vw);
			-webkit-transition: -webkit-transform 1s ease-in-out;
			transition: -webkit-transform 1s ease-in-out;
			-o-transition: transform 1s ease-in-out;
			transition: transform 1s ease-in-out;
			transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out; }
		body main#MainSection section#header {
			position: fixed;
			top: 0;
			height: 90px;
			width: 100%;
			background-color: #FFFFFF;
			z-index: 99; }
		body main#MainSection section#Main {
			width: 100vw;
			height: calc(100vh - 90px); }
			body main#MainSection section#Main .topSection {
				height: 100%; }
		body main#MainSection section#spMenu {
			position: fixed;
			bottom: 50px;
			left: 0;
			margin: auto;
			width: 100%;
			max-width: 415px; }
			body main#MainSection section#spMenu .topSection {
				width: 80vw;
				height: 60px;
				margin: 0 10vw;
				background-color: rgba(255, 255, 255, 0.95); }
				body main#MainSection section#spMenu .topSection .categoryContents {
					height: 100%; }
					body main#MainSection section#spMenu .topSection .categoryContents .categoryIndex {
						height: 100%; }
						body main#MainSection section#spMenu .topSection .categoryContents .categoryIndex button {
							height: 100%;
							width: 146px;
							margin: 0 auto;
							background: none;
							border: none;
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex;
							text-align: center; }
							body main#MainSection section#spMenu .topSection .categoryContents .categoryIndex button::after {
								content: '';
								width: 8px;
								height: 8px;
								background-image: url("../img/iconGallery.png");
								display: block;
								background-size: 100% 100%;
								margin-left: 13px;
								margin-top: 1.25px; }
		body main#MainSection section#Category {
			position: fixed;
			-webkit-transform: translateX(100vw);
			-ms-transform: translateX(100vw);
			transform: translateX(100vw);
			width: 100vw;
			top: 90px;
			z-index: 90;
			overflow-y: scroll;
			-webkit-overflow-scrolling: touch; }
			body main#MainSection section#Category .imageCategory .topSection .categoryContents .categoryIndex {
				overflow-x: auto;
				overflow-y: auto;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex; }
				body main#MainSection section#Category .imageCategory .topSection .categoryContents .categoryIndex button {
					background-color: #fffdfd;
					height: 40px;
					white-space: nowrap;
					line-height: 13px;
					padding: 4px 14px;
					border-top: 1px solid #eee;
					border-right: 1px solid #eee;
					border-bottom: 1px solid #eee;
					border-left: none; }
		body main#MainSection section#Gallery {
			overflow-y: scroll;
			-webkit-overflow-scrolling: touch;
			height: 100%;
			margin-top: auto;
			width: 100vw; }
			body main#MainSection section#Gallery .imageCategory .topSection {
				width: 100%;
				height: 50px; }
				body main#MainSection section#Gallery .imageCategory .topSection .categoryContents {
					width: 100%; }
					body main#MainSection section#Gallery .imageCategory .topSection .categoryContents .categoryIndex {
						height: auto;
						position: relative;
						left: auto;
						top: auto;
						bottom: auto;
						overflow-x: auto;
						overflow-y: auto;
						display: -webkit-box;
						display: -ms-flexbox;
						display: flex;
						-webkit-box-shadow: 0px 9px 11px -8px rgba(163, 163, 163, 0.2);
						box-shadow: 0px 9px 11px -8px rgba(163, 163, 163, 0.2); }
						body main#MainSection section#Gallery .imageCategory .topSection .categoryContents .categoryIndex button {
							margin: 0;
							padding: 0 10px; }
			body main#MainSection section#Gallery .imageSection {
				width: 100%; }
				body main#MainSection section#Gallery .imageSection #Portraitimg {
					width: 85%;
					margin: 0 auto; }
				body main#MainSection section#Gallery .imageSection h2.ttl {
					padding-top: 32%; }
		body main#MainSection #ModalImg img,
		body main#MainSection #ModalVideo video {
			max-height: 70%;
			max-width: 100%; }
		body main#MainSection #ModalImg .buttonSpIndex,
		body main#MainSection #ModalVideo .buttonSpIndex {
			position: absolute;
			bottom: 0;
			width: 100%;
			height: 60px;
			background-color: #fffdfd; }
			body main#MainSection #ModalImg .buttonSpIndex button.close,
			body main#MainSection #ModalVideo .buttonSpIndex button.close {
				top: 0;
				bottom: 0;
				width: 62px; }
				body main#MainSection #ModalImg .buttonSpIndex button.close:after,
				body main#MainSection #ModalVideo .buttonSpIndex button.close:after {
					background-size: cover; }
	body section#Bio {
		height: calc(100% - 90px);
		margin-top: 90px; }
		body section#Bio .bioSection .name {
			margin-bottom: 35px; }
		body section#Bio .bioSection .text {
			margin: 0; }
	body section#Contact {
		height: calc(100% - 90px);
		margin-top: 90px; }
		body section#Contact .contactSection .contactContents form table tr td {
			margin-bottom: 30px; }
			body section#Contact .contactSection .contactContents form table tr td input {
				font-size: 15px;
				padding: 5px 10px; }
		body section#Contact .contactSection .contactContents form p#form_submit {
			margin-top: 40px; }
	body section#Thanks {
		height: calc(100% - 90px);
		margin-top: 90px; }
		body section#Thanks .thanksSection .thanksContents {
			width: 100%; }
			body section#Thanks .thanksSection .thanksContents .thanksImg {
				margin: 0; }
			body section#Thanks .thanksSection .thanksContents .thanksText {
				margin-top: 30px; } }
