.top-header-bottle-wrapper {
    position: relative;
    top:12px;
}

#topLabel{
     background-image: url("/img/pop/home/index/fv-background.png");
     background-position: center;
     background-size: contain;
     background-repeat: no-repeat;
     padding: 3.2em;
}

.fi-txt {
    position: absolute;
    top: 300px;
    left: -80%;
}

.fi-txt img {
    max-width: 480px;
}

.fi-bottle {
    position: relative;
}

.fv-bottle {
    position: relative;
}

.label {
    z-index: 10;
    position: absolute;
    bottom: 15%;
    left: 2%;
    right: 0;
    width: 96%;
    height: 45%;
}

.slider_fade img {
    border-radius: 0px 0px 74px 74px / 0px 0px 8px 7px;
}

.shadow {
    display: block;
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 105%;
    background: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0) 6%,
        rgba(0, 0, 0, 0) 30%,
        rgba(0, 0, 0, 0.2) 65%,
        rgba(0, 0, 0, 0.6) 100%
    );
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0) 6%,
        rgba(0, 0, 0, 0) 30%,
        rgba(0, 0, 0, 0.2) 65%,
        rgba(0, 0, 0, 0.6) 100%
    );
    border-radius: 0px 0px 74px 74px / 0px 0px 8px 7px;
}

.slider_fade {
    position: relative;
}

.slide_show {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 180px;
    height: 180px;
}

.slider_fade > li {
    position: absolute;
    list-style: none;
    visibility: hidden;
    animation: anime_slider_fade 12s 0s infinite;
}

.slider_fade > li:nth-of-type(2) {
    animation-delay: 4s;
}

.slider_fade > li:nth-of-type(3) {
    animation-delay: 8s;
}

@keyframes anime_slider_fade {
    0% {
        visibility: visible;
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
    }
    48.3% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.circle {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    animation: loading 1s infinite;
}

@keyframes loading {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(4);
        opacity: 0;
    }
}

#hideMe {
    animation: fadein-keyframes 1s ease 1s 1 forwards;
}

@keyframes fadein-keyframes {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        pointer-events: none;
    }
}

.header-img-text-up1 {
    margin-top: 200px;
}

.header-img-text-up {
    font-weight: 900;
    font-size: 40px;
    text-shadow: 0px 0px 7px #4e646d70;
    color: #fff;
}

.header-img-text-down {
    font-size: 18px;
}

.img-label-example3 {
    height: 300px;
    width: 300px;
}

.triangle-right-wrapper {
    width: 6%;
    display: flex;
    justify-content: center;
    margin-top: 5%;
}

.triangle-right {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
}

.triangle-right::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #9d9c9b; /* ここで三角形の色を指定します */
}

.how-to-flow-wrapper {
    padding-top: 5px;
    padding-bottom: 80px;
    background-color: #F7F7F7;
}

.how-to-flow-wrapper::after {
    content: "";
    position: absolute;
    bottom: -30px; /* 三角形の高さを調整 */
    left: 50%; /* 三角形の位置を左から調整 */
    transform: translateX(-50%);
    border-top: 40px solid #f8f7f5; /* 吹き出しの背景色と同じ色 */
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
}

.leaf_box{
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
.leaf_box .leaf_1{
    width:6vw;
    position: absolute;
    top:0;
    left:5%;
}
.leaf_box .leaf_2{
    width:6vw;
    position: absolute;
    top:10%;
    right:3%;
}
.leaf_box .leaf_3{
    width:7vw;
    position: absolute;
    bottom:-24%;
    left:3%;
}
.leaf_box .leaf_4{
    width:6vw;
    position: absolute;
    bottom:-24%;
    right:4%;
}

.present-img {
    width: 50vw;
    margin: 50px auto;
    margin-bottom: 0;
}

.label-example-img {
    width: 300px;
    margin-right: 20px;
}

.flow-delivery-wrapper {
    display: flex;
    justify-content: center;
    width: 90%;
}

.how-to-step-wrapper {
    width: 30%;
}

.step-ti {
    border-bottom: 2px solid #707070;
    font-weight: bold;
    font-family: nobel, sans-serif;
}

.about-liqueur-bottle {
    position: absolute;
    top: 15%;
    left: 10%;
    width: 30%;
}

.about-liqueur-letter {
    color: white;
}

.about-liqueur-letter-title {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2px;
}

.about-liqueur-letter-body {
    line-height: 2rem;
}

.about-liqueur-background {
    background-image: url("/img/pop/home/index/about-background.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-liqueur-bottle-img {
    width: 100%;
}

.payment-method-label {
    border-radius: 20px;
    font-size: 12px;
    padding: 0 10px;
    white-space: nowrap;
    width: auto;
}

.feature-step-letter {
    padding: 80px;
    letter-spacing: 0.08em;
}

.feature-background-img {
    background-image: url("/img/pop/home/index/feature-background.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-large-letter {
    display: flex;
    justify-content: center;
    font-size: 3.5rem;
    font-family: nobel, sans-serif;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.feature-small-letter {
    display: flex;
    justify-content: center;
}

.slick-dots {
    position: absolute;
    bottom: -36px;
}

.fi-bottle-img {
    width: 180px;
}

.home_scene{
    width:80%;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 768px) {

    .en-copy {
        position: absolute;
        top: 215px;
        right: 5%;
        font-weight: lighter;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        padding: 1rem 0.5rem;
        letter-spacing: 0.4rem;
        z-index: 1000;
        font-size: 10px;
    }

    .fi-bottle img {
        width: 125px !important;
    }

    .top-header-bottle-wrapper {
        margin-top: 0;
        top:10px;
    }

    .fi-txt {
        position: absolute;
        top: 400px;
    }

    .fi-txt img {
        position: absolute;
        width: 380px;
        top: -80px;
    }

    .header-img-text-up1 {
        margin-top: 100px;
    }

    .header-img-text-up {
        font-weight: 900;
        font-size: 1.48em;
        padding-left: 20px;
        text-align: start;
    }

    .img-label-example1 {
        width: 150px;
        height: 300px;
    }

    .img-label-example2 {
        width: 300px;
        height: 150px;
    }

    .img-label-example3 {
        width: 150px;
        height: 150px;
    }

    .triangle-right-wrapper {
        width: auto;
        margin-top: 30px;
        height: 50px;
    }

    .main-co-ti{
        font-size: 1.4em !important;
    }

    .top-info .col-5,.col-7{
        width:100%;
    }

     .top-info .col-7 .giga{
        text-align: center;
        margin-bottom: 16px;
    }

    .leaf_box{
        position: relative;
        width: 100%!important;
        margin: 0 auto;
    }
    .leaf_box .leaf_1{
        width:56px;
        position: absolute;
        top:0%;
        left:0%;
    }
    .leaf_box .leaf_2{
        width:64px;
        position: absolute;
        top:24%;
        right:0%;
    }
    .leaf_box .leaf_3{
        width:64px;
        position: absolute;
        bottom:-10%;
        left:0%;
    }
    .leaf_box .leaf_4{
       width:64px;
        position: absolute;
        bottom:-14%;
        right:0%;
    }

    .triangle-right::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(-50%);
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-top: 20px solid #9d9c9b;
    }

    .present-img {
        margin-top: 50px;
        width: 100%;
    }


    .flow-delivery-wrapper {
        display: block;
        justify-content: center;
        width: 100%;
    }

    .how-to-step-wrapper {
        width: 100%;
    }

    .about-liqueur-bottle {
        position: static;
        /* top: 15%;
        left: 10%; */
        width: 100%;
    }

    .about-liqueur-letter-title {
        font-size: 26px;
        margin-bottom: 2rem;
    }

    .about-liqueur-bottle-img {
        width: 90%;
    }


    .feature-background-img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center top;
    }

    .feature-step-letter {
        padding: 80px 48px 80px 48px;
    }

    .how-to-flow-wrapper::after {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        transform: translateX(-50%);
        border-top: 24px solid #f8f7f5;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
    }
    .label-example-img {
        width: 300px;
        margin: 0 auto;
    }

    .feature-large-letter {
        font-size: 2.8rem;
    }
    .home_scene{
        width:94%;
    }
}
