.site-header {
  margin: 0 0 40px;
}

.site-header h1 {
  text-align: center;
  font-size: 40px;
  font-weight: normal;
}
.site-header p {
  margin: 40px 0 16px;
  text-align: center;
  font-size: 18px;
}
.site-header p span {
  position: relative;
}

.js-mov {
  width: 65%;
  height: 390px;
  position: relative;
  background: #f8f8f8;
  overflow: hidden;
  margin: 0 0 80px;
  transition: background 0.8s;
}

/* .js-mov::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,1);
  transition: opacity 1.5s;
  opacity: 1;
}
.js-mov.is-start::after {
  opacity: 0;
} */
/* .js-mov.is-started {
  background: #f8f8f8;
} */

.anime-block {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  line-height: 1.4;
}

.btn-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px !important;
  height: 100px !important;
  z-index: 1;
}

.u-opacity-zero {
  opacity: 0;
}

.u-position-absolute {
  position: absolute;
}

.text-bar,
.text-bar.text-bar-black {
  position: relative;
}
.text-bar::after {
  position: absolute;
  content: '';
  width: 100px;
  height: 2px;
  background: #fff;
  bottom: 25px;
  right: -110px;
}
.text-bar.text-bar-black::after {
  background: #333;
}

.underline {
  background: linear-gradient(transparent 70%, #f2a3ca 0%);
  line-height: 1.3em;
}

.bg-grade-gray {
  background: #f6f6f6;
  background: -moz-linear-gradient(top,  #f6f6f6 0%, #dbdbdb 100%);
  background: -webkit-linear-gradient(top,  #f6f6f6 0%,#dbdbdb 100%);
  background: linear-gradient(to bottom,  #f6f6f6 0%,#dbdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#dbdbdb',GradientType=0 );
}

.bg-grade-black {
  background: #444;
  background: -moz-linear-gradient(top,  #444 0%, #222 100%);
  background: -webkit-linear-gradient(top,  #444 0%,#222 100%);
  background: linear-gradient(to bottom,  #444 0%,#222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444', endColorstr='#222',GradientType=0 );
}

.bg-white {
  background: rgba(255,255,255,.85);
  display: inline-block;
  padding: 2px 16px;
  line-height: 1.4;
  margin: 2px 0;
}

.dl-section {
  background: rgba(0,94,183,.05);
  margin: 0 0 120px;
  padding: 16px 24px;
  width: 32%;
}

.contents-name {
  font-size: 16px;
  margin: 0 0 8px;
}
.dl-section h2 {
  font-size: 24px;
  margin: 0 0 16px;
}
.dl-section h2 span {
  font-size: 14px;
  display: block;
}

.dl-section a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid #005EB7;
  background: #fff;
  padding: 6px 0;
  margin: 16px 0;
}
.icon-dl {
  width: 13px !important;
  margin-left: 8px;
}
.icon_iweb {
  margin-right: 10px;
}
.next-time {
  font-size: 11px;
}

.u-d-none {
  display: none;
}

.u-d-flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .text-bar::after {
    bottom: 25px;
  }

  .js-mov {
    width: 100%;
    height: 443px;
  }

  .dl-section {
    padding: 24px 32px;
    position: relative;
  }
  .link-fig {
    position: absolute;
    top: -25px;
    right: 0;
    width: 375px;
  }

  .contents-name {
    font-size: 20px;
  }
  .dl-section {
    width: 100%;
  }
  .dl-section h2 {
    font-size: 28px;
  }
  .dl-section h2 span {
    font-size: 16px;
  }

  .dl-section a {
    width: 280px;
  }
}


@media (max-width: 375px) {
  .site-header {
    margin-bottom: 24px;
  }

  .site-header h1 {
    font-size: 24px;
  }
  .site-header p {
    font-size: 14px;
  }
  .site-header p span::before {
    left: -38px;
  }
  .site-header p span::after {
    right: -68px;
  }

  .text-bar::after {
    width: 50px;
    bottom: 12px;
    right: -60px;
  }

  .bg-white {
    padding: 4px 8px;
  }

  .js-mov {
    height: 207px;
    margin-bottom: 40px;
  }

  .dl-section {
    padding: 16px 24px;
  }
  .link-fig {
    margin: 16px 0 0;
    width: 100%;
    position: inherit;
    transform: inherit;
  }

  .contents-name {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .dl-section h2 {
    font-size: 20px;
  }
  .dl-section h2 span {
    font-size: 14px;
    margin-bottom: 0;
  }

  .dl-section a {
    width: 280px;
  }

  .u-d-xs-block {
    display: block;
  }
}