@charset "UTF-8";

@font-face {
	font-family: "YuMinchoDemibold";
	src: url(../fonts/yu-mincho-demibold.ttf) format("truetype");
}

@font-face {
	font-family: "BORIASRegular";
	src: url(../fonts/BORIASRegular.ttf) format("truetype");
}

:root {
	--fontYuMinchoDemibold: "YuMinchoDemibold", sans-serif;
	--fontBORIASRegular: "BORIASRegular", sans-serif;
	--fontDnp-shuei-nshogomincho-std: "dnp-shuei-nshogomincho-std", sans-serif;
	--fontGreatVibes: "Great Vibes", cursive;

	--textPrimary: #ffffff;
	--textSecondary: #000000;

	--bgPrimary: #000000;
	--bgSecondary: #ffffff;
	--bgTertiary: #900000;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.7;
	font-family: var(--fontYuMinchoDemibold);
	color: var(--textPrimary);
	background: var(--textSecondary);
}

body.modal-open {
	overflow: hidden;
}

a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}

li,
ol {
	list-style: none;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	font-style: italic;
	background-repeat: no-repeat;
	background-size: cover;
	shape-margin: 0.75rem;
}

button {
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

button,
input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-transform: none;
	border-radius: 0;
}

em {
	font-style: normal;
}

.inner__primary {
	padding-inline: 25px;
}

@media (max-width: 374px) {

	.inner__primary {
		padding-inline: 16px;
	}
}

.title__primary {
	text-align: center;
}

.title__primary .is-en {
	font-size: 45px;
	font-family: var(--fontBORIASRegular);
	line-height: 1;
}

@media (max-width: 599px) {

	.title__primary .is-en {
		font-size: 34px;
	}
}

.title__primary .is-ja {
	margin-top: 6px;
	font-size: 12px;
	letter-spacing: 2.4px;
}

.bg {
	position: relative;
	background-image: url(../img/_common/bg/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.grid {
	display: grid;
	grid-template-columns: 1fr 420px 1fr;
	grid-template-rows: 1fr;
}

@media (max-width: 599px) {

	.grid {
		grid-template-columns: 1fr 100% 1fr;
	}
}

.grid__left--logo {
	position: fixed;
	top: 20px;
	left: 20px;
	width: 160px;
}

.grid__main {
	background-color: var(--bgPrimary);
}

.grid__right {
	position: relative;
}

.grid__right--inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.grid__right--content {
	position: fixed;
	top: 30%;
	height: 100vh;
	text-align: center;
}

.grid__right--text-image {
	width: 400px;
}

.grid__right--heading2 .is-bigger {
	font-size: 94px;
}

.grid__right--heading2 .is-small {
	font-size: 42px;
}

.grid__right--text {
	margin-top: 26px;
	line-height: 1;
	font-size: 20px;
	letter-spacing: 3.25px;
}

.grid__right--boxes {
	margin-top: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px;
}

.grid__right--box {
	display: flex;
	flex-direction: column-reverse;
	max-width: 160px;
	width: 100%;
}

.grid__right--body {
	margin-top: 20px;
}

.grid__right--body--text {
	font-size: 16px;
	line-height: 1;
}

.grid__right--recommendation {
	position: fixed;
	bottom: 40px;
	right: 40px;
	text-align: right;
}

.grid__right--recommendation--text {
	font-size: 12px;
}

.grid__right--recommendation--copy-right {
	margin-top: 6px;
	font-size: 10px;
}

@media (max-width: 1280px) {

	.grid__left--inner {
		display: none;
	}

	.grid__right--inner {
		display: none;
	}
}

/*=========================================================
fv
=========================================================*/
.fv {
	/* height: 667px; */
}

/*=========================================================
about
=========================================================*/
.about {
	margin-top: 100px;
	text-align: center;
}

.about__inner {
	display: flex;
	flex-direction: column;
	gap: 50px;
	padding-inline: 12px;
}

.about__heading1 {
	order: 1;
	max-width: 306px;
	width: 100%;
	margin-inline: auto;
}

.about__heading2 {
	order: 2;
	font-size: 30px;
}

.about__heading3 {
	order: 4;
	font-size: 30px;
	background-image: linear-gradient(to top, #b79671, #bca271, #fff3dc, #b08d68), linear-gradient(to bottom, #c7b45b, #c7b45b);
	font-family: var(--fontDnp-shuei-nshogomincho-std);
	font-size: 30px;
	color: #c7b45b;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about__texts {
	order: 3;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.about__text {
	line-height: 1.79;
	letter-spacing: 1.4px;
}

/*=========================================================
cast
=========================================================*/
.cast {
	margin-top: 100px;
}

.cast__message {
	margin-top: 50px;
	text-align: center;
}

.cast__boxes {
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 25px;
	/* row-gap: 60px; */
}

.cast__box {
	display: flex;
	flex-direction: column-reverse;
}

.cast__box:nth-child(even) {
	margin-top: 80px;
}

.cast__box--body {
	flex-grow: 1;
	margin-top: 10px;
}

.cast__box--body--heading3 {
	font-size: 16px;
	line-height: 1.56;
	letter-spacing: 1.6px;
}

.cast__box--body--achievements--item {
	font-size: 12px;
}

.cast__box--image {
	position: relative;
	transform-style: preserve-3d;
	perspective: 1000px;
	opacity: 0;
}

.cast__box:nth-child(odd) .cast__box--image::before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: 120px;
	height: 120px;
	background: #900000;
	z-index: -1;
}

.cast__box:nth-child(even) .cast__box--image::before {
	content: '';
	position: absolute;
	top: -10px;
	right: -10px;
	width: 120px;
	height: 120px;
	background: #900000;
	z-index: -1;
}

/*=========================================================
privilege
=========================================================*/
.privilege {
	margin-top: 100px;
}

.privilege__sub-head {
	margin-top: 50px;
}

.privilege__sub-head--title {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.privilege__sub-head--title .is-top,
.privilege__sub-head--title .is-bottom {}

.privilege__sub-head--title .is-top {
	font-size: 18px;
	letter-spacing: 1.8px;
}

.privilege__sub-head--title .is-bottom {
	background-image: linear-gradient(to bottom, #b79671, #bca271, #fff3dc, #b08d68), linear-gradient(to bottom, #c7b45b, #c7b45b);
	font-size: 30px;
	letter-spacing: 4.5px;
	line-height: 1;
	color: #c7b45b;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.privilege__boxes {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 40px;
	max-width: 325px;
	width: 100%;
	margin-inline: auto;
}

/*=========================================================
media
=========================================================*/
.media {
	margin-top: 100px;
}

.media__text {
	margin-top: 50px;
	text-align: center;
	line-height: 1.79;
	letter-spacing: 1.4px;
}

.media__button {
	margin-top: 50px;
	width: 100%;
}

.media__modal[open] {
	opacity: 0;
	transform: translate(-50%, -45%);
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.media__modal.show {
	opacity: 1;
	transform: translate(-50%, -50%);
	pointer-events: auto;
}

.media__modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	background: #000;
	padding: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s ease, transform 0.4s ease;
	border: none;
	border-radius: 8px;
}

@media (max-width: 980px) {

	.media__modal {
		width: 100%;
		top: 35%;
	}
}

.media__modal::backdrop {
	background-color: rgba(0, 0, 0, 0.6);
}

.media__modal--close {
	position: absolute;
	top: clamp(1.25rem, 0.588rem + 2.83vw, 3rem);
	right: -10px;
	background: transparent;
	font-size: 60px;
	font-size: clamp(2.25rem, 1.682rem + 2.42vw, 3.75rem);
	color: var(--textPrimary);
	z-index: 10;
	line-height: 1;
	padding: 10px;
}

.media__modal--body {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.media__modal--body iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*=========================================================
strength
=========================================================*/
.strength {
	margin-top: 100px;
}

.strength__boxes {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	gap: 44px;
}

.strength__box {
	display: flex;
	flex-direction: column-reverse;
}

.strength__box.--reverse {
	flex-direction: column;
}

.strength__box--body {
	margin-top: 26px;
}

.strength__box--body--heading3 {
	font-size: 18px;
	line-height: 1.39;
	letter-spacing: 1.7px;
}

.strength__box--body--text {
	margin-top: 24px;
	letter-spacing: 0.8px;
}

.strength__box--body--items {
	margin-top: 24px;
	display: grid;
	gap: 10px;
}

.strength__box--body--items.--4column {
	grid-template-columns: repeat(4, 1fr);
}

.strength__box--body--items.--2column {
	grid-template-columns: repeat(2, 1fr);
}

.strength__box--body--items.--3column {
	grid-template-columns: repeat(3, 1fr);
}

.strength__map {
	margin-top: 30px;
}

.strength__box--type02 {
	display: flex;
	flex-direction: inherit;
}

.strength__box--type02--body--head {}

.strength__box--type02--body--head--number {
	max-width: 200px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #900000;
	border-radius: 15px;
	font-size: 20px;
	font-family: var(--fontBORIASRegular);
	letter-spacing: 2px;
}

.strength__box--type02--body--head--number span {
	position: relative;
	top: 2px;
}

.strength__box--type02--body--head--heading3 {
	margin-top: 26px;
	font-size: 18px;
	line-height: 1.39;
	letter-spacing: 1.1px;
}

.strength__box--type02--body--head--text {
	margin-top: 24px;
	line-height: 1.79;
	letter-spacing: 2.1px;
}

.strength__box--type02--slider {
	margin-top: 34px;
}


.strength__box--type02--boxes {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.strength__box--type02--box--label {
	width: fit-content;
	padding: 7px 10px;
	border-style: solid;
	border-width: 1px;
	border-image-source: linear-gradient(to top, #b79671, #705a31, #fff3dc, #766239);
	border-image-slice: 1;
	background-color: #000;
	display: flex;
	align-items: baseline;
}

@media (max-width: 599px) {

	.strength__box--type02--box--label {
		margin-inline: auto;
	}
}

.strength__box--type02--box--label .is-person,
.strength__box--type02--box--label .is-name {
	line-height: 1;
}

.strength__box--type02--box--label .is-person {
	letter-spacing: 2.1px;
}

.strength__box--type02--box--label .is-name {
	position: relative;
	font-size: 16px;
	padding-left: 20px;
	letter-spacing: 1.6px;
}

.strength__box--type02--box--label .is-name::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background: url(../img/_common/icon/icon_kirakira.png) center / contain no-repeat;
}

.strength__box--type02--box--results {
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 374px) {
	.strength__box--type02--box--results {
		flex-direction: column;
		gap: 14px;
	}
}

.strength__box--type02--box--results--before,
.strength__box--type02--box--results--after {
	display: flex;
	align-items: center;
}

.strength__box--type02--box--results--before {
	position: relative;
	padding-right: 28px;
	gap: 5px;
}

.strength__box--type02--box--results--before::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background: var(--bgSecondary);
	clip-path: polygon(100% 50%, 0 0, 0 100%);
}

@media (max-width: 374px) {

	.strength__box--type02--box--results--before::after {
		clip-path: polygon(50% 100%, 100% 0, 0 0);
	}
}

.strength__box--type02--box--results--before--head,
.strength__box--type02--box--results--after--head {
	background: var(--bgTertiary);
	border-radius: 100vmax;
	text-align: center;
}

.strength__box--type02--box--results--before--head {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 1px;
}

.strength__box--type02--box--results--before--text {
	letter-spacing: 1.5px;
	line-height: 1;
}

.strength__box--type02--box--results--before--text em {
	font-size: 25px;
}

.strength__box--type02--box--results--after {
	gap: 12px;
}

.strength__box--type02--box--results--after--head {
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 14px;
	line-height: 1;
}

.strength__box--type02--box--results--after--head em {
	font-size: 18px;
}

.strength__box--type02--box--results--after--head .is-small {
	font-size: 16px;
}

.strength__box--type02--box--results--after--head.--type02 {
	width: 62px;
	height: 62px;
	font-size: 12px;
}

.strength__box--type02--box--results--after--head.--small {
	font-size: 12px;
}

.strength__box--type02--box--results--after--text {
	line-height: 2;
}

.strength__box--type02--box--results--after--text em {
	font-size: 25px;
	background-image: linear-gradient(to top, #b79671, #bca271, #fff3dc, #b08d68), linear-gradient(to bottom, #edeae4, #edeae4);
	font-size: 25px;
	line-height: 1;
	letter-spacing: 1.25px;
	color: #edeae4;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.strength__box--type02--box--results--after--text small {}

.strength__box--type02--box--image {
	margin-top: 20px;
}

/*=========================================================
flow
=========================================================*/
.flow {
	margin-top: 100px;
}

.flow__boxes {
	margin-top: 47px;
	display: flex;
	flex-direction: column;
	max-width: 276px;
	width: 100%;
	margin-inline: auto;
}

.flow__box {
	position: relative;
}

.flow__box:not(:first-child) {
	padding-top: 30px;
}

.flow__box--head--number {
	position: relative;
	font-size: 20px;
	font-family: var(--fontBORIASRegular);
	letter-spacing: 2px;
}

.flow__box--head--number::before {
	content: '';
	position: absolute;
	top: 46%;
	transform: translateY(-50%);
	left: -20px;
	width: 10px;
	height: 10px;
	background: var(--bgSecondary);
	border-radius: 100vmax;
}

.flow__border {
	position: absolute;
	top: 15px;
	left: -15px;
	width: 1px;
	height: 0;
	background: var(--bgSecondary);
}

.flow__box--body {
	margin-top: 10px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.flow__box--body--texts {
	max-width: calc((201 / 276) * 100%);
	width: 100%;
}

.flow__box--body--heading3 {
	position: relative;
	font-size: 16px;
}

.flow__box--body--text {
	font-size: 12px;
}

.flow__box--body--image {
	max-width: calc((50 / 276) * 100%);
	width: 100%;
}

/*=========================================================
contact
=========================================================*/
.contact {
	background-image: url(../img/index/contact/contact_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 100px;
	padding-block: 50px;
}

.contact__head {
	color: var(--textSecondary);
}

.contact__buttons {
	margin-top: 50px;
	max-width: 260px;
	width: 100%;
	margin-inline: auto;
}

.contact__button--link {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	padding-block: 22px;
	gap: 16px;
	border-style: solid;
	border-width: 2px;
	border-image-source: linear-gradient(to top, #b79671, #705a31, #fff3dc, #766239, #9e9c9e);
	border-image-slice: 1;
	background-origin: border-box;
	background-clip: content-box, border-box;
	color: var(--textSecondary);
	transition: all 0.3s ease;
}

.contact__button--link:hover,
.contact__button--link:focus {
	opacity: 0.8;
	border-image-source: linear-gradient(to bottom, #b79671, #705a31, #fff3dc, #766239, #9e9c9e);
}

.contact__button--link--body {
	text-align: center;
}

.contact__button--link--body--title {
	font-size: 30px;
	font-family: var(--fontBORIASRegular);
	line-height: 1;
	letter-spacing: 3px;
}

.contact__button--link--body--text {
	font-size: 12px;
	letter-spacing: 1.2px;
}

.contact__button--image {
	width: 56px;
}

/*=========================================================
footer
=========================================================*/
.footer {
	padding-top: 90px;
	padding-bottom: 36px;
}

.footer__logo {
	width: 200px;
	margin-inline: auto;
}

.footer__copy-right {
	text-align: center;
	margin-top: 100px;
	font-size: 10px;
	font-family: var(--fontBORIASRegular);
	letter-spacing: 1px;
}