@charset "UTF-8";

/* 共通　ほとんどの場合で入れたいタグ指示 */
html {
    font-size: 100%;
}

body {
    font-family: "Shippori Mincho", serif;
    color: #333;
    background: #151210;
}

body p {
    color: #fff;
    line-height: 2rem;
    text-shadow: 0 0 5px #482921;
    margin: 96px 0 100px 0;
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    display: inline-block;
}

.fs16 {
    font-size: 1rem;
}

.fs24 {
    font-size: 1.5rem;
}

.fs40 {
    font-size: 2.5rem;
}


section h3 {
    text-align: center;
}


.first-view {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.event-wrapper {
    max-width: 640px;
    background: linear-gradient(90deg, #1c0305, #a1500a, #2d0200);
    background: -moz-linear-gradient(90deg, #1c0305, #a1500a, #2d0200);
    background: -webkit-linear-gradient(90deg, #1c0305, #a1500a, #2d0200);
    margin: auto;
    padding: 0 80px 50px;
    box-shadow: 0 0 10px #fdf0d5;
}


.catch-wrap {
    position: relative;
    display: inline-block;
}

/* 光の画像（背景） */
.catch-wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 140%;
    height: 140%;

    background: url('../img/catch-bg.webp') no-repeat center / contain;

    opacity: 0.8;
    z-index: 0;
}

/* メイン画像 */
.catch-img {
    width: 300px;
    display: block;
    margin: 30px auto 0;
    position: relative;
    z-index: 1;
}

.event-center {
    text-align: center;
}

.box-shodow1,
.box-shodow2 {
    box-shadow: 5px 5px 25px #fdf0d5;
    display: inline-block;
}

.box-shodow1 {
    display: block;
    margin: 0 auto;
    transform: translateX(-250px);
    /* 左にはみ出す */
    margin-right: -100px;
}

.box-shodow2 {
    display: block;
    margin: 50px auto;
    transform: translateX(150px);
    /* 右にはみ出す */
}

.event-fv-wrapper {
    position: relative;
}

/* 共通 */
.fv-catch span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    writing-mode: vertical-rl;
    text-orientation: upright;

    color: #fff;
    font-size: 2.5rem;
    letter-spacing: 0.2em;
    line-height: 2;

    text-shadow: 0 0 10px rgba(255, 180, 80, 0.8);

    opacity: 0;
    transition: all 1.5s ease;
}

/* 右側 */
.catch-right {
    right: 10%;
}

/* 左側 */
.catch-left {
    left: 10%;
}

/* 表示 */
.fv-catch.active span {
    opacity: 1;
}


/* 料金表
------------------------------- */

.bamboo {
    position: relative;
    background-color: #250c01;

    width: 120%;
    margin-left: 50%;
    transform: translateX(-50%);
    box-shadow: inset 0 0 10px #f7b087;
    padding: 80px 0 0;
    margin-top: 250px;
    text-shadow: 0 0 5px #482921;
}

/* 上を削る */
.bamboo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 120px;
    background: #481a02;
    border-radius: 100%;
}

.bamboo-inner {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 80px;
    /* event-wrapperと揃える */
}

span {
    color: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

table {
    /* 枠線を1本にまとめる */
    border-collapse: collapse;
    width: 100%;
}

table,
th,
td {
    /* 1ピクセルの実線を指定 */
    border: 1px solid rgb(255, 255, 255);
    color: #fff;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    padding: 20px 30px;
    margin-bottom: 80px;
}





/* java　ふんわり出現させる
------------------------------- */
.fade {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s, transform 1s;
}

.fade.active {
    opacity: 1;
    transform: translateY(0px);
}










/* java　自動スクロール
------------------------------- */
.marqueer,
.marqueer2 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    /* 中央基準から全幅に広げる */
    overflow: hidden;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
}

.marqueer ul {
    display: flex;
    margin: 0;
    padding: 0;
    width: max-content;
}

.marqueer ul li {
    /* padding: 0 5px; */
    /* 余白 */
    width: calc(100vw / 3 - 10px);
    /* 3 写真の枚数にあわせる */
}

.marqueer img {
    display: block;
    width: 100%;
}




.marqueer2 ul {
    display: flex;
    margin: 0;
    padding: 0;
    width: max-content;
    white-space: nowrap;
}

.marqueer2 ul li {
    /* padding: 0 5px; */
    /* 余白 */
    width: calc(100vw / 3 - 10px);
    /* 3 写真の枚数にあわせる */
    flex-shrink: 0;
}

.marqueer2 img {
    display: block;
    width: 100%;
}










/* よくある質問
 -------------------------*/

.pageSubTitle {
    /* font-size: 40px; */
    line-height: 1.75;
    font-weight: 900;
    font-style: normal;
    position: relative;
}

.pageSubTitle::after {
    content: "";
    display: block;
    width: 74.6px;
    height: 2px;
    margin: 0 auto;
    margin-top: 35.2px;
}

.pageSubTitle>span {
    display: block;
    font-size: 13px;
    line-height: 1.75;
    font-weight: 400;
    font-style: normal;
    margin-top: 5px;
}

.pageSubTitle--center {
    text-align: center;
}

/* FAQパーツ */
.pageSubTitle2 {
    font-size: 23px;
    line-height: 1.7;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}

.contentText {
    font-size: 23px;
    line-height: 1.7;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}

.qa {
    padding-top: 180px;
    padding-bottom: 278px;
}

.qa__box {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.qa__box>dl>dt {
    border-top: solid 1px #b19696;
    /* background-color: #fff; */
    display: flex;
    align-items: center;
    padding: 10px 30px;
    position: relative;
}

.qa__box>dl>dt .crossBar {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
}

.qa__box>dl>dt .crossBar::before {
    content: "";
    display: inline-block;
    width: 1.6px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform-origin: center center;
    /* 中心を基準にtransform */
    transform: translateX(-50%) rotate(0deg);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.qa__box>dl>dt .crossBar::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1.6px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.qa__box>dl>dt>span {
    font-size: 28px;
    line-height: 1.75;
    font-weight: 500;
    font-style: normal;
    color: #5fa3de;
    margin-right: 23px;
}

.qa__box>dl>dd {
    margin: 0;
    /* background-color: #fff; */
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 0px 30px;
    /* paddingの上下を0にする */
    max-height: 0;
    /* max-heightを0にする、レスポンシブ対応 */
    overflow: hidden;
    /* overflow: hidden;を付けるのがポイント */
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.qa__box>dl>dd>span {
    font-size: 28px;
    line-height: 1.7;
    font-weight: 500;
    font-style: normal;
    color: #de745f;
    margin-right: 23px;
}

.event-question {
    margin-bottom: 100px;
}

.event-question h3 {
    margin-bottom: 20px;
}


/* アニメーション後のスタイル */
.qa__box>dl>dd.is-open {
    /* heightとpaddingをアニメーション */
    border-top: dotted .3px #b19696;
    max-height: 100px;
    padding: 10px 30px;
}

/* ＋ボタンのアニメーション */
.qa__box>dl>dt.is-open .crossBar::before {
    transform: translateX(-50%) rotate(90deg);
    /* 90度回転 */
}










/* 画像のポップアップ
----------------------------- */

#modal-container {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;

    /* フェード用 */
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* 表示状態 */
#modal-container.active {
    display: block;
    opacity: 1;
}

/* ===== 画像のアニメーション ===== */
#modal-container img {
    max-width: 50vw;
    max-height: 50vh;
    width: auto;
    height: auto;

    /* 初期状態（ちょい小さい＋透明） */
    transform: scale(0.9);
    opacity: 0;

    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}

#modal-container>div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/* 表示時 */
#modal-container.active img {
    transform: scale(1);
    opacity: 1;
}







/* 背景のゆらゆら
-------------------------- */

.candle-bg {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}

.candle {
    position: absolute;
    border-radius: 50%;

    background: radial-gradient(circle,
            rgba(255, 240, 200, 1) 0%,
            rgba(255, 180, 80, 0.9) 30%,
            rgba(255, 140, 0, 0.6) 55%,
            transparent 75%);

    filter: blur(30px);

    animation: flicker ease-in-out infinite;
}

/* ゆらぎ（GPUに優しい transformのみ） */
@keyframes flicker {
    0% {
        transform: scale(1) translateY(0);
        opacity: 0.6;
    }

    25% {
        transform: scale(1.2) translateY(-6px);
        opacity: 1;
    }

    50% {
        transform: scale(0.9) translateY(6px);
        opacity: 0.5;
    }

    75% {
        transform: scale(1.1) translateY(-3px);
        opacity: 0.8;
    }

    100% {
        transform: scale(1) translateY(0);
        opacity: 0.6;
    }
}











.event-font {
    margin-top: 150px;
    color: #fff;
    display: block;
    text-align: center;
    text-shadow: 0 0 7px #f2a936;
}











@media (max-width:800px) {

    .event-wrapper {
        width: 90%;
        /* margin: 0 10px; */
        padding: 0 30px 100px;

    }

    .catch-img {
        margin: 0 30px 0 0;
    }

    .box-shodow1 {
        display: block;
        margin: 0 auto;
        transform: translateX(-250px);
        /* 左にはみ出す */
        margin-right: -220px;
    }

    .box-shodow2 {
        display: block;
        margin: 50px auto;
        transform: translateX(30px);
        /* 右にはみ出す */
    }

    .box-shodow1,
    .box-shodow2 {
        box-shadow: 0 0 25px #fdf0d5;
    }


    .bamboo-inner {
        padding: 0 30px;
    }


    .marqueer ul li,
    .marqueer2 ul li {
        width: calc(100vw / 1.5);
        /* ← 1.5枚表示（かなり大きい） */
    }

    .event-font {
        margin: 150px auto 0;
    }

    .pageSubTitle2 {
        font-size: 1.5rem;
        margin-right: 20px;
    }

    .event-question {
        margin-bottom: 0;
    }

    footer {
        padding: 32px 0 24px;
        background-image: url(../img/footer-bg-sp.webp);
    }
}

footer p {
    color: #000;
    text-shadow: none;
}

.sitemap {
    color: #000;
    font-size: 24px;
}