@charset: 'utf-8';

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%;
}

body {
  position: relative;
  font-family: Helvetica Neue, YuGothic, "Yu Gothic", 游ゴシック, sans-serif;
  font-size: 14px;
  color: #fff;
}

a {
  color: #fff;
}

.bg-movie,
.bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
}

.bg-movie {
    z-index: -1;
}

.bg-overlay {
    z-index: 0;
    background-color: rgba(0, 0, 0, 1.0);
    transition: background-color 2.5s ease-in;
}

.bg-overlay.complete {
  background-color: rgba(0,0,0,0.5);
}

.wrap {
  position: relative;
  z-index: 1;
  padding: 0;
}

.content {
  margin: 0 auto;
  padding: 50px;
  max-width: 800px;
  box-sizing: border-box;
}

h1 {
  width: 500px;
  margin: 27vh auto;
  /*padding: 40px 0;*/
  /*border: 1px solid #fff;*/
  /*text-align: center;*/
  /*font-size: 26px;*/
  /*font-family: Helvetica Neue, Midashi Go MB1, YuGothic, "Yu Gothic", 游ゴシック, sans-serif;*/
  /*letter-spacing: 3px*/
}

h2.heading {
  margin: 60px 0 50px;
  font-size: 25px;
  font-family: Helvetica Neue, Midashi Go MB1, YuGothic, "Yu Gothic", 游ゴシック, sans-serif;
  text-align: center;
}

.text {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 2.0;
}

.event-list {
  padding: 0;
  list-style-type: none;
}

.event-list li {
  padding-bottom: 15px;
  font-size: 15px;
}

.event-list li + li {
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

.dl-link {
  color: #fff;
  text-align: center;
}

.dl-link a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  border: 1px solid #fff;
  margin: 0 auto;
  padding: 15px 30px;
  width: 400px;
  transition: all 0.3s ease-out;
}

.dl-link a::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  transition: border-left 0.3s ease-out;
}

.dl-link a:hover::after {
  border-left: 7px solid #333;
}

.dl-link a:hover {
  background-color: #fff;
  color: #333;
}

.mail-link  {
  color: #fff;
  text-align: center;
}
.mail-link a {
  border: 1px solid #fff;
  display: block;
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
  width: 300px;
}

h2.copy {
  text-align: center;
  margin: 50px 0 30px;
  font-size: 16px;
  color: #fff;
  font-family: Helvetica Neue, Midashi Go MB1, YuGothic, "Yu Gothic", 游ゴシック, sans-serif;
  text-align: center;
}

.company {
  font-size: 14px;
  text-align: center;
}

.company a {
  color: #fff;
}

br.sp-only {
  display: none;
}

/* responsive  */
@media screen and (max-width: 480px) {
  br.sp-only {
    display: inline;
  }

  .wrap {
    padding: 0;
  }

  .bg-movie {
    display: none;
  }

  .bg-overlay {
    background: url('img/bg.jpg') center center;
    background-size: cover;
  }

  h1 {
    width: 200px;
    margin: 30vh auto;
    padding: 10px;
    font-size: 16px;
  }

  .text {
    font-size: 14px;
  }

  .event-list li {
    font-size: 13px;
  }

  .content {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 15px;
    background-color: rgba(0,0,0, .5);
  }

  .dl-link a,
  .mail-link a {
    width: 250px;
    padding: 15px;
  }

}

.mail-link {
  color: #fff;
  text-align: center;
}


.mail-link a {
  display: block;
  width: 340px;
  margin: 0 auto;
  padding: 20px;
  transition: all 0.3s ease-out;
  font-size: 18px;
  border: 1px solid #fff;
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}

.mail-link a:hover {
  background-color: #fff;
  color: #333;
}

.mail-link .mail-icon {
  display: inline-block;
  width: 24px;
  margin-right: 5px;
  vertical-align: -2px;
}

.mail-link a #icon_mail_path {
  transition: all .3s ease-out;
  stroke: #fff;
}

.mail-link a:hover #icon_mail_path {
  stroke: #333;
}
