@charset "utf-8";
@import "anime.css";

/*
------------
home.css
------------
*/

/* kv_area */
#kv_area {
    width: 100vw;
    height: 100dvh;
    max-height: 100vh;
    overflow: hidden;
    position: relative;
    border: 11px solid var(--blue);
}
#kv_area::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(
        circle,
        rgba(226, 226, 226, 1) 1px,
        transparent 1px
    );
    background-size: 10px 10px;
    pointer-events: none;
    z-index: 0;
}
#kv_area::after {
    content: "";
    width: calc(100vw * 224 / 375);
    height: auto;
    aspect-ratio: 224 / 258;
    background-image: url(../../images/content/home/kv_img01.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    right: 0;
}
#kv_area > * {
    position: relative;
    z-index: 1;
}
#kv_area .bottom {
    width: 100%;
    height: auto;
    aspect-ratio: 375 / 30;
    position: absolute;
    bottom: 0;
}
#kv_area .bottom svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#kv_area .inner {
    width: 100%;
    height: 100%;
    position: relative;
}
#kv_area .inner::after,
#kv_area .inner::before,
#kv_area .inner figure::before {
    content: "";
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
}
#kv_area .inner::before {
    width: calc(100vw * 210 / 375);
    background-color: var(--blue);
    top: calc(100vw * 100 / 375 * -1);
    left: calc(100vw * 100 / 375 * -1);
}
#kv_area .inner::after {
    width: calc(100vw * 275 / 375);
    background-color: var(--yellow);
    bottom: calc(100vw * 100 / 375 * -1);
    right: calc(100vw * 100 / 375 * -1);
}
#kv_area .inner h1 {
    width: calc(100vw * 325 / 375);
    height: auto;
    aspect-ratio: 655 / 328;
    padding: calc(100vw * 180 / 375) 0 0 0;
    margin: 0 auto;
}
#kv_area .inner p.buy {
    width: calc(100vw * 110 / 375);
    height: auto;
    aspect-ratio: 1 / 1;
    background-color: var(--black);
    border-radius: 50%;
    margin: 10px calc(100vw * 35 / 375) 0 auto;
}
#kv_area .inner p.buy a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: var(--white);
    font-size: min(calc(100vw * 14 / 375), 1.4rem);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: center;
    position: relative;
}
#kv_area .inner p.buy a::before {
    content: "";
    width: calc(100% + 10px);
    height: auto;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--black);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
#kv_area .inner figure {
    z-index: 1;
    width: calc(100vw * 198 / 375);
    height: auto;
    aspect-ratio: 198 / 239;
    position: absolute;
    top: calc(100vw * 370 / 375);
    left: calc(100vw * 20 / 375);
}
#kv_area .inner figure::before {
    width: calc(100vw * 187 / 375);
    background-color: var(--pink);
    top: calc(100vw * 60 / 375 * -1);
    left: calc(100vw * 60 / 375 * -1);
}
#kv_area .inner p.scroll {
    font-family: "Comfortaa", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    position: absolute;
    bottom: calc(100vw * 90 / 375);
    right: calc(100vw * 40 / 375);
    transform-origin: right bottom;
    transform: rotate(90deg);
}
#kv_area .inner p.scroll::before {
    content: "";
    width: calc(100vw * 30 / 375);
    height: 1px;
    background-color: var(--black);
    position: absolute;
    top: 50%;
    right: calc(((100vw * 30 / 375) + 8px) * -1);
    transform: translateY(-50%);
}
#kv_area .inner p.scroll::after {
    content: "";
    width: 3px;
    height: auto;
    aspect-ratio: 1 / 1;
    background-color: var(--black);
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    animation: scrollDot 3s ease-in-out infinite;
}
@media (min-height: 668px) {
    #kv_area .inner h1 {
        padding: calc(100vw * 220 / 375) 0 0 0;
    }
    #kv_area .inner p.buy {
        margin: 20px calc(100vw * 25 / 375) 0 auto;
    }
    #kv_area .inner figure {
        width: calc(100vw * 230 / 375);
        top: calc(100vw * 440 / 375);
    }
    #kv_area .inner figure::before {
        width: calc(100vw * 210 / 375);
        left: calc(100vw * 80 / 375 * -1);
    }
}
@media only screen and (min-width: 768px) {
    #kv_area {
        width: 100%;
        height: auto;
        max-height: auto;
        aspect-ratio: 375 / 662;
        border: none;
    }
    #kv_area::after {
        width: calc(100% * 224 / 430);
    }
    #kv_area .inner::before {
        width: calc(100% * 210 / 430);
        top: calc(100% * 50 / 430 * -1);
        left: calc(100% * 50 / 430 * -1);
    }
    #kv_area .inner::after {
        width: calc(100% * 275 / 430);
        bottom: calc(100% * 50 / 430 * -1);
        right: calc(100% * 50 / 430 * -1);
    }
    #kv_area .inner h1 {
        width: calc(100% * 370 / 430);
        padding: calc(100% * 160 / 375) 0 0 0;
    }
    #kv_area .inner p.buy {
        width: calc(100% * 110 / 430);
        margin: 10px calc(100% * 25 / 430) 0 auto;
    }
    #kv_area .inner p.buy a {
        font-size: min(calc(100 * 14 / 430), 1.4rem);
        transition: background-color .3s ease, black .3s ease;
    }
    #kv_area .inner p.buy a:hover {
        background-color: var(--white);
        color: var(--black);
    }
    #kv_area .inner figure {
        width: calc(100% * 240 / 430);
        top: calc(100% * 220 / 430);
        left: calc(100% * 40 / 430);
    }
    #kv_area .inner figure::before {
        width: calc(100% * 270 / 430);
        top: calc(100% * 20 / 430 * -1);
        left: calc(100% * 100 / 430 * -1);
    }
    #kv_area .inner p.scroll {
        bottom: calc(100% * 60 / 430);
        right: calc(100% * 40 / 430);
    }
    #kv_area .inner p.scroll::before {
        width: 30px;
        right: -38px;
    }
    #kv_area .inner p.scroll::after {
        animation: scrollDotPC 3s ease-in-out infinite;
    }
}
/* stit_box */
.stit_box {
    text-align: center;
}
.stit_box h2 {
    font-size: min(calc(100vw * 24 / 375), 2.4rem);
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.4;
}
.stit_box h2.line span {
    position: relative;
}
.stit_box h2.line span::before {
    content: "";
    width: 100%;
    height: 10px;
    background-color: var(--white);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.stit_box h2 span.small {
    display: block;
    font-size: min(calc(100vw * 16 / 375), 1.6rem);
}
.stit_box h2.color_w {
    color: var(--white);
}
.stit_box h2.color_b {
    color: var(--black);
}
/* worries_area */
#worries_area {
    background-color: var(--blue);
    padding: 45px 0 65px 0;
}
#worries_area .inner {
    width: 85vw;
    margin: 0 auto;
}
#worries_area .inner ul {
    margin: 45px 0 0 0;
}
#worries_area .inner ul li {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}
#worries_area .inner ul li:not(:first-child) {
    margin: 20px 0 0 0;
}
#worries_area .inner ul li figure {
    width: calc(100vw * 43 / 375);
    height: auto;
    aspect-ratio: 86 / 111;
}
#worries_area .inner ul li p {
    font-size: min(calc(100vw * 14 / 375), 1.4rem);
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.6;
    color: var(--white);
}
@media only screen and (min-width: 768px) {
    #worries_area .inner {
        width: 85%;
    }
    #worries_area .inner ul li figure {
        width: calc(100% * 60 / 430);
    }
    #worries_area .inner ul li p {
        font-size: min(calc(100vw * 14 / 430), 1.4rem);
    }
}
/* about_area */
#about_area {
    padding: 65px 0;
    background-color: var(--yellow);
    position: relative;
}
#about_area::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../../images/content/home/about_img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
#about_area .inner {
    width: 85vw;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#about_area .inner p {
    margin: 30px 0 0 0;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.8;
    text-align: justify;
}
@media only screen and (min-width: 768px) {
    #about_area .inner {
        width: 85%;
    }
}
/* ingenuity_area */
#ingenuity_area {
    padding: 65px 0;
    background-color: var(--pink);
}
#ingenuity_area .inner {
    width: 85vw;
    margin: 0 auto;
}
#ingenuity_area .inner .list {
    margin: 45px 0 0 0;
}
#ingenuity_area .inner .list article:not(:first-child) {
    margin: 20px 0 0 0;
}
#ingenuity_area .inner .list article {
    border-radius: 15px;
    overflow: hidden;
    background-color: var(--white);
    position: relative;
}
#ingenuity_area .inner .list article::before {
    font-family: "Comfortaa", sans-serif;
    font-size: min(calc(100vw * 140 / 375), 14rem);
    font-weight: 600;
    color: var(--pink);
    opacity: .1;
    position: absolute;
    bottom: 0;
    right: 0;
}
#ingenuity_area .inner .list article:nth-child(1)::before {
    content: "01";
}
#ingenuity_area .inner .list article:nth-child(2)::before {
    content: "02";
}
#ingenuity_area .inner .list article:nth-child(3)::before {
    content: "03";
}
#ingenuity_area .inner .list article:nth-child(4)::before {
    content: "04";
}
#ingenuity_area .inner .list article figure {
    width: 100%;
    height: auto;
    aspect-ratio: 320 / 180;
    background-color: #f7f7f7;
}
#ingenuity_area .inner .list article figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#ingenuity_area .inner .list article .item {
    padding: 30px;
    position: relative;
    z-index: 1;
}
#ingenuity_area .inner .list article .item h3 {
    font-size: min(calc(100vw * 20 / 375), 2rem);
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1.5;
    color: var(--pink);
}
#ingenuity_area .inner .list article .item p {
    font-size: 1.6rem;
    letter-spacing: 0.15em;
    line-height: 1.6;
    margin: 15px 0 0 0;
    text-align: justify;
}
@media only screen and (min-width: 768px) {
    #ingenuity_area .inner {
        width: 85%;
    }
}
/* story_area */
#story_area {
    margin: 65px 0 0 0;
}
#story_area p {
    margin: 45px 0 0 0;
}
/* repellent_area */
#repellent_area {
    margin: 65px 0 0 0;
    padding: 65px 0;
    background-image: radial-gradient(
        circle,
        rgba(35, 72, 223, .2) 1px,
        transparent 1px
    );
    background-size: 10px 10px;
}
#repellent_area .inner {
    width: 85vw;
    margin: 0 auto;
}
#repellent_area .inner p {
    font-size: 1.6rem;
    letter-spacing: 0.15em;
    line-height: 1.6;
    font-weight: 500;
    margin: 45px 0 0 0;
}
#repellent_area .inner figure {
    margin: 30px 0 0 0;
}
@media only screen and (min-width: 768px) {
    #repellent_area .inner {
        width: 85%;
    }
}
/* voice_area */
#voice_area {
    background-color: var(--blue);
    padding: 65px 0;
}
#voice_area .inner {
    width: 85vw;
    margin: 0 auto;
}
#voice_area .inner .data {
    margin: 45px 0 0 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
#voice_area .inner .data dl {
    background-color: var(--white);
    text-align: center;
    padding: 20px 0;
    border-radius: 10px;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.73);
}
#voice_area .inner .data dl:nth-child(1),
#voice_area .inner .data dl:nth-child(2) {
    width: calc(100% / 2 - 5px);
}
#voice_area .inner .data dl:nth-child(3) {
    width: 100%;
}
#voice_area .inner .data dl dt {
    font-size: min(calc(100vw * 12 / 375), 1.2rem);
    font-weight: 500;
    letter-spacing: 0.05em;
}
#voice_area .inner .data dl dd {
    color: #4058BA;
    font-family: "Comfortaa", sans-serif;
    font-size: min(calc(100vw * 44 / 375), 4.4rem);
    font-weight: 600;
    margin: 15px 0 0 0;
}
#voice_area .inner .data dl dd span {
    font-size: min(calc(100vw * 18 / 375), 1.8rem);
    display: inline-block;
    margin: 0 0 0 5px;
}
#voice_area .inner .data p {
    width: 100%;
    font-size: min(calc(100vw * 12 / 375), 1.2rem);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: #fff;
}
#voice_area .inner .list {
    margin: 65px 0 0 0;
}
#voice_area .inner .list article {
    background-image: linear-gradient(to right, #fff 2px, transparent 2px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: left top;
    padding: 25px 0 0 0;
}
#voice_area .inner .list article:not(:first-child) {
    margin: 25px 0 0 0;
}
#voice_area .inner .list article span {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    color: var(--yellow);
}
#voice_area .inner .list article p {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.6;
    text-align: justify;
    color: var(--white);
    margin: 5px 0 0 0;
}
#voice_area .inner ul.img {
    margin: 45px 0 0 0;
    display: flex;
    justify-content: space-around;
    gap: 5px;
}
@media only screen and (min-width: 768px) {
    #voice_area .inner {
        width: 85%;
    }
    #voice_area .inner .data p {
        font-size: min(calc(100vw * 11 / 430), 1.1rem);
    }
}
/* product_area */
#product_area {
    padding: 65px 0;
    background-image: radial-gradient(
        circle,
        rgba(35, 72, 223, .2) 1px,
        transparent 1px
    );
    background-size: 10px 10px;
}
#product_area .inner {
    width: 85vw;
    margin: 0 auto;
}
#product_area .inner .img_area {
    margin: 45px 0 0 0;
}
#product_area .inner .img_area figure {
    text-align: center;
}
#product_area .inner .img_area figure img {
    width: calc(100vw * 170 / 375);
    height: auto;
    aspect-ratio: 170 / 206;
    position: relative;
    left: calc(100vw * 10 / 375);
}
#product_area .inner .img_area figure figcaption {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin: 10px 0 0 0;
}
#product_area .inner .img_area ul {
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 30px;
}
#product_area .inner .img_area ul li {
    width: calc(100vw * 30 / 375);
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}
#product_area .inner .img_area ul li:nth-child(1) {
    background-color: var(--blue);
}
#product_area .inner .img_area ul li:nth-child(2) {
    background-color: var(--yellow);
}
#product_area .inner .img_area ul li:nth-child(3) {
    background-color: var(--pink);
}
#product_area .inner .detail {
    margin: 45px 0 0 0;
}
#product_area .inner .detail dl {
    text-align: center;
}
#product_area .inner .detail dl dt {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    background-color: #ECECEC;
    border-radius: 4px 4px 0 0;
    padding: 15px 0;
}
#product_area .inner .detail dl dd {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    padding: 15px 0;
}
#product_area .inner .detail dl dt:nth-of-type(n + 2) {
    margin: 10px 0 0 0;
}
@media only screen and (min-width: 768px) {
    #product_area .inner {
        width: 85%;
    }
    #product_area .inner .img_area figure img {
        width: calc(100% * 170 / 430);
        left: calc(100% * 10 / 430);
    }
    #product_area .inner .img_area ul li {
        width: calc(100% * 30 / 430);
    }
}
/* cv_area */
#cv_area {
    background-color: var(--pink);
    padding: 65px 0;
}
#cv_area .inner {
    width: 85vw;
    margin: 0 auto;
}
#cv_area .inner p.link {
    margin: 45px 0 0 0;
}
#cv_area .inner p.link a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    background-color: var(--white);
    border: 1px solid var(--white);
    border-radius: 500px;
    padding: 20px 0;
    color: var(--pink);
    box-shadow: 4px 4px 0 0 #DB006D;
}
#cv_area .inner p.link a span {
    display: block;
    font-size: 1.4rem;
    margin: 10px 0 0 0;
}
@media only screen and (min-width: 768px) {
    #cv_area .inner {
        width: 85%;
    }
    #cv_area .inner p.link a {
        transition: background-color .3s ease, color .3s ease;
    }
    #cv_area .inner p.link a:hover {
        background-color: var(--pink);
        color: var(--white);
    }
}
/* faq_area */
#faq_area {
    background-color: #f7f7f7;
    padding: 65px 0;
}
#faq_area .inner {
    width: 85vw;
    margin: 0 auto;
}
#faq_area .inner .faq_list {
    margin: 45px 0 0 0;
}
#faq_area .inner .faq_list details {
    background-color: var(--white);
    border-radius: 6px;
}
#faq_area .inner .faq_list details:not(:first-child) {
    margin: 5px 0 0 0;
}
#faq_area .inner .faq_list details summary {
    cursor: pointer;
    list-style: none;
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.6;
    padding: 20px;
}
#faq_area .inner .faq_list details summary::-webkit-details-marker {
    display: none;
}
#faq_area .inner .faq_list details summary::before,
#faq_area .inner .faq_list details summary::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 16px;
    height: 2px;
    background: var(--blue);
    transition: .3s;
}
#faq_area .inner .faq_list details summary::before {
    transform: translateY(-50%);
}
#faq_area .inner .faq_list details summary::after {
    transform: translateY(-50%) rotate(90deg);
}
#faq_area .inner .faq_list details[open] summary::after {
    transform: translateY(-50%) rotate(0deg);
    opacity: 0;
}
#faq_area .inner .faq_list details .answer {
    padding: 0 20px 20px 20px;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.6;
    color: #666;
    text-align: justify;
}
@media only screen and (min-width: 768px) {
    #faq_area .inner {
        width: 85%;
    }
}
/* follow_btn */
#follow_btn {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: -300px;
    z-index: 1000;
    transition: bottom .5s ease;
}
.scroll_show #follow_btn {
    bottom: 2vw;
}
#follow_btn p {
    width: 96vw;
    margin: 0 auto;
}
#follow_btn p a {
    display: block;
    background-color: var(--blue);
    border: 1px solid var(--white);
    color: var(--white);
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-align: center;
    padding: 20px 0;
    border-radius: 6px;
}
@media only screen and (min-width: 768px) {
    #follow_btn {
        display: none;
    }
}
/* pc_display */
#pc_display {
    display: none;
}
@media only screen and (min-width: 768px) {
    #pc_display {
        display: block;
        position: fixed;
        bottom: 50px;
        right: 50px;
    }
    #pc_display p.link {
        width: calc(100vw * 150 / 1400);
        max-width: 150px;
        height: auto;
        aspect-ratio: 1 / 1;
        background-color: var(--white);
        border-radius: 50%;
    }
    #pc_display p.link a {
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        color: var(--black);
        font-size: min(calc(100vw * 16 / 1400), 1.6rem);
        font-weight: 500;
        letter-spacing: 0.05em;
        line-height: 1.4;
        text-align: center;
        position: relative;
        transition: background-color .3s ease, color .3s ease;
    }
    #pc_display p.link a::before {
        content: "";
        width: calc(100% + 10px);
        height: auto;
        aspect-ratio: 1 / 1;
        border: 1px solid var(--white);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
    }
    #pc_display p.link a:hover {
        background-color: var(--black);
        color: var(--white);
    }
}