@charset "utf-8";
/*!
 * base CSS
 * ---------------------------------------------
 * 共通レイアウトに関わるCSS
 */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/* reset
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,menu,nav,section { 
    display:block;
}
article,aside,details,figcaption,figure,footer,header,menu,nav,section,
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
fieldset,img {
	border: 0;
}
* {
	font-size:100%;
	max-height: 999999px;
}
body {
	font: 100%/1 YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic Pro', Meiryo, Arial, sans-serif;
}
h1,h2,h3,h4,h5,h6,b {
	font-weight: 600;
}
ol,ul,li {
  list-style: none;
}
ul,ol {
	letter-spacing: -.40em;
}
ul > li,ol > li {
	letter-spacing: normal;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
*:before,*:after {
	content: "";
	display: none;
}
html {
	-webkit-text-size-adjust: 100%;
}
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}
.hiddenPc,
.brkSp {
	display: none;
}
.brkPc {
	display: block;
}

/*===================================
	font link
=====================================*/

.noto {
	font-family: 'Noto Sans Japanese', sans-serif;
}
body,
a,a:visited {
	color: #222;
}
body {
	font-size: 16px;
}
a {
	text-decoration: none;
}
a.underine {
	text-decoration: underline;
}
a.underine:hover {
	text-decoration: none;
}
a.hunderine:hover {
	text-decoration: underline;
}

/*===================================
	layout	
=====================================*/

.inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.contWrapp.inner {
    width: 1020px;
    margin-top: 49px;
	padding: 1px;
    border: solid 8px #fff;
    background: #ebebe7;
}
.contWrapp.inner > div {
    border: solid 1px #f7f7f5;
    background: #fff;
}

/*===================================
	background	
=====================================*/

body {
	background: #fff url(../images/base/bg.jpg) repeat 0 0;
}

/*  sprite
---------------------------------*/

.header h1,
.global.menu a {
	background-image: url(../images/base/sprite.png);
	background-repeat: no-repeat;
}

/*  opacity
---------------------------------*/

a:hover img,
.global.menu a:hover {
	opacity: .7;
}
a:hover img.logo {
	opacity: 1;
}

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

.header {
	height: 129px;
	border-bottom: solid 6px #e82247;
}
.header .inner {
    position: relative;
}
.header h1 {
	position: absolute;
    top: 0;
    left: 20px;
	width: 138px;
    height: 157px;
    background-position: 0 0;
}
.header h1 a {
	display: block;
    background: rgba(255,255,255,0);
    transition: .7s;
}
.header h1 a:hover {
    background: rgba(255,255,255,0.3);
}
.logo.tck {
	width: 96px;
	height: 59px;
    margin: 13px 0 8px 21px
}
.logo.special {
	width: 105px;
	height: 43px;
    margin: 0 0 0 15px;
}
.global.menu {
    margin-left: 184px;
    padding-top: 6px;
}
.global.menu li {
	display: inline-block;
	vertical-align: top;
	margin: 0 7px;
}
.global.menu a {
	display: block;
	width: 256px;
	height: 123px;
	text-indent: -9999em;
}
.global.menu li:nth-of-type(1) a {
	background-position: 0 -400px;
}
.global.menu li:nth-of-type(2) a {
	background-position: -270px -400px;
}
.global.menu li:nth-of-type(3) a {
	background-position: -540px -400px;
}
.derby .global.menu li:nth-of-type(1) a {
	background-position: 0 -200px;
    pointer-events: none;
}
.teioh .global.menu li:nth-of-type(2) a {
	background-position: -270px -200px;
    pointer-events: none;
}
.jdd .global.menu li:nth-of-type(3) a {
	background-position: -540px -200px;
    pointer-events: none;
}

/*.global.menu li:nth-of-type(3) a {
	pointer-events: none;
	opacity: .5;
}*/

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

.footer {
    position: relative;
	padding: 40px 0 32px;
    text-align: center;
}
.footer,.footer a,.footer a:visited {
	color: #020202;
	font-size: 14px;
}
.footer h2 {
    font-weight: normal;
}
.copy {
	margin-top: 16px;
}
.pagetop {
	float: right;
	position: relative;
	margin-top: -110px;
	padding-right: 20px;
	text-align: left;
}
.pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e82247;
    transition: .7s;
    text-indent: -9999em;
}
.pagetop a:hover {
    opacity: .7;
}
.pagetop a:after{
	content: "";
	display: block;
	position: absolute;
    top: 19px;
	left: 14px;
	width: 18px;
	height: 18px;
	border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(315deg);
}


/*===================================
	content
=====================================*/

/*  menu
---------------------------------*/

.cont.menu,.cont.menu a {
	background: #e82247;
}
.cont.menu ul {
	height: 60px;
	background: #e82247;
}
.cont.menu li:nth-of-type(1) {
	border-left: solid 1px #c22441;
}
.cont.menu li {
	float: left;
	border-right: solid 1px #c22441;
}
.cont.menu a {
	display: block;
	position: relative;
	z-index: 100;
	width: 249px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
.cont.menu li:nth-of-type(1) a {
	width: 248px;
}
.cont.menu li.current a,
.cont.menu a:hover {
	background: #fbfbf3;
	color: #e82247;
}
.cont.menu li.current a {
	pointer-events: none;
}

/*.cont.menu li:nth-of-type(3) a {
	pointer-events: none;
	opacity: .3;
}*/

/*  contWrapp sec
---------------------------------*/


.sec p {
	line-height: 1.8;
}

/*===================================
	keyVisual	
=====================================*/

.keyVisual {
	background: #000;
}
.keyVisual img {
    width: 100%;
	min-width: 1000px;
	margin: auto;
}

/************************************************************************************
smaller than 674px
*************************************************************************************/
@media screen and (max-width: 674px) {
	
	.hiddenPc,
	.brkSp {
		display: block;
	}
	.hiddenSp,
	.brkPc {
		display: none;
	}
	
	/*===================================
		font
	=====================================*/
	
	body {
		font-size: 22px;
	}
	
	/*===================================
		layout	
	=====================================*/
	
	.inner,
    .contWrapp.inner {
		width: 604px;
	}
	.header .inner,
	.cont.menu .inner{
		width: 664px;
	}
	.contWrapp.inner {
        margin-top: 38px;
    }
	
	/*===================================
		header	
	=====================================*/
	
    .header {
        box-sizing: border-box;
        height: 225px;
        padding-top: 18px;
    }
    .header h1 {
        position: relative;
        box-sizing: border-box;
        overflow: hidden;
        top: inherit;
        left: inherit;
        width: 477px;
        height: 78px;
        margin: 0 auto 11px;
        padding-top: 14px;
        background-position: -200px 0;
    }
    .logo.tck {
        float: left;
        width: 78px;
        height: 48px;
        margin: 0 15px 0 37px
    }
    .logo.special {
        width: 304px;
        height: 33px;
        margin: 8px 0 0;
    }
    .global.menu {
        margin-left: 14px;
        padding: 0;
    }
    .global.menu li {
        margin: 0 1px;
    }
    .global.menu a {
        width: 210px;
        height: 118px;
    }
    .global.menu li:nth-of-type(1) a {
        background-position: 0 -800px;
    }
    .global.menu li:nth-of-type(2) a {
        background-position: -212px -800px;
    }
    .global.menu li:nth-of-type(3) a {
        background-position: -424px -800px;
    }
    .derby .global.menu li:nth-of-type(1) a {
        background-position: 0 -600px;
    }
    .teioh .global.menu li:nth-of-type(2) a {
        background-position: -212px -600px;
    }
    .jdd .global.menu li:nth-of-type(3) a {
        background-position: -424px -600px;
    }
    
    /*===================================
        footer	
    =====================================*/

    .footer {
        padding: 54px 0 50px;
    }
    .footer,.footer a,.footer a:visited {
        font-size: 18px;
    }
    .footer h2 {
        font-weight: normal;
    }
    .copy {
        margin-top: 22px;
    }
    .pagetop {
        margin-top: -150px;
        padding-right: 20px;
    }
    .pagetop a {
        width: 60px;
        height: 60px;
    }
    .pagetop a:after{
        top: 21px;
        left: 16px;
        width: 24px;
        height: 24px;
        border-width: 4px;
    }
	
	/*===================================
		content
	=====================================*/
	
	
	/*  menu
	---------------------------------*/
	
	.cont.menu a {
		width: 165px;
		padding-top: 8px;
		line-height: 1.2;
		font-size: 18px;
	}
	.cont.menu li:nth-of-type(1) a {
		width: 164px;
		line-height: 60px;
		padding: 0;
	}
    .cont.menu li:nth-of-type(3) a {
        line-height: 60px;
		padding: 0;
    }
	.cont.menu a:hover {
		color: #fff;
		background: none;
	}
	
	/*  contWrapp sec
	---------------------------------*/

	.contWrapp .inner {
		padding-top: 39px;
	}
	
	/*===================================
		keyVisual	
	=====================================*/
	
	.keyVisual {
		overflow: hidden;
		width: 664px;
		min-width: 664px;
	}
	.keyVisual img {
		min-width: 820px;
		margin: 0 0 0 -70px;
	}
	
	

	
}