@charset "utf-8";

body {
	font-family: "メイリオ",Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	color: #333;
}

.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style]{
	width: 100%!important;
	background: #fff;
}

a {
	outline: none;
}

/**/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}



/*--------------------------------------------------------
PC common
---------------------------------------------------------------*/
@media screen and (min-width:768px){


/*-------
#header
---------*/
#brand #header {
	background: #000;
	width: 100%;
	min-width: 1010px;
	margin: 0;
	padding: 0;
}

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 960px;
  margin: 5px auto 0px;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li#ktclogo {
	width:192px;
}
.dropmenu li#ktclogo a{
	padding:0!important;
}

.dropmenu li{
  position: relative;
  width: calc(760px / 4);
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 32px 0;
  background: #000;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 150%;
}
.dropmenu li ul li a{
  padding: 13px 15px;
  background: #666;
  text-align: left;
  font-size:14px;
}
.dropmenu li:hover > a{
  background: #444;
}
.dropmenu li a:hover{
  background: #333;
}

.dropmenu li ul{
  opacity: 0;
  top: 70%;
  visibility: hidden;
  transition: .5s;
}
.dropmenu li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}



.hdrSecChikara_new #gNav li {
	position: relative;
	float: left;
	width: 154px;
	height: 88px;
}


#header .hdrSecChikara {
	position: relative;
	clear: both;
	width: 970px;
	height: 88px;
	margin: 0 auto;
	z-index: 10;
}
#header .hdrSecChikara:after {
	content: '';
	clear: both;
}

#header .hdrSecChikara a {
	position: relative;
	display: block;
	height: 88px;
	background: url(../images/common/gNav.gif) 0 0 no-repeat;
	font-size: 10px;
	text-indent: 200%;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	z-index: 1;
}
#header .hdrSecChikara h1 {
	float: left;
	width: 200px;
}
.hdrSecChikara #gNav li {
	position: relative;
	float: left;
	width: 154px;
	height: 88px;
}

#header .hdrSecChikara h1 a {
	background-position: 0 0;
}
.hdrSecChikara #gNav li.gn1 a {
	background-position: -200px 0;
}
.hdrSecChikara #gNav li.gn2 a {
	background-position: -354px 0;
}
.hdrSecChikara #gNav li.gn3 a {
	background-position: -508px 0;
}
.hdrSecChikara #gNav li.gn4 a {
	background-position: -662px 0;
}
.hdrSecChikara #gNav li.gn5 a {
	background-position: -816px 0;
}

#header .hdrSecChikara h1 a:hover {
	background-position: 0 -88px;
}
.hdrSecChikara #gNav li.gn1 a:hover,
.hdrSecChikara #gNav li.gn1 a.active {
	background-position: -200px -88px;
}
.hdrSecChikara #gNav li.gn2 a:hover,
.hdrSecChikara #gNav li.gn2 a.active {
	background-position: -354px -88px;
}
.hdrSecChikara #gNav li.gn3 a:hover,
.hdrSecChikara #gNav li.gn3 a.active {
	background-position: -508px -88px;
}
.hdrSecChikara #gNav li.gn4 a:hover,
.hdrSecChikara #gNav li.gn4 a.active {
	background-position: -662px -88px;
}
.hdrSecChikara #gNav li.gn5 a:hover,
.hdrSecChikara #gNav li.gn5 a.active {
	background-position: -816px -88px;
}


.hdrSecChikara #gNav li.gn2 > a:before,
.hdrSecChikara #gNav li.gn3 > a:before,
.hdrSecChikara #gNav li.gn5 > a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
	height: 6px;
	background: url(../images/common/arrow_s_03.png) 50% 0 no-repeat;
	opacity: 0.5;
	z-index: 10;
}
.hdrSecChikara #gNav li.gn2 > a:hover:before,
.hdrSecChikara #gNav li.gn3 > a:hover:before,
.hdrSecChikara #gNav li.gn5 > a:hover:before,
.hdrSecChikara #gNav li.gn2 > a.active:before,
.hdrSecChikara #gNav li.gn3 > a.active:before,
.hdrSecChikara #gNav li.gn5 > a.active:before {
	opacity: 1;
} 

/* sub */
.hdrSecChikara #gNav li .subNav {
	position: absolute;
	top: 94%;
	top: 50%;
	visibility: hidden;
  	opacity: 0;
	
	/* -webkit-transition: visibility 0s, opacity 0s, top 0s;
	-moz-transition: visibility 0s, opacity 0s, top 0s;
	transition: visibility 0s, opacity 0s, top 0s; */

	-webkit-transition: visibility 0s, opacity 0.5s, top 0.5s;
	-moz-transition: visibility 0s, opacity 0.5s, top 0.5s;
	transition: visibility 0s, opacity 0.5s, top 0.5s;
	/* padding-top: 5px; */
	z-index: 0;
}
.hdrSecChikara #gNav li .subNav.subR {
	right: 0;
}

.hdrSecChikara #gNav li .subNav li {
	positon: relative;
	float: none;
	width: auto;
	height: auto;
	border-bottom: 1px solid #666;
}

.hdrSecChikara #gNav li .subNav li a {
	height: auto;
	padding: 1em 1.5em;
	background: #666;
	font-size: 13px;
	text-indent: 0;
	color: #fff;
}
.hdrSecChikara #gNav li .subNav li a:before {
	content: url(../images/common/arrow_s_02.png);
	display: inline;
	margin-right: 0.5em;
	vertical-align: middle;
}
.hdrSecChikara #gNav li .subNav li a:hover,
.hdrSecChikara #gNav li .subNav li a.active {
	background: #999;
}
.hdrSecChikara #gNav li .subNav li:hover {
	/*-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);*/
	z-index:10;
	/*-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;*/
}

.hdrSecChikara #gNav li .subNav.showmenu {
	top: 100%;
	visibility: visible;
	opacity: 1;
	/*-webkit-transition: visibility 0s, opacity 0.3s, top 0.5s 0.1s;
	-moz-transition: visibility 0s, opacity 0.3s, top 0.5s 0.1s;
	transition: visibility 0s, opacity 0.3s, top 0.5s 0.1s;
	padding-top: 5px;*/
	z-index: 0;
}



/*-------
#footer
---------*/
#footer {
	width: 100%;
	min-width: 1010px;
	margin-top: 0px;
}
#pageTop {
	z-index: 10;
}

/*ftrSitemap*/
.ftrSec01 .inWrap {
	padding-bottom: 50px;
}
.ftrSitemap .ftrRow.inline {
	clear: both;
}
.ftrSitemap .ftrRow.inline .ftrTit02 {
	clear: left;
	float: left;
	width: 11em;
}
.ftrSitemap .ftrRow.inline ul.lv3 {
	float: left;
	margin: 0 0 10px 0;
	padding-left: 0;
}
.ftrSitemap .ftrRow.inline ul.lv3 li {
	display: inline;
	margin: 0;
}
.ftrSitemap .ftrRow.inline ul.lv3 li:before {
	content: " | ";
	margin: 0 0.8em;
}
.ftrSitemap .ftrRow.inline ul.lv3 li:first-child:before {
	content: '';
	margin: 0;
}

.ftrSec01 a.active, .ftrSec02 a.active {
	color: #f00;
}





/*-------
#main
---------*/
#brand #container {
	/*position: relative;*/
	width: 100%;
	min-width: 1010px;
	background: #fff;
	line-height: 1.7;
	overflow: hidden;
}

#brand #mainContainer {
	position: relative;
	width: 1680px;
	left: 50%;
	margin-left: -840px;
}

/* common */

#brand #container p {
	margin: 1em 0;
}

#brand #container img {
	max-width: none;
}

#brand #container figcaption {
	margin: 0;
}

#brand #container strong {
	font-weight: bold;
	color: #000;
}

#brand #container small {
	font-size: 12px;
	color: #646464;
}

#brand #container .moreinfo {
	position: relative;
	max-width: 350px;
	margin: 30px auto 20px auto;
	background: #fff;
	color: #f00;
	text-align: center;
	overflow: hidden;
}
#brand #container .moreinfo a {
	position: relative;
	display: block;
	height: 100%;
	padding: 0.6em 2em;
	border: 1px solid #f00;
	color: #f00;
	font-size: 18px;
	text-decoration: none;
}
#brand #container .moreinfo a:hover {
	color: #fff;
	-webkit-transition: color 0, background 0.3s 0.1s;
	-moz-transition: color 0,  background 0.3s 0.1s;
	transition: color 0,  background 0.3s 0.1s;
}
#brand #container .moreinfo a:before {
	display: inline;
	content: url(../images/common/arrow_b_01.png);
	vertical-align: middle;
	margin-right: 12px;
}
#brand #container .moreinfo a:hover:before {
	content: url(../images/common/arrow_b_02.png);
}
/* #brand #container .moreinfo a:after {
	display: inline-block;
	content: '▲';
	margin-left: 0.5em;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
} */


#brand #container .moreinfo:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	border: none;
	box-sizing: border-box;
	background: #fff;
}
#brand #container .moreinfo:hover:before {
	width: 100%;
	background: #f00;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}



#brand #container .inlinebtn {
	display: inline-block;
	color: #fff;
	text-align: center;
}
#brand #container .inlinebtn a {
	display: block;
	height: 100%;
	padding: 0.5em 1.2em;
	background-color: #646464;
	color: #fff;
	text-decoration: none;
}
#brand #container .inlinebtn a:hover {
	background-color: #999;
}
#brand #container .inlinebtn a:before {
	display: inline;
	content: url(../images/common/arrow_s_02.png);
	vertical-align: middle;
	margin-right: 0.5em;
}


/* inner */
#brand #container .inner {
	position: relative;
	width: 970px;
	margin: 0 auto;
	padding: 65px 20px;
	color: #646464;
}
#brand #container .inner.over {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -505px;
}
#brand #container .inner.vh_center {
	position: absolute;
	display: table;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	margin: auto;
	padding: 0 !important;
	text-align: center;
}
#brand #container .inner.pt_0 {
	padding-top: 0;
}
#brand #container .inner.pt_half {
	padding-top: 30px;
}
#brand #container .inner.p_half {
	padding: 30px 0;
}

/* mainHeader */
#brand #mainHeader {
	clear: both;
	position: relative;
	width: 1680px;
	font-size: 18px;
	line-height: 1.7;
}

#brand .title {
	width: 970px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
	line-height: 0;
}

#brand #mainHeader .inner {
	padding: 0 20px 20px;
	color: #333;
}

#brand #mainHeader .colL {
	width: 47%;
	margin-top: 50px;
}

#brand #mainHeader .submenu {
	list-style: none;
	width: 1005px;
	margin: 30px 0;
	padding: 0;
	font-size: 16px;
}
#brand #mainHeader .submenu li {
	float: left;
	width: 300px;
	margin: 10px 35px 10px 0;
	border-radius: 25px;
	background-color: #646464;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
}
#brand #mainHeader .submenu li.li_div4 {
	width: 213px;
}
#brand #mainHeader .submenu a {
	display: block;
	height: 100%;
	padding: 10px 20px;
	border-radius: 25px;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
}
#brand #mainHeader .submenu a:hover {
	background-color: #8e8e8e;
}
#brand #mainHeader .submenu a:before {
	display: inline;
	content: url(../images/common/arrow_b_03.png);
	vertical-align: middle;
	margin-right: 12px;
	/* margin-left: -12px; */
}



/* section */
#brand #container .sec {
	clear: both;
	position: relative;
	width: 1680px;
}
#brand #container .sec.bg_gray,
#brand #container .bg_gray {
	background-color: #ebebeb;
}
#brand #container .bg_white {
	background-color: #fff;
}

#brand #container .sec h2 {
	margin: 30px 0 30px 0;
}

#brand #container .sec h3 {
	margin: 1em 0 0.5em 0;
	font-size: 23px;
	color: #000;
	line-height: 1.4;
}
#brand #container .sec h4 {
	margin: 0 0 0.5em 0;
	font-size: 16px;
	color: #333;
	line-height: 1.4;
}
#brand #container .sec h5 {
	margin: 0 0 0.5em 0;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	line-height: 1.4;
}
#brand #container .sec .color_white h3 {
	/*color: #fff;*/
}
#brand #container .sec .color_gray h3 {
	color: #646464;
}

#brand #container .sec ul {
	list-style: disc;
	margin: 1em 0 2em 0;
	padding-left: 1.5em;
}
#brand #container .sec li {
	margin: 0.5em 0;
}
#brand #container .sec ul.type_square {
	list-style: square;
}

#brand #container .sec .hgroup {
	margin: 0 0 40px 0;
}
#brand #container .sec .hgroup h2 {
	margin: 0 0 30px 0;
	padding: 25px 50px;
	text-align: center;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	font-size:20pt;
	color:#ff0000;
	font-weight:bold;
}
#brand #container .sec .hgroup p {
	margin: 1em 0;
	font-size: 16px;
}

#brand #container .sec .bgimg {
	position: relative;
}



#brand #container .sec .box_L {
	float: left;
	width: 300px;
}
#brand #container .sec .box_R {
	float: right;
	width: 300px;
}

#brand #container .inner > figure {
	margin: 3em 0;
}

#brand #container ol {
	list-style: decimal;
	padding-left: 2em;
}
#brand #container ol li {
	margin-left: 1.7em;
}
#brand #container dt {
	/*margin-bottom: 0.5em;*/
	margin: 1em 0 0.5em 0;
	color: #333;
	font-weight: bold;
}
#brand #container dd {
	margin-bottom: 1.5em;
}

#brand #container .liitem dd {
	display: list-item;
	list-style: disc;
	/*margin-left: 2em;*/
	margin: 0.5em 0 0.5em 2em;
}

#brand #container .table,
#brand #container .table2 {
	display: table;
	width: 100%;
	margin: 50px 0;
	border-collapse: collapse;
}
#brand #container .tr {
	display: table-row;
}
#brand #container .table figure,
#brand #container .table .tc,
#brand #container .table2 figure,
#brand #container .table2 .tc {
	display: table-cell;
	vertical-align: middle;
}
#brand #container .table .tc.colL {
	padding-right: 50px;
}
#brand #container .table .tc.colR {
	padding-left: 50px;
}

#brand #container .table2 .tc.colL {
	width: 450px;
	padding-right: 35px;
}
#brand #container .table2 .tc.colR {
	width: 450px;
	padding-left: 35px;
}
#brand #container .table h3,
#brand #container .table2 h3 {
	margin-top: 0;
}

#brand #container .boxLR {
	clear: both;
	margin: 3em 0 0 0;
}
#brand #container .boxLR:after {
	content: "";
	display: table;
	clear: both;
}
#brand #container .boxLR .colL {
	float: left;
	width: 450px;
	margin-bottom: 1em;
}
#brand #container .boxLR .colR {
	float: right;
	width: 450px;
	margin-bottom: 1em;
}
#brand #container .boxLR p:first-child {
	margin-top: 0;
}
#brand #container .boxLR img {
	width: 100%;
	margin-bottom: 1em;
}
#brand #container .boxLR h3 {
	margin-top: 0;
}





/*--------------
parts
---------------*/

/**/
#brand #container .ta_center {
	text-align: center;
}
#brand #container .h_txt {
	margin: 30px 0;
	font-size: 32px;
	font-weight: bold;
	color: #646464;
}
#brand #container .h_txt2 {
	margin: 1em 0;
	font-size: 25px;
}
#brand #container .lead_txt {
	margin: 1.5em 0;
	font-size: 18px;
	line-height: 1.7;
	color: #333;
}

#brand #container * .color_white {
	color: #fff !important;
}
#brand #container * .color_gray {
	color: #646464 !important;
}
#brand #container * .color_red {
	color: #f00 !important;
}

#brand #container .t_bold {
	font-weight: bold;
}
#brand #container .t_shadow {
	text-shadow: 0 0 6px #000;
}


/**/
#brand #container .txtbg {
	padding: 10px 20px;
	box-sizing: border-box;
	background-color: #646464;
	color: #fff;
	font-size: 16px;
}
#brand #container .txtbg_round {
	padding: 10px 20px;
	border-radius: 25px;
	box-sizing: border-box;
	background-color: #646464;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
#brand #container .txt_borderred {
	padding: 1em 2em;
	border: 1px solid #f00;
	color: #f00;
	line-height: 1.4;
}


/* chikara common */

#brand #container #mainContainer.chikara #mainHeader h1.title.v_top {
	position: absolute;
	display: table;
	top: 40px;
	width: 100%;
	margin: auto;
	padding: 0;
	text-align: center;
}
#brand #container #mainContainer #mainHeader h1.title.vh_center {
	position: absolute;
	display: table;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	margin: auto;
	padding: 0;
	text-align: center;
}

.chikara .sec.arrow_gray:after {
	content: url('../images/quest/history/arrow-gray.png');
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -93px;
	z-index: 10;
}

.chikara .sec.arrow_white:after {
	content: url('../images/quest/history/arrow-white.png');
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -93px;
	z-index: 10;
}

#brand #container .sec.arrow_gray .inner,
#brand #container .sec.arrow_white .inner {
	padding-top: 100px;
}


.chikara .sec .step {
	display: table;
	border-collapse: collapse;
	width: 100%;
	margin: 1em auto;
	background-color: #646464;
}
.chikara .sec .step .colL,
.chikara .sec .step .colR {
	display: table-cell;
	width: 50%;
	padding: 20px 40px;
	box-sizing: border-box;
	color: #fff;
	vertical-align: middle;
}
#brand #container .chikara .sec .step h4 {
	display: table-caption;
	margin: 0;
	padding: 10px;
	border-bottom: 3px solid #dcdcdc;
	background-color: #646464;
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 1.3;
}
.chikara .sec .step .colL {
	font-size: 20px;
}
.chikara .sec .step_arrow {
	margin: 20px auto;
	text-align: center;
}

/* Chikara Home */
#brand #container #mainContainer.chikaraHome .title.vh_center {
	position: absolute;
	display: table;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	margin: auto;
	padding: 0;
	text-align: center;
}
#brand #container #mainContainer.chikaraHome #mainHeader .lead_txt {
	position: absolute;
	display: table;
	bottom: 35px;
	width: 100%;
	margin: auto;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#brand #container #mainContainer.chikaraHome #mainHeader.on .lead_txt {
	opacity: 1;
	-webkit-transition: all 0.7s 1.5s;
	-moz-transition: all 0.7s 1.5s;
	transition: all 0.7s 1.5s;
}

#brand #container #mainContainer.chikaraHome #mainHeader h1 {
	position: absolute;
	display: table;
	top: 265px;
	width: 100%;
	margin: auto;
	padding: 0;
	text-align: center;
}

#brand #container #mainContainer.chikaraHome .sec h2 {
	opacity: 0;
}
#brand #container #mainContainer.chikaraHome .sec.on h2 {
	opacity: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}



/**/
#introcircle {
	position: relative;
	width: 646px;
	height: 570px;
	margin: 0 auto;
	text-align: center;
}

#introcircle .circleline {
	position: absolute;
	top: 112px;
	left: 103px;
	width: 435px;
	height: 435px;
}
#introcircle #circleline1 {
	clip:rect(326px,218px,326px,0);
}
#introcircle #circleline2 {
	clip:rect(0,435px,0,217px);
}
#introcircle #circleline3 {
	clip:rect(326px,435px,504px,435px);
}

.on #introcircle #circleline1 {
	clip:rect(0,218px,326px,0);
	-webkit-transition: clip 1s 0.7s;
	-moz-transition: clip 1s 0.7s;
	transition: clip 1s 0.7s;
}
.on #introcircle #circleline2 {
	clip:rect(0,435px,326px,217px);
	-webkit-transition: clip 1s 0.7s;
	-moz-transition: clip 1s 0.7s;
	transition: clip 1s 0.7s;
}
.on #introcircle #circleline3 {
	clip:rect(326px,435px,504px,0);
	-webkit-transition: clip 1s 0.7s;
	-moz-transition: clip 1s 0.7s;
	transition: clip 1s 0.7s;
}

#introcircle .ball {
	opacity: 0;
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform: scale(0.8);
}
#introcircle #intro_chikara1 {
	position: absolute;
	top: 7px;
	width: 100%;
	text-align: center;
}
#introcircle #intro_chikara2 {
	position: absolute;
	bottom: 0;
	left: 5px;
	text-align: center;
}
#introcircle #intro_chikara3 {
	position: absolute;
	bottom: 0;
	right: 5px;
	text-align: center;
}

.on #introcircle #intro_chikara1,
.on #introcircle #intro_chikara2,
.on #introcircle #intro_chikara3 {
	opacity: 1;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform: scale(1);
}
.on #introcircle #intro_chikara1 {
	-webkit-transition: all 0.4s cubic-bezier(.09,.62,.68,1.29);
	-moz-transition: all 0.4s cubic-bezier(.09,.62,.68,1.29);
	transition: all 0.4s cubic-bezier(.09,.62,.68,1.29);
}
.on #introcircle #intro_chikara2 {
	-webkit-transition: all 0.4s cubic-bezier(.09,.62,.68,1.29) 0.2s;
	-moz-transition: all 0.4s cubic-bezier(.09,.62,.68,1.29) 0.2s;
	transition: all 0.4s cubic-bezier(.09,.62,.68,1.29) 0.2s;
}
.on #introcircle #intro_chikara3 {
	-webkit-transition: all 0.4s cubic-bezier(.09,.62,.68,1.29) 0.3s;
	-moz-transition: all 0.4s cubic-bezier(.09,.62,.68,1.29) 0.3s;
	transition: all 0.4s cubic-bezier(.09,.62,.68,1.29) 0.3s;
}


#introcircle h1 {
	opacity: 0;
}
.on #introcircle h1 {
	opacity: 1;
	-webkit-transition: all 0.7s 1.5s;
	-moz-transition: all 0.7s 1.5s;
	transition: all 0.7s 1.5s;
}


/* Chikara top */
#brand #container #mainContainer.chikaraTop #mainHeader h1.title {
	position: absolute;
	display: table;
	top: 123px;
	width: 100%;
	margin: auto;
	padding: 0;
	text-align: center;
}
#brand #container #mainContainer.chikaraTop #mainHeader h1.title {
	opacity: 0;
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform: scale(0.8);
}
#brand #container #mainContainer.chikaraTop #mainHeader.on h1.title {
	opacity: 1;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s cubic-bezier(.09,.62,.68,1.29);
	-moz-transition: all 0.4s cubic-bezier(.09,.62,.68,1.29);
	transition: all 0.4s cubic-bezier(.09,.62,.68,1.29);
}



#brand #container #mainContainer.chikaraTop .sec .hgroup {
	margin: 0 auto;
}
#brand #container #mainContainer.chikaraTop .sec .hgroup h2 {
	margin: 0 auto;
}


#brand #container .chikaraTop .txtbg_round {
	width: 300px;
	box-sizing: border-box;
}

#brand #container .chikaraTop .moreinfo {
	opacity: 0;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px); 
}
#brand #container .chikaraTop .moreinfo.on {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}




/* chikara */
#brand #container .sec .bx-wrapper {
  position: relative;
  margin: 0 auto 1em;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
#brand #container .sec .bx-wrapper img {
  max-width: 100%;
  display: block;
  margin-bottom: 0;
}
#brand #container .sec .bxslider {
  margin: 0;
  padding: 0;
}
#brand #container .sec ul.bxslider {
  list-style: none;
}
#brand #container .sec .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
#brand #container .sec .bx-wrapper .bx-pager,
#brand #container .sec .bx-wrapper .bx-controls-auto {
  /* position: absolute;
  bottom: -30px;
  width: 100%; */
}
/**/
#brand #container .sec .bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../js/lib/bxslider/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/**/
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #666;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}


/**/
#brand #container .sec .slider {
	list-style: none;
	margin: 0;
	padding: 0;
}

#brand #container .sec .slider li {
	margin: 0;
	padding: 0;
}


/* history */
 #brand #container .sec.sec_nendai .inner {
 	opacity: 0;
 }
 #brand #container .sec.sec_nendai.on .inner {
	opacity: 1;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}


/* museum */
#brand #container .museum .sec .boxLR {
	position: relative;
	clear: both;
	margin: 1em 0 0 0;
}
#brand #container .museum .sec .boxLR .colL {
	float: left;
	width: 430px;
	margin-bottom: 0;
}
#brand #container .museum .sec .boxLR .colR {
	float: right;
	width: 485px;
	margin-bottom: 0;
}
#brand #container .museum .sec .boxLR .colR2 {
	float: right;
	width: 540px;
	margin-bottom: 0;
}
#brand #container .museum .sec .boxLR .colR2 img {
	margin: 0;
}


#brand #container .museum .sec .boxLR02 {
	position: relative;
	clear: both;
	margin: 1em 0 0 0;
}
#brand #container .museum .sec .boxLR02 .colL {
	float: left;
	width: 640px;
	margin-bottom: 0;
}
#brand #container .museum .sec .boxLR02 .colR {
	float: right;
	width: 200px;
	margin-bottom: 0;
}
#brand #container .museum .sec .boxLR02 .colR2 {
	float: right;
	width: 600px;
	margin-bottom: 0;
}
#brand #container .museum .sec .boxLR02 .colR2 img {
	margin: 0;
}
#brand #container .boxLR02 img {
	margin-bottom: 1em;
}

#brand #container .museum .sec .boxLR p {
	margin-bottom: 1.5em;
}

#brand #container .museum .sec .boxLR .colL img.p_bottom {
	position: absolute;
	width: inherit;
	bottom: 40px;
}
#brand #container .museum .sec h2 {
	border-bottom: 1px solid #646464;
	font-size: 24px;
	font-weight: bold;
}
#brand #container .museum .sec h3 {
	margin: 1em 0;
}
#brand #container .museum .sec h4 {
	margin: 2em 0 1em 0;
	font-weight: bold;
	color: #646464;
}
#brand #container .museum ol {
	padding-left: 2em;
}
#brand #container .museum table.tbl01 {
	margin: 1em 0;
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #646464;
	border-bottom: 1px solid #646464;
}
#brand #container .museum table.tbl01 th,
#brand #container .museum table.tbl01 td {
	vertical-align: middle;
	border-left: 1px solid #646464;
	border-top: 1px solid #646464;
}
#brand #container .museum table.tbl01 th {
	width: 22%;
	padding: 0.6em 1em;
	background-color: #c8c8c8;
	text-align: center;
}
#brand #container .museum table.tbl01 td {
	padding: 0.6em 2em 0.6em 4em; 
}


#brand #container .museum table#plan {
	margin: 1em 0;
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #646464;
	border-bottom: 1px solid #646464;
}
#brand #container .museum table#plan th,
#brand #container .museum table#plan td {
	vertical-align: middle;
	border-left: 1px solid #646464;
	border-top: 1px solid #646464;
}
#brand #container .museum table#plan th {
	background-color: #c8c8c8;
	text-align: center;
}
#brand #container .museum table#plan td {
		text-align: center;
		padding:2px;
}

#brand #container .museum table#plan td.explain {
text-align: left!important;

}

.flow01 {
	border:1px solid #333;
	padding:10px;
	width:100%;
	text-align:center;
}
.flow02::after {
  content: "";
  display: block;
  clear: both;
	width:100%;

}

.flow02 .group {
	width:40%;
	float:left;
	border:1px solid #333;
	padding:10px;
	text-align:center;
}
.flow02 .private {
	width:40%;
	float:right;
	border:1px solid #333;
	padding:10px;
	text-align:center;
}

.arrow1{
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color:  transparent transparent #565656 #565656;
  transform: rotate(-45deg);
  margin:0 auto 10px;
}

.tourimg li {display:inline-block;}


#brand #container .museum .map {
	padding: 20px;
	border: 1px solid #646464;
}
#brand #container .museum .map .colL {
	float: left;
}
#brand #container .museum .map .colR {
	float: right;
	width: 38%;
}
#brand #container .museum .map:after {
	content: '';
	display: table;
	clear: both;
}
#brand #container .museum .map dl {
	border: 1px solid #646464;
	border-top: none;
}
#brand #container .museum .map dt {
	margin: 0;
	padding: 0.6em 1em;
	background-color: #c8c8c8;
	border-top: 1px solid #646464;
	border-bottom: 1px solid #646464;
	text-align: center;
}
#brand #container .museum .map dd {
	margin: 0;
	padding: 1em;
}

/* ----------------------------------------

- Table Style

---------------------------------------- */

/* tbl
------------------------------- */
.tbl01,
.tbl02,
.tbl03,
.tbl04,
.tbl05,
.tbl06,
.tbl07{
	width: 100%;
	margin-bottom: 20px;
	background:#ffffff;
}
.tbl01 th,.tbl02 th,.tbl03 th,.tbl06 th,
.tbl01 td,.tbl02 td,.tbl03 td {
	padding: 12px 15px;
	border: 1px solid #ccc;
	vertical-align: top;
}
.tbl01 th {
	background-color: #f1f1f1;
	text-align: center;
	border-right: none;
}
.tbl02 th {
	background-color: #f1f1f1;
	text-align: center;
	font-weight:bold;
}
.tbl03 th {
	background-color: #888888;
	font-weight:bold;
	color:#ffffff;
}
.tbl07 th {
	background-color: #f1f1f1;
	border-right: none;
	font-weight:bold;
	border-bottom: 2px solid #fff;
	border-right: 1px solid #fff;
}

.tbl01 td {
	border-left: none;
}
.tbl04 td {
	vertical-align: top;
	padding-bottom:4px;
}
.tbl07 td {
	vertical-align: top;
}


.tbl05 th, .tbl05 td {padding:2px; border-bottom:1px solid #eee;}
.tbl05 th {text-align:right!important;}

.tbl06 {width:100%;}
.tbl06 th {width:30%;}
.tbl06 td {width:70%; padding: 12px 15px;
	border: 1px solid #ccc;
}


table th,
table td {
	-ms-word-break: break-all;
	word-break: break-all;
	word-wrap: break-word
}

/* col
------------------------------- */
.colW05 { width: 5%;}
.colW08 { width: 8%;}
.colW10 { width: 10%;}
.colW15 { width: 15%;}
.colW20 { width: 20%;}
.colW25 { width: 25%;}
.colW30 { width: 30%;}
.colW35 { width: 35%;}
.colW40 { width: 40%;}
.colW45 { width: 45%;}
.colW50 { width: 50%;}
.colW60 { width: 60%;}
.colW70 { width: 70%;}







#links h4{
	padding-bottom:2px;
	padding-right:6px;
	border-bottom:1px solid #ddd;
	margin-bottom:4px;
	font-weight:bold;
}

#links ul {
	padding-bottom: 5px;
}
#links ul li {
	width: 160px;
	float: left;
	margin: 0 0.4em 10px 0;
	text-align: center;
	font-size: 84.6%;
	list-style-type:none;
}
#links ul li img {
	margin-bottom: 5px;
	display: block;
}
#links ul li span {
	margin-left: -8px;
}

.moushikomi

}


/*--------------------------------------------------------------------------------------
SP
-----------------------------------------------------------------------------------------*/
@media screen and (max-width:767px){



/*-------
#header
---------*/
#brand #header {
	background: #000;
	width: 100%;
	min-width: 1010px;
	margin: 0;
	padding: 0;
}

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 960px;
  margin: 5px auto 0px;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li#ktclogo {
	width:20%;
}
.dropmenu li#ktclogo a{
	padding:0!important;
}

.dropmenu li{
  position: relative;
  width: 16%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 32px 0;
  background: #000;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 150%;
}
.dropmenu li ul li a{
  padding: 13px 15px;
  background: #666;
  text-align: left;
  font-size:14px;
}
.dropmenu li:hover > a{
  background: #444;
}
.dropmenu li a:hover{
  background: #333;
}

.dropmenu li ul{
  opacity: 0;
  top: 70%;
  visibility: hidden;
  transition: .5s;
}
.dropmenu li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}



.hdrSecChikara_new #gNav li {
	position: relative;
	float: left;
	width: 154px;
	height: 88px;
}


#header .hdrSecChikara {
	position: relative;
	clear: both;
	width: 970px;
	height: 88px;
	margin: 0 auto;
	z-index: 10;
}
#header .hdrSecChikara:after {
	content: '';
	clear: both;
}

#header .hdrSecChikara a {
	position: relative;
	display: block;
	height: 88px;
	background: url(../images/common/gNav.gif) 0 0 no-repeat;
	font-size: 10px;
	text-indent: 200%;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	z-index: 1;
}
#header .hdrSecChikara h1 {
	float: left;
	width: 200px;
}
.hdrSecChikara #gNav li {
	position: relative;
	float: left;
	width: 154px;
	height: 88px;
}

#header .hdrSecChikara h1 a {
	background-position: 0 0;
}
.hdrSecChikara #gNav li.gn1 a {
	background-position: -200px 0;
}
.hdrSecChikara #gNav li.gn2 a {
	background-position: -354px 0;
}
.hdrSecChikara #gNav li.gn3 a {
	background-position: -508px 0;
}
.hdrSecChikara #gNav li.gn4 a {
	background-position: -662px 0;
}
.hdrSecChikara #gNav li.gn5 a {
	background-position: -816px 0;
}

#header .hdrSecChikara h1 a:hover {
	background-position: 0 -88px;
}
.hdrSecChikara #gNav li.gn1 a:hover,
.hdrSecChikara #gNav li.gn1 a.active {
	background-position: -200px -88px;
}
.hdrSecChikara #gNav li.gn2 a:hover,
.hdrSecChikara #gNav li.gn2 a.active {
	background-position: -354px -88px;
}
.hdrSecChikara #gNav li.gn3 a:hover,
.hdrSecChikara #gNav li.gn3 a.active {
	background-position: -508px -88px;
}
.hdrSecChikara #gNav li.gn4 a:hover,
.hdrSecChikara #gNav li.gn4 a.active {
	background-position: -662px -88px;
}
.hdrSecChikara #gNav li.gn5 a:hover,
.hdrSecChikara #gNav li.gn5 a.active {
	background-position: -816px -88px;
}


.hdrSecChikara #gNav li.gn2 > a:before,
.hdrSecChikara #gNav li.gn3 > a:before,
.hdrSecChikara #gNav li.gn5 > a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
	height: 6px;
	background: url(../images/common/arrow_s_03.png) 50% 0 no-repeat;
	opacity: 0.5;
	z-index: 10;
}
.hdrSecChikara #gNav li.gn2 > a:hover:before,
.hdrSecChikara #gNav li.gn3 > a:hover:before,
.hdrSecChikara #gNav li.gn5 > a:hover:before,
.hdrSecChikara #gNav li.gn2 > a.active:before,
.hdrSecChikara #gNav li.gn3 > a.active:before,
.hdrSecChikara #gNav li.gn5 > a.active:before {
	opacity: 1;
} 

/* sub */
.hdrSecChikara #gNav li .subNav {
	position: absolute;
	top: 94%;
	top: 50%;
	visibility: hidden;
  	opacity: 0;
	
	/* -webkit-transition: visibility 0s, opacity 0s, top 0s;
	-moz-transition: visibility 0s, opacity 0s, top 0s;
	transition: visibility 0s, opacity 0s, top 0s; */

	-webkit-transition: visibility 0s, opacity 0.5s, top 0.5s;
	-moz-transition: visibility 0s, opacity 0.5s, top 0.5s;
	transition: visibility 0s, opacity 0.5s, top 0.5s;
	/* padding-top: 5px; */
	z-index: 0;
}
.hdrSecChikara #gNav li .subNav.subR {
	right: 0;
}

.hdrSecChikara #gNav li .subNav li {
	positon: relative;
	float: none;
	width: auto;
	height: auto;
	border-bottom: 1px solid #666;
}

.hdrSecChikara #gNav li .subNav li a {
	height: auto;
	padding: 1em 1.5em;
	background: #666;
	font-size: 13px;
	text-indent: 0;
	color: #fff;
}
.hdrSecChikara #gNav li .subNav li a:before {
	content: url(../images/common/arrow_s_02.png);
	display: inline;
	margin-right: 0.5em;
	vertical-align: middle;
}
.hdrSecChikara #gNav li .subNav li a:hover,
.hdrSecChikara #gNav li .subNav li a.active {
	background: #999;
}
.hdrSecChikara #gNav li .subNav li:hover {
	/*-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);*/
	z-index:10;
	/*-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;*/
}

.hdrSecChikara #gNav li .subNav.showmenu {
	top: 100%;
	visibility: visible;
	opacity: 1;
	/*-webkit-transition: visibility 0s, opacity 0.3s, top 0.5s 0.1s;
	-moz-transition: visibility 0s, opacity 0.3s, top 0.5s 0.1s;
	transition: visibility 0s, opacity 0.3s, top 0.5s 0.1s;
	padding-top: 5px;*/
	z-index: 0;
}



	/*-------
	#SP footer
	---------*/

	#footer {
		margin-top: 0px;
	}
	#pagetop,#footer_pagetop {
		display: none;
	}
	.ftrSec01 {
		display: none;
	}

	.ftrSec02 .inWrap,
	.ftrBottom .inWrap,
	#copy {
		width: 970px;
	}
	.ftrSec02 .inWrap {
		padding: 15px 0 18px;
	}
	.ftrSec02 ul {
		text-align: center;
	}
	.ftrSec02 ul li {
		display: block;
		float: left;
		margin-bottom: 5px;
	}
	.ftrSec02 ul li a {
		padding: 0 14px;
	}
	
	#pageTop a {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}

	.ftrBottom .inBnr {
		width: 500px;
		float: left;
	}
	.ftrBottom .fb {
		width: 465px;
		float: right;
	}

	.ftrBottom ul {
		margin-right: 0;
		text-align: center;
	}
	.ftrBottom ul li {
		display: block;
		width: 160px;
		float: left;
		margin: 0 0.4em 10px 0;
		text-align: center;
		font-size: 84.6%;
	}
	.ftrBottom ul li img {
		margin: 0 0 5px 0;
		display: block;
	}
	.ftrBottom ul li span {
		margin-left: -8px;
	}
	#copy {
		font-size: 92.3%;
		text-align: left;
		margin: 0 auto;
	}
	.ftrBottom .fb {
		display: block;
	}



/*-------
#main
---------*/
#brand #container {
	/*position: relative;*/
	width: 100%;
	min-width: 1010px;
	background: #fff;
	font-size: 14px;
	line-height: 1.7;
	overflow: hidden;
}

#brand #mainContainer {
	/*position: relative;
	width: 1680px;
	left: 50%;
	margin-left: -840px;*/
}

/* common */

#brand #container p {
	margin: 1em 0;
	font-size:200%;
}

#brand #container img {
	max-width: none;
}

#brand #container figcaption {
	margin: 0;
}

#brand #container strong {
	font-weight: bold;
	color: #000;
}

#brand #container small {
	font-size: 12px;
	color: #646464;
}

#brand #container .moreinfo {
	position: relative;
	margin: 30px auto 20px auto;
	background: #fff;
	color: #f00;
	text-align: center;
	overflow: hidden;
}
#brand #container .moreinfo a {
	position: relative;
	display: block;
	height: 100%;
	padding: 0.6em 2em;
	border: 1px solid #f00;
	color: #f00;
	font-size: 240%;
	text-decoration: none;
}
#brand #container .moreinfo a:hover {
	color: #fff;
	-webkit-transition: color 0, background 0.3s 0.1s;
	-moz-transition: color 0,  background 0.3s 0.1s;
	transition: color 0,  background 0.3s 0.1s;
}
#brand #container .moreinfo a:before {
	display: inline;
	content: url(../images/common/arrow_b_01.png);
	vertical-align: middle;
	margin-right: 12px;
}
#brand #container .moreinfo a:hover:before {
	content: url(../images/common/arrow_b_02.png);
}
/* #brand #container .moreinfo a:after {
	display: inline-block;
	content: '▲';
	margin-left: 0.5em;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
} */


#brand #container .moreinfo:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	border: none;
	box-sizing: border-box;
	background: #fff;
}
#brand #container .moreinfo:hover:before {
	width: 100%;
	background: #f00;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}



#brand #container .inlinebtn {
	display: inline-block;
	color: #fff;
	text-align: center;
}
#brand #container .inlinebtn a {
	display: block;
	height: 100%;
	padding: 0.5em 1.2em;
	background-color: #646464;
	color: #fff;
	text-decoration: none;
}
#brand #container .inlinebtn a:hover {
	background-color: #999;
}
#brand #container .inlinebtn a:before {
	display: inline;
	content: url(../images/common/arrow_s_02.png);
	vertical-align: middle;
	margin-right: 0.5em;
}
/*#brand #container .inlinebtn a:after {
	display: inline-block;
	content: '▲';
	margin-left: 0.5em;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}*/




/* inner */
#brand #container .inner {
	/*position: relative;*/
	width: 970px;
	margin: 0 auto;
	padding: 65px 20px;
	color: #646464;
}
#brand #container .inner.over {
	/*position: absolute;
	top: 0;
	left: 50%;
	margin-left: -505px;*/
}
#brand #container .inner.vh_center {
	position: absolute;
	display: table;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	margin: auto;
	padding: 0 !important;
	text-align: center;
}
#brand #container .inner.pt_0 {
	padding-top: 0;
}
#brand #container .inner.pt_half {
	padding-top: 30px;
}
#brand #container .inner.p_half {
	padding: 30px 0;
}

/* mainHeader */
#brand #mainHeader {
	clear: both;
	position: relative;
	width: 100%;
	/*font-size: 300%;*/
	line-height: 1.7;
}

#brand .title {
	width: 970px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
	line-height: 0;
}
.museum #mainHeader #mainimg img {width:100%!important;}
#brand #mainHeader .inner {
	padding: 0 20px 20px;
	color: #333;
	background:#cfcfcf;
}
.flow01 {
	border:1px solid #333;
	padding:10px;
	width:100%;
	text-align:center;
}
.flow02::after {
  content: "";
  display: block;
  clear: both;
	width:100%;

}

.flow02 .group {
	width:40%;
	float:left;
	border:1px solid #333;
	padding:10px;
	text-align:center;
}
.flow02 .private {
	width:40%;
	float:right;
	border:1px solid #333;
	padding:10px;
	text-align:center;
}

.arrow1{
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color:  transparent transparent #565656 #565656;
  transform: rotate(-45deg);
  margin:0 auto 10px;
}
.tourimg li {
	    display: inline-block;
}
#brand #mainHeader .colL {
	/*width: 47%;*/
	margin-top: 50px;
}

#brand #mainHeader .submenu {
	list-style: none;
	width: 1005px;
	margin: 30px 0;
	padding: 0;
	font-size: 120%;
}
#brand #mainHeader .submenu li {
	/*float: left;*/
	/*width: 300px;*/
	margin: 10px 35px 10px 0;
	border-radius: 25px;
	background-color: #646464;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
}
#brand #mainHeader .submenu li.li_div4 {
	width: 213px;
}
#brand #mainHeader .submenu a {
	display: block;
	height: 100%;
	padding: 10px 20px;
	border-radius: 25px;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
}
#brand #mainHeader .submenu a:hover {
	background-color: #8e8e8e;
}
#brand #mainHeader .submenu a:before {
	display: inline;
	content: url(../images/common/arrow_b_03.png);
	vertical-align: middle;
	margin-right: 12px;
	/* margin-left: -12px; */
}

#brand #container #creation1 li, #brand #container #creation2 li, #brand #container #creation3 li, #brand #container #creation4 li, #brand #container #creation5 li {
	display:none;
}

/* section */
#brand #container .sec {
	clear: both;
	position: relative;
	width: 100%;
}
#brand #container .sec.bg_gray,
#brand #container .bg_gray {
	background-color: #ebebeb;
}
#brand #container .bg_white {
	background-color: #fff;
}

.chikaraTop .sec h2 {
	margin: 0 0 30px 0;
position: absolute;
    top: 90px;
    left: 400px;
}

#brand #container .sec h3 {
	margin: 1em 0 0.5em 0;
	font-size: 330%;
	color: #000;
	line-height: 1.4;
}
#brand #container .sec h4 {
	margin: 0 0 0.5em 0;
	font-size: 16px;
	color: #333;
	line-height: 1.4;
}
#brand #container .sec h5 {
	margin: 0 0 0.5em 0;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	line-height: 1.4;
}
#brand #container .sec .color_white h3 {
	color: #000;
}
#brand #container .sec .color_gray h3 {
	color: #646464;
}

#brand #container .sec ul {
	list-style: disc;
	margin: 1em 0 2em 0;
	padding-left: 1.5em;
}
#brand #container .sec li {
	margin: 0.5em 0;
}
#brand #container .sec ul.type_square {
	list-style: square;
}

#brand #container .sec .hgroup {
	margin: 0 0 40px 0;
}
#brand #container .sec .hgroup h2 {
	margin: 0 0 30px 0;
	padding: 25px 50px;
	text-align: center;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	font-size:20pt;
	color:#ff0000;
	font-weight:bold;
}
#brand #container .sec .hgroup p {
	margin: 1em 0;
	font-size: 16px;
}

#brand #container .sec .bgimg {
	position: relative;
}



#brand #container .sec .box_L p{
}
#brand #container .sec .box_R {
	/*float: right;
	width: 300px;*/
}

#brand #container .inner > figure {
	margin: 3em auto;
}

#brand #container ol {
	list-style: decimal;
	padding-left: 2em;
}
#brand #container ol li {
	margin-left: 1.7em;
}
#brand #container dt {
	/*margin-bottom: 0.5em;*/
	margin: 1em 0 0.5em 0;
	color: #333;
	font-weight: bold;
}
#brand #container dd {
	margin-bottom: 1.5em;
}

#brand #container .liitem dd {
	display: list-item;
	list-style: disc;
	/*margin-left: 2em;*/
	margin: 0.5em 0 0.5em 2em;
}

#brand #container .table,
#brand #container .table2 {
	display: table;
	width: 100%;
	margin: 50px 0;
	border-collapse: collapse;
}
#brand #container .tr {
	display: table-row;
}
#brand #container .table figure,
#brand #container .table .tc,
#brand #container .table2 figure,
#brand #container .table2 .tc {
	display: table-cell;
	vertical-align: middle;
}
#brand #container .table .tc.colL {
	padding-right: 50px;
}
#brand #container .table .tc.colR {
	padding-left: 50px;
}

#brand #container .table2 .tc.colL {
	width: 450px;
	padding-right: 35px;
}
#brand #container .table2 .tc.colR {
	width: 450px;
	padding-left: 35px;
}
#brand #container .table h3,
#brand #container .table2 h3 {
	margin-top: 0;
}

#brand #container .boxLR {
	clear: both;
	margin: 3em 0 0 0;
}
#brand #container .boxLR:after {
	content: "";
	display: table;
	clear: both;
}
#brand #container .boxLR .colL {
	/*float: left;
	width: 450px;*/
	margin-bottom: 1em;
}
#brand #container .boxLR .colR {
	/*float: right;
	width: 450px;*/
	margin-bottom: 1em;
}
#brand #container .boxLR p:first-child {
	margin-top: 0;
}
#brand #container .boxLR img {
	width: 100%;
	margin-bottom: 1em;
}
#brand #container .boxLR h3 {
	margin-top: 0;
}





/*--------------
parts
---------------*/

/**/
#brand #container .ta_center {
	text-align: center;
}
#brand #container .h_txt {
	margin: 30px 0;
	font-size: 166%;
	font-weight: bold;
	color: #646464;
}
#brand #container .h_txt2 {
	margin: 1em 0;
	font-size: 25px;
}
#brand #container .lead_txt {
	margin: 1.5em 0;
	font-size: 240%;
	line-height: 1.7;
	color: #333;
}

#brand #container * .color_white {
	color: #000 !important;
}
#brand #container * .color_gray {
	color: #646464 !important;
}
#brand #container * .color_red {
	color: #f00 !important;
}

#brand #container .t_bold {
	font-weight: bold;
}
#brand #container .t_shadow {
	/*text-shadow: 0 0 6px #000;*/
}


/**/
#brand #container .txtbg {
	padding: 10px 20px;
	box-sizing: border-box;
	background-color: #646464;
	color: #fff;
	font-size: 16px;
}
#brand #container .txtbg_round {
	padding: 10px 20px;
	border-radius: 25px;
	box-sizing: border-box;
	background-color: #646464;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
#brand #container .txt_borderred {
	padding: 1em 2em;
	border: 1px solid #f00;
	color: #f00;
	line-height: 1.4;
}


/* chikara common */

#brand #container #mainContainer.chikara #mainHeader h1.title.v_top {
	position: absolute;
	display: table;
	top: 40px;
	width: 100%;
	margin: auto;
	padding: 0;
	text-align: center;
}
#brand #container #mainContainer #mainHeader h1.title.vh_center {
	position: absolute;
	display: table;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	margin: auto;
	padding: 0;
	text-align: center;
}

.chikara .sec.arrow_gray:after {
	content: url('../images/quest/history/arrow-gray.png');
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -93px;
	z-index: 10;
}

.chikara .sec.arrow_white:after {
	content: url('../images/quest/history/arrow-white.png');
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -93px;
	z-index: 10;
}

#brand #container .sec.arrow_gray .inner,
#brand #container .sec.arrow_white .inner {
	padding-top: 100px;
}


.chikara .sec .step {
	display: table;
	border-collapse: collapse;
	width: 100%;
	margin: 1em auto;
	background-color: #646464;
}
.chikara .sec .step .colL,
.chikara .sec .step .colR {
	display: table-cell;
	width: 50%;
	padding: 20px 40px;
	box-sizing: border-box;
	color: #fff;
	vertical-align: middle;
}
#brand #container .chikara .sec .step h4 {
	display: table-caption;
	margin: 0;
	padding: 10px;
	border-bottom: 3px solid #dcdcdc;
	background-color: #646464;
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 1.3;
}
.chikara .sec .step .colL {
	font-size: 20px;
}
.chikara .sec .step_arrow {
	margin: 20px auto;
	text-align: center;
}

/* Chikara Home */
#brand #container #mainContainer.chikaraHome .title.vh_center {
	position: absolute;
	display: table;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	margin: auto;
	padding: 0;
	text-align: center;
}
#brand #container #mainContainer.chikaraHome #mainHeader .lead_txt {
	position: absolute;
	display: table;
	bottom: 35px;
	width: 100%;
	margin: auto;
	padding: 0;
	text-align: center;
	opacity: 0;
}
#brand #container #mainContainer.chikaraHome #mainHeader.on .lead_txt {
	opacity: 1;
	-webkit-transition: all 0.7s 1.5s;
	-moz-transition: all 0.7s 1.5s;
	transition: all 0.7s 1.5s;
}

#brand #container #mainContainer.chikaraHome #mainHeader h1 {
	position: absolute;
	display: table;
	top: 265px;
	width: 100%;
	margin: auto;
	padding: 0;
	text-align: center;
}

#brand #container #mainContainer.chikaraHome .sec h2 {
	opacity: 0;
}
#brand #container #mainContainer.chikaraHome .sec.on h2 {
	opacity: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}



/**/
#introcircle {
	position: relative;
	width: 646px;
	height: 570px;
	margin: 0 auto;
	text-align: center;
}

#introcircle .circleline {
	position: absolute;
	top: 112px;
	left: 103px;
	width: 435px;
	height: 435px;
}
#introcircle #circleline1 {
	clip:rect(326px,218px,326px,0);
}
#introcircle #circleline2 {
	clip:rect(0,435px,0,217px);
}
#introcircle #circleline3 {
	clip:rect(326px,435px,504px,435px);
}

.on #introcircle #circleline1 {
	clip:rect(0,218px,326px,0);
	-webkit-transition: clip 1s 0.7s;
	-moz-transition: clip 1s 0.7s;
	transition: clip 1s 0.7s;
}
.on #introcircle #circleline2 {
	clip:rect(0,435px,326px,217px);
	-webkit-transition: clip 1s 0.7s;
	-moz-transition: clip 1s 0.7s;
	transition: clip 1s 0.7s;
}
.on #introcircle #circleline3 {
	clip:rect(326px,435px,504px,0);
	-webkit-transition: clip 1s 0.7s;
	-moz-transition: clip 1s 0.7s;
	transition: clip 1s 0.7s;
}

#introcircle .ball {
	opacity: 0;
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform: scale(0.8);
}
#introcircle #intro_chikara1 {
	position: absolute;
	top: 7px;
	width: 100%;
	text-align: center;
}
#introcircle #intro_chikara2 {
	position: absolute;
	bottom: 0;
	left: 5px;
	text-align: center;
}
#introcircle #intro_chikara3 {
	position: absolute;
	bottom: 0;
	right: 5px;
	text-align: center;
}

.on #introcircle #intro_chikara1,
.on #introcircle #intro_chikara2,
.on #introcircle #intro_chikara3 {
	opacity: 1;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform: scale(1);
}
.on #introcircle #intro_chikara1 {
	-webkit-transition: all 0.4s cubic-bezier(.09,.62,.68,1.29);
	-moz-transition: all 0.4s cubic-bezier(.09,.62,.68,1.29);
	transition: all 0.4s cubic-bezier(.09,.62,.68,1.29);
}
.on #introcircle #intro_chikara2 {
	-webkit-transition: all 0.4s cubic-bezier(.09,.62,.68,1.29) 0.2s;
	-moz-transition: all 0.4s cubic-bezier(.09,.62,.68,1.29) 0.2s;
	transition: all 0.4s cubic-bezier(.09,.62,.68,1.29) 0.2s;
}
.on #introcircle #intro_chikara3 {
	-webkit-transition: all 0.4s cubic-bezier(.09,.62,.68,1.29) 0.3s;
	-moz-transition: all 0.4s cubic-bezier(.09,.62,.68,1.29) 0.3s;
	transition: all 0.4s cubic-bezier(.09,.62,.68,1.29) 0.3s;
}


#introcircle h1 {
	opacity: 0;
}
.on #introcircle h1 {
	opacity: 1;
	-webkit-transition: all 0.7s 1.5s;
	-moz-transition: all 0.7s 1.5s;
	transition: all 0.7s 1.5s;
}


/* Chikara top */
#brand #container #mainContainer.chikaraTop #mainHeader h1.title {
	position: absolute;
	display: table;
	top: 123px;
	width: 100%;
	margin: auto;
	padding: 0;
	text-align: center;
}
#brand #container #mainContainer.chikaraTop #mainHeader h1.title {
	opacity: 0;
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform: scale(0.8);
}
#brand #container #mainContainer.chikaraTop #mainHeader.on h1.title {
	opacity: 1;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s cubic-bezier(.09,.62,.68,1.29);
	-moz-transition: all 0.4s cubic-bezier(.09,.62,.68,1.29);
	transition: all 0.4s cubic-bezier(.09,.62,.68,1.29);
}



#brand #container #mainContainer.chikaraTop .sec .hgroup {
	margin: 0 auto;
}
#brand #container #mainContainer.chikaraTop .sec .hgroup h2 {
	margin: 0 auto;
}


#brand #container .chikaraTop .txtbg_round {
	width: 300px;
	box-sizing: border-box;
}

#brand #container .chikaraTop .moreinfo {
	opacity: 0;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px); 
}
#brand #container .chikaraTop .moreinfo.on {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}




/* chikara */
#brand #container .sec .bx-wrapper {
  position: relative;
  margin: 0 auto 1em;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
#brand #container .sec .bx-wrapper img {
  max-width: 100%;
  display: block;
  margin-bottom: 0;
}
#brand #container .sec .bxslider {
  margin: 0;
  padding: 0;
}
#brand #container .sec ul.bxslider {
  list-style: none;
}
#brand #container .sec .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
#brand #container .sec .bx-wrapper .bx-pager,
#brand #container .sec .bx-wrapper .bx-controls-auto {
  /* position: absolute;
  bottom: -30px;
  width: 100%; */
}
/**/
#brand #container .sec .bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../js/lib/bxslider/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/**/
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #666;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}


/**/
#brand #container .sec .slider {
	list-style: none;
	margin: 0;
	padding: 0;
}

#brand #container .sec .slider li {
	margin: 0;
	padding: 0;
}


/* history */
 #brand #container .sec.sec_nendai .inner {
 	opacity: 0;
 }
 #brand #container .sec.sec_nendai.on .inner {
	opacity: 1;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}


/* museum */
#brand #container .museum .sec .boxLR {
	position: relative;
	clear: both;
	margin: 1em 0 0 0;
}
#brand #container .museum .sec .boxLR .colL {
	/*float: left;
	width: 430px;*/
	margin-bottom: 0;
}
#brand #container .museum .sec .boxLR .colR {
	/*float: right;
	width: 485px;*/
	margin-bottom: 0;
}
#brand #container .museum .sec .boxLR .colR2 {
	/*float: right;
	width: 540px;*/
	margin-bottom: 0;
}
#brand #container .museum .sec .boxLR .colR2 img {
	margin: 0;
}


#brand #container .museum .sec .boxLR02 {
	position: relative;
	clear: both;
	margin: 1em 0 0 0;
}
#brand #container .museum .sec .boxLR02 .colL {
	/*float: left;
	width: 640px;*/
	margin-bottom: 0;
}
#brand #container .museum .sec .boxLR02 .colR {
	/*float: right;
	width: 200px;*/
	margin-bottom: 0;
}
#brand #container .museum .sec .boxLR02 .colR2 {
	/*float: right;
	width: 600px;*/
	margin-bottom: 0;
}
#brand #container .museum .sec .boxLR02 .colR2 img {
	margin: 0;
}
#brand #container .boxLR02 img {
	margin-bottom: 1em;
}

#brand #container .museum .sec .boxLR p {
	margin-bottom: 1.5em;
}

#brand #container .museum .sec .boxLR .colL img.p_bottom {
	position: absolute;
	width: inherit;
	bottom: 40px;
}
#brand #container .museum .sec h2 {
	border-bottom: 1px solid #646464;
	font-size: 24px;
	font-weight: bold;
}
#brand #container .museum .sec h3 {
	margin: 1em 0;
}
#brand #container .museum .sec h4 {
	margin: 2em 0 1em 0;
	font-weight: bold;
	color: #646464;
}
#brand #container .museum ol {
	padding-left: 2em;
}
#brand #container .museum table.tbl01 {
	margin: 1em 0;
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #646464;
	border-bottom: 1px solid #646464;
}
#brand #container .museum table.tbl01 th,
#brand #container .museum table.tbl01 td {
	vertical-align: middle;
	border-left: 1px solid #646464;
	border-top: 1px solid #646464;
}
#brand #container .museum table.tbl01 th {
	width: 22%;
	padding: 0.6em 1em;
	background-color: #c8c8c8;
	text-align: center;
}
#brand #container .museum table.tbl01 td {
	padding: 0.6em 2em 0.6em 4em; 
}

#brand #container .museum .map {
	padding: 20px;
	border: 1px solid #646464;
}
#brand #container .museum .map .colL {
	float: left;
}
#brand #container .museum .map .colR {
	float: right;
	width: 38%;
}
#brand #container .museum .map:after {
	content: '';
	display: table;
	clear: both;
}
#brand #container .museum .map dl {
	border: 1px solid #646464;
	border-top: none;
}
#brand #container .museum .map dt {
	margin: 0;
	padding: 0.6em 1em;
	background-color: #c8c8c8;
	border-top: 1px solid #646464;
	border-bottom: 1px solid #646464;
	text-align: center;
}
#brand #container .museum .map dd {
	margin: 0;
	padding: 1em;
}

/* ----------------------------------------

- Table Style

---------------------------------------- */

/* tbl
------------------------------- */
.tbl01,
.tbl02,
.tbl03,
.tbl04,
.tbl05,
.tbl06,
.tbl07{
	width: 100%;
	margin-bottom: 20px;
	background:#ffffff;
}
.tbl01 th,.tbl02 th,.tbl03 th,.tbl06 th,
.tbl01 td,.tbl02 td,.tbl03 td {
	padding: 12px 15px;
	border: 1px solid #ccc;
	vertical-align: top;
}
.tbl01 th {
	background-color: #f1f1f1;
	text-align: center;
	border-right: none;
}
.tbl02 th {
	background-color: #f1f1f1;
	text-align: center;
	font-weight:bold;
}
.tbl03 th {
	background-color: #888888;
	font-weight:bold;
	color:#ffffff;
}
.tbl07 th {
	background-color: #f1f1f1;
	border-right: none;
	font-weight:bold;
	border-bottom: 2px solid #fff;
	border-right: 1px solid #fff;
}

.tbl01 td {
	border-left: none;
}
.tbl04 td {
	vertical-align: top;
	padding-bottom:4px;
}
.tbl07 td {
	vertical-align: top;
}
.tbl07 th ,
.tbl07 td  {
	padding:18px;
}

.tbl05 th, .tbl05 td {padding:2px; border-bottom:1px solid #eee;}
.tbl05 th {text-align:right!important;}
	.tbl01 th,.tbl02 th,.tbl03 th,.tbl04 th,
	.tbl01 td,.tbl02 td,.tbl03 td,.tbl04 td {
		font-size: 12px;
		padding: 10px;
	}
.tbl07 th ,
.tbl07 td  {
	padding:4px;

}
.tbl06 {width:100%;}
.tbl06 th {width:30%;}
.tbl06 td {width:70%; padding: 12px 15px;
	border: 1px solid #ccc;
}


table th,
table td {
	-ms-word-break: break-all;
	word-break: break-all;
	word-wrap: break-word
}

	.spColClear,
	.spColClear tr,
	.spColClear th,
	.spColClear td {
		display: block;
	}
	.spColClear th {
		padding-bottom: 0 !important;
	}
	.spColClear td {
		margin-bottom: 5px;
	}
	#google_translate_element {background:#ececec; padding:10px;}


/* col
------------------------------- */
.colW05 { width: 5%;}
.colW08 { width: 8%;}
.colW10 { width: 10%;}
.colW15 { width: 15%;}
.colW20 { width: 20%;}
.colW25 { width: 25%;}
.colW30 { width: 30%;}
.colW35 { width: 35%;}
.colW40 { width: 40%;}
.colW45 { width: 45%;}
.colW50 { width: 50%;}
.colW60 { width: 60%;}
.colW70 { width: 70%;}

#links h4{
	padding-bottom:2px;
	padding-right:6px;
	border-bottom:1px solid #ddd;
	margin-bottom:4px;
	font-weight:bold;
}

#links ul {
	padding-bottom: 5px;
}
#links ul li {
	width: 160px;
	float: left;
	margin: 0 0.4em 10px 0;
	text-align: center;
	font-size: 84.6%;
	list-style-type:none;
}
#links ul li img {
	margin-bottom: 5px;
	display: block;
}
#links ul li span {
	margin-left: -8px;
}

.sp_none {display:none;}

}/******************SP end***********************/



table#plan th{border-bottom:1px solid #333;}
