@charset "urf-8";

ul {
    list-style: none;
}


.top-fadein {
    animation: slideIn 1.5s .5s forwards;
    opacity: 0;

}

@keyframes slideIn {
    0% {
        transform: translateX(-10rem);
        opacity: 0;
    }

    100% {
        transform: matrix(0);
        opacity: 1;
    }
}

.about-fadein-first {
    animation: fadeIn-top 1s .3s  forwards;
}

.about-fadein-second {
    animation: fadeIn-top 1s .6s  forwards;
}

.about-fadein-third {
    animation: fadeIn-top 1s .9s  forwards;
}

@keyframes fadeIn-top {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }

    100%{
        transform: matrix(0);
        opacity: 1;
    }
}

.wave-target-first {
    animation: floating-y 1.8s .1s ease-in-out infinite alternate-reverse  ;
}

.wave-target-second {
    animation: floating-y 1.8s .3s ease-in-out infinite alternate-reverse  ;
}

.wave-target-third {
    animation: floating-y 1.8s .5s ease-in-out infinite alternate-reverse  ;
}

.wave-target-forth {
    animation: floating-y 1.8s .7s ease-in-out infinite alternate-reverse  ;
}

@keyframes floating-y{
    0% {
        transform: translateY(-2%);
      }
      100% {
        transform: translateY(2%);
      }
}

@keyframes button-hover {
    0% {

      }
      100% {
        transform: translateY(-5%);
        box-shadow: 0px 5px 10px #535353;
      }
}




header {
    position: fixed;
    width: 99%;
    height: calc(32 / 375 * 100vw);
    top: 1rem;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    padding: .5rem;
    margin: auto;
    z-index: 1;
}

@media (min-width:768px) {
    header {
        height: calc(80 / 1920 * 100vw);
    }
}

.header-left img {
    max-width: 3.5rem;
    height: auto;
}

@media (min-width:768px) {
    .header-left img {
        max-width: 5rem;
    }
}



.header-right {
    font-family: "Noto sans jp";
    font-size: calc(12 / 375 * 100vw);
    font-weight: bold;
    color: #000;
}

@media (min-width:768px) {
    .header-right {
        font-size: calc(40 / 1920 * 100vw);
    }
}

.header-right ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 1rem;
    padding: 0;
    margin: 0;
}

.header-right a {
    color: #000;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}


@media (min-width:768px) {
    .header-right a:hover {
        opacity: 0.4;
        transition: all 0.5s ease 0s;
    }
}







.cover {
    position: relative;
    width: 100%;
    height: 100vh;

    background-image: url(../images/cover/drone-house.jpg);
    background-position: center;
    background-size: cover;
}

.cover-container {
    position: absolute;
    bottom: calc(40 / 375 * 100vw);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;

    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width:768px) {
    .cover-container {
        bottom: calc(80 / 1920 * 100vw);

        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.cover-contents-top {
    position: relative;
    font-family: "Noto sans jp";
    font-size: calc(18 / 375 * 100vw);
    font-weight: bold;
    color: #000;
    text-align: center;
    text-shadow: 1px 1px 2px #FFF;
    opacity: 0;
}

@media (min-width:768px) {
    .cover-contents-top {
        font-size: calc(60 / 1920 * 100vw);
        opacity: 1;
    }
}


.cover-contents-bottom {
    position: relative;
    font-family: "Noto sans jp";
    font-size: calc(36 / 375 * 100vw);
    font-weight: bold;
    color: #000;
    text-shadow: 1px 1px 2px #FFF;
    text-align: start;

    margin-top: 4rem;
}

@media (min-width:768px) {
    .cover-contents-bottom {
        font-size: calc(144 / 1920 * 100vw);
    }
}








.sample {
    width: 100%;
    height: auto;
    margin-bottom: 3rem;
}

@media (min-width:768px) {
    .sample {
        margin-bottom: 5rem;
    }
}

.sample-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sample-content-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: calc(16 / 375 * 100vw);

    padding: 2rem;
    background-color: #F5FF85;
}

@media (min-width:768px) {
    .sample-content-top {
        column-gap: calc(120 / 1920 * 100vw);

        padding: 3rem;
    }
}

.sample-content-top-left video {
    width: calc(208 / 375 * 100vw);
    box-shadow: 10px 10px 0px #FFF;
}

@media (min-width:768px) {
    .sample-content-top-left video {
        width: calc(800 / 1920 * 100vw);
        box-shadow: 20px 20px 0px #FFF;
    }
}

.sample-content-top-right {
    position: relative;
    font-family: "Noto sans jp";
    font-size: calc(18 / 375 * 100vw);
    font-weight: bold;
    color: #000;
    text-shadow: 1px 1px 2px #FFF;
    text-align: center;
}

@media (min-width:768px) {
    .sample-content-top-right {
        font-size: calc(80 / 1920 * 100vw);
        font-weight: bold;
        color: #000;
        text-shadow: 2px 2px 4px #FFF;
    }
}

.sample-content-top-right p::before {
    position: absolute;
    content: '';
    width: calc(1 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    top: calc(0 / 375 * 100vw);
    left: calc(74 / 375 * 100vw);
    background-color: #000;
}

@media (min-width:768px) {
    .sample-content-top-right p::before {
        position: absolute;
        content: '';
        width: calc(3 / 1920* 100vw);
        height: calc(160 / 1920* 100vw);
        top: calc(0 / 1920* 100vw);
        left: calc(335 / 1920* 100vw);
    }
}

.sample-content-top-right p::after {
    position: absolute;
    content: '';
    width: calc(80 / 375 * 100vw);
    height: calc(1 / 375 * 100vw);
    top: calc(27 / 375 * 100vw);
    left: calc(6 / 375 * 100vw);
    background-color: #000;
}

@media (min-width:768px) {
    .sample-content-top-right p::after {
        width: calc(400 / 1920* 100vw);
        height: calc(3 / 1920* 100vw);
        top: calc(125 / 1920* 100vw);
        left: calc(-20 / 1920* 100vw);
    }
}









.about {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;

    background-image: url(../images/about/drone-1573683_1920.jpg);
    background-size: cover;
    object-position: center;
    background-color: rgba(255, 255, 255, 0.55);
    background-blend-mode: lighten;
}

.about-title {
    width: 80%;
    font-family: "Noto sans jp";
    font-size: calc(18 / 375 * 100vw);
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding: 1rem;
    margin-bottom: 2rem;

    background-color: #949593;
    border-radius: 1rem;
}

@media (min-width:768px) {
    .about-title {
        width: 50%;
        font-size: calc(60 / 1920* 100vw);
        font-weight: bold;
        padding: 1rem;
        margin-bottom: 5rem;

        border-radius: 1rem;
    }
}

.about-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    column-gap: .5rem;
}

@media (min-width:768px) {
    .about-container {
        column-gap: .5rem;
    }
}


.about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc((100% - 2.5rem) / 3);
    height: calc(115 / 375 * 100vw);
    border: #000 solid 1px;
    border-radius: 50%;
    row-gap: .15rem;

    background-color: #FFF;

    opacity: 0;
}

@media (min-width:768px) {
    .about-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: calc((100% - 4rem) / 3);
        height: calc(600 / 1920 * 100vw);
        border: #000 solid 5px;
        row-gap: 1rem;
    }
}

.about-content-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: .25rem;
}

@media (min-width:768px) {
    .about-content-top {
        padding-top: 1rem;
    }
}

.about-content-top i {
    font-size: calc(20 / 375 * 100vw);
}

@media (min-width:768px) {
    .about-content-top i {
        font-size: calc(100 / 1920 * 100vw);
    }
}

.about-content-title {
    font-family: "Noto sans jp";
    font-size: calc(10 / 375 * 100vw);
    font-weight: bold;
    color: #F6281F;
    border-bottom: 1px solid #000;
}

@media (min-width:768px) {
    .about-content-title {
        font-size: calc(50 / 1920 * 100vw);
        border-bottom: 3px solid #000;
    }
}

.about-content-text {
    width: 60%;
    font-family: "Noto sans jp";
    font-size: calc(6 / 375 * 100vw);
    font-weight: normal;
    color: #000;
}

@media (min-width:768px) {
    .about-content-text {
        width: 60%;
        font-size: calc(32 / 1920 * 100vw);
    }
}

.illast img {
    width: calc(40 / 375 * 100vw);
}

@media (min-width:768px) {
    .illast img {
        width: calc(200 / 1920 * 100vw);
    }
}



.flow {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    background-color: #F5FF85;
}

.flow-title {
    width: 80%;
    font-family: "Noto sans jp";
    font-size: calc(18 / 375 * 100vw);
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding: 1rem;
    margin-bottom: 2rem;

    background-color: #949593;
    border-radius: 1rem;
}

@media (min-width:768px) {
    .flow-title {
        width: 50%;
        font-size: calc(60 / 1920 * 100vw);
        font-weight: bold;
        padding: 1rem;
        margin-bottom: 5rem;

        border-radius: 1rem;
    }
}


.flow-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}


.flow-content {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 20%;
    height: calc(112 / 375 * 100vw);
    padding: .5rem .75rem;
    border: solid 3px #000;
    box-shadow: 2px 2px 0px #fff ;
}

@media (min-width:768px) {
.flow-content {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: calc(335 / 1920 * 100vw);
    height: calc(490 / 1920 * 100vw);
    margin: 1rem;
    padding: 1.5rem 1rem;
    border: solid 3px #000;
    box-shadow: 5px 5px 0px #fff ;
}
}

.flow-content-title {
    font-size: calc(8 / 375 * 100vw);
    font-weight: bold;
    margin-top: .5rem;
    border-bottom: 2px solid #000;
}

@media (min-width:768px) {
.flow-content-title {
    font-size: calc( 60 / 1920 * 100vw);
    margin-top: 1rem;
    border-bottom: 2px solid #000;
}
}

.flow-content-text {
    text-align: center;
    font-size: calc(6 / 375 * 100vw);
    font-weight: bold;
    padding: .5rem;
    margin-top: .5rem;
    white-space: nowrap;
    
}

@media (min-width:768px) {
.flow-content-text {
    text-align: center;
    font-size: calc( 30 / 1920 * 100vw);
    font-weight: bold;
    padding: .75rem;
    margin-top: .75rem;
    white-space: nowrap;
    
}
}



.price {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
}

.price-title {
    width: 50%;
    font-family: "Noto sans jp";
    font-size: calc(18 / 375 * 100vw);
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding: 1rem;
    margin-bottom: 2rem;

    background-color: #949593;
    border-radius: 1rem;
}

@media (min-width:768px) {
    .price-title {
        width: 40%;
        font-size: calc(60 / 1920 * 100vw);
        font-weight: bold;
        padding: 1rem;
        margin-bottom: 1.5rem;

        border-radius: 1rem;
    }
}

.price-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}


.price-content {
    display: flex;
    flex-direction: row;
    align-items: center;

    width: 80%;
    height: calc( 80 / 375 * 100vw);
    border: solid 1px #000;
    box-shadow: 5px 5px 10px #949593 ;
}

@media (min-width:768px) {
    .price-content {
        border: solid 2px #000;
        box-shadow: 8px 8px 18px #949593 ;
    }
}

.price-content-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center ;
    width: 50%;
    height: 100%;
    font-family: "Noto sans jp";
    font-size: calc(18 / 375 * 100vw);
    font-weight: bold;

    background-color: #F5FF85;
}

.price-content-right {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: calc( 24 / 375 * 100vw);
    font-weight: bold;

    align-items: center;
    font-size: calc( 24 / 375 * 100vw);
    font-weight: bold;
}

.price-price-text{
    font-family: "Noto sans jp";
    font-size: calc( 9 / 375 * 100vw);
    font-weight: normal;
    text-align: center;
}

.price-tax {
    font-family: "Noto sans jp";
    font-size: calc( 9 / 375 * 100vw);
    font-weight: normal;
    text-align: end;
}

.price-text {
    font-family: "Noto sans jp";
    width: 80%;
    font-size: calc( 7 / 375 * 100vw);
    font-weight: normal;
    text-align: left;
    padding-left: 1rem;
    margin-top: .5rem;
    margin-bottom: 2rem;
}

@media (min-width:768px) {
    .price-text {
        margin-top: 1rem;
        margin-bottom: 5rem;
    }
}

.price-left-text-second {
    font-family: "Noto sans jp";
    font-size: calc( 5 / 375 * 100vw);
    font-weight: normal;
    color: #949593;
}

@media (min-width:768px) {
    .price-left-text-second {
        font-size: .75rem;
    }
}


.contact {
    width: 100%;
    margin-top: 3rem;

    display: flex;
    flex-direction: column;
    align-items: center;

    margin-bottom: 3rem;
}

.contact-title {
    text-align: center;
    font-family: "Noto sans jp";
    font-size: calc(24 / 375 * 100vw);
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #000;

    margin-bottom: 2rem;
}

@media (min-width:768px) {
    .contact-title {
        text-align: center;
        font-family: "Noto sans jp";
        font-size: calc(60 / 1920 * 100vw);
        border-bottom: 3px solid #000;
    
        margin-bottom: 3rem;
    }
}

.contact-container {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}







.mail-button-text {
    font-family: "Noto sans jp";
    font-size: calc( 9 / 375 * 100vw);
    font-weight: bold;
    color: #F6281F;
}

.mail-button {
    position: relative;
    width: 40%;
    height: auto;
    border: solid .5px #000;
    border-radius: 10px;
    box-shadow:1px 1px 1px #949593;
    white-space: nowrap;
    text-align: center;
    align-items: center;

    background-color: #F5FF85;
    transition: all .5s ease;
    padding: 1rem 1.25rem;
}

@media (min-width:768px) {
    .mail-button {
    width: 35%;
    font-size: 2rem;
    border: solid .75px #000;
    border-radius: 1rem;
    padding: 1.5rem 2rem;
    }
}


.mail-button:hover {
    transform: translateY(-5%);
    box-shadow: 0px 5px 10px #636262;
}

.mail-button a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: "Noto sans jp";
    font-size: calc(11 / 375 * 100vw);
    text-decoration: none;
    color: #000;
}

@media (min-width:768px) {
    .mail-button a{
        font-size: 1.5rem;
    }
}





footer{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;

    margin-top: 5rem;
}

@media (min-width:768px){
    footer{
        margin-top: 10rem;
    }
}

.footer-left a{
    font-size: calc(8 / 375 * 100vw);
    text-decoration: none;
}

@media (min-width:768px){
    .footer-left a{
        font-size: min(1rem);
    }
}

.copyr {
    font-family: "Noto sans jp";
    font-size: min(.5rem);
    font-weight: normal;
    color: #000;
}

.footer-right {
    display: flex;
    align-items: center;
}

.insta-button {
    position: relative;
    width: calc(40 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    text-align: center;
    justify-content: center;
    padding: .5rem;
    border-radius: 5px;
    background: linear-gradient(to right,
        rgba(247, 207, 0, 0.7),
        rgba(246, 37, 2, 0.7) 45%,
        rgba(182, 47, 82, 0.7) 75%,
        rgba(113, 58, 166, 0.7));
}

@media (min-width:768px){
    .insta-button {
        width: min(3.5rem);
        height: min(3.5rem);
        border-radius: 5px;
    }
}

.footer-right a{
    text-decoration: none;
    color: #fff;
}

.footer-right a i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: calc(30 / 375 * 100vw);
}

@media (min-width:768px){
    .footer-right a i{
        font-size: min(3rem);
    }
}


