@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media only screen and (max-width: 768px) {
}

/***************************************************************************
top_img(pc)
****************************************************************************/

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

#top_sld {
	position: relative;

}
#top_sld .wrap {
	position: relative;
    height: 80vh;   /*①*/
    overflow: hidden;
}
#top_sld .inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


@media screen and (max-width: 1103px) {
#top_sld .wrap {
	padding-top: 82%;   /*①*/
    height: 1px;
}
}

/***************************************************************************
top_img(pc) 共通
****************************************************************************/

.scene_01 .bg_img,
.scene_02 .bg_img,
.scene_03 .bg_img {
	height: 160vh;    /*②*/
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	background-image: url(../../common_img/gojyo/bg_top_img_pc.jpg);
}

@media screen and (max-width: 1103px) {
.scene_01 .bg_img,
.scene_02 .bg_img,
.scene_03 .bg_img {
	padding-top: 160%;   /*②*/
    height: 1px;
	background-image: url(../../common_img/gojyo/bg_top_img_sp.jpg);
}
}

.scene_03 .bg_img {
    background-image: none;
}

/***************************************************************************
scene_01（ロゴ大きく中央にフェードイン+空の上部）
****************************************************************************/

.scene_01.move .bg_img {
    animation: opacity_100 2s forwards;
	animation-delay: 0.5s;
    opacity: 0;
}

.scene_01 .bland_logo {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 50%;
	transform: translateY(-50%);
}
.scene_01 .bland_logo img {
    width: auto;
    height: 100%;
    display: inline;
}
.scene_01 .bland_logo .logo_top,
.scene_01 .bland_logo .logo_bottom {
    opacity: 0;
    text-align: center;
}
.scene_01 .bland_logo .logo_top {
    height: 21%;
}
.scene_01 .bland_logo .logo_bottom {
    height: 79%;
}
.scene_01.move .bland_logo .logo_top {
    animation: opacity_100 2s forwards;
	animation-delay: 1.5s;
}
.scene_01.move .bland_logo .logo_bottom {
    animation: opacity_100 2.5s forwards;
	animation-delay: 3s;
}

/***************************************************************************
scene_02（空移動+路線図、現地表示）
****************************************************************************/

.scene_02.move .bg_img {
    animation: scene_02_bg_img 6s ease-in-out forwards;
	animation-delay: 0.1s;
}

@keyframes scene_02_bg_img {
0% {
}
10% {
    transform: translateY(0%);
}
100% {
    transform: translateY(-50%);/*(①-②)÷②×100(%)*/
}
}

@media screen and (max-width: 1103px) {
.scene_02.move .bg_img {
    animation: scene_02_bg_img_sp 6s ease-in-out forwards;
	animation-delay: 0.1s;
}
}

@keyframes scene_02_bg_img_sp {
0% {
}
10% {
    transform: translateY(0%);
}
100% {
    transform: translateY(-48.75%);/*(①-②)÷②×100(%)*/
}
}

.scene_02 li {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130vh;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;  
}

.scene_02.move .rosen_line {
    animation: opacity_100 3s forwards;
	animation-delay: 6.5s;
    background-image: url(../../common_img/gojyo/img_rosen_line_pc.jpg);
}
.scene_02.move .rosen_name {
    animation: opacity_100 1.5s forwards;
	animation-delay: 8.5s;
    background-image: url(../../common_img/gojyo/img_rosen_name_pc.png);
}
.scene_02.move .rosen_station {
    animation: opacity_100 1.5s forwards;
	animation-delay: 8.5s;
    background-image: url(../../common_img/gojyo/img_rosen_station_pc.png);
}
.scene_02.move .genchi_light {
    animation: height_100 4s forwards;
    opacity: 1;
    height: 0%;
    overflow: hidden;
    /*animation: opacity_100 1s forwards;*/
	animation-delay: 9.5s;
    background-image: url(../../common_img/gojyo/img_genchi_light_pc.png);
}
.scene_02.move .genchi_name {
    animation: opacity_100 1s forwards;
	animation-delay: 10.5s;
    background-image: url(../../common_img/gojyo/img_genchi_name_pc.png);
}

@media screen and (max-width: 1103px) {
.scene_02.move .rosen_line {
    background-image: url(../../common_img/gojyo/img_rosen_line_sp.jpg);
}
.scene_02.move .rosen_name {
    background-image: url(../../common_img/gojyo/img_rosen_name_sp.png);
}
.scene_02.move .rosen_station {
    background-image: url(../../common_img/gojyo/img_rosen_station_sp.png);
}
.scene_02.move .genchi_light {
    background-image: url(../../common_img/gojyo/img_genchi_light_sp.png);
}
.scene_02.move .genchi_name {
    background-image: url(../../common_img/gojyo/img_genchi_name_sp.png);
}
}

/*.scene_02 .bland_logo img {
    position: absolute;
    height: 20%;
	left: 50%;
    top: 5%;
	transform: translateX(-50%);
}
.scene_02.move .bland_logo img {
    animation: opacity_100 3s forwards;
	animation-delay: 11.5s;
    opacity: 0;
}*/

@keyframes height_100 {
0% {
    height: 0%;
}
100% {
    height: 100%;
}
}

@keyframes opacity_100 {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}


/***************************************************************************
yokoku_block
****************************************************************************/

.yokoku_block {
    position: absolute;
    top: 15px;
    left: 5px;
    border: 1px solid #CCC;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 0.7em;
    padding: 2px 3px;
    color: #666666;
}

@media screen and (min-width: 1104px) {
.yokoku_block {
    top: 10px;
    left: 20px;
}
}
