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

/* =======================================================================
	ヘッダー <header>~</header>内部
   ======================================================================= */
/* =======================================================================
	全体(ページ全体の共通設定)
   ======================================================================= */
#page-top {
	z-index: 1000;
	position: fixed;
	display: none ;
}
#page-top img {
	width: 100%;
}


/* マーク */
#page-top a:after {
	transition: all .1s;
	position: absolute;
	display: block;
}

/* マウスオーバー */
#page-top a:hover {
	opacity: 0.7
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* リストマーカー非表示（表示する場合は個別に設定） */
	list-style: none;
}

body {
	user-select: none;
	/* スマホ回転対策 */
	-webkit-text-size-adjust: 100%;
	/* iphoneX対策 */
	background-color: #000000;
}

img {
	/* 画像枠線非表示（IE対策・表示する場合は個別に設定） */
	border: none;
}

header,main,footer {
	/* iPhoneX対策 */
	/* セーフエリア制御 */
	padding-right: constant(safe-area-inset-right);
	padding-left: constant(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
	padding-left: env(safe-area-inset-left);
}

/* ------------------------------------------------------------------
	文字設定
   ------------------------------------------------------------------ */

body,body a {
	font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-size: 15px;
	letter-spacing: 0.7px;
	line-height: 26px;
	text-decoration: none;
}
  /* =======================================================================
	メイン <main>~</main>内部
   ======================================================================= */

main {
	width: 100%;
	/* <main>タグにブロック属性付与（IE対策） */
	display: block;
	/* 高さの最低値 */

	/*背景*/
	background-color: #000000;
	background-position: center bottom;
	background-repeat: no-repeat;
	

	color: #FFFFFF;
	text-align: center;
}


.sec-st-top {
	text-align: center;
	background-repeat:repeat;
	background-size: 10%;
	padding-bottom:  8vw;
	margin-right:  auto;
	margin-left:  auto;
}

.sec-main {
	margin-top: -1vh;
	background-repeat:repeat;
	background-size: 10%;
}

.sec-scrn{
	margin-top: 4vw;
	margin-bottom: 4vw;
}

.sec-scrn img {
	width: 90vw;
	max-width: 1143px;
}

.section iframe {
	display: block;
	margin: 0 auto;
}


/* ------------------------------------------------------------------
	hover
   ------------------------------------------------------------------ */

a img:hover {
	opacity: 0.7;
}
a span:hover {
	opacity: 0.7;
}

/* =======================================================================
	フッター <footer>~</footer>内部
   ======================================================================= */
footer {
/* 高さの最低値 */
	margin-top: -1vh;
	background-repeat:repeat;
	background-size: 10%;
	min-height: 60vh;
	background-color: #000000;
	color: #FFFFFF;
}

.foot-other-logo div{
	display: table-cell;
}

.foot-other-logo img{
	padding: 0.8vw;
}



.foot-last-moji a{
	color: #FFFFFF;
}

