@charset "UTF-8";

/* ボーダーボックス --------------------------------------------*/

.borderbox {
	box-sizing: border-box;
}

/* インナー max960px --------------------------------------------*/

.inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

/* リセット --------------------------------------------*/

body,div,span,header,nav,main,section,footer,h1,h2,h3,h4,h5,h6,ul,ol,li,p,img,dl,dt,dd,table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
ul,ol {
	list-style-type: none;
}
img {
	display: block;
}
a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}


/* 全体 --------------------------------------------*/

body {
	background: #000;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;	
	font-family: "Arial", 'Noto Sans JP', sans-serif;
    position: relative;
}
.wrapper {
	height: 100%;
}

/* フェードイン効果 */
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}
.fade-in-up {
  transform: translate(0, 50px);
}
.fade-in-left {
  transform: translate(-200px, 0);
}

.fade-in-right {
  transform: translate(200px, 0);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
/* フェードイン効果 */



/* ヘッダー  --------------------------------------------*/

header {
	width: 100%;
	padding: 0 25px 0 25px;
	height: 90px;
	background: #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
h1 {
	padding-top: 5px;
}
h1 img {
	width: 260px;
	height: auto;
	margin-bottom: 3px;
}
h1 a {
    transition: all 0.5s ease;
}
h1 a:hover {
    opacity: 0.7;
}
h1 p {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}
.main-nav {
	display: flex;
}
.main-nav li {
	margin-left: 40px;
	text-align: center;
}
.main-nav li a {
	transition: all 0.5s ease;
}
.main-nav li a:hover {
	color: #F3831B;
}
.en {
	display: block;
	height: 38px;
	font-family: 'Teko', sans-serif;
	font-size: 30px;
}
.ja {
	display: block;
	font-size: 14px;
}

/* マウスオーバー 線伸びる -------------------*/
.main-nav li a  {
	position: relative;
}
.main-nav li a::after {
 	position: absolute;
    bottom: 22px;
    left: -50%;
    content: '';
    width: 100%;
    height: 1px;
    background: #F3831B;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: all 0.5s ease;
}
.main-nav li a:hover::after {
  transform: scale(1.8, 1);
}
/* マウスオーバー 線伸びる -------------------*/




/* メイン  --------------------------------------------*/

section {
	padding: 50px 0;
}
.title {
	text-align: center;
	margin-bottom: 30px;
}
.title h2 {
	font-size: 120px;
	font-family: 'Teko', sans-serif;
	letter-spacing: 0.2rem;
	height: 140px;
}
.underline {
	border-top: solid 1px #fff;
	width: 150px;
	margin: 0 auto;
}
.title-ja {
	padding-top: 10px;
	font-size: 18px;
	letter-spacing: 0.15rem;
}



/* キービジュアル  --------------------------------------------*/

.main-visual {
    position: relative;
    width: 100%;
    height: calc(100vh - 90px);
    overflow: hidden;
    background: #000;

}
.video_wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.video_wrapper video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
}

/*
.catch-box {
    position: relative;
    background: #000;
	width: 100%;
	height: 100vh;
    overflow: hidden;
}

.catch-box video {
 	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh; 
    height: 56.25vw; 
    min-width: 100%;
    min-height: 100%;
}
*/

/* 事業内容  --------------------------------------------*/

#business {
	background: #000;
	position: relative;
	z-index: 0;
}	
.business-detail li {
	margin-bottom: 50px;
}
/*.business-detail li:nth-of-type(6) {
	margin-bottom: 0;
}*/
.business-detail h3 {
	margin-top: 60px;
	margin-bottom: 20px;
}
.number-box {
	position: relative;
	display: inline-block;
	width: 450px;
	height: 50px;
}
.business-detail li:nth-of-type(3) .number-box {
	width: 520px;
}
.business-detail li:nth-of-type(6) .number-box {
	width: 730px;
}
.number-box:before {
	display: block;
	position: absolute;
	top: 0;
    right: 0;
    transform: skewX(33deg);
	width: calc(100% + 100px);
    height: 100%;
	content: "";
	background-color: #E76F00;
}
.business-name {
	position: absolute;
	left: 130px;
	bottom: 2px;
	font-size: 30px;
}
.business-detail li:nth-of-type(6) .number-box .business-name {
	font-size: 20px;
	bottom: 10px;
}
.number {
	position: absolute;
	left: 20px;
	bottom: -40px;
	font-size: 100px;
	font-family: 'Teko', sans-serif;
	letter-spacing: 0.15rem;
	text-shadow: 2px 2px 0px #000;
}
.talent {
	display: flex;
	overflow-x: hidden; /* フェードイン時の横スクロールバー表示対策*/
}
.marty, .luv {
	width: 50%;
}
.talent-photo {
	height: 600px;
}
.photo-marty {
	background: url("../img/photo-marty.jpg") top center / cover;
}
.photo-luv {
	background: url("../img/photo-luv3.jpg") top 30% center / cover;
}
.talent-detail {
	padding-top: 15px;
	padding-right: 50px;
	padding-left: 50px;
	box-sizing: border-box;
}
.talent-detail h4 {
	font-size: 24px;
	margin: 5px auto 40px;
	text-align: center;
	position: relative;
    padding: 10px 0;
    color: #E76F00;
	width: 350px;
	/*letter-spacing: 0.1em;*/
}
.talent-detail h4::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    border-top: 3px solid #E76F00;
    border-bottom: 3px solid #E76F00;
    background: #1F1F1F;
    transform: skew(33deg);
    content: '';
    z-index: -1;
}
.talent-link {
	display: flex;
	flex-direction: column;
	align-items: center;	
}
.talent-link li {
	margin: 0 auto 30px;
	text-align: left;
	width: 370px;
}
.talent-link li a {
	display: block;
	width: 100%;
	padding: 15px 0 15px 15px;
	border: solid 1px #fff;
	transition: all 0.5s ease;
 	position: relative;
	z-index: 1;
	overflow: hidden;
}
.talent-link li a:hover {
	/*color: #F3831B;*/
	/*border-color: #F3831B;
	background-color: rgba(207,115,10,0.90);*/
}
.talent-link li a::before {
  content: "";
  width: 135%;
  height: 100%;
  background-color: rgba(224,128,0,0.8);
  position: absolute;
  top: 0;
  left: -35px;
  z-index: -1;
  transform-origin: top left;
  transform: skewX(33deg) translateX(-100%);
  transition: inherit;
}
.talent-link li a:hover::before {
  transform-origin: top right;
  transform: skewX(33deg) translateX(0);
}

/*.talent-link li a:hover {
  color: #F3831B;
  border-color: #F3831B;
}
*/

.studio {
	overflow-x: hidden; /* フェードイン時の横スクロールバー表示対策*/
}
.studio-photo {
	display: flex;
}
.studio-photo img {
	width: 50%;
	height: auto;
}
.studio-detail {
	padding: 15px 0 30px;
	text-align: center;
}
.studio-detail h4 {
	font-size: 24px;
	margin: 5px auto 40px;
}
.studio-detail h4 {
    position: relative;
    padding: 10px 0;
    color: #E76F00;
	width: 350px;
}
.studio-detail h4::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    border-top: 3px solid #E76F00;
    border-bottom: 3px solid #E76F00;
    background: #222222;
    transform: skew(33deg);
    content: '';
    z-index: -1;
}
.studio-contact {
	margin: 30px auto;
	width: 420px;
}
.studio-contact a {
	display: block;
	width: 100%;
	padding: 15px;
	border: solid 1px #fff;
	transition: all 0.5s ease;
 	position: relative;
	z-index: 1;
	overflow: hidden;
}
.studio-contact a::before {
  content: "";
  width: 135%;
  height: 100%;
  background-color: rgba(224,128,0,0.8);
  position: absolute;
  top: 0;
  left: -35px;
  z-index: -1;
  transform-origin: top left;
  transform: skewX(33deg) translateX(-100%);
  transition: inherit;
}
.studio-contact a:hover::before {
  transform-origin: top right;
  transform: skewX(33deg) translateX(0);
}
.how-link a {
	transition: all 0.5s ease;
}
.how-link a:hover {
	opacity: 0.5;
}
.other-detail {
	padding-bottom: 30px;
	padding-left: 50px;
}


/* 制作実績  --------------------------------------------*/

#works {
	position: relative;
}
#works::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/back-works2.jpg");
    background-size: cover;
}
.works-detail {
	width: 50%;
}
.works-box {
	/*background: rgba(204,112,26,0.30);*/
	background: rgba(10,10,10,0.80);
	margin: 20px 20px 40px 20px;
	padding: 25px;
	border: double 5px #ccc;
	box-shadow: 0px 0px 8px #222;
}
.works-box .works-photo img {
	display: inline-block;
	width: 24%;
	height: auto;
	vertical-align: top;
	margin-right: 1.3%;
	margin-bottom: 1.3%;
}
.works-box .works-photo img:nth-child(4) {
	margin-right: 0;
}
.works-box .works-photo img:nth-child(n+5) {
	margin-bottom: 0;
}
.works01 {
	position: relative;
	margin-top: 50px;
}
.works02 {
	position: relative;
	left: 100%;
	margin-top: -120px;
}
.works03 {
	position: relative;
	margin-top: -120px;
}
.works04 {
	position: relative;
	left: 100%;
	margin-top: -80px;
}
.works05 {
	position: relative;
	margin-top: -120px;
}
.works06 {
	position: relative;
	left: 100%;
	margin-top: -120px;
}
.works07 {
	position: relative;
	margin-top: -80px;
}
.works08 {
	position: relative;
	left: 100%;
	margin-top: -120px;
	margin-bottom: 80px;
}
.works-box h3 {
	color: #F3831B;
	margin-bottom: 20px;
	border-left: solid 5px #F3831B;
	padding-left:  8px;
	font-size: 22px;
}


/* 映像デザイン室  --------------------------------------------*/

#design {
	background: #000;
}
.design-intro {
	text-align: center;
	margin-bottom: 50px;
}
.design-intro-box {
	display: inline-block;
	border: solid 1px #F3831B;
	padding: 25px;
	text-align: left;
}
.design-intro-box p:first-child {
	margin-bottom: 10px;
}
.design-works li {
	margin-bottom: 40px;
}
.design-works p {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.design-works-box {
	display: flex;
}
.design-works-box img {
	width: 25%;
	height: auto;
}
.design-works-box video {
	width: 25%;
	height: auto;
}


/* 会社概要  --------------------------------------------*/


#company {
 background: url("../img/minagawa.jpg") center center / cover;
}
.company-box {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}
.company-detail {
	background: rgba(188,99,15,0.30);
	padding: 20px 60px 40px;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0px 0px 8px #111;
}
.company-detail dt {
	width: 25%;
	border-bottom: solid 1px rgba(243,131,27,0.70);
	padding: 20px 0;
}
.company-detail dd {
	width: 75%;
	border-bottom: solid 1px rgba(243,131,27,0.70);
	padding: 20px 0;
}
.company-detail a {
	transition: all 0.5s ease;
}
.company-detail a:hover {
	opacity: 0.5;
}


/* フッター  --------------------------------------------*/

footer {
    background: #000;
	padding: 30px 0;
}
.footer-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.ft-com h2 a {
	display: inline-block;
    transition: all 0.5s ease;
}
.ft-com h2 a:hover {
    opacity: 0.7;
}
.ft-com h2 img {
	width: 200px;
	height: auto;
	margin-bottom: 3px;
}
.ft-com h2 p {
	font-size: 14px;
	font-weight: normal;
	padding-left: 35px;
}
.ft-nav {
	display: flex;
}
.ft-nav li {
	margin-right: 30px;
}
.ft-nav li a {
	transition: all 0.5s ease;
}
.ft-nav li a:hover {
	color: #F3831B;
}
.copy {
	text-align: center;
}
#page-top {
  display: none;
  position: fixed;
  right: 20px;
  line-height: 0.9;
  z-index: 99;
}
#page-top a {
  background: #E76F00;
  color: #fff;
  padding: 5px 18px 12px;
  text-align: center;
  display: block;
  border: solid 1px #eee;
  opacity: 0.9;
  transition: all 0.5s ease;
}
#page-top a:hover {
  opacity: 0.5;
}
/*#page-top .fa-caret-up {
	font-size: 30px;
}*/
#page-top img {
	width: 15px;
    height: auto;
    margin: 0 auto -15px;
}
#page-top .en {
	font-size: 24px;
}


/*-------------------------1025px以上のみ---------------------------------------------- */

@media screen and (min-width: 1025px) {

.pc {
    display: none;
}
.small-nav {
	display: none;
}
.tab {
    display: none;
}

/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
header.HeightMin{
	position: fixed;
    z-index: 999;/*最前面へ*/
	background: rgba(0,0,0,0.85);
	animation: DownAnime 0.5s forwards;
}

}


@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-90px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}


/*-------------------------1024px以下------------------------------------------------- */

@media screen and (max-width: 1024px) {


/* ヘッダー --------------------------------------------*/ 
    
header {
    position: fixed;
    top: 0;
	height: 70px;
	background: #111;
	border-bottom: solid 1px #fff;
    padding: 0;
    z-index: 999;
}
h1 {
	margin-right: auto;
	margin-left: 15px;
}
h1 img {
	width: 200px;
}
.small-nav {
  position: relative;
  width: 36px;
  height: 26px;
  margin-right: 15px;
}
.small-nav span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.5s ease;
}
.small-nav span:nth-of-type(1) {
  top: 0;
}
.small-nav span:nth-of-type(2) {
  top: 12px;
}
.small-nav span:nth-of-type(3) {
  bottom: 0;
}
.small-nav.open span:nth-of-type(1) {
  transform: translateY(12px) rotate(-315deg);
}
.small-nav.open span:nth-of-type(2) {
  opacity: 0;
}
.small-nav.open span:nth-of-type(3) {
  transform: translateY(-12px) rotate(315deg);
}
nav {
	position: fixed;
	top: 70px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	transition: all ease 0.5s;
	left: 100%;
}
nav.open {
	 left: 0;
}
.main-nav {
	flex-direction: column;
}
.main-nav li {
	font-size: 18px;
	margin-left: 0;
    margin-bottom: 40px;
}
.main-nav li:first-child {
	margin-top: 30px;
}
.main-nav li a {
	height: 70px;
}
.main-nav li a:after {
	display: none;
}


/* キービジュアル  --------------------------------------------*/

.main-visual {
    height: 100vh;
}
.video_wrapper video {
    object-position: 50% 0%;
}


/* 事業内容  --------------------------------------------*/

.number-box {
	display: block;
	width: 100%;
	height: auto;
    background-color: #E76F00;
    text-align: center;
    padding: 30px 10px 5px;
    box-sizing: border-box;
}
.business-detail li:nth-of-type(3) .number-box {
	width: 100%;
}
.business-detail li:nth-of-type(6) .number-box {
	width: 100%;
}
.number-box:before {
	display: none;
}
.business-name {
	position: static;
	font-size: 24px;
}
.business-detail li:nth-of-type(6) .number-box .business-name {
	font-size: 22px;
}
.number {
	right: 0;
    left: 0;
    margin: 0 auto;
	bottom: 15px;
	font-size: 70px;
}
.business-detail li:nth-of-type(6) .number-box .number {
	bottom: 45px;
}    
.talent {
	flex-direction: column;
}
.marty, .luv {
	width: 100%;
}
.talent-photo {
	height: 500px;
}
.talent-detail {
	padding-right: 15px;
	padding-left: 15px;
}
.talent-detail h4 {
	font-size: 20px;
	width: 270px;
}
.talent-link li {

}
.talent-link li a {
	padding: 15px;
    box-sizing: border-box;
}
.talent-link li a::before {
    display: none;
}
.talent-link li a:hover {
    background-color: rgba(224,128,0,0.8);   
}
    
.studio-photo {
	flex-direction: column;
}
.studio-photo img {
	width: 100%;
}
.studio-detail {
	padding: 15px 15px 30px;
}
.studio-detail h4 {
	font-size: 20px;
}
.studio-detail h4 {
	width: 270px;
}
.studio-contact {
    width: 450px;
}
.studio-contact a {
	box-sizing: border-box;
}
.studio-contact a::before {
  display: none;
}
.studio-contact a:hover {
    background-color: rgba(224,128,0,0.8);   
}  
.other-detail {
	padding: 0 15px;
}
 
    
/* 制作実績  --------------------------------------------*/

#works::before {
    height: calc(100vh - 70px);

}
.works-detail {
	width: 90%;
    margin: 0 auto;
}
.works-box h3 {
    font-size: 20px;        
}

.works-box {
    position: static;
    margin: 0 0 40px;
}
.works-box h3 {
	color: #F3831B;
	margin-bottom: 20px;
	border-left: solid 5px #F3831B;
	padding-left:  8px;
	font-size: 22px;
}


/* 映像デザイン室  --------------------------------------------*/

.design-intro {
    max-width: 90%;
    margin: 0 auto 50px;
}
.design-works p {
    font-size: 18px;
	padding: 0 15px;
}
.design-works-box {
	flex-wrap: wrap;
}
.design-works-box img {
	width: 50%;
}
.design-works-box video {
	width: 50%;
}


/* 会社概要  --------------------------------------------*/

.company-box {
	width: 90%;
}
.company-detail {
	padding: 20px 20px 40px;
	display: flex;
}
.company-detail dt {
	width: 100%;
	border-bottom: 0;
	padding: 2px 0 2px 8px;
    margin: 20px 0 0;
    border-left: solid 4px #fff;
}
.company-detail dd {
	width: 100%;
	padding: 20px 0;
}

    
/* フッター  --------------------------------------------*/   
    
.ft-com {
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}
.ft-com h2 {
    margin-bottom: 10px;
}
.ft-com h2 p {
	padding: 0;
}
.ft-nav {
	display: none;
}

}

/*-------------------------599px以下--------------------------------------------------- */

@media screen and (max-width: 599px) {

.tab {
    display: none;
}
    
/* ヘッダー  --------------------------------------------*/

.main-visual {
    background: url("../img/photo-catch-small.jpg")  center center;
    background-size: cover;
    height: calc(100vh - 70px);
    margin-top: 70px;
}
.video_wrapper {
    display: none;
}

/* メイン  --------------------------------------------*/

.title h2 {
	font-size: 80px;
	height: 100px;
}

/* 事業内容  --------------------------------------------*/

.talent-photo {
	height: 300px;
}
.talent-link li {
	width: 100%;
}
.studio-contact {
    text-align: left;
	width: 100%;
}

/* 制作実績  --------------------------------------------*/

#works::before {
    background-image: url("../img/back-works2-small.jpg"); 
}
.works-box .works-photo img {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.works-box .works-photo img:nth-child(3n) {
	margin-right: 0;
}
.works-box .works-photo img:nth-child(4) {
	margin-right: 2%;
}
.works-box .works-photo img:nth-child(n+5) {
	margin-bottom: 2%;
}
    
/* フッター  --------------------------------------------*/

.copy {
	font-size: 13px;
}
#page-top {
  right: 5%;
}
#page-top a:hover {
  opacity: 0.9;
}
#page-top a {
  padding: 2px 15px 7px;
}
#page-top img {
	width: 15px;
    margin: 0 auto -17px;
}
#page-top .en {
	font-size: 22px;
}
    
}
