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

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

body {
	font-family: 'Poppins', 'Noto Sans JP', 'YuGothic', 'Yu Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
}

a {
	color: #333333;
	text-decoration: none;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

.container {
	margin: 100px 10px;
}

.text {
	text-align: center;
}


/* モーダルウィンドウ
 ---------------------------------------------- */

.modaal-container {
	max-width: 800px !important;
}

.window video {
	width: 100%;
}