html {
    scroll-behavior: smooth;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.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 {
	display: none;
}
img {
	width: 100%;
	height: auto;
}
@media screen and (max-width:767px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	#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;
	}
}