@charset "UTF-8";

body {
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
font-size: 16px;
color: #000;
overflow-x: hidden;
}

section:nth-of-type(odd){background-color:#F7F7F7;}
section:nth-of-type(even){background-color:#FFF;}

@media screen and (max-width: 280px) { /*Galaxy Fold*/
  body {
  font-size: 14px;
  }
}

article{
width: 100%;
}
section{
  position: relative;
}
.active{
  opacity: 1;
}
a{
  transition: .3s;
}
a:link,
a:visited{
  color: #0952a4;
}
a:hover{
  opacity: 0.7;
}

.textLeft {
	text-align: left;
    line-height: 1.4;
}

.textCenter {
	text-align: center;
    line-height: 1.4;
}

.textRight {
	text-align: right;
    line-height: 1.4;
}

.red {
	color: #ff0000;
}

.large {
	font-size: 120%;
}

dt {
  font-weight: normal;
}

strong {
    font-weight: bold;
}

.line {
    width: 100%;
    border-top: 2px dotted #666;
    padding-bottom: 5%;
    margin-top: 5%;
}

ul.block-ticket li:nth-of-type(odd){background-color:#FFF;}
ul.block-ticket li:nth-of-type(even){background-color:#F1FAFF;}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*
SP
==================================================== */
@media screen and (max-width: 759.9px) {
.spnone{
	display:none;
}

#dirPathBlock,#anchorLinkBlock { background: #FFF;}
#dirPathBlock p,#anchorLinkBlock a{
	font-size: 10px;
	padding: 0 5px 5px 5px;
}

#container{
  font-size: 16px;
  position: relative;
  width: 100%;
}

.inner {
	width: 98%;
	margin: 0 auto;
	padding: 5% 1%;
}

/*title*/
.title {
	width: 100%;
	text-align: center;
}

.title img {
    width: 100%;
}

  /*news*/
	#newsImportant {
		margin: 5px;
		display: flex;
		font-size: 11px;
	}
	#newsImportant dt {
		width: 72px;
		height: fit-content;
		background: #e62d2d;
		color: #FFF;
		text-align: center;
		border-radius: 3px;
		margin-top: 2px;
		padding: 3px 0;
	}
	#newsImportant dd {
		width: 100%;
		padding: 0 10px;
	}
	#newsImportant li {
		padding: 5px 3px 5px 12px;
		position: relative;
		font-size: 1.1em;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	}
	#newsImportant li:nth-of-type(n+2) {
		border-top: 1px dotted #ccc;
	}
	#newsImportant li:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 6px solid #555555;
		border-right: 0;
		position: absolute;
		top: 7px;
		left: 0;
	}


/*見出し*/
h1 {
    text-align: center;
}

h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #2b66cc;
}

h2.baseball::before {
    background-image: url(../images/ic_baseball.svg);
}

h2.soccer::before {
    background-image: url(../images/ic_soccer.svg);
}

h2.rugby::before {
    background-image: url(../images/ic_rugby.svg);
}

h2.sumo::before {
    background-image: url(../images/ic_sumo.svg);
}

h2.baseball::before,
h2.soccer::before,
h2.rugby::before,
h2.sumo::before {
    content: '';
    display: inline-block; /* インラインブロックにすることでサイズを指定可能 */
    width: 24px; /* 画像の幅を指定 */
    height: 24px; /* 画像の高さを指定 */
    background-size: contain; /* 画像を要素に合わせてサイズ調整 */
    background-repeat: no-repeat; /* 繰り返さない */
    margin-right: 5px; /* テキストとの間隔を調整 */
    vertical-align: text-bottom;
}

/*navigation*/
.topNavi {
	width: 100%;
	text-align: center;
    background: #FFF183;
}

.topNavi ul {
	width: 100%;
	padding: 10px 0;
    text-align: center;
    overflow: hidden;
}

.topNavi ul li {
    display: inline-block;
    padding-right: .5em;
    margin-right: .5em;
    border-right: 1px solid #000;
}

.topNavi ul li:last-child {
    border-right: none;
}

.topNavi ul li a {
    color: #000;
}

/*注意事項*/
ul.guideList {
	margin: .5em 0;
}

ul.guideList li {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:last-child {
	padding-bottom: 0;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li.no1,
ul.guideList li.no2,
ul.guideList li.no3,
ul.guideList li.no4,
ul.guideList li.no5,
ul.guideList li.no6,
ul.guideList li.no7 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1.5em;
    margin-left: 1.5em;
}

ul.guideList li.no1:before {
	content: '1．';
}

ul.guideList li.no2:before {
	content: '2．';
}

ul.guideList li.no3:before {
	content: '3．';
}

ul.guideList li.no4:before {
	content: '4．';
}

ul.guideList li.no5:before {
	content: '5．';
}

ul.guideList li.no6:before {
	content: '6．';
}

ul.guideList li.no7:before {
	content: '7．';
}

ul.guideList li.kome {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.kome1 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome1:before {
	content: '（※1）';
}

ul.guideList li.kome2 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome2:before {
	content: '（※2）';
}

ul.guideList li.kome3 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome3:before {
	content: '（※3）';
}

ul.guideList li span {
	color: #F00;
}

/*list横並び*/
.itemList2,
.itemList3,
.itemList4,
.itemList2btn,
.stepitemList3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.itemList2 > div,
.itemList3 > div,
.itemList4 > div {
  width: 50%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
  text-align: left;
}

.itemList2btn > div {
  width: 100%;
  height: auto;
  padding: 0 5px;
}

.stepitemList3 > div {
  width: 100%;
  height: auto;
  padding: 0 5px;
  margin-top: 2em;
}

.itemList2,
.itemList3,
.itemList4 > div img {
  width: 100%;
  height: auto;
}

.itemList4 > div p strong {
  display: block; 
  margin-top: .3em;
}

/*ボタン*/
.Btn {
  color: #fff;
  width: 100%;
  margin-top: .5em;
  text-align: center;
  background: #003399;
  border-radius: 30px;
  padding: .4em 1em;
  position: relative; /* 追記 */
}

.Btn a {
	color: #fff;
}

.Btn span {
  font-size: 80%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 100%;
  margin: 1em auto;
  text-align: center;
  background: #666    ;
  border-radius: 5px;
  padding: 6% 2%;
  position: relative; /* 追記 */
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}



/*footer*/
#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 96%;
	margin: 0 auto;
	padding: 2% 2%;
}

#footer .inner ul {
	font-size: 11px;
	line-height: 1.4;
    text-align: left;
}

#footer .inner ul li {
    display: inline-block;
    width: 46%;
	padding: 2% 0;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    padding: 2% 0;
}

/*pagetop*/
#pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 3em;
  height: 3em;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}


}




/*
PC
==================================================== */
@media screen and (min-width: 760px),print {
.pcnone{
	display:none;
}

#dirPathBlock,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto;
    padding-bottom: 10px;
	font-size: 12px;
}

#container{
  font-size: 18px;
  position: relative;
  z-index:1;
}

.inner {
	width: 1080px;
	margin: 0 auto;
	padding: 30px 0;
}

/*title*/
.title {
	width: 100%;
	text-align: center;
    background: #FFF;
}

.title img {
    width: 1080px;
}

/*news*/
  #newsImportant{
	width: 100%;
	max-width: 970px;
	margin: 5px auto;
	display: flex;
	font-size: 12px;
	padding:8px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 1px;
	padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 3px 3px 3px 12px;
	position: relative;
	font-size:13px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}

/*見出し*/
h1 {
    margin: 1em 0;
}

h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #2b66cc;
}

h2.baseball::before {
    background-image: url(../images/ic_baseball.svg);
}

h2.soccer::before {
    background-image: url(../images/ic_soccer.svg);
}

h2.rugby::before {
    background-image: url(../images/ic_rugby.svg);
}

h2.sumo::before {
    background-image: url(../images/ic_sumo.svg);
}

h2.baseball::before,
h2.soccer::before,
h2.rugby::before,
h2.sumo::before {
    content: '';
    display: inline-block; /* インラインブロックにすることでサイズを指定可能 */
    width: 26px; /* 画像の幅を指定 */
    height: 26px; /* 画像の高さを指定 */
    background-size: contain; /* 画像を要素に合わせてサイズ調整 */
    background-repeat: no-repeat; /* 繰り返さない */
    margin-right: 5px; /* テキストとの間隔を調整 */
}

/*navigation*/
.topNavi {
	width: 100%;
	text-align: center;
    background: #FFF183;
}

.topNavi ul {
	width: 1080px;
	margin: 0 auto;
	padding: 10px 0;
    text-align: center;
    overflow: hidden;
}

.topNavi ul li {
    display: inline-block;
    padding-right: 1em;
    margin-right: 1em;
    font-size: 20px;
    border-right: 2px solid #000;
}

.topNavi ul li:last-child {
    border-right: none;
}

.topNavi ul li a {
    color: #000;
}

/*注意事項*/
ul.guideList {
	padding: 0;
    margin: .5em 0;
}

ul.guideList li {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:last-child {
	padding-bottom: 0;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li.no1,
ul.guideList li.no2,
ul.guideList li.no3,
ul.guideList li.no4,
ul.guideList li.no5,
ul.guideList li.no6,
ul.guideList li.no7 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1.5em;
    margin-left: 1.5em;
}

ul.guideList li.no1:before {
	content: '1．';
}

ul.guideList li.no2:before {
	content: '2．';
}

ul.guideList li.no3:before {
	content: '3．';
}

ul.guideList li.no4:before {
	content: '4．';
}

ul.guideList li.no5:before {
	content: '5．';
}

ul.guideList li.no6:before {
	content: '6．';
}

ul.guideList li.no7:before {
	content: '7．';
}

ul.guideList li.kome {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.kome1 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome1:before {
	content: '（※1）';
}

ul.guideList li.kome2 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome2:before {
	content: '（※2）';
}

ul.guideList li.kome3 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome3:before {
	content: '（※3）';
}

ul.guideList li span {
	color: #F00;
}





/*list横並び*/
.itemList2,
.itemList3,
.itemList4,
.itemList2btn,
.stepitemList3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.itemList2 > div {
  width: 50%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
  text-align: center;
}

.itemList2btn > div {
  width: 50%;
  height: auto;
  align-self: stretch;  
  padding: 0 5px;
  text-align: center;
}

.itemList3 > div,
.stepitemList3 > div {
  width: 33.33333%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
}

.itemList4 > div {
  width: 25%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
}

.itemList2,
.itemList3,
.itemList4 > div img {
  width: 100%;
  height: auto;
}

.itemList4 > div p {
  line-height: 1.4;
}

.itemList4 > div p strong {
  display: block; 
  margin-top: .3em;
}



/*ボタン*/
.Btn {
  color: #fff;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #003399;
  border-radius: 30px;
  padding: .4em 1em;
  position: relative; /* 追記 */
}

.Btn a {
	color: #fff;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  font-weight: bold;
}

.Btn_gray {
  color: #fff;
  width: 80%;
  margin: 1em auto;
  text-align: center;
  background: #666;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

/*footer*/
#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 990px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer .inner ul {
	font-size: 13px;
	line-height: 1.4;
    text-align: center;
}

#footer .inner ul li {
    display: inline-block;
	padding: 0 6px;
	border-right: 1px solid #CCC;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}

/*pagetop*/
#pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}
#pagetop a:hover {
  background-color: #152a8c;
}
#pagetop a:hover::after {
border-width: 0 6px 9px 6px;
border-color: transparent transparent #fff transparent;
}


}