@charset "UTF-8";

/*//////////////////////////////////////////////////////////////
	layout
//////////////////////////////////////////////////////////////*/

/*=======================================================
	body
=======================================================*/
body {
}

#bg_body_01 {
	background: url(../img/bg_img_01.jpg) 10% 0 no-repeat;
	background-size: cover;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	padding-bottom: 108px;
	opacity: 0.5;
}

#bg_body_02 {
	background: url(../img/bg_img_03.jpg) 68% 0 no-repeat;
	background-size: cover;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	padding-bottom: 108px;
	opacity: 0.6;
}

/*=======================================================
	container
=======================================================*/
#container {
}

/* btn_sns_area */
#btn_sns_area {
	position: absolute;
	right: 150px;
	top: 10px;
	z-index: 10;
}

/* fb_btn_area */
#fb_btn_area {
	text-align: right;
	float: right;
	margin-right: 10px;
}

#fb_btn_area span {
	vertical-align: top !important;
}

/* tw_btn_area */
#tw_btn_area {
	text-align: right;
	float: right;
}

/* gnavi_area */
#gnavi_area {
	top: 0;
}

/*=======================================================
	common
=======================================================*/
section {
	width: 1200px;
	margin: 0 auto;
}

table {
	width: 90%;
	margin: 0 auto;
}

table th {
	background: #222;
	color: #FFF;
	padding: 2em;
	width: 25%;
	border: 2px solid #222;
}

table td {
	background: #FFF;
	color: #222;
	padding: 2em;
	border: 2px solid #222;
	text-align: left;
}

.btn {
}

.btn a {
	border: 3px solid #FFF;
	text-decoration: none;
	padding: 10px 5em;
	border-radius: 5px;
}

/*=======================================================
	logo_area
=======================================================*/
#logo_area {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	background: url(../img/bg.jpg) 50% 0 repeat-y;
	background-attachment: fixed;
	position: relative;
    overflow: hidden;
}

#logo_area h1 {
	height: 371px;
	width: 100%;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/logo.png) 50% 50% no-repeat;
	background-size: contain;
	margin-bottom: 5px;
	animation: steam_logo 3s linear;
    transition: all 1s; 
}

#logo_area h2 {
	height: 65px;
	width: 100%;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/date.png) 50% 50% no-repeat;
	background-size: contain;
	margin-bottom: 20px;
	animation: steam_logo 3s linear;
    transition: all 1s; 
}

#logo_area h3 a {
	height: 75px;
	width: 100%;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/fod.png?0225) 50% 50% no-repeat;
	background-size: contain;
	animation: steam_logo 3s linear;
    transition: all 1s; 
}

.steam01 {
    position: absolute;
    z-index: 2;
    top: 400px;
    left: 0px;
    animation: steam_up 20s infinite linear;
    transition: all 1s; 
}

.steam02 {
    z-index: 3;
    position: absolute;
    top: 400px;
    left: 50px;
    animation: steam_up 30s infinite linear;
    transition: all 1s;
}


/*=======================================================
	about_area
=======================================================*/
#about_area {
	height: 90vh;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}

#about_area h3 {
	margin-bottom: 30px;
	text-shadow: 1px 1px 5px #000;
}

#about_area p {
	width: 70%;
	margin: 0 auto 30px;
	line-height: 2em;
	text-shadow: 1px 1px 5px #000;
}


/*=======================================================
	cast_area
=======================================================*/
#cast_area {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	background: url(../img/bg_img_02.jpg) 46% 50% no-repeat fixed;
	background-size: cover;
}

.cast_mask {
	height: 100%;
	width: 100%;
	background: rgba(68,39,23,0.3);
}

#cast_area ul {
	padding: 50px 0;
}

#cast_area ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}

#cast_area ul li:last-child {
	margin-bottom: 0;
}

.img_right {
	flex-direction:row-reverse;
}

.img_box {
	width: 30%;
	margin-right: 2%;
}

.img_box img {
	width: 100%;
	max-width: 400px;
	border-radius: 5px;
}

.img_right .img_box {
	margin-left: 2%;
	margin-right: 0;
}

.text_box {
	width: 68%;
	text-align: left;
	text-shadow: 1px 1px 5px #000;
}

.text_box h2 {
	margin-bottom: 30px;
}

.text_box p {
	line-height: 2em;
}

.img_right .text_box {
	text-align: right;
}

/*=======================================================
	img_area
=======================================================*/
#img_area {
	height: 90vh;
}


/*=======================================================
	sns_area
=======================================================*/
#sns_area {
	background: url(../img/bg.jpg) 50% 0 repeat-y fixed;
	background-size: cover;
	padding: 50px 0;
}

.icon_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
}

.icon_list li {
	margin: 0 10px;
}


/*=======================================================
	footer
=======================================================*/
#footer {
	width: 100%;
	background: #442717;
}

#footer p {
	text-align: center;
	line-height: 180px;
	margin-bottom: 0;
}

#footer p a {
	text-decoration: none;
	color: #FFF;
}

/*=======================================================
	pagetop_area
=======================================================*/
#pagetop_area {
	position: fixed;
	bottom: 0px;
	right: 0px;
}

#pagetop_area a {
	width: 120px;
	height:120px;
	display: block;
}

/*=======================================================
	keyframes
=======================================================*/
@keyframes steam_logo {
	0% {
		filter: blur(30px);
		opacity: 0;
	}
	100% {
		filter: blur(0px);
		opacity: 1;
	}
}

@keyframes steam_up {
	0% {
		filter: blur(10px);
		transform: rotateY(0deg);
		transform: scale(1, 1);
		opacity: 0;
		top: 400px;
	}
	13% {
		opacity: 0.2;
	}
	33% {
		opacity: 0.4;
		transform: rotateY(40deg);
		transform: scale(0.6, 1.2);
	}
	66% {
		transform: rotateY(2deg);
		transform: scaleY(1.2, 0.4);
	}
	100% {
		filter: blur(16px);
		transform: rotateY(50deg);
		transform: scaleY(1.4, 1.2);
		opacity: 0;
		top: -400px;
	}
}