@charset "utf-8";
:root {
    --jp: "Noto Sans JP", sans-serif;
    --en: "Koulen", sans-serif;
}
 .pc{
    display: block;
  }
  .sp{
    display: none;
  }
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

body{
    background-color: #D6F14E;
    color: #333333;
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
  
}
p {
  line-height: 1.8;
  font-size: 18px;
}
a{
  text-decoration: none;
  color: #333;
}
img{
    width: 100%;
}
.en{
  font-family: "Koulen", sans-serif;
}
.v_slider_text_step{
  font-family: "Playwrite DK Loopet", cursive;
}
/*header*/


.header__nav {
    max-width: 1080px;
    width: 100%;
    margin: 20px auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
  justify-content: space-between;
}
.header__nav img{
  max-width: 300px;
}
ul.header__menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
ul.header__menu li{
  list-style: none;
}
ul.header__menu li a{
  text-decoration: none;
  color: #333;
  margin: 6px;
}
.main_video {
    width: 85vw;
    aspect-ratio: 16 / 9; 
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.main_video video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
    height: auto;
    object-position: 90% 50%;
}

.main_visual{
    position: relative;
}
.main_video{
    width: 83.33333vw;
    height: 80vh;
    background-color: #333;
}
.main_v_text {
    position: absolute;
    right: 4vw;
    top: 40%;
    text-align: right;
    text-align: -webkit-right;
}
h1{
    background-color: #fff;
    color: #333;
    padding: 5px 20px;
    font-size: 45px;
    width: fit-content;
    text-align: right;
    letter-spacing: 4px;
    animation: textline 0.6s ease-out both;
}
/*
h1 {
    animation-delay: 0.8s;
}
*/
.content {
    max-width: 1039px;
    width: 100%;
    padding: 150px 0;
    margin: auto;
}
.conts-title {
    margin: 50px auto;
    text-align: center;
    text-align: -webkit-center;
}
h2{
    font-size: 74px;
    margin: 0 auto;
    letter-spacing: 3px;
    line-height: 1;
}
.conts-title span {
    font-size: 24px;
    font-weight: 600;
}
.conts-sub-title {
    margin: 50px auto;
    text-align: center;
    text-align: -webkit-center;
  font-weight: 600;
}
.text_b{
    color: #333;
    font-size: 38px;
    letter-spacing: 1.8px;
}
.text_w{
    width: fit-content;
    margin: 15px auto;
    background-color: #fff;
    color: #333;
    padding: 5px 20px;
    font-size: 52px;
    letter-spacing: 2px;
}
.service {
    display: flex;
    flex-wrap: nowrap;
    margin: 20px auto;
    justify-content: space-between;
}
.service__list {
    max-width: 300px;
    width: calc(100% / 3);
    margin: 50px 0 0;
    text-align: center;
}
.service__list img{
    width: 100%;
}
.message{
    margin: 150px auto 50px;
  display: flex;
  justify-content: space-between;
}
.inner_message {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.message_movie {
    aspect-ratio: 6 / 9;
    position: relative;
    overflow: hidden;
    background-color: #000;
    width: 66.333333vw;
    max-width: 490px;
    max-height: 770px;
}
.message_movie video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: auto;
}

.message_text {
    flex: 0 1 50.4%;
    /*margin-right: 2.5%;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.message_text p{
  font-size: 18px;
}
.text_w_message span{
    width: fit-content;
    margin: 15px auto;
    background-color: #fff;
    color: #333;
    padding: 5px 20px;
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 2.2;
    font-weight: 600;
}
.message_movie--02 {
    width: 32.888889vw;
    max-width: 560px;
    height: 20.3888888889vw;
    max-height: 380px;
    margin-left: auto;
    aspect-ratio: 9 / 12;
    position: relative;
}
.message_movie--02 video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: auto;
}
.message_movie--03 {
    width: 30.888889vw;
    max-width: 420px;
    height: 20.388889vw;
    max-height: 380px;
    margin-left: 50px;
    margin-right: auto;
    margin-top: -40px;
    aspect-ratio: 9 / 12;
    position: relative;
}
.message_movie--03 video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: auto;
}
.full_img_cut{
  position: relative;
    width: 100%;
    height: 45vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 70% 10%;
    overflow: hidden;
  margin-top: 100px;
}
.full_img_cut video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -67%);
    object-fit: cover;
    width: 100%;
    height: auto;
}

.full_img_cut_contact{
   position: relative;
    width: 100%;
    height: 35vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 70% 10%;
    overflow: hidden;
}
.full_img_cut_contact video{
     position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -34%);
    object-fit: cover;
    width: 100%;
    height: auto;
}
.txt_contact {
  position: relative;
    display: flex;
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    top: 50%;
    transform: translateY(-50%);
}
h3 {
    font-size: 3rem;
    color: #fff;
    margin: 0 auto;
}
.txt_contact a {
    text-decoration: none;
    color: #000;
    background: #fff;
    padding: 5px 30px;
    font-size: 1.5rem;
}
.txt_contact a img {
    width: 28px;
    filter: brightness(0);
}

    .service_plus {
      border: 1px solid black;
    position: relative;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    }
    .service_plus img {
      position: absolute;
    top: -20px;
    width: 38px;
    transform: translateX(-50%);
    }
.add_service {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 20px auto;
}
.additional_service {
    display: flex;
    flex-wrap: wrap;
      justify-content: space-between;
}
.additional_service_list {
    width: calc(100% / 2 - 35px);
    margin: 10px;
    text-align: left;
}
.additional_service_list span{
  float: right;
}
p.txtCenter {
    margin: 50px auto;
    text-align: center;
}
.services_add{
  margin: 50px auto;
  text-align: center;
}

/*scroll trigger*/

  .wrapper {
  position: relative;
}

.image-section {
    position: sticky;
    right: 0;
    width: 70%;
    height: 40vh;
    overflow: hidden;
    top: 25%;
    margin-top: 25px;
    
}
.image-section img{
    transition: 0.5s;
}
.vertical__slider {
    display: flex;
    margin-top: 100px;
  flex-wrap: nowrap;
}
.image {
  position: absolute;
  width: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.image.active {
  opacity: 1;
}

.scroll-container {
  width: 100%;
}

.section {
  height: 40vh;
  display: flex;
  align-items: center;
  padding: 0 2rem 4rem;
  box-sizing: border-box;
  margin: 50px 0;
}

.v_slider_text_step {
    font-size: 92px;
  font-weight: 800;
}
.v_slider_text_content{
    display: flex; 
    align-items: center;
}
.v_slider_text_title span{
  width: fit-content;
    margin: 15px;
    background-color: #fff;
    color: #333;
    padding: 5px;
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 2.2;
    font-weight: 800;
}
.v_slider_text_title {
    margin-left: 15px;
}

/*slider*/
 .slider-container {
      display: flex;
      align-items: flex-start;
      max-width: 1200px;
      margin: 0 auto;
      padding: 50px 20px;
      gap: 40px;
     position: relative;
    }

    .left-nav {
      flex: 1;
      max-width: 35%;
    }

    .left-nav h2 {
      font-size: 48px;
      margin-bottom: 10px;
    }

    .left-nav .highlight {
      font-weight: bold;
    }

    .left-nav p {
      margin-bottom: 20px;
      font-size: 18px;
    }

    .slide-titles {
      list-style: none;
      padding: 0;
      margin-top: 80px;
    }

    .slide-titles li {
      margin-bottom: 10px;
      cursor: pointer;
      font-size: 16px;
      transition: color 0.3s;
    }

    .slide-titles li.active {
      color: #ed407a;
      font-weight: bold;
    }

    .right-slider {
      flex: 1.5;
      max-width: 60%;
      position: relative;
    }

    .right-slider .slide {
      position: relative;
      margin: 0 2.5vw;
    }

    .right-slider img {
      width: 100%;
      height: auto;
    }

    .right-slider .desc {
      margin-top: 10px;
      font-size: 18px;
    }

    .nav-buttons {
      margin-top: 20px;
    display: flex;
    gap: 20px;
    position: absolute;
    bottom: 15%;
    left: 22%;
    }

    .nav-buttons button {
      background: none;
      border: none;
      font-size: 30px;
      cursor: pointer;
      transition: transform 0.2s;
    }

    .nav-buttons button:hover {
      transform: scale(1.2);
    }
.bar {
  position: absolute;
  width: 90%;
  height: 2px;
  background: #F6F6F6;
  bottom: 5%;
  left: 5%;
  display: block;
}

.bar::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #D20000;
}

.bar.animate::after {
  animation: bar 10s linear both;
}

@keyframes bar {
  to {
    width: 100%;
  }
}
iframe {
    max-width: 640px;
    width: 100%;
    height: 315px;
}
    @media screen and (max-width: 768px) {
      .slider-container {
        flex-direction: column;
        padding: 50px 0;
      }

      .left-nav, .right-slider {
        max-width: 100%;
      }

      .nav-buttons {
        justify-content: center;
      }
    }


.sample_video {
    max-width: 560px;
    width: 100%;
    margin: 20px auto;
    text-align: center;
}



/*video slider*/
.sample__video__slider__box{
  overflow: hidden;
  padding: 50px 0;
}
.sample__video__slider {
    padding: 150px 0;
  position: relative;
  background: #fff;
  width: 96%;
  margin: 0 auto 150px;
}
.slide_img.slick-slide{
  margin: 0 10px;
}
.sample__video__slider__autoplay{
    width: 120%;
    transform: translateX(-50%);
    left: 50%;
}
.works_title {
    position: absolute;
    font-size: 4rem;
    margin: 0 auto;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
  letter-spacing: 3px;
  min-width: 503px;
}
.work_title_jp {
    text-align: center;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5rem;
}

.button__movie {
  position: relative;
    display: flex;
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
  transform: translateY(100%);
  
}
.button__movie a {
    text-decoration: none;
    color: #000;
    background: rgb(255 255 255);
    padding: 5px 30px;
    font-size: 1.5rem;
    border: 1px solid #333;
  letter-spacing: 1.5px;
}
.button__movie a img {
    width: 28px;
}





/*price list*/

.price_list_table.reveal.fade-bottom.active {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.box {
    max-width: 352px;
    min-width: 317px;
    width: 100%;
}

@media(max-width: 794px){
  .box{
    max-width: 540px;
    width: 100%;
    margin: 15px auto;
  }
}
.price-container{
  
  color:#333;
  line-height: 1.6;
  list-style: none;
  border: 1px solid #333;
  transition: 0.3s;
  margin:0;
  border-radius: 25px;
  padding: 0 20px;
}

.price-container li{
  padding: 20px 0;
  text-align: left;
  border-bottom: 1px solid #000;
}
.price-container li span{
  float: right;
}
li.li_header{
  border-bottom: none;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
}
li.price {
    border-bottom: none;
    font-size: 2rem;
    text-align: center;
}
.price-container .emphesize{
  background-color: #F4F4F4;
  font-size: 18px;
}


.sample__video__box {
    display: flex;
    flex-wrap: nowrap;
    gap: 35px;
    align-items: center;
  margin-bottom: 30px;
}
.sample__video__box__paragraph__text {
    font-size: 24px;
    font-weight: 600;
  letter-spacing: 1px;
}
span.sample__video__box__paragraph__text_sub {
    font-size: 20px;
    font-weight: 600;
}


.production{
  margin-top: 150px;
}



/*お問い合わせ*/
#contact {
    max-width: 1080px;
    margin: 0 auto;
  padding-bottom: 100px;
}
h4{
  text-align: left;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 1.2rem;
}
h4 span{
  flex-grow: 1; 
  height: 1px; 
  background-color: #333;
}
.form {
    max-width: 1080px;
    margin: 80px auto;
}
form {
    max-width: 700px;
    margin: auto;
}
label {
    margin: 10px auto;
    width: 170px;
    display: inline-block;
}
input {
    padding: 7px;
    margin: 10px;
    width: 100%;
    font-size: 1.4rem;
}
textarea#content{
    padding: 7px;
    margin: 10px;
    width: 100%;
  font-size: 1.4rem;
}
.confirm__button--greater {
    position: relative;
    display: inline-block;
    width: 200px;
    margin: 20px auto;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.confirm__button--greater::before {
    content: "＞";
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    color: #fff;
}
.confirm__button--greater input[type="submit"]{
    color: #fff;
    background: #333;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    display: block;
    padding: 10px 10px 10px 20px; 
    cursor: pointer;
    border: none;
}
input[type="submit"] {
    color: #fff;
    background: #333;
    width: 200px;
    margin: 20px auto;
    text-align: center;
    font-size: 1.2rem;
    display: block;
    padding: 5px;
    text-decoration: none;
}
a.home_btn {
    color: #fff;
    background: #333;
    width: 200px;
    margin: 20px auto;
    text-align: center;
    font-size: 1.2rem;
    display: block;
    padding: 5px;
    text-decoration: none;
}
.contact_tel {
    text-align: center;
    margin: 0 auto;
  font-weight: 600;
}
.contact_number {
    font-size: 1.4rem;
    font-weight: 600;
}
.contact_number span{
    font-size: 2.5rem;
    font-weight: 600;
}
.contact_tel p {
    line-height: 1;
    margin: 12px auto;
}

.other__services {
    padding: 100px 0;
    width: 100%;
    background: #fff;
    position: relative;
}

.other__service__title {
    font-size: 4rem;
    position: absolute;
    top: -53px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    letter-spacing: 4px;
}
.others_service_list {
    max-width: 1080px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  margin: 0 auto;
}
.others_service_list_box {
    width: calc(100% / 2 - 10px);
    line-height: 2;
}

dl {
    display: flex;
    align-items: center;
}
dd {
    width: 100%;
}
dt {
    min-width: 120px;
    text-align: right;
    margin-right: 10px;
    font-weight: 600;
}



.out_link::after{
    content: url(../images/out_link.png);
    margin-left: 0.5rem;
      opacity: 0.9;
}



/*footer*/
footer{
  width: 100%;
  background-color: #333;
  color: #fff;
}
.footer__conts{
  max-width: 1080px;
  width: 100%;
  padding: 80px 0;
  display: flex;
  margin: auto;
}
.footer__conts__box1 {
    width: 35%;
}
.footer__conts__box2 {
    width: 65%;
}
.footer__conts__box img{
    max-width: 300px;
}
ul.footer__menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
      padding: 0;
}
ul.footer__menu li{
    text-decoration: none;
    color: #fff;
  list-style: none
}

ul.footer__menu li a{
  color: #fff;
  text-decoration: none;
  margin: 8px;
}
.footer__address {
    margin: 10px auto;
    line-height: 1.5;
}
.footer__tel {
    font-size: 1rem;
    font-weight: 600;
}
.footer__tel span{
  font-size: 1.8rem;
  color: #fff!important;
  text-decoration: none!important;
}
.main__site a{
  color: #fff;
text-decoration: none;
}
/*confirm page*/
.contact_page_title{
    font-size: 3rem;
    text-align: center;
    margin: 100px auto;
    letter-spacing: 4px;
}

.form_imformation{
  max-width: 700px;
  margin: auto;
}

.back_button{
  color: #fff;
    background: #333;
    width: 200px;
    margin: 20px auto;
    text-align: center;
    font-size: 1.2rem;
    display: block;
  padding: 5px;
  text-decoration: none;
}

/*scrolling-effect*/


.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1.5s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes textline {
    0% {
        clip-path: inset(0 0 0 100%);
    }

    100% {
        clip-path: inset(0 0 0 0);
    }
}

.sp_850{
  display: none;
}

@media screen and (max-width: 850px){
 
.pc_850{
  display: none;
}
.sp_850{
  display: block;
} 
    
  .strengths_list_text {
    display: block;
    position: relative;
    top: -65px;
}
  
  .strengths_list_text_title {
    margin-left: 0;
}

.strengths_list_text_title span {
    width: fit-content;
    background-color: #fff;
    color: #333;
    font-size: 27px;
    letter-spacing: 2px;
    line-height: 1.7;
    font-weight: 800;
}
      .content {
        padding: 50px 0 0;
        width: 90%;
        /* top: 110px; */
        position: relative;
    }
}

 @media only screen and (max-width: 1020px) and (min-width: 756px)  {
   .message_movie {
    aspect-ratio: 6 / 9;
    position: relative;
    overflow: hidden;
    background-color: #000;
    width: 33.3333333333vw;
    max-width: 550px;
    max-height: 770px;
}
   .message_text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
         flex: 0 0 60.4%;
    /*
    flex: 0 1 54.4%;
    margin-right: 8.5%;
    */
}
   .message_movie--02 video{
     width: 80%;
    aspect-ratio: 15 / 10;
     left: unset;
    right: 0;
   }
  
   
}




@media screen and (max-width: 756px){
  
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  
  .main_visual{
    top: 80px;
    margin-bottom: 170px;
  }
  
  
  /*hamburger menu*/
  
  .header-animation{
    height: 80px;
    position: fixed;
    width: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    background: #d6f14e;
    justify-content: space-between;
    top: -1px;
}
.active-header{
    background: rgb(255,255,255,0.8);
}
.header-menu{
    display: flex;
    justify-content: center;
}
.logo{
    position: relative;
    margin: auto;
    text-align: left;
    margin-left: 20px;

}
.logo img{
    width: 50%;
        top: 8px;
        position: relative;
}
#g-nav{
    position:fixed;
    z-index: 999;
  top:0;
    right: -120%;
  width:100%;
    height: 100vh;
  background:#d6f14e;
    /*動き*/
  transition: all 0.6s;
}

#g-nav.panelactive{
    right: 0;
}

#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    position: absolute;
    z-index: 999;
    top:10%;
    width: 100%;
    padding: 0;
  }


#g-nav li{
  list-style: none;
    text-align: center;
    border-bottom: 1px dotted #333;
}
#g-nav li:first-child{
    border-top: 1px dotted #333;
}

#g-nav li a{
  color: #333;
  text-decoration: none;
  padding:15px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
    font-size: 20px;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position:fixed;
  z-index: 9999;  
  top:7px;
  right: 20px;
  cursor: pointer;
  width: 80px;
  height:50px;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 1px;
    border-radius: 2px;
  background-color: #000;
    width: 65%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:30px;
}

.openbtn1 span:nth-of-type(3) {
  top:45px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 20px;
    transform: translateY(6px) rotate(-40deg);
    width: 65%;
    background: #333;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 20px;
    transform: translateY(-6px) rotate(40deg);
    width: 65%;
    background: #333;
}
  
/*scroll*/
.scrolldown4{
  position:absolute;
  bottom:1%;
  left: 5%;
  animation: arrowmove 1s ease-in-out infinite;
    margin-bottom: 60px;
}

@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
  position: absolute;
  left:-20px;
  bottom:0;
    /*テキストの形状*/
  color: #333;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: -25px;
    right: 10px;
    /*矢印の形状*/
    width: 1px;
    height: 15px;
    background: #333;
    transform: skewX(-31deg);
}

.scrolldown4:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:-25px;
  right:15px;
    /*矢印の形状*/
  width:1px;
  height: 95px;
  background:#eee;
}

  .main_video{
    width: 100%;
    height: 100%;
  }
  
  .main_video video{
    object-position: 70% 50%;
  }
  .main_v_text{
    top: 100%;
  }
  .full_img_cut{
    height: 25vh;
    /*margin-top: 0;*/
  }
  .full_img_cut_contact{
    height: 25vh;
  }
   .message{
     display: block;
     margin: 60px auto 60px;
   }
  h1{
    font-size: 25px;
  }
  h2 {
    font-size: 40px;
  }
  .txt_contact a{
    font-size: 1.1rem;
    padding: 5px 15px;
  }
  h3 {
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .txt_contact{
    transform: translateY(-40%);
  }
  .message_text{
    padding: 4vw 0;
  }
  .conts-title span {
    font-size: 22px;
  }
  .text_b{
    font-size: 26px;
  }
  .text_w{
    font-size: 26px;
  }
  .service__list{
    max-width: 560px;
        width: 100%;
    text-align: center;
    margin: 10px auto;
  }
  .service {
    display: flex;
    flex-wrap: wrap;
    padding: 8vw;
  }
  .message_movie--02{
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
    right: 0;
  }
  .service__list img {
    width: 100%;
    max-width: 220px;
}
  .message_movie--02 video {
    position: relative;
        top: 15%;
        right: 0;
        min-width: auto;
        min-height: auto;
        object-fit: cover;
        width: 100%;
        height: auto;
}
  .message_movie--03{
    height: auto;
    width: 90%;
    max-width: 420px;
    aspect-ratio: 9 / 9;
    margin: auto;
    left: -40px;
  }
  .message_movie--03 video{
    top: 0;
  }
  .text_w_message span{
    font-size: 25px;
    padding: 5px 6px;
  }
  .message_text p {
    font-size: 18px;
}
  .sample__video__slider{
    margin: 0 auto 50px;
  }
  .works_title {
    position: absolute;
    font-size: 40px;
    margin: 0 auto;
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    min-width: auto;
}
  .other__service__title {
    font-size: 40px;
    width: max-content;
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
}
  iframe {
    max-width: 640px;
    /*width: auto;*/
    height: auto;
    aspect-ratio: 16 / 9;
}
  .slide-titles{
    display: none;
  }
      .nav-buttons {
        justify-content: center;
        z-index: 1;
    }
  .nav-buttons{
    bottom: 0;
    left: 37%;
  }
  .slider-container{
    gap: 10px;
  }
  .content{
    padding: 50px 0 0;
    width: 90%;
    /*top: 110px;*/
    position: relative;
  }
  
  .work_title_jp{
    font-size: 20px;
    width: max-content;
  }
  .sample__video__slider__autoplay{
    width: 100%;
  }
  .button__movie a{
    font-size: 18px;
    padding:5px 18px;
  }
  .additional_service_list{
    width: 100%;
  }
  .message_movie{
    left: -20px;
  }

  .production {
    margin-top: 100px;
}
  .others_service_list{
    flex-wrap: wrap;
    padding: 0 16px;
    font-size: 15px;
    width: auto;
  }
  .others_service_list_box{
    width: 100%;
  }
  .footer__conts__box1 {
    width: 100%;
    margin: 0 20px;
}
  .footer__conts{
    padding: 40px 0;
  }
  
  /*お問い合わせ　フォーム*/
  #contact{
    width: 90%;
  }
  input {
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 1.4rem;
    box-sizing: border-box;
}
  textarea#content{
    margin: 0;
    box-sizing: border-box;
  }
  dl {
    display: block;
    align-items: center;
}
  dt {
    min-width: 120px;
    text-align: left;
    margin-right: 10px;
    font-weight: 700;
}
  dd {
    margin-left: 0;
}
  .footer__conts__box img{
    width: 90%;
  }
.footer__conts__box1 img{
    width:94%;
    max-width: 400px;
}
  .sample__video__box{
    display: block;
    margin-bottom: 50px;
  }
  
}



@media only screen and (max-width: 756px) and (min-width: 420px) {
  
.message_movie--02 {
    width: 66.888889vw;
        max-width: 760px;
        height: 30.388889vw;
        max-height: 441px;
        margin-left: auto;
        aspect-ratio: 9 / 12;
        position: relative;
}
  .message_movie--03 {
    width: 52.888889vw;
        max-width: 440px;
        height: auto;
        max-height: 440px;
        margin-left: 0;
        margin-right: auto;
        margin-top: 0;
        aspect-ratio: 9 / 12;
        position: relative;
}
  .message_movie--03 video{
    top: 50%;
  }
}

@media only screen and (max-width: 420px){
  .full_img_cut{
    margin-top: 0;
  }
  
  .footer__tel span {
    font-size: 1.8rem;
    color: #fff !important;
    text-decoration: none !important;
}
  #sample_movie01{
    padding-top: 80px;
    margin-top: -80px;
}
   #sample_movie02{
    padding-top: 90px;
    margin-top: -90px;
}
  
}

.grecaptcha-badge {
    display: none !important;
}
