@charset 'utf-8';

/*---------------------------------------------------------------------- */
/* Top Styles
------------------------------------------------------------------------ */

/* Utilities
---------------------------------------------------------- */

/* .logo */

.logo {
	width: 11.3rem;
	height: 7.2rem;
}

.logo .d {
	fill: #231815
}

/* Section --------------------------------- */

.section {
	position: relative;
}

/* Layout
---------------------------------------------------------- */

body > svg {
	display: none;
}

/* #splash */

#splash {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100dvh;
	pointer-events: none;
}

#splash > .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

#splash > .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -50%);
}

/* Loaded */

#splash.loaded {
	position: absolute;
}

#splash.loaded > .logo {
	opacity: 1;
}

#splash.loaded > .logo .d {
	fill: #fff;
}

/* #bg */

#bg {
	position: fixed;
	inset: 0;
	z-index: -1;
}

#bg > video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .4;
}

#bg > .filter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(101 75 5 / .55);
}

/* #header --------------------------------- */

#header {
	position: relative;
	width: 100%;
	height: 100dvh;
}

/* .main-visual */

#header > .main-visual > video {
	width: 100%;
	height: 100dvh;
	object-fit: cover;
}

/* .logo */

#header > .logo {
	position: fixed;
	top: 1.4rem;
	left: 2rem;
	z-index: 10;
	width: 5.8rem;
	height: 3.7rem;
}

/* .scroll */

#header > .scroll {
	position: absolute;
	left: 50%;
	bottom: 1rem;
	color: #fff;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: .05em;
	transform: translateX(-50%);
}

#header > .scroll > .bar,
#header > .scroll > .meter {
	position: absolute;
	bottom: 2.5rem;
	left: 50%;
	width: .2rem;
	height: 6.2rem;
	transform: translateX(-50%);
	transform-origin: 0 0;
}

#header > .scroll > .bar {
	background: rgb(255 255 255 / .5);
}

#header > .scroll > .meter {
	background: #fff;
	animation: scroll 1.2s ease infinite;
}

@keyframes scroll {
	0% {
		transform: translateX(-50%) scaleY(1);
	}
	100% {
		transform: translateX(-50%) scaleY(0);
	}
}

/* #main --------------------------------- */

/* #main-content */

#main-content {
	padding-top: 7.5rem;
}

/* .logo */

#main-content > .logo {
	margin: 0 auto;
}

/* .lead */

.lead {
	margin-top: 5rem;
	line-height: 2.2;
	font-family: 'Sawarabi Mincho', serif;
	text-align: center;
	letter-spacing: .05em;
}

/* .block-profile */

.block-profile {
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 10rem 0 7rem 0;
}

.block-profile > .img {
	width: 17.8rem;
}

.block-profile > .txt01 {
	margin-top: 1.5rem;
	font-size: 1.6rem;
	letter-spacing: .05em;
}

.block-profile > .txt02 {
	display: flex;
	flex-flow: column;
	margin-top: 1rem;
	width: 25rem;
	text-align: center;
	letter-spacing: .05em;
}

.block-profile > .txt02 > span + span {
	margin-top: 1rem;
}

/* .section-details */

.section-details {
	padding: 11rem 0;
	color: #fff;
}

.section-detail {
	display: flex;
	flex-flow: column;
}

.section-detail > .title {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	padding: 0 3rem;
}

.section-detail > .title > .txt01 {
	line-height: 1.4;
	border: 1px solid #fff;
	border-width: 1px 0;
}

.section-detail > .title > .txt02 {
	margin-top: 1.5rem;
	line-height: 1.6;
	font-size: 2.4rem;
	letter-spacing: .1em;
}

.section-detail > .video {
	margin-top: 2rem;
	width: 25.5rem;
}

.section-detail > .video > video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-detail > .img01 {
	position: relative;
	z-index: 2;
}

.section-detail > .txt {
	margin-top: 2rem;
	width: 25.5rem;
	line-height: 1.7;
}

.section-detail01 > .video,
.section-detail01 >.txt {
	margin-left: 5.5rem;
}

.section-detail01 > .img01 {
	margin: 3.5rem 0 0 16.6rem;
	width: 10.9rem;
}

.section-detail01 > .img02 {
	margin: -1rem 0 0 2.2rem;
	width: 17.5rem;
}

.section-detail01 > .img03 {
	margin: 3.5rem 0 0 15.7rem;
	width: 14.8rem;
}

.section-detail02 {
	align-items: flex-end;
	margin-top: 10.5rem;
}

.section-detail02 > .title {
	align-items: flex-end;
	text-align: right;
}

.section-detail02 > .title > .txt02 {
	margin-right: -1.5rem;
}

.section-detail02 > .video,
.section-detail02 >.txt {
	margin-right: 5.3rem;
}

.section-detail02 >.txt {
	text-align: right;
}

.section-detail02 > .img01 {
	margin: 2rem 17.8rem 0 0;
	width: 8rem;
}

.section-detail02 > .img02 {
	margin: -4.1rem 1.7rem 0 0;
	width: 17.8rem;
}

.section-detail02 > .img03 {
	margin: 3rem 14.8rem 0 0;
	width: 14.2rem;
}

.section-detail03 {
	margin-top: 11.5rem;
}

.section-detail03 > .video,
.section-detail03 >.txt {
	margin-left: 5.5rem;
}

.section-detail03 > .img01 {
	margin: 2rem 0 0 18.1rem;
	width: 10.9rem;
}

.section-detail03 > .img02 {
	margin: -2.6rem 0 0 2.2rem;
	width: 17.5rem;
}

.section-detail03 > .img03 {
	margin: 3rem 0 0 16.1rem;
	width: 9.7rem;
}

/* .block-info */

.block-info {
	padding: 6rem 3.8rem 6.5rem 3.8rem;
	text-align: center;
}

.block-info > .title {
	font-size: 1.5rem;
	letter-spacing: .2em;
}

.block-info .swiper {
	margin: 3.5rem auto 0 auto;
	width: 25rem;
}

.block-info .swiper-button-prev,
.block-info .swiper-button-next {
	top: auto;
	bottom: .6rem;
	margin-top: 0;
	width: 1.6rem;
	height: .7rem;
	border-bottom: 1px solid rgb(255 255 255 / .8);
	opacity: .8;
}

.block-info .swiper-button-prev {
	left: .6rem;
}

.block-info .swiper-button-next {
	right: .6rem;
}

.block-info .swiper-button-prev::after,
.block-info .swiper-button-next::after {
	position: absolute;
	bottom: 0;
	display: block;
	height: .7rem;
	font-size: 0;
}

.block-info .swiper-button-prev::after {
	left: 0;
	border-left: 1px solid rgb(255 255 255 / .8);
	transform: rotateZ(45deg);
	transform-origin: 0 100%;
}

.block-info .swiper-button-next::after {
	right: 0;
	border-right: 1px solid rgb(255 255 255 / .8);
	transform: rotateZ(-45deg);
	transform-origin: 100% 100%;
}

.block-info > dl {
	padding-top: 1.5rem;
}

.block-info > dl > dt {
	margin-top: 2rem;
	letter-spacing: .2em;
}

.block-info > .insta {
	margin: 2rem auto 0 auto;
	width: 2.9rem;
	height: 2.9rem;
}


/*---------------------------------------------------------------------- */
/* 768px Tablet & PC Styles
------------------------------------------------------------------------ */

@media screen and (min-width: 768px), print {

/* Utilities
---------------------------------------------------------- */

/* .logo */

.logo {
	width: 20.4rem;
	height: 12..9rem;
}


/* Layout
---------------------------------------------------------- */

/* Loaded */

#splash.loaded > .logo {
	opacity: 0;
}

/* #bg */

#bg {
	left: 50%;
	width: 50%;
}

#main, #footer {
	position: relative;
	left: 50%;
	width: 50%;
}

/* #header --------------------------------- */

/* .video */

#header > .main-visual {
	position: fixed;
	top: 0;
	left: 0;
	width: 50%;
}

/* .logo */

#header > .logo {
	top: 4rem;
	left: auto;
	right: 4.4rem;
	width: 11.6rem;
	height: 7.3rem;
}

/* .scroll */

#header > .scroll {
	display: none;
}


/* #main --------------------------------- */

#main-content {
	padding-top: 21.7rem;
}

/* .lead */

.lead {
	margin-top: 16rem;
	line-height: 2.5;
	font-size: 2.1rem;
	letter-spacing: .1em;
}

/* .block-profile */

.block-profile {
	padding: 23.5rem 0 16rem 0;
}

.block-profile > .img {
	width: 26.7rem;
}

.block-profile > .txt01 {
	margin-top: 3rem;
	font-size: 2.4rem;
}

.block-profile > .txt02 {
	margin-top: 2.5rem;
	width: 38rem;
}

.block-profile > .txt02 > span + span {
	margin-top: 1.5rem;
}

/* .section-details */

.section-details {
	padding: 24rem 0;
}

.section-detail > .title {
	padding: 0 10.7rem 0 9.2rem;
}

.section-detail > .title > .txt01 {
	border-width: 2px 0;
	font-size: 2rem;
	letter-spacing: .1em;
}

.section-detail > .title > .txt02 {
	margin-top: 2.5rem;
	line-height: 1.5;
	font-size: 4.2rem;
}

.section-detail > .video {
	margin-top: 4.5rem;
	width: 54.8rem;
}

.section-detail > .txt {
	margin-top: 3rem;
	width: 54.8rem;
	line-height: 2.2;
	font-size: 2rem;
}

.section-detail01 > .video,
.section-detail01 >.txt {
	margin-left: 20.2rem;
}

.section-detail01 > .img01 {
	margin: 9.5rem 0 0 36.5rem;
	width: 21.8rem;
}

.section-detail01 > .img02 {
	margin: -2rem 0 0 7.7rem;
	width: 35rem;
}

.section-detail01 > .img03 {
	margin: 7rem 0 0 35rem;
	width: 29.6rem;
}

.section-detail02 {
	margin-top: 16rem;
}

.section-detail02 > .title > .txt02 {
	margin-right: -2.5rem;
}

.section-detail02 > .video {
	margin-right: 20.2rem;
}

.section-detail02 >.txt {
	margin-right: 19rem;
}

.section-detail02 > .img01 {
	margin: 7.5rem 37.2rem 0 0;
	width: 16rem;
}

.section-detail02 > .img02 {
	margin: -8.2rem 5rem 0 0;
	width: 35.6rem;
}

.section-detail02 > .img03 {
	margin: 6rem 41.4rem 0 0;
	width: 28.4rem;
}

.section-detail03 {
	margin-top: 20rem;
}

.section-detail03 > .video,
.section-detail03 >.txt {
	margin-left: 20.2rem;
}

.section-detail03 > .img01 {
	margin: 8.8rem 0 0 36.8rem;
	width: 21.8rem;
}

.section-detail03 > .img02 {
	margin: -5.2rem 0 0 5rem;
	width: 35rem;
}

.section-detail03 > .img03 {
	margin: 5.1rem 0 0 45.4rem;
	width: 19.4rem;
}

/* .block-info */

.block-info {
	padding: 20rem 15.6rem 14rem 15.6rem;
}

.block-info > .title {
	border-bottom-width: 2px;
	font-size: 3rem;
}

.block-info .swiper {
	margin-top: 4.5rem;
	width: 50rem;
}

.block-info .swiper-button-prev,
.block-info .swiper-button-next {
	bottom: 1.6rem;
	width: 3.2rem;
	height: 1.3rem;
}

.block-info .swiper-button-prev {
	left: 1rem;
}

.block-info .swiper-button-next {
	right: 1rem;
}

.block-info .swiper-button-prev::after,
.block-info .swiper-button-next::after {
	height: 1.3rem;
}

.block-info > dl {
	padding-top: 1.5rem;
	font-size: 2rem;
}

.block-info > dl > dt {
	margin-top: 4rem;
}

.block-info > dl > dd {
	margin-top: .5rem;
}

.block-info > .insta {
	margin-top: 5rem;
	width: 5.8rem;
	height: 5.8rem;
}

}