.p-uniform {
				padding-top: 0 !important;
				background: #051c39;
}
.p-uniform__subhead {
				font-family: "anton", sans-serif;
				font-weight: 400;
				font-style: normal;
				text-align: center;
				font-size: 48px;
				color: #001735;
				border-top: 2px solid #001735;
				border-bottom: 2px solid #001735;
				line-height: 1;
				padding-bottom: 10px;
				margin: 70px 0 30px;
				letter-spacing: 0.05em;
}
.p-uniform__inner {
				width: 1200px;
				margin: 0 auto;
}

body.sp .p-uniform__subhead {
				font-size: 36px;
				margin: 40px 0 20px;
}
body.sp .p-uniform__inner {
				width: auto;
				margin: 0 auto;
}
body.sp .p-uniform-header img {
				width: 100%;
				height: auto;
}
body.sp .p-uniform-header-notes {
				padding: 5px 10px;
				color: #FFFFFF;
				font-size: 10px;
				text-indent: -1em;
				margin-left: 1em;
}

.p-uniform-main {
				background: #FFFFFF url(/jp/games/wbc2026/img/goods/uniform/background_audience.jpg) no-repeat top center;
				background-size: contain;
				padding: 60px 100px 100px 100px;
				text-align: center;
}

.p-uniform-goods {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
}
.p-uniform-goods__item {
				width: 480px;
}
.p-uniform-goods__item img {
				width: 100%;
				height: auto;
}
.p-uniform-goods__item__name {
				color: #001735;
				font-size: 18px;
				font-weight: 500;
				margin: -12px 0 5px 0;
}
.p-uniform-goods__item__price {
				font-size: 18px;
				font-weight: 500;
				color: #001735;
}
.p-uniform-goods__item__button {
				display: block;
				padding: 24px;
				color: #FFFFFF !important;
				font-weight: 600;
				font-size: 18px;
				text-decoration: none !important;
				background: #d51b24;
				position: relative;
				width: 275px;
				border-radius: 10px;
				margin: 20px auto 0 auto;
				overflow: hidden;
}
.p-uniform-goods__item__button--off {
				background: #999999;
}
.p-uniform-goods__item__button--off::after {
				display: none !important;
}
.p-uniform-goods__item__button--off:hover::before {
				display: none;
}
.p-uniform-goods__item__button::after {
				content: "";
				display: block;
				position: absolute;
				width: 10px;
				height: 10px;
				content: "";
				border-top: 3px solid #FFFFFF;
				border-right: 3px solid #FFFFFF;
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
				margin: auto;
				top: 0;
				bottom: 0;
				right: 30px;
				z-index: 1;
}
.p-uniform-goods__item__button span {
				z-index: 1;
				position: relative;
}
.p-uniform-goods__item__button:hover::before {
				-webkit-transform: scaleX(1);
				        transform: scaleX(1);
				-webkit-transform-origin: left;
				        transform-origin: left;
}
.p-uniform-goods__item__button::before {
				position: absolute;
				top: 0;
				left: 0;
				content: "";
				display: block;
				width: 100%;
				height: 100%;
				background-image: linear-gradient(45deg, #001835 50%, #d11b25);
				-webkit-transform: scaleX(0);
				        transform: scaleX(0);
				-webkit-transform-origin: right;
				        transform-origin: right;
				-webkit-transition: all 0.5s ease;
				transition: all 0.5s ease;
				-webkit-transition-property: -webkit-transform;
				transition-property: -webkit-transform;
				transition-property: transform;
				transition-property: transform, -webkit-transform;
}
.p-uniform-goods__item__comment {
				font-size: 16px;
				display: block;
				margin-top: 5px;
				color: #d51b24;
}

body.sp .p-uniform-main {
				padding: 30px 4% 50px 4%;
}
body.sp .p-uniform-main__heading img {
				width: 100%;
				height: auto;
}
body.sp .p-uniform-goods {
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
}
body.sp .p-uniform-goods__item {
				width: 49%;
}
body.sp .p-uniform-goods__item img {
				width: 100%;
				height: auto;
}
body.sp .p-uniform-goods__item__name {
				font-size: 12px;
				margin: 10px 0 5px 0;
}
body.sp .p-uniform-goods__item__price {
				font-size: 16px;
}
body.sp .p-uniform-goods__item__button {
				padding: 12px 10px;
				font-size: 14px;
				width: 75%;
				margin: 15px auto 0 auto;
				overflow: hidden;
}
body.sp .p-uniform-goods__item__button::after {
				width: 6px;
				height: 6px;
				right: 15px;
}
body.sp .p-uniform-goods__item__comment {
				font-size: 11px;
}

.p-uniform-design {
				position: relative;
				background: -webkit-gradient(linear, left bottom, left top, from(#001835), to(#001f47));
				background: linear-gradient(0deg, #001835, #001f47);
				color: #FFFFFF;
				padding: 0 80px;
}
.p-uniform-design::before {
				content: "";
				display: block;
				width: 480px;
				height: 480px;
				background: url(/jp/games/wbc2026/img/goods/uniform/background_design.png) top right;
				background-size: contain;
				position: absolute;
				top: 0;
				right: 0;
}
.p-uniform-design__info {
				padding: 90px 0 1px 0;
				min-height: 500px;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
}
.p-uniform-design__catch {
				margin: 16px 0;
				font-size: 36px;
				font-weight: 600;
				margin-left: -0.5em;
}
.p-uniform-design__text {
				font-size: 20px;
				line-height: 1.8;
				letter-spacing: 0.05em;
}
.p-uniform-design__photo {
				position: absolute;
				z-index: 100;
				bottom: 0;
				right: 80px;
}

body.sp .p-uniform-design {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				padding: 0 30px;
}
body.sp .p-uniform-design::before {
				width: 240px;
				height: 240px;
}
body.sp .p-uniform-design__heading img {
				height: 42px;
				width: auto;
}
body.sp .p-uniform-design__info {
				padding-top: 50px;
				width: auto;
				position: relative;
				z-index: 1;
				min-height: auto;
}
body.sp .p-uniform-design__catch {
				font-size: 24px;
}
body.sp .p-uniform-design__text {
				margin: 0 0 15px 0;
				font-size: 15px;
				line-height: 1.8;
}
body.sp .p-uniform-design__photo {
				margin: 0 auto;
				position: static;
}
body.sp .p-uniform-design__photo img {
				width: 100%;
				height: auto;
				max-width: 300px;
}

.p-uniform-photo {
				background: transparent url(/jp/games/wbc2026/img/goods/uniform/i_photo.jpg) repeat-x;
				background-position: 0 0;
				-webkit-animation: bg-photo 20s linear infinite;
				        animation: bg-photo 20s linear infinite;
				height: 230px;
}

@-webkit-keyframes bg-photo {
				from {
								background-position: 0 0;
				}
				to {
								background-position: -1200px 0;
				}
}

@keyframes bg-photo {
				from {
								background-position: 0 0;
				}
				to {
								background-position: -1200px 0;
				}
}
body.sp .p-uniform-photo {
				height: 115px;
				background-size: auto 115px;
}

.p-uniform-spec {
				background: #FFFFFF;
				padding: 1px 100px 100px 100px;
}
.p-uniform-spec__table {
				width: 645px;
				margin: 0 auto 40px auto;
				border: 1px solid #001735;
}
.p-uniform-spec__table__caption {
				color: #001735;
				font-size: 18px;
				font-weight: 600;
				margin-bottom: 5px;
}
.p-uniform-spec__table th, .p-uniform-spec__table td {
				padding: 10px;
				text-align: center;
				font-size: 16px;
}
.p-uniform-spec__table thead th {
				background: #001735;
				color: #FFFFFF;
				border-right: 1px solid #FFFFFF;
}
.p-uniform-spec__table thead th:last-child {
				border-right: none;
}
.p-uniform-spec__table tbody td {
				color: #001735;
				border-right: 1px solid #001735;
				width: 16.666666%;
}
.p-uniform-spec__table tbody td:last-child {
				border-right: none;
}
.p-uniform-spec__table tbody tr:nth-child(even) td {
				background: #ebeef2;
}
.p-uniform-spec__design {
				text-align: center;
				margin-top: 40px;
}
.p-uniform-spec__attention {
				margin: 40px 30px 80px 30px;
}
.p-uniform-spec__attention li {
				font-size: 14px;
				font-weight: 400;
				text-indent: -1em;
				margin: 0 0 5px 1em;
				line-height: 1.5;
}
.p-uniform-spec__banner {
				display: block;
				margin: 0 auto;
				text-align: center;
}

body.sp .p-uniform-spec {
				padding: 1px 4% 50px 4%;
}
body.sp .p-uniform-spec__table {
				width: 100%;
				margin: 0 auto 20px auto;
}
body.sp .p-uniform-spec__table__caption {
				font-size: 14px;
}
body.sp .p-uniform-spec__table th, body.sp .p-uniform-spec__table td {
				padding: 5px 0;
				font-size: 13px;
}
body.sp .p-uniform-spec__design {
				text-align: center;
				margin-top: 20px;
}
body.sp .p-uniform-spec__design img {
				width: 100%;
				height: auto;
				max-width: 300px;
}
body.sp .p-uniform-spec__attention {
				margin: 20px 0 40px;
}
body.sp .p-uniform-spec__attention li {
				font-size: 13px;
}
body.sp .p-uniform-spec__banner {
				display: block;
				margin: 0 auto;
				text-align: center;
}
body.sp .p-uniform-spec__banner img {
				width: 100%;
				height: auto;
}
/*# sourceMappingURL=games_wbc2026_uniform.css.map */