@charset "UTF-8";

@import url(./margin.css);

/* Base
-------------------------------------------------- */
html {
	font-size: 62.5%;
}
body {
	backface-visibility: hidden;
	background-color: #fff;
	color: #292929;
	font-family: "Noto Sans JP", "Roboto", sans-serif;
	font-feature-settings: "pkna" 1;
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	letter-spacing: 0.025em;
	min-width: 320px;
	overflow-y: scroll;
	shape-rendering: crispEdges;
	stroke-dasharray: 3, 3;
	stroke-opacity: 0.5;
	stroke-width: 0.5px;
	-webkit-text-size-adjust: 100%;
	word-break: normal;
	word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	margin: 0;
}
h2 {
	font-size: 2.8rem;
}
h3 {
	font-size: 2.4rem;
}
h4 {
	font-size: 2.2rem;
}
h5 {
	font-size: 2rem;
}
h6 {
	font-size: 1.8rem;
}
p {
	line-height: 2em;
	text-align: justify;
	text-justify: inter-character;
}
ol,
ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
input,
button,
select,
option,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	cursor: pointer;
	margin: 0;
	outline: none;
	padding: 0;
}
a:link,
a::before,
a::after,
a img,
input[type="image"],
input[type="submit"] {
	color: #333;
	text-decoration: none;
	transition: 0.3s cubic-bezier(0.75, 0, 0.35, 1);
}
a:visited {
	color: #522077;
}
a:hover,
a:hover img,
input[type="image"]:hover {
	color: #dc000c;
	text-decoration: none;
}
a:focus {
	outline: none;
}
button {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
sup {
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	line-height: 1;
	vertical-align: text-top;
	vertical-align: 0;
}

img.fluid-image {
	height: auto;
	max-width: 100%;
}

main {
	background: url(../img/bg_top_main.jpg) center center / cover no-repeat;
	padding: 0 20px;
}

section#comingsoonBase {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	margin: 0;
	overflow: hidden;
	padding: 0;
	scrollbar-width: none;
	width: 100%;
}

.comingsoonContainer {
	margin: 0 40px;
	max-height: 500px;
	max-width: 400px;
	min-width: 240px;
	min-width: 300px;
}

/*--------------------------------------------------
/* PC(over 768px)
-------------------------------------------------- */
@media print, screen and (min-width: 768px) {
	/* Utility
	---------------------------------------------- */
	.pcnone {
		display: none;
	}
	.spnone {
		display: block;
	}
	/*
	---------------------------------------------- */
}
/*--------------------------------------------------
/* PC(over 1120px)
-------------------------------------------------- */
@media screen and (min-width: 1120px) {
	/* Utility
	---------------------------------------------- */
	.pcnone {
		display: none;
	}
	/*
	-------------------------------------------------- */
}
