/*=================================
	// id #title
===================================*/

#title {
    width: 100%;
    /* padding-top: 60px; */
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 0;
    position: relative;
}

#shop-logo {
    width: 60%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}


#title .back-to-shop {
    display: none;
}

#title .background {
    /* position: fixed; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* 背景として配置 */
    overflow: hidden;
    /* 描画範囲を制限 */
    /* border: #f00 thin solid; */
}

h1 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    /* font-size: 80px; */
    font-size: 66px;
    font-family: "linotype-sabon", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.1;
    margin-bottom: 15px;
}


h1 .fair-title .first {
    margin-bottom: -15px;
}

#bg-title {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#mv-pc {
    display: none;
}

#mv-mob {
    width: 64%;
    max-width: 498px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


#h1_pc {
    width: 90%;
    max-width: 648px;
    margin: auto auto 30px;
}


#title .lead {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}


#title .date {
    display: flex;
    justify-content: center;
    align-items: center;
}


#title .date span {
    display: inline-block;
}

#title .date .arrow {
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

#title .date .arrow img {
    width: 8px;
}

#title .date .en {
    font-size: 40px;
}

#title .date .jp {
    font-size: 20px;
    border-top: #000 thin solid;
    border-bottom: #000 thin solid;
    line-height: 1.3;
}




@media screen and (min-width: 768px) {

    #title {
        width: auto;
        height: auto;
        padding-top: 160px;
        padding-top: 80px;
        /* background: url(../img/bg_title_pc.png) no-repeat top center; */
        position: relative;
    }

    #shop-logo {
        width: 90%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }



    #shop-logo img {
        width: 100%;
    }

    #title .back-to-shop {
        display: block;
        top: 3%;
        left: 2.5%;
        position: absolute;
        z-index: 5;
    }


    h1 {
        font-size: 100px;
        margin-bottom: 0;
    }

    h1 .fair-title .first {
        margin-bottom: auto;
    }

    /* #title .background.mob {
        display: none;
    }

    #title .background.pc {
        display: block;
    } */


    #mv-pc {
        width: 90%;
        max-width: 1108px;
        max-width: 998px;
        margin-left: auto;
        margin-right: auto;
        display: block;

    }

    #mv-mob {
        display: none;
    }

    #title .lead {
        max-width: 1000px;
        font-size: 18px;
        text-align: center;
    }

    #title .date .en {
        font-size: 76px;
        font-size: 66px;
    }

    #title .date .jp {
        font-size: 30px;

    }


    #title .date .arrow img {
        width: 12px;
        padding-left: 30px;
        padding-right: 30px;
    }


}


/*========================
 // background
===========================*/



#title .background-1,
#title .background-2,
#title .background-3,
#title .background-4,
#title .background-5 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}





#title .background-1,
#title .background-2,
#title .background-3,
#title .background-4,
#title .background-5 {
    background-size: contain !important;
    /* border: #f00 thin solid; */
}

/* #title .background-2,
#title .background-3,
#title .background-4,
#title .background-5 {
    background: none;
} */


#title .background-1 {
    background: url(../img/bg-title/mob/bg_title_mob_1.png) no-repeat top center;
}

#title .background-2 {
    background: url(../img/bg-title/mob/bg_title_mob_2.png) no-repeat top center;
}


#title .background-3 {
    background: url(../img/bg-title/mob/bg_title_mob_3.png) no-repeat top center;
}


#title .background-4 {
    background: url(../img/bg-title/mob/bg_title_mob_4.png) no-repeat top center;
}


#title .background-5 {
    background: url(../img/bg-title/mob/bg_title_mob_5.png) no-repeat top center;
}






@media screen and (min-width: 640px) {

    #title .background-1 {
        background: url(../img/bg-title/mob/bg_title_mob_1.png) no-repeat top left;

    }

    #title .background-2 {
        background: url(../img/bg-title/mob/bg_title_mob_2.png) no-repeat top left;
    }

    #title .background-3 {
        background: url(../img/bg-title/mob/bg_title_mob_3.png) no-repeat top right;
    }

    #title .background-4 {
        background: url(../img/bg-title/mob/bg_title_mob_4.png) no-repeat top right;
    }

    #title .background-5 {
        background: url(../img/bg-title/mob/bg_title_mob_5.png) no-repeat top center;
    }



}

@media screen and (min-width: 1000px) {


    #title .background-1,
    #title .background-2,
    #title .background-3,
    #title .background-4,
    #title .background-5 {
        background-size: contain;
    }

    #title .background-1 {
        background: url(../img/bg-title/bg_title_pc-1.png) no-repeat top left;
    }

    #title .background-2 {
        background: url(../img/bg-title/bg_title_pc-2.png) no-repeat top left;
    }

    #title .background-3 {
        background: url(../img/bg-title/bg_title_pc-3.png) no-repeat top right;
    }

    #title .background-4 {
        background: url(../img/bg-title/bg_title_pc-4.png) no-repeat top right;
    }


    #title .background-5 {
        background: url(../img/bg-title/bg_title_pc-5.png) no-repeat top center;
    }


}



/*========================
 // id #update
===========================*/


#update {
    background-color: #f4ece2;
}

#update dd {
    margin-bottom: 8px;
}

/*========================
 // id #reservation
===========================*/



#reservation {
    padding: 15px 15px;
    text-align: center;
    position: relative;
    background: #fefbf1;
}


#reservation h4 {
    font-size: 20px;
    color: #af9d75;
    border-bottom: #af9d75 1px dotted;
}



#reservation .link a {
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    position: relative;
    background: #555;
    display: block;
    border-radius: 3px;
}



/* /////////////////// */


@media screen and (min-width: 640px) {
    #reservation h4 {
        font-size: 30px;
    }
}



/*=================================
	// id #title_nav
===================================*/

#title_nav ul {
    /* width: 90%; */
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#title_nav li {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: #000 thin solid;
    position: relative;
}

#title_nav a {
    /**/

    /**/
    height: 100%;
    font-size: 20px;
    color: #000;
    text-align: center;
    display: block;
    position: relative;
    border-radius: 3px;
}


#title_nav a span {
    display: block;
}


#title_nav .jp {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}


#title_nav .en {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}



@media screen and (min-width: 768px) {

    #title_nav ul {
        width: 90%;
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;

    }


    #title_nav li {
        width: 32%;
        position: relative;
    }

}



/*=================================
	banner
===================================*/


#bnr {
    width: 90%;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}


#bnr li {
    width: auto;
    max-width: 500px;
}

#bnr li a img {
    width: 100%;
}


@media screen and (min-width: 768px) {



    #bnr li {
        width: 49.5%;
        max-width: 500px;
    }


}


/*====================================================
	// class #lead-to-pages
====================================================*/

/* #lead-to-pages {
    max-width: 1260px;
    margin: auto auto 30px;
} */


#lead-to-pages .item {
    line-height: 1.6;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 30px;
    /* border: #555 thin solid; */
}

#lead-to-pages figure {
    margin-bottom: 15px;
}

.animated-border {
    width: 99.5%;
    height: 100%;
    border: none;
    position: relative;
    box-sizing: border-box;
    padding-top: 1px;
}


.animated-border:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: thin solid black;
    box-sizing: border-box;
    clip-path: inset(0 100% 100% 0);
    transition: clip-path 1s ease-in-out;
    /* 優しい動きを適用 */

}


.animated-border.visible:before {
    clip-path: inset(0 0 0 0);
}


#lead-to-pages h3 {
    height: 120px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 30px;
    line-height: 1.3;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;

}


#lead-to-pages .item .inside {
    /* width: 80%; */
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    /* padding-top: 30px; */
    padding-bottom: 45px;
}


#lead-to-pages .item figure {
    max-width: 686px;
    margin: auto auto 30px;
    text-align: center;
}



.item.selection h3 {
    color: #fff;
    /* background-color: #555; */
    background-color: #333;
    /* background: linear-gradient(to bottom, #000, #555); */
    background-color: #555;
}

.item.setplan h3 {
    color: #fff;
    /* background: linear-gradient(to bottom, #36361a, #666539); */
    background-color: #666539;
}


.item.recorder h3 {
    color: #fff;
    /* background: linear-gradient(to bottom, #7e604b, #9f7f68); */
    background-color: #9f7f68;
}


.item.event h3 {
    color: #fff;
    /* background: linear-gradient(to bottom, #ad8b02, #f1d151); */
    background-color: #c69f02;
}




#lead-to-pages h3 {
    font-size: 30px;
}



#lead-to-pages #set-plan h3 {
    font-size: 20px;
}

.item h3 .en {
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    display: block;
}


@media screen and (min-width: 769px) {



    #lead-to-pages {
        margin-bottom: 120px;
    }

    #lead-to-pages .item.half {
        width: 48%;
        max-width: 768px;
        margin-bottom: 30px;
    }


    .animated-border.order-2:before {
        transition-delay: .5s;
        /* ここで0.5秒の遅延を追加 */
    }

    #lead-to-pages h3 {
        font-size: 30px;
    }

    .item h3 .en {
        font-size: 20px;
    }


    #lead-to-pages .item.half .txtbox {
        font-size: 18px;
    }



}