body {
    background-color: #FBFCFD;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #062130;
}
body, a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
body img {
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 0;
    z-index: -1;
}
.p {
    color: #062130;
    letter-spacing: 3px;
}
.sp {
    display: none;
}
.CTA {
    display: block;
    width: 43.7vw;
    height: 5.2vw;
    background-color: #C16838;
    box-shadow: 4px 4px 4px #00000040,
                inset -4px -4px 4px #00000040,
                inset 4px 4px 4px #ffffff40;
    border-radius: .5vw;
    position: relative;
}
.CTA:hover {
    background-color: #CD8660;
}
.CTA::before {
    content: "";
    position: absolute;
    top: 1vw;
    right: 1.3vw;
    width: 3.4vw;
    height: 3.4vw;
    background-color: #FBFCFD;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
}
.CTA p {
    margin: 0;
    font-size: 2.7vw;
    line-height: 5.2vw;
    letter-spacing: 3px;
    padding-left: 1.8vw;
    color: #FBFCFD;
    cursor: pointer;
}
.CTA img {
    position: absolute;
    top: 1.7vw;
    right: 2vw;
    height: 2vw;
    z-index: 2;
    cursor: pointer;
}
.CTA:hover img {
    opacity: 0.8;
}
header {
    position: fixed;
    width: 100%;
    height: 68px;
    background-color: #99B3C1;
    padding: 7px 7.5vw;
    box-sizing: border-box;
    z-index: 100;
}
header div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo {
    height: 52px;
}
header .CTA {
    width: 34vw;
    height: 54px;
    /* margin-top: 8px; */
    /* margin-right: 325px; */
}
header .CTA p {
    font-size: 2vw;
    line-height: 54px;
}
header .CTA::before {
    top: 12px;
    width: 30px;
    height: 30px;
}
header .CTA img {
    top: 18px;
    right: 1.8vw;
    height: 18px;
    z-index: 2;

}
.KV {
    position: relative;
}
.KV .CTA {
    position: absolute;
    left: 7.5vw;
    top: 70%;
    z-index: 0;
}
.CTAs {
    height: 43.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.CTAs div {
    width: 85vw;
    height: 28.5vw;
    background-color: #3893c433;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.CTAs .introduct {
    margin-top: 3vw;
    margin-bottom: 1.8vw;
    text-align: center;
    font-size: 2.7vw;
}
.blue {
    color: #3893C4;
}
.small {
    font-size: 2vw;
}
.sec {
    margin-top: 1.2vw;
    background-color: #3893C4;
}
.sec:hover {
    background-color: #60A9D0;
}
.last {
    background-image: url('/wp-content/themes/swell/assets/img/antimold_lp/PC/PC_con9.png');
    background-size: cover;
}
.last div {
    background-color: #fbfcfdcc;
}
footer {
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #062130;
}
footer p {
    margin: 0;
    padding-top: 13px;
    color: #FBFCFD;
    font-size: 16px;
    font-weight: 400;
}

/* tablet */
@media (max-width:960px) {
    .pc1 {
        display: none;
    }
    header {
        height: 56px;
        padding-top: 0px;
    }
    header div {
        margin-top: 8px;
        justify-content: center;
    }
    header .logo {
        height: 40px;
    }
}
/* sp */
@media (max-width:768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .CTA {
        width: 85vw;
        height: 12vw;
        border-radius: 1vw;
    }
    .CTA::before {
        top: 2.7vw;
        right: 3.1vw;
        width: 6.6vw;
        height: 6.6vw;
    }
    .CTA p {
        font-size: 5.1vw;
        line-height: 12vw;
        padding-left: 3vw;
    }
    .CTA img {
        top: 4vw;
        right: 4.5vw;
        height: 4vw;
    }
    .KV .CTA {
        top: 86%;
    }
    .CTAs {
        height: 90vw;
    }
    .CTAs div {
        width: 100vw;
        height: 70vw;
    }
    .CTAs .introduct {
        margin-top: 10vw;
        margin-bottom: 6vw;
        font-size: 5vw;
    }
    .small {
        font-size: 5vw;
    }
    .sec {
        margin-top: 4vw;
    }
    .last {
        background-image: url('/wp-content/themes/swell/assets/img/antimold_lp/SP/SP_con9.png');
    }
}