@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, s
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.42857;
  font-size: 14px;
  color: #191919;
  -webkit-touch-callout: none;
  background: #fff;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

svg:not(:root) {
  overflow: hidden;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  color: #ED4694;
  text-decoration: none;
}

img,
object,
embed {
  vertical-align: top;
}

img {
  width: 100%;
  vertical-align: middle;
  border: 0;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

abbr, acronym, fieldset {
  border: 0;
}

ul, ol {
  margin: 0 !important;
  padding: 0 !important;
}

li {
  list-style-type: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #c0c0c0;
}

input, select {
  vertical-align: middle;
}

select {
  position: relative;
  box-sizing: content-box;
}

img:not(input) {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
select {
  text-transform: none;
}

br.sp {
  display: none;
}
@media (max-width: 37.5em) {
  br.sp {
    display: inline-block;
  }
}

@media (max-width: 37.5em) {
  br.pc {
    display: none;
  }
}

.pagetop a {
  font-size: 50px !important;
}

body {
  background: #fff;
  font-family: YuGothic,'Yu Gothic',sans-serif;
}

.contentWrapper {
  margin: 0;
}

.inline {
  width: 1160px;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .inline {
    width: 100%;
  }
}

hr {
  display: block;
  border-top: 1px solid #fff;
}

a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
a:hover {
  opacity: 0.6;
}
@media (max-width: 37.5em) {
  a:active {
    opacity: 0.6;
  }
}

.section {
  padding: 0;
}

.header_navi {
  background: #000;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
}
.header_navi .inline {
  width: 100%;
  margin: 0 auto;
}
.header_navi .inline .nav {
  width: 1160px;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .header_navi .inline .nav {
    width: 100%;
  }
}
.header_navi .inline .nav ul#menu {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: flex-start;
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
}
.header_navi .inline .nav ul#menu li {
  width: 20%;
  height: 50px;
  border-left: 1px solid rgba(229, 229, 229, 0.2);
}
@media (max-width: 37.5em) {
  .header_navi .inline .nav ul#menu li {
    height: 45px;
  }
}
.header_navi .inline .nav ul#menu li:last-child {
  border-right: 1px solid rgba(229, 229, 229, 0.2);
}
.header_navi .inline .nav ul#menu li.current, .header_navi .inline .nav ul#menu li:hover {
  background: url("../../../../img/expo2017/kurokishi/navi_current_bg.png") top left repeat-x;
}
.header_navi .inline .nav ul#menu li a {
  display: block;
  width: 100%;
  height: 50px;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
@media (max-width: 37.5em) {
  .header_navi .inline .nav ul#menu li a {
    height: 45px;
  }
}
.header_navi .inline .nav ul#menu li a.navTop {
  background: url("../../../../img/expo2017/kurokishi/navi_top.png") center center no-repeat;
}
@media (max-width: 37.5em) {
  .header_navi .inline .nav ul#menu li a.navTop {
    background: url("../../../../img/expo2017/kurokishi/navi_top_sp.png") center center no-repeat;
    background-size: 23px 8px;
  }
}
.header_navi .inline .nav ul#menu li a.navAbout {
  background: url("../../../../img/expo2017/kurokishi/navi_about.png") center center no-repeat;
}
@media (max-width: 37.5em) {
  .header_navi .inline .nav ul#menu li a.navAbout {
    background: url("../../../../img/expo2017/kurokishi/navi_about_sp.png") center center no-repeat;
    background-size: 63px 22px;
  }
}
.header_navi .inline .nav ul#menu li a.navHowto {
  background: url("../../../../img/expo2017/kurokishi/navi_howto.png") center center no-repeat;
}
@media (max-width: 37.5em) {
  .header_navi .inline .nav ul#menu li a.navHowto {
    background: url("../../../../img/expo2017/kurokishi/navi_howto_sp.png") center center no-repeat;
    background-size: 66px 21px;
  }
}
.header_navi .inline .nav ul#menu li a.navParticipants {
  background: url("../../../../img/expo2017/kurokishi/navi_participants.png") center center no-repeat;
}
@media (max-width: 37.5em) {
  .header_navi .inline .nav ul#menu li a.navParticipants {
    background: url("../../../../img/expo2017/kurokishi/navi_participants_sp.png") center center no-repeat;
    background-size: 57px 10px;
  }
}
.header_navi .inline .nav ul#menu li a.navEvent {
  background: url("../../../../img/expo2017/kurokishi/navi_event.png") center center no-repeat;
}
@media (max-width: 37.5em) {
  .header_navi .inline .nav ul#menu li a.navEvent {
    background: url("../../../../img/expo2017/kurokishi/navi_event_sp.png") center center no-repeat;
    background-size: 66px 20px;
  }
}
.header_navi .inline .nav ul#menu li a:hover {
  opacity: 1;
}

.top {
  padding-top: 50px;
  background: url("../../../../img/expo2017/kurokishi/top_bg.png") top center no-repeat;
  position: relative;
}
@media (max-width: 37.5em) {
  .top {
    margin-top: 45px;
    padding-top: 0;
    background: url("../../../../img/expo2017/kurokishi/top_bg_sp.png") top center no-repeat;
    background-size: contain;
  }
}
.top:before {
  content: '';
  width: 100%;
  height: 1346px;
  background: url("../../../../img/expo2017/kurokishi/charactor_bg.png") top center no-repeat;
  position: absolute;
  top: 0;
  z-index: 0;
}
@media (max-width: 37.5em) {
  .top:before {
    background: url("../../../../img/expo2017/kurokishi/charactor_bg_sp.png") top center no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 213.2%;
    position: absolute;
    top: 350px;
  }
}
.top .inline {
  position: relative;
  width: 1160px;
  height: 1346px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 37.5em) {
  .top .inline {
    width: 100%;
    height: 780px;
    padding: 0 20px;
  }
}
.top .inline h1 {
  background: url("../../../../img/expo2017/kurokishi/logo.png") top center no-repeat;
  width: 883px;
  height: 373px;
  margin: 0 auto;
  position: absolute;
  top: 20px;
  left: 22px;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .top .inline h1 {
    background: url("../../../../img/expo2017/kurokishi/logo_sp.png") top center no-repeat;
    background-size: contain;
    position: relative;
    top: 50px;
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
}
.top .inline .movie {
  margin: 0 auto;
  position: absolute;
  top: 408px;
  left: calc(50% - 240px);
  width: 480px;
  height: 270px;
  border-left: 4px solid #cb881e;
  border-right: 4px solid #cb881e;
}
.top .inline .movie:before {
  position: relative;
  z-index: 9999;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cb881e+1,ffef8b+50,cb881e+100 */
  background: #cb881e;
  /* Old browsers */
  background: -moz-linear-gradient(left, #cb881e 1%, #ffef8b 50%, #cb881e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #cb881e 1%, #ffef8b 50%, #cb881e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #cb881e 1%, #ffef8b 50%, #cb881e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb881e', endColorstr='#cb881e',GradientType=1 );
  /* IE6-9 */
}
.top .inline .movie:after {
  position: absolute;
  bottom: 0;
  z-index: 9999;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cb881e+1,ffef8b+50,cb881e+100 */
  background: #cb881e;
  /* Old browsers */
  background: -moz-linear-gradient(left, #cb881e 1%, #ffef8b 50%, #cb881e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #cb881e 1%, #ffef8b 50%, #cb881e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #cb881e 1%, #ffef8b 50%, #cb881e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb881e', endColorstr='#cb881e',GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 37.5em) {
  .top .inline .movie {
    position: absolute;
    top: 200px;
    left: calc(50% - 168px);
    margin: 0 auto;
    width: 335px;
    height: 188px;
  }
}
.top .inline .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.top .inline ul.shareBtn {
  position: absolute;
  top: 28px;
  right: 0px;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
}
@media (max-width: 37.5em) {
  .top .inline ul.shareBtn {
    top: 17px;
    right: 17px;
  }
}
.top .inline ul.shareBtn li {
  margin-left: 20px;
}
.top .inline ul.shareBtn li.shareTtl {
  background: url("../../../../img/expo2017/kurokishi/share_ttl.png") 0 0 no-repeat;
  width: 28px;
  height: 6px;
  text-indent: -9999px;
}
.top .inline ul.shareBtn li.twitter a {
  display: block;
  background: url("../../../../img/expo2017/kurokishi/icon_twitter.png") 0 0 no-repeat;
  width: 24px;
  height: 20px;
  text-indent: -9999px;
}
.top .inline ul.shareBtn li.facebook a {
  display: block;
  background: url("../../../../img/expo2017/kurokishi/icon_facebook.png") 0 0 no-repeat;
  width: 11px;
  height: 23px;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .top .inline ul.shareBtn li:last-child {
    margin-left: 8px;
  }
}
.top .inline p.lead {
  background: url("../../../../img/expo2017/kurokishi/lead.png") 0 0 no-repeat;
  width: 935px;
  height: 249px;
  text-indent: -9999px;
  margin: 0 auto;
  position: absolute;
  top: 794px;
  left: calc(50% - 468px);
}
@media (max-width: 37.5em) {
  .top .inline p.lead {
    position: absolute;
    top: 460px;
    left: calc(50% - 180px);
    margin: 6px auto 0;
    background: url("../../../../img/expo2017/kurokishi/lead_sp.png") 0 0 no-repeat;
    background-size: contain;
    width: 360px;
    height: 196px;
  }
}
.top .inline .download {
  margin: 25px auto 0;
  padding: 0;
  width: 827px;
  height: 129px;
  background: url("../../../../img/expo2017/kurokishi/download_bg.png") 0 0 no-repeat;
  position: absolute;
  top: 1090px;
  left: calc(50% - 414px);
}
@media (max-width: 37.5em) {
  .top .inline .download {
    margin: 0 auto;
    background: url("../../../../img/expo2017/kurokishi/download_bg_sp.png") 0 0 no-repeat;
    background-size: contain;
    top: 680px;
    left: calc(50% - 168px);
    width: 335px;
    height: 65px;
  }
}
.top .inline .download .apple, .top .inline .download .google {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
  width: 225px;
  position: absolute;
}
@media (max-width: 37.5em) {
  .top .inline .download .apple, .top .inline .download .google {
    width: 68px;
  }
}
.top .inline .download .apple {
  top: 40px;
  left: 278px;
}
@media (max-width: 37.5em) {
  .top .inline .download .apple {
    top: 28px;
    left: 142px;
  }
}
.top .inline .download .google {
  top: 40px;
  left: 545px;
}
@media (max-width: 37.5em) {
  .top .inline .download .google {
    top: 28px;
    left: 250px;
  }
}
.top .inline .download .qr {
  width: 70px;
}
@media (max-width: 37.5em) {
  .top .inline .download .qr {
    display: none;
  }
}
.top .inline .download .btn {
  width: 135px;
}
@media (max-width: 37.5em) {
  .top .inline .download .btn {
    width: 68px;
  }
}

.result {
  background: url("../../../../img/expo2017/kurokishi/section_bg.png") top center no-repeat;
}
@media (max-width: 37.5em) {
  .result {
    background: url("../../../../img/expo2017/kurokishi/section_bg.png") top center no-repeat;
    background-size: contain;
  }
}
.result .inline {
  width: 1360px;
  position: relative;
}
@media (max-width: 37.5em) {
  .result .inline {
    width: 100%;
    height: auto;
  }
}
.result .inline .inner {
  width: 960px;
  margin: 0 auto;
  padding: 100px 0;
}
@media (max-width: 37.5em) {
  .result .inline .inner {
    width: 100%;
    margin: 0;
    padding: 50px 20px;
  }
}
.result .inline .inner h3 {
  background: url("../../../../img/expo2017/kurokishi/result_ttl.png") 0 0 no-repeat;
  width: 610px;
  height: 233px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .result .inline .inner h3 {
    background: url("../../../../img/expo2017/kurokishi/result_ttl_sp.png") 0 0 no-repeat;
    background-size: contain;
    width: 279px;
    height: 107px;
  }
}
.result .inline .inner .photo {
  width: 600px;
  margin: 50px auto 0;
}
@media (max-width: 37.5em) {
  .result .inline .inner .photo {
    width: 100%;
    margin: 30px auto 0;
  }
}
.result .inline .inner p.name {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 37.5em) {
  .result .inline .inner p.name {
    margin-top: 20px;
  }
}
.result .inline .inner p.name a {
  display: block;
  background: url("../../../../img/expo2017/kurokishi/tenko_logo.png") 0 0 no-repeat;
  background-size: contain;
  width: 302px;
  height: 42px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .result .inline .inner p.name a {
    width: 280px;
    height: 39px;
  }
}
.result .inline .inner p.url {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 37.5em) {
  .result .inline .inner p.url {
    margin-top: 20px;
  }
}
.result .inline .inner p.url a {
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #6642b8;
  text-decoration: underline;
}
@media (max-width: 37.5em) {
  .result .inline .inner p.url a {
    font-size: 13px;
  }
}
.result .inline .inner p.url a:hover {
  text-decoration: none;
}
.result .inline .inner .lead {
  width: 100%;
  margin: 50px 0 0;
}
@media (max-width: 37.5em) {
  .result .inline .inner .lead {
    margin: 25px 0 0;
  }
}
.result .inline .inner .lead p {
  background: url("../../../../img/expo2017/kurokishi/result_txt.png") 0 0 no-repeat;
  width: 700px;
  height: 710px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .result .inline .inner .lead p {
    background: url("../../../../img/expo2017/kurokishi/result_txt_sp.png") 0 0 no-repeat;
    background-size: contain;
    width: 333px;
    height: 385px;
  }
}

.about {
  background: url("../../../../img/expo2017/kurokishi/section_bg.png") top center no-repeat;
}
@media (max-width: 37.5em) {
  .about {
    background: url("../../../../img/expo2017/kurokishi/section_bg.png") top center no-repeat;
    background-size: contain;
  }
}
.about .inline {
  width: 1360px;
  height: 1650px;
  position: relative;
}
@media (max-width: 37.5em) {
  .about .inline {
    width: 100%;
    height: auto;
  }
}
.about .inline:after {
  content: '';
  width: 652px;
  height: 1650px;
  background: url("../../../../img/expo2017/kurokishi/about_image.png") 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: -130px;
  z-index: 0;
}
@media (max-width: 37.5em) {
  .about .inline:after {
    display: none;
  }
}
.about .inline .inner {
  width: 800px;
  margin-left: 560px;
  padding: 100px 0 0;
}
@media (max-width: 37.5em) {
  .about .inline .inner {
    width: 100%;
    margin: 0;
    padding: 50px 20px;
  }
}
.about .inline .inner h3 {
  background: url("../../../../img/expo2017/kurokishi/about_ttl.png") 0 0 no-repeat;
  width: 740px;
  height: 225px;
  margin: 0;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .about .inline .inner h3 {
    background: url("../../../../img/expo2017/kurokishi/about_ttl_sp.png") 0 0 no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 31.06%;
  }
}
.about .inline .inner .lead1 {
  width: 100%;
  margin: 50px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #bac8f8;
}
@media (max-width: 37.5em) {
  .about .inline .inner .lead1 {
    margin: 25px 0 0;
    padding: 25px 0 0;
  }
}
.about .inline .inner .lead1 p {
  background: url("../../../../img/expo2017/kurokishi/about_txt1.png") 0 0 no-repeat;
  width: 625px;
  height: 158px;
  margin: 0;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .about .inline .inner .lead1 p {
    background: url("../../../../img/expo2017/kurokishi/about_txt1_sp.png") 0 0 no-repeat;
    background-size: contain;
    width: 316px;
    height: 160px;
  }
}
.about .inline .inner .lead2 {
  width: 100%;
  margin: 30px 0 0;
  padding: 30px 0;
  border-top: 1px solid #bac8f8;
  border-bottom: 1px solid #bac8f8;
}
@media (max-width: 37.5em) {
  .about .inline .inner .lead2 {
    margin: 25px 0 0;
    padding: 25px 0;
  }
}
.about .inline .inner .lead2 p {
  background: url("../../../../img/expo2017/kurokishi/about_txt2.png") 0 0 no-repeat;
  width: 427px;
  height: 114px;
  margin: 0;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .about .inline .inner .lead2 p {
    background: url("../../../../img/expo2017/kurokishi/about_txt2_sp.png") 0 0 no-repeat;
    background-size: contain;
    width: 278px;
    height: 74px;
  }
}
.about .inline .inner p.rule {
  width: 700px;
  margin: 50px 0 0;
  font-size: 20px;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  color: #5a5063;
}
.about .inline .inner p.rule span {
  color: #6642b8;
  font-weight: bold;
}
@media (max-width: 37.5em) {
  .about .inline .inner p.rule {
    width: 105%;
    margin: 25px 0px 0 -20px;
    padding-left: 135px;
    font-size: 13px;
    line-height: 1.5em;
    position: relative;
  }
  .about .inline .inner p.rule:after {
    content: '';
    width: 375px;
    height: 340px;
    background: url("../../../../img/expo2017/kurokishi/about_image_sp.png") 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .about .inline .inner p.rule:last-child:after {
    display: none;
  }
}
.about .inline .inner .image {
  width: 700px;
  margin: 20px 0;
}
@media (max-width: 37.5em) {
  .about .inline .inner .image {
    width: 105%;
    margin: 25px 0px 0 -20px;
    padding-left: 135px;
  }
}

.howTo {
  background: url("../../../../img/expo2017/kurokishi/section_bg.png") top center no-repeat;
}
@media (max-width: 37.5em) {
  .howTo {
    background: url("../../../../img/expo2017/kurokishi/section_bg.png") top center no-repeat;
    background-size: contain;
  }
}
.howTo .inline {
  width: 960px;
  padding: 100px 0;
}
@media (max-width: 37.5em) {
  .howTo .inline {
    width: 100%;
    padding: 50px 20px;
  }
}
.howTo .inline h3 {
  background: url("../../../../img/expo2017/kurokishi/howto_ttl.png") 0 0 no-repeat;
  width: 691px;
  height: 49px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .howTo .inline h3 {
    background: url("../../../../img/expo2017/kurokishi/howto_ttl_sp.png") 0 0 no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 7.13%;
  }
}
.howTo .inline .step {
  position: relative;
  /*&:after{
  	content:'';
  	background:url("../../../../img/expo2017/kurokishi/step_charactor.png") 0 0 no-repeat;
  	width:321px;
  	height:784px;
  	position:absolute;
  	top:44px;
  	left:-251px;
  	@include breakpoint(mobileonly) {
  		display:none;
  	}
  }*/
}
.howTo .inline .step1 {
  position: relative;
  background: url("../../../../img/expo2017/kurokishi/step1.png") 0 0 no-repeat;
  width: 961px;
  height: 277px;
  margin: 35px auto 0;
}
@media (max-width: 37.5em) {
  .howTo .inline .step1 {
    background: url("../../../../img/expo2017/kurokishi/step1_sp.png") 0 0 no-repeat;
    background-size: contain;
    width: 335px;
    height: 161px;
    margin: 20px auto 0;
  }
}
.howTo .inline .step1 .apple, .howTo .inline .step1 .google {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
  width: 225px;
  position: absolute;
}
@media (max-width: 37.5em) {
  .howTo .inline .step1 .apple, .howTo .inline .step1 .google {
    width: 68px;
  }
}
.howTo .inline .step1 .apple {
  top: 148px;
  left: 357px;
}
@media (max-width: 37.5em) {
  .howTo .inline .step1 .apple {
    top: 84px;
    left: 139px;
  }
}
.howTo .inline .step1 .google {
  top: 148px;
  left: 624px;
}
@media (max-width: 37.5em) {
  .howTo .inline .step1 .google {
    top: 84px;
    left: 248px;
  }
}
.howTo .inline .step1 .qr {
  width: 70px;
}
@media (max-width: 37.5em) {
  .howTo .inline .step1 .qr {
    display: none;
  }
}
.howTo .inline .step1 .btn {
  width: 135px;
}
@media (max-width: 37.5em) {
  .howTo .inline .step1 .btn {
    width: 68px;
  }
}
.howTo .inline .step2 {
  position: relative;
  background: url("../../../../img/expo2017/kurokishi/step2.png") 0 0 no-repeat;
  width: 961px;
  height: 307px;
  margin: 23px auto 0;
}
@media (max-width: 37.5em) {
  .howTo .inline .step2 {
    background: url("../../../../img/expo2017/kurokishi/step2_sp.png") 0 0 no-repeat;
    background-size: contain;
    width: 348px;
    height: 227px;
    margin: 8px auto 0;
  }
}
.howTo .inline .step2 a {
  position: absolute;
  top: 185px;
  left: 305px;
  display: block;
  background: url("../../../../img/expo2017/kurokishi/step2_btn.png") 0 0 no-repeat;
  width: 349px;
  height: 58px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .howTo .inline .step2 a {
    background: url("../../../../img/expo2017/kurokishi/step2_btn_sp.png") 0 0 no-repeat;
    background-size: contain;
    width: 180px;
    height: 30px;
    top: 134px;
    left: 78px;
  }
}
.howTo .inline .step3 {
  background: url("../../../../img/expo2017/kurokishi/step3.png") 0 0 no-repeat;
  width: 961px;
  height: 307px;
  margin: 23px auto 0;
}
@media (max-width: 37.5em) {
  .howTo .inline .step3 {
    background: url("../../../../img/expo2017/kurokishi/step3_sp.png") 0 0 no-repeat;
    background-size: contain;
    width: 348px;
    height: 325px;
    margin: 8px auto 0;
  }
}
.howTo .inline .goal {
  position: relative;
  background: url("../../../../img/expo2017/kurokishi/goal.png") 0 0 no-repeat;
  width: 973px;
  height: 412px;
  margin: 23px auto 0;
}
@media (max-width: 37.5em) {
  .howTo .inline .goal {
    background: url("../../../../img/expo2017/kurokishi/goal_sp.png") 0 0 no-repeat;
    background-size: contain;
    width: 337px;
    height: 431px;
    margin: 8px auto 0;
  }
}

.participants {
  background: url("../../../../img/expo2017/kurokishi/section_bg.png") top center no-repeat;
}
@media (max-width: 37.5em) {
  .participants {
    background: url("../../../../img/expo2017/kurokishi/section_bg.png") top center no-repeat;
    background-size: contain;
  }
}
.participants .inline {
  background: url("../../../../img/expo2017/kurokishi/participants_bg.png") top center repeat-y;
  width: 1160px;
  padding: 100px 0 0;
}
@media (max-width: 37.5em) {
  .participants .inline {
    width: 100%;
    padding: 50px 20px 0;
  }
}
.participants .inline h3 {
  background: url("../../../../img/expo2017/kurokishi/participants_ttl.png") 0 0 no-repeat;
  width: 249px;
  height: 47px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .participants .inline h3 {
    background: url("../../../../img/expo2017/kurokishi/participants_ttl_sp.png") 0 0 no-repeat;
    background-size: contain;
    width: 150px;
    height: 28px;
  }
}
.participants .inline p.att {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
@media (max-width: 37.5em) {
  .participants .inline p.att {
    font-size: 10px;
  }
}
.participants .inline ul {
  width: 1026px;
  margin: 50px auto 0 !important;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: flex-start;
  /*--- safari（PC）用 ---*/
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
}
@media (max-width: 37.5em) {
  .participants .inline ul {
    width: 100%;
    margin: 25px auto 0 !important;
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
  }
}
.participants .inline ul li {
  width: 332px;
  margin: 0 5px 50px;
}
@media (max-width: 37.5em) {
  .participants .inline ul li {
    width: 49%;
    margin: 0 0 25px;
  }
}
.participants .inline ul li .photo {
  background: #ebebeb;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
  width: 332px;
  height: 222px;
}
@media (max-width: 37.5em) {
  .participants .inline ul li .photo {
    width: 100%;
    height: 100px;
  }
}
.participants .inline ul li .photo img {
  width: auto;
  height: auto;
  max-width: 332px;
  max-height: 222px;
}
@media (max-width: 37.5em) {
  .participants .inline ul li .photo img {
    max-width: 100%;
    max-height: 100px;
  }
}
.participants .inline ul li p.name {
  margin-top: calc(20px - (((20px * 1.7) - 20px) / 2));
  font-size: 20px;
  line-height: 1.7em;
  letter-spacing: -0.05em;
  text-align: center;
  color: #fff;
}
@media (max-width: 37.5em) {
  .participants .inline ul li p.name {
    margin-top: calc(10px - (((13px * 1.7) - 13px) / 2));
    font-size: 13px;
  }
}
.participants .inline ul li p.name span {
  font-size: 80%;
}
.participants .inline ul li .cheerBtn {
  margin-top: calc(20px - (((20px * 1.7) - 20px) / 2));
}
@media (max-width: 37.5em) {
  .participants .inline ul li .cheerBtn {
    margin-top: calc(10px - (((13px * 1.7) - 13px) / 2));
  }
}
.participants .inline ul li .cheerBtn a {
  display: block;
  background: url("../../../../img/expo2017/kurokishi/cheer_btn.png") 0 0 no-repeat;
  width: 287px;
  height: 48px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .participants .inline ul li .cheerBtn a {
    background: url("../../../../img/expo2017/kurokishi/cheer_btn_sp.png") 0 0 no-repeat;
    background-size: contain;
    width: 144px;
    height: 24px;
  }
}
.participants .inline p.info {
  padding: 0px 0 50px;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
@media (max-width: 37.5em) {
  .participants .inline p.info {
    font-size: 10px;
  }
}

.event {
  background: url("../../../../img/expo2017/kurokishi/section_bg.png") top center no-repeat;
}
@media (max-width: 37.5em) {
  .event {
    background: url("../../../../img/expo2017/kurokishi/section_bg.png") top center no-repeat;
    background-size: contain;
  }
}
.event .inline {
  width: 1160px;
  padding: 100px 0;
}
@media (max-width: 37.5em) {
  .event .inline {
    width: 100%;
    padding: 50px 0;
  }
}
.event .inline h3 {
  background: url("../../../../img/expo2017/kurokishi/event_ttl.png") 0 0 no-repeat;
  width: 506px;
  height: 93px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .event .inline h3 {
    background: url("../../../../img/expo2017/kurokishi/event_ttl_sp.png") 0 0 no-repeat;
    background-size: contain;
    width: 227px;
    height: 50px;
  }
}
.event .inline .comingsoon {
  background: url("../../../../img/expo2017/kurokishi/comingsoon.png") 0 0 no-repeat;
  width: 961px;
  height: 212px;
  margin: 20px auto 0;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .event .inline .comingsoon {
    background: url("../../../../img/expo2017/kurokishi/comingsoon_sp.png") 0 0 no-repeat;
    background-size: contain;
    width: 337px;
    height: 122px;
  }
}
.event .inline .booth {
  position: relative;
  background: url("../../../../img/expo2017/kurokishi/booth.png") 0 0 no-repeat;
  width: 961px;
  height: 380px;
  margin: 3px auto 0;
}
@media (max-width: 37.5em) {
  .event .inline .booth {
    background: url("../../../../img/expo2017/kurokishi/booth_sp.png") 0 0 no-repeat;
    background-size: contain;
    width: 337px;
    height: 305px;
    margin: 2px auto 0;
  }
}
.event .inline .boothTxt {
  position: relative;
  width: 961px;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .event .inline .boothTxt {
    width: 337px;
    margin: 0 auto;
  }
}
.event .inline .boothTxt:after {
  content: '';
  background: url("../../../../img/expo2017/kurokishi/boothTxt_bottom.png") 0 0 no-repeat;
  position: absolute;
  bottom: -65px;
  width: 961px;
  height: 65px;
}
@media (max-width: 37.5em) {
  .event .inline .boothTxt:after {
    background: url("../../../../img/expo2017/kurokishi/boothTxt_bottom_sp.png") 0 0 no-repeat;
    background-size: contain;
    bottom: -33px;
    width: 337px;
    height: 33px;
  }
}
.event .inline .boothTxt .boothTxtInner {
  background: url("../../../../img/expo2017/kurokishi/boothTxt_bg.png") 0 0 repeat-y;
  width: 961px;
  padding-top: 5px;
}
@media (max-width: 37.5em) {
  .event .inline .boothTxt .boothTxtInner {
    background: url("../../../../img/expo2017/kurokishi/boothTxt_bg_sp.png") 0 0 repeat-y;
    background-size: contain;
    width: 337px;
    padding: 5px 35px 0;
  }
}
.event .inline .boothTxt p {
  width: 740px;
  margin-left: 134px;
  font-size: 13px;
  line-height: 2em;
  color: #fff;
  padding-left: 1em;
  text-indent: -1em;
}
.event .inline .boothTxt p:before {
  content: '・';
}
@media (max-width: 37.5em) {
  .event .inline .boothTxt p {
    margin-left: 0;
    width: 100%;
    line-height: 1.5em;
  }
}
.event .inline .boothTxt p a {
  font-weight: bold;
  text-decoration: underline;
}
.event .inline .boothTxt p a:hover {
  text-decoration: none;
}
.event .inline .boothTxt .timetable {
  width: 750px;
  margin: 50px auto 0;
  padding-top: 50px;
  border-top: 1px solid #fff;
}
@media (max-width: 37.5em) {
  .event .inline .boothTxt .timetable {
    width: 100%;
    margin: 35px auto 0;
    padding: 35px 0 0;
  }
}
.event .inline .boothTxt .timetable h4 {
  background: url("../../../../img/expo2017/kurokishi/timetable_ttl.png") 0 0 no-repeat;
  width: 342px;
  height: 32px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .event .inline .boothTxt .timetable h4 {
    background: url("../../../../img/expo2017/kurokishi/timetable_ttl_sp.png") 0 0 no-repeat;
    background-size: contain;
    width: 200px;
    height: 20px;
  }
}
.event .inline .boothTxt .timetable .timetableBody {
  margin-top: 40px;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
}
@media (max-width: 37.5em) {
  .event .inline .boothTxt .timetable .timetableBody {
    margin-top: 20px;
    display: block;
  }
}
.event .inline .boothTxt .timetable .timetableBody .day1 h5 {
  background: url("../../../../img/expo2017/kurokishi/826.png") 0 0 no-repeat;
  width: 106px;
  height: 29px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .event .inline .boothTxt .timetable .timetableBody .day1 h5 {
    background: url("../../../../img/expo2017/kurokishi/826_sp.png") 0 0 no-repeat;
    background-size: contain;
    width: 79px;
    height: 21px;
  }
}
@media (max-width: 37.5em) {
  .event .inline .boothTxt .timetable .timetableBody .day2 {
    margin-top: 25px;
  }
}
.event .inline .boothTxt .timetable .timetableBody .day2 h5 {
  background: url("../../../../img/expo2017/kurokishi/827.png") 0 0 no-repeat;
  width: 106px;
  height: 29px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .event .inline .boothTxt .timetable .timetableBody .day2 h5 {
    background: url("../../../../img/expo2017/kurokishi/827_sp.png") 0 0 no-repeat;
    background-size: contain;
    width: 79px;
    height: 21px;
  }
}
.event .inline .boothTxt .timetable .timetableBody ul {
  margin-top: 20px !important;
}
@media (max-width: 37.5em) {
  .event .inline .boothTxt .timetable .timetableBody ul {
    margin-top: 15px !important;
  }
}
.event .inline .boothTxt .timetable .timetableBody ul li dl {
  width: 350px;
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
}
@media (max-width: 37.5em) {
  .event .inline .boothTxt .timetable .timetableBody ul li dl {
    width: 100%;
  }
}
.event .inline .boothTxt .timetable .timetableBody ul li dl dt {
  width: 100px;
  background: #483bac;
  padding: 20px 12px;
  text-align: center;
  font-size: 13px;
  letter-spacing: -0.05em;
  color: #fff;
}
@media (max-width: 37.5em) {
  .event .inline .boothTxt .timetable .timetableBody ul li dl dt {
    width: 75px;
    padding: 15px 10px;
    font-size: 10px;
  }
}
.event .inline .boothTxt .timetable .timetableBody ul li dl dd {
  flex: 1;
  background: #fff;
  padding: 20px 12px;
  text-align: left;
  font-size: 13px;
  letter-spacing: -0.05em;
  color: #483bac;
}
@media (max-width: 37.5em) {
  .event .inline .boothTxt .timetable .timetableBody ul li dl dd {
    padding: 15px 10px;
    font-size: 10px;
  }
}
.event .inline .boothTxt .timetable .timetableBody ul li:nth-child(even) dt {
  background: #3e3295;
}
.event .inline .boothTxt .timetable .timetableBody ul li:nth-child(even) dd {
  background: #efefef;
}

.popup {
  width: 700px;
  background: #fff url("../../../../img/expo2017/kurokishi/section_bg.png") top center no-repeat;
  background-size: contain;
}
@media (max-width: 37.5em) {
  .popup {
    width: 100%;
    background: #fff url("../../../../img/expo2017/kurokishi/section_bg.png") top center no-repeat;
    background-size: contain;
  }
}
.popup .inline {
  width: 600px;
  padding: 100px 0;
}
@media (max-width: 37.5em) {
  .popup .inline {
    width: 100%;
    padding: 50px 20px;
  }
}
.popup .inline h3 {
  background: url("../../../../img/expo2017/kurokishi/popup_ttl.png") 0 0 no-repeat;
  background-size: contain;
  width: 400px;
  height: 39px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .popup .inline h3 {
    background: url("../../../../img/expo2017/kurokishi/popup_ttl_sp.png") 0 0 no-repeat;
    background-size: contain;
    width: 272px;
    height: 82px;
  }
}
.popup .inline .signupBtn {
  margin-top: 50px;
}
@media (max-width: 37.5em) {
  .popup .inline .signupBtn {
    margin-top: 30px;
  }
}
.popup .inline .signupBtn a {
  display: block;
  background: url("../../../../img/expo2017/kurokishi/signup_btn.png") 0 0 no-repeat;
  background-size: contain;
  width: 400px;
  height: 50px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .popup .inline .signupBtn a {
    background: url("../../../../img/expo2017/kurokishi/signup_btn_sp.png") 0 0 no-repeat;
    background-size: contain;
    width: 336px;
    height: 68px;
  }
}
.popup .inline p {
  margin-top: calc(20px - (((20px * 1.7) - 20px) / 2));
  font-size: 12px;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  color: #5a5063;
  text-align: center;
}
@media (max-width: 37.5em) {
  .popup .inline p {
    margin-top: calc(10px - (((13px * 1.7) - 13px) / 2));
    font-size: 13px;
    text-align: left;
  }
}
.popup .inline .registeredBtn {
  margin-top: 50px;
}
@media (max-width: 37.5em) {
  .popup .inline .registeredBtn {
    margin-top: 30px;
  }
}
.popup .inline .registeredBtn a {
  display: block;
  background: url("../../../../img/expo2017/kurokishi/registered_btn.png") 0 0 no-repeat;
  background-size: contain;
  width: 400px;
  height: 50px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .popup .inline .registeredBtn a {
    background: url("../../../../img/expo2017/kurokishi/registered_btn_sp.png") 0 0 no-repeat;
    background-size: contain;
    width: 336px;
    height: 68px;
  }
}
.popup .inline .banner {
  margin-top: 50px;
  border-top: 1px solid #bac8f8;
  padding-top: 50px;
}
@media (max-width: 37.5em) {
  .popup .inline .banner {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.popup .inline .banner a {
  display: block;
  background: url("../../../../img/expo2017/kurokishi/banner.png") 0 0 no-repeat;
  background-size: contain;
  width: 400px;
  height: 86px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (max-width: 37.5em) {
  .popup .inline .banner a {
    background: url("../../../../img/expo2017/kurokishi/banner_sp.png") 0 0 no-repeat;
    background-size: contain;
    width: 345px;
    height: 75px;
  }
}
