@charset "utf-8";

/**********************************************
 * 
 * choosing
 *
***********************************************/
img {
	max-width: 100%;
}

.l-content {
	padding-bottom: 0;
}

.Btn {
	margin-left: auto;
	margin-right: auto;
	width: 370px;
}

.Btn a {
	background: none;
}

.Btn a:hover {
	border: 1px solid #fff;
}

@media (max-width: 767px) {
	.Btn {
		width: 100%;
	}
}

/*
MainVisual
***********************************************/
main {
	background: url("/chinese/whats_mcr/assets/images/choosing/bg_main_choosing_pc.jpg") no-repeat #000211 top center/100%;
}

@media (max-width: 767px) {
	main {
		background: url("/chinese/whats_mcr/assets/images/choosing/bg_main_choosing_sp.jpg") no-repeat #000211 top 60px center/100%;
	}
}

.MainVisual .MainVisual_area {
	position: relative;
	height: 750px;
	color: #fff;
	font-family: 'Noto Serif SC', serif;
	margin-top: 85px;
}

.tabletview .MainVisual .MainVisual_area {
	height: 37vw;
}

.MainVisual .MainVisual_area em {
	font-size: 1.4rem;
	letter-spacing: 1.4px;
}

.MainVisual .MainVisual_area h1 {
	font-size: 6.0rem;
	margin-top: 20px;
	letter-spacing: 6px;
}

.MainVisual .MainVisual_area figure {
	position: absolute;
	top: 0;
	right: 10%;
}

@media (max-width: 767px) {
	.MainVisual {
		margin-top: 60px;
	}

	.MainVisual .MainVisual_area {
		height: 600px;
		margin-top: 0;
		text-align: center;
	}

	.MainVisual .MainVisual_area h1 {
		font-size: 3.0rem;
		margin-top: 20px;
	}

	.MainVisual .MainVisual_area figure {
		width: 245px;
		top: 25%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

/*
PageLink
***********************************************/
.PageLink {
	margin-top: 80px;
}

.PageLink li a {
	display: inline-block;
	transition: .3s;
}

.PageLink li a:hover {
	transform: translateY(10px);
	opacity: .5;
}

@media (max-width: 767px) {
	.PageLink ul {
		display: block;
		margin-top: 0;
	}

	.PageLink li {
		width: 100%;
		max-width: none;
		margin-top: 20px;
	}

	.PageLink li:first-child {
		margin-top: 0;
	}
}

/*
Content_area
***********************************************/
.Content_area {
	background: #005EB8;
	margin-top: 80px;
	color: #fff;
}

.Content_area + .Content_area {
	margin-top: 0;
}

.Content_area.thermo {
	background: #044AA5;
}

.Content_area.thermo .Content_bg {
	background:
		url("/chinese/whats_mcr/assets/images/choosing/bg_choosing03_pc.jpg") no-repeat top center / 100%,
		url("/chinese/whats_mcr/assets/images/choosing/bg_choosing04_pc.jpg") no-repeat bottom center / 100%;
}

.Content_area.only .Content_bg {
	background: url("/chinese/whats_mcr/assets/images/choosing/bg_choosing05_pc.jpg") no-repeat top center / 100%,
		url("/chinese/whats_mcr/assets/images/choosing/bg_choosing02_pc.jpg") no-repeat bottom center / 100%;
}

.Content_area.only .Content_title h2 span {
	margin: 0 15px;
}

.Content_area .Content_bg {
	padding-top: 120px;
	padding-bottom: 120px;
	background: url("/chinese/whats_mcr/assets/images/choosing/bg_choosing01_pc.jpg") no-repeat top center / 100%,
		url("/chinese/whats_mcr/assets/images/choosing/bg_choosing02_pc.jpg") no-repeat bottom center / 100%;
}

.Content_area .Content_title {
	letter-spacing: 6.6px;
}

.Content_area .Content_title em {
	text-shadow: 2px 2px 0px #0B318F;
	font-weight: 700;
}

.Content_area .Content_title h2 {
	font-size: 10.0rem;
	text-shadow: 3px 3px 0px #0B318F;
	font-family: 'Noto Serif SC', serif;
	letter-spacing: 4.13px;
	margin-top: 20px;
	display: flex;
	align-items: center;
}

.Content_area .Content_title h2 em{
	font-family: 'Roboto', sans-serif;
	font-size: 15.8rem;
	font-style: italic;
	letter-spacing: -5px;
	margin-right: 20px;
}

.Content_area .Content_title h2 span {
	font-size: 5.8rem;
	display: inline-block;
	margin-right: 15px;
}

.Content_area .Content_catch {
	font-family: 'Noto Serif SC', serif;
	text-shadow: 0px 3px 20px #0b318f;
	font-weight: 300;
	margin-top: 40px;
}

.Content_area .Content_catch em {
	font-size: 3.0rem;
}

.Content_area .Content_catch h3 {
	font-size: 4.8rem;
	margin-top: 20px;
}

.Content_area .txt {
	margin-top: 50px;
	line-height: 2.0;
	font-size: 1.8rem;
	text-shadow: 0px 3px 20px #0b318f;
}

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

.Content_area .Content_img p {
	font-family: 'Noto Serif SC', serif;
	font-size: 4.0rem;
	font-weight: 300;
	text-shadow: 0px 3px 0px rgba(11, 49, 143, 0.3);
	margin-top: 20px;
}

.Content_area .Content_img p em {
	font-size: 3.0rem;
}

@media (max-width: 767px) {
	.Content_area {
		margin-top: 40px;
	}

	.Content_area.thermo .Content_bg {
		background: url("/chinese/whats_mcr/assets/images/choosing/bg_choosing03_sp.jpg") no-repeat top 40px center / 100%,
			url("/chinese/whats_mcr/assets/images/choosing/bg_choosing04_sp.jpg") no-repeat bottom right / 20%;
	}

	.Content_area.only .Content_bg {
		background: url("/chinese/whats_mcr/assets/images/choosing/bg_choosing01_sp.jpg") no-repeat top 40px center / 100%,
			url("/chinese/whats_mcr/assets/images/choosing/bg_choosing02_sp.jpg") no-repeat bottom right / 20%;
	}

	.Content_area .Content_bg {
		padding-top: 80px;
		padding-bottom: 80px;
		background: url("/whats_mcr/assets/images/choosing/bg_choosing01_sp.jpg") no-repeat top 40px center / 100%,
			url("/chinese/whats_mcr/assets/images/choosing/bg_choosing02_sp.jpg") no-repeat bottom right / 20%;
	}

	.Content_area .Content_title {
		text-align: center;
		letter-spacing: 2.6px;
	}

	.Content_area .Content_title h2 {
		font-size: 6.0rem;
		letter-spacing: 0;
		display: block;
		text-align: center;
		line-height: 1.2;
	}

	.Content_area .Content_title h2 span {
		font-size: 3.0rem;
		text-shadow: 2px 2px 0px #0B318F;
		vertical-align: middle;
		margin-bottom: 0;
		margin-right: 10px;
	}

	.Content_area .Content_title h2 img {
		max-width: calc(48vw - 15px);
		margin-left: 0;
	}

	.Content_area .Content_catch {
		margin-top: 30px;
	}

	.Content_area .Content_catch em {
		font-size: 2.0rem;
	}

	.Content_area .Content_catch h3 {
		font-size: 3.0rem;
		margin-top: 10px;
	}

	.Content_area .txt {
		margin-top: 40px;
		line-height: 2.0;
		font-size: 1.6rem;
	}

	.Content_area .Content_img {
		margin-top: 40px;
	}

	.Content_area .Content_img p {
		font-size: 3.0rem;
		letter-spacing: -1px;
	}

	.Content_area .Content_img p em {
		font-size: 2.0rem;
		letter-spacing: 0;
	}

	.Content_area.only .Content_title h2 span {
		margin: 0;
	}
	.Content_area .Content_title h2 em{
		font-size: 9.0rem;
		margin-right: 5px;
		letter-spacing: -2px;
	}
	
	
}

@media (orientation: landscape) and (max-width: 926px) {
	main {
		background: url(/chinese/whats_mcr/assets/images/choosing/bg_main_choosing_sp.jpg) no-repeat #000211 top -120px center/100%;
	}

	.MainVisual {
		height: 470px !important;
	}

	.PageLink {
		margin: 0;
		padding-top: 20px;
		background: #000211;
	}

	.PageLink .l-container {
		padding: 0;
	}

	.PageLink li {
		width: 80%;
		margin: auto;
	}

	.PageLink li a {
		display: block;
	}

	.PageLink li a img {
		width: 100%;
	}
}
