@charset "UTF-8";
* {
	box-sizing: border-box;
}
#kobe2nd h2 {
	margin-bottom: 0;
}
.academy.premiere #contents figure img {
	max-width: 100% !important;
}
ul.default {
	list-style-type: disc;
}
ul.default > li {
	margin-left: 1.5em;
}
.textLarge {
	font-size: 1.25em;
}
.textSmall {
	font-size: 0.75em;
}
.solid {
	border: 1px solid #cccccc;
}
.row {
	display: table;
	table-layout: fixed;
}
.row > .col {
	display: table-cell;
}
.row.valignT > .col {
	vertical-align: top;
}
.row.valignM > .col {
	vertical-align: middle;
}
main > section {
	padding: 2.0em 0;
	overflow: hidden;
}
main > section > h1 {
	margin-bottom: 1.0em;
	text-align: center;
}
h4.large, h5.bgGrey {
	padding: 10px;
}
h4.small {
	padding: 0 0 0.5em 0;
}
hr.spacer {
	padding: 0.5em 0;
	border: none;
	outline: none;
	margin: 0;
}
.borderBox {
	padding: 1em;
}

/* Common */
.academy #contents {
	margin: 0 auto;
	margin-top: 4em;
	padding-bottom: 0;
	text-align: left;
}
@media screen and (min-width: 641px) {
	#kobe2nd h2.noapp {
		background-color: #4b000d;
	}
	#kobe2nd h2.noapp a {
		color: #fff;
	}
}

/* IDX */
.academy.idx figure img {
	max-width: 100%;
	height: auto;
	margin-bottom: 0.5em;
}
.academy.idx #contents table td {
	text-align: left;
}
.academy.idx #contents table th {
	background-color: #f7e0e5;
}

@media screen and (max-width: 640px) {
	.academy.player #contents, .academy.staff #contents {
		margin-top: 1em;
	}
	.academy.idx #contents .stafflist {
		margin-bottom: 1em !important;
	}
	.academy.idx #contents .clm.col5 > li, .academy.idx #contents .clm.col5 > div {
		display: inline-block;
		width: 31.3% !important;
	}
	#mikitanihouse {
		margin-bottom: 20px;
	}
	.bx-wrapper .bx-viewport {
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		border: none !important;
		background-color: transparent !important;
		left: 0 !important;
	}
	#bx-pager {
		text-align: center;
		background-color: #DDDDDD;
		padding: 1%;
	}
	#bx-pager li {
		display: inline-block;
		margin-right: 1%;
		width: 19%;
	}
	#bx-pager li:last-child {
		margin-right: 0;
	}
	#bx-pager li a {
		display: block;
	}
	#bx-pager li a img {
		border: 1px solid #8F8F8F;
	}
	#bx-pager li a.active img {
		border: 1px solid #9b0020;
	}
	.bxslider li {
		font-size: 1.2rem;
	}
	.bxslider li img {
		margin-bottom: 5px;
	}
	.bx-wrapper {
		margin: 0 auto 10px auto !important;
	}
}

@media screen and (min-width: 641px) {
	.academy.idx #contents .clm.col5 > li, .clm.col5 > div {
		width: 196px;
	}
	.academy.idx #contents .clm.col4 > li, .clm.col4 > div {
		width: 250px;
		margin-top: 0.5em
	}
	#mikitanihouse {
		display: table;
		margin-bottom: 20px;
		padding: 15px;
		box-sizing: border-box;
		background-color: #f0f0f0;
	}
	.bx-wrapper .bx-viewport {
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		border: none !important;
		background-color: transparent !important;
		width: 680px !important;
		left: 0 !important;
	}
	#bx-pager {
		display: table-cell;
		width: 129px;
		vertical-align: top;
		margin: 0;
		padding: 0;
	}
	#bx-pager li {
		margin-bottom: 5px;
	}
	#bx-pager li:last-child {
		margin-bottom: 0;
	}
	#bx-pager li a {
		display: block;
		position: relative;
	}
	#bx-pager li a img {
		width: 127px;
		height: auto;
		border: 1px solid #ddd;
		opacity: .7;
		filter: alpha(opacity=70);
	}
	#bx-pager li a.active:after {
		content: "";
		display: inline-block;
		border: 8px solid transparent;
		border-right-color: #9b0020;
		position: absolute;
		left: -16px;
		top: 50%;
		margin-top: -8px;
	}
	#bx-pager li a.active img, #bx-pager li a:hover img {
		border: 1px solid #9b0020;
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	.bxslider {
		display: table-cell;
		vertical-align: top;
		text-align: left;
		width: 780px;
	}
	.bxslider li img {
		margin-bottom: 5px;
		width: 680px;
	}
	.bx-wrapper {
		width: 690px;
		margin: 0 auto;
	}
}

/* GAME INFORMATION */
.academy.search .notebox1 {
	margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
	.infolist {
		list-style: none;
		padding: 0;
		margin: 20px 0;
	}
	.infolist span {
		display: block;
		background-color: #ececec;
		margin-bottom: 5px;
		line-height: 1.8;
	}
	.infolist span, .infolist p {
		padding-left: .5em;
	}
	.infolist li {
		margin-bottom: 15px;
	}
	.infolist a {
		display: block;
		color: #333;
		text-decoration: none;
	}
	.infolist a p {
		text-decoration: underline;
	}
}

@media screen and (min-width: 641px) {
	.infolist {
		padding: 0;
		margin-bottom: 20px;
		border-top: 1px dotted #ccc;
	}
	.infolist span, .infolist p {
		display: table-cell;
	}
	.infolist span {
		width: 8em;
		padding-left: 5px;
		font-size: 13px;
	}
	.infolist li {
		width: 100%;
		border-bottom: 1px dotted #ccc;
		padding: 15px 0;
	}
	.infolist a {
		display: block;
		color: #333;
		text-decoration: none;
	}
	.infolist a p {
		text-decoration: underline;
	}
	.infolist a:hover p {
		text-decoration: none;
	}
	.infolist li:nth-child(even) {
		background-color: #f9f9f9;
	}
}

/* PLAYER STAFF */
#contents .stafflist .posi_no {
	display: flex;
	align-items: baseline;
	font-family: "RakutenSans_Bd";
	padding-top: 6px;
}
#contents .stafflist li div .no {
	line-height: 1;
	/*margin-left: 0.2em;*/
	color: #9b0020;
}
#contents .stafflist li div .posi {
	margin-right: 5px;
	line-height: 1;
	margin-left: 0.2em;
	color: #666;
}
#contents .stafflist li div p {
	display: block;
	width: 100%;
	margin-bottom: 0;
	padding: 5px;
	line-height: 1.2;
}

#contents .stafflist li div p span.en {
	display: block;
	font-weight: bold;
	padding-right: 0.2em;
	margin-bottom: 5px;
}
contents .stafflist li div p small {
	padding-bottom: 5px;
	display: block;
}

@media screen and (max-width: 640px) {
	#contents .stafflist .posi_no {
		padding-left: 4px;
	}
	#contents .stafflist li div .no {
		font-size: 30px;
		padding-top: 5px;
		margin-left: 0;
	}
	#contents .stafflist li div .posi {
		font-size: 18px;
	}
	#contents .stafflist li div{
		vertical-align: middle;
	}
	#contents .stafflist li div p {
		font-size: 16px;
	}
	#contents .stafflist li div p small {
		font-size: 14px;
	}
	
	#contents .stafflist li div p span.en {
		display: block;
		font-weight: bold;
		font-size: 14px;
		padding-right: 0.2em;
		margin-bottom: 5px!important;
		line-height: 1.0;
		margin: 0;
	}
	
}

@media screen and (min-width: 641px) {
	#contents .stafflist li div .no {
		font-size: 30px;
	}
	#contents .stafflist li div .posi {
		font-size: 16px;
	}
	#contents .stafflist li div p {
		font-size: 16px;
	}
	#contents .stafflist li div p small {
		font-size: 13px;
	}
	#contents .stafflist li div p span.en {
		font-size: 12px;
	}
}

ul.stafflist ul {
	margin-top: 1em;
}
ul.stafflist a {
	color: #333;
	text-decoration: none;
}
ul.stafflist p {
	font-weight: bold;
}
ul.stafflist p small {
	display: block;
	line-height: 1.2;
	font-weight: normal;
	padding-right: 0.2em;
}

ul.stafflist figure, ul.stafflist p {
	display: table-cell;
	vertical-align: top;
}

/* --- スタッフ一覧：リンクあり・なし両方の縦中央揃え設定 --- */

ul.stafflist li > a, 
ul.stafflist li > div {
    display: table !important;
    width: 100%;
    box-sizing: border-box;
    background-color: #faf6eb;
    text-decoration: none;
    color: #333;
    border-collapse: separate;
}

ul.stafflist figure {
    display: table-cell !important;
    vertical-align: top !important;
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important; 
    padding: 6px;
}

ul.stafflist figure img {
    width: 100% !important;
    height: auto !important;
    display: block;
}

ul.stafflist p {
    display: table-cell !important;
    vertical-align: middle !important;
    width: auto !important;
    padding-left: 10px;
}

@media screen and (max-width: 640px) {
    ul.stafflist figure {
        width: 30%;
    }
    ul.stafflist p {
        width: 70%;
        font-size: 16px;
    }
    ul.stafflist p small {
        font-size: 13px;
    }
}

@media screen and (max-width: 640px) {
	ul.stafflist {
		margin-bottom: 1em;
	}
	ul.stafflist p,
	ul.stafflist a p{
		font-size: 16px;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	ul.stafflist figure {
		width: 26%;
		text-align: left;
	}
	ul.stafflist figure img {
		height: auto;
	}
	ul.stafflist li > a, ul.stafflist li > div,
	#contents .stafflist li div p{
		display: table;
		width: 100%;
		box-sizing: border-box;
	}
}
@media screen and (min-width: 641px) {
	ul.stafflist p {
		width: 55%;
		display: table-cell;
		vertical-align: top;
		padding-left: 0.5em;
	}
	ul.stafflist p,
	ul.stafflist a p{
		font-size: 18px;
	}

	ul.stafflist p small {
		font-size: 13px;
	}
	ul.stafflist li > a, ul.stafflist li > div {
		display: table;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 1em;
	}
}

/* --- スタッフ・選手一覧--- */

/* リスト全体のコンテナ */
@media screen and (max-width: 640px) {
	
ul.stafflist {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    list-style: none;
}

ul.stafflist li > a, 
ul.stafflist li > div {
    display: flex !important; 
    align-items: center;
    width: 100%;
    background-color: #faf6eb;
    text-decoration: none;
    color: #333;
    box-sizing: border-box;
    min-height: 90px;
}

ul.stafflist figure {
    flex: 0 0 85px !important; 
    margin: 0;
    padding: 5px;
    display: flex;
    justify-content: center;
}

ul.stafflist figure img {
    width: 100% !important;
    height: auto !important;
    display: block;
}

ul.stafflist p,
#contents .stafflist li div p {
    flex: 1;
    padding-left: 15px !important;
    margin: 0;
    text-align: left;
    display: block !important;
}

#contents .stafflist .posi_no {
    align-self: flex-start !important;
    padding-top: 10px !important;
}

}

@media screen and (min-width: 641px) {
    ul.stafflist li {
        width: 23.481%;
        margin-left: 2.024%;
    }
    ul.stafflist li:nth-child(4n+1) {
        margin-left: 0;
    }
}

@media screen and (max-width: 640px) {
    ul.stafflist li {
        width: 100%;
        margin-top: 10px;
    }
}

/* SCHDULE */
.iframe-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}
@media screen and (max-width: 640px) {
	ul.tabcrimson li a, ul.tabcrimson li span {
		font-size: 14px !important;
	}
}
@media screen and (min-width: 641px) {
	.academy.schedule #contents ul.tabcrimson li a:hover, #contents ul.tabcrimson li a#tab1a, #contents ul.tabcrimson li a#tab2a,#contents ul.tabcrimson li a#tab3a, #contents ul.tabcrimson li a#tab4a, #contents ul.tabcrimson li a.selected {
		padding: 0.4em;
	}
	ul.tabcrimson li {
		font-size: 16px;
	}
}
/* PREMIRE */
th.r-no {
	width: 5%;
}
th.r-day {
	width: 15%;
}
th.r-ko {
	width: 10%;
}
th.r-vs {
	width: 25%;
}
th.r-sta {
	width: 25%;
}
th.r-score {
	width: 20%;
}
td.homegame {
	background-color: #f8e7eb !important;
}
/* TABLE */
.academy #contents table td, table th {
	border: none;
	text-align: center;
}
.academy #contents table {
	width: calc(100% + 10px);
	margin-bottom: 0;
	border-collapse: separate;
	border: none;
	border-spacing: 5px;
	transform: translate(-5px);
}
.academy #contents table th, .details #contents table td {
	padding: 1.0em 0;
	border: none;
	text-align: center;
}
.academy #contents table td {
	background-color: #efefef;
}
.academy #contents .tableWrap {
	margin-bottom: 1em;
}
.academy #contents table .noLine td {
	text-align: left;
}

.homegamecell {
	background-color:#f8e7eb!important;
}

@media screen and (max-width: 640px) {
	body {
		font-size: 1.4rem;
	}
	.pcOnly {
		display: none;
	}
	section.container {
		margin: 0 auto;
		padding: 0 1.0em;
	}
	.unit4Lg, .unit3Lg {
		font-size: 0;
	}
	.unit4Lg > *, .unit3Lg > * {
		display: inline-block;
		width: 100%;
		font-size: 1.6rem;
		vertical-align: top;
	}
	.unit2Lg > *:not(:first-child), .unit4Lg > *:not(:first-child) {
		margin-top: 1.0em;
	}
	
	.unit2Lg > li:last-child, .unit4Lg > li:last-child{
		margin-bottom: 1.0em;
	}
	
	.unit2Sp {
		font-size: 0;
	}
	.unit2Sp > * {
		display: inline-block;
		width: 50%;
		font-size: 1.6rem;
		vertical-align: top;
	}
	
	ul.stafflist li > a, ul.stafflist li > div {
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding-right: 10%;
	background-color: #faf6eb;
	}
	
	.unit2Lg > *:not(:nth-child(1)):not(:nth-child(2)) {
		margin-top: 1.0em;
	}
	.academy #contents table tbody th, .academy #contents table tbody td {
		padding: 1.0em;
	}
	.academy.premiere #contents section .tableWrap:before {
		content: "← 横にスクロールできます →";
		color: #980323;
		text-align: center;
		display: block;
	}
	.academy.premiere #contents section .tableWrap table {
		padding-right: 10px;
	}
	.academy.premiere #contents table th {
		color: #ffffff;
		background-color: #4b000d;
	}
	a.btntext2 span {
	padding-top: 1em;
}
}
@media screen and (min-width: 641px) {
	body {
		font-size: 1.0rem;
	}
	h4.large, h4.middle {
		font-size: 18px
	}
	.academy #contents {
		width: 1060px;
	}
	.spOnly {
		display: none;
	}
	section.container {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 1em;
	}
	main > section {
		padding: 4.0em 0;
	}
	.unit2Lg, .unit3Lg, .unit4Lg {
		font-size: 0;
	}
	.unit2Lg > * {
		display: inline-block;
		width: 48.481%;
		/*font-size: 1.6rem;*/
		vertical-align: top;
	}
	.unit2Lg > *:nth-child(even) {
		margin-left: 3.036%;
	}
	.unit3Lg > * {
		display: inline-block;
		width: 31.983%;
		font-size: 1.6rem;
		vertical-align: top;
	}
	.unit3Lg > *:not(:nth-child(3n+1)) {
		margin-left: 2.024%;
	}
	.unit4Lg > * {
		display: inline-block;
		width: 23.481%;
		font-size: 1.6rem;
		vertical-align: top;
	}
	.unit4Lg > *:not(:nth-child(4n+1)) {
		margin-left: 2.024%;
	}
	.academy.premiere ul.link li {
		display: inline-block;
		margin-right: 30px;
	}
	.academy.premiere #contents table th {
		color: #ffffff;
		background-color: #4b000d;
	}
	ul.stafflist li > a, ul.stafflist li > div {
	background-color: #faf6eb;
	}
}

/*title*/
.academy #contents h2 {
	width: 100%;
	color: #333;
	line-height: 1.6;
	text-align: center !important;
	display: block;
}
.academy #contents h3 {
	width: 100%;
	color: #333;
	line-height: 1.0;
	text-align: center;
	display: block;
}
#kobe2nd h2 {
	background-color: #fff;
}
#kobe2nd h3 {
	border-left: none;
}
#kobe2nd #contents .ttlAcademy h2 {
	margin-bottom: 0 !important;
	padding: 0;
	text-align: center;
	font-weight: normal;
}
#contents .ttlCategory {
	display: block;
	border-bottom: 3px solid #9b0020;
	margin: 1.5em 0 !important;
	font-family: "RakutenSans_Bd";
}
#contents .ttlCategory h3 em {
	color: #333;
	display: block;
	font-weight: bold;
}
#contents .ttlAcademy {
	display: block;
	border-bottom: 3px solid #000;
	margin-bottom: 1.5em !important;
	font-family: "RakutenSans_Bd";
}
#contents .ttlAcademy h2 em {
	display: inline-block;
}
h4.large, h4.middle, h5.bgGrey, h4.small {
	margin: 1em 0;
}
#contents h3 em {
		font-size: 1.8rem;
	}

@media screen and (max-width: 640px) {
	#contents h2 em {
		font-size: 2.2rem;
	}
}
@media screen and (min-width: 641px) {
	#contents h2 em {
		font-size: 3.0rem;
	}
}

/*swiper*/
.academy.player #contents #player-swiper .swiper-pagination {
	position: static !important;
	height: 25px;
	margin: 0.4em 0;
}
.academy.player #contents #player-swiper .swiper-pagination-bullet {
	display: inline-block;
	width: 50px !important;
	height: 5px !important;
	margin: 10px 5px 0;
	background-color: #dfdfdf !important;
	border-radius: 0 !important;
	vertical-align: top !important;
	outline: 0;
	opacity: 1 !important
}
.academy.player #contents #player-swiper .swiper-pagination-bullet-active {
	background: #a9002e !important;
}


/* player & Staff menu */
.academy_nav {
	padding: 0 0 1em;
}
.academy_menu {
	display: flex;
	text-align: center;
}
.academy_menu a {
	color: #fff;
	text-decoration: none;
}
.menu-parent {
	text-align: center;
}
@media screen and (min-width: 641px) {
	.menu-parent {
		width: calc(100% /5);
		border-right: 1px solid #fff;
		position: relative;
	}
	.menu-parent:last-child {
		border-right: 0;
	}
}
@media screen and (max-width: 640px) {
	.academy_menu {
		flex-flow: column;
	}
	.accordion-cate summary {
		padding: 1em;
	}
	.accordion-cate summary::before {
		right: 1em;
	}
}
.accordion-cate {
	width: 100%;
	margin-bottom: 7px;
	background-color: #4b000d;
}
.accordion-cate summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 1em 2em;
	background-color: #4b000d;
	color: #ffffff;
	font-weight: 600;
	cursor: pointer;
}
.accordion-cate summary::-webkit-details-marker {
	display: none;
}
.accordion-cate.last-item summary::before, .accordion-cate.last-item summary::after {
	display: none;
}
.accordion-cate summary:hover {
	color: #fff;
	background-color: #a9002e;
}
.accordion-cate summary::before, .accordion-cate summary::after {
	width: 3px;
	height: .9em;
	border-radius: 5px;
	background-color: #d9d9d9;
	content: '';
}
.accordion-cate summary::before {
	position: absolute;
	right: 2em;
	rotate: 90deg;
}
.accordion-cate summary::after {
	transition: rotate .3s;
}
.accordion-cate[open] summary::after {
	rotate: 90deg;
}
.accordion-cate ul {
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #f7e0e5;
	color: #333;
}
.accordion-cate[open] ul {
	transform: none;
	opacity: 1;
}
.menu-child_ul {
	list-style-type: none;
	color: #fff;
	text-align: left;
	font-size: 13px;
	margin-left: 1em;
}
.menu-child_ul li {
	border-top: #fff 1px solid;
	line-height: 1.5;
	font-size: 13px;
}
.menu-child_ul li a {
	padding: 10px;
	position: relative;
	text-decoration: none;
	display: block;
	color: #333;
}
.menu-child_ul li a:hover {
	color: #fff;
	background-color: #a9002e;
}
/* ttlAcademy 下のコーナメニュー */

.academy .tabgray { text-align: center;}
.academy .tabgray li a:hover, .academy .tabgray li a.selected, .academy .tabgray li span.selected {
	background-color: #a9002e;
	color: #fff;
}
.academy .tabgray li a:after {
	color: #fff;
}
@media screen and (min-width: 641px) {
	.academy .tabgray.list4 li {
		width: 259px;
	}
	.academy .tabgray.list4 li:last-child {
		width: 258px;
	}
	.academy .tabgray li:last-child {
		margin: 0;
	}
}
/* 古いSP　サイドメニュー非表示 */
.academy #rwdMenuWrap #switchBtnArea #switchBtn {
	display: none;
}

/*  Staff 詳細  */

.academy.staff #contents h3.proftitle {
	text-align: left;
}

.academy.staff .profiledetail {
	margin-bottom: 25px;
}
.academy.staff .profiledetail > div {
	display: table-cell;
	position: relative;
}

@media screen and (min-width: 641px) {
.academy.staff .profiledetail figure {
	width: 295px;
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
.academy.staff .profiledetail figure img {
	width: 280px;
	height: auto;
}
.academy.staff .proright {
	display: table-cell;
	width: 765px;
	vertical-align: top;
}
}

/* SNS */

.ttlBold	{margin: 1.0em 0!important; padding: 20px!important; color: #ffffff!important; background-color: #9b0020; overflow: hidden;}
.ttlBold h3	{margin: 0; padding: 0;}
section.sns-box p { padding: 0; margin: 20px 0;}

@media screen and (min-width: 641px) {
	
section.sns-box {
	width: 998px;
}
	
section.sns-box .unit2Lg {
	/*padding-top: 50px;*/
	padding-bottom: 50px;
	text-align: center;
}
section.sns-box .unit2Lg b {
	display: block;
	margin-bottom: 10px;
	color: rgba(0, 31, 73, 1);
	font-size: 20px;
}
section.sns-box .unit2Lg ul {
	font-size: 0;
}
section.sns-box .unit2Lg ul li {
	display: inline-block;
	width: 500px;
	margin-left: 50px;
}
section.sns-box .unit2Lg ul li iframe {
	vertical-align: top;
}
section.sns-box .unit2Lg ul li:first-child {
	margin-left: 0;
}
}

/*NEWS*/

#kobe2nd .newsmain .titlearea h3 {
	text-align: left;
}

@media screen and (min-width: 641px) {
article.newsmain {
	padding-bottom: 20px;
}
	
article.newsmain p {
	padding-top: 4px;
}
	.transition {
		width:800px;
		margin: 0 auto;
}
}
