html {
    scroll-behavior: smooth;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
body {
	display: flex;
	position: relative;
}
/*.pc {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100vh;
}
.pc h1 {
	font-size: 2.2rem;
	font-weight: 900;
	color: #F0A;
	margin-bottom: 2rem;
	text-align: center;
}
.pc p {
	font-size: 1.2rem;
	font-weight: bold;
	color: #F0A;
	margin-bottom: 1rem;
	line-height: 1.6rem;
	text-align: center;
}
.pc p:last-child img {
	width: 220px;
}*/
.sp {
	width: 375px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.pc_left, .pc_right {
	width: calc(calc(100% - 375px) / 2);
	height: 100vh;
}
.pc_left {
	position: fixed;
	left: 0;
	top: 0;
	background-color: #d0e7d2;
	background-image: url("../images/cha01@2x.png"), url("../images/cha02@2x.png"), url("../images/cha03@2x.png"), url("../images/cha04@2x.png"), url("../images/cha05@2x.png"), url("../images/left_bg@2x.png");
	background-position: top 20% right 30%, top 38% left 30%, top 56% right 30%, top 71% left 30%, bottom 5% center, center top;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 25%, 22%, 25%, 25%, 25%, contain;
}
.pc_left .co-logo {
	padding-top: 25px;
	text-align: center;
}
.pc_left .co-logo img {
	width: 80%;
	max-width: 190px;
}
.pc_right {
	position: fixed;
	top: 0;
	right: 0;
	background-color: #d0e7d2;
	background-image: url("../images/cha06@2x.png"), url("../images/cha07@2x.png"), url("../images/cha08@2x.png"), url("../images/cha09@2x.png"), url("../images/cha10@2x.png"), url("../images/right_bg@2x.png");
	background-position: top 20% left 30%, top 38% right 30%, top 56% left 30%, top 75% right 30%, bottom 5% center, center top;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 22%, 22%, 22%, 28%, 25%, contain;
}
img {
	width: 100%;
	height: auto;
}
@media screen and (max-width:767px) {
	body {
		display: block;
		position: static;
	}
	.pc_left, .pc_right {
		display: none;
	}
	.sp {
		display: block;
		width: 100%;
		position: static;
		transform: none;
	}
}
	#title_navi, #sale  {
		background-color: #ec7e95;
	}
	#topic, #chara, footer {
		background-color: #57bec2;
	}
	#title_navi {
		padding-bottom: 1rem;
	}
	#title_navi nav ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 5px;
	}
	#title_navi nav ul li {
		width: 43.8%;
	}
	#topic {
		position: relative;
	}
	#topic a {
		display: block;
		width: 38%;
		margin: 0 auto;
		position: absolute;
		left: 50%;
		bottom: 8%;
		transform: translateX(-50%);
	}
	#sale {
		padding-bottom: 4rem;
	}
	#sale h2 {
		margin-bottom: 10px;
	}
	#sale figure {
		text-align: center;
		margin-bottom: 8%;
	}
	#sale figure img {
		width: 89%;
	}
	#sale p {
		text-align: center;
	}
	#sale p a {
		display: inline-block;
		width: 60%;
		text-align: center;
		background-color: #ffd23c;
		padding: 0.8rem 0;
		font-size: 1rem;
		font-weight: bold;
		color: #2a9daf;
		border-radius: 30px;
		position: relative;
	}
	#sale p a::before {
		content: '';
		display: block;
		width: 42%;
		height: 0;
		padding-top: 77%;
		background-image: url("../images/flyer_btn_plus.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translate(-60%, -50%);
		z-index: 1;
	}
	#chara ul {
		padding: 40px 0 50px;
	}
	#chara ul li:not(:last-child) {
		margin-bottom: 40px;
	}
	#airaction {
		background-color: #ffe228;
	}
	#airaction figure {
		padding: 20px 0 40px;
		text-align: center;
	}
	#airaction figure img {
		width: 90%;
	}
	footer {
		padding: 2rem 0 1rem;
		background-image: url("../images/footer_bg_u.png"), url("../images/footer_bg_o.png");
		background-repeat: no-repeat, no-repeat;
		background-position: center top, center bottom;
		background-size: contain, contain;
	}
	footer figure {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 5%;
		margin-bottom: 1rem;
	}
	footer figure img {
		width: 19%;
	}
	footer figure figcaption {
		font-size: 0.9rem;
		font-weight: 900;
		color: #FFF;
		white-space: nowrap;
		line-height: 1.2rem;
	}
	footer .get_appli {
		display: flex;
		justify-content: center;
		gap:8%;
		margin-bottom: 1rem;
	}
	footer .get_appli li:first-child {
		width: 24%;
	}
	footer .get_appli li:last-child {
		width: 30%;
	}
	footer p.note {
		font-size: 0.6rem;
		color: #FFF;
		width: 70%;
		margin: 0 auto;
		text-indent: -0.6rem;
		padding-left: 0.6rem;
		line-height: 0.9rem;
	}
	footer p.note::before {
		content: '※';
		display: inline;
	}
	footer p.note:nth-of-type(2) {
		margin-bottom: 3rem;
	}
	footer .logo {
		display: block;
		width: 45%;
		margin: 0 auto;
	}
}