.l_home_fv {
  position: relative;
}

.p_home_nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 25px;
}

.b_homeNav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  .b_homeNav {
    gap: 20px;
  }
}
.b_homeNav li img {
  height: 45px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .b_homeNav li img {
    height: 20px;
  }
}

.l_main {
  background: url(../img/bg_main.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.l_wrap {
  max-width: 1000px;
  margin: 0 auto;
  background: #140014;
}

.l_section {
  padding: 120px 60px;
}
@media screen and (max-width: 768px) {
  .l_section {
    padding: 50px 30px;
  }
}

.l_section_ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l_section_ttl {
    margin-bottom: 20px;
  }
}

.p_fight_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_fight_box {
    display: block;
  }
}
.comingsoon {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .comingsoon {
    text-align: left;
  }
}
.p_fight_img {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .p_fight_img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.p_fight_img img {
  width: 100%;
}

.p_fight_detail {
  width: 40%;
  text-align: center;
}
.p_fight_detail {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  text-align: left;
  line-height: 1.6;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .p_fight_detail {
    width: 100%;
    padding-left: 0;
    display: 22px;
  }
}
.p_fightPast {
  margin-top: 20px;
  color: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 18px;
}
.p_fightPast a {
  text-decoration: underline;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p_fightPast {
    margin-top: 40px;
  }
}
.p_contact_form {
  max-width: 620px;
  margin: 0 auto;
  position: relative;
}
.p_contact_form .form_item {
  margin-bottom: 30px;
}
.p_contact_form .form_item label {
  color: #969696;
  display: flex;
  align-items: center;
}
.p_contact_form .form_item.flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_contact_form .form_item.flex {
    display: block;
  }
}
.p_contact_form .form_item.flex label {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p_contact_form .form_item.flex label {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.p_contact_form .form_item input {
  background: transparent;
  color: #969696;
  border: none;
}
.p_contact_form .form_item input[type=text], .p_contact_form .form_item input[type=tel], .p_contact_form .form_item input[type=email] {
  padding: 10px 10px;
  border-bottom: 1px solid #969696;
  box-sizing: border-box;
  width: 320px;
}
.p_contact_form .form_item textarea {
  color: #969696;
  background: transparent;
  border: none;
  padding: 10px 10px;
  width: 100%;
  border-bottom: 1px solid #969696;
  box-sizing: border-box;
}

.submit_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.submit_btn input {
  background: transparent;
  border: #969696 1px solid;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p_contact_form .form_item input[type=text], .p_contact_form .form_item input[type=tel], .p_contact_form .form_item input[type=email] {
    width: 100%;
  }
  .submit_btn {
    position: unset;
    width: 300px;
    text-align: center;
    margin: 40px auto 0;
  }
}/*# sourceMappingURL=top.css.map */

#movie video {
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}
#movie {
  text-align: center;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #movie video {
    max-width: 100%;
    height: 250px;
  }
}
.l_movie {
  padding: 80px 60px 20px;
}
.p_movie {
  width: 100%;
  text-align: center;
}

.p_movie video {
  max-width: 100%;
  width: 690px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .l_movie {
    padding: 40px 30px 20px;
  }
}

.p_gallery {
  overflow: hidden;
  padding: 30px 40px 0;
}
.p_gallerySlider {
  position: relative;
  padding-bottom: 50px;
}

.p_gallerySlider .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.p_youtubeLink {
  text-align: center;
}
.p_youtube {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .p_youtubeLink iframe{
    width: 100%;
    height: 220px;
  }
  .p_youtube {
    padding: 30px 30px 50px;
  }
}
.mw_wp_form.mw_wp_form_complete p {
  color: #fff;
  line-height: 1.7;
}