@charset "UTF-8";
/* CSS Document */

/* ------------------------------ SP ------------------------------ */
.pc-only { display: none; }

/* 基本 */
body {
	font-family: 'Roboto','NotoSansJP_subset', sans-serif;
	font-size: calc(25vw / 7.8);
	line-height: calc(34vw / 25);
	font-weight: 400; /* Regular */
	text-align: left;
	font-style: normal;
	font-feature-settings: "palt"; /* 自動カーニング */
	vertical-align: top;
	color: #000;
	background: #fff;
}

a         { transition: all 0.35s ease }
a:link    { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:active  { color: #000; text-decoration: none; }
a:hover   { color: #000; text-decoration: none; opacity: 0.35; }

/* 汎用 */
.wrapper {
	position: relative;
}
p {
	text-align: justify;
	text-justify: inter-ideograph;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
i {
	margin-left: 0.650em;
}

/* ページトップへスクロール */
.pagetop {
	display: none;
	position: fixed;
	right: calc(30vw / 7.8);
	bottom: calc(25.5vw / 7.8);
	width: calc(75vw / 7.8);
	height: calc(75vw / 7.8);
	opacity: 1.0;
	z-index: 9;
}
.pagetop a:hover {
	opacity: 0.5;
}