@charset "utf-8";
/* CSS Document */

#story,
#message,
#staff,
#company,
#contact{
	scroll-margin-top: 120px;
}
.about-hero{
	padding: 208px 0 165px;
	text-align: center;
	overflow: hidden;
}
.about-hero__visual{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
}
.about-hero__side{
	position: absolute;
	top: 40px;
	writing-mode: vertical-rl;
	font-family: var(--vg-display);
	font-size: clamp(48px, 8vw, 140px);
	line-height: 1;
	letter-spacing: 0.08em;
	color: #333;
	white-space: nowrap;
	pointer-events: none;
	z-index: 3;
}
.about-hero__side--west{
	left: 4vw;
}
.about-hero__side--east{
	right: 4vw;
	top: 180px;
}
.about-hero__movie{
	position: relative;
	width: min(78vw, 1280px);
	aspect-ratio: 16 / 9;
	background: #ddd;
	overflow: hidden;
}
.about-hero__movie video,
.about-hero__movie img{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.about-hero__movie video.is-ready{
	z-index: 1;
}
.about-hero__mark{
	position: absolute;
	left: 50%;
	bottom: 22%;
	transform: translateX(-50%);
	width: 90%;
	font-family: var(--vg-display);
	font-size: clamp(40px, 6vw, 96px);
	line-height: 1;
	color: var(--vg-orange);
	text-shadow: 0 4px 18px rgba(0,0,0,0.18);
}
.about-hero__play{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	width: 126px;
	height: 126px;
	padding: 0;
	border: 4px solid #fff;
	border-radius: 50%;
	background: transparent;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.about-hero__play::after{
	content: "";
	position: absolute;
	left: 50px;
	top: 40px;
	border-style: solid;
	border-width: 20px 0 20px 32px;
	border-color: transparent transparent transparent #fff;
}
.about-hero__copy{
	width: min(40vw, 860px);
	margin: 80px auto 64px;
}
.about-hero__copy img{
	width: 100%;
	height: auto;
	display: block;
}
.about-hero__sub{
	margin: 0 0 110px;
	font-family: "Shippori Mincho", var(--vg-mincho);
	font-size: clamp(20px, 2.4vw, 36px);
	letter-spacing: 0.08em;
	font-weight: 700;
}
.about-hero__sub span{
	font-family: inherit;
	color: #fb5a00;
}
.about-hero__ttl{
	width: min(78vw, 1180px);
	margin: 0 auto 22px;
}
.about-hero__ttl img{
	width: 100%;
	height: auto;
	display: block;
}
.about-hero__lead{
	max-width: 1060px;
	margin: 0 auto 144px;
	padding: 0 40px;
	font-family: var(--vg-mincho);
	font-size: clamp(14px, 1.4vw, 22px);
	letter-spacing: 0.04em;
}
.about-hero__gallery{
	position: relative;
	margin: 0 0 126px;
	overflow: hidden;
	--vg-flow-duration: 42s;
}
.about-hero__gallery .vg-flow__item{
	width: calc(100cqw / 4);
}
.about-values{
	max-width: 1480px;
	margin: 0 auto;
	padding: 0 80px;
}
.about-values__head{
	margin: 0 auto 48px;
	width: min(498px, 86%);
}
.about-values__head img{
	display: block;
	width: 100%;
	height: auto;
}
.about-values__list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
.about-values__item{
	text-align: center;
}
.about-values__kanji{
	width: min(285px, 88%);
	margin: 0 auto 16px;
}
.about-values__kanji img{
	display: block;
	width: 100%;
	height: auto;
}
.about-values__tag{
	margin-bottom: 16px;
	font-size: 18px;
	font-family: var(--vg-mincho);
	line-height: 1.6;
	letter-spacing: 0.06em;
	color: var(--vg-orange);
	font-weight: 700;
}
.about-values__item p{
	font-size: 18px;
	line-height: 1.8;
}
.about-values__theme{
	max-width: 980px;
	margin: 72px auto 0;
}
.about-values__theme-label{
	margin-bottom: 20px;
	font-size: 22px;
	font-family: var(--vg-mincho);
	letter-spacing: 0.12em;
}
.about-values__theme-img{
	max-width: 600px;
	margin: 0 auto;
}
.about-values__theme-img img{
	display: block;
	width: 100%;
	height: auto;
}
.about-values__theme-copy{
	margin-top: 20px;
	font-size: 22px;
	font-family: var(--vg-mincho);
	letter-spacing: 0.12em;
	text-align: center;
}
.about-values__theme-img.is-empty{
	aspect-ratio: 16 / 9;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about-values__theme-img.is-empty::after{
	content: "2026テーマ画像";
	color: #9a9a9a;
	letter-spacing: 0.08em;
}
.about-values__theme-img.is-empty img{
	display: none;
}
.about-values__note{
	margin-top: 56px;
	font-size: 16px;
	line-height: 2;
	text-align: center;
}

.about-story{
	position: relative;
	background: #000;
	color: #fff;
	padding: 150px 0 120px;
	overflow: hidden;
}
.about-story__en{
	position: absolute;
	right: 0;
	top: 20px;
	font-family: var(--vg-display);
	font-size: clamp(80px, 18vw, 280px);
	line-height: 1;
	color: #2a2a2a;
	pointer-events: none;
}
.about-story__row{
	position: relative;
	display: flex;
	align-items: center;
	gap: 48px;
	margin-bottom: 80px;
}
.about-story__row--rev{
	flex-direction: row-reverse;
}
.about-story__img{
	position: relative;
	flex: 0 0 36%;
	max-width: 540px;
	aspect-ratio: 540 / 864;
	overflow: hidden;
	background: #b1b1b1;
}
.about-story__img video,
.about-story__img img{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.about-story__img video.is-ready{
	z-index: 1;
}
.about-story__year{
	position: absolute;
	left: 18%;
	top: -70px;
	font-family: var(--vg-display);
	font-size: clamp(80px, 10vw, 160px);
	line-height: 1;
	color: #fff;
	z-index: 2;
}
.about-story__row--rev .about-story__year{
	left: auto;
	right: 28%;
}
.about-story__txt{
	flex: 1;
	padding-top: 80px;
}
.about-story__txt h3{
	margin-bottom: 20px;
	font-size: 36px;
	color: #fff;
}
.about-story__txt p{
	color: #fff;
	font-size: 22px;
	line-height: 1.75;
}

.about-ceo{
	padding: 120px 0 80px;
}
.about-ceo__top{
	display: flex;
	align-items: flex-end;
	gap: 48px;
	margin-bottom: 64px;
}
.about-ceo__photo{
	position: relative;
	flex: 0 0 auto;
	width: min(56%, 829px);
	aspect-ratio: 829 / 810;
}
.about-ceo__frame{
	position: absolute;
	box-sizing: border-box;
	pointer-events: none;
}
.about-ceo__frame--outer{
	left: 0;
	top: 1.4%;
	z-index: 1;
	width: 100%;
	height: 95%;
	border: clamp(14px, 2.1vw, 30px) solid #fb5a00;
}
.about-ceo__frame--inner{
	left: 6.95%;
	top: 8%;
	z-index: 2;
	width: 86.1%;
	height: 81.7%;
	border: clamp(12px, 1.8vw, 26px) solid #ed793e;
}
.about-ceo__img{
	position: absolute;
	left: 6.27%;
	top: 0;
	z-index: 3;
	width: 87.45%;
	height: 100%;
}
.about-ceo__img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.about-ceo__name{
	flex: 1;
	padding-bottom: 40px;
	text-align: right;
}
.about-ceo__head{
	font-size: clamp(28px, 3vw, 54px);
}
.about-ceo__en{
	font-family: var(--vg-display);
	font-size: 36px;
	color: var(--vg-orange);
	margin-bottom: 24px;
}
.about-ceo__name h2{
	font-size: clamp(40px, 6vw, 96px);
	line-height: 1.1;
}
.about-ceo__romaji{
	font-family: var(--vg-display);
	font-size: clamp(28px, 3vw, 48px);
	letter-spacing: 0.08em;
	color: #111;
}
.about-ceo__sns{
	margin-top: 16px;
}
.about-ceo__sns a{
	font-size: 28px;
	color: #111;
}
.about-ceo h3{
	font-family: var(--vg-mincho);
	font-size: clamp(22px, 2.6vw, 40px);
	margin-bottom: 32px;
	text-align: center;
	font-weight: 700;
}
.about-ceo h3 span{
	color: #fb5a00;
}
.about-ceo__body p{
	font-family: var(--vg-mincho);
	font-size: clamp(16px, 1.5vw, 22px);
	line-height: 2.1;
	margin-bottom: 20px;
	text-align: center;
}

.about-rank{
	padding: 40px 0 120px;
	overflow: hidden;
}
.about-rank__en{
	font-family: var(--vg-display);
	font-size: 36px;
	color: var(--vg-orange);
}
.about-rank h2{
	font-size: clamp(28px, 3.2vw, 54px);
	margin: 8px 0 48px;
}
.about-rank__slide{
	width: 100%;
	--vg-flow-duration: 40s;
}
.about-rank__slide .vg-flow__viewport{
	padding-top: 36px;
}
.about-rank__slide .vg-flow__item{
	position: relative;
	width: calc(100cqw / 3);
	padding: 88px 0 28px;
	text-align: center;
	box-sizing: border-box;
}
.about-rank__no{
	position: absolute;
	left: 24px;
	top: 0;
	z-index: 2;
	font-family: var(--vg-display);
	font-size: clamp(56px, 6vw, 90px);
	line-height: 1;
	letter-spacing: 0.02em;
	color: var(--vg-orange);
}
.about-rank__img{
	overflow: hidden;
	background: #e4e4e4;
}
.about-rank__shop{
	margin-top: 20px;
	font-size: clamp(20px, 2.2vw, 32px);
	letter-spacing: 0.05em;
	color: var(--vg-orange);
}
.about-rank__name{
	margin-top: 8px;
	font-size: clamp(18px, 2vw, 28px);
	letter-spacing: 0.05em;
}

.about-company{
	background: #4a4a4e;
	color: #fff;
	padding: 100px 0;
}
.about-company h2,
.about-company__en,
.about-company p{
	color: #fff;
}
.about-company h2{
	text-align: center;
	font-size: 54px;
}
.about-company__en{
	text-align: center;
	font-family: var(--vg-display);
	font-size: 36px;
	margin-bottom: 48px;
}
.about-company__cols{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
}
.about-company__brand{
	font-family: var(--vg-display);
	font-size: clamp(40px, 4vw, 80px);
	line-height: 1.2;
	padding-bottom: 12px;
	border-bottom: 2px solid;
	margin-bottom: 16px;
}
.about-company__brand--west{
	border-color: var(--vg-orange);
}
.about-company__brand--west span{
	color: #fb5a00;
}
.about-company__brand--east{
	border-color: var(--vg-east);
}
.about-company__brand--east span{
	color: #1f2c8f;
}
.about-company__list > div{
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 16px;
	padding: 18px 0;
	border-bottom: 1px solid #b1b1b1;
	font-size: 24px;
}
.about-company__map{
	margin-top: 24px;
	height: 320px;
	background: #e4e4e4;
	overflow: hidden;
}
.about-company__map iframe{
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.about-contact{
	padding: 100px 0;
}
.about-contact__lead{
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 2;
	text-align: center;
}
.contact-form__row{
	display: grid;
	grid-template-columns: 180px 70px 1fr;
	gap: 12px;
	align-items: start;
	margin-bottom: 18px;
}
.contact-form__row > p:first-child{
	margin: 0;
	padding-top: 10px;
	font-size: 16px;
}
.req{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 26px;
	margin: 8px 0 0;
	background: #cb0000;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	letter-spacing: 0.06em;
}
.req-space{
	display: block;
	height: 26px;
	margin: 0;
}
.contact-form input,
.contact-form select,
.contact-form textarea{
	width: 100%;
	height: 43px;
	padding: 0 16px;
	border: 2px solid #f3f4f8;
	border-radius: 5px;
	background: #f0f0f0;
	font-size: 15px;
}
.contact-form textarea{
	height: 244px;
	padding: 16px;
	resize: vertical;
}
.contact-form__addr{
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
	min-width: 0;
}
.contact-form__zip{
	display: flex;
	align-items: center;
	gap: 8px;
	position: relative;
}
.contact-form__zip p{
	margin: 0;
}
.contact-form__zip > p:first-child{
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 8px;
}
.contact-form__zip input{
	width: 107px;
	height: 48px;
}
.contact-form__radios{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 28px;
	padding-top: 8px;
}
.contact-form__radios > div{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
}
.contact-form__radios p{
	margin: 0;
}
.contact-form__radios input{
	width: 22px;
	height: 22px;
	accent-color: var(--vg-orange);
}
.contact-form__agree{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 32px 0 8px;
	font-size: 16px;
}
.contact-form__agree input{
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	margin: 0;
	cursor: pointer;
}
.privacy-bt{
	margin: 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #111;
	cursor: pointer;
}
.privacypolicy{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding: 100px;
	background-color: rgba(51,51,51,0.90);
	color: #fff;
	z-index: 99999;
	overflow: auto;
}
.privacypolicy .contents{
	margin: 0 auto;
}
.privacypolicy .contents h2{
	margin: 0 0 30px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
.privacypolicy .contents > p{
	margin: 0 0 30px;
	color: #fff;
	line-height: 1.8;
}
.privacypolicy .box-wrap{
	padding-top: 50px;
}
.privacypolicy .box-wrap .box:not(:last-of-type){
	margin-bottom: 80px;
}
.privacypolicy .box-wrap a{
	display: inline-block;
}
.privacypolicy .box-wrap p,
.privacypolicy .box-wrap a p{
	color: #fff;
	line-height: 1.8;
}
.privacypolicy .close-bt{
	position: fixed;
	top: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	background-color: #333;
	transition: ease 0.3s;
	cursor: pointer;
}
.privacypolicy .close-bt:hover{
	opacity: 0.6;
}
.privacypolicy .close-bt::before,
.privacypolicy .close-bt::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 3px;
	background-color: #fff;
}
.privacypolicy .close-bt::before{
	transform: translate(-50%, -50%) rotate(45deg);
}
.privacypolicy .close-bt::after{
	transform: translate(-50%, -50%) rotate(-45deg);
}
.privacypolicy .box-wrap .box h3{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
	color: #fff;
}
.contact-form__submit{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.contact-form__send{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 240px;
	padding: 14px 48px;
	overflow: hidden;
	background: #111;
}
.contact-form__send button{
	position: absolute;
	inset: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	opacity: 0;
	background: transparent;
	cursor: pointer;
}
.contact-form__send > div{
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.contact-form__send .en{
	font-family: var(--vg-display);
	font-size: clamp(18px, 2vw, 20px);
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #fff;
	margin: 0;
	text-align: center;
	width: 100%;
}
.contact-form__send::before{
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	transform: translateX(-100%);
	background: var(--vg-orange);
	transition: transform 0.3s ease;
}
.contact-form__send:hover::before{
	transform: translateX(0);
}
.contact-form__send::after{
	content: "";
	position: absolute;
	z-index: 2;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 1px solid #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease;
	pointer-events: none;
}
.contact-form__send:hover::after{
	width: 100%;
	height: 100%;
	opacity: 0;
}
.contact-form__send i{
	position: absolute;
	z-index: 4;
	top: 50%;
	right: 20px;
	font-size: 16px;
	color: #fff;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
}
.contact-form__send:hover i{
	transform: translateY(-50%) translateX(3px);
}

@media screen and (max-width: 1080px){
	.about-values{
		padding-left: 40px;
		padding-right: 40px;
	}
	.about-story{
		padding: 64px 0 88px;
	}
	.about-story__row,
	.about-story__row--rev{
		flex-direction: column;
		align-items: stretch;
		gap: 24px;
		margin-bottom: 72px;
		padding-top: 32px;
	}
	.about-story__img{
		flex: none;
		width: 72%;
		max-width: 420px;
		aspect-ratio: 3 / 4;
	}
	.about-story__row .about-story__img{
		align-self: flex-start;
	}
	.about-story__row--rev .about-story__img{
		align-self: flex-end;
	}
	.about-story__year{
		left: 0;
		top: 0;
		font-size: clamp(64px, 12vw, 120px);
	}
	.about-story__row--rev .about-story__year{
		left: auto;
		right: 0;
	}
	.about-story__txt{
		padding-top: 4px;
		width: 100%;
	}
	.about-ceo__top,
	.about-company__cols{
		flex-direction: column;
		align-items: center;
		grid-template-columns: 1fr;
	}
	.about-ceo__photo{
		width: min(100%, 829px);
		margin: 0 auto;
	}
	.about-ceo__name{
		text-align: center;
		padding-bottom: 0;
	}
	.about-values__list{
		grid-template-columns: 1fr 1fr;
	}
	.about-company__list > div{
		grid-template-columns: 100px 1fr;
		font-size: 16px;
	}
	.about-company__map{
		height: 280px;
	}
	.about-hero__gallery .vg-flow__item{
		width: calc(100cqw / 2);
	}
	.about-rank__slide .vg-flow__item{
		width: calc(100cqw / 2);
	}
}
@media screen and (max-width: 850px){
	.about-hero{
		padding: 48px 0 80px;
	}
	.about-hero__copy{
		margin: 40px auto 32px;
	}
	.about-hero__sub{
		margin-bottom: 48px;
	}
	.about-hero__ttl{
		margin-bottom: 16px;
	}
	.about-hero__lead{
		margin-bottom: 56px;
	}
	.about-hero__gallery{
		margin-bottom: 64px;
	}
	.about-hero__visual{
		flex-direction: column;
		min-height: auto;
		gap: 8px;
	}
	.about-hero__side{
		position: static;
		top: auto;
		font-size: clamp(34px, 10vw, 44px);
		writing-mode: horizontal-tb;
		white-space: nowrap;
		margin: 4px 0;
	}
	.about-hero__side--east{
		top: auto;
	}
	.about-hero__movie{
		width: 100%;
		aspect-ratio: 3 / 4;
	}
	.about-hero__play{
		width: 72px;
		height: 72px;
		border-width: 3px;
	}
	.about-hero__play::after{
		left: 28px;
		top: 22px;
		border-width: 12px 0 12px 18px;
	}
	.about-hero__copy{
		width: min(78vw, 640px);
	}
	.about-hero__lead{
		padding: 0 20px;
	}
}
@media screen and (max-width: 768px){
	.about-values{
		padding-left: 20px;
		padding-right: 20px;
	}
	.about-hero__movie video,
	.about-hero__movie img{
		object-position: center center;
	}
	.about-values__list{
		grid-template-columns: 1fr;
	}
	.about-hero__gallery .vg-flow__item{
		width: 100cqw;
	}
	.about-rank__slide .vg-flow__item{
		width: 100cqw;
	}
	.contact-form__row{
		grid-template-columns: 1fr;
	}
	.contact-form__zip{
		padding-left: 24px;
	}
	.contact-form__radios{
		flex-direction: column;
	}
	.privacypolicy{
		padding: 80px 20px 40px;
	}
	.privacypolicy .close-bt{
		width: 44px;
		height: 44px;
	}
	.privacypolicy .close-bt::before,
	.privacypolicy .close-bt::after{
		width: 28px;
	}
	.privacypolicy .box-wrap .box:not(:last-of-type){
		margin-bottom: 40px;
	}
	.privacypolicy .box-wrap .box h3{
		font-size: 16px;
	}
}
@media screen and (max-width: 576px){
	.about-values__kanji{
		width: 180px;
	}
	.contact-form__send{
		min-width: 200px;
	}
	.contact-form__send i{
		right: 15px;
	}
	.about-hero__sub{
		font-size: 16px;
	}
	.about-hero__lead,
	.about-values__tag,
	.about-values__item p,
	.about-values__note,
	.about-story__txt p,
	.about-ceo__body p,
	.about-contact__lead,
	.about-company__list > div,
	.contact-form__row > p:first-child,
	.contact-form__radios p,
	.contact-form__agree{
		font-size: 14px;
		line-height: 1.8;
	}
	.about-values__theme-label,
	.about-values__theme-copy,
	.about-story__txt h3,
	.about-ceo h3,
	.about-rank__shop{
		font-size: 16px;
		line-height: 1.6;
	}
	.about-ceo__head,
	.about-rank h2,
	.about-company h2,
	.about-ceo__en,
	.about-rank__en,
	.about-company__en,
	.about-ceo__romaji{
		font-size: 22px;
		line-height: 1.3;
	}
	.about-ceo__name h2,
	.about-company__brand{
		font-size: 32px;
		line-height: 1.2;
	}
	.about-rank__name{
		font-size: 14px;
	}
	.about-story{
		padding: 48px 0 72px;
	}
	.about-story__row,
	.about-story__row--rev{
		margin-bottom: 48px;
		gap: 16px;
		padding-top: 24px;
	}
	.about-story__img{
		width: 82%;
		max-width: none;
	}
	.about-story__year{
		font-size: 64px;
	}
	.about-story__txt h3{
		margin-bottom: 12px;
	}
	.about-ceo__body p,.about-ceo h3{
		text-align: left;
	}
}
