body.is_fixed {
    overflow-y: hidden;
}

/* moldal window contents ==============================*/
.pro-support .modal-window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(245, 245, 245, .97);
    z-index: 1001;
    cursor: pointer;
    display: none;
}

.pro-support .modal-window-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: relative;
}

.pro-support .modal-window-close-btn {
    display: block;
    position: absolute;
    top: 1em;
    right: 1em;
    width: 3em;
    height: 3em;
    rotate: 45deg;
}

@media screen and (max-width:767px) {
    .pro-support .modal-window-close-btn {
        background-color: #222;
        color: #fff;
        border-radius: 100%;
    }
}

.pro-support .modal-window-close-btn::before,
.pro-support .modal-window-close-btn::after {
    content: '';
    display: block;
}

.pro-support .modal-window-close-btn::before {
    width: 100%;
    height: 0;
    border-top: 1px solid;
    transform: translateY(1.5em);
}

.pro-support .modal-window-close-btn::after {
    width: 0;
    height: 100%;
    border-left: 1px solid;
    transform: translateX(1.5em);
}

@media screen and (max-width:767px) {
    .pro-support .modal-window-close-btn::before {
        border-top: 2px solid;
        transform: translateY(1.5em) scale(.5);
    }

    .pro-support .modal-window-close-btn::after {
        border-left: 2px solid;
        transform: translateX(1.43em) scale(.5);
    }
}

.pro-support .modal-contents {
    width: 100%;
    max-width: 900px;
    border: 2px solid #222;
    border-radius: 5px;
    padding: 3em;
    margin: 0 auto;
    background-color: #fff;
    cursor: default;

    max-height: 90vh;
    overflow: auto;
}

.pro-support .modal-contents .btn .arrow-right {
    top: 50%;
    transform: translateY(-50%);
}

.pro-support .modal-contents .btn.sml {
    font-size: min(.95em, 3.5vw);
    padding: .5em 3em;
    display: block;
    margin: 1em auto;
}

@media screen and (max-width:767px) {
    .pro-support .modal-contents .btn.sml {
        width: 80%;
    }
}

@media screen and (max-width:767px) {
    .pro-support .modal-contents {
        width: 90%;
        padding: 1em;
    }

    .pro-support .modal-contents .btn {
        width: 100%;
    }
}

.pro-support .indent {
    text-indent: .5em;
}

.pro-support .modal-contents .dash {
    padding: 0 1em;
}

.pro-support .modal-contents .title {
    font-size: min(1.8em, 4.5vw);

}

.pro-support .modal-contents .sub-title {
    width: 100%;
    display: block;
    text-align: center;
    font-size: min(1.2em, 4vw);
    line-height: 1.5;
    margin-bottom: 1em;
    font-weight: bold;
}

.pro-support .modal-contents .sub-title.fukidashi2 {
    width: fit-content;
    margin: 0 auto 2em;
}

/* new product */
.pro-support .new-product {
    width: 30%;
    display: block;
    border: 1px solid #555;
    /* box-shadow: var(--dropshadow); */
    border-radius: 5px;
    padding: .5em;
    position: relative;
    color: #222;
    text-decoration: none;
    margin: 1%;
    text-align: center;
    transition: all .3s;
}

.pro-support .new-product:hover {
    background-color: #f3f3f3;
}

@media screen and (max-width:767px) {
    .pro-support .new-product {
        width: 100%;
        display: flex;
        text-align: left;
        padding: 0;
    }
}

.pro-support .new-product .product-icon {
    width: 30%;
    margin: 0 auto;
}

.pro-support .new-product .product-title {
    display: block;
    font-size: min(.85em, 3vw);
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 1em;
}

@media screen and (max-width:767px) {
    .pro-support .new-product .product-icon {
        width: 20%;
        margin: 0;
    }

    .pro-support .new-product .product-title {
        width: 80%;
        display: flex;
        align-items: center;
        padding-left: 1em;
        margin-bottom: 0;
    }

    .pro-support .new-product .arrow-right {
        top: 50%;
        transform: translateY(-50%);
    }
}

.pro-support .pro-support-mailmagazine .lead {
    font-size: min(1.2em, 4vw);
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}

.pro-support .pro-support-mailmagazine .note {
    width: 100%;
    font-size: min(.9em, 3vw);
    text-align: center;
}

@media screen and (max-width:767px) {
    .pro-support .pro-support-mailmagazine .note {
        text-align: left;
    }
}

.pro-support .pro-support-mailmagazine .illust {
    width: 50%;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .pro-support .pro-support-mailmagazine .illust {
        width: 75%;
    }
}

/* instagram */
.pro-support .pro-support-insta .icon-insta {
    display: inline-block;
    width: 1.8em;
    margin-right: .5em;
    vertical-align: middle;
}

.pro-support .pro-support-insta .box .sub-title .pc {
    display: inline-block;
}

@media screen and (max-width:767px) {
    .pro-support .pro-support-insta .icon-insta {
        display: block;
        width: 12vw;
        margin: .5em auto;
    }
}

.pro-support .pro-support-insta .box {
    width: 48%;
    display: block;
    padding: .5em;
    position: relative;
    color: #222;
    text-align: center;
    transition: all .3s;
}

@media screen and (max-width:767px) {
    .pro-support .pro-support-insta .box {
        width: 100%;
    }

    .pro-support .pro-support-insta .box:first-child {
        padding-bottom: 1.5em;
        margin-bottom: 1.5em;
        border-bottom: 1px solid #ccc;
    }
}

.pro-support .pro-support-insta .box .icon {
    display: block;
    margin: 1em auto;
    width: 30%;
    border-radius: 100%;
    aspect-ratio: 1/1;
    border: 1px solid #ccc;
    overflow: hidden;
}

.pro-support .pro-support-insta .box .lead {
    font-size: min(1em, 3.5vw);
    margin-bottom: 1em;
}

.pro-support .box .icon.icon-veritis {
    border: 1px solid #000;
}

/* va-solution */
.pro-support .pro-support-va-solution .icon-line {
    display: inline-block;
    width: 1.8em;
    margin-right: .5em;
    vertical-align: middle;
}

@media screen and (max-width:767px) {
    .pro-support .pro-support-va-solution .icon-line {
        display: block;
        width: 12vw;
        margin: .5em auto;
    }
}

.pro-support .pro-support-va-solution .sub-title.fukidashi2 {
    width: fit-content;
    margin: 0 auto 2em;
}

.pro-support .pro-support-va-solution .banner-va-solution {
    display: block;
    width: 80%;
    margin: 1em auto 2em;
}

@media screen and (max-width:767px) {
    .pro-support .pro-support-va-solution .banner-va-solution {
        width: 100%;
    }
}

/* pro-support-collaboration */
.pro-support .pro-support-collaboration .box {
    width: 32%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 1.5em 1.5em 1em;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}

@media screen and (max-width:767px) {
    .pro-support .pro-support-collaboration .box {
        width: 100%;
        padding-bottom: 1.5em;
        margin-bottom: 1.5em;
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: unset;
        box-shadow: unset;
    }

    .pro-support .pro-support-collaboration .modal-contents .sub-title {
        font-size: 5vw;
    }
}

.pro-support .pro-support-collaboration .box .collab-name {
    font-size: min(1em, 4vw);
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 1.5em;
}

.pro-support .pro-support-collaboration .box .thumb {
    margin-bottom: 1em;
}

.pro-support .pro-support-collaboration .box .lead {
    font-size: min(.95em, 3vw);
    line-height: 1.6;
    margin-bottom: 1em;
}

.pro-support .arrow-plus.icon-x {
    display: inline-block;
    position: static;
    transform: rotate(45deg);
}

/* photo judge */
.pro-support .pro-support-photo-judge .title {
    display: block;
    width: 70%;
    max-width: 320px;
    margin: 0 auto 1em;
}

.pro-support .pro-support-photo-judge .box {
    width: 48%;
    display: block;
    padding: .5em;
    position: relative;
    color: #222;
    text-align: center;
    transition: all .3s;
}

@media screen and (max-width:767px) {
    .pro-support .pro-support-photo-judge .box {
        width: 100%;
    }

    .pro-support .pro-support-photo-judge .box:first-child {
        padding-bottom: 1.5em;
        margin-bottom: 1.5em;
        border-bottom: 1px solid #ccc;
    }
}

.pro-support .pro-support-photo-judge .box .thumb {
    display: block;
    width: 90%;
    margin: 1em auto 2em;
}

/* guide-video */
.pro-support .pro-support-guide-video .banner-guide-video {
    display: block;
    width: 70%;
    margin: 1em auto 2em;
}

@media screen and (max-width:767px) {
    .pro-support .pro-support-guide-video .banner-guide-video {
        width: 100%;
    }
}