@charset "utf-8";
body{
    background-color: #8CBD7B;
}
/*
*sectgion-vi
*/
.box-texture {
   /*  mix-blend-mode: multiply; */
    background-image: url(../img/all/texture.png);
 
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    pointer-events: none;
    opacity:0.6;
}

/*
*.section-logo
*/
.section-logo {
    width: 100%;
    position: relative;
    z-index: 4;

}

.section-logo__title {
    position: absolute;
    z-index: 1;
    width: 40%;
    right: 50%;
    transform: translateX(50%);
    top: 0px;
    margin-top: 4%;
}

@media screen and (min-width: 1024px) {
    .section-logo__title {
        width: 27%;
    }
}

/*
*vi-bg
*/
.vi-bg {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0%;
    left: 0;
}

@media screen and (min-width: 1024px) {
    .vi-bg {
        top: -1%;
    }
}

/*
*vi-bigtree
*/
.vi-bigtree {
    position: relative;
    z-index: 1;
    width: 45%;
    margin-top: 11.5%;
    left: 0%;
}
@media screen and (min-width: 1024px) {
    .vi-bigtree {
        margin-top: 2%;
    }
}
.vi-picnic {
    position: absolute;
    z-index: 1;
    width: 60%;
    top: 34%;
    right: 3%;
}

.vi-time {
    position: relative;
    z-index: 1;
    width: 40%;
}

.vi-sign {
    padding-top: 5%;
    position: relative;
    z-index: 1;
    width: 50%;
}


.vi-good{
    position: relative;
    z-index: 1;
    width: 40%;
    padding-bottom: 0.5em;
}
@media screen and (min-width: 1024px) {
    .vi-time {
        position: absolute;
        z-index: 1;
        width: 21.5%;
        top: -8%;
        left: 11%
    }
    .vi-sign {
        position: absolute;
        z-index: 1;
        width: 23.5%;
        top: -10%;
        left: 45%;
        transform: translateX(-50%);
    }
    .vi-good{
        width:100%;
        margin-top: 20%; 
    }
}

@media screen and (min-width: 1280px) {
    .vi-time {
        
        top: -10%;
    }
    .vi-sign {
        top: -12%;
        left: 39%;
    }
    .vi-good{
        width:120%;
        left: 20%;
    }
}
@media screen and (min-width: 1536px) {
    .vi-time {
        
        top: -13%;
    }
    .vi-sign {
        top: -16%;
    }
}
@media screen and (min-width: 1880px) {
    .vi-time {
        
        top: -13%;
    }
    .vi-sign {
        top: -16%;
    }
    .vi-good{
        width:165%;
        left: 65%;
    }
}


/*首頁footer*/

.vi-squirrel{
    position: absolute;
    z-index: 1;
    width: 15%;
    top: 39%;
    right: 5%;
    @media screen and (min-width: 768px) {
        width: 10%;
        top: 42%;
        right: 10%;
    }
    @media screen and (min-width: 1024px) {
        width: 7.5%;
        top: 0;
        right: 5%;
    }
}
.vi-yellowframe {
    position: relative;
    z-index: 1;
    top: 0;
    width: 100%;
    pointer-events: none!important;
}


.section-info {
    position: relative;
    z-index: 8;
    margin-top: -2.5%;
    margin-bottom: -30%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 30%;
}
@media screen and (min-width: 1024px) {
    .section-info {
        background-color: transparent;
        padding-left: 11%;
        padding-right: 5%;
    }
}
@media screen and (min-width: 1536px) {
    .section-info {
        background-color: transparent;
        padding-left: 11%;
        padding-right: 7.5%;
        
    }
}

.section-info__in{
    margin-top: 10%;
    gap: clamp(2rem, 2.5vw, 5rem);
    padding-left: 0%;
    @media screen and (min-width: 1024px) {
        margin-top: 7.5%;
    }
    @media screen and (min-width: 1280px) {
        margin-top: 15%;
    }
    @media screen and (min-width: 1880px) {
        margin-top: 10%;
        padding-left: 18%;
    }
}


.site-title-wrapper {
    position: relative;
}

.site-title-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 23.5px;
    background-color: #FFF000;
    border-radius: 999px;
    z-index: 1;
}
@media screen and (min-width: 1024px) {
    .site-title-bg {
        height: 37px;
    }
}
.site-title-text {
    position: relative;
    z-index: 2;
    font-weight: 900;
    font-size: clamp(20px, 5vw, 28px);
    line-height: 1.15;
    letter-spacing: 0.1em;
    color: #00696C;
    margin: 0;
    padding: 0.5rem 1rem;
    text-align: center;
    text-wrap: nowrap;
}

.gift-image-container {
    position: relative;
    background-color: #00A199;
    border: 2px solid #006934;
    border-radius: 26px;
    padding: 18px 25px;
    max-width: 358px;
    max-height: 163px;
    display: flex;
    align-items: center;
    justify-content: center;
   
}


.gift-text {
    font-weight: 700;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 2.27;
    color: #4C4B4B;
    margin: 0;
    background-image: url("../img/index/line.svg");
    background-repeat: repeat-x;
    background-size: 100%;
    background-position: bottom;
    background-position-y: 100%;
    padding-bottom: 10px;
    /* 空出空間 */
}

.news-list {
    list-style: none;
    padding-left: 0;
}

.news-list li {
    position: relative;
    padding-left: 1.2rem;
}

.news-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #454545;
    font-size: 1.2rem;
}

.news-list a {
    text-decoration: none;
    color: #454545 !important;
}

.news-title {
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 700;
}

.news-list li:hover a {
    color: #282828 !important;
}

.news-list li:hover::before {
    color: #282828 !important;
}

.play-text {
    font-size: clamp(18px, 1.5vw, 22px);
    color: #00696C;
    line-height: 1.5;
    letter-spacing: 0.1em;
    letter-spacing: 5%;
}


.list-play {
    list-style: none;
    padding-left: 0;
    gap: 0 16px; 
}

.list-play li {
    font-size: clamp(16px, 2vw, 18px);
    color: #454545;
    font-weight: 400;
}

.list-play li {
    position: relative;
    padding-left: 1.2rem;
}

.list-play li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #454545;
    font-size: 1.2rem;
}

.site-footer {
    /*首頁色*/
    background-color: #8CBD7B;
}