@charset "utf-8";

.hHeight {
    display: none;
}

.sliderContent::before{
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}

.carousel-fade .carousel-item {
    transition: all 1s !important;
}

.carousel-indicators {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 63px;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.carousel-indicator {
    width: 15px;
    height: 15px;
    background: #CECEBF;
    border-radius: 50%;
    transition: all .5s;
    cursor: pointer;
}

.carousel-indicator.active {
    background: #9D9D80;
}

.tScrollIcon {
    position: relative;
    width: 30px;
    height: 50px;
    border: 2px solid #7e614b;
    border-radius: 50px;
    box-sizing: border-box;
}

.tScrollIcon::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #7e614b;
    border-radius: 100%;
    -webkit-animation: tScroll 2s infinite;
    animation: tScroll 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes tScroll {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes tScroll {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.tBegFlL {
    display: contents !important;
}

.tBegFlBx {
    order: 3;
}

.tLinkItem {
    position: relative;
}

.tLinkItem::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid var(--white);
}

.tLinkItem::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    opacity: 0;
    transition: all .5s;
}

.tLinkItem:hover::after {
    opacity: .4;
}

.tRsvFlR {
    display: contents !important;
}

.tRsvTitBx {
    order: 1;
}

.tRsvBtnBx {
    order: -2;
}

.tLinkAccess h2 {
    position: relative;
}

.tLinkAccess h2::before {
    content: "Access";
    position: absolute;
    color: var(--white);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white);
    z-index: -1;
}

.inNews {
    position: relative;
}

.inNews::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) url(/system_panel/uploads/images/top_bg03.png) no-repeat center /cover;
}

.tGalleryArrow {
    cursor: pointer;
    transition: all .5s;
}

.tGalleryArrow:hover {
    opacity: .5;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

    .carousel-indicators {
        bottom: 32px;
    }

    .tBegFlL {
        display: block !important;
    }

    .tRsvFlR {
        display: block !important;
    }

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */