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

  BASE

----------------------------------------------------- */

body {
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 1.7;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width: auto;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: .15s;
}

.inner1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.sec01 {
	background: #eeece8;
}

.sec01 p {
	width: 90%;
	margin: 20px auto;
	color: #736357;
	text-align: center;
}

.sec02 {
	background: #eeece8;
	padding-bottom: 30px;
	text-align: center;
}

.sec02 video {
	width: 90%;
	display: block;
	margin: 0 auto;
}