@charset "UTF-8";
html, body { margin: 0; padding: 0; }
body { background: #000; color: #fff; }

#wrapper { font-family: "Zen Old Mincho", sans-serif; font-weight: 400; }
.fixed-bg { position: fixed; inset: 0; z-index: -2; background-image: url("/nazotoki/images/bg.webp"); background-repeat: no-repeat; background-size: cover; background-position: 42% center; }
.fixed-overlay { position: fixed; inset: 0; z-index: -1; background: rgba(0, 0, 0, var(--overlay-opacity, 0)); pointer-events: none; }
.hero { position: relative; min-height: 100vh; min-height: 100svh; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.sub { position: absolute; top: clamp(8px, 1vw, 18px); left: clamp(20px, 4vw, 70px); }
.sub img { display: block; width: min(440px, 30vw); height: auto; }

/* 日時・場所情報
---------------------------------*/
.event-info { position: absolute; right: clamp(30px, 4vw, 70px); bottom: clamp(90px, 12vw, 180px); width: min(560px, 38vw); padding: 25px 30px; background: rgb(0, 0, 0, 0.8); color: #fff; box-sizing: border-box; }
.event-info-main { padding-bottom: 16px; border-bottom: 1px solid rgba(255, 255, 255, 0.8); font-size: clamp(16px, 1.4vw, 22px); line-height: 1.7; text-align: center; }
.event-info-main p { margin: 0; }
.event-info-sub { padding-top: 15px; text-align: center; font-size: clamp(15px, 1.2vw, 20px); line-height: 1.5; }
.event-info-sub p { margin: 0; }

/* 本文
---------------------------------*/
.contents { width: min(1200px, calc(100% - 80px)); margin: 0 auto; padding: 80px 0 200px; line-height: 2; }
h3 { margin: 0 0 .5em; font-size: 1.6rem; border-bottom: 2px solid; }
h4 { display: inline-block; margin: 1.5em 0 .5em; padding: 2px 12px; color: #fff; border: 1px solid #fff; letter-spacing: -0.03em; }
.box { margin: 0 0 3em; }
p.intro { display: block; }
p.intro span { display: inline-block; margin: 0 0 .25em; padding: 0px 1em; font-size: 2.1rem; font-weight: 600; color: #000; background: #fff; }
p.intro span.is01 { padding: 0px 1em 0 .4em; }
p.intro span.is03 { color: #fff; background: #c10310; }
p.article { width: 98%; margin: 0 auto; font-size: 0.875rem; text-align: justify; }
p.btn_buy { display: block; width: 98%; margin: .5em auto; }
p.btn_buy a { display: inline-block; width: calc(100% - 32px); max-width: 200px; margin: 0 auto; padding: 8px 16px; font-size: 0.875rem; text-align: center; color: #000; border-radius: 10px; background: #52c0cc; transition: 0.3s; text-decoration: none; }

/* テーブル
---------------------------------*/
.tb_res, .tb_res td, .tb_res th { border-collapse: collapse; }
.tb_res td, .tb_res th { border-bottom: 1px solid rgba(255, 255, 255, .3); }
.tb_res tr:last-child td, .tb_res tr:last-child th { border-bottom: none; }
.tb_res { width: 98%; margin: 10px auto 20px; font-size: .875rem; line-height: 2; color: #fff; }
.tb_res th { width: 23%; padding: 8px 0 8px 2%; text-align: left; vertical-align: top; font-weight: 600; }
.tb_res th span { white-space: nowrap; }
.tb_res td { width: 77.5%; padding: 8px 1.5% 8px 0; text-align: left; }
.tb_res td span { vertical-align: baseline; }
.tb_res th img { margin: 5px 10px; }
.tb_res iframe { width: 100%; margin: 20px 0; }
.tb_res span.stg { font-wight: 500; color: #ebf2a6; }
.tb_res span.img_bnr { display: block; width: 100%; max-width: 120px; }
.tb_res span.img_bnr img { width: 100%; }

ul.notice { width: 98%; margin: .5em auto; }
ul.notice li { list-style: none; margin: 0 0 6px; padding-left: 1em; font-size: 0.75rem; line-height: 1.6; text-indent: -1em; color: #fff; }

p.price { font-size: 1.0rem; font-weight: 500; }
p.price span { margin-right: .1em; font-family: 'Oswald', sans-serif; font-size: 2.4rem; font-weight: 500; color: #52c0cc; vertical-align: baseline; }


@media screen and (max-width: 768px) {
.fixed-bg { background-position: 30% center; }
.sub { top: 20px; left: 20px; }
.sub img { width: min(260px, 70vw); }

/* 日時・場所情報
---------------------------------*/
.event-info { left: 0; right: 0; bottom: 0; width: 100%; padding: 20px 20px calc(20px + env(safe-area-inset-bottom)); box-sizing: border-box; }
.event-info-main { padding-bottom: 12px; line-height: 1.6; }
.event-info-main p { font-size: .875rem; letter-spacing: -0.03em; }
.event-info-sub { padding-top: 12px; font-size: .75rem; line-height: 1.5; }

/* 本文
---------------------------------*/
.contents { width: calc(100% - 40px); padding: 50px 0 150px; }
p.intro span { font-size: .875rem; letter-spacing: -0.06em; }

/* テーブル */
.tb_res { width: 100%; margin: 0% auto; }
.tb_res { border: none; }
.tb_res th { display: block; width: 94%; margin: 3% 0 0; padding: 6px 3%; border: none; color: #000; background: rgb(255, 255, 255, .8); text-shadow: none; border-radius: 4px; }
.tb_res td { display: list-item; width: 94%; margin: 0 3% ; padding: 6px 0; border: none !important; list-style: none; font-size: 1.0rem; line-height: 1.6; }
.tb_res span.img_bnr { width: 100%; max-width: 160px; }


}


