/*画面の横幅が640pxまで Landscape phones and down */
@media (max-width: 640px) { 

.PC { display:none;}
.SP { display:block;}
.PC-inline { display:none;}
.SP-inline { display:inline;}

a { outline: none;}


/* コンテンツ基本
------------------------------------------------------------ */	
body {
 font-size: 1.4rem;
	-webkit-text-size-adjust: 100%;
	width:100%;
	min-width:100%;
}



/* ローダー
--------------------------------------------*/
.loader p{
  text-indent: -9999px;
  background: url("../../images/loading.png") center center no-repeat;
  background-size: 200px auto;
}

/*コンテンツ幅*/
.content-inner{	margin:0 auto;	text-align:left;}

/* ページトップ 
------------------------------------------------------------ */
.pagetop{
	position:fixed;
	bottom:30px;
	right:4%;
	display:none;
	z-index:1000;
}

.pagetop a{
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	background: url(../../images/btn_pagetop.png) center center no-repeat;
	background-size: cover;
}

/* ヘッダー 
--------------------------------------------*/
#header-inner { display: block; padding: 1rem;}
#header-inner { background-color: rgba(50, 70, 100, 1); }
#header-inner h1 { text-align: left;}
#header-inner h1 span { width: 18%; padding-right: 2rem;}
#header-inner h1 p { width: 75%; max-width: 371px; font-size: 1.6rem; margin-top: 0.5rem;}
  
/* フッター 
--------------------------------------------*/
#footer{ padding: 0px 0 30px 0; }
#footer .content-inner{ display: block; width: 100%;}

#footer .footer-btn { display: block; text-align: center; vertical-align: middle; width: 100%;}
#footer .footer-copy { text-align: center; display: block; vertical-align: middle; width: 100%; margin-top: 30px; padding: 0 4%; box-sizing: border-box;}
#footer .footer-btn .btn-web a{
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  padding: 2rem;
  text-align: center;
  line-height: 160%;
}
#footer .footer-btn .btn-web a p{
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
#footer .footer-btn .btn-web a span{
  display: block;
  font-size: 12px;
}
#footer ul.footer-copy-flex { margin-left: 1rem; margin-right: 1rem;  justify-content: center;}
#footer ul.footer-copy-flex li.logo { width: 60%;}
#footer ul.footer-copy-flex li.address { width: 100%;}
#footer .copy {
  font-size: 9px;
  float: none;
  line-height: 130%;
  text-align: center;
  margin-top: 15px;
}

/* About
--------------------------------------------*/
#about { padding-top: 40%; background-position: 100% 0%; background-size: 100%;} 
#about .txtbox { display: block; padding: 3rem 2rem;} 
 
.Estimate_btn a { font-size: 1.6rem; padding: 2rem 1rem;  }

 
/* About fpv
--------------------------------------------*/
#about_fpv {
  padding: 2rem;
}
.fpv_spec { line-height: 1.5; }
table.table01 {}
table.table01 th { padding: 1rem;}
table.table01 td { padding: 1rem;}

/* DRONE DJI
--------------------------------------------*/
#drone_area { padding: 3rem 2rem;}
.frame { padding: 2rem;}
 
/* About Logo
--------------------------------------------*/
#aboutlogo { padding: 4rem 3rem; }
#aboutlogo .logo { width: 70%; }

  
/* profile
--------------------------------------------*/
#profile { margin: 0 auto; padding: 2rem;}  
ul.flex_box li.txt { margin-bottom: 2rem;} 
ul.flex_box li.photo {width: 70%; margin: 0 auto;} 

  
/* ボタン 
--------------------------------------------*/
.btn-youtube{
    display: block;
    margin: 0 auto;
    line-height: 100%;
    margin-left: 0px;
}
.btn-youtube a {
    display: block;
    padding: 0px 15px 0 20px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.btn-youtube a span{
    display: block;
    background: url("../../images/btn_youtube.png") right center no-repeat;
    background-size: auto 20px;
    padding: 15px 50px 15px 0px;
    font-size: 13px;
}




.title{
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.15em;
    font-weight: normal;
}
.sub-title{
    font-size: 17px;
    display: block;
    margin-top: 8px;
    line-height: 150%;
    letter-spacing: 0.2em;
    font-weight: normal;
}

/* Clip Page logo */
div.clip_logo {
 padding: 15rem 0 10rem;
 background:  url("../../images/clip_header_back.jpg") no-repeat center;
 background-size: cover;
}
div.clip_logo h2 { width: 50%; margin: 0 auto;}

/**/
.thum-img{ position: relative;}
.thum-img .over:after{
}

.thum-img .icon-day{
  position: absolute;
  bottom:8px;
  right: 8px;
  display: inline-block;
  font-size: 10px;
  line-height: 110%;
  padding: 3px 12px;
  z-index: 20;
}

.thum-img .icon-new{
  position: absolute;
  top:-20px;
  left: -10px;
  z-index: 30;
  display: table;
  width: 50px;
  height: 50px;
  border-radius: 40px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
}
.thum-img .icon-new span{ font-size: 12px;}
.thum-img .icon-cat{
  position: absolute;
  z-index: 35;
  top:8px;
  right: 8px;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 100%;
  padding: 5px 10px;
  min-width: 70px;
  text-align: center;
}

/**/
.movie-item .movie-modal-btn .thum-img{ position: relative;}
.movie-item .movie-modal-btn .thum-img:after{
  background: url("../../images/btn_movie.png") center  center no-repeat;
  background-size: auto 40px;
}

.movie-item a{ display: block; text-decoration: none;}
.movie-item .txtbox{ padding-top: 15px; text-align: left;}
.movie-item .txtbox h3{
  display: inline-block;
  font-weight: normal;
  line-height: 150%;
  padding: 5px 15px;
  font-size: 14px;
}
.movie-item .txtbox p{
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 10px;
  line-height: 150%;
}

/**/
.archive-area .movie-item{
 padding-bottom: 30px;}
.archive-area .movie-item .txtbox h3{
  display: block;
  background-color: transparent;
  font-weight: normal;
  font-size:14px;
  line-height: 150%;
  padding: 0px 0px 10px 0;
}
.archive-area .movie-item .txtbox p{ margin-top: 5px;}
.archive-area .btn-youtube{
  display: inline-block;
  text-align: center;
  line-height: 100%;
}

/* 
--------------------------------------------*/
.movie-area{ padding: 6rem 2rem;}
.movie-area-head{ display: block; width: auto;}
.movie-area-head .movie-area-title{
  display: block;
  width: auto;
  vertical-align: middle;
}
.movie-area-head .movie-area-read{
  display: block;
  width: auto;
  padding: 30px 0 0px 0px;
  border-left: none;
  line-height: 220%;
  font-size: 14px;
}
.movie-area-head .movie-area-title .sub-title{ margin-top: 15px;}
.movie-slide-wrapp{ margin-top: 30px;}

/* 
--------------------------------------------*/
.archive-area{ padding: 50px 0 30px 0;}
.archive-area .title{ font-size: 18px; padding-bottom: 40px;}
.archive-area-inner{ padding: 0 9%;}

.end-btn { text-align: center; padding: 30px 15px 15px 15px; margin-top: 30px; margin-bottom: 30px;}
.end-btn p { color: #333;}

.archive-area .btn-youtube{
  display: block;
  text-align: center;
  line-height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}


/* メインムービー 
--------------------------------------------*/
.mv-area-wrapp{ position: relative; min-width:inherit;}
.mv-area-inner { margin-left: -50%; margin-right: -50%;}
.mv-area-wrapp .mv-title{
  position: absolute;
  top: 55%; left: 50%; transform: translate(-50%, -50%);
  margin: auto;
  z-index: 200;
}
.mv-area-wrapp .mv-title h2{
  width: 200px;
  padding: 2rem;
}
.mv-area{ height: auto; max-height: inherit; }
.mv:after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../images/mv_over.png") center center repeat;
  position: absolute;
  top:0;
  left: 0;
  z-index: 100;
  opacity: 0.2;
}

.btn-scroll{ display: none;}
 
/* お問い合わせ
-------------------- */
#contact { background: #ddeaf2; }
#contact .contact_inner { width: 80%; margin: 0 auto; padding:4rem; }
.form-fieldset input.company,
.form-fieldset input.mail,
.form-fieldset input.city,
.form-fieldset input.block,
.form-fieldset input.building { width: 100% !important;}
 
.form_btn { margin: 0 auto; }

 
/* アコーディオン
-------------------- */
.trigger {
  padding: 2rem 2.5rem 2rem 1rem;
  font-size: 1.6rem;
}
 /* アイコンの三角矢印 */
.ac_icon {
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 14px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 30%;
  transition: transform 0.5s;
}
.ac_icon::before,
.ac_icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 1px;
  background-color: #ccc;
}
  
/* margin-bottom
-------------------- */
.mgb10 { margin-bottom: 10px; } .mgb20 { margin-bottom: 20px; } .mgb30 { margin-bottom: 30px; } .mgb40 { margin-bottom: 2rem; } .mgb50 { margin-bottom: 50px; } .mgb56 { margin-bottom: 56px; } .mgb60 { margin-bottom: 60px; } .mgb70 { margin-bottom: 70px; } .mgb80 { margin-bottom: 80px; } .mgb90 { margin-bottom: 4rem; } .mgb100 { margin-bottom: 100px; }
.mgb110 { margin-bottom: 110px; } .mgb120 { margin-bottom: 120px; } .mgb130 { margin-bottom: 130px; } .mgb140 { margin-bottom: 140px; } .mgb150 { margin-bottom: 150px; } .mgb160 { margin-bottom: 160px; } .mgb170 { margin-bottom: 170px; } .mgb180 { margin-bottom: 180px; } .mgb190 { margin-bottom: 190px; } .mgb200 { margin-bottom: 200px; }  .margin_box { margin-bottom: 30px; } 
  
/* padding 
------------------------------------------------------------ */
 .pdt10 { padding-top: 5rem;}  
}