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


/* -------------------------------------
webフォント
------------------------------------- */

@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?6071163');
  src: url('font/fontello.eot?6071163#iefix') format('embedded-opentype'),
       url('font/fontello.woff?6071163') format('woff'),
       url('font/fontello.ttf?6071163') format('truetype'),
       url('font/fontello.svg?6071163#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}


html {
  font-size: 62.5%;
  font-family: sans-serif;
}

body {
  width: 100%
  color: #333;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}

img {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

.logo {
  height: 100vh;
  background: -webkit-linear-gradient(top,  rgba(183,234,252,1) 0%,rgba(255,255,255,0.4) 60%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom,  rgba(183,234,252,1) 0%,rgba(255,255,255,0.4) 60%,rgba(255,255,255,0) 100%);
  position: relative;
}

.town {
	width: 100vw;
	z-index: 1;
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}

.people {
	width: 60%;
	z-index: 2;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}

.movie {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 72px;
}
.bg {
	background-color: rgba(240,240,240,1)
}

.movie0 {
	width: 45%;
	margin-bottom: 48px;
}

section {
  padding: 10px;
  margin: 0;
}

ul li {
	display: inline;
	height: auto;
	margin: 0 auto;
  }

iframe {
	width: 100%;
  }

@media screen and (max-width: 1080px) { 
    /*　画面サイズ 1080pxまで適用　*/
.movie {
	width: 414px;
	padding-top: 44px;
}
.movie0 {
	width: 100%;
	margin-bottom: 16px;
}

.people {
	width: 70%;
}
	
.logo {
	height: 450px;
}

@media screen and (max-width: 414px) { 
    /*　画面サイズ 414pxまで適用　*/
.movie {
	width: 90%;
	display: block;
	padding-top: 24px;
}
.movie0 {
	width: 100%;
	margin-bottom: 16px;
}

.people {
	width: 100%;
}
	
.logo {
	height: 250px;
}