@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;
  line-height: 2.222;
}

small {
  font-size: 1.1rem;
}

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

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;
}
a img:hover {
  opacity: .5;
  -webkit-transition: .16s;
  transition: .16s;
}
#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{
  max-width: 100%;
  height: auto;
}
.opening::before{
  content: "";
  display: block;
  position: fixed;
  background: url(../img/top_pc.jpg);
  background-size: cover;
  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;
  opacity:1;
}
.opening.off{
  background: url(../img/slide01_pc.jpg);
  background-size: cover;
  -webkit-animation: all 1s ease 0;
  animation: all 1s ease 0;
}
.opening.off2{
  opacity: 0;
}
.bk_border{
  position: fixed;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  border: 10px solid #FFF;
}
.bk_layer::before{
  content: "";
  display: block;
  position: fixed;
  /* background-color: #FFF; */
  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(../img/slide01_pc.jpg);
  background-size: cover;
  -webkit-animation  : bgAnime 50s infinite;
          animation  : bgAnime 50s infinite;
}
.bk_layer.bg01.active::before {
  background: url(../img/slide01_pc.jpg);
  background-size: cover;
}
.bk_layer.bg02.active::before {
  background: url(../img/slide02_pc.jpg);
  background-size: cover;
  -webkit-animation-delay  : 5s;
          animation-delay  : 5s;
}
.bk_layer.bg03.active::before {
  background: url(../img/slide03_pc.jpg);
  background-size: cover;
  -webkit-animation-delay  : 10s;
          animation-delay  : 10s;
}
.bk_layer.bg04.active::before {
  background: url(../img/slide04_pc.jpg);
  background-size: cover;
  -webkit-animation-delay  : 15s;
          animation-delay  : 15s;
}
.bk_layer.bg05.active::before {
  background: url(../img/slide05_pc.jpg);
  background-size: cover;
  -webkit-animation-delay  : 20s;
          animation-delay  : 20s;
}
.bk_layer.bg06.active::before {
  background: url(../img/slide06_pc.jpg);
  background-size: cover;
  -webkit-animation-delay  : 25s;
          animation-delay  : 25s;
}
.bk_layer.bg07.active::before {
  background: url(../img/slide07_pc.jpg);
  background-size: cover;
  -webkit-animation-delay  : 30s;
          animation-delay  : 30s;
}
.bk_layer.bg08.active::before {
  background: url(../img/slide08_pc.jpg);
  background-size: cover;
  -webkit-animation-delay  : 35s;
          animation-delay  : 35s;
}
.bk_layer.bg09.active::before {
  background: url(../img/slide09_pc.jpg);
  background-size: cover;
  -webkit-animation-delay  : 40s;
          animation-delay  : 40s;
}
.bk_layer.bg10.active::before {
  background: url(../img/slide10_pc.jpg);
  background-size: cover;
  -webkit-animation-delay  : 45s;
          animation-delay  : 45s;
}
@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes fadeIn {
  0% { opacity: 0; }
100% { opacity: 1; }
}
@-webkit-keyframes bgAnime {
  0% { opacity: 0; }
4.5% { opacity: 1; }
 10% { opacity: 1; }
 14.5% { opacity: 0; }
100% { opacity: 0; }
}
@keyframes bgAnime {
  0% { opacity: 0; }
4.5% { opacity: 1; }
 10% { opacity: 1; }
 14.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_logo,
.container .top .op_write {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.container .top .op_logo.off,
.container .top .op_write.off {
  opacity: 0;
}
.container .top .op_logo{
  left: calc(50% - 145px);
}
.container .top .op_write{
  top: 51.5%;
  left: calc(50% + 97px);
  z-index: 1;
}
.container .top .op_write.line{
  top: calc(50% + 31px);
  border-bottom: #FFF solid 1px;
  width: 250px;
  z-index: 0;
}
.container .top h1 {
  position: absolute;
  top: calc(50% + 29px);
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.container .top .yokoku{
  position: absolute;
  top: 20px;
  right: 20px;
}
.container .top .copyright {
  position: fixed;
  top: auto;
  left: 22px;
  bottom: 16px;
  color: #FFF;
  font-family: "KozGoPro-Heavy", "小塚ゴシック Pro H", "ヒラギノ角ゴ ProN W6", "HiraKakuProN-W6", sans-serif;
}
.container .top .down {
  position: absolute;
  top: auto;
  right: 21px;
  bottom: 8px;
}
.container .top .ttl_logo {
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  br{
    display: none;
  }
  .opening::before{
    background: url(../img/top_sp.jpg);
    background-size: cover;
  }
  .container .top .op_logo{
    top: calc(50% - 55px);
    left: 50%
  }
  .container .top .op_write{
    width: 44%;
    top: calc(50% + 80px);
    left: 50%;
  }
  .container .top .op_write.line{
    width: 44%;
    top: calc(50% + 90px);
  }
  .bk_layer.bg01.active::before {
    background: url(../img/slide01_sp.jpg);
    background-size: cover;
  }
  .bk_layer.bg02.active::before {
    background: url(../img/slide02_sp.jpg);
    background-size: cover;
  }
  .bk_layer.bg03.active::before {
    background: url(../img/slide03_sp.jpg);
    background-size: cover;
  }
  .bk_layer.bg04.active::before {
    background: url(../img/slide04_sp.jpg);
    background-size: cover;
  }  
  .bk_layer.bg05.active::before {
    background: url(../img/slide05_sp.jpg);
    background-size: cover;
  }
  .bk_layer.bg06.active::before {
    background: url(../img/slide06_sp.jpg);
    background-size: cover;
  }  
  .bk_layer.bg07.active::before {
    background: url(../img/slide07_sp.jpg);
    background-size: cover;
  }  
  .bk_layer.bg08.active::before {
    background: url(../img/slide08_sp.jpg);
    background-size: cover;
  }  
  .bk_layer.bg09.active::before {
    background: url(../img/slide09_sp.jpg);
    background-size: cover;
  }  
  .bk_layer.bg10.active::before {
    background: url(../img/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: 17px;
    right: 17px;
  }
  .container .top .down {
    right: 18px;
    bottom: 10px;
  }
  .container .top .copyright{
    font-size: 1rem;
    font-weight: bold;
    left: 18px;
    bottom: 15px;
  }
}
.container {
  padding-bottom: 330px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 2s;
  transition: all 2s;
}
.container.active{
  background-color: rgba(0, 0, 0, 0.5);
}
.container .contents {
  color: #fff;
  position: relative;
}

.container .contents .lead a{
  text-decoration: underline;
}

.container .contents .lead {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  padding: 125px 0;
  font-size: 1.8rem;
}
.container .contents h2 {
  font-family: 'Futo Min A101', serif;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
  border-bottom: 1px solid;
  display: inherit;
  width: 7em;
  margin: 0 auto 90px;
}
.container .contents h2:last-of-type{
  width: 5em;
  margin: 0 auto 50px;
}
.container .contents .info{
  max-width: 500px;
  width: 94%;
  margin: 0 auto;
  font-size: 1.8rem;
}
.container .contents .info dl{
  padding: 95px 0 60px;
}
.container .contents .info dt{
  float: left;
  clear: both;
}
.container .contents .info dd{
  margin-left: 75px;
  text-align: left;
}
.container .contents .info .images{
  padding-bottom: 160px;
}
.container .contents .info .pic{
  padding: 150px 0 140px;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .container .contents .lead {
    text-align: left;
    font-size: 1.5rem;
    line-height: 2;
    padding: 70px 0 80px;
  }
  .container .contents .info .ttl_fashion{
    text-align: center;
  }
  .container .contents .info .ttl_fashion img{
    width: 74%;
  }
  .images img{
    width: 100%;
  }
  .container .contents h2{
    font-size: 2rem;
    margin: 0 auto 60px;
  }
  .container .contents .info{
    font-size: 1.5rem;
  }
  .container .contents .info dl{
    width: 92%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .container .contents .info dd{
    margin-left: 55px;
  }
  .container .contents .info .images{
    width: 95%;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .container .contents .info .pic{
    font-size: 1.4rem;
    padding: 75px 0 80px;
  }
  .container .contents h2:last-of-type{
    margin: 0 auto 40px;
  }
  .container .contents .exhibitor{
    width: 95%;
    margin: 0 auto;
  }
}

.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 45px;
}

.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(../img/ico_mail@2x.png) 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;
  }
}