/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

html,
body {
  width: 100% !important;
  height: 100% !important;
  padding: 0;
  margin: 0;
}

html {
  font-size: 1em;
  line-height: 1.6;
}

body {
  font-family: "メイリオ", "Meiryo", BentonSans, arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-text-size-adjust: 100%;
}

a {
  overflow: hidden;
  outline: none;
}

a:link {
  color: #5185c5;
  text-decoration: none;
}

a:visited {
  color: #5185c5;
  text-decoration: none;
}

a:hover {
  color: #a8c9f2;
  text-decoration: underline;
}

a:active {
  color: #5185c5;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

a img.linkimg {
  background: none!important;
}

a:hover img.linkimg {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  background: none!important;
}

.clear {
  clear: both;
}

.br_pc_only {
  display: block
}

.br_sp_only {
  display: none
}


/* -----------------------------------------------
ヘッダー・グローバルナビ部分
----------------------------------------------- */

nav {
  width: 100%;
  height: 70px;
  background: #ffffff;
}

nav .head_logo {
  float: left;
  margin: 0;
  padding: 20px 0 0 20px;
}

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  height: 70px;
  padding: 10px;
  box-sizing: border-box;
}

.inner:after {
  content: "";
  clear: both;
  display: block;
}

#top-head {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0;
  line-height: 1;
  z-index: 999;
}

#top-head a,
#top-head {
  text-decoration: none;
}

#top-head .inner {
  position: relative;
}

#top-head .logo {
  float: left;
  margin: 10px 0 0 10px;
  padding: 0;
  width: 100%;
  max-width: 195px;
}

#global-nav ul {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 70px;
  line-height: 70px;
}

#global-nav ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 82%;
}

#global-nav ul li a {
  padding: 0 .4em;
  border-right: #cccccc solid 1px;
}

#global-nav ul li a:link {
  color: #222;
  text-decoration: none;
}

#global-nav ul li a:visited {
  color: #222;
  text-decoration: none;
}

#global-nav ul li a:hover {
  color: #222;
  text-decoration: underline;
}

#global-nav ul li a:active {
  color: #222;
  text-decoration: underline;
}

#global-nav ul li:last-child a {
  border-right: none;
}


/* Fixed */

#top-head {
  background: #fff;
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 0px;
  height: 70px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
/*
#top-head.fixed .logo {
  margin: 10px 0 0 0;
}
*/


/* Toggle Button */

#nav-toggle {
  display: none;
  position: absolute;
  right: 16px;
  top: 20px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}


/* -----------------------------------------------
共通
----------------------------------------------- */

#wrapper {
  margin: 0 auto;
  text-align: center;
  padding: 0 0px;
}

.midashi_line {
  background: linear-gradient(90deg, #0068B4, #00AFDD);
  margin: 0 auto;
  padding: 0;
  height: 3px;
  width: 130px;
}

.midashi_line2 {
  background: #F0AB00;
  margin: 0 auto;
  padding: 0;
  height: 3px;
  width: 100px;
}

.side_menu {
  position: fixed;
  top: 30%;
  right: 0%;
  padding: 0 22px 0;
  display: none;
}

.side_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-image: url(../images/sidemenu_back.png);
  background-repeat: repeat-y;
  background-position: center 3px;
}

.side_menu li {
  border: 1px solid #222222;
  background: #ffffff;
  width: 8px;
  height: 8px;
  display: block;
  margin: 0 0 30px 0;
  border-radius: 8px;
  padding: 0 0 0 0;
  position: relative;
}

.side_menu li a.active .mainLight {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 2;
  width: 8px;
  height: 8px;
  background-color: #00AFDD;
  border-radius: 8px;
  transition: .2s linear;
  -webkit-transition: .2s linear;
  -moz-transition: .2s linear;
  -o-transition: .2s linear;
  box-shadow: 0 0 4px rgba(255, 255, 255, 1);
}

.side_menu li a:hover.active .mainLight {
  background-color: #ffffff;
  border: 1px solid #222222;
  box-shadow: 0 0 4px rgba(82, 211, 255, 1);
}

.side_menu li a.active .ripple {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  width: 8px;
  height: 8px;
  background-color: #52d3ff;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(82, 211, 255, 1);
  animation-name: rippleAnimation;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  -webkit-animation-name: rippleAnimation;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  -moz-animation-name: rippleAnimation;
  -moz-animation-timing-function: ease-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 2s;
}

@keyframes rippleAnimation {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}

@-webkit-keyframes rippleAnimation {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.5, 2.5);
    opacity: 0;
  }
}

@-moz-keyframes rippleAnimation {
  0% {
    -moz-transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(2.5, 2.5);
    opacity: 0;
  }
}


/* -----------------------------------------------
header
----------------------------------------------- */


/*
header {
  width: 100%;
  position: relative;
  margin: 0 auto;
  top: 0;
}
*/


/* -----------------------------------------------
title
----------------------------------------------- */

#title {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 100%;
  max-height: 571px;
  position: relative;
  background-image: url(../images/main_back.jpg);
  padding: 50px;
  text-align: left;
}

.pc-into {
	display: block;
	margin:0 auto 1em;
	width:1140px;
	
	/*width:100%;*/
}

.pc-into img {
  width: 100%;
  max-width:1140px;
}

.sp-into {
  display: none;
}

#title .into {
  z-index: 12;
  position: relative;
}

#title h1,
#title h2,
#title h3 {
  color: #fff;
  line-height: 1.4;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .20), -1px 1px 6px rgba(0, 0, 0, .20), 1px -1px 6px rgba(0, 0, 0, .20), -1px -1px 6px rgba(0, 0, 0, .20), 1px 0px 6px rgba(0, 0, 0, .20), 0px 1px 6px rgba(0, 0, 0, .20), -1px 0px 6px rgba(0, 0, 0, .20), 0px -1px 6px rgba(0, 0, 0, .20);
}

#title h1 {
  font-size: 437.5%;
  margin: 0;
}

#title h2 {
  font-size: 162.5%;
  margin-bottom: 10px;
}

#title h2 span {
  font-size: 78%;
}

#title h3 {
  font-size: 112.5%;
  padding-bottom: 96px;
}

.motionBand.primary {
  position: absolute;
  width: 25%;
  height: 100%;
  z-index: 10;
  top: 0;
  right: 0;
  display: none;
}

@media only screen and (max-width:768px) {
  .motionBand.primary {
    width: 25vw;
    height: calc(25vw / 6);
  }

	.pc-into {
		width:100%;
	}

}

.part1,
.motionBand .part2,
.motionBand .part3 {
  background-color: #f0ab00;
  display: inline-block;
  height: 100%;
  width: 33.3333%;
  vertical-align: top;
}

.motionBand.light2dark .part1 {
  opacity: .4;
}

.motionBand.light2dark .part2 {
  opacity: .7;
}

.motionBand.light2dark .part3 {
  opacity: 1;
}

.topSNS {
  position: absolute;
  top: 0;
  right: 30px;
  color: #ffffff;
  overflow: hidden;
  list-style: none;
  z-index: 11;
}

.topSNS li {
  float: left;
  margin-right: 10px;
  font-weight: bold;
}

.topSNS li:first-child {
  padding-top: 5px;
}

.topSNS li:last-child {
  margin-right: 0;
}


/* -----------------------------------------------
message
----------------------------------------------- */

#message {
  background-color: #FFFFFF;
  width: 100%;
  padding: 0;
  margin: 50px auto;
}

#message .textbox {
  text-align: center;
}

#message .textbox h2 {
  font-size: 225%;
  font-weight: bold;
  color: #000000;
  background-image: url(../images/message_point.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 50px;
}

#entrybt {
  margin: 50px auto 0;
  text-align: center;
  background: #F3F3F3;
  padding: 60px 0;
}

#entrybt .bt01 {
  display: inline-block;
  width: 18em;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, #F0AB00, #FFDF29);
  color: #fff;
  font-weight: bold;
  font-size: 120%;
  overflow: hidden;
}

#entrybt .bt01:hover {
  color: #fff;
}

#entrybt .bt01::before,
#entrybt .bt01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

#entrybt .bt01,
#entrybt .bt01::before,
#entrybt .bt01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .6s;
  transition: all .6s;
}

#entrybt .bt01::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}

#entrybt .bt01:hover::after {
  left: 0;
  background: linear-gradient(90deg, #E60012, #F18E35);
}

#entrybt .golink1 {
  position: absolute;
  top: 35%;
  left: 90%;
}

#entrybt .bt02 {
  display: inline-block;
  width: 24em;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background: #000000;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
  overflow: hidden;
}

#entrybt .bt01:hover {
  color: #fff;
}


/* -----------------------------------------------
newsArea
----------------------------------------------- */

#news {
  background-color: #F3F3F3;
  padding: 50px 50px 0;
  display: table;
  width: 100%;
}

#news > div.titleArea {
  background-color: #F3F3F3;
  text-align: center;
  vertical-align: top;
  width: 250px;
}

#news > div.titleArea h2 {
  color: #000000;
  font-size: 28px;
  margin: 0;
}

#news > div {
  display: table-cell;
}

#newsMain > div {}

#newsMain ul {
  list-style: none;
  margin: 0;
  padding: 0 0 50px;
  background: #F3F3F3;
  overflow: auto;
}

#newsMain ul li {
  margin: 0;
  padding: 1em;
  display: block;
  height: auto;
  text-align: left;
  border-bottom: solid 1px #CCCCCC;
  /*  background: url(../images/go03.png) no-repeat 98% 45% #F3F3F3;*/
}

#newsMain ul li:first-child {
  border-top: solid 1px #CCCCCC;
}


/*

#newsMain ul li:hover {
  background: url(../images/go03_h.png) no-repeat 98% 45% #00AFDD;
  color: #FFF;
}
*/

#newsMain ul li .date {
  margin-right: 1em;
}

#newsMain ul li .date:after {
  content: "|";
  padding-left: 1em;
}


/* -----------------------------------------------
#speaker
----------------------------------------------- */

#speaker {
  margin: 0 auto;
  width: 100%;
}

#speaker_header {
  background: url(../images/speaker_back.jpg) no-repeat fixed;
  background-position: center top;
  height: 140px;
  font-size: 60px;
  line-height: 140px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

#speaker .zoneA {
  background: #F3F3F3;
  margin: 0;
  padding: 60px 100px;
}

#speaker .zoneA .titleA {
  color: #00AFDD;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}

#speaker .zoneA .zoneA_inner {
  margin: 60px auto 20px;
  text-align: center;
}

#speaker .zoneA .zoneA_inner .photoA {
  display: inline-block;
  width: 100%;
  max-width: 230px;
  margin-bottom: 20px;
}

#speaker .zoneA .zoneA_inner .photoA img {
  width: 100%;
  border: solid 1px #000000;
}

#speaker .zoneA .zoneA_inner .textA {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

#speaker .title {
  font-weight: bold;
  font-size: 24px;
  padding: 0 0 .5em;
}

.name_area {
  text-align: left;
}

.name_area2 {
  text-align: center;
}

.name_area .company,
.name_area2 .company {
  font-size: 14px;
  margin-bottom: 20px;
}

.name_area .shimei,
.name_area2 .shimei {
  font-weight: bold;
  font-size: 18px;
  margin-right: 10px;
}

#speaker .godetail {
  display: inline-block;
  width: 16em;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background: #000000;
  color: #fff;
  overflow: hidden;
}

#speaker .godetail:hover {
  color: #fff;
}

#speaker .godetail::before,
#speaker .godetail::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

#speaker .godetail,
#speaker .godetail::before,
#speaker .godetail::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .6s;
  transition: all .6s;
}

#speaker .godetail::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}

#speaker .godetail:hover::after {
  left: 0;
  background: linear-gradient(90deg, #0068B4, #00AFDD);
}

#speaker .golink2 {
  position: absolute;
  top: 35%;
  left: 90%;
}

#speaker .zoneB {
  background: #E6E6E6;
  margin: 0;
  padding: 60px 80px;
}

#speaker .zoneB .zoneB_inner {
  margin: 20px auto 20px;
}

#speaker .zoneB .titleB {
  color: #00AFDD;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}

#speaker .zoneB ul {
  list-style: none;
  margin: 40px 0;
  padding: 0;
  overflow: hidden;
}

#speaker .zoneB ul li {
  padding: 0 0 0 60px;
  display: inline-block;
}

#speaker .zoneB ul li:first-child {
  padding: 0 60px 0 0;
}

#speaker .zoneB .zoneB_inner .photoB {
  width: 100%;
  max-width: 230px;
  margin-bottom: 20px;
}

#speaker .zoneB .zoneB_inner .photoB img {
  width: 100%;
  border: solid 1px #000000;
}

#speaker .zoneB .zoneB_inner .textB {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}


/* -----------------------------------------------
#program
----------------------------------------------- */

#program {
  margin: 0 auto;
  width: 100%;
}

#program_header {
  background: url(../images/speaker_back.jpg) no-repeat fixed;
  background-position: center top;
  height: 140px;
  font-size: 60px;
  line-height: 140px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

#program .program_inner {
  margin: 0;
  padding: 60px 100px;
  text-align: center;
}

#program .program_inner:last-child {
  border-bottom: none;
}

#program .program_inner .day_title {
  font-size: 38px;
  font-weight: bold;
  margin: 0 auto 10px;
}

#program .program_inner .pro_title,
#program .program_inner .pro_title2 {
  font-size: 60px;
  font-weight: bold;
  margin: 40px auto 20px;
  line-height: 1.0;
}

#program .program_inner .pro_title {
  color: #F0AB00;
}

#program .program_inner .pro_title2 {
  color: #00AFDD;
}

#program .program_inner .pro_title span {
  font-size: 26px;
  font-weight: bold;
  color: #000000;
}

#program .program_inner .target {
  width: 8em;
  border: solid 1px #000000;
  border-radius: 4px;
  padding: .2em .5em;
  margin: 20px auto 10px;
  background: #ffffff;
}

.program_inner .goagenda {
  display: inline-block;
  width: 20em;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background: #000000;
  color: #fff;
  overflow: hidden;
}

.program_inner .goagenda:hover {
  color: #fff;
}

.program_inner .goagenda::before,
.program_inner .goagenda::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.program_inner .goagenda,
.program_inner .goagenda::before,
.program_inner .goagenda::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.program_inner .goagenda::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}

.program_inner .goagenda:hover::after {
  left: 0;
  background: linear-gradient(90deg, #F0AB00, #FFDF29);
}

.program_inner .golink3 {
  position: absolute;
  top: 35%;
  left: 90%;
}


/* -----------------------------------------------
#sponsor
----------------------------------------------- */

#sponsor {
  margin: 0 auto;
  width: 100%;
}

#sponsor_header {
  background: url(../images/speaker_back.jpg) no-repeat fixed;
  background-position: center top;
  height: 140px;
  font-size: 60px;
  line-height: 140px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

#sponsor .sponsor_inner {
  margin: 0;
  padding: 60px 100px;
  text-align: center;
  border-bottom: solid 1px #CCCCCC;
}

#sponsor .sponsor_inner .sp_title {
  font-size: 32px;
  font-weight: bold;
  margin: 0 auto 10px;
}

#sponsor .sponsor_inner .sp_logo {
  margin: 40px auto 80px;
  width: 100%;
  max-width: 312px;
}

#sponsor .sponsor_inner .sp_logo img {
  width: 100%;
}

#sponsor ul.sp {
  margin: 0 0 2em;
  padding: 0.5em;
  text-align: left;
  width: 100%;
  float: left;
}

#sponsor ul li {
  margin: 1em 0;
  float: left;
  list-style: none;
  width: 20%;
  display: table-cell;
}

#sponsor ul li:last-child {
  width: 80%;
  border-left: solid 1px #CCCCCC;
  padding: 1em 0em 1em 4em;
}

#sponsor ul li ul {
  display: table;
  margin: 0;
  padding: 0
}

#sponsor ul li ul li.gold,
#sponsor ul li ul li.silver,
#sponsor ul li ul li.kyoryoku {
  margin: 0;
  padding: 0 0 2em 0;
  text-align: center;
  display: table-cell;
  border: none;
}

#sponsor ul li ul li.gold {
  width: 33.3%;
}

#sponsor ul li ul li.silver {
  width: 33.3%;
}

#sponsor ul li ul li.kyoryoku {
  width: 100%;
  font-size: 20px;
}

#sponsor ul li ul li.gold img {
  width: 100%;
  max-width: 262px;
}

#sponsor ul li ul li.silver img {
  width: 100%;
  max-width: 186px;
}

#sponsor .rank {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}


/* -----------------------------------------------
access
----------------------------------------------- */

#access {
  margin: 0 auto;
  width: 100%;
  background-color: #F3F3F3;
  padding-bottom: 60px;
}

#access_header {
  background-image: url(../images/speaker_back.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  height: 140px;
  font-size: 60px;
  line-height: 140px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

#access .access_inner {
  margin: 0 auto;
  padding: 60px 100px 20px;
  text-align: center;
}

#access .access_inner .ac_title {
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto 10px;
}

#access .access_inner ul {
  list-style: none;
  margin: 0 auto;
  padding: 60px 0;
  overflow: hidden;
}

#access .access_inner ul li {
  display: inline-block;
  width: 49.6%;
  vertical-align: middle;
}

#access .access_inner ul li:last-child {
  border-left: solid 1px #CCCCCC;
}

#access .access_inner .access_text {
  text-align: left;
}

#access .access_inner .access_text span {
  color: gray;
}

#access .access_inner .access_text2 img {
  margin-bottom: 10px;
  ;
}

#access .map {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 330px;
  height: 0;
  overflow: hidden;
}

#access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  pointer-events: none;*/
}


/* -----------------------------------------------
contact
----------------------------------------------- */

#contact {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  max-width: 1840px;
  margin: 0 auto;
  height: 100%;
  max-height: 600px;
  position: relative;
  background-image: url(../images/contact_back.jpg);
}

#contact .contact_inner {
  margin: 0;
  padding: 60px 100px;
  text-align: center;
  color: #ffffff;
}

#contact .contact_inner .con_title {
  font-size: 60px;
  font-weight: bold;
  margin: 0 auto 10px;
}

#contact .contact_inner .con_title2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto 10px;
}

#contact .contact_inner .con_title3 {
  font-size: 20px;
  font-weight: bold;
  margin: 30px auto;
}

#contact .contact_inner ul {
  list-style: none;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
  z-index: 12;
  position: relative;
}

#contact .contact_inner ul li {
  display: inline-block;
  width: 49.6%;
  vertical-align: top;
  font-weight: bold;
}

#contact .contact_inner ul li:last-child {
  border-left: solid 1px #ffffff;
}

#contact .contact_inner ul li img {
  margin-bottom: 10px;
}

#contact .contact_inner ul li span {
  font-size: 20px;
}

#contact a:link,
#contact a:visited,
#contact a:hover,
#contact a:active {
  color: #ffffff;
  text-decoration: none;
}

.conf{
  background: #face65;
  margin: 0 0 45px;
  padding: 30px 15px;
}
.conf div {
  background: #111;
  color: #fff;
  font-size: 160%;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  padding: 15px;
  width: 400px;
}
/* -----------------------------------------------
フッター
----------------------------------------------- */

footer {
  max-width: 1840px;
  margin: 0 auto;
  overflow: hidden;
  background: #565555;
  color: #fff;
  font-size: 12px;
  padding: 10px 70px;
  position: relative;
}

footer .footSNS {
  float: left;
}

footer .footlink {
  float: right;
  padding-top: 6px;
}

footer .footSNS p,
footer .footSNS ul,
footer .footSNS li {
  float: left;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

footer .footSNS p {
  padding-top: 2px;
  font-size: 14px;
  font-weight: bold;
}

footer .footSNS p,
footer .footSNS li {
  margin-right: 10px;
}

footer .footSNS li:last-child {
  margin-right: 0;
}

footer .footSNS img {
  height: 30px;
}

footer .nav,
footer .nav li {
  display: inline-block;
  overflow: hidden;
}

footer .nav {
  padding: 0 20px 0 0;
}

footer .nav li {
  margin-right: 20px;
}

footer .nav li:last-child {
  margin-right: 0;
}

footer a:link,
footer a:hover,
footer a:active,
footer a:visited {
  text-decoration: none;
  color: #fff;
}

.gotop {
  position: fixed;
  right: 0%;
  display: block;
  padding: 10px;
}


/* ==========================================================================
   早期登録
   ========================================================================== */

#early_entry {
  box-sizing: border-box;
  display: table;
  padding: 20px 0;
  margin: 0 auto;
  max-width: 2200px;
  width: 100%;
  background: rgba(0, 0, 0, 1);
}

#early_entry p {
  margin: 1em 0 0;
  color: #FFFFFF;
  text-align: center;
}

#early_entry_form {
  text-align: center;
  border: 1px solid #009BDE;
  border-radius: 5px;
  background: #009BDE;
  width: 60%;
  margin: 0 auto;
  padding: .5em 1em;
  color: #FFFFFF;
  box-sizing: border-box;
}

#early_entrybt {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin: 0 1em 0 0;
  text-align: center;
  padding: 0;
  width: 8em;
  font-size: 24px;
  font-weight: bold;
}

#early_entry_form .formbace {
  display: inline-block;
}

#early_entry_form .form1 {
  display: inline-block;
  padding: 12px 0.8em;
  font-size: 14px;
  width: 200px;
}

#early_entry_form .submit {
  padding: 12px 0.8em;
  font-size: 14px;
  background: orange;
  color: #FFFFFF;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
  margin: 0px;
  padding: 0px;
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

#speaker{
  display: none;
}


/* flowArea */
/*------------------------------------------------------------------------------*/
#flowArea {
	width:100%;
	max-width:1140px;
	padding-top:20px;
	margin:20px auto;
}
#flowArea h2 {
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #4B60A1;
	border-bottom: solid 3px #333;
	margin: 0 0 20px 0;
	padding: 0.3em 0;
}
#flowArea ol {
	display: table;
    width: 100%;
    margin: 1em auto 1em auto;
    padding: 0;
}
#flowArea ol li {
	display: table-cell;
	width: 22%;
	width:14%;
	font-size:1.3em;
	text-align: center;
	vertical-align: middle;
}
#flowArea ol li span {
	display: block;
	font-weight: bold;
	color: #fff;
	background-color: #ddd;
	padding: 0.5em 0;
}
#flowArea ol li.current span {
	background-color: #333;
}
#flowArea ol li.arrRight {
	width: 4%;
	font-size: 2.4em!important;
	color: #2b9db6;
}
#flowArea ol li.arrDown {
	display: none;
}
#flowArea > div.flowInfoArea > p {
	font-size: 1.2em;
}
#flowArea > div.flowInfoArea > p.kome {
	text-indent: -1em;
	padding: 0 0 0 1em;
}


/* Googleカレンダー等 */

.linkCalendar {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffe;
    padding: 15px 0;
}

.linkCalendar a {
    display: inline-flex;
    align-items: center;
    font-size: .8em;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    background: linear-gradient(#616163, #414042);
    border: 1px solid #111;
    border-radius: 5px;
    padding: 0.8em;
    transition: all .2s;
}

.linkCalendar a+a {
	margin-left:1em;
}

.linkCalendar  a i {
    font-size: 1.4em;
    color: #efab00;
    margin-right: 0.3em;
}


/* ヘッダー */

/*
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,td,div,figure {
    margin:0;
    padding:0;
    font-size:100%;
}
body {
    background:#1c1c1c;
    background-attachment: fixed;
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
    -webkit-text-size-adjust:100%;
}
h1 { line-height:0; text-align:center; }
h2 { font-size:150%; margin:1.5em 0 .5em; }
h3 { font-size:120%; margin:1.5em 0 .5em; }
p { margin:1em 0; }
a,dd { word-break: break-all; }
ul,ol{ margin-left:1.5em; }
em { font-style:normal; }
img { max-width:100%; border:none; }
table,tr,th,td {
    box-sizing: border-box;
}
table {
    width:100%;
    border-spacing:0;
    border-collapse:collapse;
    border:1px solid #aaa;
}
th {
    padding:4px;
    background:#666;
    color:#fff;
    font-weight:bold;
    text-align:center;
    vertical-align:top;
}
td {
    text-align:left;
    vertical-align:middle;
    padding:1em;
}
.txt80 {
  font-size: 80% !important;
}
.txt110 {
  font-size: 110% !important;;
}
.txt120 {
  font-size: 120% !important;;
}
.txtEm {
	color: #0093AC !important;
}
*/
/*em {
  padding:0 3px;
  background:#ff9;
  font-weight:bold;
  font-style:normal;
  line-height: 2;
}

/* 注意書き用スタイル */
ul.note {
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
	font-size: 90%;
	line-height: 1.4;
	color: #333333;
}
ul.note {
	margin-top: 0px;
	margin-bottom: 0px;
}
#overview ul.note{
	margin-top: 1em;
	margin-bottom: 0;
}
ul.note li {
	padding-left: 1em;
	text-indent: -1em;
}


#calendar,
#header {
    width:auto;
}
.wrapper {
    margin:0 auto;
}

.marginTop1 {
  margin-top: 1em !important;
}

@media screen and (max-width: 1023px) {
	br.bp1024 {
		display: none;
	}
}

/* --- #calendar --- ///////////////////////////////////////////////*/
#calendar {
    text-align:center;
    background-color:#3c3c3c;
    background-image:linear-gradient(
      -45deg,
      #3c3c3c 25%,
      #111 25%, #111 50%,
      #3c3c3c 50%, #3c3c3c 75%,
      #111 75%, #111
    );
    background-size:4px 4px;
    font-size: 1.6em;
}
#calendar .wrapper {
    padding:.8em;
}
#calendar ul,
#calendar li {
    margin:0;
    padding:0;
}
#calendar li {
    list-style:none;
    display:inline-block;
    font-size:80%;
    line-height:1;
    margin:0 1em;
}
#calendar li a {
    display:inline-block;
    text-decoration:none;
    color:#fff;
    padding:.8em;
    background:linear-gradient(#616163, #414042);
    border:1px solid #111;
    border-radius:5px;
}
#calendar li a:hover {
    opacity:.8;
}

#calendar li a span::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 0.4em;
    background-image: url(../images/ico-calendar.svg);
    transform: translateY(-1px);
}

/* --- #header --- /////////////////////////////////////////////////*/
#header {
    background:url(../images/top/slider/keyvisual-1.jpg) no-repeat 50% 0;
    background-size:cover;
}
#header p {
    margin:0;
}
#header .only-420 {
    display:none;
}
@media screen and (max-width:420px) {
    #header .only-420 {
        display:inline;
    }
}
#header .catch {

    padding:.5em 1em;
    text-align:center;
    color:#fff;
    background:#5b6d83;
    font-size: 1.56em;

}



@media screen and (max-width:726px) {
    #header .catch {
        font-size:75%;
        line-height:1.25;
    }
}
#header .header-logo {
    /*background:#fefefe;*/
    background:rgba(254,254,254,.9);
}
#header .header-logo h1 {
    display:flex;
}
#header .header-logo span {
    display:inline-block;
    max-width:492px;
    max-height:84px;
    /*margin:0 10px 10px;*//*主要メディアロゴ(.media)表示時は有効にする*/
    margin:10px;
    box-sizing:border-box;
}
#header .header-logo span img {
    width:100%;
}
@media screen and (max-width:420px) {
    #header .header-logo h1 {
        display:block;
    }
}
#header .header-logo .media {
    display:flex;
    max-width:270px;
    margin:0 auto 8px;
    border-bottom:1px solid rgba(96,109,131,.3);
    box-sizing:border-box;
}
#header .header-logo .media li {
    /*flex-grow:2;*/
    align-self:center;
    width:30%;
    margin:5px 8px;
}
#header .header-logo .media li:nth-child(2) {
    /*flex-grow:1;*/
    width:20%;
}
@media screen and (max-width:767px) {
    #header .header-logo .media {
        max-width:200px;
    }
}
#header .header-logo + .wrapper {
    position:relative;
    min-height:400px;
}
#header .header-info-box {
    position:absolute;
    top:20px;
    /*width:45%;*/
		width: 50%;
    /*min-width: 300px;*/
		min-width: 330px;
    min-height: 200px;
    padding:1em;
    color:#fff;
    text-shadow:0px 0px 3px #000;
    background:rgba(0,0,0,.5);
    box-sizing:border-box;
}
@media screen and (min-width:768px) {
    #header .header-info-box {
        width:50%;
        max-width: 475px;
        font-size:115%;
    }
}
@media screen and (max-width:375px) {
    #header .header-info-box {
        width:100%;
    }
}
@media screen and (max-width:320px) {
    #header .header-info-box {
        font-size:90%;
    }
}

/* オレンジ色のテキスト */
#header .header-info-box > p:nth-child(1) {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 160%;
    font-weight: 600;
    line-height:1.2;
    color:#ffe946;
    margin-top: 0.4em;
}
#header .header-info-box > p:nth-child(1) b {
    display: inline-block;
    margin-left: -0.6em;
}
#header .header-info-box > p:nth-child(1) span:not(.ib) {
    display: inline-block;
    margin-left: -0.1em;
    letter-spacing: -0.1em;
}
#header .header-info-box > p:nth-child(1) span:first-child {
    margin-left: 0;
}
#header .header-info-box > p:nth-child(1) span.ib {
    display: inline-block;
}
/* 白色のテキスト */
#header .header-info-box > p:nth-child(2) {
    margin-top: 1.5em;
    padding-top: 0.5em;
    font-size: 120%;
    border-top: 1px solid #fff;
}
/* 白色のテキスト：会期 */
#header .header-info-box > p:nth-child(3) {
    font-family: 'Lato', sans-serif;
    font-size: 140%;
    line-height:1;
    margin-top: 0.25em;
}
#header .header-info-box > p:nth-child(3) b {
    display: inline-block;
    font-size:175%;
    font-weight: normal;
    margin-left: 0.1em;
    margin-right: 0.1em;
}

#header .header-info-bar {
    position:absolute;
    bottom:10px;
    width:100%;
    text-align:center;
    color:#fff;
}
#header ul.media {
    list-style:none;
    margin-left:0;
}
#header ul.media img {
    display:block;
}
#header .sponsor {
    display:inline-block;
    font-size:75%;
    text-shadow:0px 0px 3px #000;
}
@media screen and (max-width:726px) {
    #header .sponsor {
        font-size:65%;
    }
}

/* TOP以外は背景、テキストを非表示にする */
body:not(#home) #header {
    background: #5c6d83;
}
body:not(#home) #header .header-logo + .wrapper {
    display: none;
}

/* --- #navigation --- /////////////////////////////////////////////*/
#navigation {
    text-align:center;
    background:rgba(0,0,0,.8);
    /*box-shadow:0 -2px 4px 0 rgba(0,0,0,.2);*/
}
#navigation ul {
    display:flex;
    display:-ms-flexbox;
    justify-content:center;
    -ms-flex-pack:center;
    width:100%;
    margin-left:0;
}
#navigation li {
    list-style:none;
    flex-grow:1;
    height:70px;
	position:relative;
}

#navigation li:nth-child(3) br {
	display: none;
} 
@media screen and (max-width: 640px) {
	#navigation li {
		height: 70px !important;
	}
	#navigation li:nth-child(3) br {
		display: block;
	}
	#navigation li:nth-child(1) { flex-grow: 0.8; } /* TOP */
	#navigation li:nth-child(2) { flex-grow: 1.0; } /* タイムテーブル */
	#navigation li:nth-child(3) { flex-grow: 0.9; } /* 登録・マイページ */
}

@media screen and (max-width: 414px) {
    /*#navigation li:nth-child(1) { flex-grow: 0.7; }  TOP */
    /*#navigation li:nth-child(2) { flex-grow: 1.2; }  タイムテーブル */
    /*#navigation li:nth-child(3) { flex-grow: 1.5; }  登録・マイページ */
	#navigation li:nth-child(1) { flex-grow: 0.6; } /* TOP */
	#navigation li:nth-child(2) { flex-grow: 1.2; } /* タイムテーブル */
	#navigation li:nth-child(3) { flex-grow: 1.1; } /* 登録・マイページ */
}
#navigation li a,
#navigation li span.jyunbi {
	display: inline-block;
	position:relative;
    text-decoration:none;
    color:#fff;
}
#navigation li:not(.submit) a,
#navigation li span.jyunbi {
	width:100%;
	height:100%;
}
#navigation li span.jyunbi {
	color: #888888;
}
#navigation li:not(.submit) a:hover {
    background:rgba(255,255,255,.1);
    transition-duration:.3s;
}
#navigation .submit a {
	width:80%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
  text-shadow:0 0 4px #7f5e05;
	padding:0.6em 0.4em;
	border-radius: 4px;
  background:#f1b000;
}

@media screen and (max-width: 640px) {
	#navigation .submit a {
		padding:0.4em 0.4em;
		line-height: 1.4;
	}
}

#navigation .submit a:hover {
    background:#f4c033;
    transition-duration:.5s;
}
#navigation li a > span,
#navigation li span.jyunbi > span:not(.txt80)  {
	position:absolute;
	top:45%;
	left:50%;
	width: 100%;
	transform:translate(-50%,-45%);
}
#navigation li a > span:after {
    content:"";
    display:inline-block;
    width:50%;
    height:2px;
    position:absolute;
    bottom:-.2em;
    left:50%;
    transform:translateX(-50%) scale(0, 1);
    transform-origin: 50% 50%;
    transition: transform .3s;
    background:#fff;
}
#navigation li a.active > span:after,
#navigation li a:hover > span:after {
    transform: translateX(-50%) scale(1, 1);
}
#navigation .event-name {
    display:none;
    font-size:75%;
    line-height:1;
    color:#bdc0c2;
    margin:0;
    padding:.5em;
    background:#233a48;
}
#navigation .event-name br {
    display: none;
}
@media screen and (max-width: 320px) {
    #navigation .event-name br {
        display: inline;
    }
}
#navigation.fixed {
    position:fixed;
    top:0;
    z-index:1000;
    width:100%;
    background:#1b1b1b;
    transition-duration:.3s;
}
#navigation.fixed li {
    height:55px;
}
#navigation.fixed .event-name {
    display:block;
}


/* --- #information --------------------*/
#information {
	padding-top: 2em;
	padding-bottom: 2em;
}
@media screen and (min-width:768px) {
    #information {
        width: 80%;
        max-width: 740px;
        margin-left: auto;
        margin-right: auto;
    }
}
#information h2 {
    color: inherit;
    margin-top: 0.25em;
    margin-bottom: 1em;
}
#information h2::before,
#information h2::after {
    content: none;
}
@media screen and (min-width:768px) {
    #information p.closed {
        text-align: center;
    }
    #information p.closed span {
        display: inline-block;
    }
}

/* --- #register --------------------*/
#register {
    color:#fff;
    background-color:#2f4858;
    background-image:linear-gradient(
      -45deg,
      #2f4858 25%,
      #3e5564 25%, #3e5564 50%,
      #2f4858 50%, #2f4858 75%,
      #3e5564 75%, #3e5564
    );
    background-size:16px 16px;
}
#register a {
    color:#f5f348;
}
#register a:hover {
    text-decoration:none;
}
#register p i {
    margin-left:.3em;
}
#register p:first-child {
    margin-top:0;
}

#header .header-logo .media {
    display:flex;
    max-width:270px;
    margin:0 auto 8px;
    border-bottom:1px solid rgba(96,109,131,.3);
    box-sizing:border-box;
}
#header .header-logo .media li {
    /*flex-grow:2;*/
    align-self:center;
    width:30%;
    margin:5px 8px;
}
#header .header-logo .media li:nth-child(2) {
    /*flex-grow:1;*/
    width:20%;
}

#header .wrapper {
    max-width: 1024px;
}


@media screen and (max-width:767px) {
    #header .header-logo .media {
        max-width:200px;
    }
}
#header .header-logo + .wrapper {
    position:relative;
    min-height:400px;
}
#header .header-info-box {
    position:absolute;
    top:20px;
    /*width:45%;*/
		width: 50%;
    /*min-width: 300px;*/
		min-width: 330px;
    min-height: 200px;
    padding:1em;
    color:#fff;
    text-shadow:0px 0px 3px #000;
    background:rgba(0,0,0,.5);
    box-sizing:border-box;
}


h2.mainTtl {
    position: relative;
    text-align: center;
    color: #2f4858;
    margin: 1em auto 1em;
    font-size:22px;
    max-width: 1150px;
}
h2.mainTtl:before {
    top: 12px;
}
h2.mainTtl:after {
    top: 15px;
}

h2.mainTtl:before,
h2.mainTtl:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #9baebc;
}


h2.mainTtl span {
    position: relative;
    display: inline-block;
    padding: 0 0.5em;
    background: #fff;
    z-index: 100;
    font-weight:bold;
}
