body, .container {
    font-size: 20px;
}

body {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	background-image:
		radial-gradient(900px 500px at 15% 10%, rgba(0, 255, 255, 0.20), rgba(255, 255, 255, 0) 60%),
		radial-gradient(900px 500px at 85% 20%, rgba(255, 0, 200, 0.18), rgba(255, 255, 255, 0) 60%),
		radial-gradient(900px 500px at 50% 85%, rgba(0, 255, 140, 0.14), rgba(255, 255, 255, 0) 60%),
		linear-gradient(180deg, #ffffff 0%, #faf9ff 60%, #ffffff 100%);
	background-size: 1200px 800px, 1200px 800px, 1200px 800px, 1200px 800px;
	background-position: 0 0, 260px 140px, 520px 420px, 0 0;
	background-repeat: repeat, repeat, repeat, repeat;
}

.parade-page .lock-screen {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(10px);
}

.parade-page .lock-card {
	width: min(420px, 92vw);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
	padding: 18px 18px 16px;
	text-align: center;
}

.parade-page .lock-title {
	font-family: "Shippori Mincho", "Noto Sans JP", serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #111;
}

.parade-page .lock-desc {
	margin-top: 10px;
	font-size: 14px;
	color: #333;
	letter-spacing: 0.04em;
}

.parade-page .lock-form {
	margin-top: 14px;
	display: flex;
	gap: 8px;
}

.parade-page .lock-input {
	flex: 1;
	height: 42px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.18);
	padding: 0 12px;
	font-size: 14px;
}

.parade-page .lock-button {
	height: 42px;
	padding: 0 14px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.18);
	background: #fff;
	cursor: pointer;
	font-weight: 700;
}

.parade-page .lock-note {
	margin-top: 10px;
	font-size: 12px;
	color: #555;
}

.site-footer {
	padding: 26px 20px 34px;
}

.site-footer__inner {
	max-width: 900px;
	width: 90vw;
	margin: 0 auto;
	padding: 14px 16px;
	box-sizing: border-box;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
	text-align: center;
	color: #222;
}

.site-footer__org {
	font-size: 13px;
	letter-spacing: 0.04em;
}

.site-footer__company {
	margin-top: 8px;
	font-size: 13px;
	letter-spacing: 0.04em;
	line-height: 1.7;
}

.site-footer__copy {
	margin-top: 10px;
	font-size: 12px;
	letter-spacing: 0.06em;
	opacity: 0.9;
}

.top {
	min-height: 100vh;
	padding: 40px 20px 60px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 28px;
}

.title-logo {
	width: 25vw;
	max-width: 320px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.top-description {
	max-width: 900px;
	width: 90vw;
	margin: -6px auto 8px;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.06em;
	color: #222;
}

.section-heading {
	width: min(900px, 90vw);
	margin: 6px auto 0;
	text-align: center;
	font-family: "Shippori Mincho", "Noto Sans JP", serif;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #111;
}

.section-heading--movie {
	font-size: 22px;
	margin-top: 8px;
}

.section-heading--submovies {
	font-size: 18px;
	margin-top: 18px;
}

.top-movie-wrap {
	position: relative;
	width: min(900px, 90vw);
	display: flex;
	justify-content: center;
	padding: 10px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.top-movie {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
	background: #000;
	object-fit: contain;
}

.top-movie-info {
	width: min(900px, 90vw);
	text-align: right;
	margin-top: 10px;
}

.top-movie-info__title {
	font-weight: 800;
	letter-spacing: 0.06em;
	font-size: 16px;
	line-height: 1.2;
}

.top-movie-info__desc {
	margin-top: 4px;
	font-size: 12px;
	letter-spacing: 0.02em;
	opacity: 0.9;
}

.sub-movies {
	width: min(900px, 90vw);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 10px;
}

.sub-movie-wrap {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	background: #000;
}

.sub-movie {
	width: 100%;
	height: auto;
	display: block;
	background: #000;
}

.members {
	width: min(900px, 90vw);
	margin-top: 34px;
	padding-top: 10px;
}

.members__title {
	font-family: "Monoton", system-ui, sans-serif;
	font-size: 34px;
	letter-spacing: 0.08em;
	margin: 0 0 18px;
	text-align: center;
}

.members__list {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.member-row {
	display: flex;
}
.member-row--left {
	justify-content: flex-start;
}
.member-row--right {
	justify-content: flex-end;
}

.member-card {
	width: min(520px, 90vw);
	margin: 0;
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
	display: flex;
	align-items: stretch;
}

.member-row--right .member-card {
	flex-direction: row-reverse;
}

.member-row--right .member-text {
	text-align: left;
}

.member-img {
	display: block;
	width: 62%;
	height: auto;
	object-fit: cover;
}

.member-text {
	width: 38%;
	padding: 16px 14px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
	background: #fff;
}

.member-names {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.member-meta {
	margin-top: 2px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 12px;
	letter-spacing: 0.02em;
	line-height: 1.45;
	color: #333;
}

.member-addr {
	opacity: 0.95;
}

.member-tel {
	color: inherit;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.member-tel:hover {
	text-decoration: underline;
}

.member-ja {
	font-family: "Shippori Mincho", "Noto Sans JP", serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.2;
	color: #111;
}

.member-en {
	font-family: "Lobster", system-ui, sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.1;
	color: #444;
}

.reveal {
	opacity: 0;
	transform: translateX(40px);
	transition: opacity 700ms ease, transform 700ms ease;
	will-change: opacity, transform;
}
.reveal[data-reveal="left"] {
	transform: translateX(-40px);
}
.reveal.is-visible {
	opacity: 1;
	transform: translateX(0);
}

.video-play,
.top-movie-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 84px;
	height: 84px;
	border-radius: 9999px;
	border: 2px solid rgba(255, 255, 255, 0.9);
	background: rgba(0, 0, 0, 0.45);
	color: #fff;
	font-size: 34px;
	line-height: 1;
	display: grid;
	place-items: center;
	cursor: pointer;
	backdrop-filter: blur(6px);
}

.video-play:focus-visible,
.top-movie-play:focus-visible {
	outline: 3px solid rgba(0, 0, 0, 0.35);
	outline-offset: 4px;
}

.top-movie-wrap[data-state="playing"] .video-play,
.top-movie-wrap[data-state="playing"] .top-movie-play,
.sub-movie-wrap[data-state="playing"] .video-play {
	opacity: 0;
	pointer-events: none;
}

.top-movie-wrap[data-state="error"] .video-play,
.top-movie-wrap[data-state="error"] .top-movie-play,
.sub-movie-wrap[data-state="error"] .video-play {
	border-color: rgba(255, 80, 80, 0.95);
	background: rgba(180, 0, 0, 0.45);
	opacity: 1;
	pointer-events: auto;
}

@media screen and (max-width: 600px) {
	.site-footer__inner {
		width: 100%;
	}
	.title-logo {
		width: 80vw;
	}
	.top-movie-wrap {
		padding: 8px;
		border-radius: 16px;
	}
	.top-movie-info__title {
		font-size: 14px;
	}
	.top-movie-info__desc {
		font-size: 11px;
	}
	.section-heading--movie {
		font-size: 18px;
	}
	.section-heading--submovies {
		font-size: 16px;
	}
	.sub-movies {
		grid-template-columns: 1fr;
	}
	.members__title {
		font-size: 28px;
	}
	.member-row--left,
	.member-row--right {
		justify-content: center;
	}
	.member-card {
		flex-direction: column;
	}
	.member-row--right .member-card {
		flex-direction: column;
	}
	.member-img {
		width: 100%;
	}
	.member-text {
		width: 100%;
		padding: 14px 14px 16px;
	}
	.member-meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}
	.member-addr {
		width: 100%;
		min-width: 0;
	}
	.member-tel {
		display: block;
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: break-word;
	}
	.member-ja {
		font-size: 20px;
	}
	.member-en {
		font-size: 18px;
	}
	.top-movie-play {
		width: 72px;
		height: 72px;
		font-size: 30px;
	}
}

.container {
	margin: 0 20px;
}
.title{
	font-size:50px;
}
.title img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.title_txt {
	font-family: 'Noto Sans JP', sans-serif;
  	font-weight: 700;
    font-size: 28px;
	text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
	padding: 0 5px;
}
.read_txt{
	font-size:20px;
	margin-bottom: 60px;
}
.result_title_txt {
	font-family: 'Noto Sans JP', sans-serif;
  	font-weight: 700;
    font-size: 40px;
	text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
	padding: 0 5px;
}
.result_read_title {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2em;
  	font-weight: 700;
    text-align: center;       		/* 中央揃え */
	border-bottom: 2px solid #333; /* 下線で強調 */
	padding-bottom: 5px;
}
.sp-br {
  display: inline;
}
.result_read_txt{
	font-size:20px;
	margin-bottom: 60px;
}
.read_txt h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2em;
  	font-weight: 700;
	border-bottom: 2px solid #333;	
}
.read_txt dt{
	font-family: 'Noto Sans JP', sans-serif;
  	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
}
.queen-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 横2列 */
	gap: 20px; 						/* カード間の隙間 */
	max-width: 700px;
	margin: 0 auto;
}
.card {
	border: none;
	border-radius: 5px;
	padding: 10px;
	display: flex;
    flex-direction: column;  		/* 縦方向に並べる */
    align-items: center;     		/* 横方向中央揃え */
    text-align: center;      		/* テキスト中央揃え */
}
.photo {
    width: 250px;
    flex: 0 0 250px;
    padding-right: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.photo img {
    max-width: 200px;        		/* スマホでも画像幅を制限 */
    width: 100%;
    height: auto;
    margin: 0 auto;					/* 中央寄せ */
    border: 1px solid #333;		/* 枠線の太さと色 */
    border-radius: 10px;     		/* 角を丸める場合 */
	margin-bottom: 5px; 
}
.photo .info-shop {
	font-size: 1em;          		/* 少し大きめ */
    font-weight: 700;        		/* 太文字 */
    color: #333;
    text-align: center;
}
.photo .info-name {
	font-size: 1.5em;          		/* 少し大きめ */
    font-weight: 700;        		/* 太文字 */
    color: #333;
    text-align: center;
	margin-bottom: 5px; 
}
.photo .info-addr {
	font-size: 0.7em;          		/* 少し小さく */
    color: #333;
    text-align: center;
}
.queen-container-note {
	font-size: 0.7em;          		/* 少し小さく */
	text-align: right;      		/* テキスト中央揃え */
	margin-bottom: 50px; 			/* 下の説明文との余白 */
}
.photo-snap1 {
	text-align: center;
	margin-bottom: 20px;
}
.photo-snap1 img {
	height: 200px;
    height: auto;
    margin: 10px;
    display: inline-block;
    border: 5px solid #fff;     	/* 白いフチ */
    box-shadow: 0 5px 15px rgba(0,0,0,0.3); /* 写真の浮き上がり感 */
}
.photo-snap2 {
    text-align: center;
    position: relative;
	margin-bottom: 20px;
}
.photo-snap2 img {
    max-width: 200px;
	height: auto;
    margin: 10px;
    display: inline-block;
    transform: rotate(-5deg);		/* 少し回転 */
    border: 5px solid #fff;   		/* 白い枠 */
    box-shadow: 0 5px 15px rgba(0,0,0,0.3); /* 影を付ける */
}
.photo-snap2 img:nth-child(1) {
	transform: rotate(-5deg);
}
.photo-snap2 img:nth-child(2) {
	transform: rotate(3deg);
}
.photo-snap2 img:nth-child(3) {
	transform: rotate(-8deg);
}
.content_txt{
	margin-bottom: 80px;
}
.content_price_note{
	display: block;
	margin-left: 20px;
	text-indent: -20px; 
}
.schedule_txt{
	margin-bottom: 80px;
}
.schedule_event_note{
	margin-top: 10px;
}
.candidates{
	font-family: 'Noto Sans JP', sans-serif;
  	font-weight: 700;
	font-size:25px;
	text-align: center;
	margin-bottom: 80px;
}
.candidates a{
	color: #000000;
	background-color: #FFD4D5;
	padding: 10px 50px;
	border-radius: 8px;
}
.candidates a.disabled {
    pointer-events: none;
	opacity: 0.5;
    cursor: default;
}
.candidates_note{
	font-size:20px;
	margin-top: 20px;
}
.poster_data{
	text-align: center;
}
.poster-oiran_data {
	text-align: center;
	margin: 20px 0;
}
.poster-oiran-link {
	display: inline-block;
	text-decoration: none;
	color: #000;
}
.poster-oiran-link img {
	display: block;
	margin: 0 auto;
}
.poster-oiran-title {
	display: block;
	margin-top: 8px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.poster-oiran-link:hover .poster-oiran-title {
	text-decoration: underline;
	opacity: 0.85;
}

/* -------------------------------------------------- */

@media screen and (min-width:800px) {
  .container {
    max-width: 1000px;
	margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
    .title_txt {
	    font-size: 14px;
    }
	.result_title_txt {
	    font-size: 27px;
    }
	.sp-br::after {
		content: "\A";     			/* 改行文字 */
		white-space: pre;  			/* 改行を有効化 */
	}
	.sp-br {
		display: inline;   			/* 有効化 */
	}
    .queen-container {
        grid-template-columns: 1fr; /* 横1列に変更 */
		gap: 20px;                  /* カード間の間隔 */
    }

    .photo {
        width: auto;   				/* 元の幅のまま */
        flex: 0 0 auto;
        margin: 0 auto; 			/* 中央寄せ */
    }

    .photo img {
        width: auto;      			/* 元画像幅を維持 */
        max-width: 200px; 			/* PC表示と同じ最大幅 */
        height: auto;
        display: block;
        margin: 0 auto;   			/* 中央寄せ */
	}
}
