@charset "utf-8";

/* ==================================================
SP / TABLET
================================================== */

@media(max-width:999px){

body,div,p,a,article,section,nav,ul,li,header,footer,input,select,textarea,h1,h2,h3,h4,h5,th,td {
    letter-spacing:.06em;
}

.pc {
    display:none !important;
}

.sp {
    display:block;
}

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

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

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

.cate_titles .cate_title .en {
    color:#a27e39;
    font-size:135%;
    line-height:1;
    letter-spacing:.12em;
}

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

.cate_titles .cate_title .jp {
    color:#a27e39;
    font-size:82%;
    line-height:1;
    letter-spacing:.12em;
}

/* CTA */
.cta {
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
}

.cta .schedule {
    width:100%;
    min-width:0;
    padding:22px 20px 20px;
    border-radius:10px;
    background:#fff;
    box-shadow:0 8px 24px rgba(70,55,43,.1);
}

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

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

.cta .schedule .area p:before,
.cta .schedule .area p:after {
    content:"";
    display:block;
    width:28px;
    height:1px;
    background:#464646;
}

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

.cta .schedule .date p {
    white-space:nowrap;
}

.cta .schedule .date .en {
    font-size:280%;
    line-height:1;
    letter-spacing:0;
}

.cta .schedule .date .day {
    font-size:85%;
    letter-spacing:0;
}

.cta .schedule .btn a {
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:52px;
    padding:14px 42px 16px;
    overflow:hidden;
    isolation:isolate;
    border-radius:9px;
    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 {
    color:#fff;
    font-size:105%;
    font-weight:600;
    line-height:1;
    letter-spacing:.15em;
    z-index:1;
}

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

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

header .logo {
    width:52px;
}

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 {
    position:relative;
    width:100%;
    height:clamp(340px, calc(76vw + 54px), 435px);
    padding:8px;
    overflow:hidden;
    background:url(../img/mv_bg.jpg) center / cover;
}

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

#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 {
    position:relative;
    width:100%;
    height:100%;
}

#mv .photos {
    position:absolute;
    inset:0;
    z-index:1;
}

#mv .photos .photo {
    position:absolute;
    right:-17%;
    bottom:-8px;
    width:clamp(185px, 52.5vw, 258px);
}

#mv .photos .name {
    position:absolute;
    bottom:20px;
    right:15px;
    display:flex;
    align-items:center;
    width:140px;
}

#mv .copies {
    position:absolute;
    top:0;
    bottom:0;
    left:5%;
    z-index:2;
    display:flex;
    flex-direction:column;
    justify-content:center;
    width:64%;
    padding-top:30px;
    text-align:center;
}

#mv .copies .maintitle {
    width:100%;
    margin:0 auto 12px;
    transform:translateY(5px);
}

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

#mv .copies .kana_copies .kana_copy2 {
    color:#e9314b;
    font-size:60%;
    line-height:1.4;
    letter-spacing:.06em;
    white-space:nowrap;
}

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

#message .cate_titles {
    margin-bottom:10px;
}

#message .movie {
    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-bottom:32px;
}

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

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

#message .decorate {
    display:grid;
    grid-template-columns:52px auto 52px;
    justify-content:center;
    align-items:center;
    gap:10px;
    margin-bottom:18px;
}

#message .decorate img {
    width:100%;
}

#message .decorate p {
    font-size:100%;
    line-height:1.5;
    letter-spacing:.08em;
    text-align:center;
    white-space:nowrap;
}

#message .capacity {
    margin-top:17px;
    color:#e9314b;
    font-size:90%;
    letter-spacing:.1em;
    text-align:center;
    text-decoration:underline;
    text-underline-offset:3px;
}

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

#outline .frame {
    width:100%;
    padding:40px 20px;
    border:1px solid #d5ae5b;
}

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

#outline .details .detail {
    display:grid;
    grid-template-columns:72px minmax(0, 1fr);
    gap:12px;
    padding:19px 2px;
    border-bottom:1px solid #e6dcd2;
}

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

#outline .details .detail .item {
    width:auto;
    font-weight:500;
}

#outline .details .detail .tx {
    width:auto;
    min-width:0;
}

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

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

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

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

#cta .cta_logo {
    width:95%;
    margin:0 auto 28px;
}

#cta .capacity {
    margin-top:17px;
    color:#fff;
    font-size:90%;
    letter-spacing:.1em;
    text-align:center;
    text-decoration:underline;
    text-underline-offset:3px;
}



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

#privacy > .cts,
#legal > .cts {
    width:100%;
    max-width:none;
    padding:72px 20px 40px;
    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(640px, calc(100% - 28px));
    margin-right:auto;
    margin-left:auto;
}

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

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

#privacy .privacy .subject,
#legal .privacy .subject {
    display:flex;
    gap:.45em;
    margin-bottom:10px;
    font-size:95%;
    font-weight:500;
}

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

#privacy .privacy .tx,
#privacy .privacy .data,
#privacy .privacy li p,
#legal .privacy .tx,
#legal .privacy .data,
#legal .privacy li p {
    font-size:88%;
    line-height:1.85;
}

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

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

#privacy .privacy .data,
#legal .privacy .data {
    margin-top:15px;
    padding:14px;
    background:rgba(230,220,210,.38);
    overflow-wrap:anywhere;
}

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

#privacy .legal,
#legal .legal {
    display:grid;
    grid-template-columns:112px minmax(0, 1fr);
    gap:12px;
    padding:19px 2px;
    border-bottom:1px solid #e6dcd2;
}

#privacy .legal .item,
#legal .legal .item {
    font-size:90%;
    font-weight:500;
}

#privacy .legal .detail,
#legal .legal .detail {
    min-width:0;
    font-size:88%;
    line-height:1.8;
    overflow-wrap:anywhere;
}

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

#privacy .back_btn .btn,
#legal .back_btn .btn {
    width:min(260px, 100%);
}

#privacy .back_btn a,
#legal .back_btn a {
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:52px;
    padding:14px 40px 16px;
    border-radius:9px;
    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-size:95%;
    font-weight:600;
    line-height:1;
    letter-spacing:.15em;
}

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




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

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

/* FOOTER */
footer {
    padding:38px 16px;
}

footer .cts {
    display:flex;
    flex-direction:column;
    gap:22px;
    align-items:center;
}

footer .links {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:8px 18px;
}

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

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

footer .copyright {
    font-size:60%;
    line-height:1.5;
    letter-spacing:.05em;
    text-align:center;
}

}

@media(max-width:374px){

.cts {
    width:calc(100% - 24px);
}

#message .decorate p {
    font-size:82%;
}

#outline .details .detail {
    grid-template-columns:62px minmax(0, 1fr);
    gap:9px;
}

#privacy > .cts,
#legal > .cts {
    padding-right:14px;
    padding-left:14px;
}

#privacy > .cts > .cate_titles,
#privacy .privacies,
#privacy .legals,
#privacy .back_btn,
#legal > .cts > .cate_titles,
#legal .privacies,
#legal .legals,
#legal .back_btn {
    width:calc(100% - 12px);
}

#privacy .legal,
#legal .legal {
    grid-template-columns:92px minmax(0, 1fr);
    gap:9px;
}

}
