@charset "UTF-8";

/* reset */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #fff;
    color: #545454;
    font-family: "Noto Sans CJK JP", sans-serif;
    font-size: clamp(1rem, 0.775rem + 0.96vw, 1.125rem);
    font-weight: bold;
    line-height: 1.4;    
    text-align: center;
}
a { text-decoration: none; }
ul { list-style: none; }
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 共通 */
.sp{ display: block; }
.tab{ display: block;}
.pc{ display: none; }
.pink { color: #E03682; }
small { font-size: 80%; font-weight: normal; }

@media screen and (min-width: 768px){
    .tab{ display: none;}
}
@media screen and (min-width: 1000px) {
    .pc {display: block;}
    .sp { display: none; }
}

/* cta-area */
.cta-area{
    padding: 0 20px;
    margin-bottom: 20px;
}
.cta-area .cta-text{
    margin-bottom: 10px;
    position: relative;
    line-height: 1.3;
    display: inline-block;
    font-size: clamp(1rem, 0.775rem + 0.96vw, 1.375rem);
}
.cta-area .cta-text::before,
.cta-area .cta-text::after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 15.38px;
    height: 17.62px;
    background-repeat: no-repeat;
    background-size: contain;

}
.cta-area .cta-text::before{
    background-image: url(https://kvillage.jp/img/oshikatsu_lp/deco_slash_left-p.svg);
}
.cta-area .cta-text::after{
    background-image: url(https://kvillage.jp/img/oshikatsu_lp/deco_slash_right-p.svg);
}
.cta-area .cta-wrap{
    display: flex;
    gap: 16px;
    width: 100%;
}
.cta-wrap .cta-button {
    width: calc(100% / 2);
    min-height: 46px;
    border-radius: 10px;
    box-shadow: 4px 4px 0 0 #fff;
}
.cta-wrap .cta-button.amazon {
    background-color: #FFB700;
}
.cta-wrap .cta-button.rakuten {
    background-color: #FF6F00;
}
.cta-wrap .cta-button:hover { opacity: 0.8; }
.cta-wrap .cta-button a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 6px 0;
    font-size: clamp(0.875rem, 0.725rem + 0.64vw, 1.125rem); /* SP(375px)14px→PC(1000px)18px */
}

@media screen and (min-width: 1000px) {
    .cta-area{
        padding: 0;
        margin-bottom: 23px;
    }
    .cta-area .cta-text{
        margin-bottom: 20px;
    }
    .cta-area .cta-text::before,
    .cta-area .cta-text::after{
        width: 20.5px;
        height: 23.5px;
    }
    .cta-wrap .cta-button {
        width: 265px;
        height: 53px;
    }
    .cta-area .cta-button a {
        padding: 12px;
    }
}

/* header */
.header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    height: 70px;
}
.h-logo { 
    margin-left: 20px;
    width:157px;
}
@media screen and (min-width: 1000px) {
    .header .inner {
        max-width: 1280px;
        width: 100%;
        margin: 0 auto;
    }
}

/* top */
.top .title {grid-area: title;}
.top .image {grid-area: image;}
.top .cta-area {grid-area: cta;}
.top .note {grid-area: note;}

.top {
    background: radial-gradient(rgba(255, 255, 255, 0.7) 3px, transparent 3px), linear-gradient(to bottom, #FFF9E0, #FFF2F8);
    background-size:20px 20px, cover;
}
.top .inner {
    padding: 26px 0 10px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
    "title"
    "image"
    "cta"
    "note";
}
.top .inner .left{
    display: contents;
}
.top .inner .title{
    margin-bottom: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}
.top .inner .title .catch-sub {
    background-color: #F194BE;
    border-radius: 50px; 
    color: #fff;
    font-size: clamp(0.8125rem, 0.702rem + 0.47vw, 1.375rem);
    margin-bottom: 16px;
    padding: 8px;
    line-height: 1.2;
    width: fit-content;
    
}
.top .inner .title .catch-main {
    font-size: clamp(1.625rem, 1.515rem + 0.47vw, 2.1875rem);
    line-height: 1.3;
    margin-bottom: 13px;
    position: relative;
    display: inline-block;
    width: fit-content;
}
.top .inner .title .catch-main::before,
.top .inner .title .catch-main::after{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    bottom: 10px;
}
.top .inner .title .catch-main::before{
    background-image: url(https://kvillage.jp/img/oshikatsu_lp/deco_mv_left.png);
    width: 42.51px;
    height: 44.92px;
    left: -40px;
}
.top .inner .title .catch-main::after{
    background-image: url(https://kvillage.jp/img/oshikatsu_lp/deco_mv_right.png);
    width: 47.05px;
    height: 37.76px;
    right: -45px;
}
.top .inner .title .main {
    text-shadow: 4px 4px 0 #fff;
    color: #7E51BC;
    font-size: clamp(2.1875rem, 1.734rem + 1.94vw, 4.0625rem);; /*35px→65px*/
    line-height: 1.3;
    display: inline-block;
    width: fit-content;
}
.top .cta-area{
    min-width: 0;
}
.top .cta-area .cta-text::before{
    left: -20px
}
.top .cta-area .cta-text::after{
    right: -20px;
}
.top .note{
    padding: 0 20px;
    font-size: clamp(0.75rem, 0.72rem + 0.13vw, 0.875rem); /*12px→14px */
    font-weight: normal;
    text-align: left;
}
.top .inner .image{
    margin-bottom: 28px;
    position: relative;
}
.top .inner .image::after{
    content: "";
    background-image: url(https://kvillage.jp/img/oshikatsu_lp/bk_book.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.top .inner .image img{
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

@media screen and (min-width: 1000px) {
    .top .inner {
        max-width: 1280px;
        width: 80%;
        padding: 60px 0 10px;
        margin: 0 auto;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: none;
        align-items: start;
    }
    .top .inner .left{
        display: flex;
        flex-direction: column;
        grid-column: 1;
        grid-row: 1;
        margin-top: 50px;
        position: relative;
        z-index: 1;
    }
    .top .inner .title{
        padding: 0;
        margin-bottom: 60px;
        position: relative;
    }
    .top .inner .title::before,
    .top .inner .title::after{
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        position: absolute;
    }
    .top .inner .title::before{
        background-image: url(https://kvillage.jp/img/oshikatsu_lp/deco_mv_left.png);
        width: 78.5px;
        height: 86.75px;
        left: 0;
        bottom: -35px;
    }
    .top .inner .title::after{
        background-image: url(https://kvillage.jp/img/oshikatsu_lp/deco_mv_right.png);
        width: 86.9px;
        height: 72.93px;
        right: -60px;
        top: 0;
    }
    .top .inner .title .catch-sub {
        margin-bottom: 26px;
        padding: 8px 20px;
    }
    .top .inner .title .catch-main {
        margin-bottom: 23px;
    }
    .top .inner .title .catch-main::before,
    .top .inner .title .catch-main::after{
        content: none;
    }
    .top .cta-area .cta-text::before{
        left: -30px
    }
    .top .cta-area .cta-text::after{
        right: -30px;
    }
    .top .cta-area .cta-wrap{
        justify-content: center;
    }
    .top .note{
        padding: 0;
    }
    .top .inner .image{
        grid-column: 2;
        grid-row: 1;
        align-self: center;
        margin-bottom: 0;
    }
    .top .inner .image::after{
        width: 130%;
        height: 130%;
        background-size: contain;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .top .inner .image img{
        padding: 0;
    }
}


/* section共通 */
.main section { padding: 48px 20px; }
.section-title {
    margin-bottom: 24px;
}
.section-title .sub {
    color: #FF93C4;
    font-size: clamp(0.8125rem, 0.55rem + 1.12vw, 1.25rem); /*13-20*/
    margin-bottom: 8px;
}
.section-title .main{
    color: #7E51BC;
    font-size: clamp(1.375rem, 0.85rem + 2.24vw, 2.25rem); /*22-36*/
}
@media screen and (min-width: 1000px) {
    .main section { padding: 72px 0; }
    .section-title {
        margin-bottom: 56px;
    }
}

/* empathy */
#empathy { background-color: #fff; }
#empathy .section-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
}
#empathy .section-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E8F5FD;
    border-radius: 10px;
    padding: 15px;
}
#empathy .image{
    width: 100%;
}
#empathy .image img{
    margin: 0 auto;
}

@media screen and (min-width: 1000px) {
    #empathy{
        padding-bottom: 40px;
    }
    #empathy .inner {
        max-width: 1000px;
        width: 80%;
        margin: 0 auto;
    }
    #empathy .section-list {
        flex-direction: row;
        gap: 40px;
    }
    #empathy .section-list li {
        width: calc(100% / 3);
        padding: 20px;
        position: relative;
    }
    #empathy .section-list li::after{
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        width: 29px;
        height: 34px;
        bottom: -50px;
    }
    #empathy .section-list li:nth-child(1)::after{
        background-image: url("https://kvillage.jp/img/oshikatsu_lp/bubble_01.png");
        right: 30px;
    }
    #empathy .section-list li:nth-child(2)::after{
        background-image: url("https://kvillage.jp/img/oshikatsu_lp/bubble_02.png");
        width: 18px;
    }
    #empathy .section-list li:nth-child(3)::after{
        background-image: url("https://kvillage.jp/img/oshikatsu_lp/bubble_03.png");
        left: 30px;
    }
}

/* benefit */
#benefit {
    padding-top: 110px;
    background-color: #FFF4F8;
    position: relative;
}
#benefit::before{
    content: "";
    width: 0;
    height: 0;
    border-left: 132px solid transparent;
    border-right: 132px solid transparent;
    border-top: 68px solid #fff;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50%;
}
#benefit .section-list{
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 260px;
    margin: 0 auto;
}
#benefit .section-list li img{
    margin-bottom: 7px;
}
#benefit .section-list li p{
    font-size: clamp(0.875rem, 0.725rem + 0.64vw, 1.125rem);
}


@media screen and (min-width: 1000px) {
    #benefit .inner{
        max-width: 1000px;
        width: 80%;
        margin: 0 auto;
    }
    #benefit .section-list{
        flex-direction: row;
        width: 100%;
        gap: 48px;
    }
    #benefit .section-list li{
        width: calc(100% / 3);
    }
    #benefit .section-list li img{
        margin-bottom: 30px;
    }
}

/* reason */
#reason {
    background-color: #FFFDDF;
}
#reason .section-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
#reason .section-list .point{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    border-radius: 0 10px 10px 0;
    padding: 16px;
}
#reason .section-list .point:nth-child(1){
    box-shadow: 0 0 10px #E6A2BF;
    border-left: 4px solid #DC72A2;
}
#reason .section-list .point:nth-child(2){
    box-shadow: 0 0 10px #B0E9E4;
    border-left: 4px solid #7BE0D4;
}
#reason .section-list .point:nth-child(3){
    box-shadow: 0 0 10px #C0A0EB;
    border-left: 4px solid #9864A6;
}
#reason .section-list .point > dt{
    font-size: clamp(1rem, 0.8rem + 0.8vw, 1.5rem);
}
#reason .section-list .point dt .emphasis{
    font-size: clamp(2rem, 1.7rem + 1.28vw, 2.5rem);
}
#reason .section-list .point:nth-child(1) > dt{
    color: #E03682;
}
#reason .section-list .point:nth-child(2) > dt{
    color: #24A79C;
}
#reason .section-list .point:nth-child(3) > dt{
    color: #7E51BC;
}
#reason .section-list .point .point__inner dt{
    font-size: clamp(1rem, 0.64rem + 0.96vw, 1.375rem);
    margin-bottom: 8px;
}
#reason .section-list .point .point__inner dd{
    font-size: clamp(0.875rem, 0.775rem + 0.43vw, 1rem);
    font-weight: 500;
}


@media screen and (min-width: 1000px) {
    #reason{
        position: relative;
        z-index: 1;
    }
    #reason::after{
        content: "";
        background-image: url("https://kvillage.jp/img/oshikatsu_lp/bk_reason.png");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        width: 80%;
        height: 80%;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 0;
    }
    #reason .inner{
        max-width: 1000px;
        width: 80%;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }
    #reason .section-list .point{
        flex-direction: row;
        align-items: center;
        gap: 40px;
        padding: 24px;
    }
    #reason .section-list .point > dt{
        min-width: 86px;
        white-space: nowrap;
    }
}

/* cta-area pc */
@media screen and (min-width: 1000px){
    .cta-area.pc{
        background:linear-gradient(to bottom, #F4E9FF 60%, #FFF4F8 100%);
        margin-bottom: 0;
    }
    .cta-area.pc .inner{
        max-width: 1000px;
        width: 80%;
        padding: 48px 0;
        margin: 0 auto;;
    }
    .cta-area.pc .inner .cta-catch{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 8px;
    }
    .cta-area.pc .inner .cta-catch img{
        width: 106px;
        height: auto;
    }
    .cta-area.pc .inner .cta-catch .cta-catch_inner{
        margin: 0 40px;
    }
    .cta-area.pc .inner .cta-catch .cta-catch_inner .main{
        font-size: 36px;
        margin-bottom: 12px;
    }
    .cta-area.pc .inner .cta-catch .cta-catch_inner .cta-text::before,
    .cta-area.pc .inner .cta-catch .cta-catch_inner .cta-text::after{
        width: 29px;
        height: 39px;
    }
    .cta-area.pc .inner .cta-catch .cta-catch_inner .cta-text::before{
        left: -40px;
    }
    .cta-area.pc .inner .cta-catch .cta-catch_inner .cta-text::after{
        right: -40px;
    }
    .cta-area.pc .inner .cta-wrap{
        justify-content: center;
        gap: 30px;
    }
    .cta-area.pc .inner .cta-wrap .cta-button{
        width: 401px;
        height: 66px;
    }
}

/* information */
#information {
    background: #fff;
}
#information .container {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
#information .section-list {
    display: flex;
}
#information .section-list .title,
#information .section-list .body {
    font-size: clamp(0.875rem, 0.725rem + 0.64vw, 1.125rem);
    padding: 16px 0;
}
#information .section-list .title {
    border-radius: 10px 0 0 10px;
    background: #D0F2EE;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
#information .section-list .body {
    border-radius: 0 10px 10px 0;
    background: #F4FBFF;
    width: 75%;
    text-align: left;
    padding: 16px;
}

@media screen and (min-width: 1000px) {
    #information .container {
        max-width: 800px;
        margin: 0 auto;
        gap: 4px;
    }
    #information .section-list .title,
    #information .section-list .body {
        padding: 16px 24px;
    }
    #information .section-list .body{
        font-weight: 500;
    }
}

/* faq */
#faq{
    background: #FFFDDF;
}
#faq .container{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#faq .container .section-list{
    background: #fff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
}
#faq .container .section-list dl{
    display: flex;
    flex-direction: row;
    gap: 16px;
}
#faq .container .section-list dl .mark{
    border-radius: 50px;
    width: 36px;
    height: 36px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#faq .container .section-list dl .mark.question{
    background: #7E51BC;
    color: #fff;
}
#faq .container .section-list dl .mark.answer{
    background: #fff;
    color: #7E51BC;
    border: 1px solid #7E51BC;
}
#faq .container .section-list dl .text.answer{
    font-size: clamp(1rem, 0.76rem + 1.07vw, 1.25rem);
}
#faq .container .section-list dl .text.answer{
    font-weight: 500;
    font-size: clamp(0.875rem, 0.775rem + 0.43vw, 1rem);
}

@media screen and (min-width: 1000px){
    #faq .inner{
        max-width: 1000px;
        width: 80%;
        margin: 0 auto;
    }
    #faq .container .section-list{
        padding: 24px;
    }
    #faq .container .section-list dl{
        align-items: center;
    }
}

/* Look Inside */
#look_inside {
    background-color: #fff;
}
#look_inside .slider .slider-item01 img{
    border: 1px #FDE9F2 solid;
}
#look_inside .slider .slider-item{
    position: relative;
}
#look_inside .slider .slider-item::before{
    content: "SAMPLE";
    position: absolute;
    color: #7BE0D4;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
#look_inside .dots-wrap {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
}
#look_inside .dots-wrap li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FDE9F2;
    cursor: pointer;
}
#look_inside .dots-wrap li:hover,
#look_inside .dots-wrap li.slick-active {
    background-color: #DC72A2;
}
#look_inside .dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
@media screen and (min-width: 768px) {
    #look_inside .slider {
        padding: 0 19px;
    }
    #look_inside .slick-slide {
        margin: 0 19px;
    }
    #look_inside .dots-wrap {
        margin-top: 32px;
    }
}


/* footer cta */
.cta-area.footer{
    background: linear-gradient(to bottom, #F4E9FF 73%, #FFF4F8 100%);
    margin-bottom: 0;
    padding: 0;
}
.cta-area.footer .inner{
    padding: 48px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.cta-area.footer .inner .cta-text{
    color: #E03682;
    font-size: clamp(1.375rem, 0.85rem + 2.24vw, 2.25rem);
    padding: 0 20px;
}
.cta-area.footer .cta-text::before,
.cta-area.footer .cta-text::after{
    width: 21.75px;
    height: 29.25px;
}
.cta-area.footer .cta-text::before{
    left: 0;
}
.cta-area.footer .cta-text::after{
    right: 0;
}
.cta-area.footer .inner .image img{
    margin: 0 auto;
}
.cta-area.footer .inner .cta-wrap{
    margin-bottom: 12px;
    padding: 0 20px;
}
.cta-area.footer .inner .note{
    font-size: clamp(0.875rem, 0.775rem + 0.43vw, 1rem);
    font-weight: normal;
    padding: 0 20px;
    text-align: left;
}
@media screen and (min-width: 1000px){
    .cta-area.footer{
        background: linear-gradient(to bottom, #F4E9FF 60%, #FFF4F8 100%);
    }
    .cta-area.footer .inner{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
        max-width: 798px;
        margin: 0 auto;
        padding: 72px 0;
    }
    .cta-area.footer .inner .cta-text{
        padding: 0;
        margin-bottom: 0;
        grid-column: 1/3;
    }
    .cta-area.footer .cta-text::before,
    .cta-area.footer .cta-text::after{
        width: 29px;
        height: 39px;
    }
    .cta-area.footer .cta-text::before{
        left: 80px;
    }
    .cta-area.footer .cta-text::after{
        right: 80px;
    }
    .cta-area.footer .image{
        grid-column: 1/2;
        grid-row: 2/4;
    }
    .cta-area.footer .inner .cta-wrap{
        grid-column: 2/3;
        grid-row: 2/3;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        gap: 32px;
        margin-bottom: 32px;
        padding: 0;
    }
    .cta-area.footer .inner .cta-wrap .cta-button{
        width: 401px;
        height: 66px;
    }
    .cta-area.footer .note{
        grid-column: 2/3;
        grid-row: 3/4;
    }
}


.footer{
    background-color: #DE0000;
}
.footer .inner{
    padding: 12px 0;
}
.footer .inner .copyright{
    color: #fff;
    font-size: clamp(0.75rem, 0.6rem + 0.64vw, 1rem);
    font-weight: normal;
}

/* float-cta */
.cta-area.float {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #7E51BC;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .4s ease, transform .4s ease;
    pointer-events: none;
    padding: 20px;
    margin-bottom: 0;
    z-index: 100;
}
.cta-area.float .cta-text{
    color: #fff;
    display: inline-block;
}
.cta-area.float .cta-text::before{
    background-image: url(https://kvillage.jp/img/oshikatsu_lp/deco_slash_left-w.svg);
    left: -20px;
}
.cta-area.float .cta-text::after{
    background-image: url(https://kvillage.jp/img/oshikatsu_lp/deco_slash_right-w.svg);
    right: -20px;
}
.cta-area.float.show {
    opacity: 1;
    pointer-events: auto;
}
@media screen and (min-width: 1000px){
    .cta-area.float{
        display: none;
    }
}
