@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;700&display=swap');

:root {
	font-size: 16px;
	}

* {
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-style: normal;
	list-style: none;
	vertical-align: top;
	}

body {
	padding: 0 48px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #fff;
	color: #555;
	}

h1 {
	width: 320px;
	margin: 24px auto;
	}

h2 {
	margin: 0 auto;
	font-size: 1.4rem;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	color: #000;
	}

	h2 br {
		display: none;
		}

h3 {
	font-size: 1.5rem;
	}

h3 i {
	display: block;
	font-size: 0.8rem;
	}

h4 {
	margin-top: 32px;
	}

#key-visual {
	display: flex;
	justify-content: center;
	column-gap: 48px;
	width: 100%;
	margin: 72px auto;
	overflow: hidden;
	}

#key-visual img {
	max-height: 400px;
	}

.content {
	display: flex;
	justify-content: center;
	column-gap: 64px;
	text-align: left;
	}

#install {
	width: 640px;
	}

#install ol li {
	list-style-type: decimal;
	}

#install ul li {
	list-style-type: circle;
	}

#install li {
	margin-top: 16px;
	margin-left: 1.6em;
	}

#install img.example {
	margin-top: 16px;
	width: 100%;
	}

#install p {
	margin: 16px 0;
	}

#install a.button {
	display: inline-block;
	padding: 0 24px;
	background-color: #f59292;
	border-radius: 20px;
	color: #fff;
	line-height: 40px;
	text-decoration: none;
	}

#plugin {
	display: block;
	margin-top: 24px;
	border: 3px solid #d1c5e0;
	border-radius: 32px;
	background-color: #fcfaff;
	}

#plugin img.icon {
	float: left;
	width: 96px;
	margin: 8px 16px 16px 16px;
	}

#plugin .ss {
	margin: 16px 24px 24px 24px;
	}

#plugin .ss img {
	width: 100%;
	border-radius: 16px;
	
	}

#plugin p {
	display: flex;
	height: 96px;
	align-items: center;
	margin: 8px 24px 0 0;
	font-weight: bold;
	}

#plugin a.button {
	display: block;
	clear: left;
	width: fit-content;
	margin: auto;
	padding: 0 0 0 24px;
	background-color: #ad8ed5;
	border-radius: 20px;
	color: #fff;
	line-height: 40px;
	text-decoration: none;
	}

#plugin a.button em {
	display: inline-block;
	background-color: rgba(255,255,255,.2);
	border-radius: 12px;
	margin: 8px;
	padding: 0 12px;
	font-size: 80%;
	line-height: 24px;
	}

#plugin h5 {
	margin: 32px 24px 0 24px;
	}

#plugin ol {
	margin: 0 24px 24px 24px;
	overflow: hidden;
	}

#special-thanks {
	white-space: nowrap;
	}

#special-thanks ul {
	padding-top: 32px;
	}

#special-thanks li {
	}

#special-thanks a {
	display: block;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #eee;
	color: #f59292;
	text-decoration: none;
	line-height: 24px;
	}

#special-thanks a:hover {	
	color: #000;
	}

#special-thanks a:hover::before {	
	background-color: #000;
	}

#special-thanks a::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 4px 4px 0 0;
	background-color: #f59292;
	border-radius: 10px;
	}

footer {
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: center;
	align-items: center;
	border-top: 1px dotted #ccc;
	margin-top: 48px;
	padding: 64px 0 64px 0;
	}

footer div.container,
footer a {
	display: flex;
	gap: 8px;
	position: relative;
	text-decoration: none;
	color: inherit;
	}

footer a.lab {
	display: block;
	height: 48px;
	margin-right: 16px;
	text-align: center;
	}

footer a.lab img {
	width: auto;
	height: 100%;
	}

footer a img.icon {
	width: 48px;
	border-radius: 24px;
	}

footer span {
	display: block;
	padding-top: 4px;
	text-align: left;
	}

footer a strong {
	font-size: 0.9rem;
	line-height: 16px;
	text-decoration: underline;
	color: #000;
	}

footer a img.x {
	width: 16px;
	height: 16px;
	}

footer a i {
	display: block;
	white-space: nowrap;
	font-size: 0.9rem;
	line-height: 16px;
	}

footer em {
	display: block;
	font-size: 0.9rem;
	}



/* ////////// over 1440 ////////// */

@media screen and (min-width: 1440px) {

header {
	position: fixed;
	top: 48px;
	left: 0;
	width: 35%;
	padding: 0 0 0 48px;
	box-sizing: border-box;
	}

main {
	margin-left: 35%;
	}

h2 br {
	display: block;
	}

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 35%;
	padding-left: 48px;
	border: none;
	box-sizing: border-box;
	}

footer div.container {
	padding-top: 48px;
	}

footer a.lab {
	margin-top: 8px;
	height: 36px;
	}

}



/* ////////// under 960 ////////// */

@media screen and (max-width: 960px) {

h2 br {
	display: block;
	}

#key-visual {
	display: block;
	position: relative;
	margin: 72px -24px;
	width: auto;
	text-align: right;
	}

#key-visual img#manager {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(20% + 64px);
	max-height: none;
	z-index: 10;
	}

#key-visual img#machine {
	position: relative;
	width: 80%;
	margin-top: 32px;
	max-height: none;
	z-index: 1;
	}

.content {
	flex-direction: column;
	justify-content: center;
	gap: 64px;
	text-align: left;
	}

#install {
	width: auto;
	}

#special-thanks ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	column-gap: 0;
	row-gap: 8px;
	}

#special-thanks li {
	width: 25%;
	}

}



/* ////////// under 768 ////////// */

@media screen and (max-width: 768px) {

#special-thanks li {
	width: 33.33%;
	}

}



/* ////////// under 576 ////////// */

@media screen and (max-width: 576px) {

body {
	padding: 0 24px;
	}

h1 {
	width: 240px;
	margin: 8px auto;
	}

h2 br {
	display: none;
	}

#key-visual {
	margin: 48px -24px;
	}

#key-visual img#manager {
	left: 16px;
	width: calc(20% + 72px);
	}

#key-visual img#machine {
	width: 110%;
	margin-right: -28%;
	}

#plugin img.icon {
	display: block;
	float: none;
	margin: 16px auto;
	}

#plugin p {
	display: block;
	height: auto;
	margin: 0 24px 24px 24px;
	}

#plugin a.button {
	padding: 0 16px;
	}

#plugin a.button em {
	display: none;
	}

#special-thanks li {
	width: 50%;
	}

footer {
	padding-top: 0;
	border: none;
	}

footer div.container {
	flex-direction: column;
	}

footer a.lab {
	margin-bottom: 16px;
	height: 32px;
	text-align: center;
	}

}



/* ////////// under 360 ////////// */

@media screen and (max-width: 360px) {

:root {
	font-size: 14px;
	}

}