@charset "utf-8";
/* ===================================================================
CSS information

file name	: style_new.css
author		 : Abilive
style info : 20230518追加
=================================================================== */
.p-top__feelFirstIntro .body__yt .c-img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-top__feelFirstIntro .body__yt .c-img .bg_video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("../images/top/feel-intro.jpg") no-repeat center / cover;
}


.p-top__aboutBnr {
  margin-top: calc(150em/16);
}
@media screen and (min-width:751px) {
  .p-top__aboutBnr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.p-top__aboutBnr .bnr {
    width: 41%;
    max-width: 400px;
}
@media screen and (min-width:1025px) {
  .p-top__aboutBnr .bnr {
    width: 50%;
  }
}
@media screen and (max-width:750px) {
  .p-top__aboutBnr .bnr {
    width: 100%;
  }
}

.p-top__aboutBnr .bnr a {
    display: block;
    text-decoration: none;
    opacity: 1;
    transition: opacity 400ms ease;
}