/* main-visual */
.thule .main-visual {
    position: relative;
}
.thule .main-visual .main-visual-wrap {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%,0);
    max-width: 1296px;
    width: 100%;
    margin: 0 auto;
}

.thule .main-visual .main-visual-img {
    height: 100%;
}

.thule .main-visual .main-visual-img img {
    width: 100%;
    height: 100%;
}

.thule .main-visual .main-visual-title .title01 {
    color: #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 30px;
    padding: 0 5px 3px;
    filter:
    drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.7))
    drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5))
    drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.3));
}

.thule .main-visual .main-visual-title .title02 {
    color: #fff;
    display: block;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 20px;
    filter:
    drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.7))
    drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5))
    drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.3));
}

.thule .main-visual .title-description {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 0;
    filter:
    drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.7))
    drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5))
    drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.3));
}

.thule .main-visual .title-description span {
    display: block;
}

.thule .main-visual .title-description span:first-of-type {
    margin-bottom: 20px;
}

@media screen and (min-width: 926px) and (max-width: 1439px) {
    .thule .main-visual .main-visual-wrap {
        top: 5%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .thule .main-visual .main-visual-title .title01 {
        /* font-size: 32px; */
        font-size: min(1.3vw, 3rem);
        line-height: 1.4;
        margin-bottom: 15px;
    }
    
    .thule .main-visual .main-visual-title .title02 {
        /* font-size: 40px; */
        font-size: min(2.6vw, 4rem);
        line-height: 1.5;
        margin-bottom: 20px;
    }
    
    .thule .main-visual .title-description {
        /* font-size: 25px; */
        font-size: min(1.2vw, 2.5rem);
        line-height: 1.5;
        margin-bottom: 0;
    }

    .thule .main-visual .main-visual-img {
        height: 100%;
    }
}

@media screen and (max-width: 925px), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .thule .main-visual .main-visual-wrap {
        justify-content: space-between;
        height: 100%;
        top: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .thule .main-visual .main-visual-title .title01 {
        font-size: 20px;
        font-size: min(4vw, 5rem);
        line-height: 1.4;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .thule .main-visual .main-visual-title .title02 {
        font-size: 22px;
        font-size: min(6vw, 6rem);
        line-height: 1.5;
        margin-bottom: 0;
    }
    
    .thule .main-visual .title-description {
        font-size: 14px;
        font-size: min(3.8vw, 3.8rem);
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .thule .main-visual .main-visual-img {
        height: 100%;
    }
}

/* contents */
.thule .thule-contents {
    padding-top: 50px;
    padding-bottom: 5px;
}

.thule .thule-contents .item-name {
    font-size: 20px;
    font-weight: bold;
}

.thule .thule-contents .com-h4-v01 {
    font-size: 28px;
}

/* lead */
.thule .lead-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 20px;
}
.thule .lead-txt {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
}

@media screen and (max-width: 925px), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .thule .thule-contents .item-name {
        font-size: 18px;
    }

    .thule .thule-contents .com-h4-v01 {
        font-size: 26px;
    }

    .thule .lead-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .thule .lead-txt {
        font-size: 14px;
    }
}

/* item */
.thule .item-list-contents {
    justify-content: center;
    margin: 35px auto 0;
}

.thule .item-list-contents .item {
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 20px 40px;
}

.thule .item-list-contents .list-title {
    font-size: 17px;
}

.thule .item-list-contents .list-title .title {
    display: block;
    font-size: 22px;
    font-weight: bold;
}

.thule .item-list-contents .list-link-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.thule .item-list-contents .list-link-area .image {
    width: 285px;
    margin: 0 auto;
}

.thule .item-list-contents .btn-link-area {
    margin: 0 auto;
}

@media screen and (max-width: 925px), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .thule .item-list-contents {
        margin: 35px auto 0;
        padding: 0;
    }

    .thule .item-list-contents .item {
        padding: 20px 20px;
    }

    .thule .item-list-contents .list-title {
        font-size: 16px;
    }

    .thule .item-list-contents .list-title .title {
        font-size: 20px;
    }

    .thule .item-list-contents.com-link-col .item .image {
        width: 100%;
    }

}

/* brand */
.thule .item-brand-contents {
    margin: 35px auto 0;
    padding: 27px 59px;
}

.thule .brand-h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 20px;
}

.thule .brand-h4 {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 20px;
}

.thule .item-brand-contents .com-rpic-set .com-rpic-txt {
    width: 530px;
}

.thule .item-brand-contents .com-rpic-set .com-rpic-pic {
    width: 338px;
}

@media screen and (max-width: 925px), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .thule .item-brand-contents {
        margin: 35px auto 0;
        padding: 20px;
    }
    
    .thule .brand-h3 {
        font-size: 24px;
        text-align: left;
        margin-bottom: 20px;
    }
    
    .thule .brand-h4 {
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 20px;
    }

    .thule .item-brand-contents .com-rpic-set .com-rpic-txt {
        width: 100%;
    }
    
    .thule .item-brand-contents .com-rpic-set .com-rpic-pic {
        width: 100%;
        margin-top: 30px;
    } 
}

/* BG */
.thule .bg-skyblue {
    background: rgba(67, 139, 197, 0.1);
}

.thule .bg-lightyellow {
    background: rgba(197, 193, 67, 0.2);
}

/* slider */
.thule .slider-area {
    margin-bottom: 40px;
}

.thule .slider-area .bx-wrapper {
    background: none;
    overflow: visible;
}

.thule .slider-area .slide-caption {
    margin: 7px 0 0;
    text-align: left;
    font-size: 15px;
    line-height: 1.6;
}

.thule .slider-area .bx-wrapper .bx-pager {
    bottom: -30px;
}

.thule .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #D9D9D9;
    border: none;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    margin: 0 4px;
}

.thule .bx-wrapper .bx-pager.bx-default-pager a:hover,
.thule .bx-wrapper .bx-pager.bx-default-pager a.active,
.thule .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #707070;
}

@media screen and (max-width: 925px), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .thule .slider-area .bx-wrapper .bx-pager {
        text-align: center;
        margin-left: 0;
    }

    .thule .slider-area .slide-caption {
        margin: 7px 0 0;
        text-align: left;
        font-size: 14px;
        line-height: 1.5;
    }
}

/* btn */
.thule a:hover {
    text-decoration: none;
}
.thule .btn-dl-area {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    padding: 20px 0 0;
}

.thule .btn-link-area {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    padding: 20px 0 0;
}

.thule .txt-link01,.thule .txt-link02 {
    color: #4065a2;
    background: #fff;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    width: 100%;
}

.thule .txt-link01 {
    text-align: center;
    max-width: 450px;
}

.thule .txt-link02 {
    text-align: left;
    max-width: 336px;
    height: 96px;
    padding: 22px 40px;
}

.thule .btn-m {
    display: flex;
    align-items: center;
}

.thule .txt-link-ext::after {
    font-size: 1.3rem;
    background: url(/assets/img/thule/extra_link_b.svg);
    background-repeat: no-repeat;
}

.thule .txt-link-ext:hover::after {
    content: "　";
    background: url(/assets/img/thule/extra_link_b_over.svg);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 0.5rem;
    text-decoration: none;
}

.thule .txt-link01:hover,.thule .txt-link02:hover {
    color: #fff;
    background: #4065a2;
    text-decoration: none;
}

.thule .icon-dl {
    position: relative;
    padding-left: 70px;
}

.thule .icon-dl::before {
    content: "";
    background: url(/assets/img/thule/download_link.svg);
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.thule .icon-dl:hover::before {
    content: "";
    background: url(/assets/img/thule/download_link_over.svg);
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

@media screen and (max-width: 925px), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .thule .btn-dl-area {
        padding: 20px 0 0;
    }

    .thule .btn-link-area02 {
        display: flex;
        justify-content: center;
        margin-bottom: 0;
        padding: 20px 0 0;
    }

    .thule .txt-link {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
    }

    .thule .txt-link-ext {
        font-size: 16px;
    }

    .thule .txt-link-ext::after {
        font-size: 1.2rem;
    }

    .thule .com-btn-v01 {
        padding: 22px 30px;
    }

    .thule .txt-link01 {
        text-align: left;
        max-width: 320px;
    }
    
    .thule .txt-link02 {
        text-align: left;
        max-width: 340px;
    }

    .thule .item-list-contents .txt-link02 {
        max-width: 400px;
    }

    .thule .icon-dl {
        padding-left: 60px;
    }

    .thule .txt-link02.icon-dl {
        padding-left: 60px;
    }
    
    .thule .icon-dl::before {
        background-size: contain;
        left: 20px;
        width: 20px;
        height: 20px;
    }
    .btn-2top {
     display:none!important;
    }
}

/* note */
.thule .note-contents {
    margin: 50px auto 0;
}
.thule .note-contents .note-txt {
    font-size: 12px;
    margin-bottom: 0;
}


