@charset "UTF-8";

/* --------------------------------------------------------------------------------
 entrance_page
-------------------------------------------------------------------------------- */
main {
  position: relative;
}

#ent .header {
  background: none;
  position: relative;
  padding: 0;
  height: 0;
}

#ent .header__wrap {
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  -webkit-transition: padding 0.6s;
  transition: padding 0.6s;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
}

@media only screen and (max-width: 1023px){
  #ent .header__wrap {
    left: 12%;
  }
}
@media only screen and (max-width: 767px){
  #ent .header__wrap {
    left: 81px;
  }
}
@media only screen and (max-width: 767px) {
  #ent .header__logo a {
    /* width: 100px;
    padding: 10px 15px; */
    max-width: 100%;
    padding: 10px 14px;
    height: 100%;
    display: block;
  }
}

.ent_pg {
  height: 100vh;
}

.ent_pg .ent_list li.ent_list_left,
.ent_pg .ent_list li.ent_list_right {
  position: relative;
  width: 50%;
  height: 100vh;
  overflow: hidden;
}
.ent_pg .ent_list li.ent_list_left {
  background: url(../img/entrance/img02.jpg) no-repeat center;
  background-size: cover;
}
.ent_pg .ent_list li.ent_list_right {
  background: url(../img/entrance/img01.jpg) no-repeat center;
  background-size: cover;
}

.ent_pg .ent_list li img {
  /* max-width: 100%;
  width: 100vw;
  height: 100vh; */
}

.ent_pg .ent_txt_box {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
}

.ent_pg .ent_list li h2 {
  font-size: 6rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.ent_pg .ent_list li h2::after {
  display: block;
  content: "";
  background-size: contain;
  width: 100px;
  height: 38px;
  margin: 0 auto;
}

.ent_pg .ent_list li p {
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

.ent_btn {
  margin: 30px auto;
  width: 300px;
  height: 80px;
}

.ent_btn a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  width: 300px;
  line-height: 60px;
  position: relative;
  white-space: nowrap;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  transition: 0.5s;
  background:#08a7f1;
  color: #fff;
  border-radius: 30px;
  border: solid 1px #08a7f1;
  font-weight: bold;
}

.ent_btn a:hover {
  color: #08a7f1;
  opacity: 1;
  background: #fff;
}

#ent .footer {
  padding: 0;
  background: 0;
}
#ent .copyright {
  position: relative;
  top: -20px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
#ent .copyright a {
  color: #fff;
}
#ent .content_wrap-min {
  height: 0;
}

@media only screen and (max-width: 1350px) {
  .ent_pg .ent_list li h2 {
    font-size: 3.5rem;
  }

  .ent_pg .ent_list li p {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 1120px) {
  .ent_pg .ent_list li img {
    width: 100%;
    height: auto;
  }

  .ent_pg .ent_list li.ent_list_left,
  .ent_pg .ent_list li.ent_list_right {
    width: 100%;
    /* height: auto; */
  }
}
@media only screen and (max-width: 1040px) {
  #ent .header {
    height: 0;
  }
}
@media only screen and (max-width: 767px) {
  .ent_pg {
    height: 100%;
  }
  #ent .copyright {
    top: -40px;
  }
}
@media only screen and (max-width: 560px) {
  .ent_btn {
    margin: 20px auto;
  }
  .ent_pg .ent_list li h2 {
    font-size: 3.5rem;
  }
  .ent_pg .ent_list li h2::after {
    width: 50px;
    height: 20px;
    margin-top: 20px;
  }

  .ent_pg .ent_list li p {
    line-height: 1.6;
  }
  .ent_pg .ent_list li.ent_list_left,
  .ent_pg .ent_list li.ent_list_right {
    height: 70vh;
  }
}

@media only screen and (max-width: 450px) {
  .ent_pg .ent_list li p {
    font-size: 1.6rem;
  }

  .ent_pg .ent_list li h2 {
    font-size: 3rem;
    line-height: 1.4;
  }

  .ent_pg .ent_list li h2::after {
    margin-top: 20px;
  }
}

.entrance_h1{
  display: block !important;
    font-size: 11px;
    position: absolute;
    top: 10px;
    left: 50px;
    color: #fff;
}

@media only screen and (max-width: 1023px){
  .entrance_h1 {
    left: 47%;
  }
}