
html {
	font-size: 0.625em;
}
body {
	font-family: 'Noto Sans JP',"メイリオ", "Meiryo","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  sans-serif;
	touch-action: manipulation;
	word-break: break-all;
#	color: var(--text-color-defo);
	letter-spacing: 0.05em;
}
html, body {
	height: 100%;
	margin: auto;
}

img {
	width: 100%;
	vertical-align: bottom;
}
.pc {
	display: block;
}
.sp {
	display:none;
}
@media only screen and (max-width: 750px) {
	.pc {
	        display:none;
	}
	.sp {
		display: block;
	}
}


/* ---------------------------------------------------------------
	背景
------------------------------------------------------------------*/
/** TOP **/
.parallax {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

/* ★ 空でも伸びる */
.parallax main {
	flex: 1;
}

/* 背景画像 */
.parallax::before {
#	background-image: url(/mcrrb/assets/img/top_bg.png);
	background-image: url('/mcrrb/assets/img/top_bg.png'); /* フォールバック */
	background-image: image-set(
		url('/mcrrb/assets/img/top_bg.webp') type('image/webp'),
		url('/mcrrb/assets/img/top_bg.png') type('image/jpeg')
	);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}
@media screen and (max-width: 750px) {
	.parallax::before {
#		background-image: url(/mcrrb/assets/img/top_bg_sp.png);
		background-image: url('/mcrrb/assets/img/top_bg_sp.png'); /* フォールバック */
		background-image: image-set(
			url('/mcrrb/assets/img/top_bg_sp.webp') type('image/webp'),
			url('/mcrrb/assets/img/top_bg_sp.png') type('image/jpeg')
		);
	}
}


/** TOP以外 **/
.parallax2 {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

/* ★ 空でも伸びる */
.parallax2 main {
	flex: 1;
}

/* 背景画像 */
.parallax2::before {
#	background-image: url(/mcrrb/assets/img/news_bk.png);
	background-image: url('/mcrrb/assets/img/news_bk.png'); /* フォールバック */
	background-image: image-set(
		url('/mcrrb/assets/img/news_bk.webp') type('image/webp'),
		url('/mcrrb/assets/img/news_bk.png') type('image/jpeg')
	);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}
@media screen and (max-width: 750px) {
	.parallax2::before {
#		background-image: url(/mcrrb/assets/img/news_bk_sp.png);
		background-image: url('/mcrrb/assets/img/news_bk_sp.png'); /* フォールバック */
		background-image: image-set(
			url('/mcrrb/assets/img/news_bk_sp.webp') type('image/webp'),
			url('/mcrrb/assets/img/news_bk_sp.png') type('image/jpeg')
		);
	}
}


/* ---------------------------------------------------------------
	効果
------------------------------------------------------------------*/


/* ---------------------------------------------------------------
	共通部品
------------------------------------------------------------------*/
.common__box {
	background-image: url(/mcrrb/assets/img/waku_shiro_ue.png), url(/mcrrb/assets/img/waku_shiro_shita.png), linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
	background-position: center top 0vw, center bottom 0vw;
	background-repeat: no-repeat;
#	padding: 4%;
	background-size: contain;
	border: 0.5vw solid transparent;
	background-origin: border-box;
	background-clip: border-box, border-box, padding-box;
	box-shadow: inset 0 0 0 3px #fff;
}
@media only screen and (max-width: 750px) {
	.common__box {
		box-shadow: inset 0 0 0 1.5px #fff;
	}
}


/** ヘッダー（下層ページ） **/
.common__header-container {
	position: relative;
}
.common__header-switch-logo {
	position: absolute;
	top: 0;
	left: 0;
}


/** ページBACK button **/
.common__back-button {
	width: 33%;
	margin: auto;
}
@media only screen and (max-width: 750px) {
	.common__back-button {
		width: 57%;
	}
}



/* ---------------------------------------------------------------
	header
------------------------------------------------------------------*/


/* ---------------------------------------------------------------
	footer
------------------------------------------------------------------*/
footer {
	background: #000011;
	padding: 4% 0 7%;
	color: #fff;
	a {
		color: #fff;
	}
}
@media only screen and (max-width: 750px) {
	footer {
		padding: 6% 0 10%;
	}
}

.footer__soft {
	width: 64%;
	padding: 3% 2%;
	margin: 0 auto 3.5%;

}
@media only screen and (max-width: 750px) {
	.footer__soft {
		width: 93%;
		padding: 6% 4%;
		margin: 0 auto 8%;
	}
}

.footer__soft-image {
	margin-bottom: 3%;
}
@media only screen and (max-width: 750px) {
	.footer__soft-image {
		margin-bottom: 6%;
	}
}

.footer__soft-button-pkg {
	width: 30%;
	margin: auto;
}
@media only screen and (max-width: 750px) {
	.footer__soft-button-pkg {
		width: 40%;
	}
}

.footer__link {
	width: 64%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 0 auto 3%;
}
@media only screen and (max-width: 750px) {
	.footer__link {
		width: 93%;
		flex-wrap: wrap;
		justify-content: center;
		gap: 2vw;
		margin: 0 auto 6%;
	}
}

.footer__link-item {
	width: 32.5%;
}
@media only screen and (max-width: 750px) {
	.footer__link-item {
		width: 48%;
	}
}

.footer__logo {
	width: 20%;
	margin: 0 auto 3%;
}
@media only screen and (max-width: 750px) {
	.footer__logo {
		width: 54%;
		margin: 0 auto 6%;
	}
}

.footer__info {
	width: 50%;
	margin: 0 auto 2%;
	display: flex;
	gap: 2.5vw;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	font-size: min(calc(21 * 100vw / 1920),22px);
}
@media only screen and (max-width: 750px) {
	.footer__info {
		width: 70%;
		margin: 0 auto 4%;
		gap: 7vw;
		font-size: calc(17 * 100vw / 750);
	}
}

.footer__copyright {
	width: 50%;
	margin: auto;
	text-align: center;
	font-size: min(calc(20 * 100vw / 1920),22px);

	@media only screen and (max-width: 750px) {
		width: 90%;
		font-size: calc(15 * 100vw / 750);
	}
}



/* ---------------------------------------------------------------
	ページ：TOP
------------------------------------------------------------------*/




