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


@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Heebo:400,500,700,800,900');

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

article,aside,details,figcaption,figure,footer,header,menu,nav,section,main { 
    display:block;
}
article,aside,details,figcaption,figure,footer,header,menu,nav,section,main,
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
fieldset,img {
	border: 0;
}
* {
	font-size:100%;
	max-height: 999999px;
}
body {
	font: 100%/1 'Noto Sans Japanese', 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;
}
hr {
	border: none;
	background: none;
}
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
=====================================*/

body,
a,a:visited {
	color: #000;
}
body {
	font-size: 16px;
}
a {
	text-decoration: none;
}
a.underine {
	text-decoration: underline;
}
a.underine:hover {
	text-decoration: none;
}
.heebo,
.menu b {
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
	letter-spacing: 0.05em !important;
}


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

body {
	padding-top: 123px;
	background: #bd1b17 url(../images/base/bg.png) repeat 50% 0;
	background-attachment: fixed;
}
.inner {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/*===================================
	element	
=====================================*/
/*  sprite
---------------------------------*/

.logo,
.sns a,
.pagetop a {
	background-image: url(../images/base/sprite.png);
	background-repeat: no-repeat;
}

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

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

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

.pc .header.fixed {
	position: fixed;
	z-index: 1000;
}
.pc .header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.header {
	height: 123px;
	background: #bd1b17 url(../images/base/bg.png) repeat 50% 0;
	background-attachment: fixed;
}

.header .inner {
	overflow: hidden;
}
.header h1 {
	float: left;
	width: 370px;
	padding-top: 31px;
	letter-spacing: -.40em;
}
.header h1 a {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}
.header h1 a:nth-of-type(1) {
	width: 92px;
}
.header h1 a:nth-of-type(2) {
	width: 270px;
	margin-top: -1px;
}
.logo {
	width: 84px;
	height: 53px;
	background-position: 0 0;
}
b .logo {
	width: 262px;
	height: 59px;
	background-position: -200px 0;
}
.pc .header.fixed {
	overflow: hidden;
	height: 100px;
	margin-top: -20px;
}

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

.menu {
	float: right;
	margin-right: 6px;
}
.menu li {
	display: inline-block;
	vertical-align: top;
	margin-right: 1px;
}
.menu a {
	display: block;
	width: 124px;
	height: 123px;
	padding-top: 42px;
	background: rgba(107,10,1,.5);
	color: #fcd901;
	font-size: 12px;
	text-align: center;
	font-weight: 600;
}
.menu li:nth-of-type(3) a {
	padding-top: 30px;
}
.menu a b {
	display: block;
	margin-bottom: 2px;
	font-size: 22px;
}
.menu .current a {
	background: rgba(107,10,1,.8);
	color: #fff;
	pointer-events: none;
}

/*初回公開時は『』が非公開*/
/*.menu li:nth-of-type(3) a,*/
/*.menu li:nth-of-type(4) a,*/
/*.menu li:nth-of-type(5) a {
	pointer-events: none;
	opacity: .3;
}*/

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

.footer {
	padding: 52px 0 48px;
	color: #000;
	text-align: center;
}
.sns {
	margin-bottom: 40px;
}
.sns li {
	display: inline-block;
	margin: 0 10px;
}
.sns a {
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: #000;
	text-align: left;
	text-indent: -9999em;
}
.sns a:hover {
	background-color: #777;
}
.sns .twt a {
	background-position: -600px 0;
}
.sns .fb a {
	background-position: -700px 0;
}
.sns .inst a {
	background-position: -800px 0;
}
.footer h2 {
	font-size: 20px;
}
.copy {
	margin-top: 7px;
	font-size: 12px;
}
.pagetop a {
	display: none;
}
.pagetop {
	position: fixed;
	bottom: 30px;
	right: 40px;
	z-index: 500;
}
.pagetop a {
	display: block;
	width: 49px;
	height: 49px;
	border-radius: 50%;
	background-color: #c69a03;
	background-position: -900px 0;
	text-indent: -999em;
}

/************************************************************************************
smaller than 660px
*************************************************************************************/
@media screen and (max-width: 660px) {
	
	.hiddenPc,
	.brkSp {
		display: block;
	}
	.hiddenSp,
	.brkPc {
		display: none;
	}
	
	/*===================================
		font
	=====================================*/
	
	body {
		padding-top: 0;
		font-size: 24px;
	}
	
	/*===================================
		layout	
	=====================================*/
	
	.inner {
		width: 640px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	/*===================================
		header	
	=====================================*/
	
	.sp .fixed {
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		width: 100%;
	}
	.header {
		height: 230px;
	}
	.header .inner {
		padding: 0;
	}
	.header h1 {
		float: none;
		width: 470px;
		margin: 0 0 21px 94px;
		padding-top: 29px;
	}
	.header h1 a:nth-of-type(1) {
		width: 121px;
	}
	.header h1 a:nth-of-type(2) {
		width: 345px;
	}
	.logo {
		width: 107px;
		height: 68px;
		background-position: 0 -100px;
	}
	b .logo {
		width: 338px;
		height: 74px;
		background-position: -200px -100px;
	}
	
	/*  menu
	---------------------------------*/

	.menu {
		float: none;
		overflow: hidden;
		margin: 0;
		text-align: center;
	}
	.menu li {
		display: block;
		float: left;
		margin: 0 1px;
	}
	.menu li:nth-of-type(1) {
		margin-left: 0;
	}
	.menu li:nth-last-of-type(1) {
		margin-right: 0;
	}
	.menu a {
		width: 126px;
		height: 108px;
		padding-top: 34px;
		font-size: 13px;
	}
	.menu li:nth-of-type(1) a {
		width: 125px;
	}
	.menu li:nth-of-type(3) a {
		width: 129px;
		padding-top: 23px;
	}
	.menu a b {
		font-size: 22px;
	}
	
	/*===================================
		footer	
	=====================================*/

	.footer {
		padding: 45px 0 61px;
	}
	.sns {
		margin-bottom: 48px;
	}

	.footer h2 {
		font-size: 22px;
	}
	.copy {
		margin-top: 12px;
		font-size: 15px;
	}
	.pagetop a {
		right: 20px;
	}
}