@charset "UTF-8";

/* ===================================================================
CSS information
 file name  :  style.css
 style info : LPスタイル
=================================================================== */
body, html {
    overscroll-behavior: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.wrap {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    margin: 0 auto;
    text-align: center;
    background-size: cover;
    background: url(/img/usr/freepage/ad/cafechokolat/pc/fv_bg.png) no-repeat center center/ cover;
}

.wrap_inner {
    position: relative;
    padding-right: min(calc(149 / 1440 * 100vw), 149px);
    height: 100%;
    width: min(calc(1440 / 1440 * 100vw), 1440px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;      
    position: relative;
    overflow-y: clip;
}

.wrap_inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: max(calc(-70 / 1440 * 100vw), -70px);
    width: min(calc(870 / 1440 * 100vw), 870px);
    max-height: 100%;
    aspect-ratio: 1 / 2;
    background: url(/img/usr/freepage/ad/cafechokolat/pc/leaves.png) no-repeat top right/100%;
    pointer-events: none;
    z-index: 0;
}
.wrap_inner::after {
    content: "";
    position: absolute;
    bottom: min(calc(20 / 1440 * 100vw), 20px);
    right: min(calc(590 / 1440 * 100vw), 590px);
    width: min(calc(178 / 1440 * 100vw), 178px);
    max-height: 100%;
    aspect-ratio: 1 / 2;
    background: url(/img/usr/freepage/ad/cafechokolat/pc/leaves02.png) no-repeat bottom left/100%;
    pointer-events: none;
    z-index: 0;
}
main{
    background: #fff;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.main_inner {
    position: relative;
    width: min(calc(452 / 1440 * 100vw), 452px);
    height: 100vh;
    padding-top: min(calc(100vh - 624px), 276px);;
    text-align: center;
    transition: max-height 0.6s ease;
    overflow-y: scroll;
    scrollbar-gutter: stable;
    flex-shrink: 0;
    transition: padding-top 0.1s ease-out;
    z-index: 2;
}


.main_inner {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.main_inner::-webkit-scrollbar {
    display: none;
}


.main_inner.expanded {
    padding-top: 0;
    transition: height 0.4s ease, margin 0.4s ease;
}

.header_inner {
    position: relative;
    width: 100%;
    height: min(calc(60/1440 * 100vw), 60px);
    background: #2f1e17;
}

.header_inner h1{
    position: absolute;
    top: min(calc(16/1440 * 100vw), 16px);
    right: min(calc(16/1440 * 100vw), 16px);
    width: min(calc(310/1440 * 100vw), 310px);
}

.fv_gentei {
    position: absolute;
    top: min(calc(10/1440 * 100vw), 10px);
    left: min(calc(14/1440 * 100vw), 14px);
    width: min(calc(102/1440 * 100vw), 102px);
}

.fv_star {
    position: absolute;
    top: min(calc(11/1440 * 100vw), 11px);
    right: min(calc(123/1440 * 100vw), 123px);
    width: min(calc(30/1440 * 100vw), 30px);
    animation: rotate-center 3s ease-in-out infinite;
}

@keyframes rotate-center {
    0% {
        transform: rotate(0deg);
    }

    30% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fv_num {
    position: absolute;
    top: min(calc(11/1440 * 100vw), 11px);
    right: min(calc(71/1440 * 100vw), 71px);
    width: min(calc(48/1440 * 100vw), 48px);
}

.fv_star,
.fv_num {
    display: inline-block;
    overflow: hidden;
}

.fv_star .shine,
.fv_num .shine {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url('/img/usr/freepage/ad/cafechokolat/pc/fv_star.png');
    mask-image: url('/img/usr/freepage/ad/cafechokolat/pc/fv_star.png');
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left top;
    mask-position: left top;
    pointer-events: none;
    overflow: hidden;
}

.fv_num .shine {
    -webkit-mask-image: url('/img/usr/freepage/ad/cafechokolat/pc/fv_num.png');
    mask-image: url('/img/usr/freepage/ad/cafechokolat/pc/fv_num.png');
}

.fv_star .shine::before,
.fv_num .shine::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 78%;
    padding-top: 78%;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 75%);
    transform: skewX(30deg);
    animation: hikari_move 1.2s ease-in-out infinite;
}

@keyframes hikari_move {
  0% {
        left: -75%;
    }
    40% {
        left: 125%;
    }
    100% {
        left: 125%;
    }
}


.fv_inner {
    position: relative;
    display: grid;
    grid-template-rows: auto auto auto 1fr auto;
    height: auto;
    padding: min(calc(71/1440 * 100vw), 71px) 0 0 min(calc(70/1440 * 100vw), 70px);
}

.fv {
    width: 100%;
    margin: 0 auto;
}

.fv .sub_ttl {
    width: min(calc(292/1440 * 100vw), 292px);
    margin: 0 auto min(calc(31/1440 * 100vw), 31px) min(calc(112/1440 * 100vw), 112px);
}

.fv h2 {
    width: min(calc(519/1440 * 100vw), 519px);
    margin: 0 auto min(calc(29/1440 * 100vw), 29px) 0;
}

.fv ul {
    display: grid;
    grid-template-columns: repeat(2, min(calc(198/1440 * 100vw), 198px));
    width: min(calc(422/1440 * 100vw), 422px);
    margin: 0 auto 0 min(calc(52/1440 * 100vw), 52px);
    justify-content: space-between;
}

.review {
    background: url(/img/usr/freepage/ad/cafechokolat/pc/no1_bg.png) no-repeat top center/ 100%;
    padding-bottom: min(calc(49/1440 * 100vw), 49px);
}

.sub_txt {
    position: absolute;
    width: min(calc(279/1440 * 100vw), 279px);
    bottom: min(calc(65/1440 * 100vw), 65px);
    left: min(calc(70/1440 * 100vw), 70px);
    text-align: left;
    align-self: end;
}

.trigger.move .sub_txt {
    opacity: 1;
    transition-delay: 0.8s;
}

.scroll-indicator {
    position: absolute;
    right: min(calc(110 / 1440 * 100vw), 110px);
    bottom: min(calc(28 / 1440 * 100vw), 28px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: auto;
    z-index: 10;
    pointer-events: none;
}

.scroll-indicator img {
    width: min(calc(15 / 1440 * 100vw), 15px);
    height: auto;
    animation: arrowmove 1s ease-in-out infinite;
}

.scroll-indicator span {
    font-family: "Noto Sans JP", sans-serif;
    writing-mode: vertical-rl;
    font-size: min(calc(12 / 1440 * 100vw), 12px);
    color: #fff;
    letter-spacing: 0.1em;
    margin-bottom: min(calc(6.2 / 1440 * 100vw), 6.2px);
}

@keyframes arrowmove {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0);
    }
}

.cta {
    background: url(/img/usr/freepage/ad/cafechokolat/pc/cta_bg.png) no-repeat top center/ 100%;
}

.cta div {
    position: relative;
}

.cta .btn {
    width: min(calc(367 / 1440 * 100vw), 367px);
    position: absolute;
    bottom: min(calc(33/1440 * 100vw), 33px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.cta .btn img {
    max-width: 100%;
}

.cta>div:nth-of-type(2) .btn {
    bottom: min(calc(45/1440 * 100vw), 45px);
}

/* ------ move_btn_anime ------ */
@keyframes move_btn {

    20%,
    53%,
    80%,
    from,
    to {
        transform: translate3d(0, 0, 0);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    40%,
    43% {
        transform: translate3d(0, -10px, 0);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    }

    70% {
        transform: translate3d(0, -4px, 0);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    }

    90% {
        transform: translate3d(0, 0, 0);
    }
}

.cta02 {
    background: url(/img/usr/freepage/ad/cafechokolat/pc/cta_bg.png) no-repeat bottom center/ 100%, url(/img/usr/freepage/ad/cafechokolat/pc/cta_top_bg.png) no-repeat top center/ 100%;
}

.cta03 {
    background: url(/img/usr/freepage/ad/cafechokolat/pc/cta_bg03.png) no-repeat bottom center/ 100%, url(/img/usr/freepage/ad/cafechokolat/pc/cta_top02_bg.png) no-repeat top center/ 100%, linear-gradient(0deg, rgba(58, 33, 22, 1) 68%, rgba(255, 255, 255, 0) 68%);
}

.point_wrap {
    background: url(/img/usr/freepage/ad/cafechokolat/pc/point_bg.png) no-repeat top center/ 100%;
}

.brand {
    background: url(/img/usr/freepage/ad/cafechokolat/pc/brand_bg.png) no-repeat top center/ 100%;
}

.brand ul li:first-child {
    position: relative;
}

.brand ul li .batu {
    position: absolute;
    bottom: max(calc(-9/1440 * 100vw), -9px);
    left: 0;
}

.voice_slider {
    width: 100%;
    margin: 0 auto;
}

.voice_slider div img {
    display: inline-block;
    width: min(calc(302/1440 * 100vw), 302px);
    margin: 0 auto;
}

.voice_slider .slick-slide {
    display: block;
    max-width: min(calc(519/1440* 100vw), 519px);
    margin: 0 min(calc(20/1440 * 100vw), 20px) 0 0;
}

.ninki {
    background: url(/img/usr/freepage/ad/cafechokolat/pc/ninki_bg.png) no-repeat top center/ 100%;
}

.voice_slider .slick-dots {
    bottom: max(calc(-36/1440 * 100vw), -36px);
}

.voice_slider .slick-dots li {
    width: min(calc(47/1440 * 100vw), 47px);
    height: min(calc(4/1440 * 100vw), 4px);
    background: rgba(47, 30, 23, 0.2);
    margin: 0 min(calc(5/1440 * 100vw), 5px);
}

.voice_slider .slick-dots li.slick-active {
    background: #2f1e17;
}

.voice_slider .slick-dots li button {
    display: none;
}

.table {
    font-family: "Noto Sans JP", sans-serif;
    width: min(calc(412 / 1440 * 100vw), 412px);
    font-size: min(calc(15 / 1440 * 100vw), 15px);
    border: min(calc(3 / 1440 * 100vw), 3px) solid #fff;
    border-collapse: collapse;
    margin: 0 auto;
    padding: min(calc(26 / 1440 * 100vw), 26px) 0;
}

.row {
    display: flex;
    border-bottom: min(calc(4 / 1440 * 100vw), 4px) solid #fff;
}

.row:nth-child(3) .label,
.row:nth-child(1) .label {
    height: min(calc(60 / 1440 * 100vw), 60px);
}

.row:nth-child(2) .label,
.row:nth-child(4) .label {
    height: min(calc(89 / 1440 * 100vw), 89px);
}

.label {
    text-align: left;
    width: min(calc(134 / 1440 * 100vw), 134px);
    flex-shrink: 0;
    background-color: #f5eadb;
    padding: min(calc(17 / 1440 * 100vw), 17px) min(calc(17 / 1440 * 100vw), 17px) min(calc(12 / 1440 * 100vw), 12px);
    font-weight: bold;
    color: #3a2c1e;
    box-sizing: border-box;
}

.value {
    display: flex;
    align-items: center;
    text-align: left;
    font-weight: 400;
    flex: 1;
    padding: min(calc(12 / 1440 * 100vw), 12px) min(calc(12 / 1440 * 100vw), 12px) min(calc(12 / 1440 * 100vw), 12px) min(calc(17 / 1440 * 100vw), 17px);
    color: #3a2c1e;
    box-sizing: border-box;
    line-height: 1.6;
}

.row:nth-child(2) .value,
.row:nth-child(4) .value {
    align-items: start;
    padding: min(calc(11 / 1440 * 100vw), 11px) min(calc(6 / 1440 * 100vw), 6px) min(calc(12 / 1440 * 100vw), 12px) min(calc(17 / 1440 * 100vw), 17px);
    line-height: 2;
}


.slideInUp.trigger {
    transition: all 0.8s 0s ease;
    opacity: 0;
    transform: scale(1, 1) translateY(10%);
    transition-delay: .25s;
    will-change: transform, opacity;
}

.slideInUp.trigger.move {
    opacity: 1;
    transform: scale(1, 1) translateY(0);
}