@charset "utf-8";

/* ----------------------------------------
  Base Style Seet

	1- 1. layout
	1- 2. header
	1- 3. groval nav
	1- 4. sidebar
	1- 5. footer
	1- 6. link
	1- 7. nav icon
	1- 8. head
	1- 9. text, emphasis
	1-10. list
	1-11. common box
	1-12. breadcramb
	1-13. table
---------------------------------------- */

body {
  font-size: 12px;
  color: #433c3e;
  line-height: 1.6;
  background: #fff;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ,
    Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}

* html body {
  font-size: 75%;
  box-sizing: border-box;
}

header,
footer,
nav,
section,
article,
figure,
aside {
  display: block;
}

div,
span,
section,
ul,
li,
p,
dl,
dt,
dd,
header,
footer,
aside,
article,
a,
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  display: block;
  width: 100%;
}

button img {
  vertical-align: middle;
}

img {
  height: auto;
}

#contents img {
  width: 100%;
}

footer {
  margin-top: 60px;
  background: #0174b3;
}

/* ----------------------------------------
  2-1. layout
---------------------------------------- */

header {
  position: fixed;
  top: 0px;
  background: #fff;
  height: 78px;
  width: 100%;
  z-index: 50;
  border-bottom: 2px solid #e6ebee;
  box-sizing: border-box;
}

#container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 77px;
}

article {
}

footer {
}

/* ----------------------------------------
  2-2. header
---------------------------------------- */

header h1 a img {
  float: left;
  width: auto;
  height: 76px;
  margin-left: 4px;
}

header img {
  float: right;
  height: 76px;
}

#btnMenu {
  border-left: 1px solid #fff;
  z-index: 200;
}

/* ----------------------------------------
  2-3. groval nav
---------------------------------------- */

#gNav {
  position: fixed;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  left: 100%;
  top: 0px;
  width: 100%;
  z-index: 200;
  overflow: auto;
}

#gNav.open {
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  left: 0;
}

#btnClose {
  position: absolute;
  height: 76px;
  right: 0px;
  top: 0px;
}

#gNav > ul {
  padding-top: 76px;
  width: 100%;
}

#gNav > ul > li {
}
#gNav > ul > li > a {
  display: block;
  height: 56px /*60px*/;
  line-height: 56px /*60px*/;
  font-weight: bold;
  font-size: 14px;
  padding-left: 2em;
  text-decoration: none;
  background: url(../img/common/icon_submenu.png) no-repeat 95% center #f7f9fa;
  background-size: 20px;
}
#gNav > ul > li > a.open {
  background: url(../img/common/icon_submenu_on.png) no-repeat 95% center #f7f9fa;
  background-size: 20px;
}
#gNav > ul > li:nth-child(2n + 1) a {
  background-color: #fff;
}

#gNav > ul > li > ul.subMenu {
  display: none;
  background-color: #fff;
  padding-top: 10px;
}

#gNav > ul > li > ul.subMenu li {
}
#gNav > ul > li > ul.subMenu li a,
#gNav > ul > li > ul.subMenu li span {
  display: block;
  height: 40px;
  line-height: 1.3;
  background-size: 14px;
  text-decoration: none;
  font-size: 14px;
  padding: 11px 0 0 4.5em;
}

#gNav > ul > li.menu1 a,
#gNav > ul > li.menu1 span {
  color: #f472a3;
}
#gNav > ul > li.menu2 a,
#gNav > ul > li.menu2 span {
  color: #2dbfe5;
}
#gNav > ul > li.menu3 a,
#gNav > ul > li.menu3 span {
  color: #a1e118;
}
#gNav > ul > li.menu4 a,
#gNav > ul > li.menu4 span {
  color: #fa8a8c;
}
#gNav > ul > li.menu5 a,
#gNav > ul > li.menu5 span {
  color: #7a94dd;
}
#gNav > ul > li.menu6 a,
#gNav > ul > li.menu6 span {
  color: #f5b775;
  background-image: none;
}
#gNav > ul > li.menu7 a,
#gNav > ul > li.menu7 span {
  color: #80c498;
}
#gNav > ul > li.menu8 a,
#gNav > ul > li.menu8 span {
  color: #d096d5;
  background-image: none;
}
#gNav > ul > li.menu9 a,
#gNav > ul > li.menu9 span {
  color: #0174b3;
}
#gNav > ul > li.menu10 a,
#gNav > ul > li.menu10 span {
  color: #052052;
  background-image: none;
}
#gNav > ul > li.menu11 a,
#gNav > ul > li.menu11 span {
  color: #ffa4c9;
  background-image: none;
}

#gNav > ul > li > ul.subMenu li span {
  opacity: 0.6;
}

#gNav > ul > li.menu1 > ul.subMenu li span,
#gNav > ul > li.menu1 > ul.subMenu li a {
  background: url(../img/about/icon_circle.png) no-repeat 3em center #fff;
  background-size: 14px;
}
#gNav > ul > li.menu2 > ul.subMenu li span,
#gNav > ul > li.menu2 > ul.subMenu li a {
  background: url(../img/ticket/icon_circle.png) no-repeat 3em center #fff;
  background-size: 14px;
}
#gNav > ul > li.menu3 > ul.subMenu li span,
#gNav > ul > li.menu3 > ul.subMenu li a {
  background: url(../img/exhibition/icon_circle.png) no-repeat 3em center #fff;
  background-size: 14px;
}
#gNav > ul > li.menu4 > ul.subMenu li span,
#gNav > ul > li.menu4 > ul.subMenu li a {
  background: url(../img/main/icon_circle.png) no-repeat 3em center #fff;
  background-size: 14px;
}
#gNav > ul > li.menu5 > ul.subMenu li span,
#gNav > ul > li.menu5 > ul.subMenu li a {
  background: url(../img/business/icon_circle.png) no-repeat 3em center #fff;
  background-size: 14px;
}
#gNav > ul > li.menu6 > ul.subMenu li span,
#gNav > ul > li.menu6 > ul.subMenu li a {
  background: url(../img/family/icon_circle.png) no-repeat 3em center #fff;
  background-size: 14px;
}
#gNav > ul > li.menu7 > ul.subMenu li span,
#gNav > ul > li.menu7 > ul.subMenu li a {
  background: url(../img/stage/icon_circle.png) no-repeat 3em center #fff;
  background-size: 14px;
}
#gNav > ul > li.menu8 > ul.subMenu li span,
#gNav > ul > li.menu8 > ul.subMenu li a {
  background: url(../img/goods/icon_circle.png) no-repeat 3em center #fff;
  background-size: 14px;
}
#gNav > ul > li.menu9 > ul.subMenu li span,
#gNav > ul > li.menu9 > ul.subMenu li a {
  background: url(../img/other/icon_circle.png) no-repeat 3em center #fff;
  background-size: 14px;
}

#gNav > ul > li.menu1 a.open {
  background-color: #f472a3;
  color: #fff;
}
#gNav > ul > li.menu2 a.open {
  background-color: #51c5e8;
  color: #fff;
}
#gNav > ul > li.menu3 a.open {
  background-color: #aed657;
  color: #fff;
}
#gNav > ul > li.menu4 a.open {
  background-color: #fa8a8c;
  color: #fff;
}
#gNav > ul > li.menu5 a.open {
  background-color: #7a94dd;
  color: #fff;
}
#gNav > ul > li.menu6 a.open {
  background-color: #f5b775;
  color: #fff;
}
#gNav > ul > li.menu7 a.open {
  background-color: #80c498;
  color: #fff;
}
#gNav > ul > li.menu8 a.open {
  background-color: #d096d5;
  color: #fff;
}
#gNav > ul > li.menu9 a.open {
  background-color: #0174b3;
  color: #fff;
}
#gNav > ul > li.menu10 a.open {
  background-color: #0174b3;
  color: #fff;
}
#gNav > ul > li.menu11 a.open {
  background-color: #ffa4c9;
  color: #fff;
}

#gNav > ul > li.changeLanguage {
  background-color: #fff;
  overflow: hidden;
}
#gNav > ul > li.changeLanguage a,
#gNav > ul > li.changeLanguage span {
  display: inline-block;
  float: left;
  width: 50%;
  text-align: center;
  padding: 0;
  background-image: none;
  background-color: #fff;
  height: 60px;
  padding-top: 24px;
  line-height: 1;
}
#gNav > ul > li.changeLanguage span {
  background-color: #1075b1;
}
#gNav > ul > li.changeLanguage img {
  height: 12px;
  width: auto;
}

#cover {
  position: fixed;
  opacity: 0.5;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}

#subMenu {
  display: none;
  padding-bottom: 15px;
}
#subMenu li {
}
#subMenu li a,
#subMenu li span {
  display: block;
  background: url(../img/common/icon_whitecircle.png) no-repeat 5% 20px;
  background-size: 14px;
  padding: 15px 0 15px 10%;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

#catAbout #subMenu {
  background-color: #f671a3;
}
#catTicket #subMenu {
  background-color: #51c5e8;
}
#catExhibition #subMenu {
  background-color: #aed657;
}
#catNews #subMenu {
  background-color: #0276b1;
}
#catMain #subMenu {
  background-color: #fa8a8c;
}
#catFamily #subMenu {
  background-color: #f5b775;
}
#catBusiness #subMenu {
  background-color: #7a94dd;
}
#catStage #subMenu {
  background-color: #7dc597;
}
#catGoods #subMenu {
  background-color: #62cc98;
}
#catOther #subMenu {
  background-color: #0174b3;
}

/* ----------------------------------------
  2-4. footer
---------------------------------------- */

#footerMenu {
}

#footerMenu ul li {
  width: 25%;
  float: left;
}

#footerTwitter {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#footerTwitter li {
  width: 100%;
}
#footerTwitter li a {
  display: block;
  width: 100%;
  height: 80px;
  background-color: #14bddb;
  text-align: center;
}
#footerTwitter li a img {
  height: 80px;
  width: auto;
}

.footerLink {
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 20px 0;
}
.footerLink li {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #fff;
  line-height: 1.1;
}

#footerGoPC {
  padding-top: 0px;
}
#footerGoPC li {
  padding: 0;
  border: none;
  width: 100%;
}
#footerGoPC li a {
  display: block;
  padding-top: 22px;
  width: 100%;
  text-align: center;
}

.footerLink li:first-child {
  border-left: none;
}

.footerLink li a,
.footerLink li span {
  color: #fff !important;
  text-decoration: none;
}

.footerLink li a.link_close,
.footerLink li span.link_close {
  color: #ccc !important;
  text-decoration: none;
}

.footerLink li a.link_close:hover,
.footerLink li span.link_close:hover {
  cursor: default;
}

#footerSocial {
  height: 60px;
  text-align: center;
  padding-top: 20px;
  border-bottom: 1px solid #fff;
}
#footerSocial li {
  height: 20px;
  line-height: 1;
  display: inline-block;
  width: 110px;
}
#footerSocial li:last-of-type {
  width: 90px;
}
#footerSocial li img {
  width: auto;
  height: 20px;
}

#copyright {
  padding: 2em 2em;
}
#copyright img {
  width: 100%;
}

.footerBnr {
}
.footerBnr li img {
  width: 100%;
}

#gotop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  display: none;
  z-index: 100;
}
#gotop img {
  width: 100%;
}

/* ----------------------------------------
  2-. リンク
---------------------------------------- */

#catAbout a {
  color: #f571a2;
}
#catOther a {
  color: #0077b2;
}

/* ----------------------------------------
  2-. 共通ボックス
---------------------------------------- */

.contentsWrapper {
  margin: 0 10% 2em 10%;
  padding-top: 2em;
}

.contentsWrapperGray {
  background-color: #e6ebee;
  padding: 2em 10% 2em 10%;
}

.contentsWrapperGray2 {
  background-color: #f7f9fa;
  padding: 2em 10% 2em 10%;
}

.titleArea {
  background-color: #e6ebee;
  padding: 8% 10%;
}

.titleArea2 {
  padding: 5% 10%;
}

/* ----------------------------------------
  2-. タイトル
---------------------------------------- */

h2#pageTitle {
}

.contentsWrapper h2 {
  margin: 0 0 1em 0;
}

.circleTitle {
  font-size: 14px;
  padding-left: 20px;
  line-height: 1.1;
}

.circleTitle span {
  font-size: 11px;
}

#catAbout .circleTitle {
  background: url(../img/about/icon_circle.png) no-repeat left 1px;
  background-size: 14px;
  color: #f472a3;
}

#catTicket .circleTitle {
  background: url(../img/ticket/icon_circle.png) no-repeat left 1px;
  background-size: 14px;
  color: #63c4dd;
}

#catExhibition .circleTitle {
  background: url(../img/exhibition/icon_circle.png) no-repeat left 1px;
  background-size: 14px;
  color: #add557;
}

#catBusiness .circleTitle {
  background: url(../img/business/icon_circle.png) no-repeat left 1px;
  background-size: 14px;
  color: #7b92de;
}

#catMain .circleTitle {
  background: url(../img/main/icon_circle.png) no-repeat left 1px;
  background-size: 14px;
  color: #fb8b8b;
}

#catStage .circleTitle {
  background: url(../img/stage/icon_circle.png) no-repeat left 1px;
  background-size: 14px;
  color: #7dc597;
}

#catFamily .circleTitle {
  background: url(../img/family/icon_circle.png) no-repeat left 1px;
  background-size: 14px;
  color: #f5b775;
}

#catGoods .circleTitle {
  background: url(../img/goods/icon_circle.png) no-repeat left 1px;
  background-size: 14px;
  color: #d194d6;
}

#catOther .circleTitle {
  background: url(../img/other/icon_circle.png) no-repeat left 1px;
  background-size: 14px;
  color: #0174b3;
}

#catOther .titleArea .circleAbout {
  background: url(../img/sitemap/icon_about.png) no-repeat left 1px;
  background-size: 14px;
  color: #f472a3;
}

#catOther .titleArea .circleTicket {
  background: url(../img/sitemap/icon_ticket.png) no-repeat left 1px;
  background-size: 14px;
  color: #2dbfe5;
}

#catOther .titleArea .circleExhibition {
  background: url(../img/sitemap/icon_exhibition.png) no-repeat left 1px;
  background-size: 14px;
  color: #a1e118;
}

#catOther .titleArea .circleMain {
  background: url(../img/sitemap/icon_main.png) no-repeat left 1px;
  background-size: 14px;
  color: #fa8a8c;
}

#catOther .titleArea .circleFamily {
  background: url(../img/sitemap/icon_family.png) no-repeat left 1px;
  background-size: 14px;
  color: #f5b775;
}

#catOther .titleArea .circleBusiness {
  background: url(../img/sitemap/icon_business.png) no-repeat left 1px;
  background-size: 14px;
  color: #7a94dd;
}

#catOther .titleArea .circleStage {
  background: url(../img/sitemap/icon_stage.png) no-repeat left 1px;
  background-size: 14px;
  color: #80c498;
}

#catOther .titleArea .circleGoods {
  background: url(../img/sitemap/icon_goods.png) no-repeat left 1px;
  background-size: 14px;
  color: #d096d5;
}

#catOther .titleArea .circleOther {
  background: url(../img/sitemap/icon_other.png) no-repeat left 1px;
  background-size: 14px;
  color: #0174b3;
}
#catOther .titleArea .circleNight {
  background: url(../img/sitemap/icon_ajnight.png) no-repeat left 1px;
  background-size: 14px;
  color: #052052;
}
#catOther .titleArea .circleAccess {
  background: url(../img/sitemap/icon_access.png) no-repeat left 1px;
  background-size: 14px;
  color: #ffa4c9;
}

.titleArea2 h3 {
  font-size: 140%;
  font-weight: bold;
}

#catAbout .titleArea2 h3 {
  color: #f472a3;
}

/* ----------------------------------------
  2-. テキスト
---------------------------------------- */

.contentsWrapper p,
.contentsWrapperGray p {
  margin-bottom: 1em;
}
.pink {
  color: #f571a2;
}
.lightGray {
  color: #858585;
}

.colorMain {
  color: #fb8b8b;
}
.colorGoods {
  color: #d194d6;
}

/* ----------------------------------------
  2-. テーブル
---------------------------------------- */

.tableType1 {
  width: 100%;
}

.tableType1 td {
  padding: 5% 10%;
  background-color: #f2f4f5;
}

.tableType1 tr:nth-child(2n + 1) td {
  background-color: #e6ebee;
}

/* ----------------------------------------
  2-. ページ内リンク
---------------------------------------- */

.innerLink {
  margin-bottom: 2em;
}

.innerLink li {
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  display: table;
  float: left;
  height: 80px;
  line-height: 1.2em;
  text-align: center;
  width: 50%;
}

.innerLink li:nth-child(2n) {
  border-left: 1px solid #fff;
}

.innerLink li a {
  background-color: #f571a2;
  color: #fff;
  text-decoration: none;
  display: table-cell;
  font-size: 100%;
  font-weight: bold;
  vertical-align: middle;
}

.innerLink li a small {
  font-size: 80%;
}

#catTicket .innerLink li a {
  background-color: #5cccea;
}

#catMain .innerLink li a {
  background-color: #fb8b8b;
}

#catStage .innerLink li a {
  background-color: #7dc597;
}

#catFamily .innerLink li a {
  background-color: #f6b15f;
}

#catBusiness .innerLink li a {
  background-color: #7b92df;
}

#catAJNight .innerLink li a {
  background-color: #04225a;
}

#catGoods .innerLink li a {
  background-color: #d096d4;
}

/* ----------------------------------------
  2-. 開閉タブ
---------------------------------------- */

dl.grayTab {
}

dl.grayTab dt {
  padding: 3% 10%;
  background-color: #e5ebee;
  position: relative;
  cursor: pointer;
  font-weight: bold;
}

dl.grayTab dt img {
  position: absolute;
  right: 5%;
  top: 37%;
  width: 20px !important;
}

dl.grayTab dd {
  padding: 5% 10%;
}
dl.grayTab dt:nth-child(4n + 3) {
  background-color: #f7f9fa;
}

/* ----------------------------------------
  2-. カテゴリトップメニュー
---------------------------------------- */

.categoryMainMenu {
  border-bottom: 1px solid #fff;
}
.categoryMainMenu dl {
  padding: 10%;
  position: relative;
}
.categoryMainMenu dl:nth-child(2n) {
  background: #ffa2a3;
}

.categoryMainMenu dt {
  padding-left: 17px;
  background: url(../img/common/icon_whitecircle.png) no-repeat left 2px;
  background-size: 14px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-bottom: 1em;
}

.categoryMainMenu dt.noCircle {
  background: none;
  padding-left: 0px;
}

.categoryMainMenu dd {
  color: #fff;
  font-size: 13px;
}

#catBusiness .categoryMainMenu .categoryMainMenuDl,
#catMain .categoryMainMenu .categoryMainMenuDl,
#catFamily .categoryMainMenu .categoryMainMenuDl {
  right: 0;
  position: absolute;
  top: 0;
  width: 30%;
  z-index: 3;
}

.categoryMainPhoto {
  padding: 1em 0 0 0;
}

#catMain .categoryMainMenu dl {
  background: #fb898b;
}
#catMain .categoryMainMenu dl:nth-child(2n) {
  background: #ffa2a3;
}

#catBusiness .categoryMainMenu dl {
  background: #7895de;
}
#catBusiness .categoryMainMenu dl:nth-child(2n) {
  background: #9fb4e8;
}

#catFamily .categoryMainMenu dl {
  background: #f6b15f;
}
#catFamily .categoryMainMenu dl:nth-child(2n) {
  background: #f8be79;
}
