@charset "utf-8";

@import "reset.css";
@import "utility.css";
@import "animations.css";
@import "animate.css";

/* webフォント検索用 */
.FFDINWebProMedium { font-family: "FFDINWebProMedium"; }
.HelveticaNeueLTPro-Th { font-family: "HelveticaNeueLTPro-Th"; }
.HelveticaNeueLTPro-Roman { font-family: "HelveticaNeueLTPro-Roman"; }
.HelveticaNeueLTPro-Bd { font-family: "HelveticaNeueLTPro-Bd"; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * html/body
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

*, *:after, *:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* リンクなどの要素をタップした時の色を消す */
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 長押しした際に表示されるポップアップメニューを消す */
* {
    -webkit-touch-callout: none;
}

/* 行頭禁則文字 */
* {
	word-break: break-word;
	word-wrap: break-word;
}

body {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	line-height: 1.5;
	font-family: "YuGothic", "游ゴシック","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Meiryo","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	font-size: 14px;
	color: #ffffff;
}

.is-ie body{
	/*font-family: "a-otf-gothic-bbb-pr6n","a-otf-futo-go-b101-pr6n-n5","Meiryo","ＭＳ Ｐゴシック","MS PGothic", sans-serif;*/
	font-family: "Meiryo","ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

body a {
	color: #ffffff;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * display
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.disp {
	display: block !important;
}

.disp-none {
	display: none !important;
}

.disp-table {
	display: table !important;
}

.disp-inline {
	display: inline !important;
}

.disp-inline-block {
	display: inline-block !important;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * visibility
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.visibility-hidden {
	visibility: hidden !important;
}

.visibility-visibile {
	visibility: visible !important;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * 
 * article/section
 * 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

article {
	position: relative;
	z-index: 0;
	width: 100%;
	background-color: #000000;
}

.section-inner-narrow {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

.page-section {
	position: relative;
	background: #000000;
}

.tatenaga .page-section {
	background-repeat: no-repeat !important;
	background-position: top !important;
	background-attachment: scroll !important;
	background-size: contain !important;
	-moz-background-size: contain !important;
	-webkit-background-size: contain !important;
	-o-background-size: contain !important;
	-ms-background-size: contain !important;
}

.page-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/pg/dot.png') 0 0 repeat;
}

/*------------------------- photo-gallery page ------------------------- */
.section-photo-gallery {
	position: relative;
	width: 100%;
	background: #000000 url('../images/pg/bg-photo-gallery-2022.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

@media screen and (max-width: 1200px) { /* 画面の横幅が1200px以下 */
	.section-photo-gallery {
		background: #000000;
	}
}

.photo-gallery-spinner-wrap {
	position: absolute;
	width: 100%;
	height: 100vh;
}

@media screen and (max-width: 1200px) { /* 画面の横幅が1200px以下 */
	.photo-gallery-spinner-wrap {
		height: 50vh;
	}
}

.photo-gallery-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
    background: url(../images/lightbox-img/loading-white.gif) no-repeat;
	background-size: 60px 60px;
	-moz-background-size: 60px 60px;
	-webkit-background-size: 60px 60px;
	-o-background-size: 60px 60px;
	-ms-background-size: 60px 60px;
}

.photo-gallery-title-wrap {
	opacity: 0;
	position: relative;
	display: table;
	width: 100%;
	height: 100vh;
}

@media screen and (max-width:1200px){ /* 画面の横幅が1200px以下 */
	.photo-gallery-title-wrap {
		height: 50vh;
		background: #000000 url('../images/pg/bg-photo-gallery-2021.jpg');
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}
}

.photo-gallery-title-inner {
	display: table-cell;
	width: 100%;
	padding-bottom: 30px;
	vertical-align: middle;
}

.photo-gallery-h2 {
	margin: 20px auto 20px;
	text-align: center;
}

.photo-gallery-sns {
	margin: 0 auto 60px;
	text-align: center;
}

.photo-gallery-sns span {
	display: inline-block;
	line-height: 40px;
	font-family: 'HelveticaNeueLTPro-Roman', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
}

.photo-gallery-sns a {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	margin-left: 20px;
	padding-top: 4px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	border: 1px solid rgba(255,255,255,0.7);
	line-height: 36px;
	text-decoration: none;
	text-align: center;
	transition: all 200ms linear;
}

.photo-gallery-sns a:hover {
	background: rgba(255,255,255,0.3);
	color: #ffffff;
}

.photo-gallery-sns a img {
	width: 30px;
	height: 30px;
}

.scroll-arrow-text {
	position: absolute;
	left: 50%;
	bottom: 20px;
	display: inline-block;
	margin: 0;
	margin-left: -110px;
	letter-spacing: 1px;
	font-family: 'HelveticaNeueLTPro-Roman', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	text-align: end;
	color: #ffffff;
	opacity: 0.8;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transform-origin: right bottom;
	-webkit-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
}

.scroll-arrow {
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1px;
	height: 105px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.3);
}

.scroll-arrow::before {
	content: "";
	position: absolute;
	top: -100px;
	left: 0;
	width: 1px;
	height: 105px;
	margin: 0 auto;
	background-color: #ffffff;
	-webkit-animation: arrow 2s ease 0s infinite normal;
	animation: arrow 2s ease 0s infinite normal;
}

@media screen and (max-width: 1200px) { /* 画面の横幅が1200px以下 */
	.scroll-arrow-text {
		display: none;
	}
	
	.scroll-arrow {
		display: none;
	}
	
	.scroll-arrow::before {
		display: none;
	}
}

@-webkit-keyframes arrow {
	0% {
		-webkit-transform: translate3d(-50%, 0, 0);
		top: -100px;
		opacity: 0;
		display: block;
	}
	
	45% {
		-webkit-transform: translate3d(-50%, 100px, 0);
		top: -100px;
		opacity: 1;
	}
	
	46% {
		-webkit-transform: translate3d(-50%, 100px, 0);
		top: -100px;
		opacity: 1;
	}
	
	90% {
		-webkit-transform: translate3d(-50%, 100px, 0);
		top: 100px;
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translate3d(-50%, 0, 0);
		top: -100px;
		opacity: 0;
		display: none;
	}
}

@keyframes arrow {
	0% {
		transform: translate3d(-50%, 0, 0);
		top: -100px;
		opacity: 0;
		display: block;
	}
	
	45% {
		transform: translate3d(-50%, 100px, 0);
		top: -100px;
		opacity: 1;
	}
	
	46% {
		transform: translate3d(-50%, 100px, 0);
		top: -100px;
		opacity: 1;
	}
	
	90% {
		transform: translate3d(-50%, 100px, 0);
		top: 100px;
		opacity: 1;
	}
	
	100% {
		transform: translate3d(-50%, 0, 0);
		top: -100px;
		opacity: 0;
		display: none;
	}
}

.photographer-desc {
	position: relative;
	width: 800px;
	margin: 60px auto 60px;
	padding-top: 60px;
	line-height: 2;
	text-align: center;
	font-family: 'HelveticaNeueLTPro-Roman', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

@media screen and (max-width:1200px){ /* 画面の横幅が1200px以下 */
	.photographer-desc {
		margin: 0 auto 60px;
	}
	
	.photographer-desc:before {
		display: none;
	}
}

.photographer-desc:before {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: rgba(255,255,255,0.4);
}

.photographer-desc a {
	position: relative;
	padding: 0 14px 0 0 ;
	text-decoration: none;
	color: #ffffff;
	transition: all 200ms linear;
}

.photographer-desc a:hover {
	text-decoration: none;
	color: #ffffff;
	opacity: 0.7;
}

.photographer-desc a:before {
	content: "";
	position: absolute;
	top: 1px;
	right: 0;
	width: 10px;
	height: 10px;
	background: url('../images/icon-popup-white.png') 0 0 no-repeat;
	background-size: 10px 10px;
}

.photo-gallery-thumb {
	float: left;
	position: relative;
	margin-bottom: 40px;
	margin-right: 40px;
}

.photo-gallery-thumb.mr0 {
	margin-right: 0;
}

.photo-gallery-thumb img {
	width: 240px;
	box-shadow: 0 0 0 7px rgba(255,255,255,0.2);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
	transition: all 0.2s;
}

.photo-gallery-thumb:before {
	content: "";
    position: absolute;
    top: -7px;
	left: -7px;
    height: 12px;
	width: 12px;
	border: 1px solid #ffffff;
	border: 1px solid rgba(255,255,255,0.8);
    border-bottom: none;
	border-right: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
	transition: all 0.2s;
}

.photo-gallery-thumb:after {
	content: "";
    position: absolute;
    top: -7px;
	right: -7px;
    height: 12px;
	width: 12px;
	border: 1px solid #ffffff;
	border: 1px solid rgba(255,255,255,0.8);
    border-bottom: none;
	border-left: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
	transition: all 0.2s;
}

.photo-gallery-thumb:hover img {
	box-shadow: 0 0 0 4px rgba(255,255,255,0.2);
}

.photo-gallery-thumb:hover:before {
	content: "";
    position: absolute;
    top: -4px;
	left: -4px;
	border-color: #ffffff;
	border-width: 1px;
}

.photo-gallery-thumb:hover:after {
	content: "";
    position: absolute;
    top: -4px;
	right: -4px;
	border-color: #ffffff;
	border-width: 1px;
}

.photo-gallery-thumb-border {
	display: block;
    position: absolute;
	left: 0;
    bottom: 0;
	z-index: 5;
    height: 1px;
	width: 100%;
}

.photo-gallery-thumb-border:before {
    content: "";
    position: absolute;
    bottom: -7px;
	left: -7px;
    height: 12px;
	width: 12px;
	border: 1px solid #ffffff;
	border: 1px solid rgba(255,255,255,0.5);
    border-top: none;
	border-right: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
	transition: all 0.2s;
}

.photo-gallery-thumb-border:after {
    content: "";
    position: absolute;
    bottom: -7px;
	right: -7px;
    height: 12px;
	width: 12px;
	border: 1px solid #ffffff;
	border: 1px solid rgba(255,255,255,0.5);
    border-top: none;
	border-left: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
	transition: all 0.2s;
}

.photo-gallery-thumb:hover .photo-gallery-thumb-border:before {
    content: "";
    position: absolute;
    bottom: -4px;
	left: -4px;
	border-color: #ffffff;
	border-width: 1px;
}

.photo-gallery-thumb:hover .photo-gallery-thumb-border:after {
    content: "";
    position: absolute;
    bottom: -4px;
	right: -4px;
	border-color: #ffffff;
	border-width: 1px;
}

.photo-gallery-copyright {
	margin-bottom: 0;
	text-align: center;
	font-family: 'HelveticaNeueLTPro-Roman', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #ffffff;
}

#toTop {
    display: none;
    position: fixed;
    bottom: 65px;
    right: 10px;
    z-index: 999;
    height: 50px;
    width: 50px;
	padding-top: 13px;
    border-radius: 2px;
    border: 1px solid rgba(255,255,255,0.7);
	background: rgba(255,255,255,0.2);
    text-align: center;
    text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

#toTop img {
	width: 16px;
	height: 8px;
}

#toTop:before {
	content: "TOP";
    position: absolute;
	left: 0;
    bottom: 7px;
	width: 100%;
    text-align: center;
	letter-spacing: 1px;
    font-size: 8px;
	font-family: 'HelveticaNeueLTPro-Roman', sans-serif;
	font-weight: normal;
	font-style: normal;
    color: #ffffff;
}

#toTop:hover {
	background: rgba(255,255,255,0.4);
}