@charset "utf-8";
/* CSS Document */

/* ##### コンテンツ部分 ここから ##### */

/* reset */
#contents {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: none;
}

#main-column {
    padding: 0;
}

img[src*="https://www.proseedcorp-shop.com/TRACKING/tracking.php?"] {
    display: none;
}

div#guide {
    display: none;
}

/*bxsliderカスタマイズ*/
#main-slides .slide-items {
    opacity: 0;
}

#main-slides .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
}

#main-slides .bx-controls-direction {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto 0;
    position: relative;
}

/*scliksliderカスタマイズ*/
#top-slider {
    background: #fafafa;
    position: relative;
}



#top-slider .slider {
    width: 100%;
    height: 100%;
    max-width: 1560px;
    margin: 0 auto;
    opacity: 0;
    transition: 0.2s;
}

#top-slider .slider li {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#top-slider .slider li a {
    display: block;
}

#top-slider .slider li.bk {
    background: #000;
}

#top-slider .slider li .video {
    padding-top: 37.9%;
    z-index: 0;
    position: relative;
}

#top-slider .slider li .c-btn01 {
    position: absolute;
    bottom: 10%;
    right: 30%;
    z-index: 101;
}

#top-slider .slider li a:hover .c-btn01 {
    opacity: 0.6;
}

#top-slider .slider.slick-initialized {
    opacity: 1;
}

@media only screen and (max-width:1024px) {
    #top-slider .slider li::after {
        content: "";
        display: block;
        padding-top: 62%;
        width: 100%;

    }

    #top-slider .slider li img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    #top-slider .slider li .video {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        right: 0;
        width: 200%;
        height: 100%;
    }

    #top-slider .slider li .c-btn01 {
        bottom: 10%;
        right: 17%;
    }
}

@media only screen and (max-width:820px) {
    #top-slider .slider li .c-btn01 {
        bottom: 9%;
        right: 17%;
    }
}

@media only screen and (max-width:599px) {
    #top-slider .slider li::after {
        padding-top: 80%;
    }

    #top-slider .slider li .c-btn01 {
        bottom: 20px;
        right: 25px;
    }
}

#top-slider .slider img {
    width: 100%;
    object-fit: cover;
}

#top-slider .slick-prev:before,
#top-slider .slick-next:before {
    font-size: 30px;
    color: #27272a;
}

#top-slider .slick-prev {
    left: -32px;
}

#top-slider .slick-dots {
    bottom: -45px;
}

#top-slider .slick-dots li button:before {
    font-size: 14px;
}


/* 共通 */
.home .c-inner01 {
    max-width: 700px;
    margin: 0 auto;
}

.home .c-inner02 {
    max-width: 1020px;
    margin: 0 auto;
}

.home .c-title01 {
    font-size: 50px;
    text-align: center;
    font-weight: 600;
    color: #18181b;
    margin-bottom: 20px;
    line-height: 150%;
}

@media only screen and (max-width:1350px) {
    .home .c-title01 {
        font-size: 45px;
    }
}

@media only screen and (max-width:1024px) {
    .home .c-title01 {
        font-size: 4.2em;
    }
}

@media only screen and (max-width:820px) {
    .home .c-title01 {
        font-size: 3.8em;
    }
}

@media only screen and (max-width:599px) {
    .home .c-title01 {
        font-size: 4.8em;
    }
}

.home .c-text01 {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

@media only screen and (max-width:1024px) {
    .home .c-text01 {
        font-size: 1.8em;
    }
}

@media only screen and (max-width:599px) {
    .home .c-text01 {
        font-size: 3em;
        margin-bottom: 30px;
    }
}


.home .c-btn01 {
    background: #3d62ad;
    border-radius: 50px;
    padding: 15px 25px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2px;
}

.home .c-txt01 {
    color: #3d62ad;
    display: inline-block;
    font-size: 16px;
}

@media only screen and (max-width:599px) {
    .home .c-btn01 {
        padding: 15px 15px;
        font-size: 14px;
    }

    .home .c-txt01 {
        font-size: 14px;
    }
}

/* 個別 */
.home-main {
    background: #fafafa;
}

.home-main .inner {
    padding-bottom: 0;
}

.home-main .c-inner01 {
    max-width: none;
}


.home-main .text01 {
    color: #3d62ad;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
}

.home-main .c-text01 {
    margin-bottom: 0;
}

.home-main .c-text01 .sp02 {
    display: none;
}

@media only screen and (max-width:820px) {
    .home-main .c-text01 .sp02 {
        display: block;
    }
}

@media only screen and (max-width:599px) {
    .home-main .c-text01 .sp02 {
        display: none;
    }
}

.home-main .title01 {
    color: #18181b;
    font-size: 60px;
    text-align: center;
    font-weight: 900;
    line-height: 140%;
    margin-bottom: 20px;
}

@media only screen and (max-width:1024px) {
    .home-main .title01 {
        font-size: 5.5em;
    }
}

@media only screen and (max-width:820px) {
    .home-main .title01 {
        font-size: 5em;
    }
}

@media only screen and (max-width:599px) {
    .home-main .title01 {
        font-size: 5vw;
        line-height: 150%;
    }
}


.home-main .tbox01 {
    max-width: 500px;
    margin: 0px auto 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-main .tbox01 .c-btn01+.c-txt01 {
    margin-left: 20px;
}

.home-image {
    background: #fafafa;
}

.home-image .inner {
    padding-top: 80px;
}


.home-image .pix01 {
    width: 60%;
    margin: 0 auto;
}

@media only screen and (max-width:1024px) {
    .home-image .inner {
        padding-top: 70px;
    }

    .home-image .pix01 {
        width: 100%;
        position: relative;
    }
}


@media only screen and (max-width:599px) {
    .home-image .inner {
        padding-top: 40px;
    }

    .home-image .pix01::after {
        padding-top: 40%;
    }
}

.home-standard .c-inner01 {
    max-width: none;
}

@media only screen and (max-width:820px) {
    .home-standard .c-title01 {
        font-size: 5vw;
    }
}

.home-standard .ibox01 {
    box-shadow: 0px 20px 40px 0px #c1c1c1;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.home-standard .ibox01 .c-btn01 {
    position: absolute;
    bottom: 6%;
    right: 3%;
}

.home-standard .c-text01 .sp02 {
    display: none;
}

@media only screen and (max-width:1024px) {
    .home-standard .c-inner01 {
        max-width: none;
    }
}


@media only screen and (max-width:820px) {
    .home-standard .c-text01 .sp02 {
        display: block;
    }
}

@media only screen and (max-width:599px) {
    .home-standard .c-text01 .sp02 {
        display: none;
    }

    .home-standard .ibox01 {
        box-shadow: 0px 10px 30px 0px #c1c1c1;
        text-align: center;
    }

    .home-standard .ibox01 .c-btn01 {
        animation: auto;
        position: relative;
        bottom: auto;
        right: auto;
        margin-bottom: 15px;
    }
}

.home-system {
    background: #000;
}

.home-system .c-title01 {
    color: #fff;
    text-align: left;
}

.home-system .c-text01 {
    color: #a1a1aa;
    text-align: left;
    font-size: 18px;
    margin-bottom: 30px;
}

@media only screen and (max-width:1024px) {
    .home-system .c-title01 .pc {
        display: none;
    }

    .home-system .c-text01 {
        font-size: 1.8em;
    }
}

@media only screen and (max-width:599px) {
    .home-system .c-title01{
        font-size: 5.5vw;
        line-height: 180%;
    }
    .home-system .c-text01 {
        font-size: 3em;
    }
}

.home-system .tbox01 {
    width: 48%;
}

.home-system .ibox01 {
    width: 37%;
}

@media only screen and (max-width:1024px) {
    .home-system .ibox01 {
        width: 47%;
    }

}

@media only screen and (max-width:599px) {
    .home-system .tbox01 {
        width: 100%;
    }

    .home-system .ibox01 {
        width: 100%;
        margin-top: 30px;
    }
}

.home-system .ibox01 .pix01 {
    border-radius: 15px;
    overflow: hidden;
}

.home-pickup {
    background: #fafafa;
}


.home-pickup .c-text01 {
    font-size: 18px;
}

@media only screen and (max-width:1024px) {
    .home-pickup .c-text01 {
        font-size: 1.8em;
    }
}

@media only screen and (max-width:599px) {
    .home-pickup .c-text01 {
        font-size: 3em;
    }
}

.home-pickup .list01 {
    margin-top: 60px;
}

.home-pickup .list01 .item01 {
    width: 31.3%;
}

.home-pickup .list01 .item01 .inn01 {
    display: block;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width:599px) {
    .home-pickup .list01 {
        margin-top: 30px;
    }

    .home-pickup .list01 .item01 {
        width: 100%;
        margin-bottom: 20px;
    }

    .home-pickup .list01 .item01:last-of-type {
        margin-bottom: 25px;
    }
}

.home-pickup .list01 .item01 .txts01 {
    padding: 20px;
}

.home-pickup .list01 .item01 .txt01 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #27272a;
}

.home-pickup .list01 .item01 .txt02 {
    font-size: 16px;
    margin-bottom: 15px;
}

.home-pickup .list01 .item01 .txt03 {
    font-size: 20px;
    font-weight: 600;
    color: #27272a;
}

.home-pickup .list01 .item01 .txt03::before {
    content: "￥";
}

@media only screen and (max-width:1024px) {
    .home-pickup .list01 .item01 .txt01 {
        font-size: 16px;
    }

    .home-pickup .list01 .item01 .txt02 {
        font-size: 16px;
    }

    .home-pickup .list01 .item01 .txt03 {
        font-size: 18px;
        margin-bottom: 0;
        margin-top: auto;
    }
}

@media only screen and (max-width:599px) {
    .home-pickup .list01 .item01 .txt01 {
        font-size: 20px;
    }

    .home-pickup .list01 .item01 .txt02 {
        font-size: 16px;
    }

    .home-pickup .list01 .item01 .txt03 {
        font-size: 16px;
    }
}

/* ##### コンテンツ部分 ここまで ##### */