.expo {
  padding: 100px 0 0px;
}
.expo-body {
  max-width: 750px;
  margin: 0 auto;
}
.expo-body > h1 {
  margin-bottom: 60px;
  font-weight: normal;
  font-size: 4.6rem;
  line-height: 1.3;
  text-align: center;
}
.expo-body > h2 {
  margin-top: 70px;
  font-style: italic;
  font-weight: normal;
  font-size: 4.6rem;
  line-height: 1.3;
}
.expo-body > h2 > span {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 2px solid #dd237c;
}
.expo-body > p {
  margin-top: 20px;
  font-size: 2rem;
  line-height: 1.6;
}
.expo-body > p > a {
  display: inline-block;
  color: #dd237c;
  text-decoration: underline;
}
.expo-body > p > a:hover {
  text-decoration: none;
}
.expo-body .btn {
  width: 470px;
  height: 120px;
  margin-top: 70px;
}
.expo-body .btn > a:before {
  background-color: #1d9bf0;
}
.expo-pagetop {
  z-index: 1000;
  position: fixed;
  right: 40px;
  bottom: 30px;
  width: 96px;
  height: 96px;
  border: 2px solid #fff;
  background-color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.expo-pagetop.hover:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.expo-pagetop > a {
  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;
  width: 100%;
  height: 100%;
}
.expo-pagetop > a > img {
  width: 80px;
}
.top-social-follow > ul {
  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;
  margin-top: 60px;
}
.top-social-follow > ul > li {
  width: 110px;
}
.top-social-follow > ul > li:last-of-type {
  margin-left: 70px;
} 
#sns {
  width: 100%;
  font-size: 4.6rem;
  text-align: center;
}
#col-t {
  font-size: 2rem;
  line-height: 1.6;
}
#col-s {
  padding-bottom: 30px;
}
#col-v {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #col-t {
    margin-top: 20px;
    font-size: 4vw;
  }
  #col-e {
    margin-top: 20px;
    font-size: 4vw;
    padding-bottom: 10px;
  }
  .expo {
    padding: 13.3333333333vw 4vw 0vw;
  }
  .expo-body > h1 {
    margin-bottom: 8vw;
    font-size: 9.0666666667vw;
  }
  .expo-body > h2 {
    margin-top: 9.3333333333vw;
    font-size: 6.6666666667vw;
  }
  .expo-body > h2 > span {
    padding-bottom: 0.2666666667vw;
  }
  .expo-body > p {
    margin-top: 4vw;
    font-size: 4vw;
  }
  .expo-body > p {
    margin-top: 20px;
    font-size: 4vw;
    padding-bottom: 30px;
  }
  .expo-body .btn {
    width: 77.3333333333vw;
    height: 20vw;
    margin-top: 9.3333333333vw;
  }
  .expo-pic {
    margin: 0 -4vw;
  }
  .expo-pagetop {
    right: 0;
    bottom: 8vw;
    width: 18.6666666667vw;
    height: 18.6666666667vw;
    border-width: 1px;
  }
  .expo-pagetop > a > img {
    width: 14.6666666667vw;
  }
  .top-social-follow > ul {
    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;
    margin-top: 40px;
  }
  .top-social-follow > ul > li {
    width: 18.6666666667vw;
  }
  .top-social-follow > ul > li:last-of-type {
    margin-left: 12vw;
  }
  #sns {
    font-size: 6.6666666667vw;
    text-align: center;
  }
}