body {
  margin: 0;
  padding: 0;
  line-height:1.4;
  color: #333333;
  font-family: sans-serif;
  background-color: #00429a;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
header {
  margin: 0 auto;
  background: -moz-linear-gradient(left, rgba(232,74,136,0.9) 0%, rgba(230,0,36,0.9) 100%);
  background: -webkit-linear-gradient(left, rgba(232,74,136,0.9) 0%,rgb(0, 82, 193) 100%);
  background: linear-gradient(to right, rgba(0, 72, 167, 0.9) 0%,rgba(0, 95, 220, 0.9) 100%);
}
.cb-header {
  position: fixed;
  display: none;
}
footer {
  margin: 0 auto;
  background-color: #001646;
  padding: 20px;
}
footer p {
  text-align: right;
  margin: 0 auto;
  font-size: 12px;
  color: #fff;
}
@font-face {
  font-family: 'smartfonts';
  src: url('../fonts/smartfonts.otf') format('opentype');
}

/*Color*/
.thema-color-dark {
  color: #333333;
}
.thema-color-light {
  color: #fff;
}
.thema-color-primary {
  color: #001646;
}
.thema-color-secondary {
  color: #FFD421;
}
.bg-color-primary {
  background-color: #001646;
}
.bg-color-secondary {
  background-color: #FFD421;
}
.bg-color-light {
  background-color: #FFF;
}
.bg-color-darklight {
  background-color: #EFEFEF;
}

/*Default style*/
.l-wrapper {
  margin: 0 auto;
}
.l-container {
  width: 100%;
  display: inline-block;
  padding: 100px 0;
  box-sizing: boder-box;
}
@media screen and (max-width: 900px) {
  .l-container {
    padding: 50px 0;
  }
}
.l-contents {
  margin: 0 auto;
  display: block;
  width: 80%;
  max-width: 1200px;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .l-contents {
    margin: 0 auto;
    display: block;
    width: 90%;
  }
}
.l-left {
  float: left;
}
@media screen and (max-width: 900px) {
  .l-left {
    float: none;
  }
}
.l-right {
  float: right;
}
@media screen and (max-width: 900px) {
  .l-right {
    float: none;
  }
}

/*Background*/
.l-bg-concept {
  background-image: url("../img/bg_image01@2x.png");
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 900px) {
  .l-bg-concept {
    background-size: contain;
  }
}
.l-bg-contact {
  background-image: url("../img/bg_image02@2x.png");
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 900px) {
  .l-bg-contact {
    background-size: contain;
  }
}

/*Image*/
.image-large {
  width: 400px;
  display: block;
  max-width: 400px;
}
@media screen and (max-width: 900px) {
  .image-large {
    width: 80%;
    max-width: 60% !important;
    margin: 0 auto;
  }
}
.image-medium {
  width: 300px;
  display: block;
  max-width: 300px;
}
@media screen and (max-width: 900px) {
  .image-medium {
    width: 60%;
    margin: 0 auto;
  }
}
.image-small {
  width: 100px;
  display: block;
  max-width: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .image-small {
    width: 50%;
    margin: 0 auto;
  }
}
.image-title-icon {
  width: 50px;
  display: block;
  max-width: 50px;
  margin: 0 auto;
}

/*Margin*/
.l-margin-auto {
  margin: 0 auto !important;
}
.l-margin-30 {
  margin: 0 30px;
}
@media screen and (max-width: 900px) {
  .l-margin-30 {
    margin: 30px auto;
  }
}
.l-margin-minus-80 {
  margin-top: -80px;
}
.l-margin-top-30 {
  margin-top: 30px !important;
}
.l-margin-top-60 {
  margin-top: 60px !important;
}
.l-margin-top-20 {
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .l-margin-20 {
    margin: auto 0px !important;
  }
}

/*Text*/
.l-text-box {
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .l-text-box {
    margin-bottom: 40px;
  }
}
.l-text-title {
  font-size: 42px;
  margin: 10px auto 0;
  overflow: hidden;
  font-weight: lighter;
  font-family: smartfonts, sans-serif;
}
@media screen and (max-width: 900px) {
  .l-text-title {
    font-size: 26px;
    margin: 10px auto 0;
    overflow: inherit;
  }
}
.l-text-title-english {
  font-size: 16px;
  margin: 0 auto;
  overflow: hidden;
  font-family: smartfonts, sans-serif;
}
.l-text-summary {
  font-size: 24px;
  font-weight: bold;
  margin: 15px auto;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .l-text-summary {
    font-size: 16px;
    font-weight: bold;
    margin: 10px auto;
    overflow: inherit;
  }
}
.l-text-subtitle {
  font-size: 26px;
  font-weight: lighter;
  margin: 15px auto;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .l-text-subtitle {
    font-size: 18px;
    font-weight: lighter;
    margin: 10px auto;
    overflow: inherit;
  }
}
.l-text-description {
  font-size: 14px;
  font-weight: lighter;
  line-height: 1.8;
  margin: 15px auto;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .l-text-description {
    font-size: 14px;
    font-weight: lighter;
    line-height: 1.8;
    margin: 10px auto;
    overflow: inherit;
  }
}
.l-text-color-title {
  font-size: 28px;
  margin: 0 auto 10px;
  padding: 10px;
  background-color: #FFD421;
  color: #001646;
  font-weight: lighter;
  display: inline-block;
  line-height: 1;
  font-family: smartfonts, sans-serif;
}
@media screen and (max-width: 900px) {
  .l-text-color-title {
    font-size: 20px;
  }
}

/*Text align*/
.text-align-right {
  text-align: right;
}
@media screen and (max-width: 900px) {
  .text-align-right {
    text-align: left;
  }
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}

/*Main visual*/
.l-main {
  background-image: url("../img/mv_image02@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-width: 1920px;
  display: inline-block;
  height: 100vh;
}
@media screen and (max-width: 900px) {
  .l-main {
    background-image: url("../img/mv_image01@2x.png");
    background-size: contain;
    background-repeat: repeat;
  }
}
.l-main__container {
  padding: 0 30px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.l-main__container video {
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .l-main__container video {
    display: none;
  }
}
.l-main__box {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .l-main__box {
    width: 90%;
    padding: 50px 0;
  }
}
.l-main__logo {
  width: 320px;
}
@media screen and (max-width: 900px) {
  .l-main__logo {
    width: 200px;
    max-width: 200px;
    display: block;
    margin:0 auto 10px; 
  }
}
.l-main__box h1 {
  margin: 0 auto;
  font-weight: lighter;
  font-size: 32px;
  font-family: smartfonts, sans-serif;
}
@media screen and (max-width: 900px) {
  .l-main__box h1 {
    font-size: 28px;
    line-height: 1.2;
    text-align: left;
  }
}
@media screen and (max-width: 900px) {
  .l-main__box p {
    font-size: 14px;
    text-align: left;
    padding: 5px;
    width: 100%;
    letter-spacing: 1px;
    box-sizing: border-box;
  }
}
.l-main__point {
  display:-webkit-box;
  display:-ms-flexbox;
  display:none;
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .l-main__point {
    display: block;
    margin: 0 auto;
  }
}
.l-main__point__balloon {
  position: relative;
  display: inline-block;
  margin: 0 auto 20px;
  font-weight: lighter;
  line-height: 1.4;
  letter-spacing: 0.2px;
  border: 1px solid;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  box-sizing: border-box;
}
.l-main__point__balloon:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}
@media screen and (max-width: 900px) {
  .l-main__point__balloon {
    padding: 0;
    width: 100%;
    margin: 5px auto;
  }
}
.l-main__point__balloon p {
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  font-family: smartfonts, sans-serif;
}
/*Main visual_schedule*/
.l-main__schedule {
  padding: 30px;
  background-color: #001646;
  position: relative;
}
@media screen and (max-width: 900px) {
  .l-main__schedule {
    padding: 30px 0;
  }
}
.l-main__schedule__contents {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .l-main__schedule__contents {
    width: 90%;
  }
}
.l-main__schedule h2 {
  margin: 20px auto 0;
  font-weight: lighter;
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-family: smartfonts, sans-serif;
}
@media screen and (max-width: 900px) {
  .l-main__schedule h2 {
    font-size: 20px;
  }
}
.l-main__schedule ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap: wrap;
  padding: 0;
}
.l-main__schedule li {
  list-style: none;
  text-align: left;
  margin: 10px;
}
.l-main__schedule li h3 {
  background-color: #FFD115;
  padding: 3px;
  color: #001646;
  line-height: 1.2;
  margin: 0 auto;
  font-size: 14px;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .l-main__schedule li h3 {
    font-size: 16px;
  }
}
.l-main__schedule li span {
  color: #FFD115;
  margin: 10px auto 0;
  font-size: 12px;
  display: block;
}
.l-main__schedule li p {
  color: #fff;
  line-height: 1.6;
  margin: 5px auto;
  font-size: 12px;
  font-weight: lighter;
  display: block;
}
@media screen and (max-width: 900px) {
  .l-main__schedule li p {
    font-size: 14px;
  }
}
.l-main__schedule li a {
  color: #fff;
  line-height: 1.6;
  font-size: 12px;
  font-weight: lighter;
  display: block;
  margin: -5px auto;
}
.l-main__schedule ul hr {
  margin: 0;
  height: 20px;
}

/*Arrow*/
.l-arrow {
  width: 100%;
  margin-top: 10px;
}
.l-arrow img {
  margin: 20px auto 0;
  width: 40px;
}
@media screen and (max-width: 900px) {
  .l-arrow img {
    margin: 20px auto 0;
    width: 30px;
  }
}
.l-arrow span {
  margin: 100px auto 0;
  font-weight: lighter;
  font-size: 18px;
  display: block;
}
.l-arrow-animetion {
  animation: l-arrow-animetion1 3s ease infinite;
}
@keyframes l-arrow-animetion1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

/*Button*/
.btn-large {
  width: 300px;
}
@media screen and (max-width: 900px) {
  .btn-large {
    width: 100%;
  }
}
.btn-medium {
  width: 350px;
}
@media screen and (max-width: 900px) {
  .btn-medium {
    width: 100%;
  }
}
.btn-default {
  display: inline-block;
  padding: 20px;
  text-decoration: none;
  background-color: #FFD115;
  color: #001646;
  text-align: center;
  font-size: 14px;
  border-radius: 100px;
  margin: 10px auto;
  font-family: smartfonts, sans-serif;
  box-sizing: border-box;
}
.btn-default:hover {
  background-color: rgba(255, 255, 255, 0.71);
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media screen and (max-width: 900px) {
  .btn-default {
    padding: 15px;
    margin: 10px auto;
    font-size: 16px;
  }
}
.btn-submit {
  width: 100%;
  background-color: #fff;
  color: #E9536F;
  border: none;
  padding: 15px;
  border-radius: 3px;
  box-sizing: border-box;
}
.btn-submit:hover {
  color: #fff;
  background-color: #E9536F;
  -webkit-transition: all .3s;
  transition: all .3s;
} 

/*sponsor*/
.l-sponsor hr {
  border-color: #001646;
  margin: 80px auto;
}
.l-sponsor hr {
  border-color: #001646;
  margin: 80px auto;
}
@media screen and (max-width: 900px) {
  .l-sponsor hr {
    border-color: #001646;
    margin: 60px auto;
  }
}
.l-sponsor__items {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .l-sponsor__items {
    display: block;
  }
}
.l-sponsor__item {
  margin: 0 auto;
}
.l-sponsor__items img {
  max-width: 320px;
}
@media screen and (max-width: 900px) {
  .l-sponsor__items img {
    max-width: 250px;
  }
}
.l-sponsor__left {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .l-sponsor__left {
    margin-bottom: 50px;
  }
}
.l-sponsor__item__photo {
  width: 300px;
}
@media screen and (max-width: 900px) {
  .l-sponsor__item__photo {
    margin-bottom: 10px;
  }
}
.l-sponsor__title {
  font-family: smartfonts, sans-serif;
  line-height: 1.4;
  margin: 0 auto 20px;
}
.l-sponsor__guest__items {
  padding: 30px;
  border: 1px solid;
  border-radius: 6px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .l-sponsor__guest__items {
    display: block;
    padding: 10px;
  }
}
.l-sponsor__guest__items img{
  max-width: 120px;
  text-align: left;
  display: block;
}
@media screen and (max-width: 900px) {
  .l-sponsor__guest__items img{
    max-width: 120px;
  }
}
.l-sponsor__guest__item {
  margin: 0 auto;
  display: block;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .l-sponsor__guest__item {
    margin: 10px auto;
  }
}
.l-sponsor__guest__image {
  max-width: 120px !important;
  margin-right: 10px;
  float: left;
}
@media screen and (max-width: 900px) {
  .l-sponsor__guest__image {
    max-width: 100px !important;
  }
}
.l-sponsor__guest__items figcaption {
  text-align: left;
  font-size: 14px;
  overflow: hidden;
}

/*trouble*/
.l-trouble__items {
  margin-top: 30px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-trouble__item {
  margin: 10px;
}
@media screen and (max-width: 900px) {
  .l-trouble__item {
    margin: 10px;
  }
}
.l-trouble__smart {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 10px auto 0;
}

/*trouble_背景画像*/
.l-trouble__item__image {
  width: 289px;
  height: 197px;
  display: block;
  background-size: cover;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
}
.l-trouble__item__image:hover {
  transform:rotate(5deg);
  -webkit-transform:rotate(5deg);
  -moz-transform:rotate(5deg);
}
.l-trouble__item__1 {
  background-image: url("../img/img_service01@2x_off.png");
}
.l-trouble__item__1:hover {
  background-image: url("../img/img_service01@2x_on.png");
}
.l-trouble__item__2 {
  background-image: url("../img/img_service02@2x_off.png");
}
.l-trouble__item__2:hover {
  background-image: url("../img/img_service02@2x_on.png");
}
.l-trouble__item__3 {
  background-image: url("../img/img_service03@2x_off.png");
}
.l-trouble__item__3:hover {
  background-image: url("../img/img_service03@2x_on.png");
}
.l-trouble__item__4 {
  background-image: url("../img/img_service04@2x_off.png");
}
.l-trouble__item__4:hover {
  background-image: url("../img/img_service04@2x_on.png");
}
.l-trouble__item__5 {
  background-image: url("../img/img_service05@2x_off.png");
}
.l-trouble__item__5:hover {
  background-image: url("../img/img_service05@2x_on.png");
}
.l-trouble__item__6 {
  background-image: url("../img/img_service06@2x_off.png");
}
.l-trouble__item__6:hover {
  background-image: url("../img/img_service06@2x_on.png");
}
.l-trouble__item__7 {
  background-image: url("../img/img_service07@2x_off.png");
}
.l-trouble__item__7:hover {
  background-image: url("../img/img_service07@2x_on.png");
}
.l-trouble__item__8 {
  background-image: url("../img/img_service08@2x_off.png");
}
.l-trouble__item__8:hover {
  background-image: url("../img/img_service08@2x_on.png");
}
.l-trouble__item__9 {
  background-image: url("../img/img_service09@2x_off.png");
}
.l-trouble__item__9:hover {
  background-image: url("../img/img_service09@2x_on.png");
}
.l-trouble__item__10 {
  background-image: url("../img/img_service10@2x_off.png");
}
.l-trouble__item__10:hover {
  background-image: url("../img/img_service10@2x_on.png");
}
.l-trouble__item__11 {
  background-image: url("../img/img_service11@2x_off.png");
}
.l-trouble__item__11:hover {
  background-image: url("../img/img_service11@2x_on.png");
}
/*timetable*/
.l-timetable__item {
  padding: 20px;
  width: 100%;
  display: inline-block;
  border: 1px solid #001E62;
  border-radius: 6px;
  box-sizing: border-box;
}
.l-timetable__item img {
  width: 100%;
  max-width: 300px;
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  .l-timetable__item img {
    margin-bottom: 15px;
    float: none;
    margin-right: 0;
  }
}
.l-timetable__item h3 {
  font-size: 28px;
  margin: 0 auto 10px;
  padding: 10px;
  background-color: #FFD421;
  font-weight: lighter;
  display: table-cell;
  line-height: 1;
  text-align: left;
  font-family: smartfonts, sans-serif;
}
@media screen and (max-width: 900px) {
  .l-timetable__item h3 {
    font-size: 20px;
    display: block;
  }
}
.l-timetable__item h4 {
  font-size: 26px;
  font-weight: lighter;
  margin: 10px auto 5px;
  overflow: hidden;
  font-family: smartfonts, sans-serif;
}
@media screen and (max-width: 900px) {
  .l-timetable__item h4 {
    font-size: 20px;
    line-height: 1.2;
  }
}
.l-timetable__item p {
  font-size: 16px;
  margin: 0 auto;
  font-weight: lighter;
  overflow: hidden;
  padding-top: 13px;
  border-top: 1px solid;
}
.l-timetable__item span {
  font-size: 14px;
  text-align: left;
  display: block;
  font-weight: lighter;
  margin: 5px auto 13px;
  overflow: hidden;
}
.l-timetable__item-head {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
.l-timetable__item-memory {
  max-width: 500px !important;
}
.l-timetable__item--other h3 {
  font-size: 28px;
  margin: 0 auto;
  padding: 10px;
  background-color: #FFD421;
  border-radius: 6px;
  color: #001646;
  font-weight: lighter;
  line-height: 1;
  text-align: center;
  font-family: smartfonts, sans-serif;
}
@media screen and (max-width: 900px) {
  .l-timetable__item--other h3 {
    font-size: 20px;
  }
}
.l-timetable__description {
  font-size: 16px;
  margin-top: 5px;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .l-timetable__description {
    text-align: left;
  }
}

/*schedule*/
.l-schedule {
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .l-schedule {
    width: 100%;
    padding: 0;
  }
}
.l-schedule__item h3 {
  font-size: 26px;
  margin: 0 auto 10px;
  padding: 10px;
  background-color: #FFD421;
  color: #001646;
  font-weight: lighter;
  display: table-cell;
  line-height: 0.8;
  text-align: left;
  font-family: smartfonts, sans-serif;
}
@media screen and (max-width: 900px) {
  .l-schedule__item h3 {
    font-size: 22px;
  }
}
.l-schedule__item strong {
  font-size: 22px;
  color: #FFD421;
  font-weight: lighter;
  display: block;
  line-height: 1;
  text-align: left;
  margin: 10px auto;
}
@media screen and (max-width: 900px) {
  .l-schedule__item strong {
    font-size: 18px;
  }
}
.l-schedule__item hr {
  border-color: #FFD421;
}
.l-schedule__item p {
  font-size: 16px;
  color: #FFD421;
  font-weight: lighter;
  line-height: 1;
  text-align: left;
  margin: 10px auto;
}

/*contact*/
.l-contact h3 {
  font-size: 34px;
  margin: 10px auto;
  color: #fff;
  font-weight: lighter;
  text-align: center;
  font-family: smartfonts, sans-serif;
}
@media screen and (max-width: 900px) {
  .l-contact h3 {
    font-size: 28px;
    line-height: 1.2;
  }
}
.l-contact strong {
  font-size: 34px;
  margin: 15px auto;
  color: #fff;
  padding: 10px 10px;
  line-height: 0.8;
  display: inline-block;
  background-color: rgba(0, 30, 98, 0.6);
  font-weight: lighter;
  text-align: center;
  font-family: smartfonts, sans-serif;
}
@media screen and (max-width: 900px) {
  .l-contact strong {
    font-size: 20px;
    color: #fff;
    padding: 10px 10px;
    line-height: 0.8;
    display: block;
    background-color: rgba(0, 30, 98, 0.6);
    font-weight: lighter;
    text-align: center;
    font-family: smartfonts, sans-serif;
  }
}
.l-contact p {
  font-size: 16px;
  margin: 0 auto;
  color: #fff;
  font-weight: lighter;
  line-height: 1.6;
  text-align: center;
}
.l-contact__item {
  display: block;
}





