@charset "utf-8";

/* ==================================================
Common CSS
================================================== */

@media(min-width:1000px){

/*-----STYLE-----*/
.sp {
    display:none;
}

.cts {
    width:min(1000px, calc(100% - 48px));
}

.cate_titles {
    text-align:center;
    margin-bottom:20px;
}

.cate_titles .cate_title {
    display:inline-block;
}

.cate_titles .cate_title .en {
    font-size:150%;
    line-height:1;
    letter-spacing:2px;
    color:#a27e39;
}

.cate_titles .cate_title .line {
    width:100%;
    height:1px;
    background:#a27e39;
    margin:5px auto 7px;
}

.cate_titles .cate_title .jp {
    font-size:90%;
    line-height:1;
    letter-spacing:2px;
    color:#a27e39;
}




/*CTA*/
.cta {
    display:flex;
    gap:20px;
}

.cta .schedule {
    width:calc((100% - 40px) / 3);
    background:#fff;
    border-radius:10px;
    padding:30px 25px 25px;
    box-shadow:0 0 15px rgba(0,0,0,0.1);
}

.cta .schedule .area {
    margin-bottom:20px;
}

.cta .schedule .area p {
    font-size:110%;
    line-height:1;
    letter-spacing:2px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
}

.cta .schedule .area p:before {
    content:"";
    width:30px;
    height:1px;
    background:#000;
    display:block;
}

.cta .schedule .area p:after {
    content:"";
    width:30px;
    height:1px;
    background:#000;
    display:block;
}

.cta .schedule .date {
    text-align:center;
    margin-bottom:10px;
}

.cta .schedule .date .en {
    font-size:320%;
}

.cta .schedule .date .day {
    font-size:90%;
}

.cta .schedule .btn {

}

.cta .schedule .btn a {
    display:flex;
    justify-content:center;
    align-items:center;
    padding:15px 15px 17px;
    position:relative;
    overflow:hidden;
    isolation:isolate;
    border-radius:10px;
    background:linear-gradient(135deg,#70491f 0%,#a77d3a 30%,#c4a15d 50%,#9b6c2f 72%,#69431c 100%);
    box-shadow:0 8px 18px rgba(82,49,16,.24), inset 0 1px 0 rgba(255,255,255,.28);
    transition:filter .3s ease, transform .3s ease, box-shadow .3s ease;
}

.cta .schedule .btn a:after {
    content:"";
    position:absolute;
    top:-80%;
    left:-55%;
    width:30%;
    height:260%;
    z-index:0;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);
    transform:rotate(18deg);
    transition:left .65s ease;
    pointer-events:none;
}

.cta .schedule .btn a:hover {
    animation:none;
    opacity:1;
    filter:brightness(1.06);
    transform:translateY(-1px);
    box-shadow:0 10px 22px rgba(82,49,16,.28), inset 0 1px 0 rgba(255,255,255,.32);
}

.cta .schedule .btn a:hover:after {
    left:125%;
}

.cta .schedule .btn a p {
    font-size:110%;
    font-weight:600;
    line-height:1;
    letter-spacing:3px;
    color:#fff;
    z-index:1;
}

.cta .schedule .btn a .arrow {
    width:10px;
    height:10px;
    border-top:#fff 1px solid;
    border-right:#fff 1px solid;
    transform:rotate(45deg);
    position:absolute;
    right:20px;
    z-index:1;
}



/*-----HEADER-----*/
header {
    position:absolute;
    top:25px;
    left:25px;
    z-index:9999;
}

header .logo {
    width:70px;
}

header h1 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}



/*-----MV-----*/
#mv {
    width:100%;
    height:640px;
    background:url(../img/mv_bg.jpg) center / cover;
    overflow:hidden;
    position:relative;
    padding:10px;
}

#mv .frame {
    width:calc(100% - 20px);
    height:620px;
    position:absolute;
    top:10px;
    left:10px;
}

#mv .frame .frame_line {
    position:absolute;
    display:block;
    background:#d5ae5b;
    animation-duration:1.4s;
    animation-timing-function:cubic-bezier(.22, 1, .36, 1);
    animation-fill-mode:both;
}

#mv .frame .frame_line_top,
#mv .frame .frame_line_bottom {
    left:0;
    width:100%;
    height:1px;
    animation-name:frameLineHorizontal;
}

#mv .frame .frame_line_left,
#mv .frame .frame_line_right {
    top:0;
    width:1px;
    height:100%;
    animation-name:frameLineVertical;
}

#mv .frame .frame_line_top {
    top:0;
    transform-origin:left center;
}

#mv .frame .frame_line_left {
    left:0;
    transform-origin:center top;
}

#mv .frame .frame_line_right {
    right:0;
    transform-origin:center bottom;
}

#mv .frame .frame_line_bottom {
    bottom:0;
    transform-origin:right center;
}

#mv .cts {
    height:100%;
    display:flex;
    align-items:center;
    position:relative;
}

#mv .photos {
    position:absolute;
    inset:0;
}

#mv .photos .photo {
    width:380px;
    position:absolute;
    right:0;
    bottom:-10px;
}

#mv .photos .name {
    position:absolute;
    bottom:30px;
    right:0;
    display:flex;
    align-items:center;
    width:220px;
}


#mv .copies {
    width:600px;
    position:absolute;
    left:0;
    text-align:center;
}

#mv .copies .maintitle {
    margin-bottom:20px;
}

#mv .copies .kana_copies {
    
}

#mv .copies .kana_copies .kana_copy1 {
    width:250px;
    margin:0 auto 10px;
}

#mv .copies .kana_copies .kana_copy2 {
    font-size:80%;
    letter-spacing:2px;
    color:#c12f54;
}



/*-----MESSAGE-----*/
#message {
    background:linear-gradient(#faf8f4,#e6dcd2);
    padding:70px 0;
}

#message .movie {
    width:100%;
    margin-bottom:50px;
}

#message .movie_cts {
    width:100%;
    aspect-ratio:16 / 9;
    background:#000;
    overflow:hidden;
    box-shadow:0 18px 45px rgba(70,55,43,.14);
}

#message .movie iframe {
    display:block;
    width:100%;
    height:100%;
    border:0;
}

#message .decorate {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

#message .decorate img {
    width:120px;
}

#message .decorate p {
    font-size:120%;
    letter-spacing:2px;
}

#message .capacity {
    font-size:110%;
    letter-spacing:2px;
    color:#e9314b;
    text-align:center;
    margin-top:20px;
    text-decoration:underline;
}



/*----- OUTLINE -----*/
#outline {
    background:#faf8f4;
    padding:10px;
}

#outline .frame {
    width:100%;
    height:100%;
    border:#d5ae5b 1px solid;
    padding:70px 0;
}

#outline .frame .cts {
    width:min(860px, calc(100% - 48px));
}

#outline .details {

}

#outline .details .detail {
    display:flex;
    padding:25px 10px;
    border-bottom:#e6dcd2 1px solid;
}

#outline .details .detail:first-child {
    border-top:#e6dcd2 1px solid;
}

#outline .details .detail .item {
    width:150px;
}

#outline .details .detail .tx {
    width:calc(100% - 150px);
}

#outline .details .detail .tx p {
    border-bottom:#e6dcd2 1px solid;
    padding-bottom:25px;
    margin-bottom:25px;
}

#outline .details .detail .tx p:last-child {
    border-bottom:none;
    padding-bottom:0;
    margin-bottom:0;
}

#outline .details .detail a {
    color:#8d682e;
    text-decoration:underline;
    text-underline-offset:3px;
}




/*----- CTA -----*/
#cta {
    padding:70px 0;
    background:url(../img/cta_bg.jpg) center / cover;
}

#cta .cta_logo {
    width:550px;
    margin:0 auto 30px;
}

#cta .capacity {
    font-size:110%;
    letter-spacing:2px;
    color:#fff;
    text-align:center;
    margin-top:20px;
    text-decoration:underline;
}




/*-----PRIVACY POLICY / LEGAL-----*/
#privacy,
#legal {
    padding:10px;
    background:#faf8f4;
}

#privacy > .cts,
#legal > .cts {
    width:100%;
    max-width:none;
    padding:80px 0 70px;
    border:1px solid #d5ae5b;
}

#privacy > .cts > .cate_titles,
#privacy .privacies,
#privacy .legals,
#privacy .back_btn,
#legal > .cts > .cate_titles,
#legal .privacies,
#legal .legals,
#legal .back_btn {
    width:min(860px, calc(100% - 48px));
    margin-right:auto;
    margin-left:auto;
}

/* PRIVACY POLICY */
#privacy .privacies,
#legal .privacies {
    border-top:1px solid #e6dcd2;
}

#privacy .privacy,
#legal .privacy {
    padding:25px 10px;
    border-bottom:1px solid #e6dcd2;
}

#privacy .privacy .subject,
#legal .privacy .subject {
    display:flex;
    gap:.5em;
    margin-bottom:12px;
    font-weight:500;
}

#privacy .privacy .subject span,
#legal .privacy .subject span {
    font-weight:inherit;
}

#privacy .privacy .tx,
#privacy .privacy .data,
#legal .privacy .tx,
#legal .privacy .data {
    line-height:1.9;
}

#privacy .privacy ul,
#legal .privacy ul {
    margin-top:14px;
}

#privacy .privacy li,
#legal .privacy li {
    display:grid;
    grid-template-columns:28px minmax(0, 1fr);
    gap:4px;
    margin-top:6px;
}

#privacy .privacy .data,
#legal .privacy .data {
    margin-top:18px;
    padding:18px 20px;
    background:rgba(230,220,210,.38);
}

/* LEGAL */
#privacy .legals,
#legal .legals {
    border-top:1px solid #e6dcd2;
}

#privacy .legal,
#legal .legal {
    display:flex;
    padding:25px 10px;
    border-bottom:1px solid #e6dcd2;
}

#privacy .legal .item,
#legal .legal .item {
    width:230px;
    padding-right:30px;
    font-weight:500;
}

#privacy .legal .detail,
#legal .legal .detail {
    width:calc(100% - 230px);
    min-width:0;
    overflow-wrap:anywhere;
}

/* HOME BUTTON */
#privacy .back_btn,
#legal .back_btn {
    display:flex;
    justify-content:center;
    margin-top:40px;
}

#privacy .back_btn .btn,
#legal .back_btn .btn {
    width:260px;
}

#privacy .back_btn a,
#legal .back_btn a {
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:54px;
    padding:15px 42px 17px;
    border-radius:10px;
    background:linear-gradient(135deg,#70491f 0%,#a77d3a 30%,#c4a15d 50%,#9b6c2f 72%,#69431c 100%);
    box-shadow:0 8px 18px rgba(82,49,16,.24), inset 0 1px 0 rgba(255,255,255,.28);
}

#privacy .back_btn a p,
#legal .back_btn a p {
    color:#fff;
    font-weight:600;
    line-height:1;
    letter-spacing:3px;
}

#privacy .back_btn a .arrow,
#legal .back_btn a .arrow {
    position:absolute;
    left:22px;
    width:10px;
    height:10px;
    border-top:1px solid #fff;
    border-right:1px solid #fff;
    transform:rotate(-135deg);
}










/*-----BACK TO TOP-----*/
.BackToTop {
position:fixed;
width:50px;
height:50px;
right:15px;
bottom:15px;
z-index:100;
display:block;
opacity:0;
visibility:hidden;
transform:translateY(12px);
transition:opacity .3s ease, visibility .3s ease, transform .3s ease;
}

.BackToTop.is-show {
opacity:1;
visibility:visible;
transform:translateY(0);
}



/*-----FOOTER-----*/
footer {
padding:50px 0;
}

footer .cts {
    display:flex;
    justify-content:space-between;
    align-items:center;
}

footer .links {
    display:flex;
    gap:20px;
}

footer .links p {
    font-size:80%;
}

footer .links a {
    text-decoration:none;
}

footer .copyright {
font-size:70%;
text-align:center;
}









}
