@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700;900&display=swap');
/* -----------------------------------------------------------------
フォント設定
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
メディアクエリ
----------------------------------------------------------------- */
/* media query */
/* -----------------------------------------------------------------
ホバー
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
ホバーアニメーション
----------------------------------------------------------------- */
/* 半透明になる - 優先度の低いバナーなど */
/* 押しボタン - UIパーツなど */
@keyframes hoverPush {
	30% {
		transform: scale(0.92);
	}

	100% {
		transform: scale(1);
	}
}
/* 飛び出し - 目立たせたい要素など */
@keyframes hoverOutBack {
	50% {
		translate: 0 -10%;
	}

	100% {
		translate: 0 0%;
	}
}
/* -----------------------------------------------------------------
テキスト内リンク設定
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
リンクアイコン付与
----------------------------------------------------------------- */
/* aタグ内のspanにアイコン付与したい際にselectorWrapは使用する */
/* -----------------------------------------------------------------
拡張子別リンクアイコンカラー設定
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
子要素のマージントップを0に強制
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
次要素のマージントップを0に強制
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
カラム別マージントップ設定
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
テキスト非表示
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
クリック・タッチの最小ターゲット設定
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
Webフォント設定
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
CSS変数設定
----------------------------------------------------------------- */
:root {
	--primary: #e8380d;
	--secondary: #94252a;
	--txtColor: #3b3d48;
	--borderColor: #c6c6c6;
	--bgColor: #fff;
	--bgColorSecondary: #3b3d48;
	--bgColorTertiary: #f5f5f5;
	--bgColorTh: #e6e6e6;
	--bgColorThSub: rgba(230,230,230, 0.25);
	--white: #fff;
	--black: #3b3d48;
	--fontFamily: 'Zen Maru Gothic', 'ヒラギノ角 Pro W3', 'Hiragino Kaku Pro W3', 'メイリオ', Meiryo, 'MS Pゴシック',
		'MS PGothic', sans-serif;
	--txtSizeSp: 1.4rem;
	--txtSizePc: 1.6rem;
	--lineHeight: 1.75;
	--lineHeightTitle: 1.5;
	--letterSpacing: 0.01em;
	--fixedWidth: 1040px;
	--fixedWidthInner: 880px;
	--fixedWidthMain: 800px;
	--zIndexLv0: 0;
	--zIndexLv1: 1;
	--zIndexLv2: 10;
	--zIndexLv3: 100;
	--zIndexLv4: 1000;
	--zIndexLv5: 10000;
	--breakTabLength: 768;
	--breakPcLength: 1025;
	/* 個人設定 */
	--colorKey: #f46ca9;
	--colorKey50: #f9b5d4;
	--colorKey25: #fcdae9;
	--colorKeyText: #ea4f98;
	/* キャラ設定 */
	--colorCurewonderful: #ff326b;
	--colorCurewonderfulUiBg: #FFFCDF;
	--colorCurefriendly: #aa57ff;
	--colorCurefriendlyUiBg: #F4DAFA;
	--colorCurenyami: #29b6ff;
	--colorCurenyamiUiBg: #fdfedf;
	--colorCurelillian: #25e9e8;
	--colorCurelillianUiBg: #ffd3ff;
	--colorCurelillianText: #0fbdd0;
	/* イージング */
	--easeOutBack: cubic-bezier(0.4, 1.5, 0.64, 1.5);
	/* アスペクト比計算用 */
	--widthPC: 1440;
	--widthSP: 750;
	--heightCharacterPc: 700;
	--heightCharacterSp: 856;
}
.p-txt-p {
	margin-top: 20px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2.0;
	text-align: center;
}
@media print, screen and (min-width: 1025px) {
.p-txt-p {
		margin-top: 60px;
		font-size: 2.4rem;
}
	}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.p-txt-p {
		font-size: 1.8rem;
}
	}
.p-txt-p.is-serif {
		font-size: 2.4rem;
		font-weight: 700;
		color: var(--colorKeyText);
	}
@media print, screen and (min-width: 1025px) {
.p-txt-p.is-serif {
			font-size: 3rem
	}
	}
.p-box-img {
	margin: 35px 0 0;
	text-align: center;
}
@media print, screen and (min-width: 1025px) {
.p-box-img {
		margin-top: 48px
}
	}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.p-box-img {
		padding-inline: 30px
}
	}
.p-txt-ttl2 {
	margin: 40px auto 0;
	text-align: center;
}
@media print, screen and (min-width: 1025px) {
.p-txt-ttl2 {
		margin-top: 84px
}
	}
.p-list-role {
	margin-top: 16px;
	line-height: var(--lineHeightTitle);
}
@media print, screen and (min-width: 1025px) {
.p-list-role {
		margin-top: 28px
}
	}
.p-list-role__role {
	margin-top: 10px;
	font-weight: 700;
	color: var(--colorKeyText);
	text-align: center;
}
@media print, screen and (min-width: 1025px) {
.p-list-role__role {
		margin-top: 18px;
		font-size: 1.8rem;
}
	}
.p-list-role__role.p-list-role__role--curewonderful {
		color: var(--colorCurewonderful);
	}
.p-list-role__role.p-list-role__role--curefriendly {
		color: var(--colorCurefriendly);
	}
.p-list-role__name {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}
@media print, screen and (min-width: 1025px) {
.p-list-role__name {
		margin-top: 7.5px;
		font-size: 3.2rem
}
	}
.p-list-role__name-small {
	font-size: 1.2rem;
}
@media print, screen and (min-width: 1025px) {
.p-list-role__name-small {
		font-size: 1.6rem
}
	}
.is-title {
	max-height: 34px;
}
@media print, screen and (min-width: 1025px) {
.is-title {
		max-height: 68px
}
	}
