/* ---------------------------【変数】----------------------------- */

:root {
	/* カラーパレット */
	--moji: #666;
	--aqua: #1cb9d0;
	--aqua_usu: #a5e8f2;
	--moji-kage: rgba(179, 179, 179, 0.3);
	--my-rem: calc(1rem + ((1vw - 0.3rem) * 0.6857));
}

/* ---------------------------【グローバル & トップページ】----------------------------- */

html {
	font-size: var(--my-rem);
	font-family: Hiragino Kaku Gothic ProN, sans-serif;
	font-feature-settings: 'pwid';

	line-height: 1.68;
	-webkit-text-size-adjust: 100%;
	/*横画面時不具合対策*/
	-ms-text-size-adjust: 100%;
	/*ms不具合対策*/
	-ms-overflow-style: scrollbar;
	/*リンクタッチ時のグレーのハイライトを無効化*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*横スクロールバー対策 */
	overflow-x: hidden;
	/*ダブルタップ無効化でタッチ速度を速める*/
	touch-action: manipulation;
	-ms-touch-action: manipulation;
	-ms-overflow-style: none;
}

@media (min-width: 1180px) {
	html {
		font-size: 1.3rem;
	}
}

@-ms-viewport {
	width: device-width;
}

body {
	overflow-x: hidden;
	/*横スクロールバー対策*/
	color: var(--moji);
	text-shadow: 0 0 6px var(--moji-kage);
	-webkit-font-smoothing: antialiased;
	/*フォント太さの指定*/
	-moz-osx-font-smoothing: grayscale;
	/*フォント太さの指定*/
	margin: 0;
	text-align: left;
	background-color: black;
}

h1 {
	text-align: center;
}

a {
	color: var(--aqua);
	text-shadow: 0 0 6px hsla(187, 100%, 66%, 0.301);
	text-decoration: none;
}

a:hover {
	color: #a5e8f2;
}

main {
	background-color: white;
	padding: 1em 1em 0;
}

footer {
	text-align: center;
	padding: 0 10px;
	margin-top: 4em;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.footer_div {
	overflow: hidden;
	color: #fff;
	font-size: 0.72em;
	background-color: #333;
	margin: auto -10px;
}

.footer_span {
	font-family: 'icomoon' !important;
	speak: none;
	display: inline-block;
	margin: 0 0.31em;
}

.footer_span:before {
	content: '\e90f';
}

.resp_video {
	margin: 2.1em auto;
	padding-top: 56.25%;
	position: relative;
	width: 80%;
	background-color: black;
}

.vimeo > iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.t-center {
	text-align: center;
}

.b-center {
	margin: 0 auto;
}

.kage {
	box-shadow: 0px 23px 42px -13px rgba(0, 0, 0, 0.4);
}

.over {
	overflow: hidden;
}

.seigen {
	max-width: 1180px;
}

@font-face {
	font-family: 'icomoon';
	src: url('/icomoon.woff2?garoe3') format('woff2'),
		url('/icomoon.woff?garoe3') format('woff');
	font-weight: normal;
	font-style: normal;
}
