  @charset "utf-8";
#main_img .table {
    display: table;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    height: 100%;
}
#main_img .table .cell {
    text-align: center;
    vertical-align: middle;
    position: relative;
}
#main_img .table .cell .white {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
}
#main_img .table .cell .white:before, #main_img .table .cell .white:after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0%;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(/atom/mukiau/interview/images/ckmzb1sp.png);
    transition: 0.3s all;
}
#main_img .table .cell .white:after {
    background-image: url(/atom/mukiau/interview/images/ckmzb2sp.png);
}
#main_img.active .table .cell .white:before{
    left: -100%;
	transition-delay: 1s;
	transition-duration: 0.8s;
	transition-property: left;
}
#main_img.active .table .cell .white:after {
    left: 100%;
	transition-delay: 1s;
	transition-duration: 0.8s;
	transition-property: left;
}
#main_img .table .cell h1 {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
}
#page3 #main_img .table .cell h1 {
    background-position: center center;
    background-size: cover;
    background-image: url(/atom/mukiau/interview/images/page3/c3ttsp2.svg);
}
#page5 #main_img .table .cell h1 {
    background-position: center center;
    background-size: cover;
    background-image: url(/atom/mukiau/interview/images/page5/c5ttsp2.svg);
}
#page6 #main_img .table .cell h1 {
    background-position: center center;
    background-size: cover;
    background-image: url(/atom/mukiau/interview/images/page6/c6ttsp2.svg);
}
#main_img .table .cell h1 img {
    width: 100%;
	transition: all 0.4s 1.02s;
}
#page3 #main_img.active .table .cell h1 img , #page5 #main_img.active .table .cell h1 img , #page6 #main_img.active .table .cell h1 img {
    opacity: 0;
}
#main_img .table .cell .img img {
    width: 100%;
}
#movie {
    margin-top: 40px;
}
#movie .area {
    max-width: 900px;
}
#movie .area h2 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    display: block;
    position: relative;
    font-size: 2.1rem;
    text-align: center;
}
#movie .area h2:after {
    width: 70px;
    height: 3px;
    margin-left: -35px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    content: "";
    background-color: #5185C5;
}
#interview {
    margin-top: 40px;
}
#interview .page_title {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    display: block;
    position: relative;
    color: #FFFFFF;
    z-index: 3;
}
#interview .page_title:before {
    width: 75%;
    height: 100%;
    display: block;
    content: "";
    background-color: rgba(38,102,182,0.80);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
#interview .page_title .area {
    position: relative;
    z-index: 2;
}
#interview .page_title .area .table {
    width: auto;
    max-width: 100%;
}
#interview .page_title .area .table .cell {
    vertical-align: middle;
    width: 70px;
}
#interview .page_title .area .table .cell + .cell {
    padding-left: 25px;
    width: auto;
}
#interview .page_title .area .table .cell .title {
    font-size: 1.2rem;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#interview .page_title .area .table .cell .name {
    font-size: 2.1rem;
    margin-top: 10px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    line-height: 1em;
}
#interview .area section {
    margin-top: 40px;
}
#interview .area section .table + .table {
    margin-top: 40px;
}
#interview .area section .table .cell {
    display: block;
    transition: 0.3s all;
}
#interview .area section .table .cell + .cell {
    margin-top: 20px;
}
#interview .area section .table .cell h3 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    text-align: center;
    font-size: 1.8rem;
    position: relative;
}
#interview .area section .table .cell h3:after {
    width: 50px;
    height: 3px;
    margin-left: -25px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    display: block;
    content: "";
    background-color: #5185C5;
}
#page_nav {
    margin-top: 40px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #5185C5;
}
#page_nav .area .table .cell {
    width: 50%;
    vertical-align: middle;
}
#page_nav .area .table .cell + .cell {

}
#page_nav .area .table .cell .link {
    display: table;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: auto;
}
#page_nav .area .table .cell + .cell .link {
    margin-right: 0px;
    margin-left: auto;
}
#page_nav .area .table .cell .link > * {
    display: table-cell;
    vertical-align: middle;
}
#page_nav .area .table .cell .link .number {
    width: auto;
    padding-left: 0px !important;
}
#page_nav .area .table .cell .link .number img {
    width: 45px;
    height: 44px;
}
#page_nav .area .table .cell .link .face {
    width: 66px;
}

#page_nav .area .table .cell .link .face .circle {
    border-radius: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 54px;
    margin-right: 0px;
    margin-left: auto;
}
#page_nav .area .table .cell .link .face .circle img {
    opacity: 0;
}
#page_nav .area .table .cell .link .txt {
    display: none;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#page_nav .area .table .cell .link .next, #page_nav .area .table .cell .link .back {
    font-size: 1rem;
}
#page_nav .area .table .cell .link .arrow {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 20px;
}
#page_nav .area .table .cell .link .back  {
    padding-right: 12px;
}
#page_nav .area .table .cell:nth-child(1) .link .face .circle {
    margin-left: 0px;
}

#page_nav .area .table .cell .link .next {
    padding-left: 12px;
}

#page_nav .area .table .cell .link .next .arrow {
    transform: rotate(180deg);
}
#page_nav .area .table .cell .link .arrow:before {
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    border-left: 2px solid #FFFFFF;
    border-right: 2px none #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    border-top: 2px none #FFFFFF;
    transform: rotate(45deg);
}
#page_nav .area .table .cell .link .arrow:after {
    width: 100%;
    height: 2px;
    display: block;
    background-color: #FFFFFF;
    content: "";
    position: absolute;
    top: 50%;
    left: 1px;
    margin-top: -1px;
}
#page_nav .area .table .cell div.link .face {
    display: none;
}







/****/
@media only screen and (min-width:640px) {
	
#main_img .table .cell .white:before {
    background-image: url(/atom/mukiau/interview/images/ckmzb1.png);
}

#main_img .table .cell .white:after {
    background-image: url(/atom/mukiau/interview/images/ckmzb2.png);
}
#page3 #main_img .table .cell h1 {
    background-image: url(/atom/mukiau/interview/images/page3/c3tt2.svg);
}
#page5 #main_img .table .cell h1 {
    background-image: url(/atom/mukiau/interview/images/page5/c5tt2.svg);
}
#page6 #main_img .table .cell h1 {
    background-image: url(/atom/mukiau/interview/images/page6/c6tt2.svg);
}
#movie {
    margin-top: 60px;
}
#movie .area h2 {
    margin-bottom: 48px;
    padding-bottom: 23px;
}
#interview {
    margin-top: 85px;
    position: relative;
}
#interview > * {
    position: relative;
    z-index: 2;
}
#interview:after {
    width: 100%;
    height: 43%;
    display: block;
    position: absolute;
    left: 0px;
    top: 30%;
    content: "";
    background-color: #EEEEEE;
    z-index: 1;
}
#interview .page_title {
    padding-top: 35px;
    padding-bottom: 35px;
}
#interview .page_title:before {
    width: calc(50% + 65px);
}
#interview .page_title .area .table .cell {
    width: 90px;
}
#interview .page_title .area .table .cell + .cell {
    padding-left: 50px;
}
#interview .page_title .area .table .cell .title {
    font-size: 1.5rem;
}
#interview .page_title .area .table .cell .name {
    font-size: 3rem;
}
#interview .area section {
    margin-top: 55px;
    font-size: 1.5rem;
}
#interview .area section .table + .table {
    margin-top: 80px;
}
#interview .area section .table .cell {
    display: block;
    width: 47.2222%;
    vertical-align: top;
    padding-left: 5%;
    padding-right: 5%;
    float: left;
}
#interview .area section .table .cell + .cell {
    width: 52.7778%;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: right;
}
#interview .area section .table.left .cell + .cell {
    margin-top: -105px;
}
#interview .area section .table.right .cell {
    float: right;
    margin-top: -105px;
    padding-bottom: 20px;
}
#interview .area section .table.right .cell + .cell {
    float: left;
    margin-top: 0px;
    padding-bottom: 0px;
}
#interview .area section .table.right + .table.left {
    margin-top: -20px;
}
#interview .area section .table.right + .table.left .cell {
    margin-top: 105px;
}
#interview .area section .table.right + .table.left .cell + .cell {
    margin-top: 0px;
}
#interview .area section .table .cell h3 {
    font-size: 2.1rem;
    margin-bottom: 30px;
    padding-bottom: 23px;
}



}


/****/
@media only screen and (min-width:870px) {

#page_nav {
    margin-top: 85px;
    padding-top: 34px;
    padding-bottom: 34px;
}
#page_nav .area .table .cell .link {
    width: 406px;
}
#page_nav .area .table .cell .link .face .circle  {
    transition: 0.3s all;
    background-size: 100% auto;
    border-radius: 200px;
}
#page_nav .area .table .cell a.link:hover .face .circle {
    transition: 0.3s all;
    background-size: 110% auto;
}
#page_nav .area .table .cell .link > * {
    display: table-cell !important;
}
#page_nav .area .table .cell .link > * + * {
    padding-left: 0px;
}
#page_nav .area .table .cell .link > .number {
    width: ;
    width: 96px;
}
#page_nav .area .table .cell .link > .number img {
    width: 76px;
    height: auto;
}
#page_nav .area .table .cell .link > .face {
    width: 120px;
}
#page_nav .area .table .cell .link > .face .circle {
    width: 100px
];
    width: 100px;
    height: 100px;
    margin-right: auto;
    margin-left: 0px;
}

#page_nav .area .table .cell .link > .txt {
    width: 130px;
    padding-left: 0px;
}
#page_nav .area .table .cell .link > .back + .txt {
    text-align: right;
}

#page_nav .area .table .cell .link .txt .title {
    font-size: 1.3rem;
}
#page_nav .area .table .cell .link .txt .name {
    font-size: 2.1rem;
}
#page_nav .area .table .cell .link > .back, #page_nav .area .table .cell .link > .next {
    width: 60px;
}
#page_nav .area .table .cell .link .next, #page_nav .area .table .cell .link .back {
    font-size: 1.2rem;
}
#page_nav .area .table .cell .link .arrow {
    width: 80%;
    margin-left: 0px;
}
#page_nav .area .table .cell .link .next .arrow {
    margin-left: auto;
    margin-right: 0px;
}
#page_nav .area .table .cell:nth-child(1) .link .txt  {
    padding-right: 12px;
}

	
}
