@charset "utf-8";

/*
HEADER-video
================================================ */
.content {
  position: relative;
}

.header-text {
  position: absolute;
  /* top: 0;     */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center center;
  align-items: center;
  z-index: 2;
  text-align: center;
  color: #ab0f50;
  /* background-color: rgba(255, 255, 255, 0.5); */
  margin-top: 10px;
  margin-left: auto;
}
.header-title {
  font-size: 2rem;
}
.header-name {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.header-link {
  font-size: 20px;
}

.content video {
  object-fit: cover;
  object-position: center center;
  opacity: var(--video-opacity);
  top: 50;
  }

header video {
  width: 100vw;
  height: 70%;
  }

/*テキスト　
　　　　　*/
  .feature {
    /* display: flex; */
    /* justify-content: space-between; */
    width: 930px;
    max-width: 90%;
    height: 110vh;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
  }

 .feature-text h1 {
  font-family: serif;
  font-size: 18px;
  font-weight: bold;
  color: #ab0f50;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  text-align: center;
  
 }


.feature-text {
  font-family: serif;
  max-width: 1200px;
  /* margin-right: 40px; */
  font-size: 15px;
  line-height: 28px;
  margin-top: 10px;
  text-align: left;
}

.feature-text p::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  /* background-color: #000000; */
  margin-top: 20px;
}

/*.feature-text p {
  font-family: serif;
  max-width: 600px;
  margin-right: 40px;/
  font-size: 15px;
  line-height: 28px;
  margin-top: 10px; 
  text-align: center;
} */

@media (max-width: 600px) {
  .page-header {
    position: relative;
  }
  .title {
    height: calc(90vh - 110px);
    width: 100%;
    /* background-image: url(../images/Onuma01_1600.jpg); */
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 90% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-shadow: 1px 1px 10px #4b2c14;
    position: absolute;
    object-fit: cover;
  }
  
  
  .feature {
    display: block;
    width: 500px;
    margin-top: 45px;
  }

  .feature-text {
  
    margin-right: 0;
  }
