@charset "utf-8";

@media screen and (max-width:768px){
    body{
        overflow-x: hidden;
    }
}

/* bg */
.top-bg{
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    left:0;
    width: 100vw;
    height: 100vh;
    display: block;
    overflow: hidden;
}
.top-bg-slider{
    width: 100%;
    
}
.top-bg-slider .swiper-slide{
    position: relative;
    width: 100%;
    height: 100vh;
}
.top-bg-slider .swiper-slide img{
    width:100%;
    height: 100vh;
    object-fit: cover;
}



/* loading
----------------------------------------------------------------------------- */
.top-loading{
    position: fixed;
    top:0;
    left:0;
    width:100vw;
    height: 100vh;
    background-color: #fff;
    z-index:5000;
    text-align: center;
}

.top-loading-inner{
    padding-top: 30vh;
    margin-bottom: 18vh;
}

.top-loading-inner img{
    width: 90px;
    height: auto;
    margin-bottom: 20px;
}
.top-loading-inner p{
    color: #ba820c;
    font-size: 23px;
    letter-spacing: 0.3em;
    font-family: "Zen Old Mincho", sans-serif;
}

#loading_bar{
    height: 1px;
    overflow-y: hidden;
}

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

/* アニメーション
----------------------------------------------------------------------------- */
/* １文字ずつ */
.top-anime01{
    
}
.top-anime01 span{
    opacity:0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    transform: translateX(5px);
    display: inline-block;
}
.top-anime01 span.is-animated{
    opacity: 1;
    transform: translateY(0);
}

/* １行ずつ */
.top-anime02 span{
    opacity:0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
    transform: translateY(-10px);
    display: inline-block;
}
.top-anime02 span.is-animated{
    opacity: 1;
    transform: translateY(0);
}

/* じんわり */
.top-anime03{
    opacity:0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all  1s ease;
    display: inline-block;
    filter: blur(5px);
}
.top-anime03.is-animated{
    opacity: 1;
    filter: blur(0);
}

/* 左からスライドイン */
.top-anime04{
    opacity:0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all  1s ease;
    display: inline-block;
    filter: blur(5px);
    transform: translateX(-100px);
}
.top-anime04.is-animated{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}

/* 右からスライドイン */
.top-anime05{
    opacity:0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all  1s ease;
    display: inline-block;
    filter: blur(5px);
    transform: translateX(100px);
}
.top-anime05.is-animated{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}

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

/* MV
----------------------------------------------------------------------------- */

.top-mv{
    border-bottom: 1px solid #ececec;
    height: 100vh;
    position: relative;
}


.top-mv {
    padding: 20px 0 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

/* キャッチ */
.top-mv-catch{
    z-index:55;
    position: relative;
    padding-top: 180px;
    width:100%;
    height: 100vh;
    text-align: center;
}
.top-mv-catch-main{
    font-size: 40px;
    text-align: center;
    color: #A09379;
    background-color: #fff;
    font-weight: bold;
    writing-mode: vertical-rl;
    vertical-align: middle;
    letter-spacing: 0.1em;
    display: inline-block;
    padding: 15px 10px;
}

.top-mv-catch-scroll{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.top-mv-catch-scroll a{
    display: inline-block;
}
.top-mv-catch-scroll a img{
    width: 42px;
    height: auto;
}


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

    .top-mv {
        padding: 20px 0 0;
        position: relative;
        overflow: hidden;
        width: 100%;
        text-align: center;
    }

    /* キャッチ */
    .top-mv-catch{
        padding-top: 150px;
    }
    .top-mv-catch-main{
        font-size: 25px;
        padding: 15px 10px;
    }

    .top-mv-catch-scroll{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .top-mv-catch-scroll a{
        display: inline-block;
    }
    .top-mv-catch-scroll a img{
        width: 42px;
        height: auto;
    }
}

/* news
----------------------------------------------------------------------------- */
.top-news{
    background-color: #fff;
    padding: 50px 0;
}

.top-news .list-news{
    margin-bottom: 50px;
}

.top-news-btn{
    text-align: center;
}

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

/* about
----------------------------------------------------------------------------- */
.top-about{
    background-color: #F2F1EC;
    padding: 50px 0 100px;
    position: relative;
}
.top-about::after{
    display: block;
    content: "";
    position: absolute;
    bottom:0;
    left: 50vw;
    width:1px;
    height: 50px;
    background-color: #A09379;
}

.top-about-txt{
    line-height: 2em;
    margin-bottom: 30px;
}

.top-about-btn{
    text-align: center;
}

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

/* garden
----------------------------------------------------------------------------- */
.top-garden{
    padding: 250px 50px;
    position: relative;
}
.top-garden::before{
    display: block;
    content: "";
    position: absolute;
    top:0;
    left: 50vw;
    width:1px;
    height: 50px;
    background-color: #fff;
}

.top-garden-box{
    background-color: rgba(255,255,255,0.9);
    padding: 50px;
    text-align: center;
}

.top-garden-box .ttl-L{
    text-align: center;
}

.top-garden-box-txt{
    max-width:900px;
    margin: 0 auto 50px;
}

.top-garden-box-btn{
    text-align: center;
}

@media screen and (max-width:768px){
    .top-garden{
        padding: 100px 20px;
    }
    .top-garden-box{
        padding: 30px 20px;
    }

    .top-garden-box-txt{
        width:100%;
        margin: 0 auto 20px;
    }

}


/* activity
----------------------------------------------------------------------------- */
.top-activity{
    padding: 150px 0 50px;
    background-color: #fff;
    overflow: hidden;
}
.top-activity .ttl-L{
    text-align: center;
}

.top-activity-main{
    margin-top: 100px;
}
.top-activity-main ul li{
    display: flex;
    margin-bottom: 100px;
}
.top-activity-main ul li:nth-child(2n){
    flex-direction: row-reverse;
}
.top-activity-main ul li:last-child{
    margin-bottom: 0;
}

.top-activity-main-img{
    margin-top: -50px;
    width:50%;
    z-index: 5;
}

.top-activity-main-box{
    padding: 50px;
    width:50%;
    position: relative;
}
.top-activity-main-box::after{
    content: "";
    display: block;
    width: calc(100% + 150px) ;
    height: 100%;
    background-color: #F2F1EC;
    position: absolute;
    top:0;
    right:0;
    z-index: 1;
}
.top-activity-main ul li:nth-child(2n) .top-activity-main-box::after{
    left:0;
}

.top-activity-main-box-txt{
    position: relative;
    border-left: 1px solid #A09379;
    padding-left: 50px;
    margin-bottom: 50px;
    z-index: 2;
}

.top-activity-main-box-btn{
    text-align: center;
    position: relative;
    z-index: 2;
}

@media screen and (max-width:768px){
    .top-activity{
        padding: 50px 0 0;
    }
    .top-activity-main{
        margin-top: 30px;
    }
    .top-activity-main ul li{
        display: block;
        margin-bottom: 50px;
    }
    .top-activity-main ul li:nth-child(2n){
        flex-direction:column;
    }

    .top-activity-main-img{
        margin-top: 0;
        width:80%;
        z-index: 5;
    }

    .top-activity-main-box{
        padding: 30px 20px;
        width:100%;
        background-color: #F2F1EC;
    }
    .top-activity-main-box::after{
        display: none;
    }
    .top-activity-main ul li:nth-child(2n) .top-activity-main-box::after{
        left:0;
    }

    .top-activity-main-box-txt{
        padding-left: 20px;
        margin-bottom: 30px;
    }

}

/* access
----------------------------------------------------------------------------- */
.top-access{
    padding:150px 50px;
}

.top-access-main{
    background-color: #F2F1EC;
    padding: 50px 0;
}

.top-access-main .ttl-L{
    text-align: center;
}
.top-access-main iframe{
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
}

.top-access-main-access{
    border-left: 1px solid #A09379;
    padding-left: 30px;
}
.top-access-main-access table{
    width: 100%;
}
.top-access-main-access table th,
.top-access-main-access table td{
    vertical-align: top;
}
.top-access-main-access table th{
    text-align: left;
    width:15%;
    padding: 15px 0;
}
.top-access-main-access table td{
    padding: 15px 0;
}

@media screen and (max-width:768px){
    .top-access{
        padding:50px 20px;
    }

    .top-access-main{
        background-color: #F2F1EC;
        padding: 30px 0;
    }

    .top-access-main iframe{
        width: 100%;
        height: 250px;
    }

    .top-access-main-access{
        padding-left: 20px;
    }
    
    .top-access-main-access table th,
    .top-access-main-access table td{
        display: block;
        width: 100%;
    }
    .top-access-main-access table th{
        text-align: left;
        width:100%;
        padding: 10px 0 0;
    }
    .top-access-main-access table td{
        padding: 10px 0;
    }
}
