@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
*:focus {
    outline: none!important;
}

body {
    background: #f7f8fa;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

a {
    transition : all 0.3s;
    text-decoration: none;
}

ul {
    padding: 0;
}

ul.dotted li {
    text-align: left;
    background-image: url("../img/top/dotted.svg");
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position-y: 8px;
    padding-left: 15px;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

img {
    max-width: 100%;
}

.text-c {
    text-align: center;
}

.block {
    display: block;
}


/* ----- ----- common ----- ----- */
/* ----- layout -----*/
.full {
    margin-top: 0;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    max-width: 100vw;
}

.full > div {
    max-width: 1200px;
}


/* ----- background -----*/
.bg-white {
    background: #ffffff;
}


/* ----- btn -----*/
.btn a {
    background: #ffffff;
    display: inline-flex;
    border-radius: 50px;
    width: 350px;
    height: 70px;
    box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, 0.2);
}

.btn a:first-child {
    margin-right: 20px;
}

.btn a.snap1:hover, .btn a.snap2:hover, .btn a.tel:hover, .btn a.mail:hover {
    border: 5px solid #009bdd;
}

.btn a.snap1, .btn a.snap2 {
    border: 5px solid #ffffff;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #FFFFFF, #EDF3FB);
    cursor: pointer;
}

.btn a.snap1::before {
    content: '';
    display: inline-block;
    width: 132px;
    height: 20px;
    background-image: url("../img/top/btn_text1.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.btn a.snap2::before {
    content: '';
    display: inline-block;
    width: 205px;
    height: 20px;
    background-image: url("../img/top/btn_text2.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.btn a.tel {
    background-image: url("../img/top/btn_tel_pc.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
    border: 5px solid #ffffff;
}

.btn a.mail {
    background-image: url("../img/top/btn_mail_pc.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
    border: 5px solid #ffffff;
}

.btn3 {
    display: flex;
    align-items: center;
}

.btn3:after {
    content: '';
    background-image: url("../img/top/btn3.svg");
    background-size: auto;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-left: 20px;
}



/* ----- title1 -----*/
h3.title1 {
    font-weight: 600;
    margin-bottom: 45px;
}

h3.title1 span {
    color: blue;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
}



/* ----- ----- footer ----- ----- */
footer {
    margin-top: 0 !important;
}

footer .mid {
    background: #282828;
    height: 180px;
    padding-top: 55px;
}

.list-banner {
    display: none;
/*    display: grid;*/
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.list-banner a {
    background: #ffffff;
    display: inline-block;
    padding: 20px;
}

footer .bottom {
    text-align: center;
}

footer .banner-catalog {
    margin-top: -135px !important;
    margin-bottom: 60px;
    z-index: 1;
    position: relative;
    text-align: center;
}

footer .footer-logo {
    text-align: center;
    margin-bottom: 40px;
}

footer .copy {
    border-top: 1px solid #dcdcdc;
    padding: 20px 20px;
}

footer .copy p {
    font-size: 12px !important;
}

#cookie-notice a {
    color: #009bdd;
}

#cn-close-notice {
    display: none;
}


/* ----- ----- common ----- ----- */
#ScrollNav {
    position:fixed;
    top:0;
    transition:all 0.2s ease-in-out;
    z-index: 100;
    width: 100%;
}

#ScrollNav.activated {
    background: #ffffff;
    transition:all 0.2s ease-in-out;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.admin-bar #ScrollNav {
    top: 32px;
}

#ScrollNav > div {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

#ScrollNav > div > div {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    top: 0;
}


/* ----- ----- menu ----- ----- */
.custom-nav li {
    margin-right: 10px;
}

.custom-nav li.mes {
    border-left: 2px solid #009bdd;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 10px;
}

.custom-nav li.contact {
    margin-right: 0;
}

.custom-nav a {
    padding: 10px;
}

.custom-nav a:hover {
    color: #009bdd;
}

.custom-nav li.mes a {
    color: #009bdd;
}

.custom-nav li.contact a {
    background: #009bdd;
    color: #ffffff;
    border: 3px solid #009bdd;
    border-radius: 30px;
    padding: 7px 42px;
}

.custom-nav li.contact a:hover {
    background: #ffffff;
    color: #009bdd;
}

.custom-nav li.contact a::before {
    content: '';
    background-image: url("../img/common/ico_mail.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 17px;
    height: 13px;
    margin-right: 10px;
}

.custom-nav li.contact a:hover::before {
    background-image: url("../img/common/ico_mail_b.svg");
}



/* ----- ----- パンくず ----- ----- */
.breadcrumb ul {
    list-style: none;
    padding: 0;
    display: flex;
}

.breadcrumb li {
    margin-right: 10px;
}

.breadcrumb li a {
    text-decoration: none;
    color: #0073aa;
}

.breadcrumb li::after {
    content: ">";
    margin-left: 10px;
}

.breadcrumb li:last-child::after {
    content: "";
}


/* ----- ----- first-view ----- ----- */
.home main {
    margin-top: 0 !important;
}

#first-view {
    height: 100vh;
    padding: 0 50px;
}

#first-view img {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100%;
}

#first-view h1 {
    margin-bottom: 35px;
}

#first-view .lead1, #first-view .lead2 {
    display: block;
}

#first-view .lead1 {
    margin-bottom: 45px;
}

#first-view .lead2 {
    margin-bottom: 60px;
}


/* ----- ----- news ----- ----- */
#news {
    background: #ffffff;
    position: relative;
    top: -100px;
    z-index: 1;
    margin-bottom: -100px;
    padding: 75px 80px;
    border-radius: 20px;
}

#news .title-box {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 55px;
}

#news h2 {
    margin-top: 0;
    margin-bottom: 0;
}

#news h2 span {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

#news .news-box > ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

#news ul ul li {
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0px 5px;
}

#news li h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    background-repeat: no-repeat;
    padding: 5px 0 9px;
    padding-left: 40px;
}

#news .news h3 {
    background-image: url("../img/top/ico_news1.svg");
    background-size: 25px 33px;
}

#news .exhibition h3 {
    background-image: url("../img/top/ico_news2.svg");
    background-size: 34px 24px;
}

#news .update h3 {
    background-image: url("../img/top/ico_news3.svg");
    background-size: 25px 32px;
}

#news li .date {
    font-size: 12px;
    display: block;
}

#news li a {
    display: inline-block;
    padding: 3px 0 10px;
}

#news .title a {
    display: inline-flex;
    align-items: center;
}

#news .title a::after {
    content:'';
    position: relative;
/*    top: 0;*/
/*    left: 0;*/
    width: 50px;
    height: 50px;
    background-size:cover;
    display: inline-block;
}

#news .btn3.sp {
    display: none;
}


/* ----- ----- video1 ----- ----- */
#video1 {
    max-width: 1120px;
    padding: 30px;
    padding-bottom: 140px;
    z-index: 10;
}

.video {
    border: 10px solid #009bdd;
}

#video1 a {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
}


/* ----- ----- dronesnap ----- ----- */
#dronesnap {
    padding: 120px 0 150px;
    margin-top: 0;
}

#dronesnap h2 {
    margin-bottom: 70px;
}


/* ----- ----- service ----- ----- */
.home .service {
    background: #ffffff;
    padding: 80px 80px 60px;
    margin-bottom: 100px;
}

.home .service .explain {
    display: flex;
    justify-content: space-between;
    margin-bottom: 75px;
}

.home .service .explain .text {
    width: 60%;
    padding-right: 30px;
}

.home .service .explain h3 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 50px;
}

.home .service .explain h3 span {
    display: block;
}

.home .service .explain p {
    line-height: 1.8em;
}

.home .service .point {
    display: flex;
    flex-wrap: wrap;
    gap: 45px 5%;
}

.home .service .point li {
    background: #eef5ff;
    width: 30%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 13px;
}

.home .service .point li:before {
    background: #009bdd;
    color: #ffffff;
    padding: 5px 10px 5px 15px;
    border-radius: 25px;
    font-size: 13px;
    letter-spacing: .3em;
    position: relative;
    top: -14px;
}

.home .service .one:before {
    content: "POINT1";
}

.home .service .two:before {
    content: "POINT2";
}

.home .service .three:before {
    content: "POINT3";
}

.home .service li p {
    margin: 10px 0 30px;
}


/* ----- ----- dronesnap flow ----- ----- */
#dronesnap .flow .flow-box {
    display: flex;
    align-items: stretch;
    width: 100%;
    margin-bottom: 90px;
}

#dronesnap .flow .list-inspect {
    width: 30%;
    padding: 20px 30px 45px;
    background: #ffffff;
    display: block;
    text-align: center;
    border-radius: 15px;
}

#dronesnap .flow .list-inspect a.snap2 {
    height: 55px;
}

#dronesnap .flow .list-inspect::before {
    content: '';
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 48px;
    height: 54px;
    margin: 0 auto;
    margin-top: -45px;
    margin-bottom: 20px;
}

#dronesnap .flow .list-inspect::before {
    background-image: url("../img/top/ico_snap_flow1.svg");
}

#dronesnap .flow .list-inspect:nth-child(3)::before {
    background-image: url("../img/top/ico_snap_flow2.svg");
}

#dronesnap .flow .list-inspect:nth-child(5)::before {
    background-image: url("../img/top/ico_snap_flow3.svg");
}

#dronesnap .flow h4 {
    font-size: 16px;
    font-weight: 600;
}

#dronesnap .flow .one .lead a {
    color: #009bdd;
    font-weight: 600;
    display: block;
    background: #ffffff;
    border: 3px solid #009bdd;
    padding: 7px 7px;
    border-radius: 30px;
    margin: 20px 10px 15px;
}

#dronesnap .flow .one .lead a:hover {
    color: #ffffff;
    background: #009bdd;
}

#dronesnap .flow .two .lead {
    color: #ffffff;
    font-weight: 600;
    background: #009bdd;
    padding: 10px 10px;
    border-radius: 30px;
    margin: 20px 10px 15px;
}

.triangle {
    width: 5%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.triangle span {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 17px solid #009bdd;
    border-right: 0;
}



/* ----- ----- dronesnap features ----- ----- */
#dronesnap .features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 90px;
}

#dronesnap .features li {
    border-right: 1px solid #dcdcdc;
    padding: 20px 20px;
    text-align: center;
}

#dronesnap .features li:first-child {
    border-left: 1px solid #dcdcdc;
}

#dronesnap .features h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 40px 0 35px;
}

#dronesnap .features h4 span {
    display: block;
}

#dronesnap .features p {
    text-align: left;
}


/* ----- ----- dronesnap-cloud ----- ----- */
#dronesnap-cloud {
    padding: 110px 0 110px;
}

#dronesnap-cloud h2 {
    margin-bottom: 70px;
}


/* ----- ----- dronesnap-cloud features ----- ----- */
#dronesnap-cloud .features {
    margin: 0 auto 90px;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 40px;
}

#dronesnap-cloud .features li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 10px;
}

#dronesnap-cloud .features li div {
    display: flex;
}

#dronesnap-cloud .features li div > div {
    display: block;
}


#dronesnap-cloud .features ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
}

#dronesnap-cloud .features li {
    background: #ffffff;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 1;
    gap: 10px;
    padding: 60px 50px;
    border-radius: 10px;
}

#dronesnap-cloud .features li .img {
    width: 60%;
}

#dronesnap-cloud .features li .text {
    padding: 0 0 0 8%;
    width: 40%;
}

#dronesnap-cloud .features h4 {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
}

#dronesnap-cloud .features h4 span {
    display: block;
}



/* ----- ----- intro ----- ----- */
.intro .flow-box {
    display: flex;
    align-items: stretch;
    width: 100%;
    text-align: center;
}

.list-intro h4 {
    font-size: 14px;
}

.list-intro h4 span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
}

.list-intro h4 span.add {
    font-size: 14px;
    font-weight: normal;
}

#dronesnap .intro .flow-box {
    margin-bottom: 150px;
}


/* ----- ----- models ----- ----- */
#models {
    margin-bottom: 110px;
}

#models dl {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
}

#models dt,
#models dd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid #ddd;
    padding-top: 23px;
    padding-bottom: 23px;
}

#models dt {
    width: 13%;
    font-size: 18px;
    font-weight: bold;
}

#models  dd {
    width: 87%;
    margin-left: 0;
    box-sizing: border-box;
}

.toggle-section {
    margin-top: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}

.toggle-section__title {
    background-image: url("../img/top/qa_q.svg");
    background-size: 19px 29px;
    background-position: 22px 22px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 10px 40px 10px 60px;
    cursor: pointer;
    margin: 0;
}

.toggle-section__title::after {
    content: '+';
    font-size: 40px;
    font-weight: bold;
    color: #282828;
    margin-left: auto;
    position: relative;
    right: -35px;
}

.toggle-section.open .toggle-section__title::after {
    content: '-';
}

.toggle-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
    background: #ffffff;
}

.toggle-inner {
    padding: 0 40px 15px 60px;
}

.toggle-content h6 {
    background-image: url("../img/top/qa_a.svg");
    background-size: 19px 17px;
    background-position: 23px 21px;
    background-repeat: no-repeat;
    font-weight: normal;
    padding: 20px 40px 5px 60px;
    margin: 10px 0 0;
}

.toggle-content .item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #ccc;
}

.toggle-section.open .toggle-content {
    max-height: 500px;
    border-top: 1px solid #dcdcdc;
}


/* ----- ----- contact ----- ----- */
.raw-contact h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
}

.raw-contact a {
    background: #ffffff;
    border-radius: 40px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.parallax-content {
    clip-path: inset(0);
    height: auto;
    padding: 40px 20px 80px;
    box-sizing:border-box;
    color: #fff;
    text-align:center;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
}

.parallax-content::after {
    content:'';
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100%;
    background-image: url("../img/top/bg_inquiry.webp");
    background-size:cover;
}

.parallax-content .tel, .parallax-content .mail {
    width: 50%;
}

.parallax-content > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.parallax-content > div a {
    width: 100%;
    border: 5px solid #ffffff;
    color: #009bdd;
    font-size: 18px;
    font-weight: 600;
    margin-right: 0 !important;
}

.parallax-content > div a:hover {
    border: 5px solid #009bdd;
}


/* ----- ----- case ----- ----- */
#case {
    padding-bottom: 80px;
}

.inspection {
    background: #ffffff;
    padding: 15px;
    margin-bottom: 100px !important;
    border-radius: 15px;
}

.inspection > div {
    display: flex;
    padding: 0 6% 95px;
}

.inspection .img {
    width: 33%;
}

.inspection .text {
    width: 61%;
    padding-left: 6%;
}

.inspection .block {
    margin-bottom: 30px;
}

.inspection h4 {
    background-image: url("../img/top/bg_case.svg");
    font-size: 24px;
    font-weight: 600;
    padding: 40px 10px 50px;
    margin-top: 0;
}

.inspection h5 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}

.inspection h5 span {
    display: block;
}

.img-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    height: 100%;
}
    
.grid1 {
    grid-column: span 2 / span 2;
    background-image: url("../img/top/dronesnap_case_img1.webp");
    background-size: cover;
    background-position: center center;
}

.grid2 {
    grid-row-start: 2;
    background-image: url("../img/top/dronesnap_case_img2.webp");
    background-size: cover;
    background-position: center center;
}

.grid3 {
    grid-row-start: 2;
    background-image: url("../img/top/dronesnap_case_img3.webp");
    background-size: cover;
    background-position: center center;
}

.inspection ul {
    margin-bottom: 40px;
}

.inspection .point {
    background: #009bdd;
    color: #ffffff;
    padding: 5px 10px 5px 15px;
    border-radius: 25px;
    font-size: 13px;
    letter-spacing: .3em;
    position: relative;
}

#case .jirei {
    text-align: center;
}

#case .jirei a {
    background: #009bdd;
    color: #ffffff;
    border: 3px solid #009bdd;
    border-radius: 30px;
    display: inline-block;
    padding: 7px 42px;
    margin-bottom: 10px;
}

#case .jirei a:hover {
    background: #f7f8fa;
    color: #009bdd;
}

#case .jirei .add {
    display: block;
}


/* ----- ----- video2 ----- ----- */
#video2 {
    display: none;
    padding: 140px 50px 110px;
}

#video2 h3 {
    font-weight: 600;
    font-size: 18px;
    margin-top: 25px;
}

.pickup {
    display: flex;
    margin-bottom: 60px;
}

.pickup .video {
    width: 57%;
}

.pickup .video a {
    background: #f7f8fa !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
}

.pickup .text {
    width: 38%;
    padding-left: 5%;
    padding-bottom: 75px;
    padding-top: 50px;
}

.pickup .btn3 {
    display: inline-flex;
    margin-top: 50px;
}

.list-video {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 55px;
}

.list-video li a {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 300px;
}

/* ----- lightbox ----- */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    max-width: 100% !important;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.lightbox.show {
    display: flex;
    opacity: 1;
}

.lightbox-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    height: 450px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0.9);
    transition: transform 0.5s ease;
}

.lightbox.show .lightbox-content {
    transform: scale(1); /* 表示時にスケールを戻す */
}

.lightbox iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.lightbox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}


/* ----- ----- single ----- ----- */
.single-post .wp-block-post-featured-image {
    max-width: 800px;
}

.single-post h1.wp-block-post-title {
    font-size: 24px;
    font-weight: 600;
}

.single-post .wp-block-post-featured-image {
    margin-bottom: 60px;
}

.single-post main {
    margin-top: 80px;
}

.single-post .list-category {
    margin-top: 60px !important;
}



/* ----- ----- category 一覧 ----- ----- */
.archive.category main {
    max-width: 1520px;
    margin: 0 auto;
    margin-top: 155px !important;
}

.archive.category main h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.archive.category main > div {
    margin: 0;
}

.archive.category main li > div {
    padding: 0;
}

.archive.category .list-post li {
    border-bottom: 1px solid #cccccc;
    margin-top: 0;
    padding: 8px 0;
}

.archive.category .list-post li:first-child {
    border-top: 1px solid #cccccc;
}

.archive.category main .wp-block-post-date {
    color: #000000;
    line-height: normal;
}

.archive.category main h2 a {
    padding: 20px 20px;
}


@media screen and (max-height: 1000px) {
    /* ----- ----- first-view ----- ----- */
    #first-view h1 {
        margin-bottom: 20px;
    }

    #first-view h1 img {
        max-height: 40px;
    }

    #first-view .lead1 {
        margin-bottom: 25px;
        max-height: 90px;
    }

    #first-view .lead2 {
        margin-bottom: 40px;
    }

    #first-view .btn a {
        height: 55px;
    }

    #first-view .btn a.snap1, #first-view .btn a.snap2 {
        background-size: 220px;
    }


    /* ----- ----- new ----- ----- */
    #news {
        top: -20px;
    }
}


@media screen and (max-height: 600px) {
    /* ----- ----- first-view ----- ----- */
    #first-view h1 {
        margin-bottom: 20px;
    }

    #first-view h1 img {
        max-height: 30px;
    }

    #first-view .lead1 {
        margin-bottom: 30px;
        max-height: 80px;
    }

    #first-view .lead2 {
        margin-bottom: 30px;
        max-height: 40px;
    }

    #first-view .btn a {
        height: 55px;
    }

    #first-view .btn a.snap1, #first-view .btn a.snap2 {
        background-size: 220px;
    }

}


@media screen and (max-width: 1279px) {
    /* ----- ----- menu ----- ----- */
    .custom-nav li {
        margin-right: 0;
    }

    .custom-nav li.mes {
        border-left: none;
        margin-bottom: 10px;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }


    /* ----- ----- news ----- ----- */
    #news .news-box > ul {
        max-width: 600px;
        margin: 0 auto;
        grid-template-columns: repeat(1, 1fr);
    }

    #news .news-box > ul > li {
        margin-bottom: 20px;
    }

    #news .news-box > ul > li:last-child {
        margin-bottom: 0;
    }


    /* ----- ----- service ----- ----- */
    .home .service .explain {
        display: block;
    }

    .home .service .explain .text {
        width: 100%;
        margin-bottom: 60px;
        padding-right: 0;
    }

    .home .service .explain .img {
        width: 100%;
        text-align: center;
    }

    .home .service .point {
        gap: 45px 5%;
    }

    .home .service .point li {
        width: 100%;
    }

    /* ----- ----- dronesnap flow ----- ----- */
    #dronesnap .flow .flow-box {
        display: block;
    }

    #dronesnap .flow .list-inspect {
        width: 370px;
        margin: 0 auto;
    }

    #dronesnap .flow .btn a.snap2 {
        width: 90%;
        height: 60px;
        background-size: 70%;
        margin-top: 20px;
        margin-right: 0;
    }

    #dronesnap .flow .triangle {
        width: 100%;
        padding: 50px 0 70px;
        text-align: center;
    }

    #dronesnap .flow .triangle span {
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 17px solid #009bdd;
    }


    /* ----- ----- dronesnap features ----- ----- */
    #dronesnap .features {
        grid-template-columns: repeat(2, 1fr);
    }

    #dronesnap .features li {
        margin-bottom: 40px;
    }

    #dronesnap .features li:nth-child(3) {
        border-left: 1px solid #dcdcdc;
    }


    /* ----- ----- video2 ----- ----- */
    .list-video {
        gap: 20px;
    }

}


@media screen and (max-width: 1179px) {
    /* ----- ----- footer ----- ----- */
    /* ----- cookie ----- */
    #cn-notice-text {
        text-align: left;
    }

    #cn-notice-buttons {
        display: block;
    }


    /* ----- ----- dronesnap-cloud features ----- ----- */
    #dronesnap-cloud .features li .img {
        width: 35%;
    }

    #dronesnap-cloud .features li .text {
        padding: 0 0 0 4%;
        width: 62%;
    }

}



@media screen and (max-width: 960px) {
    /* ----- ----- common ----- ----- */
    /* ----- btn -----*/
    .btn a.snap1, .btn a.snap2 {
        margin-bottom: 20px;
    }


    /* ----- ----- case ----- ----- */
    .inspection > div {
        display: block;
        padding-bottom: 60px;
    }

    .inspection .img {
        width: auto;
        height: 500px;
        margin: 0 auto;
        margin-bottom: 40px;
        max-width: 500px;
    }

    .inspection .text {
        width: 100%;
        padding-left: 0;
    }

    .img-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 20px;
        height: 100%;
    }
}


@media screen and (max-width: 782px) {
    /* ----- ----- common ----- ----- */
    .admin-bar #ScrollNav {
        top: 46px;
    }
}


@media screen and (max-width: 768px) {
    /* ----- ----- footer ----- ----- */
    footer .mid {
        height: 100px;
    }

    footer .banner-catalog {
        margin-top: -85px !important;
    }

    .list-banner {
        grid-template-columns: repeat(2, 1fr);
    }


    /* ----- ----- dronesnap ----- ----- */
    #dronesnap h2 img, #dronesnap-cloud h2 img {
        max-width: 300px;
    }


    /* ----- ----- service ----- ----- */
    .home .service {
        padding: 50px 40px;
    }

    .home .service .explain h3 {
        margin-bottom: 25px;
    }

    .home .service .explain h3 span {
        display: inline;
    }


    /* ----- ----- dronesnap flow ----- ----- */
    #dronesnap .flow .list-inspect {
        width: auto;
    }

    /* ----- ----- intro ----- ----- */
    .intro .flow-box .list-intro img {
        max-width: 180px;
    }

    /* ----- ----- intro ----- ----- */
    .intro .flow-box {
        display: block;
    }

    #dronesnap .intro .triangle, #dronesnap-cloud .intro .triangle {
        padding: 30px;
    }

    #dronesnap .intro .triangle span, #dronesnap-cloud .intro .triangle span {
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 17px solid #009bdd;
    }


    /* ----- ----- contact ----- ----- */
    .parallax-content > div {
        grid-template-columns: 1fr;
    }

    .parallax-content .tel, .parallax-content .mail {
        width: 100%;
    }

    .raw-contact h2 {
        margin-bottom: 40px;
    }

    .btn a.tel {
        margin-bottom: 30px;
    }


    /* ----- ----- dronesnap-cloud features ----- ----- */
    #dronesnap-cloud .features {
        padding: 0;
        grid-template-columns: auto;
    }

    #dronesnap-cloud .features li div {
        display: block;
    }

    #dronesnap-cloud .features li .img {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    #dronesnap-cloud .features li .text {
        width: 100%;
        padding-left: 0;
    }


    /* ----- ----- video2 ----- ----- */
    .pickup {
        display: block;
    }

    .pickup .video {
        width: 100%;
        height: 300px;
    }

    .pickup .text {
        width: 100%;
        padding-top: 10px;
        padding-left: 0;
    }

    .pickup .btn3 {
        margin-top: 10px;
    }

    .list-video {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media screen and (max-width: 600px) {
    /* ----- ----- common ----- ----- */
    #wpadminbar {
        position: fixed;
    }
}


@media screen and (max-width: 480px) {
    /* ----- ----- common ----- ----- */
    /* ----- btn -----*/
    .btn a.tel, .btn a.mail {
        border-radius: 60px;
        height: 90px;
    }

    .btn a.tel {
        background-image: url("../img/top/btn_tel_sp.svg");
        background-size: 190px;
    }

    .btn a.mail {
        background-image: url("../img/top/btn_mail_sp.svg");
        background-size: 230px;
    }


    /* ----- ----- first-view ----- ----- */
    #first-view {
        padding: 0 30px;
    }

    #first-view .btn {
        text-align: center;
    }

    .btn a.snap1, .btn a.snap2 {
        background-size: 90%;
        width: 90%;
        height: 60px;
        margin-right: 0;
    }


    /* ----- ----- news ----- ----- */
    #news {
        padding: 40px 40px;
        margin-bottom: 0px;
    }

    #news .btn3.pc {
        display: none;
    }

    #news .btn3.sp {
        display: inline-flex;
        margin-top: 30px;
    }


    /* ----- ----- dronesnap features ----- ----- */
    #dronesnap .features {
        grid-template-columns: repeat(1, 1fr);
    }

    #dronesnap .features li {
        border-left: none !important;
        border-right: none;
    }

    #dronesnap .features h4 {
        margin: 20px 0 30px;
    }


    /* ----- ----- case ----- ----- */
    .inspection .img {
        height: 350px;
    }


    /* ----- ----- models ----- ----- */
    #models dt {
        width: 30%;
    }

    #models  dd {
        width: 70%;
    }
}