@charset "UTF-8"; .sp {
    display: none;
}

#top {
    font-family: var(--f1);
    font-weight: bold !important;
}

.intro {
    /* height: 85vh; */
    /* background: url(../img/intro.png) no-repeat; */
    /* background-size: cover; */
    /* background-position: center top; */
    /* padding-top: 100px; */
    /* min-height: 120px; */
    /* bottom: 50px; */
    /* position: absolute; */
}

.intro p {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding-left: 25px;
}

.intro h2 {
    font-size: 120px;
    color: #fff;
}

.top_news {
    background: url(../img/bg01.png) no-repeat;
    background-size: cover;
}

.top_news .news-start {
    background-color: #fff;
    margin-top: -50px;
    border-radius: 20px;
}

.top_news .news-start {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1400px;
    /* padding: 0px 3% 0px; */
}

.top_news .wrap-box {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    /* padding: 60px 0; */
}

.top_news .ttl-box img {
    width: 20px;
    height: 40px;
}

.top_news .news-btn {
    background-color: var(--color-01);
    color: #fff;
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50vw;
}

.top_news .news_list li {
    padding: 18px 0;
    border-bottom: 1px solid #00000049;
}

.top_news .news_list li a {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
}

.top_news .news_list li a img {
    width: 30px;
    min-width: 30px;
    height: 30px;
}

.top_news .news_list li a .date {
    width: 100px;
    min-width: 100px;
}

.top_news .news_list li a .desc_news {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.top_product .product-start {
    padding-bottom: 120px;
    position: relative;
}

.top_product .float-box {
    margin-top: -50px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.top_product .action-box {
    display: flex;
    align-items: center;
    gap: 30px;
}

.def-btn01 {
    width: 220px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50vw;
    color: #fff;
    position: relative;
}

.def-btn01::after {
    content: "";
    width: 25px;
    height: 12px;
    background: url(../img/arrrow.png) no-repeat;
    position: absolute;
    right: 12px;
    margin: auto;
    top: 0;
    bottom: 0;
}

.top_product .action-box .search-box {
    width: 325px;
    height: 55px;
    border-radius: 50vw;
    font-weight: bold;
    position: relative;
}

.top_product .action-box .search-box input {
    width: 100%;
    height: 100%;
    border-radius: 50vw;
    padding: 0 20px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.top_product .action-box .search-box input:focus::placeholder {
    opacity: 0;
}

.top_product .action-box .search-box::after {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../img/search-2.png) no-repeat;
    display: block;
    position: absolute;
    right: 25px;
    top: 14px;
}

.top_product .product-start .slide {
}

.top_product .product-start .img-box {
    width: 320px;
    aspect-ratio: 1;
    background-color: #fff;
    margin: 0 15px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    transition: 0.5s ease;
    box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.3);
}

.top_product .product-start .img-box a p {
    text-align: center;
    color: #000;
    font-size: 16px;
    font-size: 20px;
    font-weight: bold;
}

.top_product .product-start .img-box img {
    transition: 0.5s ease;
    /*margin-bottom: 15px;*/
    height: 180px;
    margin: 0 auto 15px;
}

.top_product .product-start .img-box:hover {
    border: 5px solid var(--color-01);
}

.top_product .product-start .img-box:hover img {
    transform: scale(1.1);
}

.top_product .slick-dots {
    display: flex;
    width: 85%;
    background-color: #00000028;
    height: 5px;
    position: relative;
    left: 50px;
    top: 60px;
    z-index: 0;
}

.top_product .slick-dots li {
    width: calc(100% / 6);
    border: none;
    background-color: #00000028;
    padding: 0;
}

.top_product .slick-dots li.slick-active {
    background-color: var(--color-02);
}

.top_product .slick-dots li button {
    display: none;
}

.top_product .slick-arrow {
    position: absolute;
    right: 50px;
    bottom: -70px;
}

.top_product .slick-prev {
    right: 120px;
    z-index: 2;
}

.top_product .slick-next {
    transform: rotate(180deg);
    z-index: 2;
}

.top_about {
    background: url(../img/bg02.png) no-repeat;
    background-size: cover;
    height: 600px;
}

.top_about .inner-fw {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.top_about h2 {
    font-size: 80px;
    margin-bottom: 30px;
}

.top_about h3 {
    font-size: 32px;
    margin-bottom: 30px;
}

.top_about p {
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.def-btn02 {
    width: 280px;
    height: 55px;
    border: 3px solid #fff;
    border-radius: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    margin-top: 30px;
}

.def-btn02::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/arrow-pink.png) no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
}

.top_equipment {
    background: url(../img/bg3.png) no-repeat;
    /* background: rgb(0, 0, 0);
  background: linear-gradient(to bottom, transparent 40%, #000 40%), url("../img/bg03.png") no-repeat; */
    background-size: cover;
    /* height: 700px; */
    color: #fff;
    overflow: hidden;
}

.top_equipment .inner-fw {
    height: 100%;
}

.top_equipment img {
    max-width: fit-content;
    width: 100%;
}

.top_equipment .content-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 50px;
}

.top_equipment .txt-box {
    max-width: 30%;
    height: 85%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 450px;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.top_equipment .txt-box p.c4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}

.top_equipment .txt-box h2.fscustom1 {
    text-align: center;
    margin-bottom: 15px;
}

.top_equipment .txt-box p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.top_attempt {
    padding-top: 20px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 35%, rgba(240, 243, 246, 1) 35%);
}

.top_attempt .txt-box {
    /* margin-left: -20%; */
    background-color: #fff;
    padding: 50px;
    line-height: 1.75;
    font-weight: bold;
    height: 550px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.top_attempt .renew-box .def-btn02 {
    max-width: 320px;
    width: 100%;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 30px; */
}

.top_attempt .mt-negative {
    margin-top: -60px;
}

.top_attempt .card-box .def-btn02 {
    max-width: 320px;
    width: 100%;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.top_attempt .card-box p {
    font-weight: bold;
}

@media screen and (max-width: 1250px) {
    .top_equipment {
        height: auto;
    }

    .top_equipment .content-box {
        flex-wrap: wrap;
        max-width: 768px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        gap: 50px;
    }

    .top_equipment img:nth-of-type(1) {
        order: 1;
        width: 45%;
    }

    .top_equipment img:nth-of-type(2) {
        order: 2;
        width: 45%;
    }

    .top_equipment .txt-box {
        order: 3;
    }
}

@media screen and (max-width: 1000px) {
    .intro h2 {
        font-size: 85px;
    }

    .top_news .news_list li a {
        font-size: 16px;
        gap: 10px;
    }

    .top_about h2 {
        font-size: 35px;
    }

    .top_about h3 {
        font-size: 22px;
        line-height: 1.7;
    }

    .def-btn02 {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .sp {
        display: block;
    }

    .top_news .wrap-box {
        padding: 40px 0;
    }

    .top_news .news-start {
        margin-top: -30px;
    }
}

@media screen and (max-width: 767px) {
    .intro {
        /* background: url(../img/intro-sp.png) no-repeat; */
        /* background-size: cover; */
        /* background-position: center; */
        /* padding-top: 0; */
        /* min-height: auto; */
        /* height: 550px; */
        /* height: auto; */
    }

    .intro h2 {
        font-size: 55px;
        margin: 0 0 40px;
    }

    .intro p {
        /* padding-left: 0; */
        /* font-size: 20px; */
        /* margin-top: 375px; */
    }

    .top_news .wrap-box .ttl-box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .top_news .news_list li a {
        flex-wrap: wrap;
    }

    .top_product .product-start {
        padding-bottom: 180px;
    }

    .top_product .flex-row.center-y {
        align-items: center;
    }

    .img_ttl {
        max-width: fit-content;
        width: 100%;
    }

    .top_product .action-box {
        width: 100%;
    }

    .top_product .action-box .def-btn01 {
        max-width: 220px;
        width: 100%;
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .top_product .action-box .search-box {
        width: 60%;
        margin: 0 auto;
        min-width: 250px;
    }

    .top_product .slick-dots {
        right: 0;
        left: unset;
        width: 95%;
        margin-left: auto;
        top: 30px;
    }

    .top_product .slick-arrow {
        right: 40%;
        bottom: -85px;
    }

    .top_product .slick-prev {
        right: 50%;
    }

    .top_product .slick-arrow img {
        max-width: 40px;
    }

    .top_about {
        background-position: center;
        background: url(../img/bg02-sp.png) no-repeat;
        background-size: cover;
    }

    .top_about p {
        font-size: 16px;
    }

    .top_about h3 {
        text-align: center;
    }

    .top_equipment {
        background: url(../img/bg3-sp.png) no-repeat;
        background-size: cover;
        background-position: center top;
    }

    .top_equipment .txt-box {
        max-width: 100%;
        width: 100%;
        min-width: 0;
    }

    .top_equipment .txt-box p {
        font-size: 16px;
    }

    .top_attempt .txt-box {
        padding: 50px 25px;
    }

    .top_attempt.pd-pr {
        padding-right: 0;
    }

    .top_attempt .flex-row .txt-box {
        /* width: 90%; */
        margin-top: -10%;
        height: auto;
        gap: 20px;
    }

    .top_attempt .txt-box {
        margin-left: 0;
    }

    .top_attempt .card-box {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 500px) {
    .img_ttl {
        max-width: 90%;
    }

    .top_attempt h2.fscustom1 {
        font-size: 18px;
    }

    .top_product .slick-arrow {
        right: 38%;
    }

    .top_product .slick-prev {
        right: 52%;
    }

    .top_attempt .card-box .def-btn02, .top_attempt .renew-box .def-btn02 {
        font-size: 14px;
    }

    .top_product .product-start .img-box a p {
        font-size: 16px;
    }
}

h2.flex-col.gpy10.c1.fscustom1 {
    /* white-space: pre; */
    /* min-width: 100px; */
}

@media screen and (min-width: 767px) {
    br.sponlybr {
        display: none;
    }
}

@media screen and (min-width: 500px) {
    br.sponlybr_five {
        display: none;
    }
}


.slick-slide {
    max-height: 100vh;
}



