/* li {
    list-style: none;
    background: linear-gradient(1deg, #938415 0%, #a56e37 40%, #dcc53c 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}  */

.visual-logo {
    filter: none;
}


.logo-area a {
    width: unset;
    height: unset;
    padding-top: 50px;
    display: block;
    background: url(../img/h-logo.png);
    background-size: 80%;
    /* background-position: center; */
    background-repeat: no-repeat;
    transition: 0.1s  ease;
    text-indent: -999999px;
}


.visual-logo {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}

@media screen and (min-width: 801px) {
    .logo-area {
        width: 100%;
        height: calc(1 / 6 * 100%);
        top: 1%;
        margin-bottom: 0.5rem;
        left: 2.7rem;
    }
}

@media screen and (min-width: 801px) {
    .logo-area a {
        background-size: 64%;
        padding: 4.5rem;

    }
}


@media screen and (min-width: 1366px) {
    .content-box {
        padding: 1rem 4rem;
    }
}

@media screen and (min-width: 801px) {
    header {
        filter: drop-shadow(0px 0px 15px #636363);
    }
}

.twi-wrap {
    overflow-y: auto;
}
.twi-inner {
    padding-top: calc(13 / 12 * 100%);
}
.twi-inner iframe {
    height: 100%;
}

@media screen and (min-width: 801px) {
    .pick-wrap {
        width: auto;
        height: 400px;
    }

        .mainvisual-under {
        height: 2vh;
    }

    .pick-image {
        position: absolute;
        width: 250px;
    }

    .pick-name{
        position: absolute;
        padding: 0 3rem 1rem 1rem;
    }

    .pick-container{
        width: 48%;
    }

    .pick-twi-wrap {
        width: 100%;
        justify-content: center;
    }

    .twi-container {
        width: 52%;
    }
    .twi-wrap {
        width: 80%;
    }
    .twi-inner {
        padding-top: calc(13 / 12 * 100%);
    }
}

.visual-logo img {
    filter: none;
    display: none;
}

.mainvisual-under {
    height: 6vh;
}

.mov-container {
    width: 100%;
    margin-bottom: 1rem;
}
.mov-inner {
    width: 100%;
    padding-top: calc(13/12*100%);
    position: relative;
    margin: 0 auto;
}
.mov-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 801px) {
    .mov-container {
        width: 88%;
        margin: 0 auto;
    }
    .mov-inner {
        width: 90%;
    }
}


body.bg-gray-100 {
    background-color: rgba(255, 255, 255, 0) ;
}

.pick-col {
    justify-content: space-around;
}

.sp-hidden {
    display: none;
}
.sp-block {
    display: block;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3px 0 0;
}

@media screen and (min-width: 801px) {
    .sp-hidden {
        display: block;
    }
    .sp-block {
        display: none;
    }
}
