@media (orientation: landscape) { /*横置き*/
.cd-fixed-bg.cd-bg-1 {
    background-image:url("../img/bg_photo_01.jpg");
    background-position: top center;
}
.cd-fixed-bg.cd-bg-2 {
    background-image:url("../img/bg_photo_02.jpg");
    background-position: top center;
}
.cd-fixed-bg.cd-bg-3 {
    background-image:url("../img/bg_photo_03.jpg");
    background-position: top center;
}
.cd-fixed-bg.cd-bg-4 {
    background-image:url("../img/bg_photo_04.jpg");
    background-position: top center;
}
.cd-fixed-bg.cd-bg-5 {
    background-image:url("../img/bg_photo_05.jpg");
    background-position: top center;
}
}

@media (orientation: portrait) { /*縦置き*/
.cd-fixed-bg.cd-bg-1 {
    background-image:url("../img/sp/bg_photo_01.jpg");
    background-position: top center;
}
.cd-fixed-bg.cd-bg-2 {
    background-image:url("../img/sp/bg_photo_02.jpg");
    background-position: top center;
}
.cd-fixed-bg.cd-bg-3 {
    background-image:url("../img/sp/bg_photo_03.jpg");
    background-position: top center;
}
.cd-fixed-bg.cd-bg-4 {
    background-image:url("../img/sp/bg_photo_04.jpg");
    background-position: top center;
}
.cd-fixed-bg.cd-bg-5 {
    background-image:url("../img/sp/bg_photo_05.jpg");
    background-position: top center;
}


.intro .contents_bg {
    background:url(../img/contents_bg01.png) no-repeat top center;
    background-size:contain;
    padding: 100px 0 80px;
}
.interview .contents_bg {
    background:url(../img/contents_bg02.png) no-repeat top center;
    background-size:contain;
    position: relative;
    top: -55px;
    left: 0;
    right: 0;
    padding: 90px 0 0;
}
.interview_2 .contents_bg {
    background:url(../img/contents_bg03.png) no-repeat top center;
    background-size:contain;
    padding: 110px 0 0;
}
.movie .contents_bg {
    background:url(../img/contents_bg04.png)  no-repeat top center;
    background-size:contain;
    position: relative;
    top: -50px;
    left: 0;
    right: 0;
    padding: 90px 0 0;
}
.program .contents_bg {
    background:url(../img/contents_bg05.png)  no-repeat top center;
    background-size:contain;
    position: relative;
    top: -50px;
    left: 0;
    right: 0;
    padding: 90px 0 40px;
}
}
