/*--------------------------------------------------------
　共通style
--------------------------------------------------------*/

#story_1 .scn_set{
  background: #fff;
}

#story_1 .title_img{
  position: absolute;
  top: 40px;
  right: 70px;
  z-index: 1;
}
#story_1 .title_img.sd01{
  width: 9%;
  max-width: 118px;
}
#story_1 .title_img.sd02{
  width: 6.8%;
  max-width: 94px;
}
#story_1 .title_img.sd03{
  width: 6.8%;
  max-width: 94px;
}

#story_1 .main_area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 88%;
  margin: 0 auto;
  max-width: 156vh;
  position: relative;
  height: 100vh;
}
#story_1 .main_area p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #083b55;
  font-weight: 500;
}

#story_1 .left_area {
  width: 39.5%;
  margin-top: 18vh;
  margin-right: 3%;
}
#story_1 .left_area .text_01 {
  margin-top: 15px;
  width: 96%;
  margin: 20px auto 0;
}
#story_1 .left_area .text_01 p {
  font-size: 14px;
  line-height: 1.85;
}
#story_1 .left_area .text_01 p:not([class]) {
	/* padding-right: 1em; */
}
#story_1 .left_area .text_01 p.info{
  width: 100%;
  font-size: 12px;
  line-height: 1.66;
  margin-top: 2em;
}

#story_1 .right_area {
  width: 57.5%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#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-family: "Koburina Gothic W6 JIS2004", sans-serif;
  font-size: 12px;
}
#story_1 #scn01{
  background: url(/book/focal/musashimurayama_higashimurayama_higashiyamato/images/trip/fv_bg.jpg) no-repeat center 50% / cover;
}
#story_1 #scn03 {
  background: url(/book/focal/musashimurayama_higashimurayama_higashiyamato/images/trip/area1_largeimg01.jpg) no-repeat center 90%/ cover;
}
@media screen and (max-width: 1280px) and (orientation: portrait) {
	#story_1 #scn03 {
		background-position: left 40% center;
	}
}
#story_1 #scn10 {
  background: url(/book/focal/musashimurayama_higashimurayama_higashiyamato/images/trip/area2_largeimg01.jpg) no-repeat center 90%/ cover;
}
#story_1 #scn17 {
  background: url(/book/focal/musashimurayama_higashimurayama_higashiyamato/images/trip/area3_largeimg01.jpg) no-repeat center 90%/ cover;
}
@media screen and (max-width: 1280px) and (orientation: portrait) {
	#story_1 #scn17 {
		background-position: right 25% center;
	}
}

/*--------------------------------------------------------
　個別style
--------------------------------------------------------*/
#story_1 #scn01{
  opacity: 1;
  z-index: 501;
}
#story_1 #scn01 .logo_img{
  filter: drop-shadow(0 0 2px rgba(0,0,0,.8));
}
#story_1 #scn01 .main_title{
  width: 46.6%;
  position: absolute;
  bottom: 13.6%;
  left: 50%;
	transform: translateX(-50%);
}
#story_1 #scn01 .main_text {
  position: absolute;
  display: block;
  width: 33.8%;
  top: 27.6%;
  left: 50%;
  text-align: center;
  margin-left: -16.9%;
}
#story_1 #scn01 .main_text > p{
  color: #000;
}
#story_1 #scn01 .main_text .main_text_item {
  font-size: 14px;
  line-height: 2;
}
#story_1 #scn01 .main_text .credit_text {
  font-size: 12px;
  line-height: 2.4;
}
#story_1 #scn01 .schedule{
  position: absolute;
  width: 9%;
  right: 100px;
  bottom: 10%;
  cursor: pointer;
}
#story_1 .left_area .text_01 .access{
  font-size: 12px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #093a56;
}
#story_1 .schedule-box{
  display: none;
  cursor: pointer;
  width: 80%;
  left: 0;
  position: absolute;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 11;
}
#story_1 .schedule-box a:hover{
  opacity: 1;
}

#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: 15%;
    cursor: pointer;
}
#story_1 .left_area .text_01 .access {
    font-size: 12px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #093a56;
}
#story_1 .schedule-box {
    display: none;
    cursor: pointer;
    width: 88%;
    left: 0;
    position: absolute;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 10;
    filter: drop-shadow(-2px 0 3px rgba(0, 0, 0, 0.2));
}
#story_1 .schedule-box a:hover {
    opacity: 1;
}
#story_1 #scn02 .main_text {
    width: 52%;
    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: 20px;
    line-height: 2;
}
#story_1 #scn02 .main_text .credit_text {
    margin-top: 2em;
    font-family: "Koburina Gothic W3 JIS2004", sans-serif;
    font-size: 16px;
    line-height: 1.75;
}

#story_1 #scn03 .logo_img{
  filter: drop-shadow(0 0 2px rgba(1,40,0,.6));
}
#story_1 #scn03 .large_title {
  width: 30.1%;
  position: absolute;
  top: 24%;
  right: 13.2%;
  margin: 0;
}

#story_1 #scn04 .img_01 {
  width: 88%;
}
#story_1 #scn04 .left_area {
  margin-right: 6%;
}

#story_1 #scn05 .main_area{
	align-items: center;
}
#story_1 #scn05 .img_main{
	width: 82.6%;
	margin-right: 6%;
}

#story_1 #scn06 .img_01 {
  width: 105%;
	margin-top: -5%;
}
#story_1 #scn06 .left_area {
  margin-right: 3.6%;
}

#story_1 #scn07 .main_area{
	align-items: center;
}
#story_1 #scn07 .img_main{
	width: 92.7%;
	margin-right: 6.8%;
}

#story_1 #scn08 .img_01 {
  width: 106%;
}
#story_1 #scn08 .left_area {
  margin-right: 3.2%;
}
@media screen and (max-width: 1280px) and (orientation: portrait) {
	#story_1 #scn08 .img_01 {
		width: 100%;
	}
}

#story_1 #scn09 .img_01 {
  width: 105%;
}
#story_1 #scn09 .left_area {
  margin-right: 3.6%;
}

#story_1 #scn10 .large_title {
  width: 30.1%;
  position: absolute;
  top: 22%;
  left: 8.4%;
  margin: 0;
}

#story_1 #scn11 .img_01 {
  width: 104%;
	margin-top: -5%;
}
#story_1 #scn11 .left_area {
  margin-right: 4.8%;
}
@media screen and (max-width: 1280px) and (orientation: portrait) {
	#story_1 #scn11 .img_01 {
		width: 100%;
	}
}

#story_1 #scn12 .main_area{
	align-items: center;
}
#story_1 #scn12 .img_main{
	width: 72%;
}

#story_1 #scn13 .img_01 {
  width: 100%;
	margin-top: -5%;
}
#story_1 #scn13 .left_area {
  margin-right: 4.8%;
}

#story_1 #scn14 .main_area{
	align-items: center;
}
#story_1 #scn14 .img_main{
	width: 72%;
}

#story_1 #scn15 .img_01 {
  width: 96.5%;
	margin-top: -5%;
}
#story_1 #scn15 .left_area {
  margin-right: 6.5%;
}

#story_1 #scn16 .img_01 {
  width: 98%;
	margin-top: -6.8%;
}
#story_1 #scn16 .left_area {
  margin-right: 5.5%;
}

#story_1 #scn17 .large_title {
  width: 30.1%;
  position: absolute;
  top: 22%;
  left: 8.4%;
  margin: 0;
}

#story_1 #scn18 .img_01 {
  width: 102%;
	margin-top: -10%;
}
#story_1 #scn18 .left_area {
  margin-right: 4.2%;
}

#story_1 #scn19 .main_area{
	align-items: center;
}
#story_1 #scn19 .img_main{
	width: 72%;
}

#story_1 #scn20 .img_01 {
  width: 103%;
	margin-top: -8%;
}
#story_1 #scn20 .left_area {
  margin-right: 3.4%;
}

#story_1 #scn21 .img_01 {
  width: 98%;
	margin-top: -8%;
}
#story_1 #scn21 .left_area {
  margin-right: 8%;
}
#story_1 #scn22 .img_01 {
  width: 95%;
	margin-top: -8%;
}
#story_1 #scn22 .left_area {
  margin-right: 5%;
}








