@charset "UTF-8";

body{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.noNama {
	padding-top: 90px!important;
}

.noNama header {
	position: fixed!important;
	top: 0!important;
	left: 0!important;
	z-index: 2!important;
	width: 100%!important;
}

#wrapper {
	font-size: 62.5%;
	line-height: 1.6;
	letter-spacing: 1px;
	color: #171717;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	background: #fff;
	position: relative;
}

#wrapper a:link      { text-decoration: none; color: #000;}
#wrapper a:visited   { text-decoration: none; color: #000;}
#wrapper a:hover     { text-decoration: underline; }
#wrapper a:active    { text-decoration: underline; }

#wrapper .tb         { display: none; }
#wrapper .tbsp         { display: none; }
#wrapper .sp         { display: none; }

a[href^="tel:"] {
	pointer-events: none;
}

a,input:focus {
	outline: none;
}

input[type="text"],input[type="submit"],input[type="button"],select,textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

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

.opacity a:hover,
.opacity input:hover {
	opacity:0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	text-decoration: none!important;
}

@font-face {
  font-family: "futura";
  src: url("../fonts/futura.woff2") format("woff2"),
       url("../fonts/futura.woff") format("woff"),
	   url("../fonts/futura.eot") format("eot");
}

.ttlTxt{
  font-family: "futura";
}

.engTxt { 
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}

/*======================================================
  common
======================================================*/

/* title */
.cntTtlBox {
	text-align: center;
	margin: 0 0 30px; 
}

.cntTtl {
	font-weight: 700;
	font-size: 6em;
	line-height: 1;
	margin: 0 0 10px; 
}

.cntSubTtl {
	font-size: 1.8em;
}

/* button */
.moreBtnBox {
	text-align: center;
}

.moreBtn {
	min-height: 26px;
	display: inline-block;
	font-weight: 700;
	font-size: 2.2em;
	line-height: 1;
	letter-spacing: -0.01em;
	padding: 0 35px;
	position: relative;
	background: url(../images/common/icn_button.png) right no-repeat;
	background-size: 26px 26px;
}

.moreBtn:before {
	position: absolute;
	content: " ";
	width: 10px;
	border-bottom: solid 3px #171717;
	left: 20px;
	bottom: 6px;
}

/* hover */
.mnuTemLst li:hover,
.aclLst li:hover,
.temLst li:hover,
.moreBtn:hover,
.rtdLst li:hover {
	opacity:0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.mnuTemLst li:hover a,
.aclLst li:hover a,
.temLst li:hover a,
.moreBtn:hover a,
.rtdLst li:hover a {
	text-decoration: none!important;
}

/* blinking */
.blinking{
	-webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
    0% {opacity:0.25;}
    100% {opacity:1;}
}

@-moz-keyframes blink{
    0% {opacity:0.25;}
    100% {opacity:1;}
}

@keyframes blink{
    0% {opacity:0.25;}
    100% {opacity:1;}
}

/* container */
.drkCntr {
	color: #fff;
	width: 100%;
	-webkit-transform: rotate(-2.7deg) translate3d(0, 0, 0);
	transform: rotate(-2.7deg) translate3d(0, 0, 0);
	margin: -65px 0 0 -25%;
	padding: 0 25%;
	position: relative;
	background: url(../images/common/bg_line_01.png) right 18% top 10px no-repeat #282828;
}

.blkCntr {
	color: #fff;
	width: 100%;
	-webkit-transform: rotate(-2.7deg) translate3d(0, 0, 0);
	transform: rotate(-2.7deg) translate3d(0, 0, 0);
	margin: 0 0 0 -25%;
	padding: 100px 25% 0;
	position: relative;
	background: url(../images/common/bg_line_04.png) right 18% top 10px no-repeat #171717;
}

.drkCntr a:link,
.drkCntr a:visited,
.blkCntr a:link,
.blkCntr a:visited {
	color: #fff!important;
}

.drkCntr .moreBtn a:link,
.drkCntr .moreBtn a:visited {
	color: #888888!important;
}

.drkCntr .moreBtn:before {
    border-bottom: solid 3px #888888!important;
}

.whtCntr .moreBtn a:link,
.whtCntr .moreBtn a:visited,
.lwrSchWrp .moreBtn a:link,
.lwrSchWrp .moreBtn a:visited {
	color: #777777!important;
}

.whtCntr .moreBtn:before,
.lwrSchWrp .moreBtn:before {
    border-bottom: solid 3px #777777!important;
}

.whtCntr {
	width: 100%;
	-webkit-transform: rotate(-2.7deg) translate3d(0, 0, 0);
	transform: rotate(-2.7deg) translate3d(0, 0, 0);
	margin: 0 0 0 -25%;
	padding: 0 25%;
	position: relative;
	background: url(../images/common/bg_line_02.png) right 18% top 10px no-repeat #fff;
}


.gryCntr {
	width: 100%;
	-webkit-transform: rotate(-2.7deg) translate3d(0, 0, 0);
	transform: rotate(-2.7deg) translate3d(0, 0, 0);
	margin: 0 0 0 -25%;
	padding: 0 25%;
	position: relative;
	background: url(../images/common/bg_line_03.png) right 18% top 10px no-repeat #f8f8f8;
}

.cntInr {
	-webkit-transform: rotate(2.7deg) translate3d(0, 0, 0);
	transform: rotate(2.7deg) translate3d(0, 0, 0);
}

/* icon */
.newIcn {
	position: relative;
}

.newIcn:before {
	content: "";
	top: 0;
	left: 0;
	border-bottom: 5.6em solid transparent;
	border-left: 5.6em solid #ff0000;
	position: absolute;
	z-index: 20;
}

.newIcn:after {
	content: "NEW";
	display: block;
	top: 7px;
	left: 5px;
	position: absolute;
	z-index: 30;
	transform: rotate(-45deg);
	color: #fff;
	font-size: 1.5em;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}

.rnkWrp {
	position: absolute;
	top: -5px;
	right: 0;
}

.rnkUpBox,
.rnkDwnBox {
	position: relative;
    z-index: 1;
    width: 30px;
	display: inline-block;	
	text-align: center;
	padding: 10px 5px;
	color: #fff;
}

.rnkUpBox:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: #ff0000;
	transform: skew(0, -5deg);
	-webkit-transform: skew(0, -5deg);
}

.rnkDwnBox:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: #171717;
	transform: skew(0, -5deg);
	-webkit-transform: skew(0, -5deg);
}

.rnkTtl {
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1;
	letter-spacing: -0.02em;
	margin: 0 0 5px;
}

.rnkNbr {
	font-weight: 500;
	font-size: 2.5em;
	line-height: 1;
}

/*======================================================
  lower
======================================================*/

/* pnkzArea */
#pnkzArea {
	padding: 20px 40px;
	background: #282828;
}

.pnkzLst {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 1.3em;
	line-height: 1;
}

.pnkzLst li {
	margin: 0 60px 0 0;
	position: relative;
	color: #fff;
}

.pnkzLst li:not(:last-child):after {
	content: "/";
	position: absolute;
	top: 0;
	right: -30px;
	color: #a9a9a9!important;
}

.pnkzLst a:link,
.pnkzLst a:visited {
	color: #a9a9a9!important;
}

/* lwrMainArea */
#lwrMainArea {
	position: relative;
	overflow-y: hidden;
}

.lwrMainBox {
	text-align: center;
	height: 350px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

.lwrMainLg {
	max-width: 160px;
	margin: 0 auto 15px;
	padding: 40px 0 0;
}

.lwrMainNmeWht {
	font-size: 2.6em;
	font-weight: 900;
	line-height: 1.4;
	font-style: italic;
	color: #fff;
}

.lwrMainNmeBlk {
	font-size: 2.6em;
	font-weight: 900;
	line-height: 1.4;
	font-style: italic;
}

/*======================================================
  header
======================================================*/

.drwMnu,
.drwMnuWrp {
	display: none!important;
}

/* hdrOarArea */
#hdrOarArea {
	padding: 0 20px;
	background: #ffd800;
}

.hdrOarWrp {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: url(../images/common/bg_onair.png) top 50% left 0 no-repeat;
	background-size: 160px 160px;
}

.hdrOarIcnBox {
	text-align: center;
	width: 160px;
	padding: 15px 0;	
}

.hdrOarIcn {
	width: 65px;
	margin: 0 auto 10px;
}

.hdrOarIcnTxt {
	display: inline-block;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1;
	color: #fff;
	padding: 3px 10px;
	background: #ff0000;
	border-radius: 10px;
}

.hdrOarBox {
	width: calc(100% - 400px);
	padding: 15px 30px;
}

.hdrOarTtl {
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1;
	margin: 0 0 5px;
}

.hdrOarTxt {
	font-weight: 500;
	font-size: 1.25em;
	line-height: 1.7;
}

.hdrOarBtn {
	text-align: center;
	width: 180px;
	font-weight: 700;
	font-size: 1.4em;
	line-height: 1;
	border-radius: 3px;
}

.hdrOarBtn a {
	display: block;
	padding: 10px;
	background: #282828;
	position: relative;
}

.hdrOarBtn a:before {
	content: "";
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border: 3px solid #282828;
	position: absolute;
	top: -5px;
	left: -5px;
	border-radius: 6px;
}

.hdrOarBtn span {
	position: relative;
}

.hdrOarBtn span:before {
	content: "";
	position: absolute;
	right: -13px;
	top: 7px;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hdrOarBtn a:link,
.hdrOarBtn a:visited {
	color: #fff!important;
}

.hdrOarBtn a:hover {
	background: #ff0000;
	text-decoration: none!important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.hdrOarBtn a:hover:before {
	border: 3px solid #ff0000;
}

/* header */
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}

header {
	padding: 10px 0;
	position: relative;
	border-bottom: solid 1px #ededed;
	background: #fff;
}

.hdrWrp {
	max-width: 1000px;
	margin: 0 auto;
}

.hdrLg {
	max-width: 240px;
	margin: 0 auto;
}

.fixed .hdrLg {
	max-width: 180px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.hdrInfBox {
	position: absolute;
	right: 50px;
	top: 27px;
	display: flex;
	align-items: center;
}

.fixed .hdrInfBox {
	top: 17px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.mnuBtn {
	font-size: 2.2em;
	position: relative;
	cursor: pointer;
}

.mnuBtn:before {
	content: "";
	position: absolute;
	right: -20px;
	top: 10px;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #171717;
	border-right: solid 2px #171717;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.mnuBtn:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.mnuWrp {
	position: relative;
}

.mnuBox {
	width: 650px;
	display: none;
	position: absolute;
	top: 40px;
	right: -30px;
	z-index: 200;
}

.mnuInr {
	position: relative;
	padding: 30px 15px 0;
	background: #171717;
	border-radius: 6px;
}

.mnuInr:before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: 40px;
	top: -8px;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #171717;
	border-left: 8px solid transparent;
}

.mnuTemLst {
	display: flex;
	flex-wrap: wrap;
}

.mnuTemLst li {
	text-align: center;
	width: calc(25% - 30px);
	margin: 0 15px 30px;
}

.mnuTemLg {
	max-width: 80px;
	margin: 0 auto 20px;
}

.mnuTemNme {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	font-style: italic;
	padding: 4px;
	border-radius: 5px;
}

.schBox {
	width: 240px;
	height: 26px;
	position: relative;
	left: 50%;
	transform: translate(-50%,0);
	transition: all 0.5s;
	border-radius: 30px;
	margin: 0 0 0 10px;
	padding: 5px;
	background: #e9e9e9;
}

.schFrd {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 36px!important;
	line-height: 30px;
	outline: 0;
	border: none!important;
	display: block;
	font-size: 17px;
	line-height: normal!important;
	border-radius: 30px;
	padding: 0 20px;
	background: #e9e9e9;
}

.schBtn {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 9px;
	right: 7px;
	transition: all 0.5s;
	background: url(../images/common/icn_search.png) top no-repeat;
	background-size: 20px 20px;
	border: 0;
	border-radius: 50%;
	text-indent: -99999px;
}

.schBox:hover{
	width: 240px;
	cursor: pointer;
}

.schBox:hover .schFrd{
	display: block;
}


@media screen and (max-width:1200px) {
	.schBox {
		width: 26px;
	}
	
	.schFrd {
		display: none;
	}
}

/*======================================================
  footer
======================================================*/

.cntWrp {
	margin: -65px 0 0;
	padding: 65px 0 0;
	overflow: hidden;
}

footer {
	padding: 0 20px;
	background: #171717;
}

.ftrWrp {
	max-width: 1000px;
	margin: 0 auto;
}

.ftrLg {
	max-width: 380px;
	margin: 0 auto 40px;
}

.ftrSnsNav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 80px;
}

.ftrSnsNav li {
	width: 30px;
	margin: 0 15px;
}

.ftrNavWrp {
	display: flex;
	justify-content: flex-start;
	margin: 0 0 40px;
}

.ftrNavTtl {
	font-weight: 700;
	font-size: 3.4em;
	line-height: 1;
	margin: 0 50px 0 0;
	color: #707070;
}

.ftrNav {
	max-width: 600px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-weight: 400;
	font-size: 1.3em;
	line-height: 1.6;
	color: #ccc;
}

.ftrNav a:link,
.ftrNav a:visited {
	color: #fff!important;
}

.ftrNav li {
	margin: 0 60px 30px 0;
	position: relative;
}

.ftrNav li:after {
	content: "/";
	position: absolute;
	top: 0;
	right: -35px;
}

.ftrNav li:nth-child(3n) {
	margin: 0 0 30px;
}

.ftrNav li:nth-child(3n):after {
	content: "";
}

.ftrInfBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 0;
	border-top: solid 1px #3a3a3a;
}

.ftrInfNav {
	display: flex;
	align-items: center;
}

.ftrInfNav li {
	margin: 0 20px 0 0;
}

.ftrInfNav li:first-child {
	margin: 0 30px 0 0;
}

.ftrInfNav li:first-child img {
	width: 180px;
}

.ftrInfNav li:nth-child(2) .ftrInfBtn img {
	width: 56px;
}

.ftrInfBtn a {
	display: block;
	border: solid 2px #e8e8e8;
	border-radius : 6px;
}

.ftrInfBtn img {
	border-radius : 4px;
}

.cpyTxt {
	font-weight: 400;
	font-size: 1.3em;
	line-height: 1;
	color: #fff;
}

/* sidOarBox */
.sidOarBox {
	position: relative;
	display: none;
}

.sidOarClse {
	position: absolute;
	top: -7px;
	right: -7px;
	z-index: 101;
}

.sidOarClse img {
	width: 20px;
	height: 20px;
}

.sidOarClse a {
	display: block;
	background: #171717;
	border-radius: 50%;
}

.sidOarClse a:hover {
	background: #8888;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.sidOarInr {
	width: 180px;
	display: flex;
	align-items: center;
	background: #ff0000;
	border-radius: 0 6px 6px 0;
	position: fixed;
	bottom: 50px;
	left: 0;
	z-index: 100;
	padding: 6px;
}

.sidOarIcnBox {
	text-align: center;
	width: 60px;
	padding: 0 10px;
}

.sidOarIcn {
	width: 50px;
	margin: 0 auto 8px;
}

.sidOarIcnTxt {
	display: inline-block;
	font-weight: 700;
	font-size: 1.07em;
	line-height: 1;
	color: #fff;
	padding: 4px 10px;
	background: #171717;
	border-radius: 3px;
}

.sidOarImg {
	width: calc(100% - 80px);
	background: #fff;
}

/* pageTop */
#pageTop {
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 9990;
}

#pageTop a {
	display: block;
	width: 50px;
	height: 50px;
	background: #ff0000;
	border-radius: 6px;
	position: relative;
}

#pageTop a:before {
	content: "";
	position: absolute;
	right: 20px;
	top: 23px;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#pageTop a:hover {
	opacity:0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

/*======================================================
  mainArea
======================================================*/

#idxMainArea {
	max-height: 400px;
	background: url(../images/index/bg_main.jpg) top no-repeat;
	background-size: cover;
	position: relative;
	overflow-y: hidden;
}

.idxMainImg {
	display: none;
	
	max-width: 1200px;
	margin: 0 auto;
}

.idxMainVdoWrp {
	max-width: 1200px;
	margin: 0 auto;
	background: #171717;
}

.idxMainVdo {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 33.33%;
	overflow: hidden;
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
}

.idxMainVdo video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.idxMainlg {
	position: absolute;
	top: calc(50% - 80px);
	left: calc(50% - 230px);
	max-width: 460px;
	margin: 0 auto;
}

/*======================================================
  index
======================================================*/

/* idxRnkArea */
#idxRnkArea {
	padding: 0 20px;
}

.idxRnkWrp {
	max-width: 1020px;
	margin: 0 auto;
	padding: 80px 0 0;
}

.aclLst {
	display: flex;
	flex-wrap: wrap;
}

.aclLst li {
	width: calc(33.33% - 20px);
	margin: 0 10px 60px;
	position: relative;
}

.aclImg {
	margin: 0 0 20px;
}

.aclTtl {
	font-size: 1.8em;
	line-height: 1.4;
	margin: 0 0 10px;
}

.aclDta {
	font-size: 1.6em;
	line-height: 1;
	color: #888888;
}

/* idxPckArea */
#idxPckArea {
	padding: 0 20px;
}

.idxPckWrp {
	max-width: 1020px;
	margin: 0 auto;
	padding: 80px 0 100px;
}

/* idxNwsArea */
#idxNwsArea {
	padding: 0 20px;
}

.idxNwsWrp {
	max-width: 1020px;
	margin: 0 auto;
	padding: 80px 0 100px;
}

/* idxTemArea */
#idxTemArea {
	padding: 0 20px;
}

.idxTemWrp {
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0 50px;
}

.temLst {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}

.temLst:after {
	position: absolute;
	content: " ";
	display: block;
	width: 100%;
	border-bottom: solid 1px #f8f8f8;
	bottom: 50px;
}

.temLst li {
	text-align: center;
	width: calc(33.33% - 100px);
	margin: 0 0 50px;
	padding: 0 50px 50px;
	border-bottom: solid 1px #b4b4b4;
}

.temLg {
	max-width: 160px;
	margin: 0 auto 20px;
}

.temNmeBox {
	text-align: center;
}

.temNme {
	font-size: 1.8em;
	font-weight: 900;
	line-height: 1.4;
	color: #fff;
	font-style: italic;
	padding: 7px 15px;
	border-radius: 5px;
}

.hokkaidoNme     { background: #01b4e2;}
.urayasuNme      { background: #c9151e;}
.sumidaNme       { background: #8a1b20;}
.fuchuBtn        { background: #1b398c;}
.shinagawaBtn        { background: #000;}
.machidaBtn      { background: #fff007;}
.yokohamaBtn     { background: #00a0e9;}
.shonanBtn       { background: #6eb92b;}
.naganoBtn       { background: #c30d18;}
.nagoyaBtn       { background: #b71b2c;}
.osakaBtn        { background: #ed6d1e;}
.kitakyushuBtn   { background: #e60012;}
.oitaBtn         { background: #f39800;}

.machidaBtn,.oitaBtn { color: #171717;}

.temNmeBox.wt {
	border: 1px solid #eddd;
	border-radius: 5px;
}

.temNmeBox.wt .mnuTemNme {
	padding: 3px 1px;
}

/*======================================================
  team
======================================================*/

/* lwrMovArea */
#lwrMovArea {
	padding: 0 20px;
}

.lwrMovWrp {
	max-width: 1020px;
	margin: 0 auto;
	padding: 80px 0 0;
}

/* lwrRnkArea */
#lwrRnkArea {
	padding: 0 20px;
}

.lwrRnkWrp {
	max-width: 1020px;
	margin: 0 auto;
	padding: 80px 0 100px;
}

/* lwrNwsArea */
#lwrNwsArea {
	padding: 0 20px;
}

.lwrNwsWrp {
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0 100px;
}

/* lwrTemArea */
#lwrTemArea {
	padding: 0 20px;
}

.lwrTemWrp {
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0 50px;
}

/*======================================================
  detail
======================================================*/

#dtlArea {
	padding: 0 20px;
}

.dtlWrp {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0 200px;
}

.dtlTypLst {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 0 60px;
}

.dtlDta {
	text-align: center;
	font-weight: 700;
	font-size: 1.4em;
	line-height: 1;
	color: #fff;
	padding: 10px 30px;
	background: #282828;
}

.dtlTyp01 {
	text-align: center;
	font-weight: 500;
	font-size: 1.4em;
	line-height: 1;
	color: #fff;
	padding: 10px 30px;
	background: #ff0000;
}

.dtlTtl {
	font-weight: 500;
	font-size: 3.4em;
	line-height: 1.4;
	margin: 0 0 40px;
	padding: 0 0 30px;
	border-bottom: solid 1px #b9b9b9;
}

.dtlTxtBox p {
	font-weight: 400;
	font-size: 1.6em;
	line-height: 2;
}

/* lwrRtdArea */
#lwrRtdArea {
	padding: 0 20px;
}

.lwrRtdWrp {
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0 100px;
}

.rtdLst li:not(:last-child) {
	margin: 0 0 30px;
}

.rtdLstBox {
	display: flex;
}

.rtdImg {
	max-width: 260px;
	padding: 0 30px 0 0;
}

.rtdLstInfBox {
	width: calc(100% - 290px);
}

.rtdTxt {
	font-weight: 400;
	font-size: 1.6em;
	line-height: 1.6;
	color: #fff;
	margin: 0 0 15px;
}

.rtdIcn {
	text-align: center;
	display: inline-block;
	font-weight: 500;
	font-size: 1.2em;
	color: #fff;
	padding: 5px 15px;
	background: #171717;
}

/* lwrRcmArea */
#lwrRcmArea {
	padding: 0 20px;
}

.lwrRcmWrp {
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0 100px;
}

/*======================================================
  search
======================================================*/

/* lwrSchArea */
#lwrSchArea {
	padding: 0 20px;
}

.lwrSchWrp {
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0 100px;
}

.map {
	text-align: center;
	margin:  50px 0  50px;
	width: 1000px;
	height: 588px;
	display: block;
	position: relative;
	background: url(https://master.fleague-live.com/wp-content/themes/original-template/files/images/common/map_pc.png?_t=1598880581);
	background-size: 1000px auto;
}

.map p {
	display: block;
	position: absolute;
	text-align: left;
}

.borkbullet-kitakyushu         { width: 110px; top: 255px; left: -8px; }
.vasagey-oita                      { width: 110px; top: 154px; left: 93px;}
.shriker-osaka                     { width: 110px; top: 150px; left: 242px;}
.nagoya-oceans                  { width: 110px; top: 40px; left: 305px;}
.espolada-hokkaido             { width: 110px; top: 14px; left: 516px;}
.boaluz-nagano                   { width: 110px; top: 132px; left: 470px;}
.bardral-urayasu                  { width: 110px; top: 25px; left: 870px;}
.shonan-bellmare                { width: 130px; top: 447px; left: 287px;}
.y-s-c-c-yokohama               { width: 110px; top: 453px; left: 461px;}
.pescadola-machida            { width: 110px; top: 423px; left: 636px;}
.tachikawa-fuchu-athletic-fc { width: 120px; top: 334px; left: 791px;}
.fugador-sumida                   { width: 110px; top: 185px; left: 887px;}

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

.map a:hover {
opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha(opacity=60)";
}

.idxRnkWrp {
    max-width: 1020px;
    margin: 0 auto;
    padding: 80px 0 100px;
}

/*======================================================
  2021-05-28 トップLPバナー追加
======================================================*/

.lpBnr {
	max-width: 1000px;
	margin: 80px auto 100px;
}

.lpBnr a {
	display: block
}

.lpBnr a:hover {
	box-shadow: 0 0 25px rgba(255,255,255,0.5);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.lwrMovWrp .lpBnr {
	padding-top: 50px;
}

.dtlTxtBox table {
	border-top: 1px solid #ccc;	
	border-left: 1px solid #ccc;	
	width: 100%;
	font-size: 1.4em;
	margin-bottom: 30px!important;
}

.dtlTxtBox table th {
	border-right: 1px solid #ccc;	
	border-bottom: 1px solid #ccc;	
	font-weight: bold;
	padding: 10px;
	background: #eee;
}


.dtlTxtBox table td {
	border-right: 1px solid #ccc;	
	padding: 10px;
	border-bottom: 1px solid #ccc;	
}

.lpCap {
	font-size: 2em;
	text-align: center;
	margin: 0 0 20px;
}