
html, body{
	background-color: #282828;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 1.8em;
	color: #fff;
	margin: 0;
	font-weight: 400;
	transition-duration: 1s;
    margin: 0;
}

.body_back{
	background-color: #535353;
}

figure {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

div{
	vertical-align: bottom;
	box-sizing:border-box;
}

p {
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

ul,li {
  list-style: none;
  display: inline;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}


.loading{
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	z-index: 2000;
}

.loading img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%)translateY(-50%);
	animation: flash 1s linear infinite;
	width: 150px;
	height: auto;
}

@keyframes flash {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

a{
	color: #c4ae5f;
	text-decoration: none;
}

p{
	margin: 0;
}


.loading2{
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: #000;
	z-index: 2000;
}


.midashi, .niru{
	opacity: 0;
}

.op1{
	opacity: 1;
}

.strong{
	font-weight: 800;
}



/* ======================================================
MENU
====================================================== */


/* ======================================================
TITLE
====================================================== */

.top_title{
	position: relative;
	width: 100%;
	height: 100vh;
}
@media screen and (max-width: 428px){	
	.top_title{
		height: calc(464px + 68px);
	}
}


.title_back_wrap{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 0;
}

.title_back{
	position: absolute;
	width: 60%;
	max-width: 768px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%)translateY(-50%);
	display: none;
	opacity: 0.3;
	transition-duration:2s;
}
@media screen and (max-width: 1024px){	
	.title_back{
		width: 70%;
	}
}

.title_back_wrap_sp{
	display: none;
}

@media screen and (max-width: 428px){	
	.title_back_wrap_sp{
		display: block;
	}
}

.title_back_wrap_sp{
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #282828;
}


.title_back_sp{
	position: absolute;
	width: 70%;
	max-width: 768px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%)translateY(-50%);
	display: none;
	opacity: 0.3;
	transition-duration:2s;
}
@media screen and (max-width: 428px){	
	.title_back_sp{
		width: 100%;
	}
}

.blur{
	  -webkit-filter: blur(5px);
	  -moz-filter: blur(5px);
	  -o-filter: blur(5px);
	  -ms-filter: blur(5px);
	  filter: blur(5px);
}

.title{
	position: absolute;
	width: 60%;
	max-width: 768px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%)translateY(-50%);
	display: none;
	z-index: 20;
}
@media screen and (max-width: 1024px){	
	.title{
		width: 75%;
	}
}




/* ======================================================
 INTERVIEW
====================================================== */

.interview2_back_wrap{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 0;
	background-image:url(../img/i_back.jpg);
	background-size:18%;
	opacity: 0.3;
}

@media screen and (max-width: 450px){
 .interview2_back_wrap{
		background-size:32%;
	} 
}

.interview2_back_grd{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: max(38vh, 300px);
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 5%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.4));

}

.interview_wrap{
	position: relative;
  width: 100%;
  max-width: 1040px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 0;
  padding: 0 7%;
  padding-top: min(7vw, 68px);
}

@media screen and (max-width: 450px) {
    .interview_wrap {
        padding: 36px 26px;
    }
}

.interview_img_wrap{
	position: relative;
	width: 100%;
	margin-top: 0;
	margin-bottom: 36px;
	text-align: center;
	transform:translateY(26px);
	opacity: 0;
	transition: all 0.6s ease-in-out;
	transform-origin: top;
}


.active{
	opacity: 1;
	transform:translateY(0px);
}


.interview_midashi_wrap{
	width: 100%;
	margin-top: 42px;
	margin-bottom: 16px;
	overflow: hidden;
}

.interview_midashi_border{
	opacity: 0;
	border-left: 26px solid #ff0000;
	transition: all 0.8s ease-in-out;
	transition-delay: 0.4s;
}

.active_border{
	opacity: 1;
	border-left: 5px solid #ff0000;
}

.interview_midashi{
	display: block;
	width: 100%;
	min-width: 100%;
	padding: 10px 16px;
	font-size:20px;
	font-weight: 600;
	color: #ff0000;
	background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 5%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2));

	transform:translateX(-100%);
	transition: all 1.2s ease-in-out;
}

.active_midashi{
	transform:translateX(0px);
	transition-delay: 0.2s;
}

@media screen and (max-width:450px) {
	.interview_midashi{
		font-size:16px;
		padding:10px;
	}
  
}


.interview_section{
	opacity: 0;
	transform:translateY(26px);
	transition: all 0.5s ease-in-out;
}


.active_section{
	opacity: 1;
	transform:translateY(0px);
}

.interview_img_wrap img{
	width: 62%;
	height: auto;
	margin: 0 auto;
}

@media screen and (max-width: 450px) {
	.interview_img_wrap img{
		width: 85%;
	}
}


.movie_flex{
	position: relative;
	width: 100%;
	margin-top: 20px;
	display: flex;
  flex-wrap: wrap;
	gap: min(20px, 2vw);
}

.movie_section{
	flex: 1;
	margin-bottom: 42px;
}


@media screen and (max-width: 450px) {
	.movie_section{
		flex: none;
		width: 100%;
		margin-bottom: 10px;
	}
}



.movie_yt_fade{
	opacity: 0;
	scale:0.7;
  border: -4px solid #ff0000;
	transform:translateY(26px);
	transition: all 0.5s ease-in-out;
}

.movie_yt{
  position: relative;
  box-sizing:border-box;
}

.active_yt{
	opacity: 1;
	scale:1;
  border: 5px solid #ff0000;
	transform:translateY(0px);
}

.movie_yt::before{
  content: "";
  display: block;
  padding-top: 56.25%;
}

.movie_yt_inner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.yt_thumb{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform:translateX(0) translateY(-50%);
}


.yt_play{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform:translateX(-50%) translateY(-50%);
  transition: all .5s ease;
  cursor: pointer;
}

.yt_play img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: min(38%, 110px);
  transform:translateX(-50%) translateY(-50%);
}

.yt_play:hover{
  transform:translateX(-50%) translateY(-50%) scale(1.16);
}




iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}




.ft{
	position: relative;
	margin-top: 0px;
	width: 100%;
	padding: 36px 50px;
	text-align: center;
	background-color:rgba(0, 0, 0, 0.3);
	z-index: 10;
}

@media screen and (max-width: 450px){
	.ft{
		padding: 26px 26px;
	}
}

.ft img{
	width: 62%;
	height: auto;
	margin: 0 auto;
	max-width:100px;
}

@media screen and (max-width: 450px){
  .ft img{
		width: 62%;
		height: auto;
		margin: 0 auto;
		max-width:68px;
	}

}


