@charset "utf-8";
:root {
	--c-l-gray: #c6c6c6;
	--c-gray: #6e6e6e;
	--c-m-gray: #333333;
	--c-d-gray: #222222;
	--c-bk: #000;
	--c-white: #fff;
	--c-text: #fff;
	--c-bg: #000;
	--fw-reg: 400;
	--fw-medium: 500;
	--fw-semibold: 600;
	--fw-bold: 700;
	--font-base: "Noto Sans JP", sans-serif;
	--font-playfair-display: "Playfair Display", serif;
	--transition-base: all ease 0.33s;
	--transition-img: all ease-in-out 0.4s;
}

/* --- reset --- */
*,
::before,
::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
}
html {
	font-size: 16px;
	line-height: 1;
	tab-size: 4;
	color: var(--c-text);
	font-family: var(--font-base);
	font-feature-settings: normal;
	font-variation-settings: normal;
	letter-spacing: 0.05em;
	font-weight: var(--fw-reg);
	scroll-behavior: smooth;
	background-color: var(--c-bg);
}

body {
	margin: 0;
	line-height: inherit;
}

hr {
	height: 0;
	color: inherit;
	border-top-width: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

a {
	color: inherit;
	text-decoration: inherit;
	user-select: none;
}
label {
	user-select: none;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

table {
	text-indent: 0;
	border-color: inherit;
	border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	background-color: transparent;
	background-image: none;
}

:-moz-focusring {
	outline: auto;
}

:-moz-ui-invalid {
	box-shadow: none;
}

th,
td {
	width: 41%;
	text-align: left;
	font-weight: inherit;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

ol,
ul,
menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: var(--c-dark);
}

input::placeholder,
textarea::placeholder {
	opacity: 1;
	color: var(--c-dark);
}

button,
[role="button"] {
	cursor: pointer;
}

:disabled {
	cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	vertical-align: middle;
}

img,
video {
	max-width: 100%;
	height: auto;
}
[x-cloak] {
	display: none !important;
}
.not-scroll {
	touch-action: none;
	overflow: hidden;
}
.no-scroll-bar::-webkit-scrollbar {
	display: none;
}
::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(197, 197, 197, 0.55);
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

br.sp {
	display: none;
}
@media screen and (max-width: 999px) {
	br.pc {
		display: none;
	}
	br.sp {
		display: inline;
	}
}

.fp-watermark {
	display: none;
}
/* ------------------------------------------------------------
common layout
---------------------------------------------------------------*/
.c-sec {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	padding-inline: 6%;
	z-index: 0;
}
.sec-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

/* ------------------------------------------------------------
heading
---------------------------------------------------------------*/
.ttl-box {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.ttl-box > h2 {
	text-align: center;
	font-size: 48px;
	font-weight: var(--fw-bold);
	line-height: 1;
	letter-spacing: 0.08em;
	z-index: 10;
}
.ttl-box > span {
	position: absolute;
	z-index: 0;
	font-family: var(--font-playfair-display);
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 12.28vw;
	white-space: nowrap;
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--c-d-gray);
}

@media screen and (max-width: 999px) {
	.ttl-box > h2 {
		font-size: 36px;
		line-height: 1.6;
	}
	.ttl-box > span {
		bottom: 50%;
		transform: translateY(50%);
		font-size: 14vw;
	}
}

@media screen and (max-width: 768px) {
	.ttl-box > h2 {
		font-size: 30px;
	}
	.ttl-box > span {
		font-size: 18vw;
	}
}

@media screen and (max-width: 500px) {
	.ttl-box > h2 {
		font-size: 24px;
	}
	.ttl-box > span {
		font-size: 20vw;
		line-height: 1.4;
	}
}

.icon-ttl-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 16px;
	align-items: flex-start;
	position: relative;
}
.icon-ttl-box > div {
	width: auto;
	display: flex;
	align-items: center;
	gap: 8px;
}
.icon-ttl-box > div > figure {
	width: 40px;
	flex-shrink: 0;
	aspect-ratio: 1 / 1;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.icon-ttl-box > div > figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.icon-ttl-box > div > span {
	font-size: 16px;
	color: var(--c-gray);
	font-family: var(--font-playfair-display);
}
.icon-ttl-box > h2 {
	width: 100%;
	font-size: 18px;
	font-weight: var(--fw-bold);
}
@media screen and (max-width: 999px) {
	.icon-ttl-box > div > figure {
		width: 32px;
	}
	.icon-ttl-box > div > span {
		font-size: 14px;
	}
	.icon-ttl-box > h2 {
		font-size: 15px;
		line-height: 1.5;
	}
}
/* ------------------------------------------------------------
FV
---------------------------------------------------------------*/
.sec-mv {
	width: 100%;
	height: auto;
	aspect-ratio: 1400 / 788;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 0;
}
.mv-logo {
	position: absolute;
	top: 40px;
	left: 5.71%;
	z-index: 999;
	width: 195px;
	height: auto;
	aspect-ratio: 195 / 38;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mv-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#mv_video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 768px) {
	.sec-mv {
		aspect-ratio: 400 / 600;
		max-height: 100vh;
	}
	.mv-logo {
		top: 16px;
		left: 16px;
		width: 144px;
		aspect-ratio: 144 / 28;
	}
}
/* ------------------------------------------------------------
Intro
---------------------------------------------------------------*/
.intro-flex {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-block: 240px;
	position: relative;
}
.intro-flex > h2 {
	font-size: 40px;
	line-height: 1.8;
	letter-spacing: 0.08em;
	font-weight: var(--fw-medium);
	flex-shrink: 0;
	position: relative;
	z-index: 10;
}
.intro-flex > figure {
	width: 413px;
	height: auto;
	aspect-ratio: 1 / 1;
	position: absolute;
	right: 0;
	z-index: 0;
}
@media screen and (max-width: 1200px) {
	.intro-flex > h2 {
		font-size: 34px;
	}
	.intro-flex > figure {
		width: 360px;
	}
}
@media screen and (max-width: 999px) {
	.intro-flex {
		padding-block: 80px;
		flex-flow: column;
		gap: 40px;
	}
	.intro-flex > h2 {
		font-size: 22px;
		text-align: center;
	}
	.intro-flex > figure {
		width: 152px;
		position: relative;
		right: auto;
	}
}
@media screen and (max-width: 500px) {
	.intro-flex > h2 {
		font-size: 20px;
	}
}
/* ------------------------------------------------------------
Sample Video
---------------------------------------------------------------*/
.sec-sample-video {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.sample-video-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	position: relative;
	overflow: hidden;
}

.sample-video-item {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	cursor: pointer;
}
.sample-video-item-cont {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.hover-effect {
	position: absolute;
	z-index: 10;
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	gap: 23px;
	transition: var(--transition-img);
	opacity: 0;
	background: rgb(0 0 0 / 80%);
	height: 100%;
	padding: 30px;
	pointer-events: none;
}
.hover-effect > h3 {
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
}
.hover-effect > figure {
	width: 25px;
	height: auto;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-shrink: 0;
}
.sample-video-item:hover .hover-effect {
	opacity: 1;
}

.sample-video-thumbnail {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sample-video-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.modal-area {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999999;
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.modal-inner {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50%;
	z-index: 10;
	margin: 0 auto;
	display: flex;
	height: 100%;
	width: 100%;
	transform: translateY(-50%);
	align-items: center;
	justify-content: center;
}

.modal-body {
	position: relative;
	width: 70.78%;
	max-width: 991px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: #000000;
	opacity: 0.9;
}

.modal-close {
	position: absolute;
	bottom: 20px;
	right: 30px;
	width: 39px;
	height: auto;
	aspect-ratio: 1 / 1;
	cursor: pointer;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: var(--transition-base);
}
.modal-close:hover {
	opacity: 0.6;
}

.modal-contents {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-flow: column;
	gap: 30px;
}
.modal-video-wrapper {
	width: 100%;
	height: auto;
	aspect-ratio: 991 / 554;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.modal-video-wrapper > iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.modal-video-wrapper > figure {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.modal-video-wrapper > figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.modal-video-info {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 16px;
}

.modal-video-info > span {
	width: auto;
	background: var(--c-gray);
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 8px 12px;
	font-size: 14px;
}
.modal-video-info > p {
	width: 100%;
	font-size: 24px;
	font-weight: var(--fw-semibold);
	line-height: 1.5;
}
.modal-video-info > p br {
	display: none;
}

@media screen and (min-width: 1920px) {
	.sample-video-grid {
		grid-template-columns: repeat(8, 1fr);
	}
}

@media screen and (max-width: 999px) {
	.sample-video-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.hover-effect {
		display: none;
	}

	.modal-body {
		width: 90%;
	}

	.modal-close {
		top: -40px;
		right: 5px;
		width: 24px;
	}

	.modal-contents {
		gap: 20px;
	}
	.modal-video-info {
		gap: 12px;
	}

	.modal-video-info > span {
		font-size: 13px;
	}
	.modal-video-info > p {
		font-size: 18px;
	}
	.modal-video-info > p br {
		display: inline;
	}
}
/* ------------------------------------------------------------
beyond-reality
---------------------------------------------------------------*/
.beyond-reality-cont {
	width: 100%;
	position: relative;
	display: flex;
	flex-flow: column;
	padding-block: 165px 40px;
	gap: 40px;
	align-items: center;
	border-bottom: 1px solid var(--c-d-gray);
}
.beyond-reality-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	position: relative;
	overflow: hidden;
	margin-bottom: 120px;
}
.brg-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 8px;
	background: var(--c-d-gray);
}
.brg-item > figure {
	width: 100%;
	height: auto;
	aspect-ratio: 304 / 171;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.brg-item > figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.brg-item > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding-block: 32px 24px;
	gap: 10px;
}
.brg-item > div > h3 {
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: var(--fw-semibold);
}
.brg-item > div > span {
	width: 100%;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.08em;
	color: var(--c-gray);
	font-family: var(--font-playfair-display);
}

@media screen and (max-width: 999px) {
	.beyond-reality-cont {
		padding-block: 116px 22px;
		gap: 80px;
	}
	.beyond-reality-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
		margin-bottom: 40px;
	}
	.brg-item {
		padding: 10px;
	}
}

/* ------------------------------------------------------------
UNLOCK VISION
---------------------------------------------------------------*/
.section > .sec-merit {
	height: 100vh;
}
.section > .sec-merit .sec-inner {
	height: 100%;
}
.merit-flex {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	gap: 6.4%;
	justify-content: space-between;
}
.merit-num {
	font-size: 137px;
	letter-spacing: 0.08em;
	color: var(--c-gray);
	font-family: var(--font-playfair-display);
	width: 144px;
	flex-shrink: 0;
	z-index: 0;
}

.merit-contents {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	gap: 40px;
	justify-content: center;
	padding-block: 75px;
	border-left: 2px solid var(--c-d-gray);
	padding-left: 6.4%;
	position: relative;
	z-index: 10;
}
.merit-ttl {
	position: relative;
}
.merit-ttl > h3 {
	width: 100%;
	font-size: 32px;
	font-weight: var(--fw-bold);
	letter-spacing: 0.08em;
	line-height: 1.8;
	position: relative;
	z-index: 10;
}
.merit-num-sp {
	display: none;
	letter-spacing: 0.08em;
	color: var(--c-gray);
	font-family: var(--font-playfair-display);
	z-index: 0;
	font-size: 127px;
	width: 133px;
	position: absolute;
	top: 0;
	right: 0;
}
.merit-contents > p {
	width: 100%;
	text-align: justify;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.merit-contents > p > span {
	text-decoration: underline;
	font-size: 24px;
	letter-spacing: 0.05em;
}
.merit-contents > figure {
	width: 100%;
	height: auto;
	aspect-ratio: 726 / 408;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.merit-contents > figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 999px) {
	.merit-flex {
		gap: 0;
		justify-content: center;
	}
	.merit-num {
		display: none;
	}
	.merit-num-sp {
		display: flex;
		justify-content: flex-end;
		top: -20px;
		right: 0;
		height: 85px;
		align-items: center;
	}

	.merit-contents {
		gap: 20px;
		padding-block: 56px;
		border-left: none;
		padding-left: 0;
		border-bottom: 2px solid var(--c-d-gray);
	}
	.section > .merit-contents {
		padding-block: 0px;
	}
	.merit-contents > figure {
		aspect-ratio: 726 / 380;
	}
	.merit-ttl > h3 {
		font-size: 24px;
	}
	.merit-contents > p {
		font-size: 14px;
		line-height: 1.6;
	}
	.merit-contents > p > span {
		font-size: 18px;
	}
}

/* ------------------------------------------------------------
CONTACT BNR
---------------------------------------------------------------*/
.sec-contact-bnr {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	aspect-ratio: 1400 / 433;
	background: #000;
	max-height: 433px;
	position: relative;
	overflow: hidden;
	border-block: 2px solid var(--c-d-gray);
}
.sec-contact-bnr.--mt {
	margin-top: 170px;
}
.sec-contact-bnr::before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../images/animationvideo/img-bg-contact.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all ease-in-out 0.3s;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 5;
	transform: scale(1.02) translateY(-50%);
	transform-origin: center;
}
.sec-contact-bnr:hover::before {
	opacity: 1;
	transform: scale(1) translateY(-50%);
}
.sec-contact-bnr::after {
	content: "";
	width: 120%;
	height: 120%;
	background: #000;
	opacity: 0.6;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
}
.contact-bnr {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-items: center;
	gap: 9.23%;
	position: relative;
	z-index: 20;
}
.contact-bnr > p {
	font-size: 173px;
	color: var(--c-l-gray);
	font-family: var(--font-playfair-display);
	flex-shrink: 0;
	text-align: center;
}
.contact-bnr > span {
	font-size: 32px;
	letter-spacing: 0.08em;
	line-height: 1;
	display: flex;
	align-items: center;
	gap: 24px;
	position: relative;
}
.contact-bnr > span::after {
	content: "";
	background-image: url("../images/animationvideo/icon-arrow-right-wh.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 21px;
	height: auto;
	aspect-ratio: 1 / 1;
	position: relative;
	top: 2px;
}

@media screen and (max-width: 1200px) {
	.contact-bnr > p {
		font-size: 140px;
	}
	.contact-bnr > span {
		font-size: 28px;
	}
}
@media screen and (max-width: 999px) {
	.sec-contact-bnr {
		aspect-ratio: 400 / 262;
		max-height: 262px;
	}
	.sec-contact-bnr.--mt {
		margin-top: 140px;
	}
	.contact-bnr > p {
		font-size: 80px;
	}
	.contact-bnr > span {
		font-size: 24px;
		gap: 16px;
	}
	.contact-bnr > span::after {
		width: 16px;
		top: 2px;
	}
}
@media screen and (max-width: 500px) {
	.contact-bnr > p {
		font-size: 70px;
	}
}

/* ------------------------------------------------------------
INFINITE POSSIBILITIES
---------------------------------------------------------------*/
.sec-taste {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.sec-taste .sec-inner {
	max-width: none;
}
.taste-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 56px;
	padding-top: 160px;
}
.taste-cont .icon-ttl-box-wrapper {
	padding-inline: 6%;
	padding-bottom: 40px;
	border-bottom: 2px solid var(--c-d-gray);
}
.taste-cont .icon-ttl-box {
	max-width: 1000px;
	margin: 0 auto;
}
.taste-list-wrapper {
	padding-inline: 6%;
}
.taste-list {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
	display: flex;
	flex-flow: column;
	gap: 56px;
	align-items: center;
}
.taste-list-item {
	width: 100%;
	display: flex;
	gap: 40px;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 2px solid var(--c-d-gray);
	padding-bottom: 56px;
}
.taste-list-item > figure {
	width: 48.1%;
	flex-shrink: 0;
	aspect-ratio: 481 / 271;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	max-width: 481px;
}
.taste-list-item > figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.taste-list-item > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
}
.taste-ttl {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 6px;
	margin-bottom: 13px;
}
.taste-ttl > span {
	font-size: 16px;
	letter-spacing: 0.08em;
	color: var(--c-gray);
	font-family: var(--font-playfair-display);
	line-height: 1;
}
.taste-ttl > h3 {
	width: 100%;
	font-size: 28px;
	font-weight: var(--fw-bold);
	line-height: 1;
}
.taste-accent-txt {
	font-size: 73px;
	color: var(--c-m-gray);
	line-height: 1;
	font-weight: var(--fw-bold);
	position: relative;
	left: -60px;
	margin-bottom: 10px;
	white-space: nowrap;
}

.taste-recom-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 16px;
}
.taste-recom-box > p {
	font-size: 20px;
	letter-spacing: 0.08em;
	color: var(--c-gray);
	font-family: var(--font-playfair-display);
	line-height: 1;
}
.taste-recom-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 12px;
}
.taste-recom-list > li {
	padding-left: 32px;
	position: relative;
	width: 100%;
}
.taste-recom-list > li::before {
	content: "";
	width: 25px;
	height: auto;
	aspect-ratio: 25 / 20;
	background-image: url("../images/animationvideo/icon-check.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 999px) {
	.taste-cont {
		padding-top: 120px;
	}
	.taste-cont .icon-ttl-box-wrapper {
		padding-bottom: 22px;
	}
	.taste-list-item {
		flex-flow: column-reverse;
		align-items: center;
		gap: 24px;
		justify-content: flex-start;
	}
	.taste-list-item > figure {
		width: 100%;
		max-width: none;
	}
	.taste-ttl {
		flex-flow: row-reverse;
	}
	.taste-ttl > span {
		flex-shrink: 0;
		margin-top: 10px;
	}
	.taste-ttl > h3 {
		font-size: 24px;
		line-height: 1.75;
	}
	.taste-accent-txt {
		font-size: 55px;
		left: -40px;
		margin-bottom: 25px;
	}

	.taste-recom-box {
		gap: 10px;
	}
	.taste-recom-box > p {
		font-size: 16px;
	}
	.taste-recom-list {
		gap: 16px;
	}
	.taste-recom-list > li {
		font-size: 14px;
	}
}

@media screen and (max-width: 500px) {
	.taste-accent-txt {
		font-size: 50px;
	}
}

/* ------------------------------------------------------------
FLOW
---------------------------------------------------------------*/
.flow-cont {
	width: 100%;
	position: relative;
	display: flex;
	flex-flow: column;
	padding-block: 245px 56px;
	gap: 56px;
	align-items: center;
}
.flow-tab-area {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.flow-tab-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.flow-tab-heading-wrapper {
	width: 100%;
	position: relative;
}
.flow-tab-heading {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
.flow-tab-heading label {
	width: 100%;
	max-width: 200px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	gap: 15px;
	height: auto;
	aspect-ratio: 200 / 76;
	cursor: pointer;
	transition: all ease 0.33s;
	position: relative;
}
.flow-tab-heading label:hover {
	opacity: 0.7;
}
.flow-tab-heading label.tab-is-active {
	background: var(--c-d-gray);
	opacity: 1;
}
.flow-tab-heading label > div {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flow-tab-heading label > div > span {
	text-align: center;
	text-wrap: nowrap;
	font-family: var(--font-playfair-display);
	font-size: 24px;
	letter-spacing: 0.08em;
	line-height: 1;
	color: var(--c-gray);
}
.flow-panel-container {
	width: 100%;
	background: var(--c-d-gray);
}
.flow-panel-inner {
	width: 100%;
}
.flow-panel-cont {
	padding: 48px;
	padding-top: 32px;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 32px;
	position: relative;
}
.flow-panel-cont > h3 {
	width: 100%;
	font-size: 29px;
	font-weight: var(--fw-bold);
	line-height: 1;
	letter-spacing: 0.08em;
	position: relative;
	z-index: 10;
}
.flow-panel-cont > p {
	width: 100%;
	line-height: 2.7;
	text-align: justify;
	position: relative;
	z-index: 10;
}
span.flow-panel-num {
	position: absolute;
	letter-spacing: 0.08em;
	color: #111;
	font-family: var(--font-playfair-display);
	z-index: 0;
	font-size: 220px;
	width: auto;
	right: 0;
	bottom: -20px;
	line-height: 1;
}
@media screen and (max-width: 999px) {
	.flow-cont {
		padding-block: 190px 26px;
		gap: 24px;
	}
	.flow-cont .ttl-box > span {
		transform: translateY(0%);
	}
	.flow-tab-heading label {
		padding: 6px;
		aspect-ratio: 74 / 28;
	}
	.flow-tab-heading label > div > span {
		font-size: 14px;
	}
	.flow-panel-cont {
		padding: 24px 32px;
		gap: 16px;
	}
	.flow-panel-cont > h3 {
		font-size: 20px;
		line-height: 1.6;
	}
	.flow-panel-cont > p {
		font-size: 14px;
		line-height: 2;
	}
	span.flow-panel-num {
		font-size: 100px;
		bottom: -10px;
	}
}
@media screen and (max-width: 500px) {
	.flow-tab-heading label {
		padding: 12px 6px;
		aspect-ratio: auto;
	}
	.flow-tab-heading label > div > span {
		font-size: 12px;
	}
}

/* ------------------------------------------------------------
FAQ
---------------------------------------------------------------*/
.faq-cont {
	width: 100%;
	position: relative;
	display: flex;
	flex-flow: column;
	padding-block: 230px 160px;
	gap: 40px;
	align-items: center;
}
.faq-list {
	width: 100%;
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 16px;
}
.acc-box {
	width: 100%;
	background: #222;
	border: 4px solid #222;
	position: relative;
	overflow: hidden;
}
.acc-btn {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 80px;
	padding-inline: 110px 90px;
	position: relative;
	cursor: pointer;
}
.acc-btn::before {
	content: "Q";
	position: absolute;
	left: 48px;
	font-family: var(--font-playfair-display);
	font-size: 36px;
	line-height: 1;
}
.acc-btn::after {
	content: "";
	position: absolute;
	right: 50px;
	width: 20px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-image: url("../images/animationvideo/icon-plus.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.is-open .acc-btn::after {
	background-image: url("../images/animationvideo/icon-minus.svg");
}
.acc-panel {
	width: 100%;
}
.acc-panel-inner {
	width: 100%;
	padding-block: 32px;
	background: #fff;
	color: var(--c-d-gray);
	padding-inline: 113px 48px;
	position: relative;
}
.acc-panel-inner ::before {
	content: "A";
	position: absolute;
	left: 50px;
	top: 23px;
	font-family: var(--font-playfair-display);
	font-size: 36px;
	color: var(--c-d-gray);
	line-height: 1;
}
.acc-panel-inner > p {
	width: 100%;
	font-size: 16px;
	line-height: 1.46;
	letter-spacing: 0.05em;
	text-align: justify;
}

@media screen and (max-width: 999px) {
	.faq-cont {
		padding-block: 140px 120px;
		gap: 30px;
	}
	.faq-cont .ttl-box > span {
		transform: translateY(0%);
	}
	.faq-list {
		gap: 10px;
	}
	.acc-btn {
		padding-inline: 50px 60px;
		line-height: 1.4;
	}
	.acc-btn::before {
		left: 14px;
		font-size: 29px;
	}
	.acc-btn::after {
		right: 16px;
		width: 16px;
	}
	.acc-panel-inner {
		padding-block: 16px;
		padding-inline: 50px 16px;
	}
	.acc-panel-inner ::before {
		left: 16px;
		top: 12px;
		font-size: 29px;
	}
	.acc-panel-inner > p {
		font-size: 14px;
	}
}

/* ------------------------------------------------------------
footer
---------------------------------------------------------------*/
.footer {
	padding-inline: 0;
}
.footer .sec-inner {
	max-width: none;
}
.footer-cont-wrapper {
	width: 100%;
	padding-inline: 6%;
	padding-block: 80px;
}
.footer-cont {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 40px;
}

.footer-cont > a {
	font-size: 32px;
	letter-spacing: 0.08em;
	line-height: 1;
	display: flex;
	align-items: center;
	gap: 24px;
	position: relative;
}
.footer-cont > a::after {
	content: "";
	background-image: url(../images/animationvideo/icon-arrow-right-wh.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 21px;
	height: auto;
	aspect-ratio: 1 / 1;
	position: relative;
	top: 4px;
}

.footer-nav-area {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 20px;
}
.footer-nav-cont {
	max-width: 240px;
	width: 100%;
	flex-flow: column;
	display: flex;
	gap: 40px;
}
.fnc-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	min-height: 163px;
	gap: 16px;
}
.fnc-item > a {
	width: 100%;
	font-size: 24px;
	font-weight: var(--fw-bold);
	line-height: 1;
	letter-spacing: 0.08em;
	white-space: nowrap;
}
.fnc-item > a:not(:first-of-type) {
	margin-top: 14px;
}

.fnc-links {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 15px;
}
ul.fnc-links > li {
	font-size: 15px;
	color: var(--c-gray);
}

.footer-bottom {
	width: 100%;
	border-top: 2px solid var(--c-d-gray);
	padding-block: 32px 40px;
	padding-inline: 6%;
}
.footer-bottom-inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	align-items: center;
}
.footer-logo {
	width: 195px;
	height: auto;
	aspect-ratio: 195 / 38;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer-sns {
	width: auto;
	display: flex;
	justify-content: flex-end;
	gap: 40px;
	align-items: center;
}
.footer-sns > a {
	width: 36px;
	height: auto;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transform: all ease 0.33s;
}
.footer-sns > a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer-sns > a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 999px) {
	.footer-cont-wrapper {
		padding-block: 60px;
	}
	.footer-cont {
		gap: 32px;
	}

	.footer-cont > a {
		font-size: 24px;
		gap: 16px;
	}
	.footer-cont > a::after {
		width: 16px;
		top: 1px;
	}
	.footer-nav-area {
		gap: 32px;
		flex-flow: column;
	}
	.footer-nav-cont {
		max-width: none;
		flex-flow: unset;
		align-items: unset;
		justify-content: unset;
		gap: 20px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.fnc-item {
		min-height: 0;
		gap: 20px;
	}
	.fnc-item > a {
		font-size: 18px;
	}
	.fnc-item > a:not(:first-of-type) {
		margin-top: 0px;
		width: 100%;
	}
	.footer-nav-cont:last-of-type {
		grid-template-columns: repeat(1, 1fr);
	}
	.footer-nav-cont:last-of-type .fnc-item {
		align-items: unset;
		justify-content: unset;
		gap: 20px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.footer-nav-cont:last-of-type .fnc-item {
		align-items: unset;
		justify-content: unset;
		gap: 20px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	ul.fnc-links > li {
		font-size: 13px;
	}

	.footer-bottom {
		padding-block: 32px;
	}
	.footer-logo {
		width: 144px;
		aspect-ratio: 144 / 28;
	}
	.footer-sns {
		gap: 16px;
	}
	.footer-sns > a {
		width: 23px;
	}
}
