html {
	font-size: 62.5%;
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	text-align: center;
}

body {
	--sb-track-color: #232e33;
	--sb-thumb-color: #6b7aaf;
	--sb-size: 8px;
	scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
}

main.contents {
	width: 100%;
	max-width: 500px;
	margin: auto;
}

section {
	width: 90%;
	max-width: 500px;
	margin: 3rem auto
}

h1 {
	font-size: 2rem;
	font-weight: bolder;
	line-height: 1.8;
	margin: 2rem;
}

h2 {
	font-size: 1.4rem;
	line-height: 1.8;
	font-weight: 600;
	margin-bottom: 2rem;
	color: #555;
}

h3{
	font-size: 1.4rem;
	line-height: 1.8;
	font-weight: 600;
	margin: 2rem 0;
	padding-bottom: 1rem;
	border-bottom: 2px solid #6b7aaf;
	text-align: left;
}

.app_icon {
	width: 100%;
	max-width: 200px;
	border: 3px solid #ddd;
	border-radius: 15%;
}

section.store_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background-color: #efefef;
	width: 100% !important;
}

section.store_link figure {
	width: 40%;
	height: auto;
	margin: 3rem auto;
}

section.store_link figure img {
	max-width: 200px;
}

section.store_link figure a:hover{
	opacity: 0.7;
}

section.app_text p {
	font-size: 1.3rem;
	line-height: 1.8;
	justify-content: space-between;
	margin: 0 auto 2rem auto;
	text-align: left;
}

section.app_thum {
	margin-top: -1rem;
}

section.app_thum ul {
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
	display: flex;
}


section.app_thum ul::-webkit-scrollbar {
	width: var(--sb-size);
}

section.app_thum ul::-webkit-scrollbar {
	height: 8px;
}

section.app_thum ul::-webkit-scrollbar-track {
	background: var(--sb-track-color);
	border-radius: 10px;
}

section.app_thum ul::-webkit-scrollbar-thumb {
	background: var(--sb-thumb-color);
	border-radius: 10px;
}

section.app_thum ul li {
	margin: 0 0.5%;
	width: 25%;
	min-width: 200px;
	box-sizing: border-box;
}

section.app_thum ul li img{
	width: 100%;
}


footer a {
	color: #FF0;
}


/*配信終了アプリページCSS*/
.stoplist p {
	font-size: 1.2rem;
	line-height: 1.8;
	margin-bottom: 2rem;
}

.appstop{
	background-color: #f0f0f0;
	padding: 1.5rem 0;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	margin: 0 auto;
	max-width: 100%;
}

.appstop li {
	margin: 0 0.75rem 1.25rem 0.75rem;
	width: 20%;
	max-width: 100px;
	font-weight: 600;
	text-align: center;
}

.appstop img {
	width: 100%;
	box-sizing: border-box;
	border-radius: 2rem;
	border: 3px #FFF solid;
}
