#home-top {
	position: relative;
	width: 100%;
	height: 100vh;
}

#home-top h2, #home-top h1, #home-top h3 {
	position: absolute;
	z-index: 5;
	margin: 0;
	color: rgba(128, 128, 128, .9);
	text-shadow: 1px 1px 5px #404040;
}

#home-top h2 {
	top: 10vh;
	left: 12vw;
	font-size: 6vw;
}

#home-top h1 {
	right: 12vw;
	bottom: 10vh;
	font-size: 10vw;
}

#home-top h3 {
	bottom: 10vh;
	left: 10vw;
	font-size: 5vw;
}

#home-top img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 60vw;
	height: 40vw;
}

/*終了あいさつ*/
#thanks {
	opacity: 0;
	width: 60%;
	margin: auto;
	margin-top: 5rem;
	margin-bottom: 5rem;
	font-size: 1.2rem;
	text-align: center;
	transition: 2s;
}

#thanks h1 {
	margin: auto;
}

#thanks p {
	margin: 3rem 0;
	text-align: left;
}

#thanks .title-jp {
	margin: 0;
	text-align: center;
}

/* container */
.container {
	opacity: 0;
	position: relative;
	transition: 2s;
}

.container img, .container iframe {
	position: absolute;
}

.container-content {
	position: absolute;
	width: 40vw;
}

.content-title {
	margin: 0;
	font-size: 4rem;
	line-height: 90%;
}

.content-text {
	margin: 2rem 0 0 1rem;
	font-size: 1.2rem;
}

.content-text h2 {
	font-size: 2rem;
}

/* each-containers */

/* container-theme */
#theme {
	height: 60vw;
}

#theme img {
	top: 5vw;
	right: 5vw;
	width: 30vw;
}

#theme-C {
	top: 10vw;
	left: 10vw;
}

#theme h2 {
	font-size: 5rem;
	text-align: center;
}

/* container-format */
#format {
	height: 40vw;
}


#format img:nth-child(1) {
	top: 5vw;
	left: 5vw;
	width: 20vw;
}

#format img:nth-child(2) {
	top: 20vw;
	left: 20vw;
	width: 20vw;
}

#format-C {
	top: 10vw;
	right: 5vw;
}

#format h2 {
	font-size: 3rem;
	text-align: center;
}

/* container-date */
#date {
	height: 40vw;
}

#date img {
	top: 5vw;
	right: 0;
	width: 40vw;
}

#date-C {
	top: 10vw;
	left: 10vw;
}

#date h2 {
	font-size: 3rem;
}

#date-C a {
	padding: .5rem 1rem;
	border-bottom: 1px solid black;
	font-size: 1.5rem;
}

/* container-date */
#flyer {
	height: 40vw;
}

#flyer iframe {
	left: 5vw;
	width: 50vw;
	height: 30vw;
	border: none;
}

#flyer-C {
	top: 5vw;
	right: 5vw;
	width: 30vw;
}

#flyer-C a {
	display: block;
	width: 70%;
	margin: auto;
	margin-top: 3rem;
	padding: 1rem;
	border: 1px solid black;
	color: black;
	font-size: 1rem;
	text-align: center;
	transition: .5s;
}

#flyer-C a:hover {
	background: black;
	color: white;
}

/* レスポンシブデザイン */
@media screen and (max-width: 1200px) {
	#date h2 {
		font-size: 2rem;
	}

	#home-top h2 {
		top: 15vh;
		left: 12vw;
		font-size: 8vw;
	}

	#home-top h1 {
		right: 12vw;
		bottom: 15vh;
		font-size: 13vw;
	}

	#home-top h3 {
		bottom: 15vh;
		left: 15vw;
	}
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 770px) {
	#home-top img {
		width: 100%;
		height: 40vh;

		-o-object-fit: cover;
		   object-fit: cover;
	}

	#home-top h2 {
		top: 15vh;
		left: 12vw;
		font-size: 15vw;
	}

	#home-top h1 {
		right: 12vw;
		bottom: 15vh;
		font-size: 20vw;
	}

	#home-top h3 {
		bottom: 5vh;
		left: 5vw;
		font-size: 8vw;
	}

	#thanks {
		width: 80%;
	}

	#thanks h1, #thanks .title-jp {
		margin: auto;
		text-align: left;
	}

	.content-text {
		margin: 0 0 0 1rem;
	}

	/* theme */
	#theme {
		height: 200vw;
	}

	#theme img {
		top: 50vw;
		right: 50%;
		transform: translateX(50%);
		width: 70vw;
	}

	#theme-C {
		left: 50%;
		transform: translateX(-50%);
		width: 80vw;
	}

	#theme-C .content-text {
		margin: 105vw 0 0 0;
	}

	/* format */
	#format {
		height: 200vw;
	}

	#format img:nth-child(1) {
		top: 5vw;
		left: 0vw;
		width: 60vw;
	}

	#format img:nth-child(2) {
		top: 60vw;
		right: 0vw;
		left: initial;
		width: 60vw;
	}

	#format-C {
		top: 110vw;
		right: 50%;
		transform: translateX(50%);
		width: 80vw;
	}

	#format-C .content-text h2 {
		text-align: center;
	}

	/* date */
	#date {
		height: 110vw;
	}

	#date img {
		top: 0;
		right: 0;
		width: 100%;
		height: 40vw;

		-o-object-fit: cover;
		   object-fit: cover;
	}

	#date-C {
		top: 45vw;
		left: 50%;
		transform: translateX(-50%);
		width: 80vw;
	}

	/* flyer */
	#flyer {
		height: 110vw;
	}

	#flyer iframe {
		top: 25vw;
		left: 50%;
		transform: translateX(-50%);
		width: 80vw;
		height: 60vw;
	}

	#flyer-C {
		right: 50%;
		transform: translateX(50%);
		width: 80vw;
	}

	#flyer-C a {
		margin-top: 70vw;
	}
}

@media screen and (max-width: 480px) {
	#theme h2 {
		margin: 0;
		font-size: 4rem;
	}
}