@charset "utf-8";

/* ============================================================
   style_jugosai.css
   十五賽最強王決定戦 特設ページ用CSS
   （ヒトブイ共通スタイル＋ページ専用スタイル）
   ============================================================ */


/*------------------------------------*\
  リセット・基本
\*------------------------------------*/

html,
body {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

body {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #3f220e;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

header,
nav,
article,
aside,
section,
footer {
	display: block;
}

body,
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

div,
p {
	color: #3f220e;
	margin: 0;
	padding: 0;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol li {
	list-style: decimal-leading-zero;
	list-style-position: inside;
}

span {
	display: inline-block;
}

a {
	color: #34d8e2;
	outline: 0;
	word-wrap: break-word;
}

strong {
	color: #ff931e;
}

dd {
	margin-left: 0;
}

p {
	margin-top: 10px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #333;
}

a:hover,
a:active {
	text-decoration: none;
}


/*------------------------------------*\
  ユーティリティ
\*------------------------------------*/

/* センター揃え */
.centre {
	text-align: center;
}

/* マーカー */
.marker_y {
	background: linear-gradient(transparent 60%, #fCD997 60%);
}

/* 全幅画像 */
.w100p {
	width: 100%;
	height: auto;
}

.theme_text_title {
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 5px;
}

/* 並び */
.y_box {
	display: flex;
}

.x_box {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin: 10px 0;
}

/* 右下カウントバッジ */
.img-wrapper {
	position: relative;
}

.count-badge {
	position: absolute;
	bottom: 4px;
	right: 4px;
	background: rgba(255, 255, 255, 0.85);
	color: #333;
	padding: 2px 6px;
	font-size: 12px;
	border-radius: 12px;
	font-family: sans-serif;
	line-height: 1;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

/* hideエリア */
.hide-area {
	display: none;
}

/* テキスト */
.txt {
	text-align: left;
	font-size: .85em;
}


/*------------------------------------*\
  フッター
\*------------------------------------*/

#footer {
	text-align: center;
	padding: 8px;
	margin: auto;
	color: #fff;
	background-color: #ff931e;
}


/*------------------------------------*\
  ヘッダー
\*------------------------------------*/

.header_logo img {
	width: 50px;
	transition: 0.3s;
}

#header {
	position: fixed;
	height: 70px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	color: #ff931e;
	text-align: center;
	padding: 20px;
	border-bottom: 2px #ff931e solid;
	z-index: 10;
}


/*------------------------------------*\
  ローディング画面
\*------------------------------------*/

#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: linear-gradient(to bottom, #FFC778, #FFF);
	z-index: 1000000;
}

#loader {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #fff;
	z-index: 2;
}

.main_logo-rotateY {
	display: block;
	animation: animeY 5s linear infinite;
	margin: 8px auto 0;
}

@keyframes animeY {
	0% {
		transform: rotateY(0deg);
	}

	100% {
		transform: rotateY(360deg);
	}
}


/*------------------------------------*\
  モーダル
\*------------------------------------*/

.modaal-close:after,
.modaal-close:before {
	background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
	background: #666;
}

.modaal-video .modaal-inner-wrapper {
	padding: 0;
}

.modaal-content-container {
	text-align: center;
}

.logo_h {
	display: table;
	margin: 10px auto;
}

.logo_h-img {
	width: 70vw;
	max-width: 400px;
}

.f-bg {
	background-color: #fff;
}

.info-list dl,
.gallery-list {
	display: flex;
}

.info-list dt {
	margin: 0 10px 0 0;
}

.gallery {
	width: 100%;
}


/*------------------------------------*\
  SNSボタン
\*------------------------------------*/

.btn,
a.btn,
button.btn {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	user-select: none;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}

a.btn-sns {
	font-size: 2.4rem;
	line-height: 50px;
	width: 50px;
	height: 50px;
	padding: 0;
	letter-spacing: 0;
	color: #fff;
}

.sns_icon li {
	margin: 6px;
}

a.btn-sns--youtube {
	background: #cd201f;
	border-radius: 50%;
}

.fa-youtube-f:before {
	content: "\f167";
}

a.btn-sns--twitter {
	background: #1da1f2;
	border-radius: 50%;
}

.fa-twitter-f:before {
	content: "\f099";
}

.fa-twitter-f:hover::before {
	content: '𝕏';
	font-family: unset;
	font-weight: bold;
}

a.btn-sns--line {
	background: #00b900;
	border-radius: 50%;
}

.fa-line-f:before {
	content: "\f3c0";
}


/*------------------------------------*\
  フォームボタン
\*------------------------------------*/

a.btn-s,
a.btn-s_min,
a.btn-f,
a.btn-f_min,
a.btn-i,
a.btn-i_min,
a.btn-b,
a.btn-b_min,
a.btn-c,
a.btn-c_min {
	font-size: 1.8rem;
	position: relative;
	transition: all 0.3s;
	color: #fff;
	border-radius: 100vh;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

/* 赤系 */
a.btn-s {
	margin-top: 50px;
	padding: 2rem 4rem 2rem 2rem;
	background: linear-gradient(90deg, rgba(255, 114, 114, 1) 0%, rgba(255, 208, 183, 1) 100%);
}

a.btn-s_min {
	margin-bottom: 40px;
	background: linear-gradient(90deg, rgba(255, 114, 114, 1) 0%, rgba(255, 208, 183, 1) 100%);
}

/* 青系 */
a.btn-f {
	margin-top: 30px;
	padding: 2rem 4rem 2rem 2rem;
	background: linear-gradient(90deg, rgba(40, 83, 148, 1) 0%, rgba(0, 212, 255, 1) 100%);
}

a.btn-f_min {
	margin-top: 20px;
	background: linear-gradient(90deg, rgba(40, 83, 148, 1) 0%, rgba(0, 212, 255, 1) 100%);
}

/* 緑系 */
a.btn-i {
	margin-top: 50px;
	padding: 2rem 4rem 2rem 2rem;
	background: linear-gradient(90deg, rgba(45, 198, 53, 1) 0%, rgb(169, 255, 112) 100%);
}

a.btn-i_min {
	margin-bottom: 40px;
	background: linear-gradient(90deg, rgba(45, 198, 53, 1) 0%, rgb(169, 255, 112) 100%);
}

/* オレンジ系 */
a.btn-b {
	margin: 0 20px 20px;
	background: linear-gradient(90deg, rgb(255, 134, 69) 0%, rgb(255, 183, 0) 100%);
}

a.btn-b_min {
	background: linear-gradient(90deg, rgb(255, 134, 69) 0%, rgb(255, 183, 0) 50%);
}

/* 水色系 */
a.btn-c {
	margin: 0 20px 20px;
	background: linear-gradient(90deg, rgb(51, 104, 183) 0%, rgb(0, 176, 239) 50%);
}

a.btn-c_min {
	background: linear-gradient(90deg, rgba(40, 83, 148, 1) 0%, rgba(0, 212, 255, 1) 50%);
}

/* 矢印アイコン */
a.btn-f:before,
a.btn-s:before,
a.btn-i:before,
a.btn-b:before,
a.btn-c:before {
	font-family: "Font Awesome 5 Free";
	font-size: 1.6rem;
	line-height: 1;
	position: absolute;
	top: calc(50% - 0.8rem);
	right: 2rem;
	content: "\f0da";
}

a.btn-f:hover,
a.btn-s:hover,
a.btn-i:hover,
a.btn-b:hover,
a.btn-c:hover {
	transform: scale(1.1);
	color: #fff;
}


/*------------------------------------*\
  ◆マーク付きリスト
\*------------------------------------*/

.list_dia li {
	position: relative;
	padding: 0 0 0 1em;
	list-style: none;
	margin: 0.6em 0;
	font-weight: bold;
}

.list_dia li::before {
	position: absolute;
	top: 50%;
	left: 3px;
	transform: translateY(-50%) rotate(45deg);
	width: 0.5em;
	height: 0.5em;
	background-color: #ff9901;
	content: "";
}


/*------------------------------------*\
  レイアウト・背景
\*------------------------------------*/

body {
	background: #fff;
	background-image:
		linear-gradient(0deg, transparent 5px, rgba(100, 100, 100, 0.105) 6px),
		linear-gradient(90deg, transparent 5px, rgba(100, 100, 100, 0.15) 6px);
	background-size: 6px 6px;
}

h1 {
	font-size: 1.2rem;
}

h2 {
	margin: 0 0 10px;
	text-align: center;
	font-weight: bold;
	font-family: vdl-logona, sans-serif;
	font-size: 21px;
}

h3 {
	text-align: center;
	padding-bottom: 20px;
	color: #ff931e;
	font-weight: bold;
}

a.info {
	text-decoration: none;
	color: inherit;
}

a.info h4 {
	text-align: center;
	margin: 4px auto;
	border-radius: 20px;
	background: #fff;
	max-width: 230px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
	text-decoration: none;
	color: #333;
}

nav ul {
	list-style: none;
	display: flex;
	justify-content: center;
}

nav ul li a {
	display: flex;
	text-decoration: none;
	color: #000;
	padding: 6px;
	transition: all 0.3s;
}

nav ul li.current a,
nav ul li a:hover {
	color: #ff931e;
	font-weight: bold;
}

@media screen and (max-width: 720px) {
	nav ul li a:hover {
		color: #000;
	}

	nav ul li.current a {
		color: #ff931e;
	}
}

section:nth-child(1) {
	padding: 80px 30px 30px;
}

section:nth-child(2n) {
	background: rgb(255, 255, 230);
	background-image:
		linear-gradient(0deg, transparent 5px, rgba(100, 100, 100, 0.105) 6px),
		linear-gradient(90deg, transparent 5px, rgba(100, 100, 100, 0.15) 6px);
	background-size: 6px 6px;
}


/*------------------------------------*\
  三角デコレーション（セクションタイトル）
\*------------------------------------*/

.Item-Content {
	position: relative;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.Item-Content-Flg_01 {
	/* 三角形左下 */
	position: absolute;
	bottom: 0;
	left: 0;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #ff931e;
}

.Item-Content-Flg_02 {
	/* 三角形右上 */
	position: absolute;
	top: 0;
	right: 0;
	border-top: 30px solid #ff931e;
	border-left: 30px solid transparent;
}

.Item-Content-Title {
	letter-spacing: 0.14em;
	color: #666;
	font-size: 18px;
}


/*------------------------------------*\
  contents_body
\*------------------------------------*/

.contents_body {
	padding: 10px 0;
	max-width: 1000px;
	margin: auto;
}

.contents_body-top {
	padding: 0 10px 10px;
	max-width: 1000px;
	margin: auto;
}

.plan_box {
	max-width: 840px;
	margin: 90px auto 0;
}

.m_10 {
	padding: 10px 0;
	margin: auto;
}

.m_20 {
	padding: 20px 0;
	margin: auto;
}

.m_30 {
	padding: 30px 0;
	margin: auto;
}

.m_24 {
	padding: 10px 24px;
	margin: auto;
}

.m_t_30 {
	padding-top: 30px;
	margin: auto;
}

.m_b_20 {
	padding-bottom: 20px;
	margin: auto;
}

.m_b_30 {
	padding-bottom: 30px;
	margin: auto;
}

.m_b_40 {
	padding-bottom: 40px;
	margin: auto;
}

.m_b_50 {
	padding-bottom: 50px;
	margin: auto;
}

.m_reset {
	padding: 0;
}

.footer_body {
	padding: 10px 0;
	max-width: 1000px;
	margin: auto;
}


/*------------------------------------*\
  FAQ（.qa スタイル）
\*------------------------------------*/

.faq {
	margin-bottom: 32px;
}

.faq__dt,
.faq__dd {
	position: relative;
	padding-left: 24px;
}

.faq__dt::before,
.faq__dd::before {
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
}

.faq__dt {
	font-weight: bold;
	border-bottom: 1px solid #999;
	margin-bottom: 4px;
}

.faq__dt::before {
	content: 'Q.';
	color: #c80021;
}

.faq__dd::before {
	content: 'A.';
	color: #0085C8;
}

.qa {
	margin-bottom: 32px;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #ff931e;
}

.qa__dt,
.qa__dd {
	position: relative;
	padding-left: 40px;
}

.qa__dt::before,
.qa__dd::before {
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
}

.qa__dt {
	font-weight: bold;
	border-bottom: 1px solid #ff931e;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.qa__dt::before {
	content: 'Q';
	color: #fff;
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
	background: #888;
	text-align: center;
}

.qa__dd::before {
	content: 'A';
	color: #fff;
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
	background: #ff931e;
	text-align: center;
}


/*------------------------------------*\
  VTuberリスト
\*------------------------------------*/

.v_list {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}

.v_list li {
	padding: 6px;
}

.v_list-half_box {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}

.v_list-half_box li {
	padding: 6px;
}

.v_list-half_box img {
	width: 100%;
}

.v_list img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	border: 4px ridge #eee;
}

.ok {
	display: inline-block;
}

.ok_p {
	display: inline-block;
}

.ok:hover {
	filter: drop-shadow(0 4px 10px rgba(60, 72, 235, 0.5));
	mix-blend-mode: color-dodge;
}

.ok_p:hover {
	filter: drop-shadow(0 4px 10px rgba(235, 60, 232, 0.5));
	mix-blend-mode: color-dodge;
}


/*------------------------------------*\
  制作実績・画像
\*------------------------------------*/

.s_img_visual {
	width: 100%;
	text-align: center;
}

.s_img_visual-img {
	width: 100%;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
}

.box-padding {
	padding: 60px 0 0;
}


/*------------------------------------*\
  制作目次ボタン
\*------------------------------------*/

.page_item {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #555;
	padding: 10px 30px;
	text-align: center;
	outline: none;
	transition: ease .2s;
	width: 100%;
	background-color: #fff;
}

.page_item span {
	position: relative;
	z-index: 3;
	color: #333;
}

.page_item:hover span {
	color: #fff;
}

.bgskew::before {
	content: '';
	position: absolute;
	top: 0;
	left: -130%;
	background: #ff931e;
	width: 120%;
	height: 100%;
	transform: skewX(-25deg);
}

.bgskew:hover::before {
	animation: skewanime .5s forwards;
}

@keyframes skewanime {
	100% {
		left: -10%;
	}
}


/*------------------------------------*\
  マルイチ番号リスト
\*------------------------------------*/

.number {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 0;
}

.number li {
	padding-left: 30px;
	position: relative;
}


/*------------------------------------*\
  制作フロー
\*------------------------------------*/

.flow__min {
	min-width: 180px;
}

.flow>li {
	position: relative;
}

.flow>li:not(:last-child) {
	margin-bottom: 40px;
}

.flow>li dl {
	width: 100%;
	padding: 20px 30px;
	display: block;
	align-items: center;
	border: 2px solid #ff931e;
	border-radius: 10px;
	position: relative;
	background-color: #fff;
}

.flow>li:not(:last-child) dl::before,
.flow>li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.flow>li:not(:last-child) dl::before {
	border-width: 22px;
	border-top-color: #ff931e;
}

.flow>li:not(:last-child) dl::after {
	border-width: 20px;
	border-top-color: #fff;
}

.flow>li dl dt {
	font-size: 20px;
	font-weight: 600;
	color: #ff931e;
	margin-right: 2vw;
	text-align: center;
}

.flow>li dl dt .flow_icon {
	font-size: 12px;
	color: #fff;
	background: linear-gradient(to right, #ff7011 0%, #ff931e 100%);
	padding: 5px 10px;
	margin-bottom: 10px;
	display: block;
	border-radius: 20px;
	position: relative;
}


/*------------------------------------*\
  YouTube埋め込み
\*------------------------------------*/

.movie {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*------------------------------------*\
  クリエイター
\*------------------------------------*/

.ct_bg {
	background: linear-gradient(#f18d00ce, rgba(255, 255, 255, 0));
}

.ct_img {
	width: 60%;
	max-width: 400px;
	margin-top: -90px;
}


/*------------------------------------*\
  スクロールフェードイン
\*------------------------------------*/

.fade-in {
	opacity: 0;
	transition-duration: 500ms;
	transition-property: opacity, transform;
	list-style: none;
}

.fade-in-up {
	transform: translate(0, 50px);
}

.fade-in-right {
	transform: translate(30px, 0);
}

.fade-in-left {
	transform: translate(-30px, 0);
}

.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}


/*--------------------------------------------------------------*\
  720px以下
\*--------------------------------------------------------------*/

@media screen and (max-width: 720px) {

	body {
		font-size: 1.6rem;
		line-height: 1.6;
	}

	/* マルイチ */
	.number li:before {
		content: counter(my-counter);
		counter-increment: my-counter;
		background-color: #ff931e;
		border: 1px solid;
		border-radius: 50%;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 22px;
		width: 22px;
		color: #fff;
		font-size: 85%;
		line-height: 1;
		position: absolute;
		top: 0.2em;
		left: 0;
	}

	/* クリエイター */
	.ct_bg {
		transform: skew(0deg, -12deg);
		margin-top: 16%;
		margin-bottom: 4%;
	}

	.ct_box {
		margin-top: 10px;
		padding: 26px 0;
		max-width: 900px;
		margin: auto;
		transform: skew(0deg, 12deg);
	}

	.ct_img {
		padding-left: 16px;
	}

	/* section */
	.contents_body {
		padding: 60px 30px;
	}

	/* Vtuberアイコン */
	.v_list li {
		width: 50%;
	}

	.v_list-half_box li {
		width: 350px;
	}

	.location_live ul {
		padding: 0 10px;
	}

	/* ナビ */
	nav ul li a:hover {
		color: #000;
	}

	nav ul li.current a {
		color: #ff931e;
	}
}


/*--------------------------------------------------------------*\
  721px以上
\*--------------------------------------------------------------*/

@media screen and (min-width: 721px) {

	body {
		font-size: 2rem;
		line-height: 1.8;
	}

	/* マルイチ */
	.number li:before {
		content: counter(my-counter);
		counter-increment: my-counter;
		background-color: #ff931e;
		border: 1px solid;
		border-radius: 50%;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 25px;
		width: 25px;
		color: #fff;
		font-size: 85%;
		line-height: 1;
		position: absolute;
		top: 0.3em;
		left: 0;
	}

	/* 制作目次 */
	.page ul {
		display: flex;
		justify-content: space-around;
	}

	.page li {
		width: 200px;
	}

	/* 制作フロー */
	.flow>li dl {
		display: flex;
	}

	/* クリエイター */
	.ct_bg {
		transform: skew(0deg, -8deg);
		margin-top: 16%;
		margin-bottom: 4%;
	}

	.ct_box {
		max-width: 900px;
		margin: auto;
		transform: skew(0deg, 8deg);
	}

	/* section */
	section {
		padding: 50px 30px;
	}

	.section-box {
		padding: 50px 30px;
	}

	/* Vtuber */
	.v_list li {
		width: 300px;
	}

	.v_list-half_box li {
		width: 450px;
	}

	/* FAQ */
	.qa__dt::before {
		content: 'Q';
		color: #fff;
		display: inline-block;
		width: 32px;
		height: 32px;
		line-height: 32px;
	}

	.qa__dd::before {
		content: 'A';
		color: #fff;
		display: inline-block;
		width: 32px;
		height: 32px;
		line-height: 1.5;
		border-radius: 50%;
		background: #ff931e;
		text-align: center;
	}
}

/* ============================================================
   ページ専用スタイル
   ============================================================ */


/*------------------------------------*\
  メインビジュアル
\*------------------------------------*/

.head_visual_2-news {
	width: 100%;
	text-align: center;
}

.head_visual_2-news img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}


/*------------------------------------*\
  カレンダー
\*------------------------------------*/

.calendar {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 5px;
	max-width: 500px;
	margin: 8px auto 20px;
	background: #f5f5f5;
	padding: 15px;
	border-radius: 12px;
}

.day {
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	border-radius: 6px;
	font-size: 0.85rem;
}

/* 曜日ヘッダー */
.day.header {
	color: #333;
	background: transparent;
	font-weight: 700;
}

.day.header_s {
	color: #e53935;
	background: transparent;
	font-weight: 700;
}

.day.empty {
	color: #bbb;
}

/* 期間カラー */
.day.recruit {
	background: #aef18a;
	color: #000;
	border: 2px solid #69b342;
	border-bottom-width: 3px;
}

.day.practice {
	background: #ffe082;
	color: #000;
	border: 2px solid #f9a825;
	border-bottom-width: 3px;
}

.day.deadline {
	background: #ffeb3b;
	color: #e53935;
	border: 2.5px solid #f57c00;
}

.day.tournament-day {
	background: #f9a8d4;
	color: #000;
	border: 4px solid #e53935;
	border-bottom-width: 6px;
}

/* 凡例 */
.legend {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px 16px;
	margin-bottom: 10px;
	font-size: 1.0rem;
}

.legend .box {
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 4px;
	margin-right: 4px;
	vertical-align: middle;
}

.legend .box.recruit {
	background: #aef18a;
	border: 1px solid #69b342;
}

.legend .box.practice {
	background: #ffe082;
	border: 1px solid #f9a825;
}

.legend .box.deadline {
	background: #ffeb3b;
	border: 1px solid #f57c00;
}

.legend .box.tournament-day {
	background: #f9a8d4;
	border: 2px solid #e53935;
}


/*------------------------------------*\
  トーナメント表
\*------------------------------------*/

.tournament-bracket {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	overflow-x: auto;
	padding: 20px 0;
}

.bracket-round {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	gap: 10px;
}

.bracket-label {
	text-align: center;
	font-weight: bold;
	color: #555;
	margin-bottom: 8px;
	font-size: 1.1rem;
}

.match-pair {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.match-pair+.match-pair {
	margin-top: 20px;
}

/* プレイヤーコマ */
.player-slot {
	background: #fffbea;
	border: 2px solid #f5d142;
	border-radius: 8px;
	padding: 8px 16px;
	min-width: 120px;
	text-align: center;
	font-weight: bold;
	color: #333;
}

.player-slot.gp {
	border-color: #e53935;
	background: #fff0f0;
}

.player-slot.sp {
	border-color: #f5d142;
}

.player-slot.winner {
	border-color: #f59e0b;
	background: #fef3c7;
}

/* 決勝ボックス */
.final-slot {
	background: #fef3c7;
	border: 3px solid #f59e0b;
	border-radius: 10px;
	padding: 12px 20px;
	text-align: center;
	font-weight: bold;
	color: #92400e;
	font-size: 1.1rem;
}

.crown {
	font-size: 1.6rem;
	display: block;
}

@media screen and (max-width: 768px) {
	.tournament-bracket {
		flex-direction: column;
		align-items: center;
	}
}


/*------------------------------------*\
  rules-box（注意事項・賞品などのボックス）
\*------------------------------------*/

.rules-box {
	background: #fffbea;
	border: 4px solid #f5d142;
	border-radius: 12px;
	padding: 20px;
	margin-top: 30px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.rules-box h3 {
	font-size: 1.4rem;
	margin-bottom: 5px;
	color: #e53935;
	text-align: center;
}

.rules-box h4 {
	margin-top: 18px;
	margin-bottom: 8px;
	font-size: 1.5rem;
	color: #333;
	border-left: 10px solid #f5d142;
	padding-left: 8px;
}

.rules-box ul {
	padding-left: 10px;
	margin: 0 0 10px;
}

.rules-box ul li {
	margin-bottom: 6px;
	line-height: 1.6;
}

.rules-box .note {
	color: #e53935;
	font-size: 1.3rem;
}

.rules-box a {
	color: #1976d2;
	text-decoration: underline;
}


/*------------------------------------*\
  応募フォームリンク
\*------------------------------------*/

.entry-link {
	text-align: center;
	margin-top: 20px;
}

.entry-link h2 a {
	color: #e53935;
	text-decoration: underline;
}

.entry-link h2 a:hover {
	opacity: 0.75;
}


/*------------------------------------*\
  画像＋テキスト回り込みレイアウト
\*------------------------------------*/

.vdp2025-wrap {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	flex-wrap: wrap;
}

.vdp2025-text {
	flex: 1;
	min-width: 200px;
}

.vdp2025-img {
	flex-shrink: 0;
}

.vdp2025-img img {
	max-width: 200px;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

@media screen and (max-width: 768px) {
	.vdp2025-wrap {
		flex-direction: column;
		align-items: center;
	}

	.vdp2025-img img {
		margin-top: 10px;
	}
}


/*------------------------------------*\
  クレジット表記
\*------------------------------------*/

.pr-links {
	text-align: center;
	font-size: 1.3rem;
	color: #666;
	margin-top: 10px;
}


/*--------------------------------------------------------------*\
  720px以下（newsページ追加）
\*--------------------------------------------------------------*/

@media screen and (max-width: 720px) {

	.v_list li {
		max-width: 50%;
	}

	.calendar {
		padding: 10px;
		gap: 3px;
	}

	.day {
		font-size: 0.75rem;
	}
}

/* ============================================================
   END
   ============================================================ */