@charset "UTF-8";
@font-face {
	font-family: "RakutenSans_Bd";
	src: url("/fonts/RakutenSans_Bd.woff2") format("woff2"), url("/fonts/RakutenSans_Bd.woff") format("woff");
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em {
	font-style: normal;
}
b, strong {
	font-weight: bolder;
}
hr {
	margin: 1em 0;
	background-color: transparent;
	border-top: 1px solid #c7c7c7;
	border-bottom: none;
}
hr.spacer {
	padding: 0.75em 0;
	border: none;
	outline: none;
	margin: 0;
}
main {
	display: block;
}
html, body {
	height: 100%;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0rem;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image: linear-gradient(90deg, rgba(112, 0, 21, 1) 0%, rgba(193, 10, 42, 1) 50%, rgba(112, 0, 21, 1) 100%);
	color: #ffffff;
}
.content {
	position: relative;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#particles-js {
	opacity: 1;
	pointer-events: none;
	position: fixed !important;
	z-index: 2;
	width: 100% !important;
	height: 100% !important
}
@media (max-width: 834px) {
	body {
	}
	body::before {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-image: linear-gradient(90deg, rgba(112, 0, 21, 1) 0%, rgba(193, 10, 42, 1) 50%, rgba(112, 0, 21, 1) 100%), url("../images/bg_texture.jpg"); 
		z-index: -1;
	}
}
a {
	word-break: break-all;
	transition: all 0.25s;
}
a:hover {
	text-decoration: none;
}
a.underline {
	text-decoration: underline !important;
}
a.underline:hover {
	text-decoration: none !important;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
* {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	border-style: none;
}
.reset, .reset > li, .reset > dt, .reset > dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.reset-t {
	margin-top: 0;
	padding-top: 0;
}
.reset-b {
	margin-bottom: 0;
	padding-bottom: 0;
}
ul.default {
	list-style-type: disc;
}
ul.default > li {
	margin-left: 1.5em;
}
strong {
	display: block;
	margin: 0.5em 0;
}
p {
	margin-bottom: 1em;
	word-break: auto-phrase;
}
.textC {
	text-align: center;
}
.textL {
	text-align: left;
}
.textR {
	text-align: right;
}
.textLarge {
	font-size: 1.3em;
}
.textSmall {
	font-size: 0.75em;
}
hr.spacer {
	margin-bottom: 0;
	padding: 10px 0;
	border: none;
}
hr.spacer-2x {
	margin-bottom: 0;
	padding: 20px 0;
	border: none;
}
.w-max {
	width: 100%;
}
.w-min {
	width: 1%;
	white-space: nowrap;
}
.round-5x {
	border-radius: 5px;
	overflow: hidden;
}
.round-10x {
	border-radius: 10px;
	overflow: hidden;
}
.box {
	padding: 10px;
}
.box-2x {
	padding: 20px;
}
.overlay {
	border-image: fill 0 linear-gradient(#0002, #530217);
}
.text-white {
	color: #ffffff;
}
.text-red {
	color: #a9002e;
}
.text-black {
	color: #111111;
}
.text-gold {
	background: linear-gradient(
		45deg, 
		#b39d4c 35%, 
		#fffbe3 50%, 
		#b39d4c 65%
	);
	background-size: 300% 300%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: shine 2.8s ease-in-out infinite;
	filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
}

@keyframes shine {
	0% {
		background-position: 100% 0%;
	}
	100% {
		background-position: 0% 100%;
	}
}
@media (min-width: 835px) {
	.pad-l5_PC {
		padding-left: 5px;
	}
}
@media (max-width: 834px) {
	.pad-l5_SP {
		padding-left: 5px;
	}
}
/*----------------------------------------
SLIDE MENU
----------------------------------------*/

/* 開閉ボタン */
.btn-menu {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 200;
	height: 70px;
	width: 70px;
	padding: 0.5rem 1rem;
	border: 1px solid #C0B661;
	background-color: rgba(129, 3, 29, 1);
	transition: 0.1s;
	border-radius: 4px;
	cursor: pointer;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.btn-menu {
	opacity: 0;
	animation: fadeIn 0.5s forwards; 
	animation-delay: 1.5s;
}
.btn-menu svg {
	margin-top: .25rem;
	height: 50px;
	width: 50px;
}

/* 開くボタン */
#menu-open svg {
	fill: #C0B661;
}

/* 閉じるボタン */
#menu-close {
	border: 1px solid #C0B661;
}

#menu-close svg {
	fill: #C0B661;
}

/* スライドメニューパネル */
#menu-panel {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 200;
	padding: 8rem 2rem 2rem;
	width: max(36vw, 35rem);
	height: 100vh;
	background: linear-gradient(135deg, rgba(13, 13, 13, 0.9) 0%, rgba(25, 25, 25, 0.6) 50%, rgba(13, 13, 13, 0.9) 100%) !important;
	backdrop-filter: blur(10px);
  transition: all 0.4s ease-in-out;
	font-family: 'RakutenSans_Bd', sans-serif;
	translate: 100vw;
}
#menu-panel > ul.sns {
	margin-top: 10.0em;
	justify-content: center;
}

#menu-panel > ul.sns img {
	width: 80%;
}
@media (max-width: 834px) {
	.btn-menu {
		height: 60px;
		width: 60px;
	}
	.btn-menu svg {
		height: 40px;
		width: 40px;
	}
	#menu-panel {
		width: 80%;
	}
	.menu-list a {
		font-size: 16px;
	}
	#menu-panel > ul.sns img {
		width: 100%;
	}
}
.menu-list {
	list-style: none;
	text-align: center;
}
.menu-list li {
	opacity: 0;
}
.menu-list a {
	color: #c0b661;
	text-decoration: none;
	border-bottom: 1px solid rgba(192, 182, 97, 0.4);
	padding: 10px;
	display: block;
	position: relative;
}
@media (min-width: 835px) {
	.menu-list a { font-size: 3rem; }
}
.menu-list a:hover {
	color: #ffffff;
}

/*----------------------------------------
	Footer
----------------------------------------*/


ul.sns {
	margin-top: 3.0em;
}
.sns, footer ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sns li, footer ul li {
	margin: 0 10px;
}
.sns img {
	width: 70%;
}
footer {
	margin-top: 3.0em;
	padding: 2.0em 0;
	color: #fff;
	/*background-color: rgba(255, 255, 255, 0.9);*/
	background: linear-gradient(to top left, #4a000d, #a9002e);
	text-align: center;
}
footer ul.itemtxt li a {
	color: #fff;
	text-decoration: none;
}
footer ul.itemtxt li a:before {
	display: inline-block;
	content: "";
	width: 6px;
	height: 6px;
	margin-right: 0.5em;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	vertical-align: 2px;
}
footer p {
	margin-top: 1.0em;
	font-size: 0.75em;
}
.footer_logo {
	margin: 0 auto;
	padding-bottom: 1em;
}
footer img {
	width: 15%;
}
@media (max-width: 834px) {
	.sns li {
		width: 60px;
	}
	footer ul {
		flex-wrap: wrap;
	}
	footer ul li {
		width: 100%;
		margin-bottom: 0.5em;
	}
	footer p {
		padding: 0 1.0em;
	}
	footer img {
		width: 20%;
	}
}


footer ul.itemtxt{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1em;
}
footer ul.itemtxt li{
	margin: 0 10px;
}

footer p{
	margin-top: 1.0em;
	font-size: 0.75em;
}

@media (max-width: 834px) {

	footer ul.itemtxt{
	flex-wrap: wrap;
}
	footer ul.itemtxt li{
	width: 100%;
margin-bottom: 0.5em;
}
	footer p{
	padding: 0 1.0em;
}
}

footer .field .itemSns ul.reset {
  font-size: 0px;
  text-align: center;
}

footer .field .itemSns ul li a:hover {
  opacity: 0.75;
}

footer .field .itemSns ul li.icon-x a {
  color: #ffffff;
}

footer .field .itemSns ul li.icon-facebook a {
  color: #ffffff;
}

footer .field .itemSns ul li.icon-instagram a {
  color: #ffffff;
}

footer .field .itemSns ul li.icon-youtube a {
  color: #ffffff;
}


@media (min-width: 835px) {
  footer .field .itemSns ul li a img {
    width: 30px;
    vertical-align: -5px
  }

  footer .field .itemSns ul li {
    display: inline-block;
    width: 50px;
    margin: 20px 0 20px 30px;
    font-size: 1.6rem;
  }

  footer .field .itemSns ul li:first-child {
    margin-left: 0;
  }

  footer .field .itemSns ul li a {
    display: block;
    height: 50px;
    line-height: 44px;
    background-color: transparent;
    border-radius: 60px;
    font-size: 4rem;
  }

}

@media (max-width: 834px){
  footer .field .itemSns ul li a img {
    width: 22px;
    vertical-align: -3px
  }

  footer .field .itemSns ul li {
    display: inline-block;
    width: 40px;
    margin: 20px 0 20px 10px;
    font-size: 1.6rem;
  }

  footer .field .itemSns ul li:first-child {
    margin-left: 0;
  }

  footer .field .itemSns ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    border-radius: 20px;
    font-size: 3.0rem;
  }
}


#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 2.8rem;
	z-index: 100;
}
#page-top a {
	display: block;
	color: #c4b05c;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	text-decoration: none;
}
#page-top img {
	width: 60px;
	padding-bottom: 10px;
}
#page-top a:hover {
	text-decoration: none;
	transition: 0.2s;
}
@media (max-width: 834px) {
	#page-top img {
		width: 50px;
		padding-top: 8px;
	}
	#page-top {
		bottom: 10px;
		right: 10px;
		font-size: 2.0rem;
	}
	#page-top a {
		display: block;
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
}

/*----------------------------
main innerWrap section
-----------------------------*/
.main {
	position: relative;
}
main {
	position: relative;
	z-index: 100;
}
.innerWrap {
	margin: 0 auto;
	text-align: left;
	z-index: 100;
}
section p, article p {
	padding-bottom: 0;
}
main > section {
	padding: 0 0 3.0em;
	overflow: hidden;
}
main > section#GOODS,
main > section#RESULTS{
	padding-top: 3.0em;
}
main > section#HIGHLIGHTS{
	padding-top: 1.0em;
}

main > section > h1 {
	margin-bottom: 1.0em;
	text-align: center;
}

@media (max-width: 834px) {
main > section {
	padding: 0 0 1.0em;
	overflow: hidden;
}
main > section#GOODS{
	padding-top: 1.0em;
}
}

/*----------------------------
横並び
-----------------------------*/
.row {
	display: flex;
	flex-wrap: wrap;
}
.row.center {
	justify-content: center;
}
@media (max-width: 834px) {
	.col, .col-2 {
		position: relative;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.col-3 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
		margin-bottom: 10px;
		padding-left: 10px;
	}
	.col-4 {
		flex: 0 0 48%;
		max-width: 50%;
		margin-bottom: 10px;
		margin-left: 5px;
	}
}
@media (min-width: 835px) {
	.col-2 {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 10px;
	}
	.col-3 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
		margin-bottom: 10px;
		padding-left: 10px;
	}
	.col-4 {
		max-width: 24%;
		margin-left: 5px;
		margin-bottom: 10px;
	}
}
/*----------------------------
h1-h3
-----------------------------*/
section h1 {
	position: relative;
	font-size: 5.0rem;
	text-align: center;
	font-weight: 700;
	letter-spacing: normal;
	text-transform: uppercase;
	line-height: 1.0;
	margin-bottom: 40px;
}

.container b {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	margin-bottom: 10px;
}
.ttl-regular {
	display: block;
	font-family: 'RakutenSans_Bd', sans-serif;
	text-align: center;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #ffffff;
	text-transform: uppercase;
	background: linear-gradient(90deg, rgba(112, 0, 21, 0.6) 0%, rgba(193, 10, 42, 0.6) 100%);
	padding: 6px 16px;
	border-radius: 3px;
	border: 1px solid rgba(192, 182, 97, 0.3); /* 薄いゴールドの枠線 */
	margin-bottom: 15px;
}
/*----------------------------------------
	Ul
----------------------------------------*/
.list-normal > li:not(:first-child) {
	margin: 1em 0;
}
.list-normal > li {
	position: relative;
	padding-left: 1em;
}
.list-normal > li::before {
	position: absolute;
	left: 0;
	top: 0.75em;
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #a9002e;
}
/*----------------------------------------
	button
----------------------------------------*/
.btn {
	display: inline-block;
	min-width: 200px;
	padding: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
	cursor: pointer;
	margin-top: 40px;
	border-radius: 5px;
	transition: color 0.5s ease;
	position: relative;
}
.btn-l {
	width: 100%;
	max-width: 400px;
	padding: 20px 30px;
	font-size: 1.0em;
	letter-spacing: 0.08em;
}
.btn-m {
	width: 100%;
	max-width: 240px;
	padding: 10px 30px;
	font-size: 1.2em;
	letter-spacing: 0.08em;
}
.btn-s {
	min-width: 0;
	padding: 10px 20px;
	font-size: 0.85em;
	margin-top: 10px;
}

.btn-default {
    background-color: #a9002e;
    border: 1px solid #c0b661;
    color: #ffffff;
    overflow: hidden;
    z-index: 1;
}


.btn-default:hover {
    color: #0d0003 !important;
    font-weight: bold;
}

.btn::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #c0b661, #f1e4a3);
    transform: scaleX(0);
    transform-origin: center;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 5px;
    z-index: -1;
}
.btns-center {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.btn:hover::before {
	transform: scaleY(1);
}

.btn-text {
	position: relative;
}
@media (min-width: 835px) {
	.btns-center {
		flex-direction: row;
		justify-content: center;
	}
	.btns-center .btn:not(:first-child) {
		margin-left: 20px;
	}
}
@media (max-width: 834px) {
	.btn {
		margin: 10px 0;
	}
	.btns-center .btn:first-child {
		margin-top: 20px;
	}
	.btn-l {
		width: 80%;
		padding: 10px 20px;
}
}
/*------------------
kv
------------------*/
.itemKv {
	text-align: center;
}
.itemKv img {
	width: 100%;
}

/*----------------------------------------
title
-----------------------------------*/
.heading {
	text-align: center;
	line-height: 1.0;
	margin-bottom: 0.5em;
	position: relative;
}

.heading_main {
	font-family: 'RakutenSans_Bd', sans-serif;
	font-size: 5.5rem;
	background: linear-gradient(
		45deg, 
		#b39d4c 35%, 
		#fffbe3 50%, 
		#b39d4c 65%
	);
	background-size: 300% 300%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: shine 2.8s ease-in-out infinite;
	filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
}

@keyframes shine {
	0% {
		background-position: 100% 0%;
	}
	100% {
		background-position: 0% 100%;
	}
}

.ttlBold {
	margin: 0.5em 0;
	padding: 0.25em;
	color: #fff;
	border-bottom: 1px solid #c0b661;
	/*background-color: #c0b661;*/
	line-height: 1.4;
	text-align: center;
}

@media (max-width: 834px) {
.heading .heading_main {
	font-size: 3.8rem;
}
.heading {
	margin-bottom: 0.5em;
}
section h1 {
	font-size: 3.8rem;
	letter-spacing: 0;
}
.container b {
	font-size: 1.8rem;
	line-height: 1.4;
}
.ttl-regular {
	font-size: 1.8rem;
}
.ttlBold {
	font-size: 1.8rem;
}
}
@media (min-width: 835px) {
	.ttlBold strong {
		width: 1060px;
	}
	.heading_sub, .heading_sub02 {
		font-size: 2.8rem;
	}
	.ttlBold {
	margin-bottom: 1em;
}
}


/*----------------------------------------
	COMMENTS
----------------------------------------*/

section#COMMENTS p {
	margin: 0 auto;
	padding: 0;
}
#COMMENTS > .innerWrap > p {
	font-weight: bold;
	line-height: 2.0;
}
#COMMENTS .comments_content {
	display: flex;
	/*gap: 40px;*/
	align-items: center;
	border-radius: 5px;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(192, 182, 97, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
}
#COMMENTS .comments_content.bottom {
	flex-direction: row-reverse;
	margin-top: 40px;
	border-radius: 5px;
}
#COMMENTS .comments_content .comments_img {
	width: 41.7%;
	margin: auto;
	border: 1px solid #c0b661;
}
#COMMENTS .comments_content .comments_text {
	font-family: "Noto Serif JP", serif;
	width: 54.3%;
	padding: 10px;
}
#COMMENTS .comments_content .comments_text h2 {
	color: #fff;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 2.4rem;
	line-height: 1.6;
	letter-spacing: 1.2px;
}
#COMMENTS .comments_content .comments_text h2 span {
	font-size: 2.0rem;
}
#COMMENTS .comments_content .comments_text .comments {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.64px;
	margin-bottom: 1em;
}
@media (max-width: 834px) {
	#COMMENTS {
		padding: 40px 0;
	}
	#COMMENTS .comments_content {
		padding: 15px;
	}
	#COMMENTS .comments_content .comments_text {
		font-size: 16px;
		width: 100%;
		padding: 10px 0;
	}
	#COMMENTS .comments_content .comments_img {
		width: 100%;
	}
	#COMMENTS .comments_content {
		flex-direction: column;
		gap: 5px;
	}
	#COMMENTS .commentse_content.bottom {
		flex-direction: column;
		margin-top: 48px;
	}
	#COMMENTS .comments_content .comments_text .comments {
		font-size: 14px;
	}
	#COMMENTS .comments_content .comments_text h2 {
		text-align: center;
		font-size: 18px;
	}
	#COMMENTS .comments_content .comments_text h2 span {
		font-size: 16px;
	}
	.ui-tab li {
		font-size: 12px
	}
}
.ui-tab {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.ui-tab li {
	background-color: #111;
	color: #C0B661;
	margin: 0 5px;
	width: calc(33% - 10px);
	text-align: center;
	padding: 10px 0;
	border-radius: 4px;
	cursor: pointer;
}
.ui-tab li.active {
	background-color: #a9002e;
	color: #fff;
	border: 1px solid #c0b661;
}
.tab-content li.field {
	display: none;
	padding-top: 10px;
	padding-bottom: 20px;
}
.tab-content li.field.active {
	display: block;
}
/*----------------------------------------
	RESULTS
----------------------------------------*/

section#RESULTS {
	position: relative;
	background: linear-gradient(
		180deg, 
		rgba(13, 13, 13, 0.65) 0%, 
		rgba(30, 0, 8, 0.45) 50%, 
		rgba(13, 13, 13, 0.65) 100%
	);
	border-top: 1px solid rgba(192, 182, 97, 0.15);
}

.gameList a:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.gameList .field {
	text-align: center;
	color: #fff;
	background: linear-gradient(135deg, rgba(13, 13, 13, 0.7) 0%, rgba(25, 25, 25, 0.5) 100%);
	border: 1px solid rgba(192, 182, 97, 0.25);
	border-radius: 6px;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(4px);
}
.gameList .field a {
	display: block;
	color: #fff;
	text-decoration: none;
	border: none;
}
.gameList .field a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.gameList .field .spec + a {
	padding-top: 10px;
}
.gameList .field .spec + a:hover, .dir-top .list-nextmatch .field .spec + a:active {
	background-color: rgba(192, 182, 97, 0.8)
}
.gameList .field .spec {
	border-bottom: 1px solid #c0b661;
	padding-bottom: 10px;
	font-size: 1.8rem;
	color: #fff;
}
.gameList .field .row {
	width: 100%;
}
.gameList .field .row > .col {
	vertical-align: bottom;
	width: 100%;
	display: block;
}
.gameList .field .row > .col span {
	display: block;
}
.gameList .field .row > .col .emblem {
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}
.gameList .field .row > .col:nth-of-type(1) {
	text-align: center;
	padding: 10px;
}
.gameList .field .row > .col:nth-of-type(1) div {
	font-family: 'RakutenSans_Bd', serif;
	line-height: 1.4;
}
.gameList .live .field .row > .col:nth-of-type(2) div b {
	color: #fff;
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Helvetica Neue", Helvetica, "Arial", "ＭＳ Ｐゴシック", sans-serif;
}
.gameList .field .row > .col:nth-of-type(1) em {
	display: block;
	margin: 10px 0;
	padding: 5px;
	color: #fff;
	border: 1px solid #fff;
	font-family: 'RakutenSans_Bd', serif;
	font-size: 1.4rem;
	line-height: 1.0;
}
.gameList .score {
	padding: 10px;
	width: 100%;
	height: auto;
	color: rgba(255, 255, 255, 1.0);
	font-family: "RakutenSans_Bd";
	text-align: center;
	border-bottom: 1.5px solid rgba(155, 0, 32, 1.0);
}
.gameList .comment {
	padding: 20px 10px;
	line-height: 1.4;
	text-align: left;
}

@media (min-width: 835px) {
	.swiper-slide.gameList .field, .swiper-slide.gameList a {
		height: 520px;
	}
	.swiper-slide.gameList {
		flex-basis: 400px;
	}
	.gameList .comment {
		font-size: 1.4rem;
	}
	.gameList .field .row > .col .emblem img {
		width: 50%;
	}
	.gameList .field .row > .col:nth-of-type(1) div b {
		font-size: 4.0rem
	}
	.gameList .field .row > .col:nth-of-type(1) div {
		font-size: 1.6rem;
		display: block;
	}
	.gameList .field .row > .col:nth-of-type(2) div b {
		font-size: 1.6rem;
	}
	.gameList .score {
		font-size: 1.8em;
	}
}
@media (max-width: 834px) {
	
	#RESULTS {
		padding: 2.0em 0; 
	}

	#RESULTS .match-container,
	#RESULTS .match-list {
		display: flex;
		flex-direction: column;
		gap: 20px;
		padding: 0 15px;
	}

	#RESULTS .match-card, 
	#RESULTS .victory-card {
		width: 100% !important;
		max-width: 100%;
		box-sizing: border-box;
		padding: 20px 16px !important;
	}
	
	#RESULTS .match-title,
	#RESULTS .victory-title {
		font-size: 1.8rem !important;
		line-height: 1.4;
	}

	.swiper-slide.gameList .field, .swiper-slide.gameList a {
		height: 400px;
	}
	.gameList .field {
	padding: 10px;
}
	.gameList .comment {
		font-size: 1.2rem;
		padding: 10px 0;
	}
	.gameList .field .row > .col .emblem img {
		width: 60%;
	}
	.gameList .field .row > .col:nth-of-type(1) div b {
		font-size: 3.0rem
	}
	.gameList .field .row > .col:nth-of-type(1) span {
		font-size: 1.0rem;
	}
	.gameList .field .row > .col:nth-of-type(1) div {
		font-size: 1.4rem;
		display: inline-block;
	}
	.gameList .field .row > .col:nth-of-type(2) b {
		font-size: 1.2rem;
	}
	.gameList .field .row > .col:nth-of-type(2) b.small {
		font-size: 1.0rem;
	}
	.gameList .score{
		font-size: 1.4em;
	}
	.gameList .field .spec{
		font-size: 14px;
	}
}


/*----------------------------------------
	HIGHLIGHTS
----------------------------------------*/

section#HIGHLIGHTS {
	position: relative;
	background: linear-gradient(
		180deg, 
		rgba(13, 13, 13, 0.65) 0%, 
		rgba(30, 0, 8, 0.45) 50%, 
		rgba(13, 13, 13, 0.65) 100%
	);
	border-bottom: 1px solid rgba(192, 182, 97, 0.15);
}

.swiper-slide.highlightsList {
	width: 722px;
}
.swiper-pagination {
	position: static !important;
	height: 25px;
	margin-top: 1.5em;
}
.swiper-pagination-bullet {
	display: inline-block;
	width: 40px !important;
	height: 10px !important;
	margin: 10px 5px 0;
	background-color: #111 !important;
	border-radius: 2px !important;
	vertical-align: top !important;
	outline: 0;
	opacity: 1 !important
}
.swiper-pagination-bullet-active {
	background: #C0B661 !important;
}
.youtubeArea {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtubeArea iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
@media (max-width: 834px) {
	.swiper-slide.highlightsList {
		width: 90%;
		margin: 0;
	}
	.swiper-pagination-bullet {
	width: 20px !important;
}
}
.highlightsSwiper .swiper-slide-active {
	opacity: 1;
	z-index: 1;
	transform: scale(1.0) !important;
}


/*----------------------------------------
	campaign
----------------------------------------*/

.campaignSlider .swiper-slide{
	position: relative !important;
	overflow: hidden;
	border-radius: 8px;
}

.campaignSlider .campaign-badge {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	
	background-color: rgba(0, 0, 0, 0.75);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 6px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	gap: 14px;
}

.campaignSlider .campaign-badge .badge-title {
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: normal;
	margin: 0;
}

.campaignSlider .campaign-badge .badge-date {
	color: #C0B661;
	font-size: 1.8rem;
	font-weight: 800;
	margin: 0;
}

@media (max-width: 834px) {
	.campaignSlider .campaign-badge {
		left: 0;
		bottom: 0;
		padding: 5px 10px;
		border-radius: 4px;
		gap: 6px;
	}
	
	.campaignSlider .campaign-badge .badge-title {
		font-size: 0.9rem;
	}
	
	.campaignSlider .campaign-badge .badge-date {
		font-size: 1.2rem;
	}
}


@media (min-width: 835px) {
	.campaignSlider .swiper-slide{
		display: flex;
		flex-wrap: wrap;
		width: calc(100% + 5px)
	}
	.campaignSlider .swiper-slide div{
		width: 24.62% !important;
	}
	.campaignSlider .swiper-slide div:nth-of-type(n+5){
		margin-top: 5px;
	}
	.campaignSlider .swiper-slide div:not(:nth-of-type(4n+1)){
		margin-left: 5px;
	}
 }

@media (max-width: 834px) {

	.campaignSlider .swiper-slide{
		display: flex;
		flex-wrap: wrap;
		width: calc(100% + 5px)
	}
	.campaignSlider .swiper-slide div{
		width: calc(50% - 2.5px)!important;
	}
	.campaignSlider .swiper-slide div:nth-of-type(n+3){
		margin-top: 5px;
	}
	.campaignSlider .swiper-slide div:nth-child(even){
		margin-left: 5px;
	}
	
 }

/*------------------
Comments
------------------*/

main > section#COMMENTS {
	padding: 0;
	margin-bottom: 40px;
	background-image: none;
}

section#COMMENTS{
width:100%;
padding-top: 0;
}

section.Comments img.commentsimg{ max-width: 100%;}

@media only screen and (max-width: 834px) {
	main > section.COMMENTS {
	padding: 0;
	margin-top: -40px;
	margin-bottom: 20px;
}

}

/*----------------------------------------
	PHOTO GALLERY
----------------------------------------*/
.fancybox-skin {
	position: relative;
	background-color: transparent;
}
.photo_group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 834px) {
	.photo_group {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 834px) {
	.photo_group li {
		width: 49.5%;
	}
}
.photo_group li a {
	width: 260px;
	overflow: hidden;
	text-align: center;
	margin: 2px;
	display: block;
}
@media only screen and (max-width: 834px) {
	.photo_group li a {
		width: 100%;
	}
}
.photo_group li a img {
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	width: 100%;
	transition: all 0.2s ease-in-out;
}
.photo_group li a img:hover {
	transform: scale(1.05);
}

/*----------------------------------------
	GOODS
----------------------------------------*/

section#GOODS {
	
}

section h1.goods:before {
	margin-bottom: 0.5em;
}
section#GOODS a {
	text-decoration: none;
}

.lineup_list > div.col-4 b {
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 20px 10px 0;
}
.lineup_list > div.col-4 a {
	color: #a9002e;
}
.lineup_list > div.col-4 {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 5px;
	color: #a9002e;
}
.lineup_list > div.col-4 img {
	border-radius: 5px 5px 0 0;
	padding-top: 16px;
}
@media (max-width: 834px) {
	.lineup_list {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: space-between;
		gap: 20px 4%;
	}
	.lineup_list .col-4 {
		width: 45% !important; 
		max-width: 45% !important;
		flex: 0 0 45% !important;
		margin-bottom: 0 !important;
		display: flex;
		flex-direction: column;
	}

	.lineup_list .col-4 span {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.lineup_list .col-4 img {
		width: 100%;
		height: auto;
		object-fit: contain;
	}

	.lineup_list .col-4 p {
		margin-top: 10px !important;
		flex-grow: 1;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.lineup_list > div.col-4 b {
		font-size: 1.2rem;
	}
}
/*----------------------------------------
	table
----------------------------------------*/
.innerWrap .table {
	width: calc(100% + 4px);
	border-collapse: separate;
	border-spacing: 4px;
	border-top: none;
	transform: translate(-4px);
}
.innerWrap .table th, section .innerWrap .table td {
	padding: 0.8em 0;
	border-bottom: none;
	line-height: 1.4;
	box-sizing: border-box;
	vertical-align: middle;
}
.innerWrap .table thead th {
	color: #fff;
	background-color: #222;
}
.innerWrap .table th, .innerWrap .table td {
	padding: 0.8em 0.4em;
	font-family: 'RakutenSans_Bd', sans-serif;
}
.innerWrap .table tbody th {
	color: #ffffff;
	background-color: rgba(169, 0, 49, 0.7);
}
.innerWrap .table tbody td {
	background-color: #eeeeee;
}
.innerWrap .table tr.red td {
	background-color: rgba(169, 0, 49, 0.20)
}
main ul.default {
	margin-left: 1.5rem;
	line-height: 1.6;
	list-style-type: disc;
}
.innerWrap .table tbody td {
	height: 3.5em;
}
@media (max-width: 834px) {
	.tableWrap {
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin-bottom: 20px;
	}
	.tableWrap th, .tableWrap td {
		white-space: nowrap;
	}
	.tableWrap th {
		font-size: 1.2rem;
	}
	.tableWrap:before {
		content: "※右にスクロール可能です。";
		font-size: 1.2rem;
	}
	.tableWrap::-webkit-scrollbar {
		height: 5px;
	}
	.tableWrap::-webkit-scrollbar-track {
		border-radius: 5px;
		background: #eee;
	}
	.tableWrap::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #666;
	}
}
/*----------------------------------------
	sp
----------------------------------------*/
@media (max-width: 834px) {
	body {
		min-width: 100%;
	}
	.only-pc {
		display: none !important;
	}
	.container {
		padding-bottom: 20px;
		margin: 0 auto;
	}
	.container:first-child {
		padding-bottom: 0;
	}
	section {
		padding: 20px 0;
	}
	a.anchor {
		display: block;
		/*padding-top: 40px;
    margin-top: -40px;*/
	}
	.innerWrap {
		padding: 0 10px;
	}
	.fs-12 {
		font-size: 2.5vw;
	}
	.fs-14 {
		font-size: 3vw;
	}
	.fs-16 {
		font-size: 3.5vw;
	}
	.fs-18 {
		font-size: 4.0vw;
	}
	.fs-20 {
		font-size: 4.5vw;
	}
	.fs-22 {
		font-size: 5.0vw;
	}
	.container b {
		font-size: 1.8rem;
		line-height: 1.4;
		padding-top: 20px;
	}
}
/*----------------------------------------
	LOGO
----------------------------------------*/
section#LOGO {
	padding: 3.0em 0;
}

section#LOGO p {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
}

section#LOGO p.l-txt {
		font-size: 2.6rem;
	}

section#LOGO p.logo_p{
	font-weight: normal;
	text-align:  center;
	font-size: 14px;
}

section#LOGO h2 {font-size: 60px; padding-bottom: 35px; font-family: "Noto Serif JP", serif;}

section#LOGO .winneers_logo{ width: 45%;}

@media (max-width: 834px) {
	section#LOGO {
		padding: 1.0em 0 ;
	}
	section#LOGO h2 {
		font-size: 24px;
		line-height: 1.2;
		padding-bottom: 15px;
	}
	section#LOGO h2 span{
		font-size: 32px;
	}
	
	section#LOGO p {
	font-size: 14px;
}
	section#LOGO p.l-txt {
		font-size: 1.8rem;
	}
	
section#LOGO p.logo_p{
	font-weight: normal;
	font-size: 12px;
}
	
	section#LOGO .winneers_logo{ width: 80%;}
	
	section#LOGO .rowLg {
		padding: 0 1.0em;
		font-weight: 700;
		text-align: center;
		color: #fff;
	}
	section#LOGO .rowLg li:first-child {
		padding: 0 20% 0;
		text-align: center;
	}
	main > section#LOGO .rowLg > li h2 em {
		display: block;
		padding: 0.4em 0 0.4em;
		margin-bottom: 0.5em;
		font-weight: bold;
		color: #fff;
		line-height: 1.5;
		font-size: .8em;
	}
}
@media (min-width: 835px) {
	main > section#LOGO .rowLg > li h2 em {
		display: block;
		font-family: 'RakutenSans_Bd', sans-serif;
		font-size: 0.8em;
		font-weight: bold;
		padding: 0.4em 0 1em;
		line-height: 1.5;
		color: #fff;
	}
	/*LOGO*/
	section#LOGO .rowLg {
		display: flex;
		align-items: center;
		margin-top: -1.5em;
		font-size: 2.0rem;
		font-weight: 700;
	}
	section#LOGO .rowLg li:first-child {
		width: 300px;
	}
	section#LOGO .rowLg li:last-child {
		width: calc(100% - 360px);
		color: #111;
		line-height: 1.5;
	}
	section#about .rowLg li img {
		width: 90%;
	}
}
/*----------------------------------------
	pc
----------------------------------------*/
@media (min-width: 835px) {
	.only-sp {
		display: none !important;
	}
	a.anchor {
		display: block;
		/*padding-top: 80px;
    margin-top: -80px;*/
	}
	.innerWrap {
		width: 1060px;
		margin-right: auto;
		margin-left: auto;
	}
	.fs-12 {
		font-size: 1.2rem;
	}
	.fs-14 {
		font-size: 1.4rem;
	}
	.fs-16 {
		font-size: 1.6rem;
	}
	.fs-18 {
		font-size: 1.8rem;
	}
	.fs-20 {
		font-size: 2.0rem;
	}
	.fs-22 {
		font-size: 2.2rem;
	}
	.container b {
		font-size: 2.4rem;
		line-height: 1.4;
		padding: 20px;
	}
}
/*----------------------------------------
	swiper
----------------------------------------*/
.swiper {
	overflow: visible;
}
.lp-slide {
	margin: 0 auto;
	max-width: 1060px;
	width: 100%;
}
.swiper-slide a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	border-radius: 5px;
}
.border-radius-swiper {
	border-radius: 0 0 10px 10px;
}
.highlightsSwiper .swiper-button-white {
	color: #C0B661;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	font-size: 16px;
}
.swiper-button-next, .swiper-button-prev {
	border-radius: 5px;
}
@media (min-width: 835px) {
	.swiper-container {
		padding: 0;
		position: relative; /*ボタンのズレ解消*/
	}
	.swiper-button-next, .swiper-button-prev {
		top: auto;
		bottom: 0;
		width: 30px;
		height: 30px;
	}
	.itemSwiper {
		max-width: 100%;
		overflow: hidden;
	}
	swiper-slide:first-child {
		margin-left: 0;
	}
	.swiper-pagination {
		margin-bottom: 0;
	}
	.highlightsSwiper .swiper-button-white {
		padding: 30px;
	}
}
@media (max-width: 834px) {
	section#RESULTS .lp-slide {
		padding: 0 10px;
	}
	.matchSwiper .swiper-pagination {
		margin-bottom: 0;
	}
	.highlightsSwiper .swiper-wrapper {
		margin: 0;
	}
	.highlightsSwiper .swiper-pagination {
		margin-bottom: 0;
	}
	.highlightsSwiper .swiper-button-white {
		padding: 20px;
	}
}
.photoSlider {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: relative;
}
.photoSlider .swiper-wrapper {
	transition-timing-function: linear;
}
.photoSlider .swiper-wrapper img {
	line-height: 0;
	font-size: 0;
	display: block;
	vertical-align: bottom;
}
.photoSlider .swiper-slide {
	position: relative;
	line-height: 0;
}

.photoSlider .swiper-wrapper img {
	width: 100%;
	display: block;
	vertical-align: bottom;
}

@media (max-width: 834px) {
	.photoSlider {
		width: 100%;
		overflow: hidden;
	}
	.photoSlider .swiper-wrapper {
		padding-bottom: 0;
	}
}

/* ----- */

.photoSlider .swiper-slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,0.45) 100%);
	z-index: 1;
	pointer-events: none;
}

@media (max-width: 834px) {
	.photoSlider {
		width: 100%;
		overflow: hidden;
	}
	.photoSlider .swiper-wrapper {
		padding-bottom: 0;
	}
}
	
	/*----------------------------------------
	animation
----------------------------------------*/

/* fadein */
.fadein {
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.fadein.is-animated {
  opacity: 1;
  transform: scale(1);
}

/* opening-gate */
.opening-gate {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none;
}
.opening-gate::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 50%;
    background: rgba(0, 0, 0, 0.9);
    animation: slideUp 0.5s cubic-bezier(0.76, 0, 0.24, 1) 0.5s forwards;
}
.opening-gate::after {
    content: "";
    position: absolute;
    bottom: 0; left: 0; width: 100%; height: 50%;
    background: rgba(0, 0, 0, 0.9);
    animation: slideDown 0.5s cubic-bezier(0.76, 0, 0.24, 1) 0.5s forwards;
}

@keyframes slideUp { to { transform: translateY(-100%); } }
@keyframes slideDown { to { transform: translateY(100%); } }

