@charset "utf-8";
#header {
  height: 600px;
  background-image: url("../img/top-01.jpg");
  background-position: center center;
  background-size: cover;
  position: relative;
}
/*▼▼▼ヘッダー背景エフェクト▼▼▼*/
#header::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#ffffff 69%, #ffffffb3 70%);
  background-size: 4px 4px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
}
/*▲▲▲ヘッダー背景エフェクト▲▲▲*/
.header-caption {
  position: absolute;
  width: 480px;
  z-index: 9999;
  /*下記に変更
  right: 50px;
  bottom: 170px;
  */
  /*▼▼▼変更▼▼▼*/
  top: 60%;
  right: 5%;
  -webkit-transform: translateY(-60%) translateX(-5%);
  transform: translateY(-60%) translateX(-5%);
  /*▲▲▲変更▲▲▲*/
}
.header-caption h3 {
  font-size: 2.00rem;
  line-height: 3.0;
  letter-spacing: 0.08em;
}
.header-caption p {
  font-size: 1.50rem;
  line-height: 2.5;
  letter-spacing: 0.12em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.video-wrapper {
  height: 600px;
}
.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
}
.column-notice {
  padding: 25px;
}
.column-notice h4 {
  font-size: 1.60rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.12em;
  margin-bottom: 40px;
  text-align: center;
}
.column-notice p {
  display: flex;
  font-size: 1.50rem;
  letter-spacing: 0.12em;
  line-height: 1.7;
}
.column-notice p span {
  display: block;
}
.column-notice p span:nth-child(1) {
  color: #939393;
  width: calc(20% - 20px);
  margin: 10px;
}
.column-notice p span:nth-child(2) {
  width: calc(80% - 20px);
  margin: 10px;
}
.column-notice p span a {
  border-bottom: 1px solid #242424;
  padding-bottom: 2px;
}
@media screen and (max-width: 1000px) {
  #header {
    background-image: url("../img/top-02.jpg");
  }
  .header-caption {
    width: 400px;
  }
  .header-caption h2 {
    font-size: 1.70rem;
  }
  .header-caption p {
    font-size: 1.30rem;
  }
}
@media screen and (max-width: 900px) {
  .header-caption {
    max-width: 100%;
    padding: 20px;
    bottom: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .header-caption h2 {
    text-align: center;
    line-height: 2.0;
    margin-bottom: 20px;
  }
  .column-notice {
    margin: 0 auto;
    padding: 50px 20px;
    width: 80%;
  }
  .column-notice p {
    display: block;
  }
  .column-notice p span {
    width: unset !important;
    margin: 0 !important;
  }
  .column-notice p span:nth-child(2) {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  #header {
    background-image: url("../img/top-03.jpg");
  }
/*▼▼▼ムービー位置調整▼▼▼*/
  .video-wrapper video {
    object-position: 70% 0%;
  }
/*▲▲▲ムービー位置調整▲▲▲*/
  .column-notice p {
    font-size: 1.30rem;
  }
}
@media screen and (max-width: 701px) {
  .header-caption h3 {
    line-height: 2.0;
    margin-bottom: 10px;
  }
  .column-notice {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #header {
    background-image: url("../img/top-04.jpg");
  }
}