@charset "UFT-8";

/*ヘッダーフッターレスポンシブ---------------------------------*/
/*@import url("home-pc.css");*/
/*pc*/
/*@import url("home-mob.css");*/
/*モバイル*/



/*共通*/


* {
	box-sizing: border-box;
}

::before,
::after {
	box-sizing: inherit;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	color: currentColor;
}

body {
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	/*overflow-x: hidden;*/
}

.in {
	margin: auto;
}

a {
	display: inline-block;
	transition: 0.5s;
	color: currentcolor;
	text-decoration: none;
}

img {
	display: inline-block;
	clear: both;
	max-width: 100%
}

.AB-c {
	font-family: "ab-countryroad", "vdl-logojrblack", sans-serif;
	font-weight: 900;
	font-style: normal;
}

/*ボタン-------*/
.moreBtn3wrap {
	position: relative;
	z-index: 1;
	margin-top: 2em;
	margin-top: 20px;
	text-align: center;
}

.moreBtn3 {
	position: relative;
	font-weight: 900;
	background-color: #ffff69;
	border: 1px solid #000;
	border-radius: 2em;
	padding: 0.2em 3.2em 0.2em 1em;
}

.moreBtn3::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0.5em;
	font-size: 1.2em;
}

/*---スライド--------------*/
.mv .mvimg img {
	vertical-align: inherit;
}

.mv .mvimg {
	/*
	padding-top: 56%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	*/
}

/*
.mv .mvimg_01 {
	background-image: url(../../images24/home-slide/mvimg_01.jpg);
}
.mv .mvimg_02 {
	background-image: url(../../images24/home-slide/61.jpg);
}

.mv .mvimg_03 {
	background-image: url(../../images24/home-slide/62.jpg);
}

.mv .mvimg_04 {
	background-image: url(../../images24/home-slide/63.jpg);
}

.mv .mvimg_05 {
	background-image: url(../../images24/home-slide/64.jpg);
}

.mv .mvimg_06 {
	background-image: url(../../images24/home-slide/65.jpg);
}

.mv .mvimg_07 {
	background-image: url(../../images24/home-slide/66.jpg);
}

.mv .mvimg_08 {
	background-image: url(../../images24/home-slide/67.jpg);
}

.mv .mvimg_09 {
	background-image: url(../../images24/home-slide/68.jpg);
}
*/

.mv-button {
	line-height: 1em;
	height: 0.7em;
	width: 0.7em;
	font-size: 60px;
	color: #000;
	background-color: #00d1b3;
	padding: 0;
	border-radius: 7px;
}




/*見出し-----*/

.h_titlem {
	font-weight: 600;
	text-align: center;
}

.h_titlem .hthp,
.h_titlem span {
	font-size: 0.3em;
	display: inline-block;
}

.home_03 .h_titlem,
.home_07 .h_titlem {
	color: #fff;
	text-shadow: 3px 3px 0 #000, -3px -3px 0 #000, -3px 3px 0 #000, 3px -3px 0 #000, 0px 3px 0 #000, 0-3px 0 #000, -3px 0 0 #000, 3px 0 0 #000;
}

.home_04 .h_titlem,
.home_05 .h_titlem,
.home_06 .h_titlem {
	text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0-3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
}

/*カープの最新情報や裏話を発信*/

.home_01 .h_title {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	gap: 20px;
	margin-top: 10px;
}

.home01_list ul {
	display: flex;
}

.home01_list ul li {
	width: calc((100% / 4) - 20px);
}

.home01_list ul li a {
	display: block;
	position: relative;
	padding-top: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 3px solid #000;
}

.home01_list ul .home01_01 a {
	background-image: url(../../images24/home01_01.png);
	background-color: #7de8d8;
}

.home01_list ul .home01_01 a:hover {
	background-color: rgba(125, 232, 216, 0.5);
	background-color: #fff;
}

.home01_list ul li.home01_01_ {
	width: calc((100% / 2) - 6px);
}

.home01_list ul .home01_01_ a {
	padding-top: 50%;
	padding-top: 49%;
	background-image: url(../../images24/home01_01_.png);
	background-color: #7de8d8;
}

.home01_list ul .home01_01_ a:hover {
	background-color: rgba(125, 232, 216, 0.5);
	background-color: #fff;
}

.home01_list ul .home01_02 a {
	background-image: url(../../images24/home01_02.png);
	background-color: #ffff69;
}

.home01_list ul .home01_02_ a {
	background-image: url(images24/home01_0.png);
	background-color: #e9de36;
	font-size: 0;
}

.home01_list ul .home01_02 a:hover {
	background-color: rgba(255, 255, 105, 0.8);
	background-color: #fff;
}

.home01_list ul .home01_03 a {
	background-image: url(../../images24/home01_03.png);
	background-color: #b979e5;
	background-color: #d5b1ef;
}

.home01_list ul .home01_03 a:hover {
	background-color: #fff;
}

.home01_list ul .home01_04 a {
	background-image: url(../../images24/home01_04.png);
	background-color: #ff8441;
}

.home01_list ul .home01_04 a:hover {
	background-color: #fff;
}

.home01_list ul li.home01_04_ {
	width: calc((100% / 2) - 6px);
}

.home01_list ul .home01_04_ a {
	padding-top: 49%;
	background-image: url(../../images24/home01_04_.png);
	background-color: #ff8441;
}

.home01_list ul .home01_04_ a:hover {
	background-color: #fff;
}

.home01_list ul .home01_05 a {
	background-image: url(../../images24/home01_05.png);
	background-color: #ffa79a;
}

.home01_list ul .home01_05 a:hover {
	background-color: #fff;
}

.home01_list ul .home01_05_2 a {
	border: 3px solid #000;
	background-color: #ffa79a;
	padding-top: 47%;
	padding-top: 50%;
}

.home01_list ul .home01_05_2 a:nth-of-type(1) {
	background-image: url(../../images24/home01_05_1.png);
	/*margin-bottom: 4%;*/
	border-bottom: none;
}

.home01_list ul .home01_05_2 a:nth-of-type(2) {
	background-image: url(../../images24/home01_05_2.png);
	border-top: none;
}

.home01_list ul .home01_05_2 a:hover {
	background-color: #fff;
}

.home01_list ul .home01_06 a {
	background-image: url(../../images24/home01_06.png);
	background-color: #ddd355;
}

.home01_list ul .home01_06 a:hover {
	background-color: #fff;
}

.home01_list ul .home01_07 a {
	background-image: url(../../images24/home01_07.png);
	background-color: #7de8d8;
}

.home01_list ul .home01_07 a:hover {
	background-color: #fff;
}

.home01_list ul .home01_08 a {
	background-image: url(../../images24/home01_08.png);
	background-color: #fabaed;
}

.home01_list ul .home01_08 a:hover {
	background-color: #fff;
}

.home01_list ul li.home01_09_ {
	width: calc((100% / 2) - 6px);
}

.home01_list ul .home01_09_ a {
	padding-top: 49%;
	background-image: url(../../images24/home01_09_.png);
	background-color: #e9de36;
	font-size: 0;
}

.home01_list ul .home01_09_ a:hover {
	background-color: rgba(255, 255, 105, 0.8);
	background-color: #fff;
}

.home01_list ul .home01_09_ a img {
	top: -3%;
	left: -5%;
	width: 68%;
}

.home01_list ul .home01_10 a {
	background-image: url(../../images24/home01_10.png);
	background-color: #e9de36;
}

.home01_list ul .home01_10 a:hover {
	background-color: #fff;
}

.home01_list ul li.home01_10_ {
	width: calc((100% / 2) - 6px);
}

.home01_list ul .home01_10_ a {
	padding-top: 49%;
	background-image: url(../../images24/home01_10_.png);
	background-color: #e9de36;
	font-size: 0;
}

.home01_list ul .home01_10_ a:hover {
	background-color: #fff;
}

.home01_list ul .home01_shokurepo a {
	background-color: #fff;
	background: url(../../images24/home01_shokurepo_bg1.png), linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(159, 215, 238, 1) 100%);
	background-size: cover;
	transition: 0.5s;
}

.home01_list ul .home01_shokurepo a:hover {
	background: url(../../images24/home01_shokurepo_bg1.png), #fff;
	background-size: cover;
}

.home01_list ul .home01_gp a {
	background-color: #fff;
	background: url(../../images24/home01_10_21bg.png);
	background-size: cover;
	transition: 0.5s;
}

.home01_list ul .home01_10_gp a {
	border: 3px solid #000;
	padding-top: 47%;
}

.home01_list ul .home01_10_gp a:nth-of-type(1) {
	background: #e9de36 url(../../images24/home01_10_21bg.png);
	background-size: cover;
	margin-bottom: 4%;
}

.home01_list ul .home01_10_gp a:nth-of-type(2) {
	background-image: url(../../images24/home01_10_22bg_off.png);
	background-size: cover;
}

.home01_list ul .home01_10_gp a:hover:nth-of-type(1) {
	background-color: #fff;
}

.home01_list ul .home01_10_gp a:hover:nth-of-type(2) {
	background-image: url(../../images24/home01_10_22bg_on.png);
	background-color: #fff;
	background-size: cover;
}

.home01_list ul li a img {
	position: absolute;
}

.home01_list ul .home01_01 a img {
	top: -1%;
	left: -5%;
	width: 58%;
}

.home01_list ul .home01_01_ a img {
	top: -5%;
	left: -2%;
	width: 48%;
}

.home01_list ul .home01_02 a img {
	top: -3%;
	left: -5%;
	width: 68%;
}

.home01_list ul .home01_03 a img {
	top: -6%;
	width: 80%;
	margin: auto;
	left: 0;
	right: 0;
}

.home01_list ul .home01_04 a img {
	top: -7%;
	left: -3px;
	width: 90%;
}

.home01_list ul .home01_04_ a img {
	top: -7%;
	left: -3px;
	width: 64%;
}

.home01_list ul .home01_05 a img {
	top: -4%;
	left: -4%;
	width: 63%;
}

.home01_list ul .home01_05_2 a:nth-of-type(1) img {
	top: -12%;
	left: -4%;
	width: 58%;
}

.home01_list ul .home01_05_2 a:nth-of-type(2) img {
	top: 0;
	left: -2%;
	width: 50%;
	top: -3%;
	left: 20%;
	width: 55%;
}

.home01_list ul .home01_06 a img {
	top: -5%;
	left: -5%;
	width: 61%;
}

.home01_list ul .home01_07 a img {
	top: 4%;
	left: 4%;
	width: 75%;
}

.home01_list ul .home01_08 a img {
	top: -5%;
	margin: auto;
	left: 0;
	right: 0;
	width: 89%;
}

.home01_list ul .home01_10 a img {
	top: -5%;
	margin: auto;
	left: 0;
	width: 53%;
}

.home01_list ul .home01_10_ a img {
	top: -8%;
	left: 20%;
	width: 35%;
}

.home01_list ul .home01_shokurepo a img {
	top: -7%;
	left: -5%;
	width: 63%;
}

.home01_list ul .home01_10_gp a:nth-of-type(1) img {
	top: -15%;
	left: 15%;
	width: 41%;
}

.home01_list ul .home01_10_gp a:nth-of-type(2) img {
	top: -24%;
	right: 22%;
	width: 44%;
}


/*試合結果や先発情報、順位表はこちらで*/

.home_02 {
	position: relative;
	background-attachment: filxed
}

.home02_back {}

.home02_content {
	width: 95%;
	margin: auto;
}

.home02_wa01 {
	position: absolute;
	width: 50%;
	top: 83px;
	margin: auto;
	left: 0;
	right: 0;
	animation: purupuru_anim 1.5s infinite;
}

.home02_wa02 {
	position: absolute;
	animation: purupuru_anim 1.5s infinite;
	z-index: 1;
}

@keyframes purupuru_anim {
	0% {
		transform: translate(0, 0);
	}

	5% {
		transform: translate(-5px, -0);
	}

	10% {
		transform: translate(5px, 0);
	}

	15% {
		transform: translate(-5px, -0);
	}

	20% {
		transform: translate(5px, 0);
	}

	25% {
		transform: translate(-5px, -0);
	}

	30% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(0, 0);
	}
}

.score_h {
	background-image: url(../../images24/score_h.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	width: 4.5em;
	padding: 0.7em 0.2em 0.6em;
	position: relative;
	z-index: 1;
}

.score_h span {
	display: block
}

.yokokuoff,
.junioff,
.ticketoff {
	display: none;
}

.score_box,
.yokoku_box,
.ticket_inbox,
.juni_in {
	position: relative;
}

.score_boxin,
.yokoku_boxin,
.ticket_in,
.juni_inbox {
	background-color: #fff;
	position: relative;
}

.score_boxhed {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;

	padding: 12px 12px 5px;
	border-bottom: 1px solid #000;
	gap: 20px;
}

.score_boxhedh {
	font-weight: 600;
}

.score_boxhedh p {
	font-size: 30px;
	line-height: 1;
}

.score_boxhedh span {
	display: block;
	line-height: 1;
}

.score_boxhedds {
	font-weight: 900;
	font-size: 50px;
	line-height: 1;
}

.score_boxhedds p {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	gap: 10px;
}

.score_boxhedds span {
	display: inline-block;
	font-size: 0.7em;
}

.score_boxhedtb {
	font-weight: 600;
	font-size: 21px;
}

.score_m iframe {
	width: 100%;
	height: 217px;
	height: 254px;
	padding: 12px 12px 0;
}

@media screen and (max-width:768px) {
	.score_m iframe {
		height: 250px;
	}
}

.score_foot {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	border-top: 1px solid #000;
}

.score_footc {
	width: 50%;
	padding: 15px 2%;
	display: -webkit-flex;
	display: flex;
}

.score_footr {
	border-left: 1px solid #000;
}

.score_footimg {
	text-align: center;
	width: 22%;
}

.score_footimg span {
	display: inline-block;
	line-height: 1.5;
	margin-top: 0.5em;
	padding: 0 0.5em;
}

.score_foot01 {
	width: 75%;
	margin-left: 3%;
	font-weight: 500;
	display: flex;
	justify-content: center;
	flex-flow: column;
}

.score_foot01 ul li+li {
	margin-top: 0.2em;
	padding-top: 0.2em;
	border-top: 1px dashed #000;
}

.score_footl .score_footimg span {
	background-color: #f9b2eb;
}

.score_footr .score_footimg span {
	background-color: #5ee2cf;
}

.score_footl .score_foot01 p,
.score_footl .score_foot01 li {
	color: #f575db;
}

.score_footr .score_foot01 p,
.score_footr .score_foot01 li {
	color: #00d1b3;
}


.yokokuh {
	background-image: url(../../images24/home02_yokokuh.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	font-weight: 600;
	line-height: 1.2;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	z-index: 1;
	position: relative;
	width: 5em;
	height: 4em;
}

.yokoku_title {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	font-weight: 600;
}

.yokoku_title span {
	display: block;
}

.yokoku_hed {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: baseline;
	align-items: baseline;
	flex-wrap: wrap;
}

.yokoku_hedds {
	font-weight: 900;
}

.yokoku_hedds span {
	font-weight: 700;
}

.yokoku_hedtb {
	font-weight: 700;
}

.yokoku_hedh {
	background-color: #000;
	text-align: center;
	color: #fff;
	margin: 0.5em 0;
	padding: 0.2em 0;
}

.yokoku_mcbox {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	gap: 2%;
}

.yokoku_mc {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	gap: 2%;
}

.yokoku_logo {
	width: 50%;
	width: 40%;
}

.yokoku_img {
	width: 42%;
	width: 52%;
	/*text-align: center;*/
}

.yokoku_img p {
	font-weight: 500;
	margin-top: 0.5em;
}

/*チケット*/
.ticket {
	position: relative;
}

.ticket_hukidasi_pc {
	display: flex;
}

.ticket_hukidasi_sp {
	display: none;
}

.ticket_hukidasi {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;

	background-image: url(../../images24/home02_ticket_hukidasi.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: 900;
	line-height: 1.2;
	width: 6em;
	height: 5em;
	padding-left: 0.5em;
	padding-top: 0.3em;
	position: absolute;
	z-index: 1;
}

.ticket_hukidasi span {
	display: block;
	font-weight: 700;
}

.ticket_title {
	font-weight: 500;
	line-height: 1.2;
}

.ticket_title span {
	display: block;
}

.ticket_link {
	width: 200px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: 20px;
}

.link_botn .link_botnurl {
	background-color: #000;
	border: 2px solid #000;
	color: #ffff4d;
	position: relative;
	padding: 0.3em 1.5em 0.3em 0.5em;
	min-width: 200px;
	border-radius: 2em;
}

.link_botn .link_botnurl::before {
	position: absolute;
	right: 0.5em;
	margin: auto;
	top: 0;
	bottom: 0;
	font-size: 1.2em;
	transition: 0.5s;
}

.link_botn .link_botnurl:hover {
	background-color: #fff;
	color: #000;
}

.link_botn .link_botnurl:hover::before {
	right: 0.2em;
}

.ticket_list {
	margin-top: 10px;
}

.ticket_list ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	gap: 10px;
}

.ticket_list ul li a {
	position: relative;
	display: block;
	padding: 0 18% 0 0;
	overflow: hidden;
}

.ticket_list ul li a::after {
	content: "";
	background-image: url(../../images24/home02_ticket.svg);
	background-size: 100%;
	border: 1px solid #000;
	border-left: 0;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 18%;
}

.ticket_list ul li a::before {
	content: "";
	width: 32px;
	height: 35px;
	display: block;
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #000;
	margin: auto;
	top: 0;
	bottom: 0;
	right: -15px;
	z-index: 1;
}

.ticket_list article {
	background-color: #fcfd80;
	padding: 5px;
	border: 1px solid #000;
	border-right: 0px;
	position: relative;
}

.ticket_list article::before {
	content: "残り";
	width: 3em;
	height: 3em;
	text-align: center;
	display: block;
	background-color: #f684df;
	border-radius: 50%;
	padding: 0.7em 0;
	font-weight: 500;
	position: absolute;
	left: 5px;
	bottom: 5px;
}

.ticket_list article::after {
	content: "枚";
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-weight: 700;
}

.ticket_list ul li p {
	font-weight: 900;
}

.ticket_ltext {
	border: 1px solid #000;
	padding: 5px;
	padding: 0 7px 3px;
	margin-left: 10em;
	font-weight: 700;
}

.ticket_ltext p {
	position: relative;
	z-index: 1;
}

.ticket_ltext span {
	/*background-color: #f684df;*/
	position: relative;
	display: inline-block;
	padding: 3px;
	margin: 0 2px;
}

.ticket_ltext span::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 100%;
	height: 1.4em;
	background-color: #f684df;
	opacity: 0.8;
	padding: 5px;
	z-index: -1;
}


/*順位*/
.juni {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.juni .juni_hukidasi {
	background-image: url(../../images24/home02_juni.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 4em;
	height: 3.5em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-weight: 900;
	z-index: 1;
}

.juni_title {
	font-weight: 700;
}

.juni_title span {
	display: block;
}

.juni_table table {
	width: 100%;
	font-weight: 700;
}

.juni_table table thead th,
.juni_table table tbody th {
	background-color: #000;
	color: #fff;
	padding: 10px 5px;
	padding: 7px 5px;
	vertical-align: middle;
}

.juni_table table tbody td {
	padding: 10px 5px;
	padding: 2px 5px;
	height: 56px;
	text-align: center;
	vertical-align: middle;
}

.juni_table table tbody tr+tr {
	border-top: 1px solid #b4b3b4;
}

.juni_table table+small {
	margin-top: 1em;
	display: block;
}

.juni_table table tbody tr.carp,
.juni_table table tbody tr.carp th {
	background-color: #f684df;
	color: #000;
}

.juni_table .pet img {
	width: 100%;
	max-width: 36px;
}

/*試合日程------*/
.home_03 {
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #f684df;
	overflow: hidden;
}

.swiper-wrap01 {
	position: relative;
}

.home_03 .swiper-wrap01 {
	margin-top: 30px;
}

.home_03 .swiper-slide {
	background-color: #fff;
}

.schedulelisthed {
	background-color: #000;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-weight: 700;
}

.schedulelisthed span {
	color: currentColor;
	display: inline-block;
}

.schedule_c {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 30px 10px;
	text-align: center;
	font-weight: 700;
}

.schedule_keka>div {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-weight: 700;
	gap: 10px;
}

red {
	color: red;
}

.home_03 .swiper-slide .tag {
	padding: 10px;
	display: -webkit-flex;
	display: flex;
}

.home_03 .swiper-slide .tag>div {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	text-align: center;
	padding: 2px;
}

.home_03 .arrowWrap .swiper-button-next,
.home_03 .arrowWrap .swiper-button-prev {
	width: 44px;
	height: 44px;
	width: 3.4em;
	height: 3.2em;
	border-radius: 0.45em;
}

.n_event {
	background-color: #ffa56f;
}

.n_interview {
	background-color: #63ff92;
}

.n_ticket {
	background-color: #ffff4d;
}


.arrowWrap .swiper-button-next,
.arrowWrap .swiper-button-prev {
	width: 1em;
	width: 0.88em;
	color: #000;
	background-color: #fefd69;
	border-radius: 0.15em;
}

/*お知らせ------*/

.home_04 .fadeUpTrigger iframe {
	width: 100%;
}

.home_04 .ifrm-container {
	max-width: 1270px;
}

/*グッズ---*/

.home_05 {
	padding: 30px 0;
	background-color: #3ddcc5;
	overflow: hidden;
}

.home_05 .swiper-wrap01 {
	margin-top: 30px;
}

.goods_list {
	display: flex;
}

.goods_list a {
	position: relative;
	padding-right: 10px;
	padding-bottom: 10px;
}

.goods_list a::before {
	content: "";
	background-color: rgba(255, 255, 255, 0.10);
	background-image: radial-gradient(#000000 30%, transparent 33%), radial-gradient(#000000 30%, transparent 33%);
	background-position: 0 0, 10px 10px;
	background-size: 17px 17px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	bottom: 0;
	right: 0;
}

.goods_list a .goods-one {
	position: relative;
	background-color: #fff;
	border: 3px solid #000;
}

.goods-img {
	position: relative;
}

.goods-img::before {
	content: "";
	background-image: url(../../images24/home05_goodsimg.svg);
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.goods_list .txt-area {
	display: flex;
	flex-flow: column;
	text-align: center;
	background-color: #000;
	color: #fff;
	background-color: #fff;
	color: #000;
	font-weight: 700;
	padding: 1em;
}


/*スポンサードゲーム、、わがまち魅力発信隊--*/
.home_06,
.home_07 {
	overflow: hidden;
}

.home_06 .in,
.home_07 .in {
	max-width: 1500px;
}

.home_06 {
	background-image: url(../../images24/home07_bmob.png);
}

.home_06 {
	background-image: url(../../images24/home06_b.png);
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
}

.swiper-wrap02box {
	position: relative;
	margin-top: 30px;
}

.swiper-wrap02 {
	position: relative;
	width: 90%;
	margin: auto;
	overflow: hidden;

}

.swiper-wrap02 ul {}

.swiper-wrap02 a {
	display: block;
	border: 3px solid #000;
	background-color: #fff;
	padding: 20px;
	text-align: center;
	font-weight: 700;
}

.swiper-wrap02box .swiper-button-next,
.swiper-wrap02box .swiper-button-prev {
	background-color: #3ddcc5;
}

.swiper-wrap02 .swiper-button-next {
	right: -60px;
}

.swiper-wrap02 .swiper-button-prev {
	left: -60px;
}

.swiperwrap02_img>div {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 79%;
}

.swiperwrap02_img {
	margin-bottom: 10px;
}

.swiper-wrap02 a span {
	display: block;
}

.home_07 {
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #f684df;
}


/*フォト、ムービー--*/

.home08_llist,
.home08_rlist {
	overflow: hidden;
}

.home08_l .h_titlem {
	text-align: left;
}

.home08_r .h_titlem {
	text-align: right;
}

.home08_l .h_titlem p span,
.home08_r .h_titlem p span {
	font-family: "source-han-sans-japanese", sans-serif;
	display: inline-block;
	margin-left: 1em;
	font-size: 20px;
}

.home08_l div.h_titlem p.AB-c {
	position: relative;
}

.home08_l div.h_titlem p.AB-c::after {
	content: "　フォト";
	position: absolute;
	top: 25%;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 20px;
}

.home08_r div.h_titlem p.AB-c {
	position: relative;
	padding-right: 100px;
}

.home08_r div.h_titlem p.AB-c::after {
	content: "　ムービー";
	position: absolute;
	right: 0;
	top: 25%;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 20px;
}

.home08_lhukidasi img,
.home08_rhukidasi img {
	margin-top: -30px;
	width: 50%;
	width: 30%;
	width: 28%;
}


.home08_lhukidasi p,
.home08_rhukidasi p {
	font-size: 40px;
	transform: scale(1, 1.1);
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 900;
}

.home08_lhukidasi {
	background-image: url(../../images24/home08_lhukidasi.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	font-weight: 600;
	line-height: 1.2;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	z-index: 1;
	width: 9em;
	height: 6.5em;
	padding-bottom: 1.5em;
	text-align: center;
}

.home08_rhukidasi {
	background-image: url(../../images24/home08_rhukidasi.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	font-weight: 600;
	line-height: 1.2;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 9em;
	height: 6.5em;
	text-align: center;
	margin-left: 75px;
}

.home08_lc {
	position: relative;
}

.home08_lcb::after {
	content: "";
	display: block;
	position: absolute;
	background-image: url(../../images24/home08_lcb.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.home08_lcb {
	background-color: #00d1b3;
}

.home08_llistb {
	position: relative;
	z-index: 1;
	padding-right: 10px;
	padding-bottom: 10px;
}

.home08_llistb::after {
	content: "";
	background-color: rgba(255, 255, 255, 0.10);
	background-image: radial-gradient(#000000 30%, transparent 33%), radial-gradient(#000000 30%, transparent 33%);
	background-position: 0 0, 10px 10px;
	background-size: 17px 17px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	bottom: 0;
	right: 0;
}

.home08_llistwrap {
	border: 5px solid #000;
	background-color: #fff;
	padding: 20px;
	position: relative;
	z-index: 1;
}

.home08_llist .swiper-slide {
	font-size: 0;
}

.home_08 .arrowWrap .swiper-button-next,
.home_08 .arrowWrap .swiper-button-prev {
	background-color: #000;
	color: #fff;
}

.home08_rc {
	position: relative;
	margin-top: 20px;
	/*left: -50px;
	z-index: 1;*/
}

.home08_rcb {
	position: relative;
	background-color: #f684df;
	background-image: url(../../images24/home08_rcb.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home08_rcb ul {
	aspect-ratio: 16 / 9;
}

.home08_rc .youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.youtube iframe {
	width: 100%;
	height: 100%;
}

.home08_rlistb {
	position: relative;
}

.home_08 .swiper-button-prev,
.home_08 .swiper-rtl .swiper-button-next {
	left: -1em;
}

.home_08 .swiper-button-next,
.home_08 .swiper-rtl .swiper-button-prev {
	right: -1em;
}

/*フォト、ムービー--*/
.home_08 {
	max-width: 1470px;
	max-width: 1540px;
	margin: 0 auto;
}

.home_08 .in {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-left: 20px;
	padding-right: 20px;
}

.home08_l,
.home08_r {
	width: 49%;
	position: relative;
}

.home08_l {
	right: -40px;
}

.home08_r {
	left: -40px;
}

.home08_l .swiper-button-next {
	right: -18px;
}

.home08_l .swiper-button-prev {
	left: -24px;
}

.home08_lhukidasi,
.home08_rhukidasi {
	font-size: 34px;
}

.home08_lc {
	margin-top: 20px;
}

.home08_lc::before,
.home08_rc::before {
	content: "";
	display: block;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home08_lc::before,
.home08_lcb {
	clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}

.home08_lc::before {
	transform: scale(1.015, 1.02);
}

.home08_lcb {
	padding: 138px 15% 20px 70px;
}

.home08_lhukidasi {
	position: absolute;
	top: -20px;
	left: 20%;
}

.home_08 .arrowWrap {
	font-size: 50px;
}

.home08_rhukidasi {
	position: absolute;
	z-index: 2;
	top: -30px;
	left: 0;
}

.home08_rc::before,
.home08_rcb {
	clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
}

.home08_rc::before {
	transform: scale(1.015, 1.02);
}

.home08_rcb {
	padding: 192px 130px 20px 27%;
	padding: 175px 130px 20px 27%;
	padding: 184px 19% 20px 27%;
	padding: 30% 19% 20px 27%;
	padding: 200px 19% 20px 27%;
	padding: 27% 19% 3% 27%;
	padding: 30% 19% 3% 27%;
}

.home08_rcb .moreBtn3wrap {
	margin-top: 4.5em;
	margin-top: 4.2em;
	margin-top: 2.9em;
	margin-top: 3.6em;
	margin-top: 2.6em;
}

/*バナー----*/
.home_09 {
	padding: 36px 0 !important;
}

.banner_01 {
	max-width: 1180px;
	margin: 0 auto;
}

.banner_01 ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	gap: 20px;
}

.banner_02 {
	max-width: 1300px;
	margin: 40px auto 0;
}

.banner_02 ul {
	grid-gap: 1rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.banner_02 ul li {
	text-align: center;
	font-weight: 700;
}

.banner_02 ul li i {
	color: #00d1b3;
	font-size: 100px;
	font-size: 78px;
	line-height: 1;
	margin-bottom: 10px;
}

/*スポンサーバナー----*/
.sponsor_banner {
	max-width: 1300px;
	margin: 30px auto 0;
}

.sponsor_l {
	text-align: center;
	padding: 0 30px;
}

.sponsor_r ul {
	/*
	font-size: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	grid-gap: 10px;
	*/
	display: flex;
	flex-wrap: wrap;
}

.sponsor_r ul li {
	justify-content: center;
	width: calc(100% / 4);
	min-width: 130px;
	padding: 5px;
}

.sponsor_r ul li img {
	vertical-align: middle;
}

/**/
#countdown.displayno {
	display: none;
}

#countdown {
	position: relative;
	width: 100%;
	width: 40%;
	max-width: 500px;
	margin: 20px auto 0;
}

#countdown .swiper-pagination-bullet-active {
	background-color: #f684df;
}

#countdown .swiper-horizontal>.swiper-pagination-bullets,
#countdown .swiper-pagination-bullets.swiper-pagination-horizontal,
#countdown .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -21px;
}

#countdown .swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 16px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 16px));
}
