/*--------------------------------------------------------
　共通style
--------------------------------------------------------*/
#story_2 .title_img {
	position: absolute;
	width: 14.9%;
	max-width: 204px;
	top: 40px;
	right: 70px;
	z-index: 1
}
#story_2 .main_area {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 86.5%;
	margin: 0 auto;
	max-width: 157vh;
	position: relative;
	height: 100vh;
}
#story_2 .main_area p {
	color: #000;
	font-weight: 400;
}
#story_2 .left_area {
	width: 49%;
	margin-right: 5.5%;
}
#story_2 .left_area .title_01 {
	position: relative;
	width: 97%;
}
#story_2 .left_area .title_eff {
	position: absolute;
	right: -11%;
	width: 8.5%;
	top: -46%;
}
#story_2 .left_area .text_01 {
	margin-top: 15px;
	width: 100%;
	margin: 0 auto 0;
}
#story_2 .left_area .text_01 p {
	font-size: 16px;
	line-height: 1.75;
	margin-top: 1em;
}
#story_2 .left_area .text_01 p.info {
	font-size: 12px;
	margin-top: 1em;
}
#story_2 .left_area .text_01 h4 {
	font-size: 18px;
	font-weight: 700;
	color: #64c86c;
	margin: 1em 0 .5em;
}
#story_2 .left_area .subttl {
	margin-left: -22.3%;
	margin-bottom: 20px;
}
#story_2 .right_area {
	width: 51%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#story_2 .right_area .title_01 {
	position: relative;
	width: 100%;
}
#story_2 .right_area .title_eff {
	position: absolute;
	right: -11%;
	width: 8.5%;
	top: -46%;
}
#story_2 .right_area .text_01 {
	margin-top: 15px;
	width: 100%;
	margin: 1em auto 0;
}
#story_2 .right_area .text_01 p {
	font-size: 16px;
	line-height: 1.85;
	margin-top: 1em;
}
#story_2 .right_area .text_01 p.info {
	font-size: 12px;
	margin-top: 1em;
}
#story_2 .right_area .text_01 h4 {
	font-size: 18px;
	font-weight: 700;
	color: #64c86c;
	margin: 1em 0 .5em;
}
#story_2 .shoulder {
	position: absolute;
	top: 4%;
	right: 5%;
	width: 13.9%;
	max-width: 196px;
	z-index: 2;
}
@media screen and (max-width: 1300px) {
	#story_2 .left_area .text_01 p {
		font-size: 13px;
	}
	#story_2 .right_area .text_01 p {
		font-size: 13px;
	}
}
@media screen and (max-width: 1260px) {
	#story_2 .left_area .text_01 p {
		font-size: 12px;
	}
	#story_2 .right_area .text_01 p {
        font-size: 12px;
    }
	#story_2 .shoulder {
		right: 7%;
    	width: 10%;
	}
}

/*--------------------------------------------------------
　個別style
--------------------------------------------------------*/
#story_2 #scn01 {
	opacity: 1;
	z-index: 501;
	background: url(/book/focal/kushirotown/images/column/bg.jpg) no-repeat center center/ cover;
}
#story_2 #scn03:before, #story_2 #scn04:before, #story_2 #scn05:before, #story_2 #scn06:before, #story_2 #scn07:before {
	position: absolute;
    content: "";
    left: 0;
    top: 0;
	bottom: 0;
    width: 100%;
	height: 100%;
    box-sizing: border-box;
    border-top: 100px solid #bfe3e4;
	border-bottom: 50px solid #bfe3e4;
}

#story_2 #scn01 .main_title {
	width: 40%;
	max-width: 600px;
	position: absolute;
	top: 49%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#story_2 #scn01 .main_title img {
	width: 100%;
}

#story_2 #scn02 {
	background: #083b55;
}
#story_2 #scn02 .main_text {
	width: 50%;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#story_2 #scn02 .main_text>p {
	color: #fff;
}
#story_2 #scn02 .main_text .main_text_item {
	font-size: 18px;
	line-height: 2;
}
#story_2 #scn02 .main_text .credit_text {
	margin-top: 2em;
	font-size: 16px;
	line-height: 1.75;
}
#story_2 #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_2 #scn03 .left_area {
	width: 48%;
	margin-right: 3%;
}
#story_2 #scn03 .left_area .title_01 {
	width: 81%;
}
#story_2 #scn03 .left_area .text_01 {
	width: 87%;
    padding-left: 10%;
}
#story_2 #scn03 .right_area {
	padding-top: 5vh;
	width: 49%;
}
#story_2 #scn03 .right_area .img_01 {
	width: 100%;
}

#story_2 #scn04 .left_area{
	width: 58%;
	margin-right: 5%;
}
#story_2 #scn04 .right_area{
	width: 37%;
	padding-top: 9vh;
}
#story_2 #scn04 .right_area .title_01 {
	width: 60%;
}
#story_2 #scn04 .right_area .text_01{
	width: 100%;
	margin: 0em auto 0;
}

#story_2 #scn05 .left_area {
    width: 46%;
    margin-right: 3%;
	padding-bottom: 8%;
}
#story_2 #scn05 .left_area>div {
	display: flex;
}
#story_2 #scn05 .left_area .title_01 {
	width: 12%;
    margin-right: 6%;
}
#story_2 #scn05 .left_area .title_02 {
	width: 40%;
}
#story_2 #scn05 .left_area .text_01 {
	width: 83%;
	padding-top: 6%;
}
#story_2 #scn05 .right_area{
	width: 51%;
}
#story_2 #scn05 .right_area .img_01 {
	width: 100%;
}
 
#story_2 #scn06 .left_area {
    width: 55%;
	margin-right: 0;
}
#story_2 #scn06 .left_area .img_01 {
	width: 100%;
}
#story_2 #scn06 .right_area {
	width: 45%;
	padding-bottom: 3%;
}
#story_2 #scn06 .right_area .title_01 {
	margin-left: -5%;
	width: 72%;
}
#story_2 #scn06 .right_area .text_01 {
	width: 79%;
    margin-left: 5%;
}

#story_2 #scn07 .left_area {
    width: 47%;
    margin-right: 1%;
	padding-bottom: 8%;
}
#story_2 #scn07 .left_area>div {
	display: flex;
}
#story_2 #scn07 .left_area .title_01 {
	width: 13%;
    margin-right: 6%;
}
#story_2 #scn07 .left_area .title_02 {
	width: 62%;
}
#story_2 #scn07 .left_area .text_01 {
	width: 78%;
	padding-top: 6%;
}
#story_2 #scn07 .right_area{
	width: 52%;
}
#story_2 #scn07 .right_area .img_01 {
	width: 100%;
}

#story_2 #scn08 {
	background: #bfe3e4;
}
#story_2 #scn08 .main_area {
	width: 55%;    
	height: 100%;
	padding: inherit;
}
#story_2 #scn08 .info_outer {
	width: 100%;
  	height: 100%;
	background: url(/book/focal/kushirotown/images/column/bg02.png) no-repeat center center/ 100% auto;
	position: relative;
}
#story_2 #scn08 .info_inner {
	width: 74%;
	position: absolute;
	top: 50%;
	left: 50%;    
	transform: translateX(-50%);
	margin-top: -26%;
}
#story_2 #scn08 .title_01 {
	width: 74%;
    margin: 0 auto;
}
#story_2 #scn08 .title_01 img {
	width: 100%;
}
#story_2 #scn08 .text_01 {
	width: 100%;
    margin: 0 auto;
}
#story_2 #scn08 .info_inner .text_01 p {
	font-size: 18px;
    line-height: 1.875;
    margin: 1.5em auto 2.5em;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    letter-spacing: 1px;
}


@media screen and (max-width: 1300px) {
	#story_2 #scn03:before, #story_2 #scn04:before, #story_2 #scn05:before, #story_2 #scn06:before, #story_2 #scn07:before {
		border-top-width: 80px;
		border-bottom-width: 50px;
	}
	#story_2 #scn08 .info_inner .text_01 p {
		font-size: 14px;
	}
}
@media screen and (max-width: 1260px) {
	#story_2 #scn03:before, #story_2 #scn04:before, #story_2 #scn05:before, #story_2 #scn06:before, #story_2 #scn07:before {
		border-top-width: 60px;
		border-bottom-width: 35px;
	}
	
	#story_2 #scn01 .main_title {
		width: 34%;
	}
	#story_2 #scn02 .main_text .main_text_item {
		font-size: 15px;
	}
	#story_2 #scn03 .left_area .title_01 {
		width: 90%;
	}
	#story_2 #scn05 .left_area {
		padding-bottom: 0;
	}
	#story_2 #scn06 .right_area {
		padding-bottom: 0;
	}
	#story_2 #scn08 .info_inner .text_01 p {
        font-size: 12px;
    }
}