/*--------------------------------------------------------
　共通style
--------------------------------------------------------*/
#story_1 .scn_set {
	background: #fff;
}
#story_1 .title_img {
	position: absolute;
	width: 9.5%;
	max-width: 180px;
	top: 4%;
	right: 5%;
	z-index: 1;
}
#story_1 .title_img img {
	width: 100%;
}
#story_1 .main_area {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	width: 84%;
	margin: 0 auto;
	max-width: 156vh;
	position: relative;
	height: 100vh;
}
#story_1 .main_area p {
	color: #083b55;
	font-weight: 400;
}
#story_1 .left_area {
	width: 38.5%;
	margin-right: 3.5%;
	margin-top: 16vh;
}
#story_1 .left_area .text_01 {
	margin-top: 15px;
	width: 96%;
	margin: 18px auto 0;
}
#story_1 .left_area .text_01 p {
	font-size: 15px;
	line-height: 1.85;
}
#story_1 .left_area .text_01 p.info {
	font-size: 13px;
	line-height: 1.66;
	margin-top: 2em;
}
#story_1 .center_area .text_01 p.info {
	font-size: 13px;
	line-height: 1.66;
	margin-top: 2em;
}
#story_1 .right_area .text_01 p.info {
	font-size: 13px;
	line-height: 1.66;
	margin-top: 2em;
}
#story_1 .left_area .text_01 p.info .bold{
	font-weight: 700;
}
#story_1 .left_area .text_01 .info p {
	font-size: 13px;
	line-height: 1.66;
}
#story_1 .left_area .text_01 .info_flex {
	font-size: 13px;
	line-height: 1.66;
	margin-top: 2em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#story_1 .left_area .text_01 .info_flex p.info {
	font-size: 13px;
	line-height: 1.66;
	margin-top: 0em;
	width: 47%;
}
#story_1 .left_area .text_01 .info_flex p.info_title {
	font-size: 13px;
	line-height: 1.66;
	margin-top: 0em;
	width: 100%;
}
#story_1 .center_area {
	width: 27.8%;
	margin-top: 21.2vh;
}
#story_1 .right_area {
	width: 59%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
#story_1 .right_area>div {
	position: relative;
}
#story_1 .right_area .img_01 img {
	vertical-align: bottom;
}
#story_1 .text_credit p {
	position: absolute;
	font-size: 12px;
}
@media screen and (max-width: 1300px) {
	#story_1 .title_img {
		top: 5%;
		right: 6%;
	}
	#story_1 .left_area .text_01 {
		margin-top: 10px;
	}
	#story_1 .left_area .text_01 p {
		font-size: 12px;
	}
	#story_1 .left_area .text_01 p.info {
		font-size: 12px;
	}
}
@media screen and (max-width: 1120px) {
	#story_1 .left_area {
		margin-top: 5vh;
	}
	#story_1 .left_area .text_01 p.info {
		font-size: 10px;
		margin-top: 15px;
	}
}


.line_area p {
	font-family: "Noto Serif TC", serif;
	font-weight: 600;
}

/*--------------------------------------------------------
　個別style
--------------------------------------------------------*/
#story_1 #scn01 {
	background: url(/book/focal/kushirotown/images/trip/bg.jpg) no-repeat center center/ cover;
}
#story_1 #scn03 {
	background: url(/book/focal/kushirotown/images/trip/bg_ex.jpg) no-repeat center center/ cover;
}
#story_1 #scn04 {
	background: url(/book/focal/kushirotown/images/trip/bg01.jpg) no-repeat center center/ cover;
}
#story_1 #scn08 {
	background: url(/book/focal/kushirotown/images/trip/bg02.jpg) no-repeat center center/ cover;
}
#story_1 #scn10 {
	background: url(/book/focal/kushirotown/images/trip/column_bg.jpg) no-repeat top center/ cover;
}
#story_1 #scn13 {
	background: url(/book/focal/kushirotown/images/trip/bg03.jpg) no-repeat center center/ cover;
}

#story_1 #scn01 {
	opacity: 1;
	z-index: 501;
}
#story_1 #scn01 .logo_img {
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
}
#story_1 #scn01 .title_img {
	width: 14%;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
}
#story_1 #scn01 .main_title {
	width: 40%;
    max-width: 570px;
    position: absolute;
    top: 17.2%;
    right: 9.5%;
}
#story_1 #scn01 .img_01 {
	width: 10%;
    max-width: 190px;
    position: absolute;
    top: 61%;
    left: 24%;
}
#story_1 #scn01 .line_area {
	position: absolute;
	top: 15%;
    left: 14%;
}
#story_1 #scn01 .line_area p {
	margin: 0 7px;
}
#story_1 #scn01 .line_area p span {
	color: #000;
	font-size: 24px;
	letter-spacing: 2px;
}
@media screen and (max-width:1300px) {
	#story_1 #scn01 .main_title {
		width: 32%;
	}
	#story_1 #scn01 .line_area p span {
		font-size: 20px;
		padding: 9px 5px;
	}
}
@media screen and (max-width: 1120px) {
	#story_1 #scn01 .line_area p span {
        font-size: 16px;
	}
}

#story_1 #scn02 {
	background: #083b55;
}
#story_1 #scn02.popup::after {
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.4);
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#story_1 #scn02 .schedule {
	position: absolute;
	width: 9%;
	right: 100px;
	bottom: 10%;
	cursor: pointer;
}
#story_1 #scn02 .main_text {
	width: 50%;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#story_1 #scn02 .main_text>p {
	color: #fff;
}
#story_1 #scn02 .main_text .main_text_item {
	font-size: 18px;
	line-height: 2;
}
#story_1 #scn02 .main_text .credit_text {
	margin-top: 2em;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.75;
}
#story_1 #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_1 #scn03 .info_area {
	width: 780px;
	height: 470px;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: url(/book/focal/kushirotown/images/trip/info_area_bg.png) no-repeat center center/cover;
	padding: 30px 80px;
	box-sizing: border-box;
	z-index: 1;
}
#story_1 #scn03 .info_area .title_01 h3 {
	width: 82%;
	max-width: 524px;
    margin: 0 auto 10px;
}
#story_1 #scn03 .info_area .title_01 h3 img {
	width: 100%;
}
#story_1 #scn03 .info_area .text_01 {
	margin-bottom: 30px;
}
#story_1 #scn03 .info_area .text_01 p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}
#story_1 #scn03 .info_area .btn {
	width: 94%;
	max-width: 520px;
	margin: auto;
}

#story_1 #scn04 .large_title_01 {
	width: 21.5%;
    max-width: 330px;
    position: absolute;
    top: 12.5%;
    left: 64%;
}
#story_1 #scn04 .large_title_01 img {
	width: 100%;
}

#story_1 #scn05 .right_area {
	padding-top: 5vh;
}
#story_1 #scn05 .right_area .img_01 {
	width: 100%;
}

#story_1 #scn06 .right_area {
	padding-top: 4.5vh;
}
#story_1 #scn06 .right_area .img_01 {
	width: 100%;
}

#story_1 #scn07 .right_area {
	padding-top: 5vh;
}
#story_1 #scn07 .right_area .img_01 {
	width: 82%;
}

#story_1 #scn08 .large_title_01 {
	width: 15%;
    max-width: 230px;
    position: absolute;
    top: 13.5%;
    left: 68%;
}
#story_1 #scn08 .large_title_01 img {
	width: 100%;
}

#story_1 #scn09 .right_area {
	padding-top: 5vh;
}
#story_1 #scn09 .right_area .img_01 {
	width: 100%;
}

#story_1 #scn10 .left_area .title_01 {
	margin-left: -4%;
	margin-right: 4%;
}
#story_1 #scn10 .left_area p.info span {
	display: block;
	font-weight: 700;
}
#story_1 #scn10 .right_area {
	padding-top: 21vh;
}

#story_1 #scn11 .right_area {
	padding-top: 8vh;
	position: relative;
}
#story_1 #scn11 .right_area .img_01 {
	width: 100%;
}

#story_1 #scn12 .right_area {
	padding-top: 5vh;
}
#story_1 #scn12 .right_area .img_01 {
	width: 100%;
}

#story_1 #scn13 .large_title_01 {
	width: 15%;
    max-width: 230px;
    position: absolute;
    top: 13.5%;
    left: 68%;
}
#story_1 #scn13 .large_title_01 img {
	width: 100%;
}

#story_1 #scn14 .right_area .img_01 {
	width: 100%;
}
#story_1 #scn14 .left_area {
	position: relative;
}
#story_1 #scn14 .left_area .illust_01 {
	position: absolute;
	width: 55%;
    top: 60%;
    right: 0;
    z-index: -1;
}


@media screen and (max-width: 1300px) {
	#story_1 #scn02 .main_text .main_text_item {
		font-size: 16px;
	}
	#story_1 #scn03 .info_area {
		width: 638px;
		height: 385px;
	}
	#story_1 #scn03 .info_area .text_01 p {
		font-size: 13px;
	}
	#story_1 #scn03 .info_area .title_01 h3 {
		width: 70%;
	}
	#story_1 #scn03 .info_area .btn {
		width: 75%;
	}
	#story_1 #scn10 .left_area {
		padding-top: 0;
		margin-top: 13vh;
	}
}
@media screen and (max-width: 1120px) {
	#story_1 #scn02 .main_text .main_text_item {
		font-size: 15px;
	}
	#story_1 #scn02 .main_text .credit_text {
		font-size: 12px;
	}
	#story_1 #scn03 .info_area {
		width: 610px;
        height: 367px;
        padding: 15px 50px 10px;
	}
	#story_1 #scn04 .large_title_01 {
		width: 18%;
	}
	#story_1 #scn08 .large_title_01 {
		width: 14%;
	}
	#story_1 #scn10 .left_area {
		margin-top: 4vh;
	}
	#story_1 #scn13 .large_title_01 {
		width: 13%;
	}
}