@charset "UTF-8";
@import url(aos.css);
@import url(slick-theme.css);
@import url(slick.css);
@import url(drawer.css);
@import url(modaal.css);


/* @font-face {
	font-family: "Oswald";
	src: url("/fonts/Oswald-VariableFont.ttf");
	} */
	
/* @font-face {
	font-family: "Noto Sans JP";
	src: url("/fonts/NotoSansJP-Medium.otf");
	src: url("/fonts/NotoSansJP-Bold.otf");

	} */
/*==================================================
=			defalut			 =
==================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,li,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-weight:normal;vertical-align:baseline;background:transparent;}body{line-height:1;}li,aside,dialog,figure,footer,header,hgroup,nav,section{display:block;}nav ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;border:0;vertical-align:baseline;background:transparent;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}deltext-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}img{vertical-align:bottom;}

html{width:100%; height:100%; font-size: 62.5%;-webkit-text-size-adjust: 100%;}
body{width: 100%; height:100%; word-wrap: break-word; color: #fff; position:relative; font-family: "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;}
img {max-width: 100%; height: auto;-webkit-backface-visibility: hidden;}

.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {*zoom:1;}

a{
	transition: 0.2s;
}
p{line-height:1.4;}

body.innouvators{
	text-align:left;
	margin:0 auto;
	color:#2b2b2b;
	font-family: YakuHanJP,"Noto Sans JP","ヒラギノ角ゴ Std", "Hiragino Sans", "Hiragino Kaku Gothic ProN",  Meiryo, sans-serif;
	position: relative;
	-webkit-font-smoothing: antialiased;
	background: url(/img/common/bg_main.jpg) repeat;
	background-attachment: fixed;
	position: relative;
	box-sizing: border-box;
	line-height: 1.4;
	font-size: 62.5%;
}
.wrapper{
	position: relative;
	overflow: hidden;
	margin-top: 60px;
}
.mincho{
	font-family :YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
	line-height:1.4;
}
.oswald{
	font-family: 'Oswald', sans-serif;
}
.hov,a{
	text-decoration: none;
	/* -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease; */
}
.hov:hover{
	text-decoration: transparent;
	opacity:0.6;
	font-weight: bold;
}
.hov:active{
	cursor:pointer;
	text-decoration: transparent;
	opacity:0.6;
}
section{
	position: relative;
}
.content-box{
	max-width:1100px;
	width: 100%;
	margin:0 auto;
}
.content-inner{
	max-width:1000px;
	width: 90.90909090%;
	margin:0 auto;
	position: relative;
}
.flexbox{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.space-around{
	justify-content: space-around!important;
}
.flexbox-bt{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
}
/*========================================
				color
========================================*/
.txwhi{
	color: #fff;
}
.txbla{
	color: #000;
}
.txpin{
	color: #ef4f84;
}
.txgre{
	color: #a3c600;
}
.bgpin{
	background-color: #ef4f84;
}
.bggre{
	background-color: #a3c600;
}
.bgg100{
	background-color: #f0f0f0;
}
.bgg300{
	background-color: #b5b5b5;
}
.bgg500{
	background-color: #7c7c7c;
}

/*========================================
				menu
========================================*/
/************ pc nav ***********/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, 0.85);
	z-index: 99;
}
header .header-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	width: 90%;
	height: 100%;
	color: #fff;
	font-size: 1.4rem;
}
header .header-inner .logo {
	font-family: "Oswald", sans-serif;
	display: inline-block;
	font-size: 3.2rem;
	color: #fff !important;
	z-index: 2;
}
header .header-inner .logo:hover,
header .header-inner .logo:visited {
	color: #fff !important;
}
header .header-inner nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.4rem;
}
header .header-inner nav .wrap-globalmenu {
	margin-right: 20px;
}
header .header-inner nav .wrap-globalmenu a {
	padding: 0 15px;
	color: #fff;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}
header .header-inner nav .wrap-globalmenu a:hover {
	text-decoration: underline;
}
header .header-inner nav .wrap-globalmenu-right {
	margin-left: 20px;
}
header .header-inner nav .wrap-globalmenu-right a {
	padding: 0 15px;
	color: #fff;
	/* border-left: 1px solid #fff; */
	box-sizing: border-box;
}
header .header-inner nav .wrap-globalmenu-right a:hover {
	text-decoration: underline;
}
header .header-inner nav .wrap-sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .header-inner nav .wrap-sns:after {
	content: "";
	height: 14px;
	/* border-right: 1px solid #fff; */
}
header .header-inner nav .wrap-sns a {
	margin-right: 10px;
	padding: 0;
	width: 30px;
	color: #fff;
	box-sizing: border-box;
}
header .header-inner nav .wrap-sns a img {
	width: 100%;
}
header .header-inner nav .wrap-sns a:hover {
	opacity: 0.6;
}
header .header-inner nav .wrap-sns a:last-child {
	margin-right: 20px;
}
header .header-inner nav .wrap-lang {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 20px;
}
header .header-inner nav .wrap-lang a {
	text-indent: -9999px;
}
header .header-inner nav .wrap-lang a.lang-en {
	display: block;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background: url(../img/common/icon-lange_off.svg) center center no-repeat;
	background-size: contain;
}
header .header-inner nav .wrap-lang a.lang-ja {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/common/icon-langj_off.svg) center center no-repeat;
	background-size: contain;
}
header .header-inner nav .wrap-lang a.lang-en:hover,
.lang-en header .header-inner nav .wrap-lang a.lang-en {
	background: url(../img/common/icon-lange_on.svg) center center no-repeat;
	background-size: contain;
}
header .header-inner nav .wrap-lang a.lang-ja:hover,
.lang-ja header .header-inner nav .wrap-lang a.lang-ja {
	background: url(../img/common/icon-langj_on.svg) center center no-repeat;
	background-size: contain;
}
.drawer-hamburger {
	display: none;
}
.drawer-sns {
	display: none;
}
/*========================================
				common
========================================*/
h2{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #000;
}
.movie_wrap_inner {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}
.movie_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.shadow{
	box-shadow: 0px 1px 14px -4px rgba(0,0,0,0.5);
}
.list_btn{
	width: 100%;
	max-width: 300px;
	border: solid 2px #b5b5b5;
	border-radius: 6px;
	padding: 2rem 3rem;
	box-sizing: border-box;
	background: rgba(255,255,255,.5);
	color: #7c7c7c;
	font-size: 1.6rem;
	font-weight: 500;
	display: block;
	text-align: center;
	margin:4rem auto 0;
	position: relative;
}
.list_btn::after{
	content: "\f054";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	right: 6%; top:50%;
	transform: translateY(-50%);
	font-size: 11px;
	width: 7px;
	height: 11px;
	transition: 0.2s;
}
.list_btn:hover{
	border: solid 2px #a3c600;
	color: #a3c600;
}
.list_btn:hover.list_btn::after{
	right: 2%;
	color: #a3c600;
}
.separat{
	background: url("/img/common/bg_separat.png") repeat;
}
.sec_lv .section_title h2{
	margin-top: 4rem;
	font-size: 3rem;
	font-weight: 500;
}
.sec_lv .sec_wrap{
	margin-top: 6rem;
}
.guide-box{
	padding: 9rem 0 6rem;
	text-align: right;
}
.guide-box p{
	display: inline-block;
	margin-right: 1rem;
	font-size: 2.2rem;
	padding-bottom: .3rem;
	border-bottom: #000 solid 1px;
	position: relative;
	margin-bottom: 2rem;
}
.guide-box a::after{
	content: '\A';
	white-space: pre;
}
.guide-box p::after{
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-size: 1.2rem;
	font-weight: 900;
	position: absolute;
	right: -1rem;top: 50%;
	transform: scale(0.8) translateY(-50%);
	color: #000;
}
.guide-box span{
	display: block;
	color: #7c7c7c;
	font-size: 1.6rem;
}
/*========================================
				 top Common
========================================*/
.top .section_title{
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: 2rem auto 0;
}
.top .section_title h2{
	font-size: 3.3rem;
	display:block;
}
.top .section_title h3{
	font-size: 1.3rem;
	margin-top: .5rem;
	font-weight: 400;
}

/*========================================
				top intro
========================================*/
.top_intro{
	/* margin-top: 50px; */
	width: 100%;
	background: #fff;
	padding: 3rem 0;
	box-sizing: border-box;
	display: none;
}
.top_intro p{
	display: inline;
	font-size: 2rem;
	font-weight: 300;
	line-height: 2;
	padding-bottom: 3px;
	border-bottom: solid 1px #a3c600;
}
/*========================================
				top movie
========================================*/
.top .movie_box{
	width: 100%;
	background: #fff;
	width: 100%;
	margin-top: 3rem;
	padding: 6% 3.133% 3.133%;
	border-radius: 40px;
	position: relative;
	box-sizing: border-box;
}
.top .movie_box::before{
	content: 'Newest';
	position: absolute;
	top:0;left: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 1.7rem;
	font-weight: 400;
	padding: .4rem 4rem;
	background: #a3c600;
	color: #fff;
	border-radius: 40px 0 6px 0;
}
.top .movie_wrap{
	width: 53.19%;
}
.top .movie_desc{
	width: 43.167%;
	padding-left: 1rem;
	position: relative;
	font-size: 1em;
	overflow: hidden;

}
.top .movie_desc::before{
	display: block;
	position: absolute;
	content: '';
	width: 3px;
	height: 100%;
	top: 0;left:0;
	background: #a3c600;
	border-radius: 3px;
}
.top .movie_desc h4{
	padding-top: 0.5rem;
	font-size: 3rem;
}
.top .movie_desc h5{
	font-size: 1.4rem;
	padding-right: 4px;
	font-weight: bold;

}
.movie_desc p{
	font-size: 1.4rem!important;
	font-weight: 300;
	padding-right: 4px;
	max-height: 19rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.movie_time {
position: absolute;
top: 0; 
right: 0;
}

.youtube-count{
	font-size: 1.4rem; 
	display: flex; 
	justify-content: start;
	bottom: 0;
	width: 100%;
}
.youtube-count div {
	margin: 3px 10px;
}
.youtube-count i {
	margin: 0 3px ;
	color:  #a3c600;

}
/*========================================
				top slider
========================================*/
.top_slider{
	position: relative;
	margin-top: 1rem;
}
.main_slider{
	margin: 0 auto;
	width: 100%;
	position: relative;
	font-size: 0;
	box-sizing: border-box;
	max-height: 400px;
	margin: 4rem auto 0;
	position: relative;
	display: block;
	box-sizing: border-box;
	touch-action: pan-y;
	user-select: none;
	text-align: center;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
	padding: 0 4rem;
	width: 97%;
	box-sizing: border-box;
}
.slick-slide {
    /* height: auto!important; */
}
.slick-dots li button:before{
	font-size: 4rem;
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
}
.toplink{
	display: none;
	margin: 0;
	max-width: 200px;
	margin: 0 2rem;
	width: 24%;

}
.toplink a{
	text-decoration: none;
	display: block;
	transition: opacity .2s;
	position: relative;
	padding-bottom: 56.2%;
}
.toplink img{
	width: 100%;
	height: auto;
	display: block;
	height: auto;
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.toplink p{
	padding-top: 0.5rem;
	font-size: 1.2rem;
	text-align: left;
}
.toplink p i{
	margin-right: 4px;
}
.slick-next{
	right: 0;
}
#page-top {
	position: fixed;
	bottom: 60px;
	right: 60px;
	z-index:1;
  }
  
  #page-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 0.8rem;
    line-height: 120%;
    /* font-weight: bold; */
    background: #141414;
    border-radius: 50px;
    text-align: center;
    transition: 0.5s;
  }
  
  #page-top a:before {
	pointer-events: none;
	font-family: "Font Awesome 5 Free";
	content: "\f077";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	margin-top:-8px;
	margin-bottom: 2px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
  }
  
  #page-top a:hover {
	text-decoration: none;
  }
  
  #page-top.bottomed {
	bottom: 200px;
	transition: 0.5s;
  }
@media screen and (max-width: 1000px) {
	.main_slider{
		 max-height: none;
	}
}
.slick-slide{
	position: relative;
}
.slick-prev, .slick-next{
	height: 100%;
	z-index: 1;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
	opacity: 1;
	/* background: rgba(0,0,0,0.5); */
}
.slick-prev{
	left: 0;
}
.slick-prev:before,.slick-next::before{
	content: '\f105';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 3rem;
}
.slick-prev:before{
	transform: translate(-50%,-50%) rotate(0.5turn)
}
/*========================================
				top profile
========================================*/
.top .profile{
	box-sizing: border-box;
	margin-top: 6rem;
	display: inline-block;
	width: 100%;
	padding-bottom: 6rem;
}
.top .top_profile_wrap.flexbox-bt::after{
	content: '';
	display: block;
	width: 46%;
}
.top .top_profile{
	width: 46%;
	margin-top: 3rem;
	border-radius: 8px;
	background-color: #fff;
	display: block;
	text-decoration: none;
	transition: all .5s;
	color: #2b2b2b;
	padding-bottom: 2.5rem;
	position: relative;
	overflow: hidden;
}
/* .top .top_profile::after{
	position: absolute;
	content: 'profile page \f0a9';
	font-family:'Oswald',"Font Awesome 5 Free";
	font-weight: 900;
	color: #ef4f84;
	background: #f0f0f0;
	vertical-align: middle;
	padding: .5rem 2rem;
	box-sizing: border-box;
	display: inline-block;
	bottom: 0;left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-size: 1.4rem;
	border-radius: 10px 10px 0 0;
	transition: 0.5s all;
	width: 124px;
	height: 30px;
	transition: all .5s;
} */
.top .top_profile_btn {
    position: absolute;
    content: 'profile page \f0a9';
    font-family: 'Oswald',"Font Awesome 5 Free";
    font-weight: 900;
    color: #ef4f84;
    background: #f0f0f0;
    vertical-align: middle;
    padding: .5rem 1rem;
    box-sizing: border-box;
    display: inline-block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 1.4rem;
    border-radius: 10px 10px 0 0;
    transition: 0.5s all;
    /* width: 124px; */
    height: 30px;
    transition: all .5s;
}
.top .top_profile_btn::after{
	content: '\f0a9';
	font-family:"Font Awesome 5 Free";
}
.top_profile:hover .top_profile_btn{
	animation: show .5s 1;
	animation-fill-mode: forwards;
}
@keyframes show {
	0% {
		width: 130px;
		height: 30px;
	}
	20% {
		width: 130px;
		height: 30px;
	}
	60% {
		width: 50%;
		padding-top: 5rem;
		font-size: 1.2rem;
		background: rgba(240,240,240,0.8);
	}
	100% {
		width: 100%;
		height: 100%;
		border-radius: 8px;
		padding-top: 18rem;
		font-size: 2.7rem;
		color: #fff;
		background: rgba(239,79,132,0.85);
	}
}
.top_profile_img{
	overflow: hidden;
	width: 100%;
	height: 220px;
	border-radius: 8px 8px 0 0 ;
	display: flex;
}
.top_profile_img img{
	min-height: 100%;
	display: block;
	transition: all .5s;
	object-fit: cover;
	width:100%;
}
.top_profile:hover img{
	transform: scale(1.1, 1.1);
	transition: 0.5s all;
}
.top .top_profile_ttl{
	width: 93.47%;
	margin: 1rem auto 0;
	padding: 1rem 2rem;
	box-sizing: border-box;
	border-radius: 8px;
}
.top .top_profile_ttl h3{
	font-size: 1.7rem;
	border-bottom: 1px solid;
	display: inline-block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.top .top_profile_ttl h4{
	font-size: 1.2rem;
}
.top .top_profile_ttl h3 i{
	border-bottom: none;
	border-bottom: 1px solid #f0f0f0;
}
.top .top_profile p{
	width: 93.47%;
    margin: 1rem auto 2rem;
    display: block;
    font-size: 1.3rem;
    position: relative;
    overflow: hidden;
    height: 5.5rem;
}
.top .top_profile p::before{
	position: absolute;
	right: 0;
	bottom: 0;
	content: '...';
	background: #fff;
}
.top .top_profile p::after{
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	background: #fff;
}
/*========================================
				top interviews
========================================*/
.top_interviews_wrap{
	padding-bottom: 6rem;
}
.top_interviews{
	width: 100%;
	background: #fff;
	border-radius: 40px;
	padding: 4%;
	margin-top: 4rem;
	color: #2b2b2b;
	position: relative;
	transition: all .4s;
}
.top .top_interviews_txt{
	width: calc(100% - 320px);
}
.top .top_interviews_txt h3{
	font-size: 4rem;
	font-weight: 900;
	padding-bottom: 1.2rem;
	border-bottom: dashed 2px #b5b5b5;
}
.top .top_interviews_txt h5{
	font-size: 1.6rem;
	font-weight: 700;
	margin-top: 3rem;
}
.top .top_interviews_txt h4{
	font-size: 2.4rem;
	font-weight: 700;
	margin-top: 1.4rem;
}
.top .top_interviews_txt p{
	font-size: 1.2rem;
	font-weight: 400;
	margin-top: 1.4rem;
}
.top .top_interviews_img{
	width: 280px;
	box-shadow: 5px 5px 0px 2px rgba(0,0,0,0.3);
}
.top_interviews_btn{
	display: inline-block;
	margin-top: 3rem;
	font-size: 1.2rem;
	padding: .4rem 2rem;
	border-radius: 11px;
	position: relative;
	text-align: center;
	width: 36%;
	transition: all .4s;
}
.top_interviews_btn::after{
	position: absolute;
	content: '\f0a9';
	font-family:'Oswald',"Font Awesome 5 Free";
	font-weight: 900;
	right: 0.5rem; top: 50%;
	transform: translateY(-50%);
	transition: all .4s;
}
.top_interviews:hover{
	box-shadow: 0px 5px 21px 0px rgba(0,0,0,0.35);
}
.top_interviews:hover .top_interviews_btn,.prf_interview .top_interviews_btn:hover{
	background: #ef4f84;
	transition: all .4s;
	width: 84%;
}
.top_interviews:hover .top_interviews_btn::after,.prf_interview:hover .top_interviews_btn::after{
	transition: all .3s;
	right: 1rem;
	transform: translateY(-50%) rotate(1turn);
	transition-delay: .4s;
	font-size: 1.8rem;
}
/*======================================

about

======================================*/
.about {
	padding-bottom: 8rem;
}
.about .flexbox-bt{
	margin-top: 4rem;
}
.about .flexbox-bt img{
	display: inline-block;
	width: 42.6%;
}
.about .flexbox-bt h6{
	display: inline-block;
	width: 53.8%;
	font-size: 1.4rem;
}


/*======================================

footer

======================================*/
.sns-subscribe {
	text-align: center;
	background: #fff;
	padding: 6rem 0;
}

.sns-subscribe h2 {
  font-size: 2.2rem;
  color: #707070;
  font-family: "Noto Sans JP";
  font-weight: 400;
  margin-bottom: 48px;
}

.sns-subscribe h2 .text {
  display: inline-block;
}

.sns-subscribe .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: center;
}

.sns-subscribe .sns-list .list-item {
  margin-left: 12px;
  margin-right: 12px;
}

.sns-subscribe .sns-list .list-item img {
  width: 296px;
  height: 32px;
}
footer {
	margin-top: ;
	background: #fff;
  width: 100%;
	height: 70px;
	padding: 2rem 0 1rem;
}
footer .footer-inner {
  margin: 0 auto;
  width: 90%;
  height: 100%;
  color: #444;
  font-size: 1.4rem;
  text-align: center;
}
footer .footer-inner .logo-innovation {
  margin: 0 auto 5px;
  width: 100px;
}
footer .footer-inner .logo-innovation img {
  width: 100%;
}
footer .footer-inner .copyright {
  width: 100%;
  font-size: 1.2rem;
}

/*========================================
				pankuzu
========================================*/
.pankuzu{
	padding: .4rem 0;
	background: #fff;
	width: 100%;
}
.pankuzu li{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #7c7c7c;
}
.pankuzu li a{
	display: block;
	font-size: 1.25rem;
	margin-left: 15px;
	line-height: 1.4;
	color: #7c7c7c;
	font-weight: 400;
	font-family: 'Noto Sans JP';
}
.pankuzu li a:hover{
	opacity: .6;
}
.pankuzu-arrow{
	display: flex;
	align-items: center;
	margin-left: 15px;
	/* transform: scale(0.6); */
}
.pankuzu-arrow span i{
	font-size: 1.2rem;
}

/*======================================

Meet our InnoUvators

======================================*/
.m_o_i{
	margin-top: 60px;
}
.prf_main{
	width: 240px;
}
.prf_main .prf_img{
	border-radius: 20px;
}
.prf_main .prf_sns{
	margin-top: 2rem;
	padding: 2rem;
	box-sizing: border-box;
	border-radius: 35px;
}
.prf_main .prf_sns a{
	width: 30px;
	margin-right: .7rem;
}
.prf_main .prf_sns a img{
	border-radius: 50%;
	box-shadow: 0px 0px 5px 1px #aeaeae;
}
.prf_history{
	width: calc(100% - 270px);
	border-radius: 40px;
	padding: 4rem;
	box-sizing: border-box;
	background: #fff;
	position: relative;
}
.prf_history h3{
	font-size: 4rem;
	font-weight: 700;
	padding-bottom: 2rem;
	border-bottom: dashed 2px #b5b5b5;
	display: block;
	position: relative;
	padding-left: 3rem;
}
.prf_history h3::before{
	content: "\f007";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top: calc(50% - 20px);left: 0;
	color: #a3c600;
	font-size: 2.1rem;
}
.prf_history h3 span{
	font-size: 1.6rem;
	font-weight: 400;
	margin-left: 1rem;
}
.prf_history p{
	margin-top: 2rem;
	font-size: 1.3rem;
	line-height: 1.6;
	white-space: pre-line;
}
.prf_history ul{
	font-size: 1.3rem;
}
.prf_project{
	padding: 3rem 0;
	position: relative;
}
.prf_project img{
	display: inline-block;
	width: 150px;
	box-shadow: 3px 3px 0px 2px rgba(0,0,0,0.3);
}
.prf_project_txt{
	width: calc(100% - 180px);
	text-align: left;
}
.prf_project p span{
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 1.4;
	display: block;
	border-bottom: 2px solid #a3c600;
}
.prf_project p{
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.8;
}
.prf_border-top,.prf_border-bottom{
	position: absolute;
	width: 100%;
	height: 100%;
}
.prf_border-top{
	top:0; left: 0;
}
.prf_border-bottom{
	bottom:0; left: 0;
}
.prf_border-top::before,.prf_border-top::after,.prf_border-bottom::before,.prf_border-bottom::after{
	content: '';
	position: absolute;
	width: 8rem;
	height: 8rem;
}
.prf_border-top::before{
	top:0;left:0;
	border-top: 2px solid #a3c600;
	border-left: 2px solid #a3c600;
	border-radius: 40px 0;
}
.prf_border-top::after{
	top:0;right:0;
	border-top: 2px solid #a3c600;
	border-right: 2px solid #a3c600;
	border-radius: 0 40px;
}
.prf_border-bottom::before{
	bottom:0;left:0;
	border-bottom: 2px solid #a3c600;
	border-left: 2px solid #a3c600;
	border-radius: 0 0 0 40px;
}
.prf_border-bottom::after{
	bottom:0;right:0;
	border-bottom: 2px solid #a3c600;
	border-right: 2px solid #a3c600;
	border-radius: 0 0 40px 0;
}
.m_o_i .separat{
	margin-top: 5rem;
	padding: 4rem 0;
}
.prf_interview{
	width: 320px;
	background: #fff;
	border-radius: 40px;
	position: relative;
	margin-top: -7rem;
	padding: 4rem;
	box-sizing: border-box;
}
.prf_interview h3{
	font-size: 2.4rem;
	position: relative;
}
.prf_3h{
	position: relative;
	padding: .3rem 1rem ;
	box-sizing: border-box;
}
.prf_3h::before{
	content: '';
	width: 3px;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 50%;left:0;
	transform: translateY(-50%);
	background: #a3c600;
}
.job-title{
	font-style: italic;

}
.prf_interview a{
	width: 100%;
	max-width: 320px;
	margin-top: 3rem;
	color: #2b2b2b;
	display: inline-block;
}
.prf_interview a h4{
	margin-top: 1rem;
	font-size: 2rem;
	font-weight: 700;
}
.prf_interview .top_interviews_btn{
	width: 84%;
}
.prf_overview {
    width: calc(100% - 360px);
    /* display: flex; */
}
.prf_overview_image{
	max-width: 50%;
	text-align: right;
	margin: auto;

}
.no-interview {
	width: 100%;
}
.no-interview .prf_overview_image{
	max-width: 260px;
	padding: 0 20px;
}
.no-interview {
	display: flex;
}
.no-interview > * {
	flex: 1 1 0;
}
.prf_overview h3{
	font-size: 2.4rem;
	font-weight: 700;
}
.prf_overview ul{
	margin-top: 3rem;
}
.prf_overview p{
	font-size: 1.3rem;
	line-height: 1.6;
	position: relative;
	margin-top: 1.5rem;
	padding-left: 1.5rem;
}
.white-space-pre{
	white-space: pre-wrap;
}
.prf_overview ul li::before{
	content: '・';
	position: absolute;
	top: 0;left: 0;
	color: #7c7c7c;
}
.prf_overview  a{
	color:rgb(109, 109, 109)!important;
	text-decoration: underline;
	font-style: italic;
}
.prf_movie{
	margin-top: 4rem;
	margin-bottom: 4rem;

	background: #fff;
	padding: 4rem;
	box-sizing: border-box;
	border-radius: 40px;
}
.prf_movie h3{
	font-size: 2.4rem;
}
.prf_movie .flexbox-bt {
	justify-content: space-around!important;
}
.prf_movie .flexbox-bt::after{
	/* content: '';
	display: block;
	width: 31.5%; */
}
.prf_movie .flexbox-bt a{
	display: block;
	width: 31.5%;
	margin-top: 2rem;
	z-index: 2;
	color: black;
	font-size: 1.5rem;
	text-align: center;
	font-weight: 400;
	/* flex: 1 1 0; */

}
/*======================================

Interviews

======================================*/
.interview_main-img{
	width: 100%;
	text-align: right;
}
.interview_main-img img{
	width: 95%;
	max-width: 640px;
	border-radius: 40px;
}
.interview_ttl{
	width: 100%;
	max-width: 700px;
	background: #fff;
	width: 100%;
	margin-top: -13rem;
	padding: 6% 3.133% 3.133%;
	border-radius: 40px;
	position: relative;
	box-sizing: border-box;
}
.interview_ttl::before{
	content: '\f3c9 Interviews';
	position: absolute;
	top:0;left: 0;
	font-family:'Oswald',"Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.7rem;
	padding: .4rem 4rem;
	background: #ef4f84;
	color: #fff;
	border-radius: 40px 0 6px 0;
}
.interview_ttl h3{
	font-size: 2.6rem;
	font-weight: 700;
	padding-bottom: 2rem;
	border-bottom: dashed 2px #b5b5b5;
	display: inline-block;
	width: 100%;
}
.interview_ttl h4{
	font-size: 2rem;
	font-weight: 700;
	padding-bottom: .3rem;
	border-bottom: solid 1px #2b2b2b;
	display: inline-block;
	margin-left: 2rem;
	position: relative;
	margin-top: 3rem;
}
.interview_ttl h4 a{
	color: #2b2b2b;
}
.interview_ttl h4::before{
	content: '\f007';
	position: absolute;
	top:0;left: -2rem;
	font-family:'Oswald',"Font Awesome 5 Free";
	font-weight: 900;
	font-size: 2rem;
	color: #a3c600;
}
.interview_ttl h5{
	font-size: 1.4rem;
	font-weight: 700;
	display: inline-block;
	margin-top: 2rem;
	padding-bottom: 1.3rem;
}
.interview_ttl_sns{
	position: absolute;
	bottom: -1.5rem;
	right: 0;
	z-index: 1;
}
.interview_ttl_sns .hov{
	width: 3rem;
	margin-left: 1rem;
	text-decoration: none;
}
.interview_ttl_sns::before{
	content: "Share"; 
	position: absolute;
	top: -20px;
	left:50%;
	margin: auto;
	font-size: 1.3rem;
	height: 50%;
	color: #a3c600;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	
}
.interview_reporter{
	margin-top: 2rem;
	font-size: 1.2rem;
	color: #5c5c5c;
}
.interview_content{
	background: #fff;
	border-radius: 40px;
	padding: 4% 4% 8rem;
	margin-top: 4rem;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
}
.interview_content p{
	line-height: 1.6;
	font-size: 1.4rem;
	margin-top: 3rem;
	text-align: left;
}
.interview_content p:first-child{
	margin-top: 0;
}
.interview_content img{
	width: 100%;
	max-width: 700px;
	margin: 4rem auto 0;
}
.interview_content .interview_cap{
	margin-top: 1rem;
	font-size: 1.1rem;
	display: inline-block;
	width: 100%;
	max-width: 700px;
	text-align: left;
}
.interview_content .article-youtube{
	margin: 4rem 0;
	/* max-width: 700px; */
	position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.interview_content .article-youtube iframe{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.interview_content h3{
	font-size: 3rem;
    padding-top: 1rem;
}
.interview_sns{
	position: absolute;
	bottom: -2.3rem;
	right: 1rem;
	width: 100%;
	max-width: 300px;
	border-radius: 32.5px;
	padding: 1.7rem 3rem;
	align-items: center;
}
.interview_sns p{
	font-size: 2rem;
	 font-weight: 700;
}
.interview_sns a{
	width: 3.2rem;
	margin-left: 2.3rem;
}
.interview_sns a img{
	margin: 0;
	border: 2px solid #252525;
    border-radius: 50%;
}
/*======================================

movie

======================================*/
.sec_wrap.movie_page{
	margin-top: 4rem;
}
.movie{
	background: #fff;
	padding:4% 4% 8rem;
	border-radius: 40px;
	margin-bottom: 10rem;
	box-sizing: border-box;
}
.movie_page .movie_wrap{
	width: 85%;
	margin: 0 auto;
}
.movie h3{
	font-size: 2.6rem;
	font-weight: 700;
	padding-left: 1rem;
	position: relative;
}
.movie h3::before{
	content: '';
	position: absolute;
	width: 6px;
	height: 100%;
	background: #a3c600;
	top: 0;
	left: 0;
}
.movie h4{
	margin:1rem auto 3rem;
	padding-left: 1rem;
	box-sizing: border-box;
	font-size: 1.2rem;
	color: #565656;
	display: inline-block;
}

.movie-desc{
	font-size: 1.5rem;
    margin: 10px 0;
    font-weight: 300;
}
/*======================================

Interviews_list movie_list

======================================*/
.sec_wrap.list-page{
	margin-top: 3rem;
}
.list-page{
	padding-bottom: 8rem;
}
.listpage_list{
	background: #fff;
	border-radius: 40px;
	padding: 4%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	transition: all .7s;
	margin-top: 3rem;
}
.listpage_list img{
	width: 260px;
}
.listpage_list .list_info{
	width: calc(100% - 300px);
}
.listpage_list .list_info h3{
	width: 100%;
	display: inline-block;
	font-size: 2.6rem;
	font-weight: 700;
	padding-bottom: 2rem;
	border-bottom: dashed 2px #b5b5b5;
}
.listpage_list .list_info h4{
	margin-top: 3rem;
	font-size: 2rem;
	font-weight: 700;
}
.listpage_list .list_info .list_info_name{
	margin-left: 2rem;
	text-decoration: none;
	padding-bottom: .3rem;
	border-bottom: solid 2px #a3c600;
	position: relative;
	color: #2b2b2b;
}
.inactive_link::after { 
	content: ''!important;
}
.listpage_list .list_info .list_info_name::after{
	content: '\f105';
	position: absolute;
	top: 29%;
	right: -1rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.3rem;
	color: #a3c600;
}
.listpage_list .list_info .list_info_name::before{
	content: '\f007';
	position: absolute;
	top: 0;
	left: -2rem;
	font-family: 'Oswald',"Font Awesome 5 Free";
	font-weight: 900;
	font-size: 2rem;
	color: #a3c600;
}
.listpage_list .list_info h5{
	margin-top: 2rem;
	font-size: 1.4rem;
	font-weight: 700;
}
.list_link{
	position: absolute;
	bottom: 0;right: 0;
	/* border-radius: 40px; */
	display: block;
	width: 30%;
	height: 100%;
	background: rgba(163,198,0,.95);
	transform: translateX(200%);
	transition: all .7s;
}
.list_link p{
	position: absolute;
	top: 50%;left: 50%;
	transform: translate(-50%,-50%);
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	transition: all .7s;
}
.inactive_link {
	pointer-events: none;
	cursor: default;
	border-bottom: none!important;
	color: rgb(26, 26, 26)!important;
 }
.clear_colour{
	color: #2b2b2b!important;
}
.listpage_list:hover {
	box-shadow: none;
	transition: all .7s;
}
.listpage_list:hover .list_link{
	transform: translateX(0);
		transition: all .7s;
}
.list_link:hover p{
	color: #ffff00;
	transition: all .7s;
}
.prf_list::after{
	content: '';
	width: 26%;
	max-width: 220px;
	display: block;
}
.prf_list{
	padding-bottom: 0;
}
.list-prf{
	width: 26%;
	display: block;
	margin-bottom: 6rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.list-prf-img{
    max-width: 219px;
    max-height: 123px;
    min-height: 123px;
	overflow: hidden;
	display: flex;	
	justify-content: center;
	align-items: center;

}
.list-prf img{
	width: 100%;
	height:100%;
	object-position: 50% 50%; 
	object-fit: contain;
}
.list-prf h3{
    margin-top: 1rem;
    font-size: 1.3rem;
    font-weight: 700;
    max-width: 220px;
    display: inline-block;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: center;
	height: 36px;
}
.list-prf a{
	margin-top: 2rem;
	display: inline-block;
	padding: 1rem;
	box-sizing: border-box;
	color: #ef4f84;
	font-size: 1.5rem;
	width: 100%;
	text-align: center;
	border-radius: 8px;
	max-width: 220px;
}
.list-prf a:hover{
	background: #ef4f84;
	color: #fff;
}
.top_notify p{
	font-size: 1.7rem;
	text-align: right;
	font-style: italic;
}
/*======================================

画面サイズ1200px以下

======================================*/
@media screen and (max-width: 1200px) {
	header .header-inner {
		margin: 0 auto;
		width: 96%;
	}
}
/*======================================

画面サイズ980px以下

======================================*/
@media screen and (max-width: 980px) {
	header .header-inner nav {
		display: none;
	}

	.drawer--right .drawer-hamburger {
		display: block;
		right: 2%;
		width: 3rem;
		z-index: 999;
	}

	.drawer-nav {
		height: 100vh;
		z-index: 4;
	}

	.drawer-menu {
		padding: 20px;
		box-sizing: border-box;
	}

	.drawer-menu li {
		margin-right: 0;
		margin-bottom: 15px;
		padding-bottom: 15px;
		font-size: 1.8rem;
		border-bottom: 1px solid #ddd;
	}

	.drawer-menu li:last-child {
		margin-bottom: 0;
	}

	.drawer-menu li a {
		padding: 0;
		font-size: 1.4rem;
		color: #000;
	}

	.drawer-menu li a i {
		margin-right: 10px;
		margin-left: 0;
	}

	.drawer-menu li a.gn-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 1.4rem;
		color: #000;
	}
	.drawer-menu li a:hover{
		color: #a3c600;
		opacity: .8;
	}
	/* .drawer-menu li a.gn-menu:before {
		content: "";
		display: block;
		margin-right: 10px;
		margin-left: -2px;
		padding-right: 2px;
		width: 24px;
		height: 24px;
		box-sizing: border-box;
	} */

	.drawer-menu li a.gn-menu.about:before {
		background: url(../img/common/about-icon.svg) center center no-repeat;
	}

	.drawer-menu li a.gn-menu.interview:before {
		background: url(../img/common/microphone-alt-solid.svg) center center
			no-repeat;
	}

	.drawer-menu li a.gn-menu.movie:before {
		background: url(../img/common/youtube-brands.svg) center center no-repeat;
	}

	.drawer-menu li a.gn-menu.news:before {
		background: url(../img/common/newspaper-solid.svg) center center no-repeat;
	}

	.drawer-menu li.select-lang {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.drawer-menu li.select-lang.ja {
		/* margin-bottom: 40px; */
	}

	.drawer-menu li.select-lang.ja:before {
		content: "";
		display: block;
		margin-right: 10px;
		margin-left: -2px;
		padding-right: 2px;
		width: 24px;
		height: 24px;
		background: url(../img/icon-langj_off.svg) center center no-repeat;
		box-sizing: border-box;
	}

	.drawer-menu li.select-lang.en:before {
		content: "";
		display: block;
		margin-right: 10px;
		margin-left: -2px;
		padding-right: 2px;
		width: 24px;
		height: 24px;
		background: url(../img/icon-lange_off.svg) center center no-repeat;
		box-sizing: border-box;
	}

	.drawer-overlay {
		background: rgba(0, 0, 0, 0.8);
		z-index: 3;
	}

	.drawer-sns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.drawer-sns a {
		display: block;
		margin: 5px 15px 5px 0;
		width: 27px;
		height: 30px;
	}

	.drawer-sns a img {
		width: 100%;
	}

	#top-banner .banner.tb-1 .wrap-text {
		margin-top: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#top-banner .banner.tb-2 .wrap-text {
		margin-top: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#top-banner .banner.tb-3 .wrap-text {
		margin-top: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#detail main article,
	#list .section-inner .about {
		width: 96%;
	}
}
/*======================================

画面サイズ751px以上

======================================*/
@media screen and (min-width: 751px){
	.sp_img{
		display:none;
	}
	.pc_img{
		display:inline-block;
	}
}

/*======================================

画面サイズ750px以下

======================================*/
@media screen and (max-width: 750px){
	.sp_img{
		display:inline-block;
	}
	.pc_img{
		display:none;
	}
	.content-box{
		max-width:750px;
		width: 100%;
		margin:0 auto;
	}
	.content-inner{
		width:89% ;
	}
	/*========================================
					common
	========================================*/
	.list_btn{
		font-size: 1.4rem;
		margin:3rem auto 0;
	}
	.sec_lv .section_title h2{
		margin: 2.5rem auto 0;
    text-align: center;
		font-size: 2.7rem;
	}
	.sec_lv .sec_wrap{
		margin-top: 3rem;
	}
	.guide-box{
		padding: 4rem 0 4rem;
	}
	.guide-box p{
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
	}
	.guide-box span{
		font-size: 1.4rem;
	}
	/*========================================
					top Common
	========================================*/
	.top .section_title{
		margin: 3rem auto 0;
	}
	.top .section_title h2{
		font-size: 2.8rem;
	}
	/*========================================
					top movie
	========================================*/
	.top .movie_box.flexbox-bt{
		display: block;
	}
	.top .movie_box{
		width: 100%;
		background: #fff;
		margin-top: 2rem;
		padding: 6% 4% 4%;
		border-radius: 20px;
		position: relative;
		padding-bottom: 1.4rem;
	}
	.top .movie_box::before{
		font-size: 1.5rem;
		font-weight: 400;
		padding: .2rem 3rem;
		border-radius: 20px 0 6px 0;
	}
	.top .movie_wrap{
		width: 100%;
		margin-top: 1rem;
	}
	.top .movie_desc{
		width: 100%;
		margin-top: 1rem;
	}
	.top .movie_desc p{ 
		padding-top: 1rem;
		padding-bottom: 1rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: none;
	}
	/* .top .movie_desc p{ 
		padding-top: 1rem;
		padding-bottom: 1rem;
	} */
	.top .movie_desc h4{
		font-size: 1.6rem;
		font-weight: bold;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.top .movie_desc h5{
		font-size: 1.3rem;
	}
	/*========================================
					top slider
	========================================*/
	.main_slider{
		max-height: 300px;
		margin: 2rem auto 0;
	}
	.toplink a{
		text-decoration: none;
		display: block;
		transition: opacity .2s;
	}

	/*========================================
					top profile
	========================================*/
	.top .profile{
		margin-top: 4rem;
		padding-bottom: 4rem;
	}
	.top .top_profile_wrap.flexbox-bt{
		display: block;
	}
	.top .top_profile_wrap.flexbox-bt::after{
		content:none;
	}
	.top .top_profile{
		width: 100%;
		margin-top: 2.5rem;
	}
	.top_profile_img img{
		width: 100%;

	}
	.prf_overview_image{
		max-width: 100%;
		margin: auto;
	
	}
	.top .top_profile_ttl{
		margin: 1rem auto 0;
		padding: .8rem 1.5rem;
	}
	.top .top_profile_ttl h3{
		font-size: 1.7rem;
	}
	@keyframes show {
		0% {
			width: 130px;
			height: 30px;
		}
		20% {
			width: 130px;
			height: 30px;
		}
		60% {
			width: 50%;
			padding-top: 3rem;
			font-size: 1.2rem;
			background: rgba(240,240,240,0.8);
		}
		100% {
			width: 100%;
			height: 100%;
			border-radius: 8px;
			padding-top: 35%;
			font-size: 2.7rem;
			color: #fff;
			background: rgba(239,79,132,0.85);
		}
	}
	/*========================================
					top interviews
	========================================*/
	.top_interviews_wrap{
		padding-bottom: 4rem;
	}
	.top_interviews{
		border-radius: 20px;
		padding: 4% 6%;
		margin-top: 2rem;
		display: grid;
		grid: 	[row1-start] "image title-one" 20px [row1-end]
		[row2-start] "image title-two" 1fr [row2-end]
								[row2-start] "text-one text-one" auto[row2-end]
								[row3-start] "text-two text-two" auto[row3-end]
								[row3-start] "text-three text-three" auto[row3-end]
								[row3-start] "text-four text-four" auto[row3-end]

        						[row4-start] "button button" auto[row4-end]
								
								/ 100px auto;
		justify-content: space-between;
		gap: 5px 15px;
	}
	.top .top_interviews_date{
		grid-area: title-one!important;
		
	}
	.top .top_interviews_name{
		grid-area: title-two!important;

	}
	.top .top_interviews_txt{
		width: calc(100%);
		/* -webkit-box-ordinal-group:2;
		-ms-flex-order:2;
		-webkit-order:2;
	order:2; */
	display: contents;
	}
	.top .top_interviews_txt h3{
		font-size: 2.2rem;
		padding-bottom: .5rem;
		grid-area: text-one;

	}
	.top .top_interviews_txt h5{
		font-size: 1.2rem;
		margin-top: .6rem;
		grid-area: text-two;

	}
	.top .top_interviews_txt h4{
		font-size: 1.6rem;
		margin-top: .5rem;
		grid-area: text-three;

	}
	.top .top_interviews_txt p{
		transform: scale(.9);
		width: 108%;
    display: inline-block;
		margin: 0 -6%;
		margin-top: .8rem;
		grid-area: text-four;
		display: none;

	}
	.top .top_interviews_img{
		width: 100px;
			-webkit-box-ordinal-group:1;
			-ms-flex-order:1;
			-webkit-order:1;
		order:1;
		grid-area: image;
	}
	.top_interviews_btn{
		display: inline-block;
		margin-top: 1.2rem;
		font-size: 1.2rem;
		padding: .3rem 1.5rem;
		width: 48%;
		grid-area: button;
		justify-self: center;

	}
	.top_interviews:hover .top_interviews_btn::after,.prf_interview:hover .top_interviews_btn::after{
		font-size: 1.6rem;
	}
	/*======================================

	about

	======================================*/
	.about {
		padding-bottom: 5rem;
		text-align: center;
	}
	.about .flexbox-bt{
		margin-top: 2rem;
		display: block;
	}
	.about .flexbox-bt img{
		width: 100%;
		max-width: 220px;
		margin: 0 auto 1.5rem;
	}
	.about .flexbox-bt h6{
		display: inline-block;
		width: 100%;
		font-size: 1.3rem;
		text-align: left;
	}
	/*======================================

	footer

	======================================*/
	.sns-subscribe {
		padding: 3rem 0 1rem;
	}

	.sns-subscribe h2 {
		line-height: 1.6;
		margin-bottom: 2rem;
	}

	.sns-subscribe .sns-list {
		flex-direction: column;
		-ms-flex-direction: column;
	}
	.sns-subscribe .sns-list .list-item {
		margin-bottom: .5rem;
	}
	footer .footer-inner .logo-innovation {
		margin: 0 auto 5px;
		width: 100px;
	}

	footer .footer-inner .logo-innovation img {
		width: 100%;
	}

	footer .footer-inner .copyright {
		width: 100%;
		font-size: 1.2rem;
	}

	/*======================================

	Meet our InnoUvators

	======================================*/
	.flexbox-bt.col1{
		display: block;
		text-align: center;
	}
	.prf_main{
		width: 100%;
		margin: 0 auto;
		max-width: 500px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		box-sizing: border-box;
	}
	.prf_main .prf_img{
		border-radius: 5px;
		width: 25%;
	}
	.prf_main .prf_sns{
		margin-top: 0;
		margin-left: 2rem;
		padding: 1rem 0.5rem;
		width: 65%;
		border-radius: 50px;
		box-sizing: border-box;
	}
	.prf_main .prf_sns a{
		width: 30px;
		margin-right: 1rem;
	}
	.prf_history{
		width: 100%;
		border-radius: 30px;
		text-align: left;
		padding: 3rem 2.5rem;
		margin-top: 2rem;
	}
	.prf_history h3{
		font-size: 2.2rem;
		padding-bottom: 1rem;
		padding-left: 3rem;
	}
	.prf_history h3::before{
		font-size: 2.2rem;
	}
	.prf_history h3 span{
		font-size: 1.4rem;
	}
	.prf_history h4 { 
		margin: 0.5rem!important;
	}
	.prf_history p{
		margin-top: 1rem;
		font-size: 1.2rem;
		line-height: 1.8;

	}
	.prf_history ul {
		font-size: 1.2rem;
	}
	.prf_border-top::before,.prf_border-top::after,.prf_border-bottom::before,.prf_border-bottom::after{
		width: 6rem;
		height: 6rem;
	}
	.prf_border-top::before{
		border-radius: 30px 0;
	}
	.prf_border-top::after{
		border-radius: 0 30px;
	}
	.prf_border-bottom::before{
		border-radius: 0 0 0 30px;
	}
	.prf_border-bottom::after{
		border-radius: 0 0 30px 0;
	}
	.m_o_i .separat{
		margin-top: 4rem;
		padding: 3rem 0;
	}
	.prf_interview{
		width: 100%;
		border-radius: 30px;
		margin-top: 2rem;
		padding:2.5rem;
		box-sizing: border-box;
	}
	.prf_interview h3{
		font-size: 2rem;
		text-align: left;
	}
	.prf_3h{
		text-align: left;
	}
	.prf_interview a{
		width: 100%;
		max-width: 100%;
		margin-top: 2rem;
	}
	.prf_interview a h4{
		margin-top: 1rem;
		font-size: 1.7rem;
		text-align: left;
	}
	.prf_overview{
		width:100%;
		margin-top: 2rem;
	}
	.prf_overview h3{
		font-size: 2rem;
		font-weight: 700;
	}
	.prf_overview ul{
		margin-top: 1rem;
		text-align: left;
	}
	.prf_overview ul li{
		font-size: 1.2rem;
	}
	.prf_movie{
		margin-top: 2.5rem;
		padding: 2.5rem;
		border-radius: 30px;
	}
	.prf_movie h3{
		font-size: 2rem;
	}
	.prf_movie .flexbox-bt {
		justify-content: center!important;
	}
	.prf_movie .flexbox-bt a{
		margin-top: 1.5rem;
		flex: 1 1 0;
	}
	.prf_project{
		padding: 3rem 0 0;
		position: relative;
	}
	.prf_project img{
		width: 100%;
		max-width: 200px;
		margin: 0 auto;
	}
	.prf_project_txt{
		width: 100%;
	}
	.prf_project p span{
		font-size: 1.8rem;
		line-height: 1.4;
	}
	.prf_project p{
		margin-top: 1.5rem;
		width: 100%;
		margin-left: 0;
	}

	/*======================================

	Interviews

	======================================*/
	.interview_main-img{
		text-align: center;
	}
	.interview_main-img img{
		width: 75%;
		max-width: 640px;
		border-radius: 20px;
	}
	.interview_ttl{
		margin-top: -3rem;
		padding: 6% 4% 7%;
		border-radius: 30px;
	}
	.interview_ttl::before{
		font-size: 1.5rem;
		font-weight: 400;
		padding: .2rem 3rem;
		border-radius: 20px 0 6px 0;
	}
	.interview_ttl h3{
		font-size: 2rem;
		padding-bottom: 1rem;
		margin-top: 1.5%;
		line-height: 1.2;
	}
	.interview_ttl h4{
		font-size: 1.6rem;
		margin-top: 1rem;
	}
	.interview_ttl h5{
		font-size: 1.3rem;
		margin-top: 1.2rem;
	}
	.interview_ttl_sns{
		bottom: -1.3rem;
	}
	.interview_ttl_sns .hov{
		width: 2.6rem;
	}
	
	.interview_reporter{
		margin-top: 3rem;
	}
	.interview_content{
		border-radius: 20px;
		padding: 4% 4% 8rem;
		margin-top: 2rem;
	}
	.interview_content p{
		margin-top: 2.5rem;
	}
	.interview_content img{
		margin: 2.5rem auto 0;
	}
	.interview_content .movie_wrap{
		margin: 2.5rem auto 0;
	}
	.interview_sns{
		max-width: 240px;
		padding: 1rem 2rem;
	}
	.interview_sns p{
		font-size: 1.6rem;
	}
	.interview_sns a{
		width: 2.6rem;
		margin-left: 1.5rem;
	}

	/*======================================

	movie

	======================================*/
	.sec_wrap.movie_page{
		margin-top: 2rem;
	}
	.movie{
		border-radius: 20px;
		margin-bottom: 6rem;
		padding: 4% 4% 5rem;
	}
	.movie_page .movie_wrap{
		width: 100%;
	}
	.movie h3{
		font-size: 1.8rem;
	}
	.movie h3::before{
		width: 4px;
	}
	.movie h4{
		margin:.6rem auto 1.5rem;
	}

	/*======================================

	Interviews_list movie_list

	======================================*/
	.sec_wrap.list-page{
		margin-top: 2rem;
	}
	.list-page{
		padding-bottom: 5rem;
	}
	.listpage_list{
		display: block;
		text-align: center;
		border-radius: 20px;
		padding: 6% 5%;
		margin-top: 2rem;
	}
	.listpage_list img{
		width: 100%;
		max-width: 200px;
		margin: 0 auto;
	}
	.listpage_list .list_info{
		width: 100%;
		text-align: left;
		margin-top: 1rem;
	}
	.listpage_list .list_info h3{
		font-size: 2rem;
		padding-bottom: 1rem;
	}
	.listpage_list .list_info h4{
		margin-top: 1rem;
		font-size: 1.6rem;
	}
	.listpage_list .list_info .list_info_name::before{
		font-size: 1.6rem;
	}
	.listpage_list .list_info h5{
		margin-top: 1rem;
		font-size: 1.2rem;
	}
	.list_link{
		width: 50%;
	}
	.list_link p{
		font-size: 1.6rem;
	}
	.flexbox-bt.prf_list{
		display: flex;
	}
	.prf_list::after{
		content: '';
		width: 46%;
		display: block;
	}
	.list-prf{
		width: 46%;
		margin-bottom: 4rem;
	}
	.list-prf h3{
		font-size: 0.9rem;
		max-width: 100%;

	}
	.list-prf a{
		margin-top: 1.5rem;
		display: inline-block;
		padding: .6rem 1rem;
		box-sizing: border-box;
		color: #ef4f84;
		font-size: 1.3rem;
	}
	#page-top {
		bottom: 10px;
		right: 10px;
	  }
	  
	  #page-top.bottomed {
		bottom: 300px;
	  }
	
	  #page-top a {
		font-size: 1.2rem;
		width: 60px;
		height: 60px;
	  }
}


/*======================================

画面サイズ480px以下

======================================*/
@media screen and (max-width: 480px) {
	.top_profile_img{
		height: 150px;
	}
	@keyframes show {
		0% {
			width: 130px;
			height: 30px;
		}
		20% {
			width: 130px;
			height: 30px;
		}
		60% {
			width: 50%;
			padding-top: 3rem;
			font-size: 1.2rem;
			background: rgba(240,240,240,0.8);
		}
		100% {
			width: 100%;
			height: 100%;
			border-radius: 8px;
			padding-top: 13rem;
			font-size: 2.7rem;
			color: #fff;
			background: rgba(239,79,132,0.85);
		}
	}
	#page-top.bottomed {
		bottom: 300px;
	  }
	  .top_notify p {
		font-size: 1.2rem;
	}
	.list-prf a {
		font-size: 1rem;
	}
	.top .top_profile_btn {
		font-size: 1.2rem;

	}
	.no-interview {
		flex-direction: column;
	}
	@media screen and (max-width: 325px) {
		.top .top_profile_btn {
			font-size: 1.2rem;
			border-radius: 0 0 0 0;
			width: 100%;
		}
	}
}

@media print {
	header, footer, .sns-subscribe, .prf_movie  {
		display: none!important;
	}
 }