html{
}
body {
width:100%;
height:100%;
  background: #000;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
  letter-spacing: 0.1rem;
}
#wrapper{width:100%;overflow:hidden;}
p {
    margin-bottom:0rem;
	letter-spacing:.2rem;
	line-height:180%;
}
a:hover{
	text-decoration: none;
}
ol{
    list-style: decimal;
    margin: 1rem 0 1rem 2rem;
}
h1{font-size:6rem;}
#privacy h2{
  font-size: 1.5rem;
  color: darkgoldenrod;
}
h2 {
  overflow: hidden;
}
h2 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
h2 span::before,
h2 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #fff;
}
h2 span::before {
  right: 100%;
}
h2 span::after {
  left: 100%;
}
[type=reset]:not(:disabled), [type=submit]:not(:disabled){
    cursor: pointer;
    width: 100%;
    padding: 1rem;
    background: transparent;
    border: 1px solid #ccc;
    color: #fff;
}
[type=submit]:hover,[type=reset]:hover{
	background:#fff;
	color:darkblue;
}
input{width:100%;}
textarea{width:100%;}
.h-auto{height:auto !important;}
.f-serif{font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;}
.f-en-serif{letter-spacing:.2rem;font-family:'Playfair Display', serif;}
.f-120{font-size:1.2rem;}
.f-white{color:#fff;}
.f-screen{
	width:100%;
	height:100vh;
	overflow:hidden;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.top-service{padding: 6rem 1rem;}
.btn-blue{
	color:#fff;
	padding: 1rem 2rem;
	display: inline-block;
	border:2px solid #fff;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.p-10{padding:5rem;}
.bg-acc01 {
    background: url(../img/black-stripe.png), linear-gradient(225deg, rgba(184, 134, 117, 1), rgba(25, 36, 72, .5));
}
h3 {
    font-size: 1.2rem;
    padding: 1rem 0;
}
.wrapper{width:100%;overflow:hidden;}
#mv{
width:100%;
height:100vh;
overflow:hidden;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
#mv img{position:absolute;z-index:100;mix-blend-mode:screen;}
#mv-content{
	padding: 10rem 0;
    color: floralwhite;
	background:url("../img/mv-content-bg.jpg")no-repeat center;
	background-size:cover;
}
#mv-content h1{
	font-size: 3rem;
}
#top-01 h2{
margin-bottom:2rem;
}
#top-01 p{
	line-height: 200%;
    letter-spacing: .25rem;
}
#top-02 p{
	line-height: 200%;
    letter-spacing: .25rem;
}

#service01-02 .content-motioncase{padding:6rem 1rem;}
    .swiper-container {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.side-column-printing{
	background:url("../img/242.jpg")no-repeat;
	min-height:300px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	background-size: contain;
}
.side-column-web{
	background:url("../img/web-bg01.jpg")no-repeat;
	min-height:300px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	background-size: contain;
}
.side-column-motion{
	background:url("../img/movie-bg01.jpg")no-repeat;
	min-height:300px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	background-size: contain;
}
.of-hidden{overflow:hidden;}
.alpha-2 {
  filter: opacity(0);
  animation-name: aplha-2;
  animation-duration: 2s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
}

@keyframes aplha-2 {
  0% {
	filter:opacity(0);
  }
  100% {
	filter:opacity(100);
  }
}

.alpha-4 {
  filter: opacity(0);
  animation-name: aplha-4;
  animation-duration: 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes aplha-4 {
  0% {
	filter:opacity(0);
  }
  100% {
	filter:opacity(100);
  }
}

.alpha-6 {
  filter: opacity(0);
  animation-name: aplha-6;
  animation-duration: 2s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
}

@keyframes aplha-6 {
  0% {
	filter:opacity(0);
  }
  100% {
	filter:opacity(100);
  }
}

.canvas-blur {
  filter: blur(20px);
  animation-name: blur2;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}

@keyframes blur2 {
  0% {
    filter: blur(20px);
  }
  100% {
    filter: blur(0);
  }
}
.mv-word{
    display: block;
    position: absolute;
    z-index: 104;
    color: #fff;	
	bottom: 25%;
	text-shadow: 0px 0px 10px darkgoldenrod, 0px 0px 10px darkgoldenrod;
}
header{
	position:fixed;
	width:100%;
	background:transparent;
	z-index: 100;
}
.header-logo{
	position: absolute;
    top: 1rem;
    left: 1rem;
}
.header-logo img{
	max-width: 150px;
}
.header-logo span{
    color: #fff;
    margin-left: 1rem;
    font-size: .8rem;
}
.header-menu{
	position: absolute;
    right: 1rem;
    top: 1rem;
}
.fix-copyright{
	position:fixed;
    bottom: 1.5rem;
    left: 1.5rem;	
    color: #fff;
    font-size: .5rem;	
}
.fix-contact{
    position:fixed;
    bottom: 1.5rem;
    right: 1.5rem;	
}
.header-contact a{
    color:rgba(20,54,111,.8);
}
.contact-btn{
    min-width: 150px;
    display: block;
    text-align: center;
    padding: .5rem 1rem;
    text-decoration: none;
    color: #fff !important;
    font-weight: 400;
    border: 1px solid #fff;	
	font-size:.75rem;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.contact-btn svg{margin-right:5px;}
.nav-tabs .nav-link {
    border:0px solid transparent;
    border-top-left-radius:0rem;
    border-top-right-radius:0rem;
}
.nav-tabs .nav-item {
    margin-bottom: 0px;
    width: 33.33333%;
    text-align: center;
}
.nav-tabs .nav-item a{
	color:#fff;
	padding:1.5rem;
}
.tab-pane{

}
.price-table01{
	color:#fff;
}
.th3td7 th{width:40%;}
.th3td7 td{width:60%;}
.price-table01 th{width:35%;}
.price-table01 td{width:45%;}
.price-table01 td:nth-child(3){width:20%;}


#canvas{
	width:100%;
	height:100vh;
background: -moz-radial-gradient(rgba(0,0,0,0), rgba(20,54,111,.8)),url(../img/bg-mv01.png) no-repeat center;
background: -webkit-radial-gradient(rgba(0,0,0,0), rgba(20,54,111,.8)),url(../img/bg-mv01.png) no-repeat center;
background: radial-gradient(rgba(0,0,0,0), rgba(20,54,111,.8)),url(../img/bg-mv01.png) no-repeat center;
}
#projector {
  position: absolute; 
  top: 0px;
  left: 0px;
  width:100%;
  height:100%;
} 

.center-div {
	width:580px;
    height:374px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left: -290px;
    margin-top:  -187px;
}

#preloaderDiv
{
	position:absolute;
	left:50%;
    top:50%;
    margin-left: -27px;
    margin-top:  -27px;
}

#logo{
	opacity:0;
    filter: alpha(opacity=0);
}

#date2014
{
	position:absolute;
	padding-left: 210px;
	padding-top:15px;
	opacity:0;
	top:303px;
	left:0;
    filter: alpha(opacity=0);
}
#top-01{
	background:url("../img/top01-bg01.jpg")center no-repeat;
	background-size:cover;
}

.fadein {
  filter: opacity(0);	
}
 
.fadein.active {
  filter: opacity(0);
  animation-name: fadein;
  animation-duration: 2s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
	filter:opacity(0);
  }
  100% {
	filter:opacity(100);
  }
}

.fadein2 {
  filter: opacity(0);	
}
 
.fadein2.active {
  filter: opacity(0);
  animation-name: fadein2;
  animation-duration: 2s;
  animation-delay: .8s;
  animation-fill-mode: forwards;
}

@keyframes fadein2 {
  0% {
	filter:opacity(0);
  }
  100% {
	filter:opacity(100);
  }
}

.fadein3 {
  filter: opacity(0);	
}
 
.fadein3.active {
  filter: opacity(0);
  animation-name: fadein3;
  animation-duration: 2s;
  animation-delay: .8s;
  animation-fill-mode: forwards;
}

@keyframes fadein3 {
  0% {
	filter:opacity(0);
  }
  100% {
	filter:opacity(100);
  }
}

.fadein4 {
  filter: opacity(0);	
}
 
.fadein4.active {
  filter: opacity(0);
  animation-name: fadein4;
  animation-duration: 2s;
  animation-delay: .8s;
  animation-fill-mode: forwards;
}

@keyframes fadein4 {
  0% {
	filter:opacity(0);
  }
  100% {
	filter:opacity(100);
  }
}

.fadein4 {
  filter: opacity(0);	
}
 
.fadein4.active {
  filter: opacity(0);
  animation-name: fadein4;
  animation-duration: 2s;
  animation-delay: .8s;
  animation-fill-mode: forwards;
}

@keyframes fadein4 {
  0% {
	filter:opacity(0);
  }
  100% {
	filter:opacity(100);
  }
}

@media screen and (max-width: 480px){
	.header-logo span {
	display: block;
	margin-left:0;
	margin-top:.5rem;
	}
	.contact-btn {
    min-width: 130px;
    font-size: .5rem;
}
	.mv-word {
    bottom: 28%;
}
	h1{font-size:2.5rem;}
	.f-120 {font-size: 0.75rem;}
	#top-01 br{display:none;}
	.top-service-img img {
    width: 100% !important;
}
	.top-service-box {
    position:inherit !important;
    width:100% !important;
    padding: 2rem;
    right: 0px;
    max-width: 100% !important;
    margin: 0 0 0 auto;
	}
	h2 span {
    position: inherit;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
}
	.col-xs-6{
		width:50%;
		padding-left:5px;
		padding-right:5px;
	}
	.col-xs-6 h3{font-size:.8rem;}
	.sp-mb-0{margin-bottom:0 !important;}
form .col-md-4 {background: linear-gradient(225deg,rgba(32,83,157,1),rgba(25,36,72,.5));padding: 10px;margin: 0 1rem;}
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 46px;
  height: 46px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 21px;
  left: 12px;
  right: 12px;
  height: 1px;
  background: white;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
}
.c-hamburger span::before {
  top: -8px;
}
.c-hamburger span::after {
  bottom: -8px;
}
.c-hamburger--htx {
    background-color: transparent;
}
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
    background-color: transparent;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
.menu-collapsed ul {
  transition: all 0s;
  display: none;
}
.menu-expanded {
  transition: all .25s;
  text-align: center;
  line-height: 50px;
  height: 100vh;
  width: 100%;
  border-radius: 0px;
  top: 0;
  left: 0;
  background: linear-gradient(225deg,rgba(32,83,157,1),rgba(25,36,72,.75));
  position: fixed;
  padding-top: 70px;
}
.menu-expanded button {
    position: fixed;
    transition: all 0s;
    top: 1rem;
    right: 1rem;
}
.menu-expanded ul {
  display: block;
  transition: all 0s;
  position: relative;
  left: 0;
  z-index: 2;
  color:#fff;
}
.menu-expanded a {
transition: all .15s;
    text-decoration: none;
    font-size: .8rem;
    padding: 5px;
    color: #fff;
    line-height: 2.5rem;
    display: block;
}
.menu-expanded a:hover {
  transition: all .15s;
  letter-spacing: 2px;
  color: #c19b00;
}
.sp-menu-col3 li{
	width:100%;
}
.scroll{
	color: #fff;
    letter-spacing: 5px;
	display: block;
    z-index: 110;
	bottom: 120px;
    position: absolute;
	text-shadow: 0px 0px 5px darkgoldenrod, 0px 0px 5px darkgoldenrod;
}
.scroll a {
  padding-top: 70px;
  color:#fff;
}
.scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.top-01-tri{
    width: 100%;
    height: 100vh;
	position:relative;
	overflow:hidden;
}

.top-02-tri{
    width: 100%;
    height: 100vh;
	position:relative;
	overflow:hidden;
}
.content-motioncase{
    width: 100%;
	position:relative;
	overflow:hidden;
	padding:6rem 1rem;
}
.top-service-box{
	padding: 2rem;
}
.web-content-name{
	border:1px solid #fff;
}
footer{
	padding:6rem 1rem;
	background:url("../img/footer-bg.jpg")no-repeat center;
	background-size:cover;
}
.footer-svg{
	max-width: 300px;
    margin: 1.5rem auto 1rem;
	text-align:center;
}

.btn-header-01{
	color: #fff;
    border: 1px solid #fff;
    padding: 1rem;
    display: block;
    text-align: center;
	margin-bottom:1rem;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	font-size: 1rem;
}
.btn-header-02{
	color: #fff;
    background:#a6937c;
    padding: 1rem;
    display: block;
    text-align: center;
	margin-bottom:1rem;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	font-size: 1rem;
}
.btn-footer-01{
	color: #fff;
    border: 1px solid #fff;
    padding: 1rem;
    display: block;
    text-align: center;
	margin-bottom:1rem;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	font-size: 1rem;
}
.btn-footer-02{
	color: #fff;
    background:#a6937c;
    padding: 1rem;
    display: block;
    text-align: center;
	margin-bottom:1rem;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	font-size: 1rem;
}
.table th{padding:2rem 0;}
.table td{
		padding:2rem 0;
}
#service1{
	padding: 2rem;
    text-align: center;
}
#service2{
	padding: 2rem;
    text-align: center;
}
#service3{
	padding: 2rem;
    text-align: center;
}

.btn-blue:hover{background:#fff;color:#0b1c52 !important;}
.btn-footer-01:hover{background:#fff;color:#0b1c52 !important;}
.contact-btn:hover{background:#fff;color:#0b1c52 !important;}
.menu-expanded a:hover {
    transition: all .15s;
    letter-spacing:inherit;
	background:#fff;
	color:#0b1c52 !important;
}
.content-motioncase .container{
	z-index:10;
}
.acc-animation-circle{
	filter: blur(20px);
	position: absolute;
    z-index: -3;
    right: -100px;
    width: 800px;
    height: 800px;
    animation: circle 5s linear infinite;
	opacity:.5;
	top:-100px;
}

@keyframes circle {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.acc-animation-circle2{
	filter: blur(2px);
	position: absolute;
    z-index: -2;
    right: 20%;
    width: 400px;
    height: 400px;
    animation: circle2 5s linear infinite;
	opacity:.5;
	top:10rem;
}

@keyframes circle2 {
  0%   { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}

.acc-animation-circle3{
	position: absolute;
    z-index: -1;
    right: -10%;
    width: 1000px;
    height: 1000px;
    animation: circle2 10s linear infinite;
	opacity:.5;
	top:20rem;
}

@keyframes circle3 {
  0%   { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}

.acc-animation-cube{
	position: absolute;
    z-index: 3;
    right: -10%;
	top:-10rem;
    width: 1000px;
    height: 1000px;
    animation: cube1 30s linear infinite;
	opacity:.25;
}

@keyframes cube1 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.acc-animation-cube2{
	position: absolute;
    z-index: 3;
    right: 0%;
	top:10rem;
    width: 600px;
    height: 600px;
    animation: r2 30s linear infinite;
	opacity:.25;
}

@keyframes r2 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*スクロールバー全体*/
::-webkit-scrollbar {
    width: 10px;
  　background:#000;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius:0px;
  background:#000;
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color:darkgoldenrod;
}

.top-service01{
	position:relative;
	min-height: 450px;
}
.top-service-img{
	max-width:600px;
	z-index:1;
}
.top-service-img img{
	width:75%;
}
.top-service-box{
    position: absolute;
    z-index: 2;
    top: 20%;
    max-width: 70%;
background: -moz-linear-gradient(rgba(0,0,0,0), rgba(20,54,111,.8));
background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(20,54,111,.8));
background: linear-gradient(rgba(0,0,0,0), rgba(20,54,111,.8));
    padding: 2rem;
    right: 0px;
    margin: 0 0 0 auto;
}

.top-service-box img{
	max-width:300px;
}

@media screen and (max-width: 767px){
	section{
	width:100%;
	overflow:hidden;
	}
.top-01-tri{
    height:auto;
	padding:50px 0;
	position:relative;
	overflow-x:hidden;
}

.top-02-tri{
    height:auto;
	padding:50px 0;
	position:relative;
	overflow-x:hidden;	
}
	.top-service01{
	width:100%;
	}
.top-service-img {
    max-width: 100%;
	width:100%;
	z-index: 1;
}
	.top-service-box{
	width:100%;
	}
.side-column-printing {
    min-height: 150px;
    padding-bottom: 0;
    margin-bottom: 0;
    background-size: cover;
}
.side-column-web {
    min-height: 150px;
    padding-bottom: 0;
    margin-bottom: 0;
    background-size: cover;
}
.side-column-motion {
    min-height: 150px;
    padding-bottom: 0;
    margin-bottom: 0;
    background-size: cover;
}
.content-motioncase{
	padding:2rem 1rem !important;
	position:relative;
}
.p-10 {
    padding: 2rem;
}
th,td{width:100% !important;padding:1rem !important; float:left;}
th{background: linear-gradient(225deg,rgba(32,83,157,1),rgba(25,36,72,.5));}
td{margin-bottom:.5rem;font-size: .8rem; letter-spacing: 0.1rem; line-height: 180%;}
#service1{
	padding: 1rem;
    text-align: center;
}
#service2{
	padding: 1rem;
    text-align: center;
}
#service3{
	padding: 1rem;
    text-align: center;
}
.sp-mb-5{margin-bottom:.5rem !important;}
.sp-mt-5{margin-top:.5rem !important;}
.sp-menu-col3 li{
	width:100%;
	float:inherit;
	margin: 0;
}
.btn-header-01{padding:0 !important;}
.btn-header-02{padding:0 !important;}
#mv img{width:100%;bottom: 30%;}
}