@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: 20px;
  }
}
.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: 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 {
  box-sizing: border-box;
  border: 8px solid #00afff;
  border-radius: 10px;
  background-color: #fbffd0;
}
.drone_merit img {
  border-radius: 5px 5px 0 0;
}







/* 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;*/
  border-radius: 8px;
  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;
  font-size: 35px;
  margin-top: 10px;
}
@media only screen and (max-width: 476px) {
  .drone-CTA {
    padding: 18px 30px 10px;
  }
  .drone-CTA p{
    font-size: 25px;
  }
}

.drone-CTA2 {
  /*margin-top: 0 !important;*/
  background: #00afff;
  color: #FFF;
  font-size: 25px;
  /*border-radius: 0 0 8px 8px;*/
  border-radius: 8px;
  padding: 20px 50px 18px;
  margin: 10px 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: 20px 30px 20px;
  }
}

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

.drone_h1 {
  color: #e61724;
  line-height: 1rem;
}
@keyframes blink {
            0% {
                opacity: 1; /* 表示されている */
            }
            75% {
                opacity: 1; /* 表示されている時間（75%まで表示） */
            }
            100% {
                opacity: 0; /* 残り25%は非表示 */
            }
        }

        .blinking {
            animation: blink 1s infinite; /* 全体のアニメーションは4秒周期 */
        }



.keyframe6 {
  animation-name: poyopoyo;
}

.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  /*width: 128px;*/
}

.keyframe6 {
  animation-name: poyopoyo;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}


/* 親要素の横スクロールを防止 
左右からのフェードインを利用する場合にのみ必要。
利用しない場合は無効にする必要あり
.rowBox__2elem {
    overflow-x: hidden;
}*/

/* 初期状態：下から */
.fade-in {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

/* 初期状態：左から */
.fade-in-left {
    opacity: 0;
    transform: translateX(-50px); /* 左から表示 */
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

/* 初期状態：右から */
.fade-in-right {
    opacity: 0;
    transform: translateX(50px); /* 右から表示 */
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

/* 表示時のスタイル */
.fade-in-visible {
    opacity: 1;
    transform: translateX(0); /* 元の位置に戻る */
}


/* 中心からズームして現れる */
.zoom-in {
    opacity: 0;
    transform: scale(0); /* 初期は見えない状態 */
}

/* アニメーションを適用するトリガー */
.zoom-in-visible {
    animation: zoomInAnimation 0.6s ease-out forwards; /* 0.6秒でボヨヨンと表示 */
}

/* アニメーションの設定 */
@keyframes zoomInAnimation {
    0% {
        opacity: 0;
        transform: scale(0); /* 見えない状態からスタート */
    }
    50% {
        opacity: 1;
        transform: scale(1.1); /* 110%まで拡大 */
    }
    75% {
        transform: scale(0.9); /* 90%まで縮小 */
    }
    100% {
        opacity: 1;
        transform: scale(1); /* 100%で終わる */
    }
}

