@charset "UTF-8";
@charset "UTF-8";

body.pc .sp_parts {
	display: none;
}

body.sp .pc_parts {
	display: none;
}

body.pc,
body.tablet {
	background: #080850 url(/applause/backtothefuture/special/interview/images/bg.jpg) top center no-repeat;
	background-size: 2000px auto;
}

body .section{
	padding: 94px 0 0px;
}

body.sp{
    background-color: #080850;
}

body.sp .section {
	padding: 0;
	background: #080850 url(/applause/backtothefuture/special/interview/images/bg.jpg)  top center no-repeat;
	background-size: 1400px auto;
}

body .section h1 img {
	width: 585px;
}
body.pc .section h1,
body.tablet .section h1 {
	margin-bottom: 0;
}

body.sp .section h1 {
	width: 90.2%;
	padding:6.1% 0;
	margin: 0 auto;
}

#contentSection {
	padding: 160px 0 55px;
}

#contentSection .section_block__wrap {
	position: relative;
	text-align: left;
	color: #fff;
	font-size: 16px;
}


#contentSection .section_block__wrap:last-child {
	margin-bottom: 0;
}

body.sp #contentSection .section_block__wrap {
	padding: 0 60px;
}

body.sp #contentSection .section_block__wrap::before,body.sp #contentSection .section_block__wrap::after {
	width: 100%;
}

.imgRight {
    margin: 0 0 59px 30px;
    padding: 2px 0 0;
    float: right;
}

.imgLeft{
	margin: 0 58px 175px 0;
    padding: 2px 0 0;
    float: left;
}

body.sp .imgRight {
	float: none;
    margin: 0 0 50px;
    padding: 0;
	text-align: center;
}
body.sp .imgRight img {
	width: 50%;
}

body.sp .imgLeft {
	float: none;
    margin: 0 0 50px;
    padding: 0;
	text-align: center;
}

body.sp .imgLeft img {
	width: 75%;
}


.section_block + .section_block {
	margin-top: 68px;
}

.section_block .headline {
    font-size: 17px;
    font-weight: bold;
    color: #47ceff;
    margin-bottom: 32px;
	line-height: 1.7;
}

body.sp .section_block .headline{
    font-size: 220%;
}

.section_block .text {
	margin:0;
	line-height: 1.7;
}

body.sp .section_block .text{
	font-size: 220%;
}

.img_block .text:first-of-type{
	margin-bottom: 71px;
}


body.sp .img_block .text:first-of-type{
	margin-bottom: 68px;
}

.img_block:has(.imgLeft) .text {
	margin-bottom: 43px;
}

.showcase .text{
	margin-top: 37px;
}

.img_block .showcase-container{
	display: flex;
	gap: 25px;
	align-items: end;
	justify-content: center;
}

body.sp .img_block .showcase-container {
	flex-direction: column;
	gap: 50px;
	align-items: center;
}

body.sp .img_block .scene{
	display: flex;
	flex-direction: column;
	align-items: center;
}


.img_block .scene p{
	font-size: 10px;
	margin-top: 10px;
}

.img_block .dvd p {
	font-size: 10px;
	line-height: 1.5;
	margin-top: 13px;
}

.img_block .dvd p span {
	font-weight: bold;
}

body.sp .img_block .scene p{
	margin-top: 28px;
	font-size: 100%;
}

body.sp .img_block .scene img{
	width: 80%;
}

body.sp .img_block .dvd img{
	width: 48%;
}

body.sp .img_block .dvd p{
	margin-top: 28px;
	font-size: 100%;
}


.contentSection .body {
	width: 960px;
	padding: 0 20px;
	margin: 0 auto;
}

body.sp .contentSection .body {
	width: 96%;
	padding: 0 2%;
	max-height: 999999px;
}

.section_block_out{
	text-align: left;
	color: #fff;
	border-top: solid 1px #fff;
	padding: 38px 0 0;
	margin: 38px 0 0;
}
body.sp .section_block_out{
	padding: 75px 60px;
	margin: 75px 0 0;
}

.interviewer{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

body.sp .interviewer{
	font-size: 220%;
}

body.sp .section_block_out dd{
	font-size: 200%;
}


.twocolumn {
	display: flex;
    justify-content: space-between;
	align-items: flex-end;
}
body.pc .twocolumn:last-child .item {
    margin-bottom: 0;
}

body.sp .twocolumn {
 	flex-direction: column;
}

.threeColumnsType2,
body.sp .threeColumnsType2 {
   margin: 75px auto;
}

.caption{
	font-size: 14px;
}

body.sp .caption{
	font-size: 180%;
}

.caption-right{
	text-align: right;
	margin-bottom: 61px;
}

.caption-left{
	text-align: left;
}

.contentFooter {
	overflow: hidden;
	background-color: #000;
}

.credit{
	text-align: right;
	color: #fff;
	padding: 16px 0 0;
	font-size: 14px;
}

body.sp .credit{
	font-size: 180%;
	padding: 22px 0 0;
	text-align: center;
}


.section_nav{
	display: flex;
	gap: 40px;
	justify-content: center;
	align-items: center;
	margin-top: 73px;
}


.nav_item{
	width: 426px;
	height: 130px;
	background-color: #112d74;
	border: solid 0.5px #54c5ff;
	padding-left: 15px;
}

.nav_item:hover{
	opacity: 0.8;

}

.nav_item.is_active{
	opacity: 0.4;
	pointer-events: none;
}


.nav_item a{
	width: 100%;
	height: 100%;
	display: flex;
	gap: 30px;
	align-items: center;
}

.nav_item a img{
	max-width: 100px;
}

.nav_item a p{
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-align: left;
	line-height: 1.6;
}

body.sp .section_nav {
	flex-direction: column;
}

body.sp .nav_item {
	width: 72%;
}

body.sp .nav_item a p {
	font-size: 180%;
}


