@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;
}

/*---------------------------------------
    name images
/*---------------------------------------*/
.name_ttl {
	background:url(../img/name_ttl.png) no-repeat bottom center;
	background-size:100% auto;
}

}

@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;
}

.name_ttl_top {
	display:none;
}

/*---------------------------------------
    name images
/*---------------------------------------*/
.name_ttl {
	background:url(../img/name_ttl.png) no-repeat bottom center;
	background-size:180% auto;
}

}

/* --------------------------------

    インタビュー

-------------------------------- */
.interview .cd-container {
	padding:0 20px;
}

.interview .contentsTitle img {
	width:70%;
}

/* --------------------------------

    関連作品

-------------------------------- */
.movie .contentsTitle img {
	width:70%;
}

.movie .column_box {
    width:100%;
	padding:0 20px;
}

@media only screen and (max-width: 670px) {
	.movie .column_box .visual {
		float: none;
    	width: 100%;
	}

	.movie .column_box .visual div {
		padding:0;
	}
}

/* --------------------------------

    出演作品

-------------------------------- */
.program .contentsTitle img {
	width:70%;
}

.program .intBox {
    width:96.2962%;
}

.program .intBox .visual {
    width:30%;
}

.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%;
}