@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333333;
  font-size: 18px;
  overflow-x: hidden;
}
h1 {
  line-height: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}
ul {
  list-style: none;
}
#header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 120px;
  z-index: 99;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  align-items: center;
}
.l-heigt {
  line-height: 1.3;
}
.text30 {
  font-size: 30px;
}
.mb60 {
  margin-bottom: 60px;
}
.t-red {
  color: #E20000;
}
.h-logo {
  width: 20%;
  padding: 0 0 14px 67px;
}
.subtext {
  font-size: 20px;
}
.inquiry {
  display: block;
  width: 16%;
}
.navarea {
  display: block;
  width: 55%;
}
.navbar-nav {
  display: flex;
  justify-content: flex-end;
}
.nav-item {
  margin: 0 35px;
  text-align: center;
}
.nav-item a {
  color: #333333;
  display: block;
}
.navbar-nav li a span {
  display: block;
  margin-top: 5px;
}
.h-tel {
  font-size: 30px;
  font-weight: bold;
}
.h-mail {
  background: #000000;
  text-align: center;
  width: 267px;
}
.h-mail a {
  display: block;
  padding: 13px 0;
  color: #FFFFFF;
  line-height: 0;
  font-weight: bold;
}
.i-mail {
  content: url("../img/mail.png");
  height: 18px;
  margin-right: 26px;
  vertical-align: middle;
}
.i-tel {
  content: url("../img/tel.png");
  height: 25px;
  margin-right: 26px;
  vertical-align: middle;
}
.nav-inquiry {
  display: none;
}
.h-top {
  display: block;
  justify-content: space-between;
}
.main {
  line-height: 0;
}
.aboutus {
  background-image: url("../img/aboutus-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 16 / 7.6;
}
.aboutus-inner {
  max-width: 1610px;
  height: 100%;
  margin: 0 auto;
  padding: 80px 0 0 60px;
  display: flex;
  justify-content: space-between;
}
.triangle-title {
  font-size: 60px;
  font-weight: bold;
}
.triangle-subtitle {
  font-size: 20px;
  margin-bottom: 90px;
}
.aboutus-box {
  width: 35%;
}
.aboutus-img {
  position: relative;
  width: 57%;
}
.aboutus-img img {
  max-width: 595px;
}
.aboutus01 {
  position: absolute;
  bottom: 160px;
  left: 0;
  z-index: 1;
}
.aboutus02 {
  position: absolute;
  right: 0;
  top: 0;
}
.transportation {
  background-image: url("../img/transportation-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 16 / 8;
}
.transportation-inner {
  max-width: 1550px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.triangle-box {
  width: 40%;
  color: #ffffff;
}
.transportation-text {
  margin-bottom: 90px;
}
.detail-btn {
  padding: 11px 0 10px 30px;
  position: relative;
  background-color: #000000;
  color: #ffffff;
  display: block;
  width: 200px;
}
.detail-btn::before, .detail-btn::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 40px;
  height: 1px;
  background-color: #ffffff;
}
.detail-btn::before {
  width: 60px;
  transform: translate(30px, 0px);
}
.detail-btn::after {
  width: 15px;
  transform-origin: right center;
  transform: translate(30px, 0px) rotate(25deg);
}
.btn-red {
  background-color: #E20000;
}
.triangle-img {
  width: 50%;
}
.area {
  background-image: url("../img/area-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 16 / 5;
  margin-bottom: 140px;
}
.area-inner {
  max-width: 1550px;
  height: 100%;
  margin: 0 auto;
  padding-top: 50px;
}
.area-text {
  width: 40%;
}
.livehouse {
  background-image: url("../img/livehouse-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 16 / 8;
}
.livehouse-inner {
  max-width: 1550px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruit {
  margin: 150px 0 85px;
}
.recruit-inner {
  max-width: 1700px;
  margin: 0 0 0 auto;
  text-align: right;
  display: flex;
  align-items: center;
}
.recruit-box {
  padding: 60px 75px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 4px 0px #cccccc;
  margin-right: -184px;
  z-index: 1;
}
.contact {
  background-color: #000000;
}
.contact-inner {
  max-width: 1420px;
  height: 460px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-area {
  color: #ffffff;
  width: 60%;
}
.contact-text {
  font-size: 20px;
  margin-bottom: 65px;
}
.contact-btn {
  display: flex;
  justify-content: space-between;
  font-size: 30px;
}
.btn-tel {
  padding: 17px 65px;
  border: solid 1px #ffffff;
}
.btn-mail {
  border: solid 1px #ffffff;
}
.contact-mail {
  display: block;
  padding: 17px 65px;
  color: #FFFFFF;
}
#footer {
  background-color: #ffffff;
}
#page_top {
  width: 63px;
  height: 63px;
  position: fixed;
  right: 50px;
  bottom: 150px;
  background: #000000;
  border-radius: 50%;
  z-index: 999;
}
#page_top a {
  position: relative;
  display: block;
  width: 63px;
  height: 63px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.footer-inner {
  max-width: 1450px;
  height: 465px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-box {
  width: 30%;
}
.f-text {
  margin-top: 15px;
}
.f-live {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
}
.footer-nav {
  width: 30%;
}
.footer-menu {
  column-count: 2;
}
.footer-menu li {
  position: relative;
  line-height: 2;
}
.footer-menu li:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  display: inline-block;
  border-width: 5px;
  border-style: solid;
  border-right-color: transparent;
  border-left-color: black;
  border-bottom-color: transparent;
  border-top-color: transparent;
  box-sizing: border-box;
  left: -1.5em;
  top: 0.7em;
}
.footer-menu li a {
  display: block;
  color: #000000;
}
.copyright {
  text-align: center;
  padding: 35px 0;
  background: #000000;
  color: #FFFFFF;
  font-size: 16px;
}
.sp {
  display: none;
}
/*==================================================
レスポンシブ用デザイン
===================================*/
@media (max-width: 1536px) {
  body {
    font-size: 16px;
  }
  .h-tel {
    font-size: 24px;
  }
  .h-logo {
    padding-left: 14px;
  }
  .inquiry {
    width: 20%;
  }
  .nav-item {
    margin: 0 10px;
  }
  .aboutus-img img {
    width: 60%;
  }
  .aboutus01 {
    bottom: 75px;
  }
  .triangle-box {
    padding-left: 60px;
  }
  .area-inner {
    padding-left: 60px;
  }
  .livehouse-inner {
    padding-right: 30px;
  }
  .recruit-inner img {
    width: 70%;
  }
  .contact-btn {
    padding-right: 30px;
  }
  .footer-box {
    padding-left: 60px;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .text30 {
    font-size: 24px;
  }
  .h-logo {
    padding-left: 20px;
  }
  .subtext {
    font-size: 14px;
  }
  .h-tel {
    margin-right: 20px
  }
  .nav-inquiry {
    display: block;
    padding-right: 20px;
  }
  .h-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .h-btm {
    margin-top: 10px;
  }
  .inquiry {
    display: none;
  }
  .navarea {
    display: none;
  }
  .aboutus-inner {
    padding: 40px 0 0 20px;
  }
  .triangle-title {
    font-size: 40px;
  }
  .triangle-subtitle {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .recruit-box {
    padding: 30px 75px;
  }
  .contact-btn {
    font-size: 18px;
  }
  .contact-text {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .btn-tel {
    padding: 10px 45px;
  }
  .contact-mail {
    padding: 10px 45px;
  }
}
@media (max-width: 820px) {
  .text30 {
    font-size: 20px;
  }
  .h-logo {
    width: 25%;
  }
  .nav-item {
    margin: 0 5px;
  }
  .aboutus-box {
    width: 100%;
  }
  .aboutus-img {
    display: none;
  }
  .transportation-text {
    margin-bottom: 30px;
  }
  .area {
    margin-bottom: 70px;
  }
  .area-inner {
    padding-left: 20px;
  }
  .recruit {
    margin: 60px 0;
  }
  .triangle-box {
    padding-left: 20px;
  }
  .triangle-title {
    font-size: 34px;
  }
  .recruit-box {
    padding: 20px;
  }
  .contact-area {
    width: 70%;
  }
  .contact-mail {
    padding: 10px 20px;
  }
  .btn-tel {
    padding: 10px 20px;
  }
  .footer-inner {
    height: 420px;
  }
  .footer-box {
    width: 40%;
    padding-left: 20px;
  }
  .aboutus {
    aspect-ratio: auto;
  }
  .aboutus-inner {
    padding: 20px;
    display: block;
  }
  .aboutus-sp-img {
    margin-top: 20px;
    display: flex;
  }
  .aboutus-sp-img img {
    width: 50%;
  }
}
@media (max-width: 428px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .header {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    background-color: #ffffff;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
  }
  .logo {
    font-weight: 700;
    padding-left: 14px;
  }
  .hamburger-menu {
    width: 50px;
    height: 50px;
    position: relative;
    border: none;
    background: transparent;
    appearance: none;
    padding: 0;
    cursor: pointer;
  }
  .hamburger-menu__bar {
    display: inline-block;
    width: 44%;
    height: 2px;
    background: #242424;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
  }
  .hamburger-menu__bar:first-child {
    top: 16px;
  }
  .hamburger-menu__bar:nth-child(2) {
    top: 24px;
  }
  .hamburger-menu__bar:last-child {
    top: 32px;
  }
  .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
  }
  .navigation {
    display: none;
    background: #242424;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 9999;
  }
  .navigation__list {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .navigation__list-item {
    border-bottom: solid 1px #474747;
  }
  .navigation__list-item:first-child {
    border-top: solid 1px #474747;
  }
  .navigation__link {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 24px 0;
    transition: .5s;
  }
  .main {
    margin-top: 50px;
  }
  .transportation {
    aspect-ratio: auto;
  }
  .transportation-inner {
    padding: 20px;
    display: block;
  }
  .triangle-box {
    padding-left: 0;
    width: 100%;
  }
  .triangle-img {
    width: 100%;
    margin-top: 20px;
  }
  .area {
    aspect-ratio: auto;
    margin: 20px 0;
  }
  .area-inner {
    padding: 20px;
  }
  .area-text {
    width: 100%;
  }
  .aboutus-sp-img {
    display: flex;
  }
  .livehouse {
    aspect-ratio: auto;
  }
  .livehouse-inner {
    display: block;
    padding: 1px 20px 20px;
  }
  .triangle-img {
    margin-top: 20px;
  }
  .recruit-inner img {
    width: 100%;
  }
  .contact-inner {
    display: block;
    padding: 20px;
    height: auto;
  }
  .contact-area {
    width: 100%;
  }
  .contact-btn {
    display: block;
    text-align: center;
    width: 100%;
  }
  .btn-tel {
    margin-bottom: 20px;
  }
  .footer-inner {
    height: auto;
    display: block;
  }
  .footer-box {
    width: 100%;
    padding-bottom: 10px;
  }
  .f-logo img {
    width: 200px;
  }
  #page_top {
    right: 10px;
    bottom: 60px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #333;
  }
}