/*---------------------------------

  共通

---------------------------------*/
.main {
    font-weight: 800;
    background-color: #000;
}
.button {
    border-radius: 4px;
    color: #000;
    font-weight: 500;
}
.contact_button {
    background-color: #FAD500;
    display: flex;
    height: 72px;
    width: 371px;
    font-size: 24px;
    position: relative;
    padding-top: 26px;
    padding-left: 98px;
}
.ec_button {
    background-color: #FAD500;
    display: flex;
    height: 72px;
    width: 371px;
    font-size: 24px;
    position: relative;
    padding-top: 25px;
    padding-left: 53px;
}
.tel_button {
    background-color: #fff;
    border: 2px solid #5C5C5C;
    display: flex;
    height: 72px;
    width: 371px;
    font-size: 28px;
    padding-top: 22px;
    padding-left: 103px;
    line-height: 1;
    position: relative;
}

@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){
    .contact_button {
        width: 258px;
        height: 50px;
        font-size: 20px;
        padding-top: 15px;
        padding-left: 55px;
    }
    .ec_button {
        width: 258px;
        height: 50px;
        font-size: 20px;
        padding-top: 15px;
        padding-left: 20px;
    }
    .tel_button {
        width: 258px;
        height: 50px;
        font-size: 20px;
        padding-top: 15px;
        padding-left: 80px;
        text-decoration: none;
    }
}

/*---------------------------------

  KV

---------------------------------*/
.kv{
    background: url(../img/aiterra/aiterra-kv.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.kv_right {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px;
    margin-right: 15%;
}
.kv_right .contact_button::after,
.kv_right .ec_button::after{
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url('../img/aiterra/icon_arrow.svg') no-repeat center / contain;
    position: absolute;
    top: 20px;
    right: 15px;
}
.kv_text {
    color: #fff;
    font-size: 27px;
    line-height: 1.6;
    text-align: center;
}
.kv_btn_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.kv_logo {
    height: 62px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));
}

@media screen and (max-width:1024px){

    .kv{
        background: url(../img/aiterra/aiterra-kv2.png) no-repeat center;
        background-size: cover;
        height: 700px;
    }

}

@media screen and (max-width:767px){
    .kv{
        position: relative;
        background: url(../img/aiterra/aiterra_kv2-sp.png) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 100vh;
        min-height: 600px;
        display: flex;
        justify-content: center;
        align-items: inherit;
    }
    .kv_logo {
        height: 34px;
    }
    .kv_right {
        margin-top: 140px;
        margin-right: 0;
    }
    .kv_right .kv_img{
        width: 226px;
        margin-top: 35vw;
    }
    .kv_text {
        font-size: 16px;
    }
    .kv_right .contact_button {
        position: absolute;
        bottom: 130px;
        left: calc(50% - 129px);
    }
    .kv_right .ec_button {
        position: absolute;
        bottom: 65px;
        left: calc(50% - 129px);
    }
    .kv_right .contact_button::after,
    .kv_right .ec_button::after{
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        background: url('../img/aiterra/icon_arrow.svg') no-repeat center / contain;
        position: absolute;
        top: 15px;
        right: 15px;
    }
}

@media screen and (max-width:500px){

    .kv_right .kv_img{
        width: 226px;
        margin-top: 190px;
    }
}

/*---------------------------------

  KV下（コンセプト）

---------------------------------*/

.bloc_concept{
    padding: 0 0 80px;
    background: #000;
}
.bloc_concept .inner {
    gap: 80px;
}
.bloc_concept .txt{
    color: #fff;
    width: 58%;
}
.bloc_concept .inner .concept {
    gap: 100px;
    justify-content: center;
    align-items: center;
}
.bloc_concept .inner .concept h2 img{
    width: 295px;
}
.bloc_concept .movie video{
    width: 100%;
    height: auto;
}
.bloc_concept .product_list{
    justify-content: space-between;
    width: 100%;
}
.bloc_concept .product_list li{
    width: 32%;
    max-width: 400px;
}
.bloc_concept .product_list li a{
    width: 100%;
    height: 80px;
    border-radius: 8px;
    position: relative;
}
.bloc_concept .product_list li:nth-child(1) a{
    background: url(../img/aiterra/img-ec50s.png) no-repeat top 15px left 10px;
    background-size: 83px;
    background-color: #fff;
}
.bloc_concept .product_list li:nth-child(2) a{
    background: url(../img/aiterra/img-cr60s.png) no-repeat top 15px left 10px;
    background-size: 83px;
    background-color: #fff;
}
.bloc_concept .product_list li:nth-child(3) a{
    background: url(../img/aiterra/img-wa70s.png) no-repeat top 15px left 10px;
    background-size: 83px;
    background-color: #fff;
}
.bloc_concept .product_list .product_list_item{
    align-items: center;
    padding: 10px 60px 10px 98px;
    justify-content: space-around;
}
.bloc_concept .product_list .product_list_item::after{
    content: url(../img/aiterra/icon_arrow.svg);
    position: absolute;
    right: 20px;
}
.bloc_concept .product_list li img{
    width: 82px;
    height: 51px;
}
.bloc_concept .product_list .product_list_item a{
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.bloc_concept .product_list .product_list_item span{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 26px;
    font-style: italic;
    line-height: 1;
    font-weight: 600;
}
.bloc_concept .product_list .product_list_item p{
    font-size: 14px;
}
.bloc_concept .product_list .product_list_logo{
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.bloc_concept .product_list .product_list_logo img{
    height: 17px;
    width: auto;
}

@media screen and (max-width:1024px){

    .bloc_concept .product_list {
        justify-content: center;
        gap: 20px;
        width: 80%;
        margin: auto;
    }
    .bloc_concept .product_list li {
        width: 100%;
    }

}

@media screen and (max-width:767px){

    .bloc_concept{
        padding: 80px 0 80px;
    }
    .bloc_concept .inner .concept h2{
        width: 40%;
    }
    .bloc_concept .inner .concept {
        gap: 50px
    }
    .bloc_concept .txt {
        width: 78%;
    }
    .bloc_concept .product_list {
        width: 100%;
    }

}

@media screen and (max-width:500px){

    .bloc_concept{
        padding: 40px 0 80px;
    }

}

/*---------------------------------

  商品情報

---------------------------------*/

.bloc_product{
    padding: 30px 0 130px 0;
    background: #000C4D url(../img/aiterra/bg02.svg) repeat center center / cover;
    background-size: 120%;
}
.bloc_product .inner .intro {
    color: #fff;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 5%;
    text-align: center;
}
.bloc_product .product_box{
    padding: 100px 0 0;
}
.bloc_product header{
    width: 100%;
    min-height: 144px;
    background: linear-gradient(90deg, #303442 0%, #6B7081 43%, #252833 100%);
    box-shadow: 0px 0px 15px 5px #00000040;
    justify-content: space-between;
    align-items: center;
    padding: 40px 60px;
    border-radius: 16px 16px 0px 0px;
}
.bloc_product header .logo{
    width: auto;
    height: 36px;
}
.bloc_product header .title {
    align-items: center;
    color: #fff;
    gap: 30px;
}
.bloc_product header .title_logo {
    align-items: center;
    gap: 20px;
}
.bloc_product header .title_logo span{
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 64px;
    line-height: 64px;
    color: #FAD500;
}
.bloc_product header .title span{
    margin-right: 15px;
}
.bloc_product header .tag{
    background: #FAD500;
    border-radius: 20px;
    padding: 10px 20px;
    height: 36px;
}
.bloc_product .product_info{
    width: 100%;
    background: #fff;
}
.bloc_product .product_info .product_area{
    padding: 60px 80px;
    background: url(../img/aiterra/bg01.svg) no-repeat right top;
}
.bloc_product .product_info .product_intro{
    gap: 80px;
    margin-bottom: 50px;
    align-items: center;
    justify-content: center;
}
.bloc_product .product_info .product_intro_img{
    padding: 24px 32px;
    border-radius: 8px;
    border: 1px solid #DDD;
}
.bloc_product .product_info .product_intro_img img{
    width: 376px;
}
.bloc_product .product_info .product_intro_text{
    gap: 30px;
    position: relative;
    flex-direction: column;
    font-size: 18px;
    letter-spacing: 0.9px;
    font-weight: 500;
}
.bloc_product .product_info .product_intro_text h3{
    font-size: 46px;
    line-height: 1.4;
    font-weight: 800;
}
/* .bloc_product .product_info .product_intro_text h3::after{
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    background-color: #FAD500;
    margin-top: 20px;
} */
.bloc_product .product_subject {
    gap: 11px;
    justify-content: center;
}
.bloc_product .product_subject dt{
    border-radius: 4px;
    background: #FAD500;
    margin-right: 10px;
    padding: 18px 30px;
    align-items: center;
}
.bloc_product .product_subject dd{
    border-radius: 4px;
    border: 1px solid #DDD;
    opacity: 0.2;
}
.bloc_product .product_subject .select{
    border-radius: 4px;
    border: 2px solid #FEC600;
    background: #fff;
    opacity: 1;
}
.bloc_product .product_subject dd img{
    width: 108px;
    height: 59px;
    flex-shrink: 0;
}
.bloc_product .product_info .model_btnarea {
    margin-top: 45px;
    text-align: center;
}
.bloc_product .product_info .model_btn {
    width: 100%;
    max-width: 300px;
    height: 48px;
    border-radius: 24px;
    background-color: #FFD51C;
    color: #000;
    text-align: center;
    position: relative;
}
.bloc_product .product_info .model_btn:hover {
    opacity: 0.8;
}
.bloc_product .product_info .model_btn::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("/img/top/arrow_white_r.svg") no-repeat center / contain;
    position: absolute;
    top: 13px;
    right: 12px;
}

/* モーダル */
.modal_wrap {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.modal {
    display: none;
}
.modal .notes {
    color: #fff;
    font-size: 13px;
    margin-top: 20px;
}
.modal.active {
    display: block;
    position: fixed;
    inset: 0;
    margin: auto;
    width: 100%;
    z-index: 7;
    max-width: 894px;
    margin-top: 100px;
    margin-bottom: 50px;
}
.modal.active h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 2.4px;
    color: #fff;
    /* margin-bottom: 1em; */
}
.close,
.close_img {
    height: 60px;
    width: 60px;
    position: absolute;
    top: -30px;
    right: 0;
    cursor: pointer;
    z-index: 8;
}
.modal.active .close,
.modal.active .close_img {
    display: block;
}
.pop_bg,
.pop_imgbg {
    display: none;
    position: fixed;
    inset: 0;
    background: #0F151D;
    opacity: 0.95;
    z-index: 6;
}
.pop_bg.open,
.pop_imgbg.open {
    display: block;
}

/* モーダル開時に背景のスクロールを防ぐ  */
body:has(.pop_bg.open),
body:has(.pop_imgbg.open){
    overflow: hidden;
}
body:has(.pop_bg.open) main,
body:has(.pop_imgbg.open) main{
    overflow: auto;
    scrollbar-gutter: stable;
}

/* テーブル */
.tbl_wrap {
    overflow-y: auto;
    height: 75%;
}
.modal.active table {
    width: 100%;
    height: auto;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 1.6px;
    font-size: 14px;
}
.tbl_header {
    background-color: #FAD500;
    font-size: 16px;
    border-bottom: 3px solid v;
}
.col1 {
    width: 12.5%;
}
.col2 {
    width: 25%;
}
.modal.active table th,td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #0F151D;
}
.modal.active table tr {
    height: 48px;
}
.modal.active table td {
    background-color: #fff;
}
.rim {
    text-align: left;
    vertical-align: top;
    padding: 14px 16px;
    font-size: 16px;
    background-color: #fff;
}
.modal_img {
    margin-top: 50px;
    margin-left: 50px;
}



.bloc_product .product_info .feature_area{
    width: 100%;
    background: #EFEFEF;
    display: flex;
    padding: 70px 80px 50px 80px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}
.bloc_product .product_info .feature_area ul {
    justify-content: space-between;
    gap: 35px;
}
.bloc_product .product_info .feature_area ul li{
    flex: 0 0 calc(50% - 50px);
    gap: 20px;
}
.bloc_product .product_info .feature_area .feature_img{
    width: 164px;
    height: 136px;
    flex-shrink: 0;
}
.bloc_product .product_info .feature_area .feature_textarea{
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    flex: 1 0 0;
}
.bloc_product .product_info .feature_area .feature_textarea h4{
    color: #1B55A6;
    font-size: 18px;
    line-height: 1.4;
    position: relative;
    padding: 9px 0 0 8px;
}
.bloc_product .product_info .feature_area .feature_textarea h4::before{
    content: url(../img/aiterra/icon_brackets.svg);
    position: absolute;
    top: 0;
    left: 0;
}
.bloc_product .product_info .feature_area .feature_textarea p{
    font-size: 14px;
    line-height: 1.4;
    font-style: normal;
    font-weight: 400;
}
.bloc_product .product_info .feature_area .notes {
    margin-top: 35px;
    text-align: right;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: end;
}
.bloc_product .product_info .attention_area {
    display: flex;
    justify-content: end;
    /* width: 100%; */
    border: 1px solid #0F151D;
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
}
.bloc_product .product_info .attention_area .attention_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.bloc_product .product_info .attention_area .attention_box small{
    text-align: center;
}
.bloc_product .product_info .attention_area .attention_img {
    width: 100px;
}

@media screen and (max-width:1024px){

    .bloc_product header{
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding: 40px 60px;
    }
    .bloc_product .product_info .feature_area ul li {
        flex: 0 0 100%;
    }
    .modal.active {
        width: 90%;
    }
}
@media screen and (max-width:767px){
    .bloc_product {
        padding: 80px 0;
    }
    .bloc_product .inner .intro {
        font-size: 16px;
        letter-spacing: 0.8px;
    }
    .bloc_product .product_box {
        padding: 80px 0 0;
    }
    .bloc_product header {
        padding: 30px 40px;
        height: auto;
    }
    .bloc_product header .logo {
        /* height: 27px; */
        width: 50%;
    }
    .bloc_product header .title {
        gap: 10px;
        justify-content: center;
    }
    .bloc_product header .title_logo {
        flex-wrap: nowrap;
        justify-content: center;
    }
    .bloc_product header .title_logo span {
        font-size: 48px;
        line-height: 1;
    }
    .bloc_product header .tag {
        width: 100%;
        justify-content: center;
        display: flex;
    }
    .bloc_product .product_info .product_intro {
        gap: 30px;
    }
    .bloc_product .product_info .product_area {
        padding: 30px 20px;
        background-image: none;
    }
    .bloc_product .product_info .product_intro_text {
        font-size: 14px;
    }
    .bloc_product .product_info .product_intro_text h3 {
        font-size: 30px;
        line-height: 1.4;
    }
    .bloc_product .product_subject dt {
        width: 100%;
        padding: 5px;
        justify-content: center;
        margin-right: 0;
        margin-bottom: 25px;
    }
/*    .bloc_product .product_subject dd {
        width: 30%;
        aspect-ratio: 133 / 72;
    }*/
    .bloc_product .product_info .feature_area {
        padding: 40px 15px;
    }
    .modal .notes {
        font-size: 11px;
    }
    .modal.active table {
        font-size: 13px;
    }
    .tbl_wrap {
        height: 65%;
    }
    .tbl_header {
        font-size: 14px;
    }
    .bloc_product .product_info .feature_area .notes {
        flex-direction: column;
        align-items: end;
    }
    .bloc_product .product_info .attention_area {
        width: 150px;
    }
}

@media screen and (max-width:600px){

    .bloc_product .product_info .feature_area ul li {
        flex: 0 0 calc(50% - 18px);
        gap: 15px;
        align-items: flex-start;
    }
    .bloc_product .product_info .feature_area .feature_img{
        width: 100%;
        height: auto;
        aspect-ratio: 164 / 136;
        flex-shrink: 0;
    }

}

.attention {
    background: #000C4D;
    padding: 70px 0;
    color: #fff;
    font-weight: 500;
}
.attention h2{
    font-size: 20px;
    margin: 0 0 20px;
}
.attention ol li {
    margin: 0 0 5px 20px;
    list-style: disc;
    font-size: 15px;
}

/*---------------------------------

  取扱店募集

---------------------------------*/

.bloc_dealer{
    padding: 80px 0;
    background: #000C4D;
}
.bloc_dealer .white_box{
    padding: 40px 90px;
    background: #fff url(../img/aiterra/bg01.svg) no-repeat right top;
}
.bloc_dealer .title{
    color: #000C4D;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.bloc_dealer .desc {
    color: #000;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 400;
    font-size: 18px;
}
.bloc_dealer .btn_area{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.bloc_dealer .btn_area .contact_button{
    background-color: #FAD500;
    display: flex;
    height: 72px;
    font-size: 20px;
    position: relative;
    padding: 26px 0px 0px 27px;
}
@media screen and (max-width:767px){
    .bloc_dealer .white_box {
        padding: 50px 30px;
    }
    .bloc_dealer .btn_area .contact_button{
        font-size: 16px;
        padding: 20px 25px 0px;
    }
}

/*---------------------------------

  お問合わせ

---------------------------------*/

.bloc_contact{
    padding: 100px 0 120px;
    background: #ccc;
    background: url(../img/aiterra/contact-bg.png) repeat center center / cover;
}
.bloc_contact .title{
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.bloc_contact .title span{
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1.4px;
}
.bloc_contact .desc {
    color: #fff;
    text-align: center;
    margin-bottom: 80px;
    font-weight: 400;
    font-size: 18px;
}
.bloc_contact .white_box{
    padding: 60px 90px;
    background: #fff;
}
.bloc_contact .white_box h3{
    text-align: center;
    margin-bottom: 25px;
}
.bloc_contact .white_box h3 img{
    margin-bottom: 51px;
    width: 386px;
    height: 42px;
}
.bloc_contact .white_box h3 span{
    background: #EBEBEB;
    display: block;
    width: 100%;
    font-size: 32px;
    letter-spacing: 1.6px;
    padding: 8px 0 5px 0;
}
.bloc_contact .access{
    flex-direction: column;
    align-items: center;
    gap: 10px;
    line-height: 1.6;
}
.bloc_contact .access dt{
    font-size: 24px;
    letter-spacing: 1.2px;
}
.bloc_contact .access dd{
    font-size: 16px;
    letter-spacing: 0.8px;
}
.bloc_contact .cta{
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}
.bloc_contact .cta .tel_button::before{
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    background: url('../img/common/icon_tel.svg') no-repeat center / contain;
    position: absolute;
    top: 10px;
    left: 15px;
}
.bloc_contact .cta .contact_button {
    padding-top: 20px;
    padding-left: 130px;
}
.bloc_contact .cta .contact_button::before{
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    background: url('../img/common/icon_mail.svg') no-repeat center / contain;
    position: absolute;
    top: 14px;
    left: 26px;
}
@media screen and (max-width:767px){
    .bloc_contact .white_box {
        padding: 50px 30px;
    }
    .bloc_contact .white_box h3 img {
        margin-bottom: 30px;
    }
    .bloc_contact .white_box h3 span {
        font-size: 24px;
    }
    .bloc_contact .access dt {
        font-size: 20px;
    }
    .bloc_contact .access dd {
        font-size: 14px;
    }
    .bloc_contact .cta{
        gap: 15px;
    }
    .bloc_contact .cta .tel_button::before{
        content: "";
        display: block;
        width: 32px;
        height: 32px;
        background: url('../img/common/icon_tel.svg') no-repeat center / contain;
        top: 7px;
    }
    .bloc_contact .cta .contact_button {
        font-size: 16px;
        padding-top: 14px;
        padding-left: 100px;
    }
    .bloc_contact .cta .contact_button::before{
        content: "";
        display: block;
        width: 32px;
        height: 32px;
        background: url('../img/common/icon_mail.svg') no-repeat center / contain;
        top: 9px;
        left: 17px;
    }
    .attention ol li {
        font-size: 13px;
    }
}