@charset "utf-8";

/**
 * ふくぎに見守られた、はじまりの写真館
 -------------------------------------------------- */
.l-keyvisual {
	position: relative;
	margin: 0 -20px;
	background: #fbfaf4;
}
.l-keyvisual:not(.active) .l-keyvisual_player {
	opacity: 0;
	transform: scale(1.2);
}
.l-keyvisual.anima .l-keyvisual_player {
	transition: opacity 2s, transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-keyvisual_visual {
	position: relative;
	overflow: hidden;
	width: 100vw;
}
.l-keyvisual_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.l-keyvisual_visual::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(251,250,244,.6);
}
.l-keyvisual_player {
	pointer-events: none;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.l-keyvisual_visual {
		height: calc(100vh - 40px);
	}
	.l-keyvisual_wrap {
		position: relative;
		left: 50%;
		width: calc(100vh / .5625 - 40px);
		transform: translateX(-50%);
	}
	.l-keyvisual_player {
		width: 100%;
		height: 100%;
	}
}
@media screen and (min-width: 768px) {
	.l-keyvisual_visual {
		height: 56.25vw;
	}
	.l-keyvisual_wrap {
		width: 100%;
	}
	.l-keyvisual_player {
		width: 100vw;
		height: calc(300vw / 4);
	}
}

/* :::::: 備瀬のふくぎに見守られた、はじまりの写真館。 :::::: */
.l-keyvisual_copy {
	z-index: 1;
	position: absolute;
	top: calc(50% - 1.8em);
	left: 15%;
	color: #fff;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: .1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
	.l-keyvisual_copy {
		left: calc(20vw / 3.75);
	}
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
	.l-keyvisual_copy {
		font-size: calc(36vw / 12.8);
	}
}
@media screen and (min-width: 1281px) {
	.l-keyvisual_copy {
		font-size: 3.6rem;
	}
}

/* :::::: SCROLL :::::: */
.c-scroll {
	position: absolute;
	left: 20px;
	bottom: calc(4.5em + 40px);
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	font-family: Cormorant, serif;
	font-weight: 400;
	transform-origin: 0 100%;
	transform: rotate(90deg);
}
.c-scroll::before,
.c-scroll::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
}
.c-scroll::before {
	left: calc(4.5em + 40px);
	width: 80px;
	border-bottom: 1px solid #000;
}
.c-scroll::after {
	left: 4.5em;
	width: 40px;
	border-bottom: 1px solid #fff;
}

/* :::::: WATCH VIDEO :::::: */
.c-watch {
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 10px;
	color: #fff;
	font-size: 1rem;
	font-family: Cormorant, serif;
	font-weight: 400;
}
.c-watch::after {
	content: "";
	display: inline-block;
	margin: -3px 0 0 6px;
	border-width: 3px 0 3px 5px;
	border-style: solid;
	border-color: transparent;
	border-left-color: currentcolor;
	vertical-align: middle;
}


/**
 * INTRO
 -------------------------------------------------- */
.l-intro {
	padding: 64px 0;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.l-intro {
		padding: 120px 0;
	}
}

.l-intro .c-symbol img {
	width: 109px;
	height: 104px;
}
.l-intro .c-copy {
	display: block;
	margin-top: 48px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: calc(40 / 18);
	letter-spacing: .1em;
}
@media screen and (min-width: 768px) {
	.l-intro .c-symbol img {
		width: 149px;
		height: 140px;
	}
	.l-intro .c-copy {
		line-height: calc(50 / 18);
	}
}
/* inview */
.l-intro .c-symbol.js-inview.anima img,
.l-intro .c-copy.js-inview.anima {
	transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-intro .c-symbol.js-inview:not(.active) img {
	opacity: 0;
	transform: rotateY(90deg);
}
.l-intro .c-copy.js-inview:not(.active) {
	opacity: 0;
	transform: translateY(24px);
}


/**
 * 「いつの世までも幸せに」
 -------------------------------------------------- */
.l-environment {
	padding: 80px 0 48px;
}
@media screen and (min-width: 768px) {
	.l-environment {
		padding: 120px 0;
	}
}

.l-environment .c-title {
	text-align: left;
}
.l-environment_photo {
	margin-top: 32px;
}
@media screen and (max-width: 1024px) {
	.l-environment_photo {
		margin-right: -20px;
		margin-left: -20px;
	}
	.l-environment .c-lead {
		margin-top: 32px;
	}
}
@media screen and (min-width: 1025px) {
	.l-environment_text {
		display: flex;
		justify-content: space-between;
	}
	.l-environment .c-lead {
		flex-basis: 440px;
	}
	.l-environment_photo {
		margin-top: 48px;
	}
}
/* inview */
.l-environment_photo.js-inview.anima {
	transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-environment_photo.js-inview:not(.active) {
	opacity: 0;
	transform: translateY(24px) scale(1.06);
}


/**
 * 写真館のこだわり
 -------------------------------------------------- */
.l-feature {
	max-width: 1240px;
}
@media screen and (min-width: 768px) {
	.l-feature {}
}

/* :::::: ９つのフォトスポット :::::: */
.l-spot {}
@media screen and (min-width: 768px) {
	.l-spot {}
}

.l-spot .c-title_s {
	margin-top: 32px;
}
.l-spot .c-lead {
	max-width: 370px;
	margin: 0 auto;
}
@media screen and (max-width: 1024px) {
	.l-spot .c-title_s {
		margin-bottom: 24px;
	}
}
@media screen and (min-width: 768px) {
	.l-spot .c-title_s {
		margin-top: 48px;
	}
}
@media screen and (min-width: 1025px) {
	.l-spot .c-title_s {
		margin-bottom: -1.4em;
	}
}
.c-spot {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 20px;
}
.c-spot_text {
	margin-top: 16px;
}
.c-spot_t {
	font-size: 1.5rem;
	font-weight: 600;
}
.c-spot_d {
	margin-top: 4px;
	font-size: 1.3rem;
}
@media screen and (max-width: 567px) {
	.c-spot_item {
		margin-top: 32px;
	}
}
@media screen and (min-width: 568px) {
	.c-spot {
		display: flex;
		flex-wrap: wrap;
		margin-top: 40px;
	}
	.c-spot_item {
		flex-basis: calc(50% - 10px);
	}
}
@media screen and (min-width: 568px) and (max-width: 767px) {
	.c-spot_item:nth-child(2n) {
		margin-left: 20px;
	}
	.c-spot_item:nth-child(n+3) {
		margin-top: 20px;
	}
}
@media screen and (min-width: 768px) {
	.c-spot_item {
		flex-basis: calc(33.33333% - 40px / 3);
	}
	.c-spot_item:not(:nth-child(3n+1)) {
		margin-left: 20px;
	}
	.c-spot_item:nth-child(n+4) {
		margin-top: 32px;
	}
}
@media screen and (min-width: 1025px) {
	.c-spot {
		margin-top: 60px;
	}
	.c-spot_item {
		flex-basis: calc(33.33333% - 140px / 3);
	}
	.c-spot_item:not(:nth-child(3n+1)) {
		margin-left: 70px;
	}
	.c-spot_item:nth-child(n+4) {
		margin-top: 48px;
	}
}
/* inview */
.c-spot_item.js-inview.anima .c-spot_photo,
.c-spot_item.js-inview.anima .c-spot_text {
	transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-spot_item.js-inview:not(.active) .c-spot_photo {
	opacity: 0;
	transform: translateY(24px) scale(1.06);
}
.c-spot_item.js-inview:not(.active) .c-spot_text {
	opacity: 0;
	transform: translateY(24px);
}

/* :::::: フォトグラファー紹介 :::::: */
.l-photographer {
	margin-top: 48px;
}
@media screen and (min-width: 768px) {
	.l-photographer {
		margin-top: 80px;
	}
}

.c-photographer {
	max-width: 1020px;
	margin: 32px auto 0;
	padding: 0 20px;
}
.c-photographer_name {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	margin-top: 16px;
}
.c-photographer_name .main {
	display: block;
	margin-right: 8px;
	font-size: 1.8rem;
	font-weight: 500;
}
.c-photographer_name .sub {
	display: block;
	font-size: 1rem;
}
.c-photographer_item .c-link {
	display: inline-block;
	margin-top: 8px;
}
.c-photographer_item .c-link:after {
	content: "";
	display: inline-block;
	position: relative;
	top: -.1em;
	width: 13px;
	height: 13px;
	margin-left: 8px;
	background: url(../img/link.svg) center / cover no-repeat;
	vertical-align: middle;
}
@media screen and (max-width: 567px) {
	.c-photographer_item {
		margin-top: 40px;
	}
}
@media screen and (min-width: 567px) {
	.c-photographer {
		display: flex;
		flex-wrap: wrap;
		margin-top: 48px;
	}
	.c-photographer_item {
		flex-basis: calc(50% - 10px);
	}
}
@media screen and (min-width: 567px) and (max-width: 767px) {
	.c-photographer_item:nth-child(2n) {
		margin-left: 20px;
	}
	.c-photographer_item:nth-child(n+3) {
		margin-top: 32px;
	}
}
@media screen and (min-width: 768px) {
	.c-photographer_item {
		flex-basis: calc(33.33333% - 40px / 3);
	}
	.c-photographer_item:not(:nth-child(3n+1)) {
		margin-left: 20px;
	}
	.c-photographer_item:nth-child(n+4) {
		margin-top: 32px;
	}
	.c-photographer_name .main {
		margin-right: 16px;
	}
}
@media screen and (min-width: 1025px) {
	.c-photographer_item {
		flex-basis: calc(33.33333% - 140px / 3);
	}
	.c-photographer_item:not(:nth-child(3n+1)) {
		margin-left: 70px;
	}
	.c-photographer_item:nth-child(n+4) {
		margin-top: 48px;
	}
}
/* inview */
.c-photographer_item.js-inview.anima .c-photographer_photo,
.c-photographer_item.js-inview.anima .c-photographer_name,
.c-photographer_item.js-inview.anima .c-link {
	transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-photographer_item.js-inview.anima .c-photographer_name { transition-delay: .1s; }
.c-photographer_item.js-inview.anima .c-link { transition-delay: .2s; }
.c-photographer_item.js-inview:not(.active) .c-photographer_photo {
	opacity: 0;
	transform: translateY(24px) scale(1.06);
}
.c-photographer_item.js-inview:not(.active) .c-photographer_name,
.c-photographer_item.js-inview:not(.active) .c-link {
	opacity: 0;
	transform: translateY(24px);
}


/**
 * RISE
 -------------------------------------------------- */
.l-rise {}
@media screen and (min-width: 768px) {
	.l-rise {}
}

.l-rise_text {
	margin-top: 32px;
}
.l-rise_title {
	margin-top: 8px;
	font-size: 1.5rem;
	font-weight: 600;
}
.l-rise_caption {
	margin-top: 4px;
	font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
	.l-rise_photo {
		margin-top: 40px;
	}
}
@media screen and (min-width: 768px) {
	.l-rise_text {
		margin-top: 48px;
	}
	.l-rise .c-lead {
		max-width: 480px;
		margin-left: auto;
	}
	.l-rise_text,
	.l-rise_photo.-first,
	.l-rise_photo.-second {
		width: calc(50% - 20px);
	}
	.l-rise::after {
		content: "";
		display: block;
		clear: both;
	}
	.l-rise_text,
	.l-rise_photo.-second {
		float: right;
	}
	.l-rise_photo.-first {
		float: left;
		margin-top: 64px;
	}
	.l-rise_photo.-second {
		margin-top: 40px;
	}
	.l-rise_title,
	.l-rise_caption {
		max-width: 340px;
		margin-left: auto;
	}
	.l-rise_title {
		margin-top: 16px;
	}
	.l-rise_caption {
		margin-top: 8px;
	}
}
@media screen and (min-width: 1025px) {
	.l-rise_text,
	.l-rise_photo.-first,
	.l-rise_photo.-second {
		width: calc(50% - 40px);
	}
	.l-rise_photo.-first {
		margin-top: 120px;
	}
	.l-rise_photo.-second {
		margin-top: 80px;
	}
}
/* inview */
.l-rise_photo.js-inview.anima figure,
.l-rise_photo.js-inview.anima .l-rise_title,
.l-rise_photo.js-inview.anima .l-rise_caption {
	transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-rise_photo.js-inview.anima .l-rise_title { transition-delay: .1s; }
.l-rise_photo.js-inview.anima .l-rise_caption { transition-delay: .2s; }
.l-rise_photo.js-inview:not(.active) figure {
	opacity: 0;
	transform: translateY(24px) scale(1.06);
}
.l-rise_photo.js-inview:not(.active) .l-rise_title,
.l-rise_photo.js-inview:not(.active) .l-rise_caption {
	opacity: 0;
	transform: translateY(24px);
}


/**
 * Co-EXSISTENCE
 -------------------------------------------------- */
.l-coexsistence {}
@media screen and (min-width: 768px) {
	.l-coexsistence {}
}

.l-coexsistence .c-lead {
	max-width: 480px;
	margin: 32px auto 0;
}
.c-coexsistence_caption {
	margin-top: 4px;
	font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
	.l-coexsistence .c-lead {
		margin-top: 48px;
	}
	.c-coexsistence_caption {
		margin-top: 8px;
	}
}
@media screen and (max-width: 567px) {
	.c-coexsistence_item {
		margin-top: 32px;
	}
}
@media screen and (min-width: 568px) {
	.c-coexsistence {
		display: flex;
		flex-wrap: wrap;
		margin-top: 60px;
	}
}
@media screen and (min-width: 568px) and (max-width: 767px) {
	.c-coexsistence_item {
		flex-basis: calc(50% - 20px);
	}
	.c-coexsistence_item:nth-child(2n) {
		margin-left: 40px;
	}
	.c-coexsistence_item:nth-child(n+3) {
		margin-top: 32px;
	}
}
@media screen and (min-width: 768px) {
	.c-coexsistence_item {
		flex-basis: calc(33.33333% - 40px / 3);
	}
	.c-coexsistence_item:not(:nth-child(3n+1)) {
		margin-left: 20px;
	}
	.c-coexsistence_item:nth-child(n+4) {
		margin-top: 20px;
	}
}
@media screen and (min-width: 1025px) {
	.c-coexsistence_item {
		flex-basis: calc(33.33333% - 80px / 3);
	}
	.c-coexsistence_item:not(:nth-child(3n+1)) {
		margin-left: 40px;
	}
	.c-coexsistence_item:nth-child(n+4) {
		margin-top: 40px;
	}
}
/* inview */
.c-coexsistence_item.js-inview.anima {
	transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-coexsistence_item.js-inview:not(.active) {
	opacity: 0;
	transform: translateY(24px) scale(1.06);
}


/**
 * GALLERY
 -------------------------------------------------- */
.l-home .l-gallery {
	padding: 64px 0;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.l-home .l-gallery {
		padding: 120px 0;
	}
}

.l-home .l-gallery .c-lead {
	margin-top: 32px;
}
.l-home .l-gallery .c-more {
	margin-top: 48px;
}
@media screen and (min-width: 768px) {
	.l-home .l-gallery .c-lead {
		margin-top: 48px;
	}
	.l-home .l-gallery .c-more {
		margin-top: 64px;
	}
}

/* :::::: gallereel :::::: */
.c-gallereel {
	overflow: hidden;
	margin-top: 32px;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
.c-gallereel_wrap {
	display: flex;
}
.c-gallereel_item {
	flex-basis: calc(130vw / 3.74);
	min-width: calc(130vw / 3.74);
}
.c-gallereel .spacer {
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 100%;
}
.c-gallereel .spacer img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 374px) {
	.c-gallereel_item {
		flex-basis: 130px;
	}
}
@media screen and (min-width: 767px) {
	.c-gallereel {
		margin-top: 48px;
	}
	.c-gallereel_item {
		flex-basis: 20%;
		min-width: 260px;
	}
}
/* :::::: animation :::::: */
.c-gallereel_item {
	animation: galleryLoop 20s linear infinite;
}
.-reverse .c-gallereel_item {
	animation: galleryLoop 20s reverse linear infinite;
}
@media screen and (max-width: 767px) {
	@keyframes galleryLoop {
		from { transform: none; }
		to { transform: translateX(-300%); }
	}
}
@media screen and (min-width: 768px) {
	.c-gallereel_item {
		animation-duration: 40s;
	}
	@keyframes galleryLoop {
		from { transform: none; }
		to { transform: translateX(-600%); }
	}
}
/* inview */
.c-gallereel.js-inview.anima .c-gallereel_item {
	overflow: hidden;
}
.c-gallereel.js-inview.anima .c-gallereel_item .spacer {
	transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-gallereel.js-inview:not(.active) .c-gallereel_item .spacer {
	opacity: 0;
	transform: translateY(24px) scale(1.12);
}


/**
 * NEWS
 -------------------------------------------------- */
.l-home .l-news {}
@media screen and (min-width: 768px) {
	.l-home .l-news {}
}

.l-home .l-news .c-title {
	text-align: center;
}
.l-home .l-news .clear {
	text-align: center;
}
.l-home .l-news .c-more {
	margin-top: 32px;
}
/* :::::: ニュース一覧 :::::: */
@media screen and (max-width: 767px) {
	.l-home .c-news_item {
		margin-top: 20px;
	}
	.l-home .c-news_item.-primary {
		margin-top: 40px;
	}
}
@media screen and (min-width: 768px) {
	.l-home .c-news_item.-primary {
		margin-top: 60px;
	}
	.l-home .l-news .clear {
		clear: both;
	}
	.l-home .l-news .c-more {
		margin-top: 64px;
	}
}
@media screen and (min-width: 568px) and (max-width: 767px) {
	.l-home .c-news_item a {
		display: flex;
		align-items: center;
	}
	.l-home .c-news_item .c-news_photo {
		flex-basis: 38%;
	}
	.l-home .c-news_item .c-news_text {
		flex-basis: 62%;
		padding: 0 0 0 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.l-home .c-news_list {
		display: flex;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.l-home .c-news_list .c-news_item {
		flex-basis: calc(33.33333% - 40px / 3);
	}
	.l-home .c-news_list .c-news_item:not(:nth-child(3n+1)) {
		margin-left: 20px;
	}
	.l-home .c-news_list .c-news_item:nth-child(n+4)) {
		margin-top: 20px;
	}
}
@media screen and (min-width: 1024px) {
	.l-home .c-news_item.-primary {
		float: left;
		width: calc(50% - 80px);
	}
	.l-home .c-news_list.-secondary {
		float: right;
		width: 50%;
		margin-top: 60px;
	}
	.l-home .c-news_list .c-news_item:not(:first-child) {
		margin-top: 40px;
	}
	.l-home .c-news_list .c-news_item a {
		display: flex;
		align-items: center;
	}
	.l-home .c-news_list .c-news_photo {
		flex-basis: 200px;
	}
	.l-home .c-news_list .c-news_text {
		flex-basis: calc(100% - 200px);
		padding: 0 0 0 40px;
	}
}
/* inview */
.c-news_item.js-inview.anima .c-news_photo,
.c-news_item.js-inview.anima .c-news_text {
	transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-news_item.js-inview.anima .c-news_text { transition-delay: .1s; }
.c-news_item.js-inview:not(.active) .c-news_photo {
	opacity: 0;
	transform: translateY(24px) scale(1.06);
}
.c-news_item.js-inview:not(.active) .c-news_text {
	opacity: 0;
	transform: translateY(24px);
}