@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;
}
.name_ttl {
    display: none;
}
.cd-main-content {
    position: relative;
}

}

@media (orientation: portrait) { /*縦置き*/
.cd-fixed-bg.cd-bg-1 {
    background-image:url("../img/tab/bg_photo_01.jpg");
    background-position: top center;
}
.cd-fixed-bg.cd-bg-2 {
    background-image:url("../img/tab/bg_photo_02.jpg");
    background-position: top center;
}
.cd-fixed-bg.cd-bg-3 {
    background-image:url("../img/tab/bg_photo_03.jpg");
    background-position: top center;
}
.cd-fixed-bg.cd-bg-4 {
    background-image:url("../img/tab/bg_photo_04.jpg");
    background-position: top center;
}
.cd-fixed-bg.cd-bg-5 {
    background-image:url("../img/tab/bg_photo_05.jpg");
    background-position: top center;
}
.name_ttl {
    display: block;
}
.cd-main-content {
    position: relative;
}
.cd-main-content .name_ttl img {
    width: 600px;
    position: absolute;
    top:780px;
    left: 50%;
    margin-left: -320px;
}
}

/* --------------------------------

    イントロダクション

-------------------------------- */
.intro .cd-container {
    width:100%;
	max-width:none;
}

.cd-scrolling-bg.intro {
    font-size:1.3em;
}

/* --------------------------------

    インタビュー

-------------------------------- */
.interview {
	padding:0 20px;
}

/* --------------------------------

    関連作品

-------------------------------- */
.movie .column_box {
    width:96.2962%;
}

.movie .column_box .visual {
	width:40.3846%;
	margin:0 0 0 59.6153%;
}

.movie .column_box .visual img {
	width:100%;
}

.movie .column_box .text_box {
    width: 57.6923%;
}

/* --------------------------------

    出演作品

-------------------------------- */
.program .intBox {
    width:96.2962%;
}

.program .intBox .visual {
    width:31.7307%;
}

.program .intBox .visual img {
	width:100%;
}

.program .intBox .contents {
    float:left;
    width:65%;
    color:#fff;
}

.program .intBox .contents .contLeft {
    width:45%;
}

.program .intBox .contents .contRight {
    width:45%;
}