@charset "utf-8";

/* =================================================
 * reset
 * ================================================*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img,
dl, dt, dd, ol, ul, li, form, label, table, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer.hanaceleb_footer, header.hanaceleb_header, hgroup, menu, nav, section, summary {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	outline: none;
}

article, aside, canvas, details, figcaption, figure,
footer.hanaceleb_footer, header.hanaceleb_header, hgroup, menu, nav, section, summary {
	display: block;
}

ul, ol {
	list-style: none;
}

table {
	border-spacing: 0px;
	empty-cells: show;
}

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

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 15px;
	line-height: 160%;
	color: #727272;
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

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

a {
	color: inherit;
	text-decoration: none;
}

*::selection {
	background: #DDDDDD none repeat scroll 0 0;
	color: #333333;
}

*::-moz-selection {
	background: #DDDDDD none repeat scroll 0 0;
	color: #333333;
}

/* =================================================
 * all display
 * ================================================*/

header.hanaceleb_header {
	background-color: #FFFFFF;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

header.hanaceleb_header .inner {
	width: 100%;
	max-width: 1124px;
	margin: 0px auto;
	box-sizing: border-box;
	position: relative;
	height: 70px;
	display: table;
	transition: all 0.5s ease 0s;
}

header.hanaceleb_header h1 {
	max-width: 66px;
	position: absolute;
	top: 8px;
	left: 2%;
	transition: all 0.5s ease 0s;
}

header.hanaceleb_header nav {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

header.hanaceleb_header #grobal {
	display: inline-block;
	font-size: 13px;
	color: #9fa0a0;
	letter-spacing: 2px;
	width: 100%;
	box-sizing: border-box;
	padding: 0px 50px 0px 90px;
}

header.hanaceleb_header #grobal li {
	display: inline-block !important;
	font-weight: bold;
	padding: 0px 3.5%;
	line-height: 120%;
	transition: all 0.5s ease 0s;
  vertical-align: middle;
	background: url(../img/bg_navi.png) center right no-repeat;
}

header.hanaceleb_header #grobal li:first-child, header #grobal li:last-child {
	display: none !important;
}

header.hanaceleb_header #grobal li:nth-child(2) {
	padding-left: 0px;
}

header.hanaceleb_header #grobal li:nth-last-child(2) {
	border-right: none;
	padding-right: 0px;
  background: none;
}

header.hanaceleb_header #grobal li a:hover, header #grobal li.now {
	color: #cda900;
}

header.hanaceleb_header #grobal li a {
	transition: all 0.2s linear 0s;
}

header.hanaceleb_header #subNav {
	position: absolute;
	top: 16px;
	right: 2%;
	transition: all 0.5s ease 0s;
}

header.hanaceleb_header #subNav li {
	max-width: 36px;
	float: left;
	margin-left: 10px;
	transition: all 0.5s ease 0s;
	cursor: pointer;
}

footer.hanaceleb_footer {
	background-color: #FFFFFF;
}

footer.hanaceleb_footer .inner {
	width: 100%;
	max-width: 1124px;
	margin: 0px auto;
	box-sizing: border-box;
	position: relative;
	padding-left: 1%;
	border-bottom: 1px solid #D8D9D9;
}

footer.hanaceleb_footer nav li {
	display: inline-block;
	font-size: 13px;
	color: #646464;
	letter-spacing: 1px;
	width: 11%;
	padding: 0px 0.5%;
	vertical-align: top;
	line-height: 120%;
	font-weight: bold;
}

footer.hanaceleb_footer nav li:first-child {
	width: 5%;
}

footer.hanaceleb_footer nav li:nth-child(2) {
	width: 20%;
}

footer.hanaceleb_footer nav li:nth-child(3) {
	width: 14%;
}
footer.hanaceleb_footer nav li:nth-child(5) {
	width: 10%;
}
footer.hanaceleb_footer nav li:nth-child(7) {
	width: 13%;
}


footer.hanaceleb_footer nav li ul {
	margin-left: -2%;
	margin-top: 6px;
}

footer.hanaceleb_footer nav li li {
	width: auto !important;
	font-size: 11px;
	font-weight: normal;
	line-height: 200%;
  padding: 0 8% 0 2%;
}

footer.hanaceleb_footer a:hover {
	border-bottom: 1px solid #646464;
}

footer.hanaceleb_footer nav {
	padding: 30px 0px;
}

footer.hanaceleb_footer #nepia {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	box-sizing: border-box;
	padding: 30px 20px;
	color: #898989;
}

footer.hanaceleb_footer #copyright {
	width: 85%;
	max-width: 770px;
	box-sizing: border-box;
	float: left;
}

footer.hanaceleb_footer #nepia .logo {
	width: 10%;
	max-width: 73px;
	float: left;
}

footer.hanaceleb_footer #nepia small {
	width: 88%;
	max-width: 700px;
	float: right;
	font-size: 10px;
	line-height: 150%;
}

footer.hanaceleb_footer .sns {
	width: 76px;
	float: right;
}

footer.hanaceleb_footer .sns li {
	float: left;
	margin-left: 10px;
}

#container {
	margin-top: 0;
}

#pagetop {
	width: 14%;
	max-width: 56px;
	margin: 0px auto;
	padding: 20px 0px 20px;
	cursor: pointer;
}

.opover {
	transition: all 0.5s ease 0s;
}

.opover:hover {
	opacity: 0.8;
}

.txtS {
	font-size: 80%;
	line-height: 160%;
}

.scrollIn {
	opacity: 0;
}

/* =================================================
 * smartphone
 * ================================================*/

@media (max-width: 767px) {

body {
	font-size: 13px;
}

.pcOnly {
	display: none !important;
}

header.hanaceleb_header {
	top: 50px;
}


header.hanaceleb_header .inner {
	height: 64px;
}

header.hanaceleb_header h1 {
	max-width: 62px;
	top: 7px;
	left: 3%;
}

header.hanaceleb_header #subNav {
	top: 10px;
	right: 4%;
}

header.hanaceleb_header #subNav li {
	max-width: 42px;
}

header.hanaceleb_header #grobal li {
	display: block !important;
}

header.hanaceleb_header #grobal li:first-child, header.hanaceleb_header #grobal li:last-child {
	display: block !important;
}

header.hanaceleb_header #grobal li:first-child {
	width: 55%;
	max-width: 140px;
	margin: 0px auto;
}

header.hanaceleb_header #grobal li:last-child {
	width: 42px;
	margin: 30px auto 0px;
	cursor: pointer;
}

footer.hanaceleb_footer .inner {
	padding-left: 0px;
}

footer.hanaceleb_footer nav li {
	display: block;
	font-size: 13px;
	width: 100%;
	padding: 0px;
	margin-top: 15px;
	font-weight: normal;
}
footer.hanaceleb_footer nav>li:nth-child(7) {
	width: 100%;
	margin-top: 15px;
}

footer.hanaceleb_footer nav li:first-child {
	width: 100%;
}

footer.hanaceleb_footer nav li:nth-child(2) {
	width: 100%;
}

footer.hanaceleb_footer nav li:nth-child(3) {
	width: 100%;
}
footer.hanaceleb_footer nav li:nth-child(5) {
	width: 100%;
}
footer.hanaceleb_footer nav li:nth-child(7) {
	width: 100%;
	margin-top: 15px;
}

footer.hanaceleb_footer nav li ul {
	margin-left: 0%;
	margin-top: 10px;
}

footer.hanaceleb_footer nav li>a {
	padding-left: 4%;
}

footer.hanaceleb_footer nav li li {
	width: 50% !important;
	float: left;
	margin-bottom: 1px;
	box-sizing: border-box;
	margin-top: 0px;
  padding: 0;
}

footer.hanaceleb_footer nav li li:nth-child(odd) {
	border-right: 1px solid #FFFFFF;
}

footer.hanaceleb_footer nav li li a {
	display: block;
	padding: 0.8em 8%;
	background-color: #EEEEEE;
}

footer.hanaceleb_footer a:hover {
	border-bottom: none;
}

footer.hanaceleb_footer nav {
	padding: 5px 0px 25px;
}

footer.hanaceleb_footer #nepia {
	padding: 20px 3%;
}

footer.hanaceleb_footer #copyright {
	width: 100%;
	float: none;
}

footer.hanaceleb_footer #nepia .logo {
	width: 22.83%;
	max-width: 100px;
	float: none;
	margin: 0px auto;
}

footer.hanaceleb_footer #nepia small {
	width: 100%;
	line-height: 140%;
	margin-top: 12px;
}

footer.hanaceleb_footer .sns {
	display: none;
}

#container {
	margin-top: 64px;
}

#overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 200;
	color: #FFFFFF;
	display: none;
}

#overlay nav {
	display: table;
	height: 100%;
	margin: 0px auto;
	width: 90%;
	max-width: 1000px;
	text-align: center;
	position: relative;
	z-index: 300;
}

#overlay #grobal {
	display: table-cell;
	vertical-align: middle;
	font-size: 125%;
	letter-spacing: 3px;
	color: #646464;
	padding: 0px;
}

header.hanaceleb_header #grobal li {
	display: block;
	font-weight: bold;
	padding: 0px;
	border-right: none;
	line-height: 120%;
	margin-top: 25px;
	opacity: 0;
  background: none;
	margin-top: 1.3em;
}

}

/* =================================================
 * pc
 * ================================================*/

@media (min-width: 768px) {

.spOnly {
	display: none !important;
}

footer.hanaceleb_footer{
	margin-bottom: -100px;
}


	#menu {
	display: none;
}

.rotate {
	transition: 0.8s;
}

.rotate:hover {
	-webkit-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

header.hanaceleb_header #grobal li {
	opacity: 1 !important;
}

#pagetop {
	width: 48px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	right: 40px;
	bottom: 110px;
	z-index: 100;
	display: none;
}

#overlay {
	display: table !important;
	width: 100%;
	height: 70px;
}

}

/* =================================================
 * tab
 * ================================================*/
@media (min-width: 768px) and (max-width: 960px) {

header.hanaceleb_header #grobal li {
	padding: 0px 2%;
}

footer.hanaceleb_footer nav li {
	width: 14%;
	padding: 0px 1.7%;
}

footer.hanaceleb_footer nav li:nth-child(3) {
	width: 17%;
}
footer.hanaceleb_footer nav li:nth-child(5) {
	width: 12%;
}
footer.hanaceleb_footer nav li:nth-child(7) {
	width: 15%;
	margin-top: 1em;
}

footer.hanaceleb_footer nav li:first-child {
	width: 5%;
}

footer.hanaceleb_footer nav li:nth-child(2) {
	width: 15%;
	padding-right: 0px;
}

#pagetop {
	bottom: 120px;
}

}