@charset "utf-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* top
------------------------------------------------------------------------------------------------------------------------------- */
.top-main h1 {
    width: 400px;
    margin: 50px auto 20px;
}
@media screen and (max-width:767px) {
    .top-main h1 {
        width: 250px;
        margin: 40px auto 20px;
    }
}


/* top-mv
---------------------------------------------- */
.top-mv {
    position: relative;
    width: 1040px;
    margin: 0 auto;
}
@media screen and (max-width:767px) {
    .top-mv {
        width: 100%;
        padding: 0;
    }
}

/* .top-mv .splide__slide {
    position: relative;
}
.top-mv .splide__slide .txt {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
} */
.top-mv .splide__slide img {
    transition: 8s linear;
}
.top-mv .splide__slide.is-active img {
    transform: scale(1.1);
    transition-delay: 0s;
}
.top-mv-frame {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}

.top-mv-sp {
    display: none;
}
@media screen and (max-width:767px) {
    .top-mv-sp {
        display: block;
    }
    .top-mv-pc {
        display: none;
    }
}



/* top-section 
===================================================================== */
.top-section {
    padding: 80px 0 120px;
}
.top-section.grey {
    background: #fbfafa;
}
@media screen and (max-width:767px) {
    .top-section {
        padding: 0 0 60px;
    }
}


/* top-scene
---------------------------------------------- */
.top-scene-nav {
    width: 880px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}
@media screen and (max-width:767px) {
    .top-scene-nav {
        width: 100%;
        padding: 0 30px;
        display: block;
    }
    .top-scene-nav li:not(:first-child) {
        margin-top: 20px;
    }
}


/* top-consult
---------------------------------------------- */
.top-consult-point {
    width: 780px;
    margin: 0 auto;
    display: flex;
    gap: 45px;
}
@media screen and (max-width:767px) {
    .top-consult-point {
        width: 100%;
        display: block;
        padding: 0 12.4rem;
    }
}

.top-consult-point dl {
    width: 230px;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top-consult-point dl dt {
    position: relative;
    padding: 30px 0 10px;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.04em;
    color: #cba258;
}
.top-consult-point dl dt::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 17px);
    width: 34px;
    height: 2px;
    background: #cba258;
}
.top-consult-point dl dd {
    padding: 10px 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
@media screen and (max-width:767px) {
    .top-consult-point dl {
        width: 50rem;
        height: 50rem;
        margin: 0 auto 20px;
    }
    .top-consult-point dl dt {
        padding: 6rem 0 2rem;
        font-size: 3.5rem;
    }
    .top-consult-point dl dt::after {
        left: calc(50% - 4.8rem);
        width: 7.6rem;
        height: 2px;
    }
    .top-consult-point dl dd {
        padding: 2rem 0 0;
        font-size: 3.4rem;
    }
}

.top-consult-point dl.point1 {
    background: url(/base/giftnavi/img/top_shop_01.png) no-repeat;
    background-size: 100%;
}
.top-consult-point dl.point2 {
    background: url(/base/giftnavi/img/top_shop_02.png) no-repeat;
    background-size: 100%;
}
.top-consult-point dl.point3 {
    background: url(/base/giftnavi/img/top_shop_03.png) no-repeat;
    background-size: 100%;
}

.top-consult-txt01 {
    margin: 30px 0 20px;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
}
.top-consult-txt01 span {
    color: #cba258;
    font-weight: 700;
}
@media screen and (max-width:767px) {
    .top-consult-txt01 {
        margin: 20px 0 10px;
        font-size: 15px;
    }
}


.top-consult-btn {
    width: 380px;
    margin: 0 auto;
}
.top-consult-btn a {
    position: relative;
    display: block;
    text-align: center;
    padding: 23px 0;
    border-radius: 100vh;
    background: #cba258;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.top-consult-btn a::after {
    content: "";
    display: block;
    position: absolute;
    right: 30px;
    top: calc(50% - 5px);
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
@media screen and (max-width:767px) {
    .top-consult-btn {
        width: 80%;
    }
    .top-consult-btn a {
        padding: 20px 0;
        font-size: 14px;
    }
}


/* top-manner
---------------------------------------------- */
.top-manner-btn {
    width: 780px;
    margin: 0 auto;
}
.top-manner-btn a img{
    filter: drop-shadow(4px 4px 4px #ccc);
}
@media screen and (max-width:767px) {
    .top-manner-btn {
        width: 100%;
        padding: 0 30px;
    }
    .top-manner-btn a img{
        filter: drop-shadow(4px 4px 4px #ccc);
    }
}


/* top-online
---------------------------------------------- */
.top-online-btn {
    width: 380px;
    margin: 0 auto;
}
.top-online-btn a {
    position: relative;
    display: block;
    text-align: center;
    padding: 23px 0;
    border-radius: 100vh;
    background: #545454;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.top-online-btn a::after {
    content: "";
    display: block;
    position: absolute;
    right: 30px;
    top: calc(50% - 5px);
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
@media screen and (max-width:767px) {
    .top-online-btn {
        width: 80%;
    }
    .top-online-btn a {
        padding: 20px 0;
        font-size: 14px;
    }
}