/*----------------------------------------*/
.p-mainimage{
  position: relative;
  display: flex;
  align-items: center;
  margin-top: calc(var(--header-hight) - 1px);
}
.p-mainimage .p-maintext {
  position: absolute;
  z-index: 2;
  bottom: 60px;
}
.p-mainimage .p-maintext p {
  display: inline-block;
  font-size: 3.3em;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-main1);
  width: 60%;
  background-color: rgba(255, 255, 255, 0.65);
  padding: 30px 30px 30px 100px;
  margin: 0;
}
.p-mainimage .p-maintext p span {
  display: inline-block;
  font-size: .5em;
  line-height: 1.8;
  margin-top: 20px;
}
.p-mainimage .p-mainimage__video{
  width: 100%;
	height: calc(100vh - var(--header-hight));
}
.p-mainimage .p-mainimage__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1265px) {
  .p-mainimage .p-maintext p {
    font-size: 2.5em;
    padding: 20px 20px 20px 50px;
  }
}
@media screen and (max-width: 720px) {
  .p-mainimage .p-maintext {
    bottom: 55px;
  }
  .p-mainimage .p-maintext p {
    width: 80%;
    font-size: 2em;
    padding: 25px;
  }
}
@media screen and (max-width: 540px) {
  .p-mainimage .p-maintext p {
    width: 100%;
  }
}

/*-------------------------------------------*/
.c-tab01-list{
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
}
.c-tab01-list-item{
  text-align: center;
  padding: 0.5em 1.5em 0.4em;
  cursor: pointer;
  border: 1px solid var(--color-sub1);
  border-radius: 10px 10px 0 0;
  margin-right: 5px;
  transition: all .4s;
}
.c-tab01-list-item:hover{
  opacity: .6;
}
.c-tab01-contents{
  background: #FFF;
  border: 1px solid var(--color-sub1);
  display: none;
  padding: 20px;
}
.c-tab-btn-active{
  background: var(--color-sub2);
  font-weight: 700;
}
.c-tab-contents-active{
  display: block;
}
@media screen and (max-width: 768px) {
  .c-tab01-list{
    flex-wrap: wrap;
  }
  .c-tab01-list-item{
    border-radius: 10px;
    margin: 0 10px 10px 0;
  }
}
/*-------------------------------------------*/
.p-important{
  background: #fce1e1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.p-important button{
  color: #d30202;
  text-decoration: underline;
  cursor: pointer;
}
.p-important button:hover{
  color: #6f0000;
}
.modal {
  display: none;
 }


/*====================================================================
video
====================================================================*/
.p-videoimages{
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.p-videoimages::before{
  content: "";
  background: url(/video/kv_bg.png) center center / 3px auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.p-videoimages video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-videoimages video {
  width: 100%;
  height: 100vh;
}
.p-videotext01{
  position: absolute;
  left: 50px;
  bottom: 50px;
  color: #FFF;
  text-shadow: 0 0 5px #000;
  width: calc((100% - 50px) /2 );
}


/*====================================================================
print
====================================================================*/
