@charset "UTF-8";

html,
body {
	line-height: 2;
	font-size: 62.5%;
	font-family: "Shippori Mincho", serif;
	font-style: normal;
	font-optical-sizing: auto;
	font-feature-settings: "palt";
	font-weight: 500;
	color: #000000;
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	opacity: 0;
}

body.loaded {
	opacity: 1;
}

.abs {
	position: absolute;
	display: block;
}

.rel {
	position: relative;
	display: block;
}

.flexBlock {
	display: flex;
	justify-content: space-between;
}

.column {
	flex-direction: column;
}

.anim {
	transition: 0.3s ease-out;
}

.resizing * {
	transition: none !important;
}

.video-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100dvh;
	overflow: hidden;
	z-index: 0;
	pointer-events: none;
}

.video-background video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: relative;
}

#loading {
	z-index: 10000;
	position: fixed;
	width: 100%;
	min-height: 100%;
	height: 100dvh;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 1);
}

#top-section>h1 {
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 76px;
	height: 156px;
	position: absolute;
	display: block;
}

#top-section>h1>img {
	transform-origin: center center;
	opacity: 1;
	width: 100%;
	height: auto;
}

@keyframes waterSkewFadeIn {
	0% {
		transform: translateY(0) rotate(0deg) skewX(0deg) skewY(0deg) scale(1) translateZ(0);
	}

	20% {
		transform: translateY(-7px) rotate(-2deg) skewX(-7deg) skewY(-3deg) scale(1.05) translateZ(0);
	}

	40% {
		transform: translateY(7px) rotate(3deg) skewX(5deg) skewY(2deg) scale(0.98) translateZ(0);
	}

	60% {
		transform: translateY(-3px) rotate(-0.5deg) skewX(-3deg) skewY(-1deg) scale(1.02) translateZ(0);
	}

	80% {
		transform: translateY(3px) rotate(0.5deg) skewX(2deg) skewY(1deg) scale(0.99) translateZ(0);
	}

	100% {
		transform: translateY(0) rotate(0deg) skewX(0deg) skewY(0deg) scale(1) translateZ(0);
	}
}

#top-section {
	width: 100%;
	min-height: 100%;
	height: 100dvh;
	background: rgba(255, 255, 255, 1);
	transition: 3s ease-out;
}

.active #top-section {
	background: rgba(255, 255, 255, 0);
}

h2.has-vertical {
	font-size: 3.2rem;
	letter-spacing: 0.2em;
	font-weight: 500;
}

p.vertical-text {
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	line-height: 2.8;
	font-weight: 400;
}

.vertical-text {
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
	display: inline-block;
	width: auto;
	text-align: left;
	opacity: 0;
	white-space: normal;
	word-break: keep-all;
	line-break: strict;
}

.vertical-text span {
	display: inline-block;
	opacity: 0;
	transform-origin: center center;
}

.vertical-text.visible span {
	animation: waterSkewFadeIn2 2s ease forwards;
	will-change: filter;
}

.fade-in {
	opacity: 0;
}

.img.fade-in.visible {
	animation: waterSkewFadeIn3 2s ease-out forwards;
	will-change: filter;
}

#bottom-area .img.fade-in.visible {
	animation: waterSkewFadeIn4 3s ease-out forwards;
	will-change: filter;
}

@keyframes waterSkewFadeIn2 {
	0% {
		opacity: 0;
		transform: scale(0.7) translateZ(0);
		text-shadow: 0 0 20px rgba(0, 0, 0, 1);
	}

	100% {
		opacity: 1;
		transform: scale(1) translateZ(0);
		text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}
}

@keyframes waterSkewFadeIn3 {
	0% {
		opacity: 0;
		transform: scale(0.9) translateZ(0);
		filter: blur(3px);
	}

	100% {
		opacity: 1;
		transform: scale(1) translateZ(0);
		filter: blur(0px);
	}
}

@keyframes waterSkewFadeIn4 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.bg-white {
	background: #f5f5f5;
}

.ripple-bg {
	position: fixed;
	width: 100%;
	min-height: 100%;
	height: 100dvh;
	top: 0;
	left: 0;
	z-index: 9;
}

canvas {
	z-index: 9 !important;
}

#section01 {
	padding: 120px 0;
}

section .inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

#section01 h2 {
	flex-direction: row-reverse;
	justify-content: center;
}

#section01 h2> :nth-child(1),
#section01 h2> :nth-child(2),
#section01 h2> :nth-child(3) {
	align-self: flex-start;
}

#section01 h2> :nth-child(2) {
	padding-top: 2em;
	min-height: 500px;
}

#section01 h2> :nth-child(3) {
	padding-top: 10em;
	min-height: 500px;
}


section>.text-img {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-around;
	align-items: center;
	min-height: 350px;
	margin-bottom: 100px;
	position: relative;
}

section>.text-img>.img,
section>.text-img>.text {
	width: calc(50% - 30px);
	padding-left: 15px;
	padding-right: 15px;
}

section>.text-img>.img {
	max-width: 448px;
}

section>.text-img>.text {
	justify-content: center;
	align-items: flex-start;
	flex-direction: row-reverse;
}

section>.text-img:nth-child(n+2)>.text>p:nth-child(2) {
	padding-top: 1em;
}

.img img {
	width: 100%;
	height: auto;
}

#section02>.text-img:nth-child(1) {
	justify-content: space-between;
	margin-bottom: 0;
}

#section02>.text-img:nth-child(1)>.img {
	padding-left: 0;
	padding-right: 0;
}

#section02>.text-img:nth-child(2),
#section02>.text-img:nth-child(3) {
	max-width: 950px;
}

#section02>.text-img:nth-child(3) {
	margin-bottom: 0;
}

#section02>.text-img:nth-child(2)>.img>div {
	transform: translateY(50%);
}

#section02>.text-img:nth-child(3)>.img>div {
	transform: translateY(-50%);
}

#section03>.flexBlock {
	justify-content: center;
	padding: 120px 0;
	flex-direction: row-reverse;
}

#section03>.flexBlock>p:nth-child(1) {
	padding-top: 1em;
}

#section03>.flexBlock>p:nth-child(3) {
	padding-top: 2em;
}

#section03>.img {
	position: relative;
	width: 100%;
	max-width: 620px;
	padding-bottom: 120px;
	margin: 0 auto 300px;
}

#section04-sp>.flexBlock,
#section04>.flexBlock {
	padding: 70px 15px 150px;
	width: calc(100% - 30px);
	margin: 0 auto;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
}

#section04-sp>.flexBlock>.flexBlock,
#section04>.flexBlock>.flexBlock {
	flex-direction: row-reverse;
}

#section04-sp>.flexBlock>div.flexBlock>p,
#section04>.flexBlock>div.flexBlock>p {
	margin-top: 1em;
}

#section04-sp>.flexBlock>h2,
#section04-sp>.flexBlock>div.flexBlock>p:nth-child(6),
#section04>.flexBlock>h2,
#section04>.flexBlock>div.flexBlock>p:nth-child(6) {
	margin-left: 2em;
}

#section04-sp>.flexBlock>h2>:nth-child(2),
#section04>.flexBlock>h2>:nth-child(2) {
	padding-top: 3em;
}

#section04>.flexBlock>div.flexBlock>p:nth-child(3),
#section04>.flexBlock>div.flexBlock>p:nth-child(6) {
	padding-top: 0em;
}

#section04>.flexBlock>div.flexBlock>p:nth-child(4),
#section04>.flexBlock>div.flexBlock>p:nth-child(5) {
	padding-top: 2em;
}

#section04>.flexBlock>div.flexBlock>p:nth-child(n + 7) {
	margin-top: -1em;
}

#section04>.flexBlock>div.flexBlock>p:nth-child(7),
#section04>.flexBlock>div.flexBlock>p:nth-child(10) {
	padding-top: 1em;
}

#section05 {
	padding-bottom: 350px;
	margin-bottom: 200px;
}

#section05>.flexBlock>.img:after {
	content: '';
	position: absolute;
	display: block;
	border: 20px solid #f5f5f5;
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#section05>.flexBlock>.img {
	overflow: hidden;
	width: 100%;
}

.ripple-container {
	background-size: contain !important;
	background-position: left top !important;
}

.ripple-img {
	opacity: 0 !important;
	pointer-events: none;
	user-select: none;
}

#section05>.flexBlock>.img>div.ripple-container {
	left: 50%;
	transform: translateX(-50%);
	min-height: 525px;
	min-width: 1080px;
}

@media screen and (max-width: 768px) {
	#section05>.flexBlock>.img>div.ripple-container {
		left: 0;
		transform: translateX(-7%);
		min-height: 368px;
		min-width: 756px;
	}
}

#section05>.flexBlock>.img>.flexBlock.pc-only {
	position: absolute;
	flex-direction: row-reverse;
	align-items: center;
	width: 95%;
	height: 100%;
	justify-content: flex-start;
	right: 5%;
	top: 0;
	pointer-events: none;
}

#section05>.flexBlock>.img>.flexBlock.pc-only>.flexBlock {
	flex-direction: row-reverse;
	color: #FFFFFF;
}

#section05>.flexBlock>.img>.flexBlock.pc-only>.has-vertical>:nth-child(1) {
	font-size: 1.6rem;
	margin-left: 1.2em;
	margin-top: -1.5em;
}

#section05>.flexBlock>.img>.flexBlock.pc-only>.has-vertical {
	margin-top: -5em;
}

#section05>.flexBlock>.img>.flexBlock.pc-only>.text-area {
	height: 333px;
	margin-bottom: 5%;
	align-self: flex-end;
	margin-right: 7em;
}

.scroll-slider {
	overflow: hidden;
	width: 100%;
}

.slide-track {
	display: flex;
	animation: scroll-anim 43s linear infinite;
}

#section07 .slide-track {
	animation-direction: reverse;
}

.slide-track .slide-item {
	width: 25%;
	flex-shrink: 0;
}

.slide-track .slide-item>img {
	width: 100%;
	height: auto;
	display: block;
}

.hasSlide>.flexBlock {
	padding: 80px 15px 160px;
	width: calc(100% - 30px);
	margin: 0 auto;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: flex-start;
}

.hasSlide>.flexBlock>.flexBlock {
	flex-direction: row-reverse;
}

.hasSlide>.flexBlock>div.flexBlock>p {
	margin-top: 7em;
}

.hasSlide>.flexBlock>h2 {
	margin-left: 3em;
}

#section06>.flexBlock>h2>:nth-child(2) {
	margin-top: 1em;
}

#section06>.flexBlock>h2>:nth-child(3) {
	margin-top: 7em;
}

#section06>.flexBlock>div.flexBlock>p:nth-child(1),
#section06>.flexBlock>div.flexBlock>p:nth-child(3),
#section06>.flexBlock>div.flexBlock>p:nth-child(6) {
	padding-top: 1em;
}

#section06>.flexBlock>div.flexBlock>p:nth-child(4),
#section06>.flexBlock>div.flexBlock>p:nth-child(5) {
	padding-top: 2em;
}

#section02 p.vertical-text,
#section03 p.vertical-text,
#section04 p.vertical-text,
#section06 .flexBlock.pc-only>p.vertical-text,
#section07 .flexBlock.pc-only>p.vertical-text,
#section08 .flexBlock.pc-only>p.vertical-text {
	font-size: 1.8rem;
	white-space: nowrap;
}

@keyframes scroll-anim {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

#section07>.flexBlock>h2>:nth-child(2) {
	margin-top: 1em;
}

#section07>.flexBlock>h2>:nth-child(3) {
	margin-top: 4em;
}

#section07>.flexBlock>div.flexBlock>p:nth-child(1),
#section07>.flexBlock>div.flexBlock>p:nth-child(6) {
	padding-top: 1em;
}

#section07>.flexBlock>div.flexBlock>p:nth-child(2),
#section07>.flexBlock>div.flexBlock>p:nth-child(4) {
	padding-top: 2em;
}

#section07>.flexBlock>div.flexBlock>p:nth-child(3) {
	padding-top: 3em;
}

#section08>.flexBlock>h2>:nth-child(2) {
	margin-top: 1em;
}

#section08>.flexBlock>h2>:nth-child(3) {
	margin-top: 7em;
}

#section08>.flexBlock>div.flexBlock>p:nth-child(1),
#section08>.flexBlock>div.flexBlock>p:nth-child(3),
#section08>.flexBlock>div.flexBlock>p:nth-child(5) {
	padding-top: 1em;
}

#section08>.flexBlock>div.flexBlock>p:nth-child(2) {
	padding-top: 2em;
}

#bottom-area {
	flex-wrap: wrap;
}

#bottom-area>.img {
	width: 33.33%;
	aspect-ratio: 1.37 / 1;
	background-size: cover !important;
}

#bottom-area>.img.img01 {
	background: url("../imgs/bottom-img01.jpg") no-repeat center center;
}

#bottom-area>.img.img02 {
	background: url("../imgs/bottom-img02.jpg") no-repeat center center;
}

#bottom-area>.img.img03 {
	background: url("../imgs/bottom-img03.jpg") no-repeat center center;
}

#bottom-area>.img.img04 {
	background: url("../imgs/bottom-img04.jpg") no-repeat center center;
}

#bottom-area>.img.img05 {
	background: url("../imgs/bottom-img05.jpg") no-repeat center center;
}

#bottom-area>.img.img06 {
	background: url("../imgs/bottom-img06.jpg") no-repeat center center;
}

footer {
	padding: 120px 15px 20px;
}

footer>.flexBlock {
	flex-direction: column;
	align-items: center;
}

footer>.flexBlock>.copyright {
	font-size: 1.0rem;
	text-align: center;
	margin-top: 60px;
}

footer>.flexBlock>.info {
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 100px;
	font-size: 1.4rem;
	text-align: left;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

footer>.flexBlock>.info>p {
	margin-bottom: 30px;
	width: 100%;
	font-size: 2.0rem;
}

footer>.flexBlock>.info>dl,
footer>.flexBlock>.info>div {
	width: 46%;
}

footer>.flexBlock>.info>dl {
	flex-wrap: wrap;
}

footer>.flexBlock>.info>dl>dt {
	width: 80px;
	display: flex;
	justify-content: space-between;
	padding-right: 1em;
	position: relative;
}

footer>.flexBlock>.info>dl>dt:after {
	position: absolute;
	display: block;
	content: ":";
	right: 0.4em;
	top: -0.1em;
}

footer>.flexBlock>.info>dl>dd {
	width: calc(100% - 80px);
}

#section04>div {
	min-height: 700px;
}

footer>.flexBlock>.info hr {
	border: none;
	border-bottom: 0.7px solid rgba(0, 0, 0, 0.3);
	margin: 10px auto;
}

@media screen and (max-width: 768px) {
	#top-section>h1 {
		width: 53px;
		height: 109px;
	}

	#section04-sp>div {
		min-height: 600px;
	}

	#section05>div {
		min-height: 450px;
	}

	h2.has-vertical {
		font-size: 2.1rem;
	}

	#section01 h2> :nth-child(2) {
		padding-top: 1em;
		min-height: 350px;
	}

	#section01 h2> :nth-child(3) {
		padding-top: 10em;
		min-height: 370px;
	}

	#section02>.text-img {
		flex-direction: column;
	}

	#section02>.text-img>.text {
		order: 1;
	}

	#section02>.text-img>.img {
		order: 2;
	}

	#section02>.text-img {
		width: calc(100% - 60px);
	}

	#section02>.text-img:nth-child(1) {
		margin-bottom: 120px;
	}

	#section02>.text-img:nth-child(1)>.text {
		align-self: flex-end;
		margin-bottom: 20px;
	}

	#section02>.text-img:nth-child(1)>.text>:nth-child(2) {
		padding-top: 1em;
	}

	#section02>.text-img>.img {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	#section02>.text-img:nth-child(2)>.text {
		align-self: flex-start;
		margin-bottom: 20px;
		padding-left: 30px;
	}

	#section02>.text-img:nth-child(2)>.img>div {
		transform: translateY(0);
		width: calc(100% + 30px);
		margin-left: 15px;
	}

	#section02>.text-img:nth-child(2) {
		margin-bottom: 50px;
	}

	#section02>.text-img:nth-child(3)>.img {
		order: 1;
		margin-bottom: 60px;
	}

	#section02>.text-img:nth-child(3)>.text {
		order: 2;
		align-self: flex-end;
	}

	#section02>.text-img:nth-child(3)>.img>div {
		transform: translateY(0) translateX(-30px);
		width: calc(100% + 30px);
	}

	#section03>.flexBlock {
		padding: 100px 0;
	}

	#section03>.img {
		width: calc(100% - 30px);
		margin-bottom: 100px;
	}

	#section04-sp>.flexBlock {
		padding-top: 0;
		padding-bottom: 20px;
	}

	#section04-sp>.flexBlock>h2 {
		margin-left: 0;
	}

	#section04-sp>.flexBlock>h2>:nth-child(1) {
		margin-left: 0.3em;
	}

	#section05 {
		padding-top: 130px;
	}

	#section05>.flexBlock {
		flex-direction: column;
		align-items: center;
	}

	#section05>.flexBlock>h2.has-vertical {
		flex-direction: row-reverse;
		display: flex;
		width: 48px;
		margin-bottom: 130px;
	}

	#section05>.flexBlock>h2.has-vertical>:nth-child(1) {
		font-size: 1.4rem;
		margin-right: -3em;
		margin-top: -2em;
		margin-bottom: 100px;
	}

	#section05>.flexBlock>.img::after {
		border-width: 12px;
	}

	#section05>.flexBlock>.img>div {
		left: 0;
		transform: translateX(0%);
		min-height: auto;
		min-width: auto;
		width: 170%;
	}

	#section05>.flexBlock>.img {
		margin-bottom: 60px;
	}

	#section05 .flexBlock.text-area.sp-only {
		justify-content: center;
		width: 100%;
		max-width: 290px;
	}

	#section05 .flexBlock.text-area.sp-only .vertical-text {
		writing-mode: inherit;
		text-orientation: inherit;
		display: block;
		width: 100%;
		font-size: 1.4rem;
		line-height: 2.4;
		white-space: nowrap;
	}

	#section05 {
		padding-bottom: 180px;
		margin-bottom: 150px;
	}

	.slide-track .slide-item {
		width: 75%;
		flex-shrink: 0;
	}

	.slide-track {
		animation: scroll-anim-sp 30s linear infinite;
	}

	.hasSlide>.flexBlock {
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	.hasSlide>.flexBlock>.flexBlock {
		flex-direction: column;
	}

	.hasSlide>.flexBlock>h2 {
		margin-left: 0;
		margin-bottom: 50px;
		letter-spacing: 0.2em;
	}

	.hasSlide>.flexBlock .vertical-text {
		writing-mode: inherit;
		text-orientation: inherit;
		text-align: center;
		line-height: 2.3;
	}

	#section02 p.vertical-text,
	#section03 p.vertical-text,
	#section04 p.vertical-text,
	p.vertical-text {
		font-size: 1.4rem;
	}

	.hasSlide>.flexBlock>h2>span {
		margin-top: 0 !important;
	}

	.hasSlide>.flexBlock>div.flexBlock>p {
		padding-top: 0 !important;
		margin-top: 0 !important;
		letter-spacing: 0 !important;
	}

	#bottom-area>.img {
		width: 50%;
		aspect-ratio: 1 / 1.6;
		background-size: cover !important;
	}

	#bottom-area>.img.img03 {
		background: url("../imgs/bottom-img04.jpg") no-repeat center center;
	}

	#bottom-area>.img.img04 {
		background: url("../imgs/bottom-img03.jpg") no-repeat center center;
	}

	footer>.flexBlock>.info {
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		margin-top: 90px;
		flex-direction: column;
		max-width: 330px;
		font-size: 1.3rem;
	}

	footer>.flexBlock>.info>dl,
	footer>.flexBlock>.info>div {
		width: 100%;
	}

	footer>.flexBlock>.info>dl>dt {
		width: 70px;
	}

	footer>.flexBlock>.info>dl>dd {
		width: calc(100% - 70px);
	}

	footer>.flexBlock>.info>p {
		margin-bottom: 20px;
	}

	footer .logo {
		background-size: contain !important;
	}

	footer .logo img {
		width: 58px;
	}
}

@keyframes scroll-anim-sp {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-300%);
	}
}

.flexBlock.sp-only,
.sp-only {
	display: none !important;
}

.pc-only {
	display: block !important;
}

br.pc-only {
	display: inline !important;
}

span.pc-only {
	display: inline-block !important;
}

.flexBlock.pc-only {
	display: flex !important;
}

@media screen and (max-width:768px) {

	br.pc-only,
	span.pc-only,
	.flexBlock.pc-only,
	.pc-only {
		display: none !important;
	}

	.sp-only {
		display: block !important;
	}

	.flexBlock.sp-only {
		display: flex !important;
	}

	br.sp-only {
		display: inline !important;
	}
}