@charset "UTF-8";

/*loader
-----------------------------------------------------------*/

#load {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#fff;
	z-index:9999;
}

.loadRing {
	width:80px;
	height:80px;
	position:absolute;
	left:50%;
	margin-left:-40px;
}
	

/*Top PC
-----------------------------------------------------------*/
.onlyPc h1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 480px;
    height: 180px;
    z-index: 8888;
}

.onlyPc h1 a,
.onlyPc h1 img {
	display:block;
}

#topCol {
	width:100%;
	min-width:980px;
	height:0;
	overflow:hidden;
	position:fixed;
	top:0;
	left:0;
	z-index:-10;
}

#lbBox, #rtBox, #rblBox, #rbrBox,
#lbBoxN, #rtBoxN, #rblBoxN, #rbrBoxN,
#lbBoxL, #rtBoxL, #rblBoxL, #rbrBoxL { position:absolute; overflow:hidden; }
#lbBox, #rtBox, #rblBox, #rbrBox { z-index: -10; }
#lbBoxN, #rtBoxN, #rblBoxN, #rbrBoxN { z-index: -5; }
#lbBoxL, #rtBoxL, #rblBoxL, #rbrBoxL { z-index: 0; }
#lbBox { width: 480px; top:180px; left:0; }
#rtBox { top:0; left:480px; }
#rblBox { left:480px; }
#lbBoxN, #lbBoxL { width: 0; top:180px; left:0; }
#rtBoxN, #rtBoxL { width: 0; top:0; left:480px; }
#rblBoxN, #rblBoxL { width: 0; left:480px; }
#rbrBoxN, #rbrBoxL { width: 0; }

.thumb {
    position: absolute;
    top: 0;
    left: 0;
}

#lbBox .thumb, #lbBoxN .thumb, #lbBoxL .thumb { width: 480px; }

#titleBox {
	position:absolute;
}

@media screen and (min-width: 980px) {
	#titleBox {
	    width:50%;
	    max-width:800px;
	    min-width:600px;
    }
}

@media screen and (max-width: 979px) {
	#titleBox {
	    width:490px;
    }
}

/*Top PC Team
-----------------------------------------------------------*/

#teamLeft {
    position: fixed;
    top:155px;
    left: 190px;
    width: 290px;
    height: 25px;
    z-index: 10;
}

#teamRight {
    position: absolute;
    top:-25px;
    left: 480px;
    width: 25px;
    height: 25px;
    z-index: 10;
}

#teamLeft img, #teamRight img { display: block; }

/*Navi PC
-----------------------------------------------------------*/

#navPc {
	width:100%;
	height:80px;
	position:absolute;
	left:0;
    padding-left: 480px;
    background: url(../img/w.png) no-repeat 480px 0;
	z-index:3;
}

#navPc ul {
    height: 80px;
    overflow: hidden;
}


/*Navi SP
-----------------------------------------------------------*/

#navSp h1 {
	margin:15px auto;
	width:200px;
    position: relative;
    z-index: 800;
}

#navSp h1 img {
	display:block;
	width:200px;
	height:100px;
}

/*Slide SP
-----------------------------------------------------------*/

#slideSp {
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	position:relative;
	top:0;
	left:0;
	overflow:hidden;
}

#slideSp li {
	position:absolute;
	top:0;
}

#slideSp img {
	width:100%;
	height:auto;
}

#slideSp #imgBase {
	position:relative;
	top:0;
	left:0;
}

#slideSp #img01 { left:0; }
#slideSp #img02,
#slideSp #img03,
#slideSp #img04,
#slideSp #img05,
#slideSp #img06,
#slideSp #img07,
#slideSp #img08,
#slideSp #img09 { left:100% }

/*Main
-----------------------------------------------------------*/

#mainCol {
	width:100%;
    max-width: 100vw;
	background-color:#fff;
	z-index:2;
}

@media screen and (min-width: 769px) {
	#mainCol {
		min-width:980px;
		position:absolute;
		left:0;
		top:-9999px;
		padding-top:40px;
	}
}

@media screen and (max-width: 768px) {
	#mainCol {
		position:relative;
		left:0;
		top:0;
		top:-9999px;
		padding-top:5px;
	}
}

/*Result
-----------------------------------------------------------*/

@media screen and (min-width: 769px) {
	#result {
		margin-top:5px;
		width:170px;
		height:auto;
		clear:right;
		float:right;
        padding-bottom: 50px;
	}

	#result h2 {
		padding-bottom:6px;
	}
	
	.score {
		margin-bottom:4px;
	}
}

@media screen and (max-width: 768px) {
	#result {
		width:100%;
		height:85px;
		overflow:scroll;
  		overflow-x: scroll;
 		overflow-y: hidden;
	}
	
	#result::-webkit-scrollbar {
 		display: none;
	}
	
	#resultXS {
		width:9999px;
		margin-left:10px;
	}

	#result h2 {
		display:none;
	}
	
	.score {
		float:left;
		margin-right:5px;
	}
}

.score {
	width:170px;
	height:85px;
	background-color:#eee;
	position:relative;
	top:0;
	left:0;
}

.team {
	position:absolute;
	top:0;
	right:0;
	padding:2px 4px;
	color:#fff;
}

.ta {
	background-color:#e8383d;
}

.tb {
	background-color:#25b7c0;
}

.tc {
	background-color:#9fc24d;
}

.date {
	position:absolute;
	top:3px;
	left:7px;
}

.vs {
	position:absolute;
	top:26px;
	left:8px;
}

.vs:before {
    content: "対";
	font-size:10px;
	font-size: 1rem;
	color:#678;
	margin-right:3px;
	position:relative;
	top:-1px;
	left:0;
}

.win:after {
    content: "W";
	font-size:12px;
	font-size: 1.2rem;
	font-weight:bold;
	color:#00a968;
	margin-left:5px;
}

.lose:after {
    content: "L";
	font-size:12px;
	font-size: 1.2rem;
	font-weight:bold;
	color:#942343;
	margin-left:5px;
}

.even:after {
    content: "E";
	font-size:12px;
	font-size: 1.2rem;
	font-weight:bold;
	color:#a4c1d7;
	margin-left:5px;
}

.event {
	position:absolute;
	top:48px;
	left:8px;
}

.place {
	position:absolute;
	top:63px;
	left:8px;
}

.place:before {
    content: "@";
	font-size:10px;
	font-size: 1rem;
	color:#678;
	margin-right:3px;
}

.runs {
	position:absolute;
	top:36px;
	right:8px;
	text-align:right;
}

#result a {
    color: #222;
    text-decoration: none;
}

#result a:hover{ color: #444; }


/*About
-----------------------------------------------------------*/

@media screen and (min-width: 769px) {
	#aboutCol {
		padding-right:230px;
	}
}

@media screen and (max-width: 768px) {
	#aboutCol {
		padding:20px 10px;
	}
}

.winCol {
    margin-top: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.winBox img {
    display: block;
    width: 100%;
    height: auto;
}

.winBox p {
    margin-top: 5px;
    text-align: center;
	font-size:14px;
	font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
	.winBox {
        width: 320px;
        margin-right: 9px;
        margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.winBox {
        width: 100%;
        max-width: -webkit-calc(100vw - 20px);
        max-width: calc(100vw - 20px);
        margin-bottom: 16px;
	}
}

.poster {
    margin-top: 20px;
    max-width: 720px;
}

.poster img {
    width: 100%;
    height: auto;
}

#info dt {
	clear:left;
	float:left;
	width:98px;
	font-weight:normal !important;
	color:#666;
	margin-bottom:10px;
}

#info dd {
	margin-left:99px;
	margin-bottom:10px;
}

#info dd a {
    color: #68a9cf;
    text-decoration: none;
}

#info dd a:hover {
    color: #a4c1d7;
}

#infoBtn {
	margin-top:-10px;
	text-align:center;
	color:#fff;
	background-color:#d9d9d9;
	padding:2px 0;
	cursor:pointer;
}

#hideInfo, .archive {
	display:none;
}

#about dt {
	clear:left;
	float:left;
	width:74px;
	font-weight:normal !important;
	color:#666;
	margin-bottom:10px;
}

#about dd {
	margin-left:75px;
	margin-bottom:10px;
}

@media screen and (min-width: 769px) {
	#members {
		display:inline;
	}
}

@media screen and (max-width: 768px) {
	#members {
		display:none;
	}
}

.taiken {
    margin-top: 15px;
    padding: 15px 20px;
    color: #fff;
    background-color: #d83473;
}

@media screen and (min-width: 769px) {
	.taiken {
		display:inline-block;
	}
}

@media screen and (max-width: 768px) {
	.taiken {
		display:block;
        text-align: center;
	}
}


/*Wanted
-----------------------------------------------------------*/

dl.wanted dt {
	clear:left;
	float:left;
	width:74px;
	font-weight:normal !important;
	color:#666;
	margin-bottom:10px;
}

dl.wanted dd {
	margin-left:75px;
	margin-bottom:10px;
}

dl.wanted dt:last-child,
dl.wanted dd:last-child {
	margin-bottom:0;
}

dl.wanted dd a {
    color: #006eb0;
    text-decoration: underline;
}

dl.wanted p {
    margin-bottom: 15px;
    font-weight: bold;
}

/*calendar
-----------------------------------------------------------*/

.tooltipevent {
	width:auto;
	height:auto;
	padding:8px 10px;
	background-color:#bce2e8;
	position:absolute;
	z-index:5;
	font-size:12px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

@media screen and (min-width: 769px) {
	.tooltipevent {
		max-width:250px;
	}
}

@media screen and (max-width: 768px) {
	.tooltipevent {
		max-width:200px;
	}
}

.tooltipevent h4 {
	font-size:12px;
	font-size:1.2rem;
	font-weight:bold;
	line-height:15px;
	margin-top:5px;
	margin-bottom:5px;
}

.tooltipevent p {
	font-size:11px;
	font-size:1.1rem;
	line-height:13px;
	margin-bottom:2px;
}

#calLoading {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}

#calendar {
	margin: 0 auto;
	overflow:hidden;
}

#calendar h2 {
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
	margin-top:7px;
	margin-left:3px;
}


/*map
-----------------------------------------------------------*/

#map {
	width:100%;
	background:#eee;
}

@media screen and (min-width: 769px) {
	#map {
		margin-top:80px;
		height:550px;
	}
}

@media screen and (max-width: 768px) {
	#map {
		margin-top:10px;
		height:300px;
	}
}

/*SNS
-----------------------------------------------------------*/

#snsPc {
	margin-top:15px;
}

#snsPc li {
	float:left;
	margin-right:6px;
}

#snsPc li a,
#snsPc li img {
    display: block;
    width: 36px;
    height: 36px;
}

#snsPc a:hover {
	opacity:0.8;
}

/*Modal
-----------------------------------------------------------*/

#container {
    position: absolute;
    width: 100%;
	top: 0;
	left: 0;
}

#modalBase {
    width: 100%;
    height: 2000px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.75;
    z-index: 9001;
}

#modalClose {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 48px;
    height: 48px;
    z-index: 9003;
    cursor: pointer;
}

#modalClose img {
    display: block;
    width: 48px;
    height: 48px;
}

#modal {
    position: relative;
    top: 0;
    left: 0;
    z-index: 9002;
}

#modalCol{
    background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px; 
}

#modal h2 {
    text-align: center;
	font-size:20px;
	font-size:2.0rem;
}

#modal h3 {
    text-align: center;
	font-size:18px;
	font-size:1.8rem;
    color: #666;
    font-weight: bold;
}

#modal h4 {
    text-align: center;
	font-size:14px;
	font-size:1.4rem;
}

#modal div img {
    display: block;
    width: 100%;
    height: auto;
}

a.modalBtn {
    color: #579;
    text-decoration: none;
}


@media screen and (min-width: 769px) {
	#modal {
        width: 700px;
        margin: 50px auto;
    }
    #modalCol{
        padding: 30px 30px;
    }
}

@media screen and (max-width: 768px) {
	#modal {
        width: 100%;
        padding: 60px 10px 10px;
    }
    #modalCol{
        padding: 15px 15px 30px;
    }
}

p.insta {
	color: #cd4b77;
}

p.insta a {
	color: #cd4b77;
	text-decoration: underline;
}

.instagram {
	margin: 10px auto 0;
	width: 80%;
	max-width: 200px;
}

.instagram img {
	display: block;
	width: 100%;
	height: auto;
}