/*
Theme Name: mugen PARK
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: 
*/
@charset "UTF-8";
/*------------------------------------------------------------------
********************************************************************
 * ▼構成
 * ・ベースとなるCSS
 * ・スマホ用（@media screen and (max-width: 767px) {} ）
 * 
 * リセットCSS      css / destyle.min.css
 * モジュール系CSS  css / default.css
 * ページ共通CSS    style.css
 * 各ページCSS      css / (top.css, business.css, message.css,,,)
********************************************************************
--------------------------------------------------------------------*/

/*--------------------------------------------------
**************************************************
  基本
**************************************************
--------------------------------------------------*/
:root {
	--color-base-bg: #0b0b0b;
	--color-header-bg: rgba(11, 11, 11, 0.7);
	--color-header-bg-sp: rgba(11, 11, 11, 0.8);
	--color-white: #ffffff;
	--color-accent-blue: #67d4ff;
	--color-accent-pink: #fb37ff;
	--font-ja: "Zen Kaku Gothic New", sans-serif;
	--font-en: "Outfit", sans-serif;
}

html {
	scroll-behavior: smooth; /* スムーススクロール */
	font-size: 62.5%; /* ブラウザ標準16pxの62.5% → 1rem = 10px */
}
/* SP */
@media (max-width: 767px) {
	html {
		font-size: 2.6vw;
	}
}

body {
	margin: 0px;
	padding: 0px;
	background: var(--color-base-bg) none repeat scroll 0% 0%;
	background-attachment: scroll;
	font-family: var(--font-ja);
	line-height: 1.6;
	letter-spacing: 0.8px;
	font-size: 1.6rem;
	font-weight: 400;
	color: var(--color-white);
}


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


/*--------------------------------------------------
**************************************************
  リンク
**************************************************
--------------------------------------------------*/
a {
	color: #333;
	text-decoration: none;
	transition: all 1s ease;
}

a:hover {
	color: #007dcc;
}

a img{
	/* display: block; */
	transition: 0.5s;
}

a img:hover {
	opacity: 0.7;
	transition: 0.5s;
}

a[href^="tel:"] {
	pointer-events: none;
	color: #333;
}

/* SP */
@media (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
	}
}


/*--------------------------------------------------
**************************************************
  汎用
**************************************************
--------------------------------------------------*/
.section__inner {
	width: 95%;
	margin-inline: auto;
}

.section-title {
	display: block;
	font-family: "Train One", sans-serif;
	font-size: 8rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	background-image: linear-gradient(180deg, #ff4cc2 0%, #ff4cc2 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 0 30px rgba(243, 166, 217, 0.9);
}

/* SP */
@media (max-width: 767px) {
	.section__inner {
		width: 92%;
	}

	.section-title {
		font-size: 2.8rem;
	}
}



/*--------------------------------------------------
**************************************************
  ヘッダー
**************************************************
--------------------------------------------------*/
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 12.2rem;
	background: var(--color-header-bg);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	gap: 3.2rem;
}

.site-header__logo {
	display: inline-flex;
	flex: 0 0 auto;
	width: 27.9rem;
}

.site-header__logo img {
	display: block;
	width: 100%;
}

.site-header__status {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1 1 auto;
	gap: 0;
	margin-left: auto;
	color: var(--color-white);
}

.site-header__status-title {
	margin: 0;
	padding-right: 2.3rem;
	font-family: var(--font-ja);
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
}

.site-header__status-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.8rem;
	min-height: 4.8rem;
	padding: 0 2.3rem;
	border-left: 1px solid rgba(255, 255, 255, 0.45);
}

.site-header__status-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	margin: 0;
	font-family: var(--font-ja);
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	color: var(--color-white);
}

.site-header__status-block--ratio .site-header__status-heading {
	font-size: 1.2rem;
	font-weight: 700;
}

.site-header__status-value {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin: 0;
	font-family: var(--font-en);
	font-size: 3rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}

.site-header__status-value--ratio {
	gap: 0.8rem;
	color: var(--color-accent-blue);
}

.site-header__status-value--ratio span:last-child {
	color: #f3a6d9;
}

.site-header__status-colon {
	color: var(--color-white);
	transform: translateY(-0.1rem);
}

.site-header__status-heading--crowd {
	gap: 0;
	font-size: 1.2rem;
	font-weight: 500;
}

.site-header__status-value--crowd {
	gap: 0;
	color: var(--color-white);
}

.site-header__status-number {
	font-size: 3rem;
}

.site-header__status-unit {
	font-size: 1.6rem;
}

.site-header__cta {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 25rem;
	height: 6.85rem;
	padding: 0 3.6rem 0 2.8rem;
	border-radius: 4rem;
	font-family: var(--font-ja);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: var(--color-white);
}

.site-header__cta::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2.8rem;
	width: 0.8rem;
	height: 0.8rem;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}

/* SP */
@media (max-width: 767px) {
	.site-header {
		height: 6rem;
		background: var(--color-header-bg-sp);
	}

	.site-header__inner {
		gap: 1.6rem;
	}

	.site-header__logo {
		width: 12rem;
	}

	.site-header__cta {
		width: 15.2rem;
		/* height: 6.85rem; */
		height: 4rem;
		padding: 0 2.8rem 0 2rem;
		font-size: 1.3rem;
	}

	.site-header__cta::after {
		right: 2rem;
		width: 0.6rem;
		height: 0.6rem;
	}
}



/*--------------------------------------------------
**************************************************
  下層ページ タイトル
**************************************************
--------------------------------------------------*/
.lower-mv {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 700px;
	padding: 12.2rem 2rem 8rem;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: hidden;
}

.lower-mv__title-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.6rem;
	text-align: center;
}

.lower-mv__title {
	margin: 0;
	font-size: 8rem;
}

.lower-mv__subtitle {
	margin: 0;
	font-family: var(--font-ja);
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}

.lower-mv__breadcrumb {
	position: absolute;
	left: 50%;
	bottom: 2.4rem;
	transform: translateX(-50%);
	width: 92%;
	max-width: 1280px;
}



/*--------------------------------------------------
**************************************************
  パンくず
**************************************************
--------------------------------------------------*/
.breadcrumb {
	font-family: var(--font-ja);
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0;
	color: var(--color-white);
}

.breadcrumb__nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.8rem;
	color: inherit;
}

.breadcrumb__nav a,
.breadcrumb__nav span {
	color: inherit;
}

.breadcrumb__nav a {
	text-decoration: none;
}

.breadcrumb__nav .breadcrumb_last {
	font-weight: 500;
}

.breadcrumb__nav a:hover {
	color: inherit;
	opacity: 0.8;
}

/* SP */
@media (max-width: 767px) {
	.lower-mv {
		min-height: 56rem;
		padding: 0 1.6rem;
		background-size: 100% auto;
	}

	.lower-mv__title-wrap {
		gap: 1.2rem;
	}

	.lower-mv__title {
		font-size: 8rem;
	}

	.lower-mv__subtitle {
		font-size: 2rem;
	}

	.lower-mv__breadcrumb {
		bottom: 6rem;
		width: calc(100% - 3.2rem);
	}

	.breadcrumb {
		font-size: 1.2rem;
	}

	.breadcrumb__nav {
		gap: 0.6rem;
	}
}


/*--------------------------------------------------
**************************************************
  CTA
**************************************************
--------------------------------------------------*/
.cta {
	position: relative;
	width: 100%;
	padding: 12rem 0;
	overflow: hidden;
}

.cta__bg {
	position: absolute;
	top: 50%;
	z-index: 0;
	pointer-events: none;
}

.cta__bg--left {
	left: 0;
	width: 79.4rem;
	transform: translate(-8%, -6%);
}

.cta__bg--right {
	right: 0;
	width: 79.4rem;
	transform: translate(8%, -4%);
}

.cta__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1824px;
}

.cta__lead {
	margin: 0;
	font-family: var(--font-ja);
	font-size: 6rem;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
}

.cta__sub-lead {
	margin: 2rem 0 0;
	font-family: var(--font-ja);
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
}

.cta__status {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.6rem;
	width: min(44rem, 100%);
	margin-top: 4rem;
	padding: 3.2rem 4rem;
	border: 4px solid var(--color-accent-blue);
	border-radius: 0.8rem;
	box-shadow: 0 0 30px rgba(103, 212, 255, 0.9);
	background: rgba(11, 11, 11, 0.4);
}

.mv .cta__status {
	background: rgba(11, 11, 11, 0.22);
}

.cta__status-title {
	position: relative;
	width: 100%;
	margin: 0;
	padding-bottom: 1.6rem;
	font-family: var(--font-ja);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}

.cta__status-title::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 27.2rem;
	height: 1px;
	background: rgba(255, 255, 255, 0.55);
	transform: translateX(-50%);
}

.cta__status-content {
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: 100%;
}

.cta__status-content::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background: rgba(255, 255, 255, 0.55);
	transform: translateX(-50%);
}

.cta__ratio,
.cta__crowd {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1 1 50%;
}

.cta__ratio {
	padding-right: 2.8rem;
}

.cta__crowd {
	padding-left: 2.8rem;
}

.cta__ratio-labels {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3rem;
	width: 100%;
}

.cta__ratio-label,
.cta__crowd-label {
	font-family: var(--font-ja);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}

.cta__crowd-label {
	margin: 0;
}

.cta__ratio-value,
.cta__crowd-value {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1.2rem 0 0;
	font-family: var(--font-en);
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}

.cta__ratio-number,
.cta__crowd-number {
	font-family: var(--font-en);
	font-size: 7rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}

.cta__ratio-number--male {
	color: var(--color-accent-blue);
}

.cta__ratio-number--female {
	color: #f3a6d9;
}

.cta__ratio-separator {
	margin: 0 0.8rem 0 0.6rem;
	font-family: var(--font-en);
	font-size: 5rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	color: var(--color-white);
	transform: translateY(-0.6rem);
}

.cta__crowd-percent {
	margin-left: 0.2rem;
	font-family: var(--font-en);
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	transform: translateY(1.8rem);
}

.cta__text {
	margin: 2rem 0 0;
	font-family: var(--font-ja);
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}

.cta__button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(60rem, 100%);
	min-height: 7.8rem;
	margin-top: 3.4rem;
	padding: 0 6.4rem 0 4rem;
	border-radius: 4rem;
	font-family: var(--font-ja);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: var(--color-white);
}

.cta__button:hover {
	color: var(--color-white);
}

.cta__button::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 3.2rem;
	width: 1.4rem;
	height: 1.4rem;
	border-top: 3px solid currentColor;
	border-right: 3px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
	.cta {
		padding: 6.4rem 0;
	}

	.cta__bg {
		top: auto;
	}

	.cta__bg--left {
		top: 20rem;
		width: 37.8rem;
		transform: translate(-35%, 0);
	}

	.cta__bg--right {
		bottom: 7rem;
		width: 37.8rem;
		transform: translate(35%, 0);
	}

	.cta__lead {
		font-size: 2.8rem;
	}

	.cta__sub-lead {
		margin-top: 1.6rem;
		font-size: 1.6rem;
	}

	.cta__status {
		gap: 1rem;
		width: min(26.4rem, 100%);
		margin-top: 2rem;
		padding: 1.6rem 3.2rem;
		border-width: 3px;
	}

	.cta__status-title {
		padding-bottom: 1rem;
		font-size: 1.4rem;
	}

	.cta__status-title::after {
		width: 18.4rem;
	}

	.cta__ratio {
		padding-right: 1.6rem;
	}

	.cta__crowd {
		padding-left: 1.6rem;
	}

	.cta__ratio-labels {
		gap: 1.6rem;
	}

	.cta__ratio-label,
	.cta__crowd-label {
		font-size: 1.2rem;
	}

	.cta__ratio-value,
	.cta__crowd-value {
		margin-top: 0.8rem;
	}

	.cta__crowd-value {
		margin-top: 0.7rem;
	}

	.cta__ratio-number,
	.cta__crowd-number {
		font-size: 4rem;
	}

	.cta__ratio-separator {
		margin: 0 0.4rem;
		font-size: 4rem;
		transform: translateY(-0.5rem);
	}

	.cta__crowd-percent {
		font-size: 1.8rem;
		transform: translateY(0.8rem);
	}

	.cta__text {
		margin-top: 1.6rem;
		font-size: 1.2rem;
	}

	.cta__button {
		width: 100%;
		min-height: 6.2rem;
		margin-top: 2.4rem;
		padding: 0 4.8rem 0 3.2rem;
		font-size: 1.8rem;
	}

	.cta__button::after {
		right: 2.4rem;
		width: 1rem;
		height: 1rem;
	}
}


/*--------------------------------------------------
**************************************************
  SNS
**************************************************
--------------------------------------------------*/
.sns {
	width: 100%;
	max-width: 1824px;
	margin: 12rem auto 0;
}

.sns__feed {
	width: 100%;
	margin: 8rem auto 0;
}

@media (max-width: 767px) {
	.sns {
		width: 92%;
		margin-top: 6.4rem;
	}

	.sns__feed {
		margin-top: 2.4rem;
	}
}


/*--------------------------------------------------
**************************************************
  フッター
**************************************************
--------------------------------------------------*/
.site-footer {
	width: 100%;
	margin-top: 12rem;
	padding-bottom: 8.8rem;
}

.site-footer__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1824px;
}

.site-footer__sns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2.4rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__sns-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: inherit;
}

.site-footer__sns-link:hover {
	color: inherit;
}

.site-footer__sns-icon {
	width: 5rem;
}

.site-footer__copyright {
	margin: 2.4rem 0 0;
	font-family: var(--font-en);
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 767px) {
	.site-footer {
		margin-top: 6.4rem;
		padding-bottom: 4rem;
	}

	.site-footer__sns {
		gap: 1.6rem;
	}

	.site-footer__sns-icon {
		width: 3rem;
	}

	.site-footer__copyright {
		margin-top: 1.6rem;
	}
}



/*--------------------------------------------------
**************************************************
  その他
**************************************************
--------------------------------------------------*/
.neon-border {
	border: #fff 3px solid;
	background: linear-gradient(180deg, rgba(251, 55, 255, 0.18) 0%, rgba(251, 55, 255, 0.06) 100%);
	box-shadow:
		0 0 8px rgba(251, 55, 255, 0.9),
		0 0 18px rgba(251, 55, 255, 0.6),
		0 0 28px rgba(251, 55, 255, 0.3),
		inset 0 0 10px rgba(251, 55, 255, 0.55),
		inset 0 0 18px rgba(251, 55, 255, 0.28),
		inset 0 0 28px rgba(251, 55, 255, 0.12);
}

.neon-border:hover {
	color: var(--color-white);
	box-shadow:
		0 0 10px rgba(251, 55, 255, 1),
		0 0 22px rgba(251, 55, 255, 0.75),
		0 0 36px rgba(251, 55, 255, 0.42),
		inset 0 0 12px rgba(251, 55, 255, 0.62),
		inset 0 0 20px rgba(251, 55, 255, 0.32),
		inset 0 0 30px rgba(251, 55, 255, 0.16);
}

@media (max-width: 767px) {
	.neon-border {
		box-shadow:
			0 0 7px rgba(251, 55, 255, 0.85),
			0 0 14px rgba(251, 55, 255, 0.5),
			0 0 22px rgba(251, 55, 255, 0.28),
			inset 0 0 8px rgba(251, 55, 255, 0.52),
			inset 0 0 14px rgba(251, 55, 255, 0.26),
			inset 0 0 20px rgba(251, 55, 255, 0.1);
	}
}
