@charset "UTF-8";
/* CSS Document */

/*======================================
 トップページ用CSS
=======================================*/
body {
	/* ボディ */
	background: #ffffff;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	font-family: 'Noto Sans JP', sans-serif;
}

/*======================================
　* 位置
=======================================*/
#Top-Left {
	width: 915px;
	float: left;
}

#Top-Right {
	width: 285px;
	padding-left: 12px;
	float: right;
	padding-top: 38px;
}

/* PC（1200px以下） */
@media screen and (max-width: 1200px) {
	#Top-Right {
		width: 23.75%;
		padding-right: 12px;
	}

	#Top-Left {
		width: 76.25%;
	}
}

/* SP（801px以下） */
@media screen and (max-width: 801px) {
	#Top-Right {
		width: 100%;
		padding-top: 0;
	}

	#Top-Left {
		width: 100%;
		padding-left: 0;
	}
}

h2 {
	text-align: center;
	font-size: 150% !important;
	color: rgba(255, 255, 255, 1.00);
	color: #ff0000;
}

/*======================================
　* スコアボード
=======================================*/
.header #score {
	/*display:block !important;*/
	display: inline-block;
	/*display: none;*/
	text-align: center;
	width: 670px;
	/*height: 172px;*/
	padding-bottom: 1%;
	margin-top: 32px;
	margin: 0 auto;
}

.header #score h2 {
	text-align: center;
	color: #000;
	font-weight: bold;
	padding: 5px 0 0;
	margin: 5px 0 0;
	font-size: 30px !important;
	font-family: Helvetica, Arial, "sans-serif";
	line-height: 1;
}

.header #score iframe {
	width: 670px;
	height: 135px;
}

@media screen and (max-width: 1290px) {
	.header #score {
		display: block !important;
		/*display:none !important;*/
	}
}

/* SP（769px以下） */
@media screen and (max-width: 769px) {

	/* PC */
	.header #score {
		margin: 0 auto;
		text-align: center;
	}

	.header #score h2 {
		text-align: center;
	}

	.header #score iframe {
		display: block;
		/*表示したいとき外す↓*/
		/*display:none !important;*/
		float: none;
		overflow: hidden;
	}
}

/* SP（641px以下） */
@media screen and (max-width: 641px) {
	.header #score h2 {
		width: auto;
		font-size: 25px !important;
	}

	.header #score {
		display: block !important;
		width: 99%;
		padding: 0 15px;
		/*表示したいとき外す↓*/
		/*display:none !important;*/
		height: 156px;
	}

	/* SP（641px以下） */
	@media screen and (max-width: 550px) {
		.header #score {}
	}

	/* スマホ */
	.header #score iframe {
		width: 100%;
		display: block !important;
		/*表示したいとき外す↓*/
		/*display:none !important;*/
	}
}

/*======================================
　* slick用
=======================================*/

.main-slider {
	opacity: 0;
	transition: opacity .3s ease-in-out;
}

.main-slider.slick-initialized {
	opacity: 1;
}

/*======================================
　* カレンダー
=======================================*/
#calendar {
	display: inline-block;
	width: 19%;
	margin-top: 19px;
	margin-left: 5px;
}

#calendar iframe {
	width: 100%;
	/*7月,10月*/
	height: 345px;
}

/* SP（1290px以下） */
@media screen and (max-width: 1290px) {
	#calendar {
		display: none;
	}
}

/*======================================
　* 試合情報 ブレイクポイント
=======================================*/
/* 非表示にする */
/*
#top-gameinfo{
	display:none !important;
}
*/
.top-gameinfo {
	display: none !important;
}

/* SP（641px以下） */
@media screen and (max-width: 641px) {
	.top-gameinfo {
		display: block !important;
		/* 非表示にする */
		/*
	display:none !important;
*/
	}
}


/*======================================
　* 予告先発投手
=======================================*/
/*#yokokuSenpatsu {
	margin-top: 40px;
	border: solid 1px #000;
}
#yokokuSenpatsu h2 {
	font-size:15px!important;
	background: #000;
	color:rgba(255,255,255,1.00);
	padding: 6px;
	font-weight: bold;
}
#yokokuSenpatsu h3 {
	color:rgba(0,0,0,1.00);
	font-size: 14px;
	font-weight:normal;
	text-align:center;
	padding-top: 2px;
padding-bottom: 0px;
}
#yokokuSenpatsu .dat{
	text-align:center;
	padding-bottom: 8px;
line-height: 12px;
}
div#yokokuSenpatsu h3:nth-child(2) {
	border-top:none;
}
#yokokuSenpatsu table {
	width:100%;
}
#yokokuSenpatsu td {
	vertical-align:middle;
	width:50%;
	overflow:hidden;
	text-align:center;
		padding-bottom: 6px;
	font-size: 14px;
	padding-top: 7px;
}
}
#yokokuSenpatsu p {
	font-size:90%;
	color:#000;
}
#yokokuSenpatsu img {
	vertical-align:middle;
	width:30px;
	margin:3px 10px 3px 3px;
}*/
/* SP（769px以下） */
/*@media screen and (max-width: 1290px){
#yokokuSenpatsu {
	padding: 0 20px;
	width:100%;
	margin-top:0;
	margin-bottom:0px;
	margin-left:0;
	border:none;
}
#yokokuSenpatsu img {
	display:block;
	margin:0 auto;
	text-align:center;
}
}*/

.headTop {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	margin-left: 155px;
}

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

	.headTop {
		margin-left: auto;
	}

}

/*======================================
　* 本日の残券情報
=======================================*/
#zanken .date {
	float: right;
	font-weight: normal;
	font-size: 60% !important;
	padding-top: 8px;
	padding-right: 1%;
}

#zanken table {
	width: 100%;
	border-top: 1px #999 solid;
}

#zanken table th {
	background: #eeeef0;
}

#zanken thead tr {
	border-top: 1px #999 solid;
}

#zanken tbody tr:nth-child(2) {
	border-top: 1px #ccc solid;
}

#zanken table th {
	padding: 2%;
	text-align: left;
}

#zanken table td {
	padding: 1% 2%;
	font-size: 12px;
}

/* PC（989px以下） */
@media screen and (max-width: 989px) {
	#zanken h2 {
		font-size: 90%;
	}
}

/* SP（641px以下） */
@media screen and (max-width: 641px) {
	#zanken h2 {
		text-align: left;
	}
}

/*======================================
　* 順位表
=======================================*/
/*#juni{
	padding-left:1px;
}
#juni h2{
	text-align: center;
	position: relative;
}
#juni .date{
	position: absolute;
	right: 0;
	font-weight:normal;
	font-size:60% !important;
	padding-top:13px;
	line-height: 13px;
	text-align: right;
}
@media screen and (min-width: 1048px) {
#juni .date br{
	display: none;
}
}
@media screen and (max-width: 764px) {
#juni .date br{
	display: none;
}
}
#juni tbody{
	background:#fff;
	border:1px #999 solid;
}
#juni  tr.carp{
	background:#ffcccc !important;
}
#juni table tr th:nth-child(1) {
	text-align: center;
}
#juni table tr td:nth-child(2) {
	text-align:left;
}
#juni th{
	font-weight:normal;
}
#juni p {
	text-align:right;
	margin:4px 4px 0 0;
	font-size: 12px;
}
#juni table {
	font-size: 13px;
	width: 100%;
	border-collapse: collapse;
}
#juni table thead th{
	padding: 3px 0px 4px;
	text-align: center;
}
#juni table th,
#juni table td {
	padding: 9.5px 3px;
	text-align: center;
}
#juni tbody tr {
	border-top:1px #999 solid;
}*/

/* PC（989px以下） */
/*@media screen and (max-width: 989px) {
#juni{
	padding:0 7px;
	max-width: 600px;
	margin: 0 auto 10px;
}
#juni table {
	font-size: 11px;
}
#juni table td,
#juni table th {
	padding: 3px 0px;
}
}
@media screen and (max-width: 768px) {
#juni{
	margin: 14px auto 10px;
}
}*/
/*======================================
　* ブログ
=======================================*/
#blog {
	margin-bottom: 10px;
	overflow: hidden;
	max-width: 600px;
	margin: 0 auto 10px;
}

#blog h3 a {
	display: block;
	background: #999;
	color: rgba(255, 255, 255, 1.00);
	padding: 1px 10px;
	font-weight: normal;
	border-radius: 7px;
	text-decoration: none;
	font-size: 120%;
	font-size: 18px;
	margin-top: 15px;
	text-align: center;
	transition: all 0.5s ease-out;
}

#blog h3 a:hover {
	background-color: #000;
}

#blog .yamabe-blog a {
	overflow: hidden;
	position: relative;
	margin-top: 50px;
	margin-bottom: 5px;
}

#blog .blog_img1 {
	float: left;
	width: 40%;
	border: 1px solid #ccc;
}

#blog .blog_txt1 {
	float: left;
	width: 60%;
}

#blog .yamabe-blog img {
	display: block;
	float: right;
	position: relative;
	top: -86px;
	margin-bottom: -86px;
}

#blog h4 {
	font-weight: normal;
}

#blog h4,
#blog p {
	margin: 0 10px;
}

.blog {
	display: none;
}

/* SP（641px以下） */
@media screen and (max-width: 641px) {
	.blog {
		display: block;
	}

	#blog {
		display: block;
		width: 100%;
		padding: 0 7px;
	}

	#blog p {
		padding-left: 2%;
	}

	#blog h4 {
		padding-left: 2%;
	}
}

#blog .bg {
	background-color: #f8f4e5;
	border-radius: 7px;
	margin-top: 5px;
	padding: 6px 7px;
	font-size: 14px;
}

/*======================================
　* スライド（slick）
=======================================*/
/* メインスライド */
.main-slider {
	margin: 0 auto;
	width: 100%;
}

.main-slider img {
	height: auto;
	width: 100%;
}

.main-slider .slick-prev {
	left: 80px;
	z-index: 100;
}

.main-slider .slick-next {
	right: 80px;
}

.main-slider .slick-prev::before,
.main-slider .slick-next::before {
	opacity: 1.0 !important;
	font-size: 30px;
}

.w1200px {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.w1200px.row {
	text-align: center;
}

/* PC（1200px以下） */
@media screen and (max-width: 1200px) {
	.w1200px {
		width: 100%;
	}
}

/*======================================
　* メインバナー（上部）
=======================================*/
.top_bg {
	background: #efefef;
}

@media screen and (max-width: 1290px) {
	.top_bg {
		display: none;
	}
}

.bg1 {
	padding-top: 45px;
	padding-bottom: 25px;
}

.main-banner {
	padding: 24px 0;
	overflow: hidden;
}

.main-banner ul {
	width: 100%;
	text-align: center;
}

.main-banner li {
	max-width: 217px;
	width: 25%;
	/*float:left;*/
	padding-right: 12px;
	display: inline-block;
}

/* PC（1199px以下） */
@media screen and (max-width: 895px) {
	.main-banner li {
		width: 24%;
		padding: 3px;
	}
}

/* SP（639px以下） */
@media screen and (max-width: 640px) {
	.main-banner li {
		width: 49%;
		padding: 9px;
	}

	.main-banner li img {
		width: 100%;
	}

	.main-banner {
		padding: 14px 0;
		overflow: hidden;
	}
}

/*======================================
　* メインバナー（上部）5つのとき
=======================================*/
.main-banner2 {
	overflow: hidden;
	padding: 0 0 4px;
}

.main-banner2 li {
	float: left;
}

.main-banner2 li img {
	border: 4px #fff solid;
}

/* PC（1201px以上） */
@media screen and (min-width: 1201px) {
	.main-banner2 {
		padding: 0 4px;
	}

	.main-banner2 ul {
		width: 100%;
	}

	.main-banner2 li {
		width: 20%;
	}

	.main-banner2 li img {
		width: 100%;
	}
}

/* PC（1200px以下） */
@media screen and (max-width: 1200px) {
	.main-banner2 li {
		width: 220px;
	}
}

/* PC（1199px以下） */
@media screen and (max-width: 1199px) {
	.main-banner2 li {
		width: 20%;
	}
}

/* SP（639px以下） */
@media screen and (max-width: 639px) {
	.main-banner2 li {
		width: 50%;
	}

	.main-banner2 li.win-img {
		width: 100%;
	}

	.main-banner2 li img {
		width: 100%;
	}
}

/* 640px以上での表示・非表示
------------------------- */
/* PC（640px以上） */
@media screen and (min-width: 640px) {
	.hidden640 {
		display: block;
	}

	.hidden639 {
		display: none;
	}
}

/* 639px以下での表示・非表示
------------------------- */
/* PC（639px以下） */
@media screen and (max-width: 639px) {
	.hidden640 {
		display: none;
	}

	.hidden639 {
		display: block;
	}
}

/*======================================
　* 週間スケジュール
=======================================*/
#weekly-out {}

#weekly {
	width: 100%;
	height: 350px;
}

/* SP（801px以下） */
@media screen and (max-width: 921px) {
	#weekly {
		display: none;
	}
}

/* SP（641px以下） */
@media screen and (max-width: 641px) {
	#weekly {
		display: none;
	}
}

/*======================================
　* バナー
=======================================*/
.sub-banner {}

.sub-banner a {
	margin: 0 auto;
	text-align: center;
	display: block;
}

.sub-banner a:hover {
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.4s ease-out 0s;
}

.yamabe-photo,
.gourmet {
	margin-bottom: 8px;
}

/* SP（769px以下） */
/*
@media screen and (max-width: 769px){
.sub-banner {
	display:block;
}
.sub-banner a {
	width:48%;
	margin:1%;
	float:left;
}
}
*/

/*======================================
　* NEWS HEADLINE
=======================================*/
#newsHeadline {
	width: 100%;
	height: auto;
	padding-bottom: 39px;
	background-color: #fff;
	padding-top: 27px;
	position: relative;
}

#newsHeadline::after {
	position: absolute;
	/*background-image: url("../../images23/wave.png");*/
	bottom: -14px;
	left: 0;
	background-repeat: repeat-x;
	content: "";
	height: 15px;
	width: 100%;
	z-index: 1;
}

#newsHeadline .nwrap {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	z-index: 1;
}

#newsHeadline h2 {
	text-align: left;
	margin-bottom: 9px;
}

#newsHeadline h2 span {
	color: #272727;
	font-size: 65px;
	letter-spacing: 0.05em;
	font-weight: 700;
	font-family: 'Barlow Condensed', sans-serif;
	transform: scale(0.95, 1);
	display: inline-block;
	line-height: 1em;
}

#newsHeadline h2 span.tit-color {
	color: #7b030a;
}

#newsHeadline table th {
	width: 50%;
}

#newsHeadline table td {
	width: 25%;
}

/* PC（1000px以下） */
@media screen and (max-width: 1000px) {
	.btn-news {
		text-align: right !important;
	}
}

.btn-news {
	text-align: right;
	padding-top: 10px;
}

.btn-news img {
	vertical-align: middle;
}

#newsHeadline iframe {
	width: 100%;
	height: 556px;
}

#newsHeadline iframe::-webkit-scrollbar {
	display: none;
	/*「Google Chrome」「Safari」「Microsoft Edge」対応のスクロールバー非表示コード*/
}

@media screen and (max-width: 801px) {
	#newsHeadline iframe {
		/*  height: 696px;*/
		margin: 0;
	}
}

/* SP（641px以下） */
@media screen and (max-width: 640px) {
	#newsHeadline {
		padding-top: 26px;
		padding-bottom: 33px;
	}

	/*#newsHeadline h2{
	text-align:left;
	padding-left:4% !important;
}*/
	.btn-news {
		padding-right: 8px;
	}

	#newsHeadline iframe {
		height: 600px;
		margin: 0;
	}

	#newsHeadline .ifrm-container {
		/*height:200px;*/
		margin: 0;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	#newsHeadline .ifrm-container::-webkit-scrollbar {
		width: 8px;
	}

	#newsHeadline .ifrm-container::-webkit-scrollbar-track {
		border-radius: 5px;
		background: #f0f0f0;
	}

	#newsHeadline .ifrm-container::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #ccc;
	}

	#newsHeadline table th {
		width: 70%;
	}

	#newsHeadline table td {
		width: 30%;
	}

	#newsHeadline table .sp-no {
		display: none;
	}

	#newsHeadline h2 {
		margin-left: 23px;
	}

	#newsHeadline h2 span {
		font-size: 44px;
		letter-spacing: 0.06em;
	}
}

.bg2 {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* SP（641px以下） */
@media screen and (max-width: 641px) {
	.bg2 {
		padding: 7px 0;
	}
}

/*======================================
　* INFORMATION
=======================================*/
#info {
	background: #eeeeee;
	/*padding:34px 0 56px; h2ありの時*/
	padding: 56px 0;
}

#info h2 {
	color: #000;
	font-size: 24px !important;
	font-weight: normal;
	font-family: Helvetica, Arial, "sans-serif";
	margin-bottom: 26px;
}

#info ul {
	text-align: center;
}

#info li {
	float: left;
	width: 220px;
	width: 20%;
}

#info li img {
	border: 4px #eeeeee solid;
}

/* PC（769px以下） */
@media screen and (max-width: 769px) {
	#info {
		padding: 7px 0;
	}

	#info h2 {
		margin-bottom: 0;
	}

	#info li {
		width: 25%;
	}

	#info li img {
		border: 2px rgba(247, 246, 245, 1.00) solid;
	}
}

/* SP（639px以下） */
@media screen and (max-width: 639px) {
	#info li {
		width: 50%;
	}
}

/*======================================
　* スペシャルバナー（下部）
=======================================*/
#banner {
	padding: 40px 17px 50px;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
}

#banner .bwrap {
	margin: 0 auto;
	max-width: 1110px;
	width: 100%;

}

#banner .jera-banner {
	width: 38.1%;
	padding: 0 22px 0 0;
}

#banner .o-banner {
	width: 61.9%;
	padding: 0 0 0 22px;
	/*
	width: 100%;
	padding: 0;
	*/
}

#banner .o-banner li {
	display: inline-block;
	width: calc(100% / 4 - 12px);
	margin: 0 0px 10px 12px;
}

/* PC（989px以下） */
@media screen and (max-width: 899px) {
	#banner .o-banner ul {
		width: 100%;
		/*display: flex;
	justify-content: center;*/
		text-align: center;
	}

	#banner li {
		/*jcbバナーをスマホで上下に並べるのにwidth:49%を変更*/
		width: 100%;
		/*padding:1%;*/
	}
}

/* SP（641px以下） */
@media screen and (max-width: 750px) {
	#banner {
		padding: 29px 15px 19px;
		padding: 0 15px 19px;
	}

	#banner .jera-banner {
		width: 100%;
		padding: 0 32px;
		margin-bottom: 29px;
	}

	#banner .o-banner {
		width: 100%;
		padding: 0;
	}

	#banner .o-banner li {
		display: none;
		width: calc(50% - 4px);
		margin: 0 2px 11px;
		padding: 0;
	}

	/* スマホも表示 */
	#banner .o-banner li.sp_on {
		display: inline-block;
	}
}

.inline_center {
	display: inline-block;
	width: 59%;
	vertical-align: top;
}

.inline_hidden {
	display: inline-block;
	width: 24%;
	vertical-align: top;
	max-width: 632px;
}

#banner .wrap {
	padding: 20px 22px;
}

@media screen and (max-width: 1290px) {
	.inline_hidden {
		padding: 0 20px;
		width: 100%;
		margin-top: 0;
		margin-bottom: 0px;
		margin-left: 0;
		border: none;
	}

	#weekly-out {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	.inline_hidden {
		padding: 0 16px;
	}

	#weekly-out {
		display: none;
	}
}

#urgent {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 20px;
}

#urgent .waku {
	border: 1px solid #ec0000;
	background-color: #ffecec;
}

#urgent .waku p {
	font-size: 17px;
	padding: 25px 30px;
	font-weight: bold;
	color: #ec0000;
	letter-spacing: 1px;
}

#urgent a {
	text-decoration: none;
}

#urgent a:hover {
	text-decoration: none;
}

#urgent a:hover .waku {
	opacity: 0.6;
}

#urgent a:focus {
	text-decoration: none;
	outline: none;
}

#urgent .waku2 {
	border: 1px solid #ec0000;
	background-color: #ec0000;
}

#urgent .waku2 p {
	font-size: 17px;
	padding: 25px 30px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
}

#urgent a:hover .waku2 {
	opacity: 0.6;
}

#urgency {
	width: 100%;
	max-width: 1385px;
	margin: 10px auto 15px;
	padding: 0 20px;
}

#urgency .waku {
	background-image: linear-gradient(-45deg,
			#df0e00 25%,
			#c80c00 25%,
			#c80c00 50%,
			#df0e00 50%,
			#df0e00 75%,
			#c80c00 75%,
			#c80c00);
	background-size: 8px 8px;
	background-attachment: fixed;
	border-radius: 8px;
}

#urgency p {
	color: #fff;
	font-weight: bold;
	padding: 8px 30px;
	font-size: 20px;
	letter-spacing: 1px;
	padding-left: 166px;
}

@media screen and (max-width: 921px) {
	#urgency p {
		color: #fff;
		font-weight: bold;
		padding: 8px 30px;
		font-size: 19px;
		letter-spacing: 1px;
		padding-left: 30px;
	}
}

@media screen and (max-width: 645px) {
	#urgency p {
		padding: 8px 10px;
		font-size: 17px;
		letter-spacing: 0px;
		padding-left: 20px;
		text-align: center;
	}
}

#urgency a {
	text-decoration: none;
}

#urgency a:hover {
	text-decoration: none;
}

#urgency a:hover .waku {
	opacity: 0.6;
}

#urgency a:focus {
	text-decoration: none;
	outline: none;
}

#top-bn .atn {
	max-width: 1365px;
	margin: 0 auto;
	padding: 10px;
	width: 100%;
	transition: all 0.3s ease-out;
}

#top-bn .atn a:hover {
	opacity: .6;
}

#top-bn .atn_pc2 {
	padding-bottom: 10px;
}

#top-bn .nenshi_pc2 {
	padding-top: 10px;
}

#top-bn .atn_sp2 {
	margin-bottom: 10px;
}

@media screen and (max-width: 845px) {
	#top-bn .atn_pc {
		display: none;
	}

	#top-bn .atn_pc2 {
		display: none;
	}

	#top-bn .nenshi_pc2 {
		display: none;
	}
}

@media screen and (min-width: 845px) {
	#top-bn .atn {
		width: 27.7%;
	}

	#top-bn .atn_sp {
		display: none;
	}

	#top-bn .atn_sp2 {
		display: none;
	}
}

#top-bn {
	max-width: 1300px;
	width: 100%;
	margin: 20px auto 0;
}

#top-bn .slide {
	padding: 10px;
	/*padding-right: 10px;*/
}

@media screen and (min-width: 845px) {
	#top-bn .slide {
		width: 72.3%;
		/*padding-right: 0;*/
	}
}

.main-slider .slick-next {
	right: 18px;
}

.main-slider .slick-prev {
	left: 8px;
	z-index: 100;
}

/*------------------
　ブログバナー
--------------------*/
.bn a:hover {
	text-decoration: none;
}

.bn a:hover span {
	text-decoration: none;
	outline: none;
	color: #ff0000;
}

.bn a:hover p {
	text-decoration: none;
	outline: none;
	color: #ff0000;
}

.bn a:focus {
	text-decoration: none;
	outline: none;
}

.takaaki div,
.ioh div {
	margin: 10px 5px 42px;
	margin: 10px 5px 29px;
	margin: 2px 5px 17px;
	margin: 0 0px 15px;
}

.takaaki p,
.ioh p {
	margin-left: 10px;
	line-height: 29px;
	font-size: 15px;
	display: inline;
}

.takaaki span,
.ioh span {
	font-size: 15px;
	margin-left: 46px;
	display: inline-block;
	position: relative;
}

.takaaki span.new::before,
.ioh span.new::before {
	content: url("../../images21/new.svg");
	position: absolute;
	left: -43px;
	width: 34px;
	top: 5px;
}

.bn img {
	transition: all 0.3s ease-out;
}

.bn a:hover img {
	transform: scale(1.1, 1.1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: .6;
}

.takaaki article,
.ioh article {
	overflow: hidden;
}

/*------------------
　メニューバナー
--------------------*/

#m-banner {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 30px;
}

#m-banner p {
	font-size: 15px;
	line-height: 21px;
	margin-top: 10px;
	position: relative;
}

#m-banner p::after {
	content: url("../../images21/arrow.svg");
	position: absolute;
	width: 19px;
	margin-left: 4px;
}

#m-banner .ticket {
	overflow: hidden;
}

#m-banner .span_3 {
	padding: 10px;
}

@media screen and (max-width: 845px) {
	#m-banner .span_3 {
		width: 50%;
		padding: 6px;
	}

	#m-banner p {
		font-size: 13px;
		margin-top: 5px;
	}

	#m-banner {
		padding: 0 10px;
	}
}

@media screen and (max-width: 600px) {
	#m-banner .span_3 {
		padding: 4px;
	}
}

#m-banner img {
	transition: all 0.3s ease-out;
}

#m-banner a:hover img {
	opacity: 0.6;
	transform: scale(1.1, 1.1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#m-banner a:hover p {
	text-decoration: none;
	color: #ff0000;
}

#m-banner a:hover {
	text-decoration: none;
}

/*---------------------
     PHOTO TOPICS
----------------------*/
#p-banner {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 20px 0;
}

#p-banner h2 {
	color: #000;
	text-align: center;
	padding: 4px 0;
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 25px !important;
	letter-spacing: 1px;
	font-weight: bold;
}

#p-banner h3 {
	color: #000;
	text-align: center;
	padding: 6px 0;
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 22px !important;
	letter-spacing: 1px;
	font-weight: bold;
}

#p-banner p {
	font-size: 15px;
	line-height: 21px;
	margin-top: 10px;
}

#p-banner .ticket {
	overflow: hidden;
}

#p-banner .bnwaku {
	padding: 0 10px 10px;
}

#p-banner .bnwaku2 {
	padding: 10px;
}

#p-banner .embed-youtube {
	width: 100%;
}

#p-banner .embed-youtube iframe {
	width: 100%;
	height: 192px;
}

@media screen and (max-width: 845px) {
	#p-banner {
		padding: 0 10px;
	}

	#p-banner .span_3 {
		width: 50%;
		padding: 6px;
	}

	#p-banner .span_6 {
		width: 100%;
	}

	#p-banner .bnwaku {
		width: 50%;
		padding: 0 6px 6px;
	}

	#p-banner .embed-youtube iframe {
		height: 230px;
	}
}

@media screen and (max-width: 600px) {
	#p-banner {
		padding: 0 10px;
	}

	#p-banner .span_3 {
		padding: 4px;
	}

	#p-banner .bnwaku {
		padding: 0 4px 4px;
	}

	#p-banner h2 {
		font-size: 16px !important;
		letter-spacing: 0px;
		padding: 4px 0 0;
	}

	#p-banner h3 {
		font-size: 16px !important;
		letter-spacing: 0px;
		padding: 4px 0 0;
	}

	#p-banner .embed-youtube iframe {
		height: 107px;
	}
}

#p-banner img {
	transition: all 0.3s ease-out;
}

#p-banner a:hover img {
	opacity: 0.6;
	transform: scale(1.1, 1.1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#p-banner a:hover p {
	text-decoration: none;
	color: #ff0000;
}

#p-banner a:hover {
	text-decoration: none;
}

/*-------------------------------
　　　　ウィークリー＆予告先発
---------------------------------*/

.w1365px {
	width: 100%;
	max-width: 1365px;
	margin: 0 auto;
	overflow: hidden;
}

.bg1 {
	margin-top: 10px;
}

/*-------------------------------
　　　　ニュース＆順位表
---------------------------------*/

.w1365px {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}

.bg1 {
	margin-top: 10px;
	margin-bottom: 10px;
}

#newsHeadline .type2-h2 a {
	position: absolute;
	top: 24px;
	right: 20%;
}

#banner .o-banner ul {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	font-size: 0;
}

#banner .wrap {
	padding: 18px 32px;
	background-color: #eae9ea;
}

#banner .embed {
	position: relative;
	padding-top: 56%;
	/*border: solid #0f0f0f 1px;
	margin-bottom: 20px;*/
}

#banner .embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#banner .img-responsive {
	width: 100%;
}

#banner a {
	display: inline-block;
}

#banner .jera {
	list-style: none;
}

/*#juni {
    max-width: 370px;
	margin-left: auto;
	display: inline-block;
	float: left;
	width: 20%;
	margin-top: 14px;
	margin-right: 5px;
}

@media screen and (max-width: 1290px){
#juni {
    max-width: 370px;
	float: none;
	width: 100%;
	margin: 0 auto;
	display: block;
}
}*/

@media screen and (max-width: 783px) {
	.bg2 .span_8 {
		width: 100%;
	}

	.bg2 .span_4 {
		width: 100%;
	}

	#banner .span_6 {
		width: 50%;
	}
}

@media screen and (max-width: 400px) {
	#banner .span_6 {
		width: 100%;
	}
}


@media screen and (max-width: 1050px) {
	#newsHeadline .type2-h2 a {
		position: absolute;
		top: 24px;
		right: 5%;
	}
}


@media screen and (max-width: 430px) {
	#newsHeadline .type2-h2 a {
		position: absolute;
		top: 40px;
		right: 4%;
	}
}




.cp_cont {
	text-align: center;
	overflow: hidden;
	position: absolute;
	/*margin: 2em auto;*/
	width: 100%;
	height: 195px;
	bottom: 0;
}

.cp_anime14 {
	position: relative;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-animation: anime14_text 40s linear infinite;
	animation: anime14_text 40s linear infinite;
	text-align: center;
}

@-webkit-keyframes anime14_text {
	0% {
		top: 100%;
	}

	100% {
		top: -500%;
	}
}

@keyframes anime14_text {
	0% {
		top: 100%;
	}

	100% {
		top: -500%;
	}
}


.embed-wrap {
	background-image: url(../../images21/home-slide/72.jpg);
	height: 617px;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.mother {
	font-size: 20px;
	color: #212529;
	padding: 0 20px;
	font-weight: bold;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}


@media screen and (max-width: 450px) {
	.embed-wrap {
		height: 357px;
	}

	.cp_cont {
		height: 110px;
	}

	.cp_anime14 {
		-webkit-animation: anime14_text 35s linear infinite;
		animation: anime14_text 35s linear infinite;
	}

	.mother {
		font-size: 16px;
		padding: 0 10px;
	}

	@-webkit-keyframes anime14_text {
		0% {
			top: 100%;
		}

		100% {
			top: -1000%;
		}
	}

	@keyframes anime14_text {
		0% {
			top: 100%;
		}

		100% {
			top: -1000%;
		}
	}
}


.lnews {
	padding: 0 10px;
	width: 100%;
}

.rblog {
	padding: 0 10px;
	margin-top: 60px;
	width: 100%;
}


@media screen and (min-width: 845px) {
	.lnews {
		width: 75.667%;
	}

	.rblog {
		width: 24.333%;
	}
}

.takaaki,
.ioh {
	width: 100%;
}


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

	.takaaki,
	.ioh {
		width: 50%;
		padding: 6px;
	}

	.rblog {
		margin-top: 10px;
	}

	.takaaki div,
	.ioh div {
		margin: 4px 0px 0px;
		margin: 0;
	}

	.takaaki p,
	.ioh p {
		font-size: 13px;
		line-height: 25px;
	}

	.takaaki span,
	.ioh span {
		font-size: 13px;
		margin-left: 42px;
	}

	.takaaki span.new::before,
	.ioh span.new::before {
		left: -37px;
		width: 30px;
		top: 3px;
	}
}


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

	.takaaki,
	.ioh {
		padding: 4px;
	}
}


#p-banner .three iframe {
	height: 260px;
}

@media screen and (max-width: 845px) {
	#p-banner .three iframe {
		height: 230px;
	}

	#p-banner .span_8 {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	#p-banner .three iframe {
		height: 107px;
	}
}



/* 2022リニューアル追記分 */
/*ヘッダー2022*/
#header22 {
	padding: 90px 0px 0px;
	overflow: hidden;
}

@media screen and (max-width: 1250px) {
	#header22 {
		padding: 70px 0px 0px;
	}
}

.bgimg {
	position: fixed;
	background-image: url("../../images23/top/mainbg.jpg");
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100%;
	z-index: -1;
}

@media screen and (max-width: 436px) {
	.bgimg {
		background-image: url("../../images23/top/mainbg_sp.jpg");
		height: 300px;
		top: 58px;
	}
}


#header22 .swiper-slide a {
	display: block;
}

/*スライダー2022 */
#slide-wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	background-color: #fff;
}

#slide-wrap .slider {
	overflow: hidden;
}

#slide-wrap .slider .swiper-slide {
	position: relative;
}

/*#slide-wrap .slider .swiper-slide::before{
	content: "";
	width: 100%;
	height: 100%;
box-shadow: 0 0 15px rgba(0,0,0,.5);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: visible;
}*/

#slide-wrap .slider .swiper-slide img {
	box-shadow: 0 0 15px rgba(0, 0, 0, .5);
}

.slider-thumbnail .swiper-slide {
	height: 100%;
	filter: brightness(70%);
	overflow: hidden;
	position: relative;
}

.slider-thumbnail .swiper-slide::before {
	border: solid #fff 0px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.1s border cubic-bezier(0, 0, 0.58, 1);
	transition: 0.1s border cubic-bezier(0, 0, 0.58, 1);
}

.slider-thumbnail .swiper-slide-thumb-active {
	filter: brightness(100%);
}

.slider-thumbnail .swiper-slide-thumb-active.swiper-slide::before {
	border-width: 3px;
}

.slider-thumbnail .swiper-wrapper {
	display: flex;
	justify-content: flex-end;
}

#slide-wrap .swiper-button-next,
.swiper-rtl .swiper-button-prev {
	/*right: -50px;*/
	left: auto;
}

#slide-wrap .swiper-button-prev,
.swiper-rtl .swiper-button-next {
	/*left: -50px;*/
	right: auto;
}

#slide-wrap .swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
	content: url("../../images23/arrow_slide.svg");
	width: 50px;
	height: 50px;
}

#slide-wrap .swiper-button-next,
#slide-wrap .swiper-button-prev {
	width: 50px;
	height: 50px;
	top: calc(50%);
}

#slide-wrap .swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
	content: url("../../images23/arrow_slide.svg");
	transform: rotate(180deg);
	width: 50px;
	height: 50px;
}

#header22 .slide_sp {
	display: none;
}

@media only screen and (max-width: 600px) {
	#header22 {
		padding: 60px 0px 0px;
	}

	#header22 .slide_pc {
		display: none;
	}

	#header22 .slide_sp {
		display: inherit;
	}

	#slide-wrap .swiper-button-prev::after,
	#slide-wrap .swiper-rtl .swiper-button-next::after {
		width: 35px;
		height: 35px;
	}

	#slide-wrap .swiper-button-next::after,
	#slide-wrap .swiper-rtl .swiper-button-prev::after {
		width: 35px;
		height: 35px;
	}

	#slide-wrap .swiper-button-next,
	#slide-wrap .swiper-button-prev {
		width: 35px;
		height: 35px;
		top: calc(50%);
	}

	#slide-wrap .swiper-button-prev,
	#slide-wrap .swiper-rtl .swiper-button-next {
		left: 10px;
	}

	#slide-wrap .swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		right: 10px;
	}
}

/* カウントダウンスライダー */
.swiper-pagination {
	top: calc(100% + 5px);
}

/* ページネーションの基本スタイル */
.swiper-pagination-bullet {
	/* 背景色を透明に */
	background-color: #272727;
	background-repeat: no-repeat;
	background-size: contain;
	/* これがないと画像が欠ける */
	height: 16px;
	opacity: 0.5;
	/* 画像の透過を無くす */
	width: 16px;
}

/* 選択されているページネーション */
.swiper-pagination-bullet-active {
	background-color: #cd000a;
	opacity: 1;
	height: 16px;
	width: 16px;
}

/*サブスライダー*/
#subslide {
	width: 100%;
	background-color: #272727;
	padding: 35px 50px;
	margin: 0 auto;
}

#subslide .overhidden {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#subslide .subslider {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#subslide .swiper-button-next2,
#subslide .swiper-button-prev2 {
	position: absolute;
	top: 45%;
	width: 40px;
	height: 64px;
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

#subslide .swiper-button-prev2,
#subslide .swiper-rtl .swiper-button-next2 {
	left: -40px;
}

#subslide .swiper-button-next2,
#subslide .swiper-rtl .swiper-button-prev2 {
	right: -39px;
}

#subslide .swiper-button-next2::after,
#subslide .swiper-rtl .swiper-button-prev2::after {
	content: url("../../images23/subslide/arrow.svg");
	width: 40px;
	height: 64px;
}

#subslide .swiper-button-prev2::after,
.swiper-rtl .swiper-button-next2::after {
	content: url("../../images23/subslide/arrow.svg");
	width: 40px;
	height: 64px;
	transform: rotate(180deg);
}

@media screen and (max-width: 810px) {
	#subslide {
		padding: 40px 0;
	}

	#subslide .swiper-button-prev2,
	.swiper-rtl .swiper-button-next2 {
		left: 0;
	}

	#subslide .swiper-button-next2,
	.swiper-rtl .swiper-button-prev2 {
		right: 0px;
	}
}

@media screen and (max-width: 500px) {
	#subslide {
		padding: 32px 0;
	}

	#subslide .swiper-button-next2,
	#subslide .swiper-button-prev2 {
		position: absolute;
		top: 52%;
		width: 23px;
		height: 38px;
	}

	#subslide .swiper-button-next2::after,
	#subslide .swiper-rtl .swiper-button-prev2::after {
		width: 23px;
		height: 38px;
	}

	#subslide .swiper-button-prev2::after,
	.swiper-rtl .swiper-button-next2::after {
		width: 23px;
		height: 38px;
	}
}


/*メニュー*/
#menu22 {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

#menu22 a:hover {
	text-decoration: none;
}

#menu22 a:hover span {
	text-decoration: none;
}

#menu22 .menu-one {
	width: 50%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#menu22 h3 {
	color: #fff;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	font-size: 70px;
	position: absolute;
	letter-spacing: 0.06em;
	transform: scale(0.95, 1);
	top: 2px;
	left: 38px;
	display: inline-block;
}

#menu22 span {
	color: #7b030a;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.05em;
	position: absolute;
	bottom: 40px;
	left: 44px;
	display: flex;
	background-color: #fff;
	width: 190px;
	height: 40px;
	justify-content: center;
	align-items: center;
	border: solid 3px #fff;
	transition: .3s;
}

#menu22 a:hover span {
	color: #fff;
	background-color: #7b030a;
}

#menu22 h3::before {
	position: absolute;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	/*letter-spacing: 0.05em;*/
	bottom: -4px;
	left: 0;
	letter-spacing: 0.09em;
}

#menu22 .ticket h3::before {
	content: "チケット";
}

#menu22 .goods h3::before {
	content: "グッズ";
}

#menu22 .fanclub h3::before {
	content: "ファンクラブ";
}

#menu22 .team h3::before {
	content: "チーム";
}

#menu22 .menu-one .ticket .m-bg {
	background-image: url("../../images23/top-banner/menu_ticket.jpg");
	background-size: cover;
	background-position: center;
	height: 240px;
}

#menu22 .menu-one .goods .m-bg {
	background-image: url("../../images23/top-banner/menu_goods.jpg");
	background-size: cover;
	height: 240px;
	background-position: center;
}

#menu22 .menu-one .fanclub .m-bg {
	background-image: url("../../images23/top-banner/menu_fanclub.jpg");
	background-size: cover;
	height: 240px;
	background-position: center;
}

#menu22 .menu-one .team .m-bg {
	background-image: url("../../images23/top-banner/menu_team.jpg");
	background-size: cover;
	height: 240px;
	background-position: center;
}

#menu22 .m-bg {
	transition: .3s;
}

#menu22 a:hover .m-bg {
	transform: scale(1.1);
}

@media screen and (max-width: 810px) {
	#menu22 .menu-one {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	#menu22 h3 {
		font-size: 44px;
		top: -1px;
		left: 19px;
	}

	#menu22 span {
		font-size: 12px;
		bottom: 21px;
		left: 23px;
		width: 111px;
		height: 26px;
		border: solid 2px #fff;
	}

	#menu22 h3::before {
		font-size: 13px;
		bottom: -5px;
		left: 1px;
	}

	#menu22 .menu-one .ticket .m-bg {
		background-image: url("../../images23/top-banner/menu_ticket_sp.jpg");
		height: 147px;
	}

	#menu22 .menu-one .goods .m-bg {
		background-image: url("../../images23/top-banner/menu_goods_sp.jpg");
		height: 147px;
	}

	#menu22 .menu-one .fanclub .m-bg {
		background-image: url("../../images23/top-banner/menu_fanclub_sp.jpg");
		height: 147px;
	}

	#menu22 .menu-one .team .m-bg {
		background-image: url("../../images23/top-banner/menu_team_sp.jpg");
		height: 147px;
	}
}



/*グッズスライダー*/
#goods-sli {
	width: 100%;
	margin: 0 auto;
	/*background: repeating-linear-gradient( -45deg, #e9e8e9, #e9e8e9 14px, #f2f2f3 0, #f2f2f3 30px );*/
	position: relative;
	overflow: hidden;
}

#goods-sli .boya {
	content: '';
	position: absolute;
	background-image: url("../../images23/goods/boya.png");
	width: 230px;
	height: 170px;
	background-repeat: no-repeat;
	left: -189px;
	bottom: 0;
	margin: auto 0;
	background-size: contain;
}

#goods-sli .sly {
	content: '';
	position: absolute;
	background-image: url("../../images23/goods/slyly.png");
	width: 230px;
	height: 170px;
	background-repeat: no-repeat;
	right: -189px;
	bottom: 0;
	margin: auto 0;
	background-size: contain;
}

#goods-sli .boyasly {
	content: '';
	position: absolute;
	background-image: url("../../images23/goods/boya_slyly_sp.png");
	width: 506px;
	height: 171px;
	background-repeat: no-repeat;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background-size: contain;
	display: none;
}

#goods-sli .overhidden {
	/*max-width: 1100px;*/
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 40px 0px 45px;
}

#goods-sli .goodsslider {
	/*max-width: 1100px;*/
	width: 100%;
	margin: 0 auto 30px;
	overflow: hidden;
}

#goods-sli h2 {
	margin-bottom: 10px;
	text-align: left;
	line-height: 1em;
}

#goods-sli h2 span {
	margin-bottom: 0;
	text-align: left;
	color: #272727;
	font-size: 65px;
	letter-spacing: 0.05em;
	font-weight: 700;
	font-family: 'Barlow Condensed', sans-serif;
	transform: scale(0.95, 1);
	display: inline-block;
	line-height: 1em;
}

#goods-sli .goods-one {
	position: relative;
	transition: .3s;
}

#goods-sli .goods-one .circleWrap {
	clip-path: circle(50% at 50% 50%);
	padding: calc(100vw * 75 / 1800) 0 calc(100vw * 16 / 1800);
	background-color: #1652c1;
}

#goods-sli .goods-one.new::before {
	position: absolute;
	top: calc(100vw * 32 / 1800);
	left: calc(100vw * 39 / 1800);
	content: "";
	background-image: url("../../images23/top/new.svg");
	width: 55px;
	height: 61px;
	background-size: contain;
	z-index: 1;
}

#goods-sli .txt-area {
	padding: 3px 15px 11px;
}

#goods-sli .txt-area .name {
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 制限したい行数が3の場合 */
	overflow: hidden;
	min-height: 39px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 18px;
	margin-bottom: 2px;
	text-align: center;
}

#goods-sli .txt-area .kingaku {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}

#goods-sli .goodsslider a:hover {
	text-decoration: none;
}

#goods-sli .goodsslider a:hover .goods-one .circleWrap {
	background-color: #01b6eb;
}

#goods-sli .goodsslider .goods-img {
	overflow: hidden;
	padding: calc(100vw * 0 / 1800) calc(100vw * 70 / 1800) 0px;
}

#goods-sli .goodsslider .goods-img img {
	transition: .3s;
}

#goods-sli .goodsslider a:hover .goods-img img {
	transform: scale(1.1);
}

#goods-sli .swiper-button-next3,
.swiper-button-prev3 {
	position: absolute;
	top: 47%;
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

#goods-sli .swiper-button-prev3,
#goods-sli .swiper-rtl .swiper-button-next3 {
	left: 0;
}

#goods-sli .swiper-button-next3,
#goods-sli .swiper-rtl .swiper-button-prev3 {
	right: 0;
}

#goods-sli .swiper-button-next3::after,
#goods-sli .swiper-rtl .swiper-button-prev3::after {
	/*content: url("../../images23/goods/arrow.svg");
	width: 40px;
	height: 64px;*/
	content: "";
	background-image: url("../../images23/schedule/arrow.png");
	width: 110px;
	height: 70px;
	background-size: contain;
	background-repeat: no-repeat;
}

#goods-sli .arrowWrap {
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 93px;
	left: 0;
	right: 0;
}

#goods-sli .swiper-button-prev3::after,
#goods-sli .swiper-rtl .swiper-button-next3::after {
	transform: rotate(180deg);
	/*content: url("../../images23/goods/arrow.svg");
	width: 40px;
	height: 64px;*/
	content: "";
	background-image: url("../../images23/schedule/arrow.png");
	width: 110px;
	height: 70px;
	background-size: contain;
	background-repeat: no-repeat;
}

#goods-sli .swiper-button-next3.swiper-button-disabled,
#goods-sli .swiper-button-prev3.swiper-button-disabled {
	opacity: 0;
}



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

	#goods-sli .swiper-button-next3::after,
	#goods-sli .swiper-rtl .swiper-button-prev3::after {
		/*content: url("../../images23/goods/arrow_sp.svg");*/
	}

	#goods-sli .swiper-button-prev3::after,
	#goods-sli .swiper-rtl .swiper-button-next3::after {
		transform: rotateY(180deg);
		/*content: url("../../images23/goods/arrow_sp.svg");*/
	}

	#goods-sli .swiper-button-prev3,
	#goods-sli .swiper-rtl .swiper-button-next3 {
		left: 0;
	}

	#goods-sli .swiper-button-next3,
	#goods-sli .swiper-rtl .swiper-button-prev3 {
		right: 0;
	}

	#goods-sli .swiper-button-next3,
	#goods-sli .swiper-button-prev3 {
		top: 37%;
	}

	#goods-sli .boya {
		display: none;
	}

	#goods-sli .sly {
		display: none;
	}

	#goods-sli .boyasly {
		display: inherit;
	}

	#goods-sli .overhidden {
		padding: 40px 0px 45px;
	}
}

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

	#goods-sli .swiper-button-prev3,
	#goods-sli .swiper-rtl .swiper-button-next3 {
		left: 20px;
	}

	#goods-sli .swiper-button-next3,
	#goods-sli .swiper-rtl .swiper-button-prev3 {
		right: 20px;
	}

	#goods-sli .swiper-button-next3,
	#goods-sli .swiper-button-prev3 {
		top: 39%;
	}

	#goods-sli .overhidden {
		padding: 29px 0px 36px;
	}

	#goods-sli .goodsslider {
		max-width: 1100px;
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}

	#goods-sli .goods-one.new::before {
		width: calc(100vw * 41 / 375);
		height: calc(100vw * 45 / 375);
		left: calc(100vw * 23 / 375);
	}

	#goods-sli .goods-one .circleWrap {
		padding: calc(100vw * 34 / 375) 0 calc(100vw * 9 / 375);
	}

	#goods-sli .goodsslider .goods-img {
		padding: calc(100vw * 0 / 375) calc(100vw * 44 / 375) 0px;
	}

	#goods-sli .txt-area {
		padding: 9px 14px 9px 11px;
	}

	#goods-sli .txt-area .name {
		min-height: 36px;
		line-height: 17px;
		margin-bottom: 0px;
	}

	#goods-sli .swiper-button-prev3::after,
	#goods-sli .swiper-rtl .swiper-button-next3::after {
		/*width: 29px;
    height: 47px;*/
		width: 40px;
		height: 30px;
	}

	#goods-sli .swiper-button-next3::after,
	#goods-sli .swiper-rtl .swiper-button-prev3::after {
		/*width: 29px;
    height: 47px;*/
		width: 40px;
		height: 30px;
	}

	#goods-sli .arrowWrap {
		top: 90%;
	}
}


/*フォト・ムービー*/
#photo-movie {
	width: 100%;
	margin: 0 auto;
	display: flex;
	height: 448px;
}

#photo-movie .photo-wrap {
	width: 50%;
	/*background-image: url("../../images23/top/bg_photo.jpg");
	background-size: cover;*/
	position: relative;
	background-color: #fae000;
}

#photo-movie .movie-wrap {
	width: 50%;
	/*background-image: url("../../images23/top/bg_movie.jpg");
	background-size: cover;*/
	position: relative;
	background-color: #1652c2;
}

#photo-movie .movie-wrap .embed-youtube,
#photo-movie .photo-wrap .photo-img {
	margin-bottom: 10px;
}

#photo-movie .photo-wrap .photo-img img {
	object-fit: cover;
	height: 242px;
	width: 100%;
	display: block;
}


#photo-movie a:hover {
	color: inherit;
	text-decoration: none;
}

#photo-movie .photo-wrap .txt-area,
#photo-movie .movie-wrap .txt-area {
	min-height: 42px;
}

#photo-movie .photo-wrap .txt-area .tit,
#photo-movie .movie-wrap .txt-area .tit {
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	/* 制限したい行数が3の場合 */
	overflow: hidden;
	font-size: 14px;
	letter-spacing: 0.05em;
	font-weight: 500;
	margin-bottom: -5px;
}

#photo-movie .photo-wrap .txt-area .day,
#photo-movie .movie-wrap .txt-area .day {
	color: #fff;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.05em;
}

#photo-movie .photo-wrap .overhidden {
	max-width: 432px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0;
	position: absolute;
	right: 160px;
}

#photo-movie .movie-wrap .overhidden {
	max-width: 432px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0;
	position: absolute;
	left: 160px;
}

#photo-movie .photoslider,
#photo-movie .movieslider {
	width: 100%;
	margin: 0 auto 14px;
	overflow: hidden;
}

#photo-movie h2 {
	color: #fff;
	font-weight: bold;
	font-size: 36px !important;
	text-align: left;
	margin-bottom: 9px;
}

#photo-movie h2 span {
	color: #fff;
	font-size: 60px;
	letter-spacing: 0.06em;
	font-weight: 700;
	font-family: 'Barlow Condensed', sans-serif;
	transform: scale(0.95, 1);
	line-height: 1em;
}

#photo-movie .swiper-button-next4,
#photo-movie .swiper-button-prev4,
#photo-movie .swiper-button-next5,
#photo-movie .swiper-button-prev5 {
	position: absolute;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

#photo-movie .swiper-button-next4,
#photo-movie .swiper-button-prev4 {
	top: 31%;
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
}

#photo-movie .swiper-button-next5,
#photo-movie .swiper-button-prev5 {
	top: 34%;
}

#photo-movie .swiper-button-prev4,
#photo-movie .swiper-rtl .swiper-button-next4,
#photo-movie .swiper-button-prev5,
#photo-movie .swiper-rtl .swiper-button-next5 {
	left: -45px;
}

#photo-movie .swiper-button-next4,
#photo-movie .swiper-rtl .swiper-button-prev4,
#photo-movie .swiper-button-next5,
#photo-movie .swiper-rtl .swiper-button-prev5 {
	right: -45px;
}

#photo-movie .swiper-button-next4::after,
#photo-movie .swiper-rtl .swiper-button-prev4::after,
#photo-movie .swiper-button-next5::after,
#photo-movie .swiper-rtl .swiper-button-prev5::after {
	content: "";
	background-image: url("../../images23/top/arrow_2023.png");
	width: 40px;
	height: 40px;
	background-size: contain;
}

#photo-movie .swiper-button-prev4::after,
#photo-movie .swiper-rtl .swiper-button-next4::after,
#photo-movie .swiper-button-prev5::after,
#photo-movie .swiper-rtl .swiper-button-next5::after {
	transform: rotateY(180deg);
	content: "";
	background-image: url("../../images23/top/arrow_2023.png");
	width: 40px;
	height: 40px;
	background-size: contain;
}

#photo-movie .embed-youtube {
	position: relative;
	padding-top: 56%;
}

#photo-movie .embed-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1270px) {
	#photo-movie {
		flex-wrap: wrap;
		height: 100%;
	}

	#photo-movie .photo-wrap .overhidden {
		position: relative;
		right: auto;
	}

	#photo-movie .movie-wrap .overhidden {
		position: relative;
		left: auto;
	}
}

@media screen and (max-width: 1050px) {
	#photo-movie .photo-wrap {
		width: 100%;
		padding: 0 46px;
		/*background-image: url("../../images23/top/bg_photo_sp.jpg");*/
	}

	#photo-movie .movie-wrap {
		width: 100%;
		padding: 0 46px;
		/*background-image: url("../../images23/top/bg_photo_sp.jpg");*/
	}
}

@media screen and (max-width: 600px) {
	#photo-movie h2 span {
		font-size: 44px;
	}

	#photo-movie .photo-wrap {
		padding: 0 35px;
	}

	#photo-movie .movie-wrap {
		padding: 0 35px;
	}

	#photo-movie .photo-wrap .overhidden {
		/*padding: 25px 0 33px;*/
	}

	#photo-movie h2 {
		margin-bottom: 7px;
	}

	#photo-movie .photo-wrap .txt-area .tit,
	#photo-movie .movie-wrap .txt-area .tit {
		font-size: 12px;
	}

	#photo-movie .photo-wrap .txt-area .day,
	#photo-movie .movie-wrap .txt-area .day {
		font-size: 12px;
		letter-spacing: 0.07em;
	}

	#photo-movie .photo-wrap .txt-area,
	#photo-movie .movie-wrap .txt-area {
		min-height: 36px;
	}

	#photo-movie .movie-wrap .embed-youtube,
	#photo-movie .photo-wrap .photo-img {
		margin-bottom: 3px;
	}

	#photo-movie .photoslider,
	#photo-movie .movieslider {
		margin: 0 auto 9px;
	}

	#photo-movie .swiper-button-prev4::after,
	#photo-movie .swiper-rtl .swiper-button-next4::after,
	#photo-movie .swiper-button-prev5::after,
	#photo-movie .swiper-rtl .swiper-button-next5::after {
		/*width: 23px;
  height: 38px;*/
	}

	#photo-movie .swiper-button-next4::after,
	#photo-movie .swiper-rtl .swiper-button-prev4::after,
	#photo-movie .swiper-button-next5::after,
	#photo-movie .swiper-rtl .swiper-button-prev5::after {
		/*width: 23px;
  height: 38px;*/
	}

	#photo-movie .swiper-button-next4,
	#photo-movie .swiper-rtl .swiper-button-prev4,
	#photo-movie .swiper-button-next5,
	#photo-movie .swiper-rtl .swiper-button-prev5 {
		right: -35px;
	}

	#photo-movie .swiper-button-prev4,
	#photo-movie .swiper-rtl .swiper-button-next4,
	#photo-movie .swiper-button-prev5,
	#photo-movie .swiper-rtl .swiper-button-next5 {
		left: -35px;
	}

	#photo-movie .photo-wrap .photo-img img {
		height: calc(62vw * 0.75);
	}
}


/*中バナー*/
#mid-bn {
	width: 100%;
	padding: 50px 9px;
	background-color: #fff;
}

#mid-bn .wrap {
	max-width: 1120px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: center;
}

#mid-bn .wrap a {
	margin: 0 9px;
	width: calc(100% / 4 - 9px);
	overflow: hidden;
	display: block;
}

#mid-bn .wrap a img {
	transition: .3s;
}

#mid-bn .wrap a:hover img {
	transform: scale(1.1);
}

@media screen and (max-width: 800px) {
	#mid-bn {
		padding: 30px 16px 21px;
	}

	#mid-bn .wrap {
		margin: 0 auto;
		flex-wrap: wrap;
	}

	#mid-bn .wrap a {
		margin: 0 2px 9px;
		width: calc(50% - 4px);
	}
}




/*小バナー*/
#sm-bn {
	width: 100%;
	padding: 0px 9px 25px;
}

#sm-bn .wrap {
	max-width: 1116px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#sm-bn .wrap a {
	margin: 0 8px 15px;
	width: calc(100% / 3 - 16px);
	overflow: hidden;
	display: block;
}

#sm-bn .wrap a img {
	transition: .3s;
}

#sm-bn .wrap img.spimg {
	display: none;
}

#sm-bn .wrap a img.imgsp {
	display: none;
}

#sm-bn .wrap a:hover img.pcimg {
	display: none;
}

#sm-bn .wrap a:hover img.spimg {
	display: inherit;
}

@media screen and (max-width: 800px) {
	#sm-bn {
		padding: 2px 18px 22px;
	}

	#sm-bn .wrap {
		flex-wrap: wrap;
	}

	#sm-bn .wrap a {
		margin: 0 0px 9px;
		width: 100%;
	}

	#sm-bn .wrap a.par {
		order: 1;
	}

	#sm-bn .wrap a.ren {
		order: 2;
	}

	#sm-bn .wrap a.cal {
		order: 3;
	}

	#sm-bn .wrap a.oth {
		order: 4;
	}

	#sm-bn .wrap a.rec {
		order: 5;
	}

	#sm-bn .wrap a.sig {
		order: 6;
	}

	#sm-bn .wrap a img.pcimg,
	#sm-bn .wrap a img.spimg {
		display: none;
	}

	#sm-bn .wrap a:hover img.spimg {
		display: none;
	}

	#sm-bn .wrap a img.imgsp {
		display: inherit;
	}

	.slider-thumbnail {
		display: none;
	}
}




a.moreBtn {
	position: relative;
	display: flex;
	max-width: 350px;
	color: #fff;
	justify-content: center;
	align-items: center;
	margin: 20px auto 0;
	height: 60px;
	text-decoration: none;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.1em;
	background: -moz-linear-gradient(0% 50% 0deg, rgba(150, 3, 9, 1) 0%, rgba(215, 0, 15, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(150, 3, 9, 1) 0%, rgba(215, 0, 15, 1) 100%);
	background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(150, 3, 9, 1)), color-stop(1, rgba(215, 0, 15, 1)));
	background: -o-linear-gradient(0deg, rgba(150, 3, 9, 1) 0%, rgba(215, 0, 15, 1) 100%);
	background: -ms-linear-gradient(0deg, rgba(150, 3, 9, 1) 0%, rgba(215, 0, 15, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#960309', endColorstr='#D7000F' ,GradientType=0)";
	background: linear-gradient(90deg, rgba(150, 3, 9, 1) 0%, rgba(215, 0, 15, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#960309', endColorstr='#D7000F', GradientType=1);
}

a.moreBtn:visited {
	color: #fff;
}

a.moreBtn::after {
	position: absolute;
	content: url("../../images23/arrow_w.svg");
	width: 11px;
	height: 19px;
	right: 25px;
	top: calc(50% - 8px);
}

a.moreBtn:hover {
	color: #c50208;
	background: #fff;
	border: solid 3px #c50208;
	text-decoration: none;
}

a.moreBtn:hover::after {
	content: url("../../images23/arrow_r.svg");
	right: 22px;
}

#photo-movie a.moreBtn {
	display: flex;
	max-width: 100%;
	color: #0a0603;
	justify-content: center;
	align-items: center;
	margin: 0px auto;
	background: #fff;
	padding: 0;
	text-decoration: none;
	font-size: 16px;
	border: solid 2px #fff;
	letter-spacing: 0.1em;
	height: 50px;
}

#photo-movie a.moreBtn::after {
	position: absolute;
	content: url("../../images23/photoblog/arrow.svg");
	width: 11px;
	height: 19px;
	right: 25px;
	top: calc(50% - 8px);
}

#photo-movie a.moreBtn:hover {
	color: #fff;
	background: #0a0603;
}

#photo-movie a.moreBtn:hover::after {
	content: url("../../images23/photoblog/arrow_w.svg");
	right: 25px;
}


@media screen and (max-width: 600px) {
	a.moreBtn {
		max-width: 252px;
		margin: 19px auto 0;
		height: 47px;
		font-size: 15px;
		letter-spacing: 0.08em;
	}

	a.moreBtn::after {
		width: 9px;
		right: 15px;
	}

	a.moreBtn:hover {
		border: solid 2px #c50208;
	}

	a.moreBtn:hover::after {
		right: 15px;
	}

	#photo-movie a.moreBtn {
		font-size: 15px;
		letter-spacing: 0.08em;
		height: 44px;
	}

	#photo-movie a.moreBtn::after {
		width: 9px;
		right: 12px;
		top: calc(50% - 6px);
	}
}


/*背景色が伸びて出現（共通）*/
.bgextend {
	animation-name: bgextendAnimeBase;
	animation-duration: .7s;
	animation-fill-mode: forwards;
	position: relative;
	overflow: hidden;
	/*　はみ出た色要素を隠す　*/
	opacity: 0;
}

@keyframes bgextendAnimeBase {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.bgLRextend::before {
	animation-name: bgLRextendAnime;
	animation-duration: .7s;
	animation-fill-mode: forwards;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #1652c1;
	/*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
	0% {
		transform-origin: left;
		transform: scaleX(0);
	}

	50% {
		transform-origin: left;
		transform: scaleX(1);
	}

	50.001% {
		transform-origin: right;
	}

	100% {
		transform-origin: right;
		transform: scaleX(0);
	}
}

/* その場 */
.fadeIn {
	animation-name: fadeInAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeInAnime {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* 下から */

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 左から */

.fadeLeft {
	animation-name: fadeLeftAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeLeftAnime {
	from {
		opacity: 0;
		transform: translateX(-100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* 右から */

.fadeRight {
	animation-name: fadeRightAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeRightAnime {
	from {
		opacity: 0;
		transform: translateX(100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* 拡大 */
.zoomIn {
	animation-name: zoomInAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
	from {
		transform: scale(0.6);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

/* 縮小 */
.zoomOut {
	animation-name: zoomOutAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

@keyframes zoomOutAnime {
	from {
		transform: scale(1.2);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.zoomInTrigger,
.zoomOutTrigger {
	opacity: 0;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger {
	opacity: 0;
}

.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
	opacity: 0;
}

/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
	/*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: #d7000f;
	text-align: center;
	color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: 260px;
}

#splash span {
	content: url("../../images23/navi/catch.svg");
	width: 240px;
}

@media screen and (max-width: 600px) {
	#splash span {
		width: 180px;
	}
}

/* fadeUpをするアイコンの動き */

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}





/*スコア2022*/
#baseball.displayno {
	display: none;
}

#baseball {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 31px 0px 40px;
	background-image: url("../../images23/top/bg_game.jpg");
	background-position: center;
	background-color: #1652c1;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
}

#baseball .baseball-wrap {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 10px;
	align-items: center;
}

#baseball .baseball-wrap #score {
	width: 100%;
	max-width: 585px;
}

#baseball .baseball-wrap #yokokuSenpatsu {
	/*margin: 0 auto;*/
	width: 100%;
	max-width: 260px;
}

#baseball .baseball-wrap #juni {
	width: 100%;
	max-width: 305px;
}

#baseball .baseball-wrap h2 span {
	color: #fff;
	font-size: 39px;
	letter-spacing: 0.03em;
	font-weight: 700;
	display: inline-block;
	line-height: 1em;
}

#baseball .baseball-wrap h2 {
	text-align: left;
	position: relative;
	margin-bottom: 14px;
	margin-left: -4px;
}

#baseball .baseball-wrap h2::after {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.09em;
	font-weight: 500;
	margin-left: 11px;
	position: absolute;
	bottom: -1px;
}

#baseball .baseball-wrap #score h2::after {
	content: "試合速報";
}

#baseball .baseball-wrap #yokokuSenpatsu h2::after {
	content: "予告先発";
}

#baseball .baseball-wrap #juni h2::after {
	content: "順位表";
}

#yokokuSenpatsu .yokokuwrap {
	background-color: #fff;
	padding: 0 0 20px;
}

#yokokuSenpatsu .date {
	background-color: #272727;
}

#yokokuSenpatsu h3 {
	color: #fff;
	font-size: 27px;
	letter-spacing: 0.07em;
	font-weight: 700;
	font-family: 'Barlow Condensed', sans-serif;
	transform: scale(0.95, 1);
	line-height: 1em;
	padding: 6px 0 7px;
	margin-left: 13px;
}

#yokokuSenpatsu h3 .day {
	color: #fff;
	font-size: 17px;
	letter-spacing: 0.06em;
	font-weight: 600;
	display: inline-block;
	line-height: 1em;
	margin-left: -2px;
}

#yokokuSenpatsu h3 .time {
	color: #fff;
	font-size: 17px;
	letter-spacing: 0.06em;
	font-weight: 600;
	display: inline-block;
	line-height: 1em;
	margin-left: 3px;
}

#yokokuSenpatsu .yokoku-team {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 6px;
	padding: 0 15px;
}

#yokokuSenpatsu .yokoku-team p {
	color: #979797;
	font-size: 28px;
	letter-spacing: 0.06em;
	font-weight: 700;
	font-family: 'Barlow Condensed', sans-serif;
	transform: scale(0.95, 1);
	line-height: 1em;
}

#yokokuSenpatsu .yokoku-senshu {}

#yokokuSenpatsu .yokoku-senshu p {
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	color: #140f0a;
	margin-top: -10px;
}

#yokokuSenpatsu .yokoku-place {
	padding: 0 15px;
	margin-top: 13px;
}

#yokokuSenpatsu .yokoku-place p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	background-color: #eae9ea;
	color: #140f0a;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 25px;
}

#score.displayno {
	display: none;
}

#score iframe {
	width: 100%;
	height: 220px;
}

#juni.displayno {
	display: none;
}

#juni table {
	width: 100%;
}

#juni thead tr {
	height: 40px;
}

#juni thead th {
	background-color: #272727;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-align: center;
	vertical-align: middle;
}

#juni thead th:first-child {
	border-right: solid 0.25px #fff;
}

#juni thead th:nth-child(2) {
	width: 57px;
}

#juni tbody th {
	background-color: #808080;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-align: center;
	width: 35px;
	height: 30px;
	border-top: solid 0.25px #fff;
	font-family: 'Barlow Condensed', sans-serif;
}

#juni tbody td {
	background-color: #fff;
	color: #140f0a;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.06em;
	border-bottom: solid 0.25px #808080;
	font-family: 'Barlow Condensed', sans-serif;
	text-align: right;
	line-height: 25px;
	padding-right: 7px;
}

#juni tbody .carp th {
	background-color: #cd000a;
	border-right: solid 0.25px #fff;
}

#juni tbody .carp td {
	background-color: #cd000a;
	border-bottom: solid 0.25px #fff;
	color: #fff;
}

#juni tbody td:last-child {
	border-right: solid 0.25px #808080;
	padding-right: 13px;
	text-align: center;
	padding-right: 5px;
}

#juni tbody td.pet {
	text-align: center;
	padding: 0;
}

#juni tbody td:nth-child(7) {
	text-align: left;
	padding: 0;
	padding-left: 9px;
	padding-left: 0px;
	text-align: center;
}

#juni tbody td.pet img {
	vertical-align: middle;
}

#countdown.displayno {
	display: none;
}

#baseball .baseball-wrap .countdown_spa {
	display: none;
}

#baseball .baseball-wrap .countdown_spa2 {
	display: none;
}

#baseball .baseball-wrap #countdown {
	max-width: 270px;
	margin-top: auto;
}

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

	#baseball .baseball-wrap #score,
	#baseball .baseball-wrap #yokokuSenpatsu {
		margin-bottom: 17px;
	}

	#baseball .baseball-wrap .countdown_spa {
		display: block;
		width: 100%;
	}
}

@media screen and (max-width: 1333px) {
	#baseball .baseball-wrap {
		max-width: 1160px;
		max-width: 100%;
	}
}

@media screen and (max-width: 1250px) {
	#baseball .baseball-wrap {
		gap: 0px 10px;
	}
}

@media screen and (max-width: 1170px) {
	#baseball {}

	#baseball .baseball-wrap {
		gap: 0px 0px;
	}

	#baseball .baseball-wrap #score {
		width: 100%;
		max-width: 100%;
		max-width: 585px;
		display: inline-grid;
		justify-content: center;
		margin-bottom: 25px;
	}

	#score iframe {
		width: 585px;
	}

	#baseball .baseball-wrap #yokokuSenpatsu {
		margin: 0 25px 0 0;
		margin: 0;
		max-width: 260px;
	}

	#baseball .baseball-wrap .countdown_spa {
		display: block;
	}

	#baseball .baseball-wrap .countdown_spa2 {
		display: none;
	}

	#baseball .baseball-wrap #juni {
		max-width: 305px;
	}
}

@media screen and (max-width: 600px) {
	#baseball {
		background-color: #1652c1;
		padding: 27px 17px 32px;
		background-image: url("../../images23/top/bg_game_sp.jpg");
		background-size: 277px;
		background-position: top right;
	}

	#baseball .baseball-wrap #score {
		display: block;
		margin-bottom: 25px;
	}

	#score iframe {
		width: 100%;
	}

	#baseball .baseball-wrap h2::after {
		font-size: 13px;
		letter-spacing: 0.07em;
		margin-left: 5px;
	}

	#baseball .baseball-wrap h2 {
		margin-bottom: 11px;
	}

	#baseball .baseball-wrap h2 span {
		font-size: 34px;
		font-weight: 600;
		line-height: 1em;
	}

	#baseball .baseball-wrap #yokokuSenpatsu {
		max-width: 100%;
	}

	#baseball .baseball-wrap #juni {
		max-width: 100%;
	}

	#baseball .baseball-wrap #yokokuSenpatsu {
		margin: 0 0px 17px 0px;
	}

	#yokokuSenpatsu .yokokuwrap {
		background-color: #e6e6e6;
		padding: 0 0 14px;
	}

	#yokokuSenpatsu h3 {
		font-size: 22px;
		letter-spacing: 0.06em;
		padding: 4px 0 6px;
		margin-left: 4px;
	}

	#yokokuSenpatsu h3 .day {
		font-size: 14px;
		margin-left: 3px;
	}

	#yokokuSenpatsu h3 .time {
		font-size: 14px;
		margin-left: 2px;
	}

	#yokokuSenpatsu .yokoku-team p {
		color: #7b030a;
		font-size: 27px;
		letter-spacing: 0.04em;
	}

	#yokokuSenpatsu .yokoku-senshu p {
		font-size: 18px;
		margin-top: -7px;
		letter-spacing: 0.06em;
		margin-bottom: -7px;
	}

	#yokokuSenpatsu .yokoku-place p {
		font-size: 14px;
		background-color: #fff;
		height: 24px;
	}

	#yokokuSenpatsu .yokoku-team picture:first-of-type {
		padding-left: 55px;
		padding-right: 5px;
	}

	#yokokuSenpatsu .yokoku-team picture:last-of-type {
		padding-right: 55px;
		padding-left: 5px;
	}

	#yokokuSenpatsu .yokoku-team {
		margin-top: 3px;
	}

	#baseball .baseball-wrap #juni {
		max-width: 100%;
		margin-bottom: 17px;
	}

	#juni thead th {
		font-size: 12px;
	}

	#juni tbody th {
		font-size: 18px;
		width: 39px;
		height: 29px;
		line-height: 1em;
		vertical-align: middle;
	}

	#juni thead th:nth-child(7) {
		width: 46px;
	}

	#juni tbody td {
		font-size: 17px;
		padding-right: 14px;
	}

	#juni thead th:first-child {
		border-right: solid 0.9px #fff;
	}

	#juni tbody th {
		border-top: solid 0.9px #fff;
	}

	#juni tbody tr {
		border-bottom: solid 0.9px #808080;
	}

	#juni tbody .carp th {
		border-right: solid 0.9px #fff;
	}

	#juni tbody .carp td {
		border-bottom: solid 0.9px #fff;
	}

	#juni tbody td:last-child {
		border-right: solid 0.9px #808080;
	}
}




@media screen and (max-width: 450px) {
	#score iframe {
		height: 100%;
	}

	#baseball .baseball-wrap #score {
		margin-bottom: 10vw;
	}
}

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

	#juni tbody td {
		padding-right: 11px;
	}
}

#schedule a:hover {
	text-decoration: none;
}



/* フォトのみ表示用 */
#photo-movie .photo-wrap.feb {
	width: 100%;
	background-image: url("../../images23/top/bg-feb.png");
}

#photo-movie .photo-wrap.feb .overhidden {
	position: relative;
	right: 0px;
}





/*220327 予告先発修正*/
#yokokuSenpatsu.off {
	display: none;
}

#yokokuSenpatsu .yokoku-team2 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 6px;
	padding: 0 15px;
}

#yokokuSenpatsu .yokoku-team2 p {
	color: #979797;
	font-size: 28px;
	letter-spacing: 0.06em;
	font-weight: 700;
	font-family: 'Barlow Condensed', sans-serif;
	transform: scale(0.95, 1);
	line-height: 1em;
}

#yokokuSenpatsu .yokoku-senshu2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

#yokokuSenpatsu .yokoku-senshu2 p {
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	color: #140f0a;
	margin-top: -10px;
	width: 50%
}

@media screen and (max-width: 600px) {
	#yokokuSenpatsu .yokoku-senshu2 {
		gap: 0 20px;
	}

	#yokokuSenpatsu .yokoku-senshu2 p {
		font-size: 18px;
		margin-top: -7px;
		letter-spacing: 0.06em;
		margin-bottom: -7px;
	}

	#yokokuSenpatsu .yokoku-team2 picture {
		width: 50%;
		text-align: center;
	}

	#yokokuSenpatsu .yokoku-team2 picture img {
		max-width: 82px;
		width: 100%;
	}

	#yokokuSenpatsu .yokoku-team2 p {
		color: #7b030a;
		font-size: 27px;
		letter-spacing: 0.04em;
	}
}

/*日付追加*/
#baseball .baseball-wrap #juni {
	position: relative;
	width: 275px;
}

#juni small {
	text-align: right;
	display: block;
	font-size: 11px;
	position: absolute;
	top: 34px;
	right: 1px;
	color: #fff;
}

@media screen and (max-width: 600px) {
	#juni small {
		font-size: 10px;
		top: 16px;
	}

	#baseball .baseball-wrap #juni {
		position: relative;
		width: 100%;
	}
}

#baseball .baseball-wrap .gametit {
	font-size: 0 !important;
	content: "";
	background-image: url("../../images23/top/game.svg");
	width: 186px;
	height: 146px;
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1333px) {
	#baseball .baseball-wrap .gametit {
		background-image: url("../../images23/top/game_sp.svg");
		width: 246px;
		width: 100%;
		height: 77px;
		margin-bottom: 20px;
		margin-right: auto;
		margin-left: 6px;
	}

	#baseball .baseball-wrap {
		max-width: 1160px;
	}
}

@media screen and (max-width: 1170px) {
	#baseball .baseball-wrap .gametit {
		background-position: center;
	}

}

@media screen and (max-width: 600px) {
	#baseball .baseball-wrap .gametit {
		background-position: left;
	}
}

#squareBn {
	width: 100%;
	/*background-color: #1652c2;*/
}

#squareBn .sqyareWrap {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

#squareBn .sqyareWrap .fitOne {
	width: calc(100% / 4);
}

#squareBn .sqyareWrap .fitTwo {
	width: calc(100% / 2);
}

#squareBn .sqyareWrap article {
	overflow: hidden;
}

#squareBn .sqyareWrap article img {
	transition: .3s;
}

#squareBn .sqyareWrap article a:hover img {
	transform: scale(1.3) rotate(10deg);
}

@media screen and (max-width: 600px) {
	#squareBn .sqyareWrap .fitOne {
		width: calc(100% / 2);
	}

	#squareBn .sqyareWrap .fitTwo {
		width: calc(100%);
	}
}

#schedule .schTit {
	font-size: 0 !important;
	background-image: url("../../images23/top/schedule.svg");
	height: 95px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-bottom: 30px;
}

#todayTicket.displayno {
	display: none;
}

#todayTicket {
	width: 100%;
	background-image: url("../../images23/top/bg_ticket.jpg");
	background-size: cover;
	padding: 30px 0;
	background-color: #01b6eb;
}

#todayTicket .ticketWrap {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	display: flex;
	gap: 0 10px;
	position: relative;
}

#todayTicket .ticketWrap .ticTit {
	font-size: 0 !important;
	background-image: url("../../images23/top/ticket.svg");
	width: 186px;
	height: 144px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: 20px;
}

#todayTicket .ticketWrap .atn {
	position: absolute;
	bottom: -30px;
	left: 0;
	background-image: url("../../images23/top/cloud.svg");
	background-size: 208px;
	padding: 17px 49px 7px;
	background-position: top;
	line-height: 18px;
	font-weight: 700;
}

#todayTicket .ticketWrap .atn span {
	font-weight: 700;
	color: #ec6d81;
}

#todayTicket .ticketWrap .ticketInfo {
	max-width: 1047px;
	width: 100%;
}

#todayTicket .ticketWrap .ticketInfo h3 {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	background-color: #ec6d81;
	padding: 0px 8px;
	position: relative;
	display: inline-block;
	letter-spacing: .06em;
	margin-bottom: 10px;
}

#todayTicket .ticketWrap .ticketList {
	display: flex;
	gap: 10px 41px;
	flex-wrap: wrap;
	margin-bottom: 7px;
}

#todayTicket .ticketWrap .ticketList a:hover {
	text-decoration: none;
}

#todayTicket .ticketWrap .ticketList .ticketOne {
	background-color: #fff;
	position: relative;
	padding: 2px 10px 9px;
	min-width: 170px;
}

#todayTicket .ticketWrap .ticketList .ticketOne::before {
	content: "";
	width: 31px;
	height: 100%;
	background-image: url("../../images23/top/ticket_after.png");
	background-size: cover;
	position: absolute;
	right: -31px;
	top: 0;
}

#todayTicket .ticketWrap .ticketList .ticketOne h4 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: -2px;
	text-align: center;
}

#todayTicket .ticketWrap .ticketList .ticketOne .number {
	font-size: 50px;
	font-weight: 500;
	margin-bottom: 0;
	font-family: 'Barlow Condensed', sans-serif;
	display: flex;
	line-height: 39px;
	justify-content: center;
	position: relative;
	margin-left: 10px;
}

#todayTicket .ticketWrap .ticketList .ticketOne .number::before {
	content: "残り";
	color: #fff;
	background-color: #ec6d81;
	font-size: 13px;
	font-weight: 500;
	width: 30px;
	height: 30px;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: -10px;
	top: 7px;
}

#todayTicket .ticketWrap .ticketList .ticketOne .number::after {
	content: "枚";
	font-size: 19px;
	font-weight: 700;
	display: inline-flex;
	margin-left: 10px;
	line-height: 40px;
	height: 0px;
	position: absolute;
	right: 0px;
	top: 9px;
}

.moreBtn2 {
	color: #fff !important;
	font-size: 32px;
	font-weight: 900;
	letter-spacing: .03em;
	position: relative;
	display: inline-block;
	transition: .3s;
}

.moreBtn2::before,
.moreBtn2::after {
	position: absolute;
	top: 2px;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	transition: .3s;
}

.moreBtn2::before {
	right: -60px;
	width: 46px;
	height: 3px;
	background: #fff;
}

.moreBtn2::after {
	right: -59px;
	width: 25px;
	height: 25px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.moreBtn2:hover {
	color: #1652c1 !important;
	text-decoration: none;
}

.moreBtn2:hover::before {
	right: -65px;
	background: #1652c1;
}

.moreBtn2:hover::after {
	right: -64px;
	border-color: #1652c1;
}

.moreBtn2wrap {
	text-align: center;
	z-index: 1;
	position: relative;
}

@media screen and (max-width: 1333px) {
	#todayTicket .ticketWrap {
		max-width: 1160px;
		flex-wrap: wrap;
	}

	#todayTicket .ticketWrap .ticTit {
		width: 100%;
		margin-bottom: 20px;
		margin-right: auto;
		margin-left: 6px;
		margin-top: 0;
		background-position: left;
	}
}

@media screen and (max-width: 1170px) {
	#todayTicket .ticketWrap .ticTit {
		background-position: center;
	}

	#todayTicket .ticketWrap .ticketInfo {
		margin: 0 auto;
		max-width: 100%;
		padding: 0 33px;
	}

	#todayTicket .ticketWrap .atn {
		position: absolute;
		top: 30px;
		right: 20px;
		bottom: inherit;
		left: inherit;
		background-size: 178px;
		padding: 33px 33px 36px;
	}
}

@media screen and (max-width: 600px) {
	#todayTicket .ticketWrap .ticTit {
		background-position: left;
		margin-left: 15px;
		height: 117px;
	}

	#todayTicket .ticketWrap .atn {
		right: 10px;
		background-size: 164px;
		padding: 31px 26px 29px;
	}

	#todayTicket .ticketWrap .ticketInfo {
		padding: 0 10px;
	}

	#todayTicket .ticketWrap .ticketList .ticketOne .number {
		font-size: 34px;
	}

	#todayTicket .ticketWrap .ticketList .ticketOne .number::after {
		font-size: 16px;
		font-weight: 700;
		right: 10px;
	}

	#todayTicket .ticketWrap .ticketList .ticketOne .number::before {
		font-size: 11px;
		width: 25px;
		height: 25px;
		display: flex;
		left: 0px;
		top: 7px;
	}

	#todayTicket .ticketWrap .ticketList .ticketOne::before {
		width: 22px;
		right: -22px;
	}

	#todayTicket .ticketWrap .ticketList .ticketOne {
		padding: 0px 0px 3px;
		min-width: 145px;
	}

	#todayTicket .ticketWrap .ticketList {
		gap: 10px 32px;
	}

	#todayTicket .ticketWrap .ticketList .ticketOne h4 {
		font-size: 13px;
		margin-bottom: -5px;
	}

	.moreBtn2wrap {
		text-align: left;
	}

	.moreBtn2 {
		font-size: 22px;
		margin-left: 15px;
	}

	.moreBtn2::after {
		right: -60px;
		width: 21px;
		height: 21px;
	}

	#todayTicket {
		background-image: url("../../images23/top/bg_ticket_sp.jpg");
		background-size: 240px;
		padding: 20px 0;
		background-repeat: no-repeat;
		background-position: top right;
	}
}

@media screen and (max-width: 341px) {
	#todayTicket .ticketWrap .atn {
		right: -3px;
		transform: scale(.9);
	}
}


.moreBtn3wrap {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}

.moreBtn3 {
	display: flex;
	width: 110px;
	height: 35px;
	justify-content: center;
	align-items: center;
	background-color: #1652c1;
	color: #fff !important;
	border-radius: 40px;
	font-style: italic;
	padding-bottom: 2px;
	border: solid 2px #1652c1;
	transition: .3s;
}

.moreBtn3:hover {
	background-color: #fff;
	color: #1652c1 !important;
}

@media screen and (max-width: 920px) {
	.moreBtn3wrap {
		justify-content: center;
	}
}


@media screen and (max-width: 600px) {
	.moreBtn3 {
		width: 140px;
		height: 40px;
		font-size: 15px;
	}
}



#newsHeadline .newTit {
	font-size: 0 !important;
	background-image: url("../../images23/top/news.svg");
	height: 125px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	max-width: 300px;
	margin: 0 auto 30px;
}

.moreBtn2.blackLink {
	color: #000 !important;
}

.moreBtn2.blackLink:hover {
	color: #1652c1 !important;
}

.moreBtn2.blackLink::before {
	background: #1652c1;
}

.moreBtn2.blackLink::after {
	border-top: 3px solid #1652c1;
	border-right: 3px solid #1652c1;
}

@media screen and (max-width: 600px) {
	#schedule .schTit {
		margin-bottom: 0px;
		background-image: url("../../images23/top/schedule_sp.svg");
		height: 95px;
	}

	#newsHeadline .newTit {
		height: 75px;
		max-width: 180px;
		margin: 0 auto 20px;
	}

	.moreBtn2.blackLink {
		display: flex;
		width: 140px;
		height: 40px;
		font-size: 15px;
		justify-content: center;
		align-items: center;
		background-color: #1652c1;
		color: #fff !important;
		border-radius: 40px;
		font-style: italic;
		padding-bottom: 2px;
		border: solid 2px #1652c1;
		transition: .3s;
		margin: 20px auto 0;
	}
}

#goods-sli .gooTit {
	font-size: 0 !important;
	background-image: url("../../images23/top/goods.svg");
	height: 125px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	max-width: 300px;
	margin: 0 auto 30px;
}

@media screen and (max-width: 600px) {
	#goods-sli .gooTit {
		height: 75px;
		max-width: 180px;
		margin: 0 auto 20px;
	}

	.moreBtn2.blackLink::before,
	.moreBtn2.blackLink::after {
		content: none;
	}
}


#photo-movie .photoTit {
	font-size: 0;
	content: "";
	background-image: url("../../images23/top/photo.svg");
	width: 100%;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
	margin-bottom: 0px;
	margin-top: 15px;
	z-index: 1;
	position: relative;
}

#photo-movie .photoTit2 {
	font-size: 0;
	content: "";
	background-image: url("../../images23/top/photo2.svg");
	max-width: 620px;
	width: 100%;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: 67px;
}

#photo-movie .movieTit {
	font-size: 0;
	content: "";
	background-image: url("../../images23/top/movie.svg");
	width: 100%;
	max-width: 620px;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
	z-index: 1;
	position: relative;
	margin-top: 15px;
	margin-top: 330px;
	margin-bottom: 0px;
	margin-left: 82px;
	margin-right: auto;
}

#photo-movie .movieTit2 {
	font-size: 0;
	content: "";
	background-image: url("../../images23/top/movie2.svg");
	width: 100%;
	max-width: 432px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
	margin-bottom: 20px;
	position: relative;
	margin-left: 160px;
	margin-right: auto;
}

#photo-movie .photo-wrap .moreBtn2 {
	color: #000 !important;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: .03em;
	position: relative;
	display: inline-block;
	transition: .3s;
}

#photo-movie .photo-wrap .moreBtn2::before {
	background: #000;
}

#photo-movie .photo-wrap .moreBtn2::after {
	border-top: 3px solid #000;
	border-right: 3px solid #000;
}

#photo-movie .movie-wrap .moreBtn2 {
	font-size: 18px;
	color: #fff !important;
}

#photo-movie .photo-wrap .moreBtn2::before {
	background: #000;
}

#photo-movie .photo-wrap .moreBtn2::after {
	border-top: 3px solid #000;
	border-right: 3px solid #000;
}

#photo-movie .movie-wrap .moreBtn2::before {
	background: #fff;
}

#photo-movie .movie-wrap .moreBtn2::after {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

#scroll-txt {
	transition: opacity 500ms;
	overflow: hidden;
	position: absolute;
	top: 101px;
	width: 100%;
	z-index: 0;
	left: 0;
}

#scroll-txt .main-txt {
	background: transparent url("../../images23/top/photo.png") repeat-x 0 0;
	background-size: auto;
	background-size: auto;
	background-size: 1220px;
	height: 335px;
	animation: scroll2 160s cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite normal;
	opacity: 0.8;
}

#photo-movie .movie-wrap #scroll-txt .main-txt {
	background: transparent url("../../images23/top/movie.png") repeat-x 0 0;
	background-size: auto;
	background-size: auto;
	background-size: 1220px;
	height: 335px;
	animation: scroll2 160s cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite normal;
	opacity: 0.8;
}

@keyframes scroll {
	0% {
		background-position: 38vw 0;
	}

	100% {
		/*background-position: -236.91176vw 0; */
		background-position: 700.91176vw 0;
	}
}

@keyframes scroll2 {
	0% {
		background-position: 0px 0;
	}

	100% {
		background-position: -700.91176vw 0;
	}
}

@media screen and (max-width: 1430px) {
	#photo-movie .photoTit2 {
		margin-left: auto;
		margin-right: auto;
	}

	#photo-movie .movieTit {
		margin-left: 82px;
		margin-right: auto;
		margin-left: auto;
		margin-right: auto;
	}

	#photo-movie .movieTit2 {
		margin-left: auto;
		margin-right: auto;
	}
}

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

	#photo-movie .movieTit {
		margin-top: 15px;
	}
}

@media screen and (max-width: 1240px) {
	#photo-movie .movieTit {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 1050px) {
	#photo-movie .movieTit {
		position: inherit;
	}

	#photo-movie .movie-wrap .overhidden {
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 600px) {
	#photo-movie .movieTit {
		margin-left: calc(((100vw - 100%) / 2) * -1);
		margin-right: calc(((100vw - 100%) / 2) * -1);
		width: auto;
	}

	#photo-movie .photoTit2 {
		margin-left: calc(((100vw - 100%) / 2) * -1);
		margin-right: calc(((100vw - 100%) / 2) * -1);
		width: auto;
	}

	#photo-movie .moreBtn2wrap {
		text-align: center;
	}

	#photo-movie .moreBtn2 {
		font-size: 22px;
		margin-left: -15px;
	}

	#scroll-txt {
		top: 41px;
	}

	#scroll-txt .main-txt {
		animation: scroll2 40s cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite normal;
		background-size: 1080px;
		height: 285px;
	}

	#photo-movie .movie-wrap #scroll-txt .main-txt {
		animation: scroll2 40s cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite normal;
		background-size: 1080px;
		height: 285px;
	}

	#photo-movie .swiper-button-next5,
	#photo-movie .swiper-button-prev5 {
		top: 41%;
	}
}


#newsHeadline .slyly1 {
	content: '';
	position: absolute;
	background-image: url("../../images23/top/slyly1.png");
	width: 250px;
	height: 710px;
	background-repeat: no-repeat;
	left: -40px;
	bottom: -140px;
	margin: auto 0;
	background-size: contain;
}

#newsHeadline .slyly2 {
	content: '';
	position: absolute;
	background-image: url("../../images23/top/slyly2.png");
	width: 305px;
	height: 1035px;
	background-repeat: no-repeat;
	right: 0px;
	top: 10px;
	margin: auto 0;
	background-size: contain;
}

@media screen and (max-width: 1310px) {
	#newsHeadline .slyly1 {
		display: none;
	}

	#newsHeadline .slyly2 {
		display: none;
	}
}
