#top_area #scn01 {
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
background-image: url("/book/focal/shikabe/images/gaiyo/bg.jpg");
background-repeat: no-repeat;
background-position:center 80%;
background-size: cover;
opacity: 1;
z-index: 501;
}

#top_area.on #scn01 .logo_img_big {
opacity: 0 !important;
}

#top_area #scn01 .logo_img_big {
width: 33.4%;
max-width: 414px;
position: absolute;
top: 22.3%;
right: 11.2%;
opacity: 0;
transition: all .5s ease-out;
/* filter: drop-shadow(0 0 4px rgba(0,0,0,0.3)); */
}

#top_area #scn01 .logo_img_big.on {
opacity: 1;
}

#top_area #scn01 .name_img.on {
opacity: 1;
	transform: scale(1);
	transition: all .8s cubic-bezier(0.65, -0.55, 0.265, 1.55);
}

#top_area #scn01 .name_img {
width: 13.2%;
position: absolute;
bottom: 8.2%;
left: 11.7%;
opacity: 0;
	transform: scale(1.3);
	transition: all .5s ease-out;
}

#top_area.on #scn01 .name_img.on {
opacity: 0;
}

#top_area #scn01 .main_img {
width: 33.7%;
position: absolute;
top: 36.2%;
right: 10.1%;
opacity: 0;
transform: translate(-50px, 0);
transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.title_shadow{
position: relative;
width: 100%;
mix-blend-mode: multiply;
z-index: -1;
opacity: 0.6;
}
.title_body{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 0;
}

#top_area.on #scn01 .main_img {
opacity: 0 !important;
}
#top_area #scn01 .main_img.on {
opacity: 1;
transform: translate(0, 0);
}

#top_area #scn01 .balloon {
width: 5.8%;
position: absolute;
bottom: 30.4%;
left: 12.6%;
opacity: 0;
transform: translate(0,-50px);
transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#top_area #scn01 .balloon.on {
opacity: 1;
transform: translate(0, 0);
}

#top_area.on #scn01 .balloon.on {
opacity: 0;
}

#top_area #scn01 .logo_img.on {
opacity: 1;
}

#top_area #scn01 .logo_img {
opacity: 0;
-moz-transition: ease-in-out, 0.5s;
-o-transition: ease-in-out, 0.5s;
-webkit-transition: ease-in-out, 0.5s;
transition: ease-in-out, 0.5s;
}

#top_area #scn01 .img_list_outer{
 width: 21%;
 max-width: 287px;
 top: 21.3%;
 right: 16.5%;
position: absolute;
background-image: url("/book/focal/shikabe/images/gaiyo/img_list_outer.png");
background-repeat: no-repeat;
background-position: center center;
background-size: 100% 100%;
opacity: 0;
transition: opacity .5s;
}
#top_area #scn01 .logo_img.on ~ .img_list_outer{
opacity: 1;
}
#top_area #scn01 .img_list_outer .img_list_effect{
position: absolute;
top: -5.5%;
left: 3.8%;
width: 100%;
}
#top_area #scn01 .img_list {
padding: 10% 9.6% 14% 11%;
}
#top_area #scn01 .img_list > div {
width: 100%;
opacity: 0;
transform: translate(-100px, 0);
transition: all .5s ease-out;
margin-bottom: 11.5%;
}
#top_area #scn01 .img_list > div.on {
opacity: 1;
transform: translate(0, 0);
}
#top_area #scn01 .img_list > div:last-child {
margin-top: 0;
	margin-bottom: 0;
}
#top_area #scn01 .img_list > div img {
	vertical-align: bottom;
}
#top_area #scn01 .img_list > div a{
pointer-events: none;
}
#top_area #scn01 .img_list > div.on a {
pointer-events: all;
}
#top_area #scn01 .img_01,#top_area #scn01 .img_02{
width: 71.5%;
}
#top_area #scn01 .bg_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity .8s ease;

}

#top_area #scn01 .bg_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position:bottom right;
}

#top_area #scn01 .bg_img.on {
	opacity: 1;
}


#scroll_arrow:hover {
opacity: 0.8
}

#scroll_arrow {
width: 130px;
text-align: center;
position: absolute;
bottom: 45px;
right: 90px;
transition: all .5s ease-out;
opacity: 1;
cursor: pointer;
}

#scroll_arrow.on {
opacity: 0;
}

#scroll_arrow .next {
display: inline-block;
width: 40px;
height: 40px;
border-right: 10px solid #ffffff;
border-bottom: 10px solid #ffffff;
animation: down 2s infinite;
}

#scroll_arrow .scroll {
display: inline-block;
height: 20px;
margin-top: 20px;
font-family: serif;
color: #ffffff;
font-size: 30px;
font-weight: bold;
}

@keyframes down {
0% {
transform: translate(0, -20px) rotate(45deg);
opacity: 0
}

15% {
opacity: 1
}

55% {
opacity: 1
}

70% {
transform: translate(0, 0) rotate(45deg);
opacity: 0
}

100% {
opacity: 0
}
}

#top_area #header {
transition: cubic-bezier(0.075, 0.82, 0.165, 1), 1s;
moz-transform: translate(44px, 0);
-ms-transform: translate(44px, 0);
-webkit-transform: translate(44px, 0);
transform: translate(44px, 0);
}

#top_area.on #header {
moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}

.bg_img>div {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
animation: bgAnime 6s infinite;
background-size: 100%;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
}

.bg_img .bg_img_01 {
background-image: url(/book/focal/shikabe/images/gaiyo/gaiyo_bg01.jpg);
}

.bg_img .bg_img_02 {
background-image: url(/book/focal/shikabe/images/gaiyo/gaiyo_bg02.jpg);
animation-delay: 3s;
}

@keyframes bgAnime {
0% {
opacity: 0;
}

50% {
opacity: 1;
}

100% {
opacity: 0;
}
}


#top_area #scn02 p {
font-family: "Koburina Gothic W6 JIS2004", sans-serif;
color: #fff;
line-height: 1.57;
}

#top_area #scn02 .bg_img:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 61, 90, 0.6);
}

#top_area #scn02 .bg_movie_overlay {
position: relative;
width: 100%;
height: 100%;
margin: auto;
}

#top_area #scn02 .bg_movie_overlay::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 61, 90, 0.6);
}

#top_area #scn02 .bg_movie {
position: fixed;
top: 0;
left: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
background-image: url("/book/focal/shikabe/images/gaiyo/bg02.jpg");
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}

#top_area #scn02 .left_area {
width: 28.7%;
position: absolute;
top: 17%;
left: 11%;
}

#top_area #scn02 .left_area .img_01 {
	width: 100%;
margin-bottom: 15px;
}

#top_area #scn02 .left_area .text_01 {
margin-top: 15px;
margin-left: 16px;
width: 100%;
}

#top_area #scn02 .left_area .text_01 .text-indent {
	display: block;
	text-indent: -4.6em;
	padding-left: 4.6em;
}

#top_area #scn02 .right_area {
width: 45%;
position: absolute;
top: 22%;
right: 11.5%;
z-index: 1;
}

#top_area #scn02 .right_area .img_01 {
width: 62.3%;
}

#top_area #scn02 .right_area .text_01 {
margin-top: 27px;
}

#top_area #scn02 .right_area .text_01 p {
font-size: 18px;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
line-height: 1.75;
}

#top_area #scn02 .text_credit {
margin-top: 20px;
}

#top_area #scn02 .text_credit p {
font-family: "Koburina Gothic W3 JIS2004", sans-serif;
font-size: 15px;
}

#top_area #scn02 .movie-block {
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-align-items: center;
align-items: center;
margin-top: 33px;
margin-right: 23px;
}

#top_area #scn02 .movie-block > img {
display: block;
width: 33.2%;
margin-right: 2.8%;
}

#top_area #scn02 .movie-block > a {
display: block;
width: 35.2%;
}

#top_area #scn02 .movie-block img {
	vertical-align: bottom;
}

#top_area #scn02 .img_list .img_01 {
position: absolute;
width: 7.8%;
right: 44px;
top: 13%;
}

#top_area #scn02 .indent-1 {
padding-left: 4.6em;
text-indent: -4.6em;
display: block;
}

@media screen and (max-height: 840px) {}
