@charset "UTF-8";

/*!---------------------------------------
 * drone.php  ドローンLP用
----------------------------------------*/

body {
  /*background: linear-gradient(-45deg, #ec0238, #07c7f7);*/
}

.wrap {
  min-height: 300vh;
  padding-bottom: 50vh;
}

h1,
h2 {
  text-align: center;
  color: #666;
}

/*.hero {
  width: 100%;
  min-height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/theme/omotenashi2/img/drone/main_image_4.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 120px;
}
.hero h1 {
  width: 100%;
  height: 100%;
  font-size: 8rem;
  opacity: 0.7;
  color: #FFF;
}*/

.hero2 {
  width: 100%;
  min-height: 100px;
  background-image: url(/theme/omotenashi2/img/drone/main_image_top.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1169px) {
  .hero2 {
    background-size: cover;
    margin-bottom: 50px;
  }
}
.hero2 h1 {
  width: 100%;
  height: 100%;
  font-size: 8rem;
  opacity: 0.7;
  color: #FFF;
}



.animation {
  display: flex;
  justify-content: center;
  margin-top: 10vh;
  padding: 2rem 40px;
}
.bg1 {
  background: #f0ede8;
}
.bg2 {
  background: #ecdec7;
}
.animation .anm_mod {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: all 1s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 10px;
  width: 50%;
  height: 40vh;
  border-radius: 10px;
  font-size: 2rem;
  color: white;
  text-shadow: 2px 2px 2px rgba(20, 20, 20, 0.5);
  /*background: rgba(250, 250, 250, 0.5);*/
  background: rgb(189 189 189 / 50%);
  box-shadow: 0px 4px 8px rgba(250, 250, 250, 0.3);
}
.animation .anm_mod.full {
  width: 100%;
  font-size: 3rem;
}
.animation .anm_mod.left {
  transform: translate3d(-100%, 0, 0);
}
.animation .anm_mod.right {
  transform: translate3d(100%, 0, 0);
}
.animation .anm_mod.delay {
  transition: all 2s ease;
}
.animation .anm_mod.delay2 {
  transition: all 4s ease;
}
.animation .anm_mod.fast {
  transition: all 0.8 ease;
}

.animation .anm_mod.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.org_to_mailform {
  position: fixed;
  bottom: 300px;
  right: 0px;
  z-index: 999;
}
.org_to_mailform a {
  text-decoration: none;
  color: white;
  font-size: 3rem;
}
.org_to_mailform .m_to_mailform {
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  /*background-color: rgba(255, 255, 255, 0.5);*/
  /*background-color: #000;
  padding: 30px;*/
  width: 70px;
  height: 285px;
  background-image: url(/theme/omotenashi2/img/drone/bnr_side2.png);
  /*box-sizing: border-box;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;*/
}












.drone_merit {
  border: 5px solid #558b2f;
  border-radius: 10px;
  background-color: #fbffd0;
}
.drone_merit img {
  border-radius: 5px 5px 0 0;
}




/* Q&A アコーディオン ///////// */
    /*ベース*/
    .toggle {
      display: none;
    }
    .Label {    /*タイトル*/
      padding: 1em;
      display: block;
      color: #fff;
      background:#558b2f;
      font-size: 130%;
      font-weight: 700;
    }
    .Label::before{   /*タイトル横の矢印*/
      content:"";
      width: 6px;
      height: 6px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      position: absolute;
      top:calc( 50% - 3px );
      right: 20px;
      transform: rotate(135deg);
    }
    .Label,
    .content {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateZ(0);
      transition: all 0.3s;
    }
    .content {    /*本文*/
      height: 0;
      margin-bottom:10px;
      padding:0 20px;
      overflow: hidden;
    }
    .toggle:checked + .Label + .content { /*開閉時*/
      height: auto;
      padding:20px ;
      transition: all .3s;
    }
    .toggle:checked + .Label::before {
      transform: rotate(-45deg) !important;
    }


/* YouTubeレスポンシブ ==================== */
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* ドローン Call to Action ================ */
.CTA-wrap {
  width: 550px;
  margin: auto;
}
@media only screen and (max-width: 700px) {
  .CTA-wrap {
    width: 100%;
  }
}
.drone-CTA {
  background: #e61724;
  padding: 25px 50px 7px;
  border-radius: 8px 8px 0 0;
  margin: 20px auto 0;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .drone-CTA {
    padding: 25px 50px 15px;
  }
}
@media only screen and (max-width: 605px) {
  .drone-CTA p{
    font-size: 30px;
  }
}
.drone-CTA h2{
  background: #fffe00;
  color: #e61724 !important;
  text-align: center;
  margin: auto;
  text-shadow: none !important;;
  border-radius: 40px;
}
.drone-CTA p{
  font-weight: 700;
  text-shadow: none !important;;
  color: #FFF;
}
@media only screen and (max-width: 476px) {
  .drone-CTA {
    padding: 18px 30px 10px;
  }
  .drone-CTA p{
    font-size: 30px;
  }
}

.drone-CTA2 {
  margin-top: 0 !important;
  background: #6f1c1c;
  color: #FFF;
  font-size: 25px;
  border-radius: 0 0 8px 8px;
  padding: 10px 50px 12px;
  margin: 20px auto 0;
  text-align: center;
}
.CTA a {
  text-decoration: none;
  color: #FFF;
}
.CTA a:hover{
  color: yellow;
  background: #000;
}

@media only screen and (max-width: 560px) {
  .drone-CTA2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 476px) {
  .drone-CTA2 {
    padding: 10px 30px 10px;
  }
}

.droneTitle {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
