@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 {
	padding: 55px 0 36px;
}

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

body {
	background-color: #fff;
}

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

.logo,
.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: 140px;
	background: url(../images/base/bg_stripe.jpg) repeat-x 0 100%;
}
.header .inner {
	overflow: hidden;
	padding: 16px 30px 0;
}
.header h1 {
	float: left;
	width: 282px;
	padding-top: 5px;
	letter-spacing: -.40em;
}
.header h1 a {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}

.logo.tck {
	width: 96px;
	height: 59px;
	margin-right: 13px;
	background-position: 0 0;
}
.logo.special {
	width: 119px;
	height: 78px;
	background-position: -100px 0;
}
.global.menu li {
	display: inline-block;
	vertical-align: top;
	margin-left: 18px;
}
.global.menu a {
	display: block;
	width: 200px;
	height: 98px;
	text-indent: -9999em;
}
.global.menu li:nth-of-type(1) a {
	background-position: -300px 0;
}
.global.menu li:nth-of-type(2) a {
	background-position: -500px 0;
}
.global.menu li:nth-of-type(3) a {
	background-position: -700px 0;
}


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

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

.footer {
	overflow: hidden;
	padding: 18px 0;
	background: url(../images/base/bg_stripe.jpg) repeat 0 0;
	font-family: 'Hiragino Kaku Gothic Pro', Meiryo, Arial, sans-serif;
}
.footer,.footer a,.footer a:visited {
	color: #fff;
	font-size: 10px;
}
.copy {
	margin-top: 4px;
}
.pagetop {
	float: right;
	position: relative;
	margin-top: -1.2em;
	padding-left: 1em;
	font-size: 12px;
}
.pagetop:after,
.pagetop:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
}
.pagetop:after {
	top: 1px;
	width: 8px;
	height: 1px;
	background: #fff;
}
.pagetop:before {
	top: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 6px 4px;
	border-color: transparent transparent #fff transparent;
}

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

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

.cont.menu {
	box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
}
.cont.menu,.cont.menu a {
	background: url(../images/base/bg_menu.jpg) repeat-x 0 0;
}
.cont.menu ul {
	height: 60px;
	background: #b01b23;
}
.cont.menu li:nth-of-type(1) {
	margin-left: 1px;
}
.cont.menu li {
	float: left;
	margin-right: 1px;
}
.cont.menu a {
	display: block;
	position: relative;
	z-index: 100;
	width: 249px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	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 {
	height: 70px;
	background: #fff;
	color: #c71e27;
}
.cont.menu li.current a {
	pointer-events: none;
}

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

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

.contWrapp .inner {
	padding: 49px 0;
}
.sec p {
	line-height: 1.8;
}

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

.keyVisual {
	background: #000;
}
.keyVisual img {
	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 {
		width: 604px;
	}
	.header .inner,
	.cont.menu .inner{
		width: 664px;
	}
	.contWrapp {
		padding: 43px 0 92px;
	}
	
	/*===================================
		header	
	=====================================*/
	
	.header {
		height: auto;
	}
	.header .inner {
		padding: 10px 0;
	}
	.header h1 {
		float: none;
		width: 228px;
		padding-top: 0;
		margin: 0 auto 10px;
	}
	.header h1 a {
		display: inline-block;
		vertical-align: middle;
		letter-spacing: normal;
	}
	.global.menu {
		margin-bottom: 20px;
		text-align: center;
	}
	.global.menu li {
		margin: 0 9px;
		text-align: left;
	}
	
	/*===================================
		content
	=====================================*/
	
	
	/*  menu
	---------------------------------*/
	
	.cont.menu a {
		width: 165px;
		padding-top: 6px;
		line-height: 1.2;
		font-size: 20px;
	}
	.cont.menu li:nth-of-type(1) a {
		width: 164px;
		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 {
		width: 820px;
		min-width: inherit;
		margin: 0 0px;
	}
	
	

	
}