/*--------------------------------------------------------
　共通style
--------------------------------------------------------*/
#story_3 .scn_set {
	background: url(/book/focal/asakuchi/images/column2/bg.jpg) no-repeat center center/ cover;
}
#story_3 #scn01 {
	background: url(/book/focal/asakuchi/images/column2/fv_bg.png) no-repeat center center/ cover;
}
#story_3 .title_img {
	position: absolute;
	width: 13.2%;
	max-width: 225px;
  top: 35px;
  right: 70px;
	z-index: 1;
}
#story_3 .main_area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
	-webkit-align-items: center;
	align-items: center;
  width: 84%;
  margin: 0 auto;
  max-width: 153.5vh;
  position: relative;
  height: 100vh;
}
#story_3 .main_box {
  position: relative;
  background: rgba(255, 255, 255, .9);
  border-radius: 20px;
/*
	width: 67.3%;
	max-width: 1150px;
	background: #FFF;
*/
}
#story_3 .main_inner { 
	position: relative;
	display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
	width: 71.3%;
  height: 72.9vh;
  margin: 0 auto;
}
#story_3 .num {
	width: 10.3%;
	max-width: 88px;
	position: absolute;
	left: 0;
	top: -10px;
	margin-left: -15%;
}
#story_3 .main_area p {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #083b55;
	font-weight: 500;
}
#story_3 .left_area {
	width: 43.2%;
/*	margin-top: 4.5vh;*/
}
#story_3 .left_area .title_01 {
	width: 98%;
	margin: 0 auto 0;
}
#story_3 .left_area .text_01 {
/*	width: 96%;*/
	margin: 15px auto 0;
}
#story_3 .left_area .text_01 p {
	font-size: 14px;
	line-height: 1.85;
	font-weight: 600;
}
#story_3 .left_area .text_01 p.info {
	font-size: 12px;
	line-height: 1.66;
	margin-top: 1em;
	width: 108%;
}
#story_3 .right_area {
	width: 45.3%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#story_3 .right_area > div {
	position: relative;
}
#story_3 .right_area .img_01 img {
	vertical-align: bottom;
}
.staff-credit .main_area {
	-webkit-align-items: center;
	align-items: center;
}
.staff-credit {
	text-align: center;
}
.staff-credit .text_01 p {
	font-size: 15px;
	line-height: 1.85;
	color: #083b55;
}
.staff-credit p.bold {
	font-size: 15px !important;
	font-weight: 700 !important;
}
@keyframes car_box {
	0% {
		opacity: 0;
	}
	67% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes car_move {
	0% {
		left: 0%;
		transform: rotate(-2deg);
	}
	2% {
		left: 0%;
		transform: rotate(2deg);
	}
	4% {
		transform: rotate(-2deg);
	}
	6% {
		transform: rotate(2deg);
	}
	8% {
		transform: rotate(-2deg);
	}
	10% {
		transform: rotate(-2deg);
	}
	12% {
		transform: rotate(2deg);
	}
	14% {
		transform: rotate(0deg);
	}
	16% {
		transform: rotate(0deg);
	}
	86% {
		transform: rotate(-2deg);
	}
	88% {
		transform: rotate(-2deg);
	}
	90% {
		transform: rotate(-2deg);
	}
	92% {
		transform: rotate(2deg);
	}
	94% {
		transform: rotate(-2deg);
	}
	96% {
		transform: rotate(2deg);
	}
	98% {
		transform: rotate(0deg);
	}
	100% {
		left: calc(100% - 52px);
	}
}
#story_3 .car_box {
	opacity: 0;
}
#story_3 .active .car_box {
	opacity: 1;
	animation: car_box 1s ease 0s 1 normal forwards;
}
#story_3 .car_box .inner {
	position: absolute;
	top: 21.74%;
	left: 0;
	width: 16%;
	max-width: 220px;
	height: 120px;
	background: #093a56;
	border-radius: 0 60px 60px 0;
}
#story_3 .car_box .min {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 22px;
	width: 160px;
	margin: 20px auto 0;
	line-height: 1.4;
	text-align: center;
	font-family: "Koburina Gothic W6 JIS2004", sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
#story_3 .car_box .min span {
	font-size: 13px;
}
#story_3 .car_box .car_road {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 160px;
	height: 5px;
}
#story_3 .car_box .car_road > img {
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
}
#story_3 .car_box .car {
	position: absolute;
	left: 0;
	bottom: 12px;
	width: 52px;
}
#story_3 .car_box .car img {
	vertical-align: bottom;
}
#story_3 .active .car_box .car {
	animation: car_move 2.0s ease-in-out forwards 1.2s;
	transform: translate(0, 0);
}
#story_3 .schedule-box {
	display: none;
	cursor: pointer;
	width: 100%;
	left: 0;
	position: absolute;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 10;
}
#story_3 .schedule-box a:hover {
	opacity: 1;
}
#story_3 #scn05.popup::after {
	content: "";
	display: block;
	background: #093a56;
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.popup_logo {
	display: none;
}
#story_3 #scn05.popup .logo_img {
	display: none;
}
#story_3 #scn05.popup .title_img {
	display: none;
}
#story_3 #scn05.popup .map_container .map {
	display: none;
}
#story_3 #scn05.popup .schedule {
	display: none;
}
#story_3 #scn05.popup .popup_logo {
	display: block !important;
}
#story_3 #scn05 .schedule {
	position: absolute;
	width: 8.3%;
	right: 3.3%;
	bottom: 11%;
	cursor: pointer;
}
/*--------------------------------------------------------
　個別style
--------------------------------------------------------*/
#story_3 #scn01 {
	opacity: 1;
	z-index: 501;
}
#story_3 #scn01 .main_title {
	width: 33.9%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#story_3 #scn01 .main_text {
	position: absolute;
	display: block;
	width: 33.8%;
	top: 27.6%;
	left: 50%;
	text-align: center;
	margin-left: -16.9%;
}
#story_3 #scn01 .main_text > p {
	color: #000;
}
#story_3 #scn01 .main_text .main_text_item {
	font-size: 14px;
	line-height: 2;
}
#story_3 #scn01 .main_text .credit_text {
	margin-top: 1em;
	font-size: 12px;
	line-height: 2.4;
}
#story_3 .left_area .text_01 .access {
	font-size: 12px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #093a56;
}
#story_3 #scn02 {
	background: #083b55;
}
#story_3 #scn02 .main_text {
	width: 46%;
	position: absolute;
	display: block;
	top: 44.8%;
	left: 48%;
	transform: translate(-50%, -50%);
}
#story_3 #scn02 .main_text > p {
	color: #fff;
}
#story_3 #scn02 .main_text .main_text_item {
	font-size: 20px;
	line-height: 2;
}
#story_3 #scn02 .main_text .credit_text {
	margin-top: 2em;
	font-family: "Koburina Gothic W3 JIS2004", sans-serif;
	font-size: 16px;
	line-height: 1.75;
}
#story_3 #scn02 .main_text .att_text {
	margin-top: 3.3em;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.6;
}
#story_3 #scn03 .img_01 {
	width: 105.9%;
}
#story_3 #scn04 .img_01 {
	width: 144.6%;
	margin-left: -10.3%;
}
#story_3 #scn05 .img_01 {
	width: 119.1%;
	margin-left: -2.6%;
}
#story_3 #scn06 .img_01 {
	width: 137.6%;
	margin-left: -5.2%;
}
#story_3 #scn07 .img_01 {
	width: 142.3%;
	margin-left: -16%;
}