@charset "UTF-8";
@import "common.pc.css";

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	padding-top: 0;
}

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#header {
	background: transparent;
	transition-property: background;
	transition-duration: 0.6s;
}

#header.white {
	background: #fff;
}

#header h1 {
	filter: drop-shadow(0 0 20px rgba(255, 255, 255, 1));
}

#header .h_contact .phone .num {
	filter: drop-shadow(0 0 20px rgba(255, 255, 255, 1));
}

/* ---------------------------------------------------------
	CSS Document swicth
--------------------------------------------------------- */

#swicth {
	background: rgba(75, 63, 57, 0.5);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
	color: #fff;
	transition-property: background, color;
	transition-duration: 0.6s;
}

#header.white #swicth {
	background: rgba(75, 63, 57, 0.05);
	box-shadow: 0 0 0 1px var(--gray) inset;
	color: var(--black);
}

#swicth span {
	background: #fff;
	transition-property: background;
	transition-duration: 0.6s;
}

#header.white #swicth span {
	background: var(--black);
}

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

#main .figure {
	min-width: 1300px;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#main .figure  img {
	width: 100%;
	min-height: 100vh;
	object-fit: cover;
	animation: mainzoom 16s 0s forwards;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%) scale(1.08);
}

@keyframes mainzoom {
	0% {
		transform: translateY(-50%) translateX(-50%) scale(1.08);
	}
	100% {
		transform: translateY(-50%) translateX(-50%) scale(1);
	}
}

#main .name {
	writing-mode: vertical-rl;
	text-align: left;
	font-size: 42px;
	letter-spacing: 0.5em;
	white-space: nowrap;
	line-height: 2.5;
	color: #fff;
	transform: translateY(-45%);
	position: absolute;
	top: 50%;
	right: 60px;
	z-index: 4;
	transition-duration: 1.0s;
	transition-delay: 0.4s;
	transition-timing-function: ease-in-out;
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
	opacity: 0;
}

.loaded #main .name {
	transform: translateY(-50%);
	animation: lazyload 1.0s 0.4s forwards ease-in-out;
}

#main .scroll {
	position: absolute;
	right: 30px;
	bottom: 50px;
	z-index: 4;
}

#main .scroll a {
	display: block;
	padding: 0 20px;
}

/* ---------------------------------------------------------
	CSS Document concept
--------------------------------------------------------- */

#concept .bg {
	margin-bottom: 70px;
	padding-top: 150px;
	background: #f5f5f5 url(../top/concept_bg.webp) top;
}

#concept .concept_01 {
	height: 500px;
	text-align: left;
	position: relative;
}

#concept .concept_01 figure {
	transition-duration: 1.0s;
	transition-delay: 0.1s;
	transition-timing-function: ease-in-out;
	transform: translateY(3%);
	opacity: 0;
}

#concept .isActive .concept_01 figure {
	transform: translateY(0);
	animation: lazyload 1.0s 0.1s forwards ease-in-out;
}

#concept .concept_01 .ill {
	width: 461px;
	height: 504px;
	position: absolute;
	top: 10px;
	right: 10px;
	transition-duration: 1.0s;
	transition-delay: 0.6s;
	transition-timing-function: ease-in-out;
	transform: translateY(3%);
	opacity: 0;
}

#concept .isActive .concept_01 .ill {
	transform: translateY(0);
	animation: lazyload 1.0s 0.6s forwards ease-in-out;
}

#concept .concept_02 {
	padding-bottom: 90px;
	text-align: left;
	position: relative;
	z-index: 2;
}

#concept .concept_02 p {
	margin-bottom: 2em;
	transition-duration: 1.0s;
	transition-delay: 1.1s;
	transition-timing-function: ease-in-out;
	transform: translateY(3%);
	opacity: 0;
}

#concept .isActive .concept_02 p {
	transform: translateY(0);
	animation: lazyload 1.0s 1.1s forwards ease-in-out;
}

#concept .concept_02 figure {
	width: 480px;
	height: 560px;
	position: absolute;
	bottom: -280px;
	right: 0;
	transition-duration: 1.0s;
	transition-delay: 1.6s;
	transition-timing-function: ease-in-out;
	transform: translateY(3%);
	opacity: 0;
}

#concept .isActive .concept_02 figure {
	transform: translateY(0);
	animation: lazyload 1.0s 1.6s forwards ease-in-out;
}

/* ---------------------------------------------------------
	CSS Document marquee
--------------------------------------------------------- */

#marquee {
	height: 94px;
	margin-bottom: 240px;
	position: relative;
	z-index: 1;
}

#marquee figure {
	width: 1026px;
	position: absolute;
	top: 0;
	right: calc(50% - 280px);
}

#marquee img {
	transform: translateX(0);
	opacity: 1;
}

#marquee.isActive img {
	animation-name: marquee;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 10s;
	animation-timing-function: ease-in-out;
}

@keyframes marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-25%);
	}
}

/* ---------------------------------------------------------
	CSS Document feature
--------------------------------------------------------- */

#feature .container {
	margin-bottom: 120px;
	text-align: left;
}

#feature .en {
	display: block;
	margin-bottom: 24px;
	font-family: "orpheuspro", serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: var(--orange);
}

#feature .en:after {
	display: inline-block;
	vertical-align: 0.2em;
	content: '';
	width: 100px;
	height: 1px;
	margin-left: 10px;
	background: var(--orange);
}

#feature h2 {
	margin-bottom: 60px;
	font-weight: 500;
	font-size: 32px;
	line-height: 1;
}

#feature .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}

#feature .flex.even {
	flex-flow: row-reverse;
}

#feature .flex + .flex {
	margin-top: 120px;
}

#feature .row {
	width: 480px;
	position: relative;
	z-index: 0;
}

#feature .ill_01 {
	position: absolute;
	top: -30px;
	left: 272px;
	z-index: -1;
}

#feature .ill_02 {
	position: absolute;
	top: -30px;
	left: 178px;
	z-index: -1;
}

#feature .ill_03 {
	position: absolute;
	top: -25px;
	left: 258px;
	z-index: -1;
}

#feature .num {
	width: 80px;
	height: 80px;
	margin-bottom: 15px;
	border-radius: 100%;
	background: rgba(255, 207, 164, 0.5);
	text-align: center;
	font-family: "orpheuspro", serif;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 82px;
}

#feature h3 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	color: var(--orange);
}

#feature h3:after {
	display: block;
	content: '';
	width: 0;
	height: 1px;
	margin-top: 12px;
	background: var(--orange);
	transition-duration: 0.3s;
	transition-delay: 0.6s;
	transition-timing-function: ease-out;
}

#feature .isActive h3:after {
	width: 100%;
}

#feature .copy {
	margin-bottom: 30px;
	font-size: 26px;
	line-height: 150%;
}

#feature .flex figure {
	width: 660px;
	height: 390px;
}

#feature .more {
	margin-top: 60px;
	text-align: center;
}

.more a {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 64px;
	border-radius: 64px;
	background: #F3E9E1;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	line-height: 64px;
	color: var(--black);
}

.more a:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 12px;
	height: 64px;
	margin: 0 -8px 0 12px;
	background: url(/include/images/arrow_right.svg) no-repeat left / 100% auto;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	transform: translateX(0);
}

.more a:hover:after {
	transform: translateX(5px);
}

.more a:hover {
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document service
--------------------------------------------------------- */

#service {
	margin-bottom: 160px;
}

#service .en {
	display: block;
	margin-bottom: 24px;
	text-align: left;
	font-family: "orpheuspro", serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: var(--orange);
}

#service .en:after {
	display: inline-block;
	vertical-align: 0.2em;
	content: '';
	width: 100px;
	height: 1px;
	margin-left: 10px;
	background: var(--orange);
}

#service h2 {
	margin-bottom: 60px;
	text-align: left;
	font-weight: 500;
	font-size: 32px;
	line-height: 1;
}

#service .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

#service .row {
	width: 380px;
	overflow: hidden;
	padding-bottom: 20px;
	border-radius: 12px 12px 0 0;
	box-shadow: 0 0 0 1px var(--gray) inset;
}

#service .name {
	height: 50px;
	margin-bottom: 30px;
	background: var(--orange);
	font-size: 18px;
	line-height: 50px;
	color: #fff;
}

#service .name span {
	font-size: 26px;
}

#service .row figure img {
	height: 198px;
}

#service .row p {
	margin: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px var(--gray);
	text-align: left;
}

#service .row ul {
	margin: 0 30px;
	text-align: left;
	line-height: 22px;
}

#service .row li {
	margin: 20px 0;
}

#service .row li:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 25px;
	height: 24px;
	margin-right: 0.5em;
	background: url(../top/service_04.svg) no-repeat center / 100% auto;
}

#service .copy {
	margin-bottom: 60px;
	font-size: 24px;
	color: var(--orange);
}

#service .more ul {
	display: flex;
	justify-content: center;
}

#service .more li {
	margin: 0 15px;
}

/* ---------------------------------------------------------
	CSS Document flow
--------------------------------------------------------- */

#flow {
	margin-bottom: 160px;
	padding: 80px 0;
	background: rgba(183, 221, 232, 0.5);
}

#flow .en {
	display: block;
	margin-bottom: 24px;
	text-align: left;
	font-family: "orpheuspro", serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: var(--orange);
}

#flow .en:after {
	display: inline-block;
	vertical-align: 0.2em;
	content: '';
	width: 100px;
	height: 1px;
	margin-left: 10px;
	background: var(--orange);
}

#flow h2 {
	margin-bottom: 60px;
	text-align: left;
	font-weight: 500;
	font-size: 32px;
	line-height: 1;
}

#flow .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

#flow .row {
	width: 220px;
	font-size: 15px;
	line-height: 150%;
	position: relative;
}

#flow .row:not(:last-of-type):after {
	content: '';
	width: 80px;
	height: 1px;
	background: var(--black);
	position: absolute;
	top: 90px;
	right: -90px;
}

#flow .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 180px;
	margin: 0 auto 24px;
	border-radius: 100%;
	background: #fff;
	font-family: "orpheuspro", serif;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

#flow .num .step {
	display: block;
	font-size: 18px;
}

#flow .num .ja {
	display: block;
	font-size: 32px;
}

#flow .name {
	margin-bottom: 15px;
	font-size: 22px;
}

#flow .note {
	font-size: 14px;
	color: #FF8153;
}

/* ---------------------------------------------------------
	CSS Document information
--------------------------------------------------------- */

#information .container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 160px;
	text-align: left;
}

#information .caption {
	padding-top: 1em;
}

#information .en {
	display: block;
	margin-bottom: 24px;
	font-family: "orpheuspro", serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: var(--orange);
}

#information .en:after {
	display: inline-block;
	vertical-align: 0.2em;
	content: '';
	width: 100px;
	height: 1px;
	margin-left: 10px;
	background: var(--orange);
}

#information h2 {
	margin-bottom: 60px;
	font-weight: 500;
	font-size: 32px;
	line-height: 1;
}

#information .more a {
	width: 184px;
}

#information .entries {
	width: 850px;
}

#information .entry dl {
	display: flex;
	align-items: center;
	padding: 30px 0;
	border-bottom: solid 1px var(--gray);
	text-align: justify;
	font-size: 15px;
	line-height: 150%;
	position: relative;
}

#information .entry dl:before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: var(--orange);
	transform: translateY(-50%) scale(1);
	position: absolute;
	top: 50%;
	right: 24px;
	transition-duration: 0.4s;
	transition-timing-function: ease-out;
}

#information .entry dl:hover:before {
	transform: translateY(-50%) scale(4);
}

#information .entry dl:after {
	content: '';
	width: 32px;
	height: 32px;
	border-radius: 100%;
	background: url(/include/images/arrow_white.svg) no-repeat center / 12px auto;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 12px;
	opacity: 0;
	transition-duration: 0.4s;
	transition-timing-function: ease-out;
}

#information .entry dl:hover:after {
	opacity: 1;
}

#information .entry dt {
	display: flex;
	align-items: center;
	width: 224px;
}

#information .entry_date {
	width: 96px;
	font-family: "orpheuspro", serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: rgba(75, 63, 57, 0.5);
}

#information .entry_category {
	width: 110px;
	height: 26px;
	border-radius: 26px;
	background: rgba(255, 207, 164, 0.3);
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	line-height: 26px;
	color: var(--black);
}

#information .entry dd {
	flex: 1;
}

#information .entry dd a {
	display: block;
	text-decoration: none;
	font-size: 15px;
	color: var(--black);
}

#information .entry dl:hover dd a {
	color: var(--orange);
}

/* ---------------------------------------------------------
	CSS Document f_external
--------------------------------------------------------- */

#external {
	display: flex;
	justify-content: space-between;
	height: 500px;
	overflow: hidden;
	margin-bottom: 160px;
}

#external .row {
	width: 33.3333333333333%;
	position: relative;
	z-index: 0;
}

#external .row:nth-of-type(2) {
	margin: 0 3px;
}

#external figure {
	display: flex;
	justify-content: center;
}

#external img {
	height: 500px;
	object-fit: cover;
}

#external a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(75, 63, 57, 0.8); 
	text-decoration: none;
	font-weight: 500;
	font-size: 24px;
	line-height: 2;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

#external a:hover {
	background: transparent;
}

#f_external a:after {
	content: '';
	width: 12px;
	height: 13px;
	background: url(../images/f_external.svg) no-repeat 0 0 / 100% auto;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
}

#external a .ja:before {
	display: block;
	content: '';
	height: 32px;
	margin-bottom: 5px;
	background: url(../top/external_04.svg) no-repeat top;
}

#external a .en {
	display: block;
	font-family: "orpheuspro", serif;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: var(--orange);
}
