h1,h2,h3,h4,p{
  margin: 0;
  color: #fff;
  font-family: "游明朝", "YuMincho", serif;
}
body{
  font-family: "游明朝", "YuMincho", serif;
  margin: 0 auto;
  position: relative;
  right: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  animation: fadeIn 0.3s ease 0.3s 10 normal;
  -webkit-animation: fadeIn 0.3s ease 0s 10 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

html{
  font-family: "游明朝", "YuMincho", serif;
}
input,img,iframe,textarea {
  vertical-align: top;
  border: 0;
}
li,ul{
  text-decoration: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
a{
  text-decoration: none;
  color: #000;
}
header{
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
  left: 0;
  background: #fff;
}
a,img,input[type="submiit"],.fa,a:after,a:before,div:after,div:before{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a,p,h1,h2,h3,h4,h5{
    display: block;
    position: relative;
    letter-spacing: .1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
}
input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-container{
  display: none;
}
body .sp_only{
  display: none;
}
.button p{
  font-size: 20px;
  color: #fff;
  font-weight: bold;

}
#how_to_use .sp_only{
  display: none;
}
.sp_fv_content{
  display: none;
}
.sp_second_content{
  display: none;
}
.header_sns img{
  width: 40px;
  display: inline-block;
  padding: 0px 20px;
  vertical-align: middle;
}
.header_sns{
  text-align: center;
}


/*---parallax---*/

#parallax {
height:100vh;
overflow-x:hidden;
overflow-y:auto;
  -webkit-perspective:300px;
  -moz-perspective:300px;
  -ms-perspective:300px;
  -o-perspective:300px;
  perspective:-300px;
  position: relative;
  z-index: 1;
  overflow: scroll;
-webkit-overflow-scrolling: touch
}

.layer-fore {
  -webkit-transform:translateZ(50px) scale(.8);
  -moz-transform:translateZ(50px) scale(.8);
  -ms-transform:translateZ(50px) scale(.8);
  -o-transform:translateZ(50px) scale(.8);
  transform:translateZ(50px) scale(.8);
z-index:4;
}
.layer-base {
  -webkit-transform:translateZ(2);
  -moz-transform:translateZ(2);
  -ms-transform:translateZ(2);
  -o-transform:translateZ(2);
  transform:translateZ(2);
z-index:3;
}
.slide-bottom{
  z-index: 999;
}

/*---/parallax---*/






/*---------------header-----------------*/
.clearfix:before,.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    height: 1px!important;
    background-color: #000!important;
}
.drawer-hamburger-icon {
    margin-top: 10px!important;
}
.drawer-hamburger-icon:after {
    top: 10px!important;
}
.drawer-hamburger-icon:before {
    top: -10px!important;
}
.drawer-hamburger {
    position: absolute!important;
    top: 0!important;
    right: 0px!important;
    padding: 0 40px 40px!important;
    z-index: 20!important;
}
.drawer-nav {
    z-index: 5!important;
}
.drawer-nav{
  width: 100%;
  background-color: #000;
  color: #f2f2f2;
}
.drawer--right .drawer-nav {
    right: 100%;
}
.drawer-menu{
  padding-top: 10%;
    height: 100%;
}
.drawer-menu li{
  text-align: center;
  height: 13%;
}
.drawer-menu li a{
}
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
    top: 0px!important;
}
.drawer-nav li img{
  width: 75px;
}
.pc{
    display: block;
}
.sp {
    display: none;
}
.logo img{
  width: 200px;
  position: relative;
  bottom: -12px;
}
.logo{
  width: 15%;
  display: inline-block;
}
.inner{
  max-width: 94%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  top: 25px;
}
.main_btn2{
  width: 19%;
  display: inline-block;
  float: right;
  position: relative;
  right: 140px;
  bottom: 9px;
}
.header_btn{
  position: relative;
  bottom: 18px;
}
header:after{
  display: block;
  clear: both;
  content: "";
}

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);
* {
  box-sizing: inherit;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.buttons {
  display: table;
  height: 100%;
  width: 100%;
}

.btn {
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 37px;
  margin: 0 auto 2em;
  max-width: 300px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
.btn-4:hover{
  opacity: 0.8;
}
.btn-4 {
  overflow: hidden;
  position: relative;
  z-index: 0;
  transition: 1s;
}
.btn-4 span {
  z-index: 20;
  font-size: 14px;
}
/*
.btn-4:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
.btn-4:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
*/
.header_line_btn img{
  width: 250px;
}

#btn_content img{
  width: 100%;
}
/*---------------/header-----------------*/

.fv_back{
  width: 100%;
  background-image: url(images/fv_back2.png);
  padding-top: 70px;
  background-size: 1440px;
  background-position-y: -60px;
  background-position-x: center;
}
.fv_serive_title{
  position: relative;
  right: 35px;
  top: 40px;
}
.fv_content{
  max-width: 1200px;
  margin:0 auto;
  padding: 310px 0px;
  text-align: left;
  padding-bottom: 272px;
}
.fv_text img{
  width: 90%;
}
.fv_text h2{
  padding-top: 60px;
  letter-spacing: 8px;
  font-size: 20px;
  line-height: 44px;
}
#fv_btn{
  position: relative;
  bottom: 0px;
  right: 0px;
  text-align: left;
  float: none;
  width: 100%;
}
#firstview{
  width: 100%;
  position: relative;
  height: 1741px;
}
#fv_btn .btn{
  max-width: 450px;
  line-height: 60px;
  text-align: left;
  display: inline-block;
  margin-top: 50px;
}
.fv_serive_title img{
  width: 600px;
}

.service{
  background-image: url(images/service_back.png);
  z-index: 999;
  background-size: 1440px;
  background-position: center;
  padding: 100px 0px;
  background-position-y: 274px;
  background-position-x:center;
  background-repeat: no-repeat;
}
.service_pre{
  position: absolute;
  top: 32%;
  width: 100%;
}
.service_detail{
  max-width: 1200px;
  margin:0 auto;
  text-align: center;
  padding-top: 450px;
}
.service_detail h1{
  font-size: 38px;
}
.service_detail p{
  text-align: left;
  width: 62%;
  display: inline-block;
  margin: 0 auto;
  font-weight: bold;
  letter-spacing: 4px;
  padding-top: 50px;
  line-height: 38px;
}
.service_detail p span{
  font-size: 24px;
  font-weight: bold;
}




/*---------------how to use-----------------*/
#how_to_use{
  width: 100%;
  background: #c1272d;
  padding-top: 100px;
  position: relative;
}
#how_to_use .img_glaf{
  width: 100%;
}
#how_to_use .img_glaf2{
  display: none;
}
.how_to_use_service img{
  width: 78%;
}

.how_to_use_content{
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 0px;
}
.how_to_use_title {
  text-align: left;
  font-size: 30px;
}
.how_to_use_service{
  padding-top: 50px;
}
.service_list li{
  width: 32%;
  display: inline-block;
}
.service_list li img{
  width: 98%;
}
.service_list{
  padding-top: 70px;
}
#how_to_use .service_up{
  padding-bottom: 10px;
}

figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}
figcaption {
  position: absolute;
  bottom: -120px;
  left: 0px;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding-left: 15px;
  height: 120px;
  background: rgba(193,39,45,.5);
  -webkit-transition: .3s;
  transition: .3s;
}
#how_to_use #big_img img{
  width: 220px;
}
figure:hover figcaption {
  bottom: 0;
}
.service_list li h3{
  text-align: left;
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
}
.price_content img{
  width: 170%;
}
.price_content img.bg-img{
  width: 280%;
  height: 120%;
  top: -20%;
  position: absolute;
}
tr,td{
  color: #fff;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#how_to_use .old_plan{
  width: 30%;
  display: inline-block;
}
#how_to_use .list_title:after{
  display: block;
  clear: both;
  content: "";
}
#how_to_use .plan{
  width: 24.58%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  float: left;
}
#how_to_use .cameraman{
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  float: left;
}
#how_to_use .price{
  width: 33.5%;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  float: left;
}
#how_to_use table{
  width: 100%;
}
.price_glaf{
  width:65%;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
}
.price_main{
  position: relative;
  overflow: hidden;
  padding-top: 400px;
}
.service_btn span img{
  width: 100%;
}
#how_to_use td{
  width: 20%;
  display: inline-block;
}
.price_detail tr,td{
  border:1px solid #fff;
  border-bottom: none;
}
#how_to_use p{
  padding-left: 20px;
  padding: 12px 20px;
}
#how_to_use .want_detail{
  width: 99%;
  float: left;
  border-bottom: 1px solid #fff;
}
tr,td:after{
  display: block;
  content: "";
  clear: both;
}
#how_to_use .list_title{
  background: #c1272d;
  width: 99.5%;
  float: left;
}

.price_content{
  position: relative;
}
.price_detail{
  position: relative;bottom: 3px;
}
.service_btn{
  position: relative;
  bottom: 0px;
  margin-bottom: 100px;
  right: 0px;
  padding-top: 40px;
  padding-bottom: 20px;
  width: 100%;
}
.service_btn .btn{
  max-width: 375px;
  padding: 10px 0px;
}
.red_back{
  padding-top: 30px;
}
#how_to_use figcaption img{
  width: 160px;
  text-align: left;
  padding-top: 18px;
  margin: auto;

}
.price_white_title{
  text-align: left;
  position: relative;
  right: 191px;
  top: 433px;
}
.price_white_title img{
  width: 500px;
}
.price_content .link{
    position: absolute;
    width: 36%;
    height: 20px;
    z-index: 2;
    bottom: 5%;
    left: 26%;
    cursor: pointer;
}
.price_content .link2{
    position: absolute;
    width: 48%;
    height: 100px;
    z-index: 2;
    bottom: 35.7%;
    left: 9%;
    cursor: pointer;
}
/*---------------/how to use-----------------*/

/*---------------movie-----------------*/

.movie_content{
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}
#movie{
  width: 100%;
  padding: 70px 0px;
}
.movie_detail iframe{
  width: 100%;
  height: 600px;
}
.movie_title{
  text-align: left;
  max-width: 85%;
  margin: 0 auto;
}
.movie_pad{
  padding-bottom: 60px;
}
.movie_title img{
  width: 180px;
}
/*---------------/movie-----------------*/

#acMenu dt{
    display:block;
    text-align:left;
    cursor:pointer;
    background:url(images/batu.png) 942px -56px no-repeat;
    background-size: 20px;
    background-position-y: 4px;
    color: #fff;
    padding-left: 20px;
    background-position-x:936px; 
    }
#acMenu dd{
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    display: none;
    margin-left: 20px;
    letter-spacing: 4px;
    padding-right: 20px;
    height: 150px;
    background: #fff;
    margin-right: 20px;
    margin-top: 20px;
    padding: 10px;
    }
#acMenu dt.active{
    background:url(images/sign.png) 942px 18px no-repeat;
    background-size: 20px;
    background-position-y: 4px;
    }
.accordion_list p{
  font-size: 14px;
  color: #000;
}

/*.qa{
  padding-top: 90px;
}*/
.qa_content{
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0px;
}
#acMenu dt img{
  width: 450px;
}
.qa_accordion{
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#q_a .qa_img{
  width: 20px;
  padding-right: 20px;
}
.accordion_list{
  padding: 20px 0px;
  background: #c1272d;
  margin-bottom: 10px;
}
#q_a{
  background: #e6e6e6;
  padding-bottom: 25px;
}

/*---------------insta-----------------*/
#insta {
  padding: 100px 0 50px;
}
.insta_title{
  text-align: left;
  max-width: 85%;
  margin: 0 auto;
}
.insta_title img{
  width: 100%;
  max-width: 205px;
}
.insta_content{
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 50px;
}
.insta_list {
  font-size: 0;
  line-height: 0;
  padding: 0 5%;
}
.insta_list li{
  width: 25%;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.insta_list li .insta_inner {
  display: table;
  width: 101%;
}
.insta_list li .insta_inner_cell {
  display: table-cell;
  vertical-align: middle;
}
.insta_list li img{
  width: 95%;
}
/*---------------insta-----------------*/

/*---------------btn_content-----------------*/
#btn_content {
  background: #e6e6e6;
}
#btn_content .service_btn {
  margin-bottom: 0;
}
#btn_content .btn{
  max-width: 550px;
  line-height: 60px;
  font-size: 24px;
}
#btn_content .btn-4 span{
  font-size: 20px;
}
/*---------------btn_content-----------------*/


#footer{
  width: 100%;
  background-color: #000;
}
.footer_content{
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.footer_left{
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  padding: 80px 0px;
  padding-bottom: 45px;
}
.footer_right{
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  padding: 100px 0px;
}
.footer_right img{
  width: 75%;
  padding-top: 9px;

}
.footer_left img{
  width: 300px;
}
.footer_right h3{
  font-size: 28px;
}

.last_btn{
  background: #fff;
}
.red_back img{
  width: 100%;
}


#contact{
  background: #c1272d;
}
.contact_content{
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 80px;
}
form p{
  color: #fff;
  text-align: left;
}
form label{
  width: 20%;
  display: inline-block;
  vertical-align: middle;
}

input{
  background-color: #fff;
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0px;
  font-weight: 16px;
}
.form_list{
  margin-bottom: 25px;
}
textarea{
  background-color: #fff;
  text-align: left;
  width: 60%;
  padding: 90px 0px;
}
form button img{
  padding-bottom: 130px;
  padding-top: 40px;
  width: 100px;
}
.contact_form{
  padding-bottom: 100px;
  padding-top: 50px;
}
#fv_btn a span img:hover{
  opacity: 0.8;
}
.accordion_list dd img{
  width: 100%;
  padding: 10px 0px;
}
#q_a .ac_first{
  height: 300px;
}
#q_a .ac_second{
  height: 190px;
}
.media_content{
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}
.media_content li{
  width: 24.5%;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 40px;
}
.media_content img:hover{
  opacity: 0.7;
}
.media_content li img{
  width: 70%;
  transition: 1s;
}
#media{
  padding: 120px 0px;
  background-image: url(images/media_back.jpg);
  background-position-y: 540px;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer_right_pre img{
  width: 50px;
  vertical-align: middle;
}
#footer .tw_img{
  width: 44px;
  padding-right: 20px;
  vertical-align: middle;
}
.footer_right_pre{
  padding-bottom: 55px;
}

/*==============================================================================================
================================================================================================
PCのスタイル  画面の横幅1441px以上
==============================================================================================
==============================================================================================*/
@media screen and (min-width:1441px){
.fv_back{
  background-size: cover;
}
.service{
  background-size: cover;
}
.service_pre{
  top: 30%;
}
.red_back img{
  padding-top: 42px;
}








}

/*==============================================================================================
================================================================================================
PCのスタイル  画面の横幅1280px以上
==============================================================================================
==============================================================================================*/
@media screen and (max-width:1280px){
.service_list{
  margin: 0 auto;
  text-align: center;
  max-width: 1024px;
}
.service_list li{
  width: 32%;
}
.fv_serive_title img{
  width: 530px;
}
.red_back{
  padding-top: 54px;
}
.price_white_title{
  right: 128px;
  top: 322px;
}
.main_btn2{
  width: 21%;
}



}

/*==============================================================================================
================================================================================================
PCのスタイル  画面の横幅1024px以上
==============================================================================================
==============================================================================================*/
@media screen and (max-width:1024px){
.fv_content{
  max-width: 95%;
}
.price_glaf{
  width: 80%;
  top: 32%;
  left:10%;
}
.movie_content{
  max-width: 95%;
}
.service_btn{
  padding-top: 35px;
}
.qa_content{
  max-width: 95%;
}

#btn_content .last_btn{
  padding-top: 68px;
}
.fv_serive_title img{
  width: 460px;
}
.main_btn2{
  width: 28%;
}
.service_detail p{
  width: 73%;
  font-size: 18px;
}
.red_back{
  padding-top: 94px;
}
.service_list{
  max-width: 95%;
}
.price_white_title{
  right: 18px;
  top: 413px;
}
.price_content img{
  width: 241%;
}



}

/*==============================================================================================
================================================================================================
iPadのスタイル  画面の横幅768px以上
==============================================================================================
==============================================================================================*/
@media screen and (max-width:768px){

.fv_back{
  background-size: 1060px;
  background-position-y: 69px;
}
.service_pre{
  top: 28%;
}
.insta_list li{
  width: 33.333%;
}
.fv_content{
  padding-bottom: 35px;
}
.fv_serive_title img{
  width: 390px;
}
.service_detail{
  max-width: 95%;
}
.service_detail h1{
  font-size: 32px;
}
.service_detail p{
  width: 90%;
}
#firstview{
  height: 1528px;
}
.main_btn2{
  width: 37%;
}
.fv_text{
  padding-bottom: 158px;
}
.red_back{
  padding-top: 60px;
}
.price_glaf{
  width: 95%;
  top: 37%;
  left: -1%;
}
#how_to_use .list_title{
  width: 100%;
}
.price_main{
  overflow: hidden;
  padding-top: 200px;
}
.price_content img{
  width: 252%;
}
#how_to_use p{
  font-size: 14px;
}
.movie_detail iframe{
  height: 412px;
}
#how_to_use{
}
#acMenu dt{
  background-position-x:90%;
}
#acMenu dt.active{
  background-position-x:90%;
}
.footer_left img{
  width: 200px;
}
.footer_right h3{
  font-size: 18px;
}
.footer_left{
  padding: 40px 0px;
}
.footer_right{
  padding: 40px 0px;
}
form label{
  width: 30%;
}
.price_white_title{
  right: 3px;
  top: 204px;
}
.service_btn .btn,
#btn_contetn .btn {
  max-width: 60%;
}
.service_btn img{
  width: 100%;
}
.price_white_title img{
  width: 440px;
}
body .sp_only{
  display: block;
}
.parallax-layer{
  display: none;
}
.sp_fv_content{
  display: block;
}
.sp_second_content{
  display: block;
}
.fv_back {
    background-image: url(images/sp_fv.png);
    background-size: cover;
    background-position: center;
    background-attachment: initial;
}
.fv_serive_title {
    position: relative;
    right: 5px;
    top: -17px;
}
#how_to_use .sp_only{
  display: block;
}
.media_content li{
  width: 24%;
}
.media_content{
  max-width: 95%;
}
#media{
  background-position-y:472px; 
}
#q_a .ac_first{
  border-right-width: 330px;
}
#q_a .ac_second{
  height: 230px;
}
#acMenu dd{
  height: 200px;
}
.price_content .link{
  bottom: 5%;
}

}

/*==============================================================================================
================================================================================================
iPhoneのスタイル  画面の横幅600px以上
==============================================================================================
==============================================================================================*/
@media screen and (max-width:600px){
.drawer-hamburger{
  padding-right: 0px;
}
.fv_serive_title{
  top:-42px;
}
.fv_text{
  padding-bottom: 171px;
}

.price_content .link2 {
    position: absolute;
    width: 42%;
    height: 60px;
}
.inner{
  left: 21px;
  top: 25px;
  max-width: 100%;
}
.btn-4 span{
  font-size: 13px;
}
.main_btn2{
  width: 35%;
  right: 105px;
}
.fv_back{
  background-image: url(images/sp_fv.png);
  background-size: cover;
  background-position: center;
  background-attachment: initial;
}
.fv_content{
  padding: 220px 0px;
  padding-bottom: 22px;
}
.fv_serive_title img{
  width: 300px;
}
.service_pre{
  top: 22.8%;
}
#firstview{
  height: 1323px;
}
#how_to_use{
  padding-top: 5px;
}
.price_white_title{
  top: 200px;
}
.how_to_use_content{
  padding-bottom: 20px;
}
.service_detail h1{
  font-size: 24px;
}
.service_detail p{
  font-size: 14px;
  line-height: 34px;
}
.service_detail{
  padding-top: 400px;
}
.service{
  padding-bottom: 0px;
}
#how_to_use .plan{
  width: 24%;
}
#how_to_use p{
  padding: 10px;
  font-size: 13px;
}
.price_content img{
  width: 256%;
}
.movie_detail iframe{
  height: 315px;
}
#acMenu dt{
  font-size: 14px;
}
#acMenu dd{
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  height: 320px;
}
.footer_content{
  max-width: 95%;
}
form label{
  width: 100%;
  display: block;
}
input{
  width: 100%;
  padding: 32px 0px;
}
textarea{
  width: 100%;
}
.contact_content{
  max-width: 95%;
}
form p{
  padding-bottom: 12px;
}
.contact_form{
  padding-bottom: 60px;
}


body .sp_only{
  display: block;
}
body .pc_only{
  display: none;
}
#how_to_use .sp_only{
  display: block;
}
#how_to_use .pc_only{
  display: none;
}
#parallax {
height:100vh;
overflow-x:hidden;
overflow-y:auto;
  -webkit-perspective:300px;
  -moz-perspective:300px;
  -ms-perspective:300px;
  -o-perspective:300px;
  perspective:-300px;
  position: relative;
  z-index: 1;
  overflow: scroll;
-webkit-overflow-scrolling: touch
}
#btn_content .last_btn{
  padding-top: 46px;
  margin-bottom: 54px;
  padding-bottom: 0px;
}
.service_btn{
  padding-top: 20px;
  margin-bottom: 0px;
}
.media_content li{
  width: 32.4%;
  padding-bottom: 10px;
}
.media_content li img{
  width: 98%;
}
.media_content{
  max-width: 95%;
}
#media{
  padding: 0px;
  padding-bottom: 70px;
  background-position-y:380px;
  padding-top: 50px;
}
#q_a .ac_first{
  height: 420px;
}
#q_a .ac_second{
  height: 350px;
}
form button img{
  padding-bottom: 70px;
}
.insta_list li{
  width: 100%;
}
.insta_list li .insta_inner {
  width: 100%;
}
.insta_content{
  max-width: 95%;
}
.price_content img.bg-img {
    width: 560%;
    height: 124%;
    top: -24%;
    position: absolute;
}
.insta_list li img{
  width: 100%;
}
.insta_list{
  padding: 0px;
}
}

/*==============================================================================================
================================================================================================
iPhone6plusのスタイル  画面の横幅414px以上
==============================================================================================
==============================================================================================*/
@media screen and (max-width:414px){
.main_btn2{
  right: 86px;
  top: -7px;
}
.logo{
  width: 39%;
}
.price_content .link{
  left: 25%;
  bottom: 4.5%;
}
.logo img{
  width: 100%;
  position: relative;
  right: 7px;
  bottom: -1px;
}
.inner{
  top: 24px;
}
.btn{
  line-height: 28px;
}
.fv_back{
  background-size: 600px;
}
.fv_text h2{
  font-size: 16px;
  padding-top: 30px;
  line-height: 35px;
  letter-spacing: 6px;
}
#fv_btn .btn{
  max-width: 100%;
}
#firstview .btn-4 span{
  font-size: 18px;
}
.fv_content{
  padding-bottom: 0px;
}
.service_pre{
  top: 20%;
  z-index: 999;
}
.service_detail h1{
  font-size: 18px;
}
.service_detail p{
  width: 96%;
  letter-spacing: 1.7px;
}
#firstview{
  height: 1208px;
}
.service_detail p span{
  font-size: 18px;
}
.swiper-container{
  display: block;
  max-width: 95%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0px;
  margin-bottom: 100px;
}
.service_list{
  display: none;
}
#how_to_use .swiper-button-next p{
  font-size: 40px;
  position: relative;
  bottom: 23px;
}
.how_to_use_service img{
  width: 95%;
}
#how_to_use .swiper-button-prev p{
  font-size: 40px;
  position: relative;
  bottom: 23px;
  right: 20px;
}
.red_back{
  padding-top: 61px;
  overflow: hidden;
}
#how_to_use .price{
  width: 32.5%;
}
#how_to_use .plan{
  width: 39.4%;
}
#how_to_use .cameraman{
  width: 25%;
}
.price_content img{
  width: 358%;
}
.movie_detail iframe{
  height: 216px;
}
#acMenu dt{
  background-position-y:100%;
  padding-left: 10px;
}
#media{
  padding-top: 0px;
}
#acMenu dt.active{
  background-position-y:100%;
  padding-left: 10px;
}
.footer_right{
  width: 49%;
  padding: 40px 0px;
}
.footer_left{
  width: 60%;
  padding: 40px 0px;
}
#footer .tw_img{
  width: 35px;
}
.footer_right_pre img{
  width: 40px;
}
.footer_left img{
  width: 94%;
  position: relative;
  top: 3px;
}
.footer_right h3{
  font-size: 14px;
}

.movie_title img{
  width: 120px;
}
.movie_title{
  max-width: 95%;
  padding-top: 50px;
}

.insta_title{
  max-width: 95%;
  padding-top: 50px;
}

#movie{
  padding-top: 610px;
}
#btn_content .btn{
  width: 95%;
}
.footer_right img{
  width: 90%;
  padding-top: 4px;
}
.footer_right{
  text-align: right;
  position: relative;
  bottom: 4px;
}
#how_to_use .img_glaf2{
  width: 100%;
  display: block;
}
#how_to_use .img_glaf{
  display: none;
}
.main_btn2{
  width: 38%;
}

.header_line_btn img{
  width: 100%;
}
.header_btn{
  bottom: 27px;
}
.fv_text img{
  width: 100%;
}
.fv_serive_title{
  right: 2px;
  top: -35px;
  z-index: 0;
}
.price_white_title img{
  width: 300px;
}
.price_white_title{
  right: 8px;
  top: 4px;
  z-index: 0;
}
.price_glaf{
  top: 31%;
}
.how_to_use_content{
  padding-bottom: 0px;
}
.service_btn .btn-4 img{
  width: 100%;
}
.service_btn .btn{
  max-width: 95%;
}
.price_content{
  bottom: 145px;
}
#how_to_use{
  height: 1470px;
}
.red_back img{
  width: 120%;
}
.qa_content{
  padding-top: 25px;
}
.parallax-layer{
  display: none;
}
.sp_fv_content{
  display: block;
}
.sp_second_content{
  display: block;
}
.fv_text{
  position: relative;
  bottom: 30px;
}
.how_to_use_service{
  padding-top: 75px;
}
#q_a .ac_first{
  height: 460px;
}
.price_content .link2 {
  bottom: 35%;
  left: 8%;
  width: 50%;
}

}



/*==============================================================================================
================================================================================================
iPhone6plusのスタイル  画面の横幅375px以上
==============================================================================================
==============================================================================================*/
@media screen and (max-width:375px){

.fv_content{
  padding: 250px 0px;
  padding-bottom: 0px;
}
.fv_serive_title img{
  width: 255px;
}
.service_pre{
  top: 21%;
}
#movie{
  padding-top: 50px;
}
.btn-4 span{
  font-size: 12px;
}
.service_detail h1{
  letter-spacing: 1px;
}
#firstview{
  height: 1198px;
}
.fv_back{
  background-size: 562px;
  background-position-y: 15px;
}
#how_to_use .price{
  width: 32%;
}
#how_to_use p{
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}
#how_to_use .want_detail{
  width: 98.7%;
}
.price_content img{
  width: 380%;
}
.price_glaf{
  top: 33%;
}
.header_btn{
  position: relative;
  bottom: 27px;
  left: 7px;
}
.price_white_title{
  top: -38px;
}
.fv_serive_title{
  top: -40px;
}
.main_btn2{
  right: 75px;
  top: -6px;
  width: 42%;
}
.logo {
    width: 36%;
    position: relative;
    top: 3px;
}
.header_line_btn img{
  width: 95%;
}
#how_to_use{
  height: 1990px;
}
.media_content li{
  width: 32.2%;
}
.price_content img.bg-img {
    top: -26%;
}





}
