*{
   margin:0;
   padding:0;
   transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
}

body {
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

p{
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1.8em;
  color: #4D4E56;
}
/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * wrap */

#wrap{
  width:100%;
  margin:0;
  padding:0;
  overflow: hidden;
}

/* ====================================================
brake
==================================================== */
@media print, screen and (min-width: 768px) {
.pc { display: inline; }
.sp { display: none; }
}
@media screen and (max-width: 767px) {
  .pc { display: none; }
  .sp { display: inline; }
}


/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * header */

header{
    width:100%;
	  z-index: 4;
    background-color: #fff;
	  position:fixed;
	  padding:10px 50px;
    -moz-box-sizing: border-box;
     box-sizing: border-box;
}


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

header{
  width:100%;
  display: block;
  padding:10px 10px;
}

}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * cta */


.cta{
  width: 100%;
  background-color: rgb(230, 230, 230);
  padding: 100px 0;
  background:#AAAEBE;
}

.cta_inner{
  max-width: 1000px;
  margin: auto;
}

.cta_inner p{
  margin-top: 40px;
}

.cta_inner ul{
  display: flex;
  list-style: none;
}

.cta_inner li{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}


.cta_inner ul a i{
  font-size: 18px;
  color: #000;
  margin:0 5px;
}

.cta h2,
.cta h2 span{
  color: #fff;
}

.cta p{
  color: #fff;
}

@media screen and (max-width: 768px) {
  .cta_inner{
    padding: 0 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cta_inner .btn{
    margin-bottom: 30px;
  }
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * footer */

footer{
  background-color: #4D4E56;
  padding: 50px 0 20px 0;
}

.footer_inner{
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.copy{
  font-size: 12px;
  margin-top: 30px;
  font-family: 'Montserrat', sans-serif;
  color: #ccc;
}

@media screen and (max-width: 768px) {
  footer{
    padding: 100px 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * h */
h1{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 28px;
}

h1 img{
  width: 140px;
}

h1 a{
  text-decoration: none;
  color: #000;
}

h1 a {
  display: inline-block;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
h1 a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

h2{
  font-family: "Ephesis", cursive;
  font-weight: 400;
  font-size: 34px;
  color: #4D4E56;
}
h2 span{
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-left: 10px;
  color: #aaaaaa;
}

h3{
  font-weight: 700;
  font-size: 82px;
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  margin: 20px 0;
  letter-spacing: 3px;
  color: #4D4E56;
}

h4{
  font-weight: 700;
  font-size: 32px;
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  margin: 20px 0;
  letter-spacing: 3px;
  color: #4D4E56;
}
h4 span{
  font-family: "Ephesis", cursive;
  font-weight: 400;
  font-size: 100px;
  display: block;
  color: #4D4E56;
}

@media screen and (max-width: 1024px) {
  h3{
    font-size: 48px;
  }
  h4{
    font-size: 18px;
  }
  h4 span{
    font-size: 46px;
  }
  
}

/* kv */
.kv{
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kv .main-copy{
  color: #fff;
  font-size:60px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "Ephesis", cursive;
  font-weight: 400;
}

.kv .sub-copy{
  color: #fff;
  font-size: 20px;
  letter-spacing: .1em;
  text-align: center;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

/* video */
.video{
  width: 92%;
  margin-top: 60px;
  height: 50vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.video::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #10394b;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .3;
}

.video video{
  min-width: 100%;
  min-height: 100%;
  width: 800px;
  height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  object-fit: contain;

}

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

  .kv{
    height:100vh;
  }
  /* kv */
  .kv{
    min-width: 960px;
  }

  .kv .main-copy{
    font-size: 92px;
  }

  .kv .sub-copy{
    font-size: 24px;
  }

  .video{
    height: 100vh;
  }

  .video video{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    object-fit:unset;
  
  }
}

/* bg loop text */
.loop_wrap {
  display: flex;
  width: 100vw;
  height: 438px;
  overflow: hidden;
  position: absolute;
}
.loop_wrap div {
  color: rgba(187, 187, 187, 0.1);
  font-size: 360px;
  line-height: 1.4em;
  font-weight: 400;
  flex: 0 0 auto;
  font-family: "Ephesis", cursive;
  white-space: nowrap;
}
.loop_wrap div:nth-child(odd) {
  animation: loop 80s -40s linear infinite;
}
.loop_wrap div:nth-child(even) {
  animation: loop2 80s linear infinite;
}
@keyframes loop {
  0% {
      transform: translateX(100%);
  }
  to {
      transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
      transform: translateX(0%);
  }
  to {
      transform: translateX(-200%);
  }
}
@media screen and (max-width: 767px) {
  .loop_wrap {
      height: 183px;
  }
  .loop_wrap div {
      font-size: 150px;
  }
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * s-main */

.s-main{
  width: 100%;
  position: relative;
}

.s-main img{
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.s-main_inner{
  width: 80%;
  margin: auto;
  padding: 100px 0;
}

.s-main h2{
  font-weight: 700;
  font-size: 32px;
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  margin: 20px 0;
  letter-spacing: 3px;
  color: #4D4E56;
}
.s-main h2 span{
  font-family: "Ephesis", cursive;
  font-weight: 400;
  font-size: 140px;
  display: block;
  color: #4D4E56;
}
.s-main p{
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .s-main{
    width: 100%;
    margin-top: 100px;
    
  }
  
  .s-main img{
    width: 100%;
    position:static;
    top: 100px;
    height: auto;
  }
  
  .s-main_inner{
    width: 100%;
    margin: auto;
    display: block;
    padding: 0px 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .s-main h2{
    font-size: 18px;
  }
  .s-main h2 span{
    font-size: 46px;
  }
  


}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * concept */

.concept{
  width: 100%;
  padding: 160px 0;
  position: relative;
}

.concept_inner{
  max-width: 1000px;
  margin: auto;
  margin-bottom: 50px;
}

.concept_inner p{
  font-size: 18px;
  line-height: 2.4em;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .concept_inner{
    padding: 100px 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .concept_inner p{
    font-size: 16px;
    letter-spacing: 2px;
  }
  
  
}


.circle{
  position: absolute;
  right: 20px;
  top: -70px;
  width: 300px;
  overflow: hidden;
  z-index: -1;
}
.circle img{
  width: 100%;
}

.circle1{
  animation:18s linear infinite rotation;
}


@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

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

  .circle{
    bottom: -80px;
    right: -40px;
    width: 200px;
    z-index: -1;
  }

  .samplelist .circle{
    top: 0px;
    right: -40px;
    width: 200px;
    z-index: -1;
  }

}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * voice */

.voice{
  width: 100%;
  padding: 160px 0;
  position: relative;
  background-color: #AAAEBE;
  text-align: center;
}

.voice h2,
.voice h2 span{
  color: #fff;
  margin-bottom: 40px;
}

.voice_inner{
  max-width: 1000px;
  margin: auto;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

.voice_box{
  width: 30%;
  border-radius: 5px;
  background-color: #fff;
  padding: 60px;
  -moz-box-sizing: border-box;
    box-sizing: border-box;

}

@media screen and (max-width: 768px) {
  .voice_inner{
    max-width: 100%;
    display: block;
  }
  .voice_box{
    width: 90%;
    margin: 10px auto;
    margin-bottom: 30px;
    padding: 30px;
  }

  .voice_box img{
    width: 90px;
  }
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * samplelist */

.samplelist{
  width: 100%;
  padding: 160px 0;
  position: relative;
}

.samplelist_inner{
  max-width: 1000px;
  margin: auto;
  margin-bottom: 50px;
}

.samplelist_box{
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
}

.samplelist_movie{
  width: 49%;
}

.samplelist_movie iframe{
  width: 100%;
}

.samplelist_txt{
  width: 49%;
  font-size: 16px;
  line-height: 2.4em;
  letter-spacing: 2px;
  font-weight: normal;
  color: #4D4E56;
}

.samplelist_txt h3{
  font-size: 21px;
}
.samplelist_inner p{
  font-size: 16px;
  line-height: 2.4em;
  letter-spacing: 2px;
  font-weight: normal;
}



@media screen and (max-width: 768px) {
  .samplelist_inner{
    padding: 100px 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .samplelist_inner p{
    font-size: 16px;
    letter-spacing: 2px;
  }

  .samplelist_box{
    display: block;
    justify-content: space-between;
    margin: 60px 0;
  }
  
  .samplelist_movie{
    width: 100%;
  }
  
  .samplelist_txt{
    width: 100%;
  }

}
  

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * sample */
.sample{
  width: 100%;
  padding: 160px 0;
  margin: auto;
  background-color: #f9f9f9;
}

.sample_inner{
  width: calc(100% - 100px);
  margin: auto;
}

.sample_box{
  display: flex;
  justify-content: space-between;
  border-top: #000 solid 1px;
  padding: 60px 0;
  margin-top: 60px;
}

.sample_info{
  width: 50%;
}

.sample_info p{
  font-weight: normal;
}

.sample_photo{
  width: 48%;
}

.sample_photo img{
  width: 100%;
}


@media screen and (max-width: 768px) {
  .sample{
    padding: 100px 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sample_inner{
    display: block;
    width: 100%;
    padding: 50px 0;
  }

  .sample_box{
    display: block;
  }

  .sample_info{
    width: 100%;
  }
  
  .sample_photo{
    width: 100%;
  }
}


/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * table */

table {
	border-collapse: collapse;
	border:#e3e3e3 solid 1px;
	width:100%;
	max-width:1200px;
	margin:10px auto;
}

th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px 20px;
	font-weight: normal;
	background-color:#4D4E56 ;
	color:#FFFFFF;
}

td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px 20px;
}


tr:nth-child(odd) {
    background-color:  rgba(238,238,238,0.2);
}





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

table {
	border-collapse: collapse;
	width:95%;
	margin:30px auto;
}

td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	display:block;
}


th {
    display:block;
}


}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * btn */

p.btn{
  margin:30px auto;
}
p.btn a {
  background-image: linear-gradient(rgb(77, 78, 86) 50%, rgba(255,255,255,1) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  transition: .3s;
  color:#fff;
  text-decoration:none;
  font-size:14px;
  font-weight: 500;
  letter-spacing:1px;
  border:#4D4E56 solid 2px;
  border-radius: 30px;
  padding:10px 50px;
  text-shadow:none;
  font-family: 'Montserrat', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , sans-serif;

}
p.btn a:hover {
  background-position: 0 100%;
  color: #4D4E56;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * figure */
figure {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}
figure:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * fuwatAnime */

.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(80px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(80px); -ms-transform: translateY(80px); transform: translateY(80px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * isPlay */

.box {
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.box .boxInner {
  width: inherit;
  height: inherit;
  opacity: 0;
}

.isPlay {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}
  
.isPlay:before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(65deg, #000000, #141414); 
    background: -webkit-linear-gradient(65deg, #000, #141414); 
    background: linear-gradient(25deg, #000, #141414);
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }
  
  to {
    transform: translateX(0);
  }
}

@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * pagetop */


.pagetop {
	position: fixed;
	bottom: 118px;
	right: 10px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
  z-index: 5;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #4D4E56;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}
.pagetop.show {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

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

.pagetop {
	bottom: 30px;
	right: 10px;
}

}
