@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;
  /* font-family: "Kozuka Gothic Pro Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", sans-serif; */
  font-family: "Shuei MaruGo B","Kozuka Gothic Pro Light","小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", sans-serif;
  line-height: 2.222;
}
body {
  animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}
small {
  font-size: 1.1rem;
}

a {
  text-decoration: none;
  color: #fff;
}

img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a:hover {
  opacity: .5;
  -webkit-transition: .16s;
  transition: .16s;
}

a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -.2em;
}
.ff-min{
  font-family: 'Midashi Min MA1', serif;
}
.ff-l {
  font-family: 'Shuei MaruGo L', sans-serif;
}
a img:hover {
  opacity: .5;
  -webkit-transition: .16s;
  transition: .16s;
}
a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -.2em;
}
.spOnly {
  display: none;
}
/* #svg-animation .st0{
  fill:none;
  stroke:#FFFFFF;
  stroke-width:20;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-miterlimit:10;
  stroke-dasharray: 1500;
  stroke-dashoffset:1500;
} */
#svg-animation .st0{fill:none;stroke:#FFFFFF;stroke-width:8;stroke-miterlimit:10;}
#svg-animation .st1{fill:none;stroke:#FFFFFF;stroke-width:6;stroke-miterlimit:10;}
#svg-animation{
  max-width: 100%;
  height: auto;
}
.opening::before{
  content: "";
  display: block;
  position: fixed;
  background: url(../images/top_pc.jpg);
  background-size: cover;
  background-position: bottom center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: -3;
  -webkit-animation: fadeIn 2s ease 0;
  animation: fadeIn 2s ease 0;
}
.opening2::before{
  content: "";
  display: block;
  position: fixed;
  background: url(../images/slide01_pc.jpg);
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: -2;
  -webkit-animation: fadeIn 2s ease 0;
  animation: fadeIn 2s ease 0;
}
.opening.off{
  opacity: 0;
}
.bk_layer::before{
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: -1;
  opacity: 0;
  -webkit-animation: fadeIn 2s ease 0 1 normal;
  animation: fadeIn 2s ease 0 1 normal;
}
.bk_layer.active::before{
  background: url(../images/top_pc.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-animation  : bgAnime 45s infinite;
          animation  : bgAnime 45s infinite;
}
.bk_layer.bg01.active::before {
  background: url(../images/slide01_pc.jpg);
  background-size: cover;
  background-position: center center;
}
.bk_layer.bg02.active::before {
  background: url(../images/slide02_pc.jpg);
  background-size: cover;
  -webkit-animation-delay  : 5s;
          animation-delay  : 5s;
}
.bk_layer.bg03.active::before {
  background: url(../images/slide03_pc.jpg);
  background-size: cover;
  -webkit-animation-delay  : 10s;
          animation-delay  : 10s;
}
.bk_layer.bg04.active::before {
  background: url(../images/slide04_pc.jpg);
  background-size: cover;
  -webkit-animation-delay  : 15s;
          animation-delay  : 15s;
}
.bk_layer.bg05.active::before {
  background: url(../images/slide05_pc.jpg);
  background-size: cover;
  -webkit-animation-delay  : 20s;
          animation-delay  : 20s;
}
.bk_layer.bg06.active::before {
  background: url(../images/slide06_pc.jpg);
  background-size: cover;
  -webkit-animation-delay  : 25s;
          animation-delay  : 25s;
}
.bk_layer.bg07.active::before {
  background: url(../images/slide07_pc.jpg);
  background-size: cover;
  -webkit-animation-delay  : 30s;
          animation-delay  : 30s;
}
.bk_layer.bg08.active::before {
  background: url(../images/slide08_pc.jpg);
  background-size: cover;
  -webkit-animation-delay  : 35s;
          animation-delay  : 35s;
}
.bk_layer.bg09.active::before {
  background: url(../images/slide09_pc.jpg);
  background-size: cover;
  -webkit-animation-delay  : 40s;
          animation-delay  : 40s;
}
@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes fadeIn {
  0% { opacity: 0; }
100% { opacity: 1; }
}
@-webkit-keyframes bgAnime {
  0% { opacity: 0; }
  5% { opacity: 1; }
 15% { opacity: 1; }
 16.5% { opacity: 0; }
100% { opacity: 0; }
}
@keyframes bgAnime {
  0% { opacity: 0; }
  5% { opacity: 1; }
 15% { opacity: 1; }
 16.5% { opacity: 0; }
100% { opacity: 0; }
}
.container .top{
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
.container .top .inner{
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}
.container .top .op_logo1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
  opacity: 1;
  -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
          animation: fadeIn 2.5s ease 0s 1 normal;
  margin-top: -12px;
}
.container .top .op_logo2 {
  position: absolute;
  top: 50%;
  left: 10.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  opacity: 1;
}
.container .top .op_logo2 > div{
  position: relative;
}
.container .top .op_logo.off,
.container .top .op_write.off {
  opacity: 0;
}
.container .top .op_write {
  top: 266px;
  left: 39px;
  z-index: 1;
  position: absolute;
}
.container .top .news {
  width: 330px;
  margin-top: 20px;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.45;
  border-radius: 20px;
  padding: 20px;
  text-align: left;
}
.container .top .news h2{
  border-bottom: 1px solid #b3b3b3;
  display: inline-block;
  padding-bottom: 0.15em;
  margin-bottom: 0.8em;
}
.container .top .news a {
  color: #000;
  text-decoration: underline;
}
.container .top .yokoku{
  position: fixed;
  top: 15px;
  right: 15px;
}
.container .top .copyright {
  position: fixed;
  top: auto;
  left: 15px;
  bottom: 15px;
}
.container .top .down {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
}
@media (orientation: portrait){
  .opening::before{
    background: url(../images/top_sp.jpg);
    background-size: cover;
    background-position: bottom center;
  }
  .opening2::before{
    background: url(../images/slide01_sp.jpg);
    background-size: cover;
    background-position: center center;
  }
  .bk_layer.bg01.active::before {
    background: url(../images/slide01_sp.jpg);
    background-size: cover;
    background-position: center center;
  }
  .bk_layer.bg02.active::before {
    background: url(../images/slide02_sp.jpg);
    background-size: cover;
  }
  .bk_layer.bg03.active::before {
    background: url(../images/slide03_sp.jpg);
    background-size: cover;
  }
  .bk_layer.bg04.active::before {
    background: url(../images/slide04_sp.jpg);
    background-size: cover;
  }  
  .bk_layer.bg05.active::before {
    background: url(../images/slide05_sp.jpg);
    background-size: cover;
  }
  .bk_layer.bg06.active::before {
    background: url(../images/slide06_sp.jpg);
    background-size: cover;
  }  
  .bk_layer.bg07.active::before {
    background: url(../images/slide07_sp.jpg);
    background-size: cover;
  }  
  .bk_layer.bg08.active::before {
    background: url(../images/slide08_sp.jpg);
    background-size: cover;
  }  
  .bk_layer.bg09.active::before {
    background: url(../images/slide09_sp.jpg);
    background-size: cover;
  }  
  .bk_layer.bg10.active::before {
    background: url(../images/slide10_sp.jpg);
    background-size: cover;
  }  
}
@media screen and (max-width: 640px) {
  br:not(.sp) {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .opening::before{
    background: url(../images/top_sp.jpg);
    background-size: cover;
    background-position: bottom center;
  }
  .opening2 {
    display: none;
  }
  .container .top .op_logo1{
    display: none;
  }
  .container .top .op_logo2 {
    top: 40%;
    left: calc((100% - 285px)/2);
  }
  .container .top .op_write{
    width: 56.12vw;
    top: calc(50% + 127px);
    left: calc((100% - 54.12vw)/2);
  }
  .container .top .op_logo2.mintop {
    top: auto;
    left: calc((100% - 285px)/2);
    bottom: 0px;
  }
  .container .top .op_logo2.mintop .news {
    font-size: 1.2rem;
    width: 280px;
    background-color: rgba(255,255,255,.8);
    position: absolute;
    bottom: 5.54vh;
    bottom: calc(var(--vh, 1vh) * 5.54);
    padding: 20px 10px;
  }
  .container .top .logo {
    top: 10px;
    left: 10px;
    position: absolute;
  }
  .bk_layer.bg01.active::before {
    background: url(../images/slide01_sp.jpg);
    background-size: cover;
  }
  .bk_layer.bg02.active::before {
    background: url(../images/slide02_sp.jpg);
    background-size: cover;
  }
  .bk_layer.bg03.active::before {
    background: url(../images/slide03_sp.jpg);
    background-size: cover;
  }
  .bk_layer.bg04.active::before {
    background: url(../images/slide04_sp.jpg);
    background-size: cover;
  }  
  .bk_layer.bg05.active::before {
    background: url(../images/slide05_sp.jpg);
    background-size: cover;
  }
  .bk_layer.bg06.active::before {
    background: url(../images/slide06_sp.jpg);
    background-size: cover;
  }  
  .bk_layer.bg07.active::before {
    background: url(../images/slide07_sp.jpg);
    background-size: cover;
  }  
  .bk_layer.bg08.active::before {
    background: url(../images/slide08_sp.jpg);
    background-size: cover;
  }  
  .bk_layer.bg09.active::before {
    background: url(../images/slide09_sp.jpg);
    background-size: cover;
  }  
  .bk_layer.bg10.active::before {
    background: url(../images/slide10_sp.jpg);
    background-size: cover;
  }  
  .container .top h1{
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  .container .top h1 img {
    width: 75%;
  }
  .container .top .ttl_logo img{
    width: 100%;
  }
  .container .top .ttl_logo{
    bottom: 100px;
  }
  .container .top .yokoku{
    top: 10px;
    right: 10px;
  }
  .container .top .down {
    right: 10px;
    bottom: 10px;
  }
  .container .top .copyright{
    font-size: 1rem;
    font-weight: bold;
    left: 10px;
    bottom: 10px;
  }
}
.container {
  padding-bottom: 330px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 2s;
  transition: all 2s;
  position: relative;
}
.container.active{
  background-color: rgba(0, 0, 0, 0.5);
}
.container .contents {
  color: #fff;
  text-align: center;
}
.container .contents .wrapper {
  max-width: 480px;
  width: 90%;
  font-size: 1.8rem;
  line-height: 2;
  margin: 0 auto;
  text-align: left;
}
.container .contents .lead {
  padding: 125px 0;
}
.container .contents h2 {
  font-size: 2.8rem;
  line-height: 1.2;
  border-bottom: 1px solid;
  display: inline-block;
  margin-bottom: 90px;
}
.container .contents .info .info_title{
  padding-bottom: 50px;
}
.container .contents .info .info_title img:nth-of-type(1){
  padding-bottom: 30px;
}
.container .contents .info .info_title img:nth-of-type(2){
  padding-bottom: 20px;
}
.container .contents .info dl{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.container .contents .info dt{
  width: 3em;
}
.container .contents .info dd{
  width: calc(100% - 3em);
}
.container .contents .info .note{
  font-size: 75%;
}
.container .contents .info .exhibitor{
  padding-bottom: 140px;
}
.container .contents .info .images{
  padding-bottom: 150px;
}
.container .contents .info .images.about{
  padding-bottom: 60px;
}
.container .contents .info .text{
  padding-bottom: 60px;
}
.container .contents .banner {
  padding-bottom: 120px;
}
.container .contents .banner a{
  display: block;
  padding-bottom: 30px;
}
.container .contents .credit{
  padding-bottom: 150px;
  font-size: 1.7rem;
}
@media screen and (max-width: 640px) {
  .container .contents .lead {
    text-align: left;
    font-size: 1.5rem;
    line-height: 2;
    padding: 70px 0 80px;
  }
  .images img{
    width: 100%;
  }
  .container .contents h2{
    font-size: 2.1rem;
    margin: 0 auto 40px;
  }
  .container .contents .wrapper {
    font-size: 1.5rem;
  }
  .container .contents .info dl{
    width: 92%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .container .contents .info .images{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  .container .contents .info .info_title {
    padding-bottom: 0;
  }
  .container .contents .info .info_title img:nth-of-type(1) {
    width: 66vw;
    padding-bottom: 20px;
  }
  .container .contents .info .info_title img:nth-of-type(2) {
    width: 82.66vw;
  }
  .container .contents .info .info_title img:nth-of-type(3) {
    width: 29.33vw;
  }
  .container .contents .info .note {
    font-size: 100%;
  }
  .container .contents .credit{
    font-size: 1.2rem;
    padding: 0 0 60px;
  }
  .container .contents h2:last-of-type{
    margin: 0 auto 40px;
  }
  .container .contents .exhibitor{
    width: 90%;
    margin: 0 auto;
  }
  .container .contents .info .exhibitor {
    padding-bottom: 60px;
  }
  .container .contents .info .images.about {
    padding-bottom: 30px;
  }
  .container .contents .banner {
    padding-bottom: 60px;
  }
}

.container .contents .footer {
  text-align: center;
}

.container .contents .footer {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "KozGoPro-Heavy", "小塚ゴシック Pro H", "ヒラギノ角ゴ ProN W6", "HiraKakuProN-W6", sans-serif;
  position: relative;
}

.container .contents .footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.container .contents .footer li {
  width: 49%;
}

.container .contents .footer ul.sns {
  width: 154px;
  margin: 10px auto 40px;
}

.container .contents .footer .btn {
  border: 1px solid;
  border-radius: 5px;
  padding: .5em 0;
  margin: 0 auto 25px;
  position: relative;
}

.container .contents .footer .btn a {
  display: block;
}

.container .contents .footer .btn i {
  margin-right: 7px;
  vertical-align: sub;
  background: url(../images/icon_mail.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 19px;
  display: inline-block;
}

.container .contents .footer .btn:hover {
  opacity: .5;
  -webkit-transition: .16s;
  transition: .16s;
}

@media screen and (max-width: 768px) {
  .container .contents .footer {
    font-weight: bold;
    font-size: 1.4rem;
  }
  .container .contents .footer ul .btn:first-of-type{
    margin-right: 1em;
  }
}