@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Paytone+One&display=swap");
@font-face {
  font-family: "NotoSansJP";
  src: url(../font/NotoSansJP-Medium.ttf);
}
@font-face {
  font-family: "Dolche";
  src: url("../font/Dolce Vita Heavy Bold.ttf");
}
html {
  font-family: "NotoSansJP";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  color: #333;
  box-sizing: border-box;
}

body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  padding: 0;
  background-color: #000;
}

main {
  width: 100%;
  height: 100%;
  position: relative;
  width: 1024px;
  height: 768px;
  margin: auto auto;
}

article {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  margin: 0 auto;
  background-color: transparent;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
article:not(:first-child) {
  padding: 108px 62px 20px 62px;
  background: url(../img/backimage.png) 100% no-repeat;
  background-size: cover;
}
article:not(.active) {
  z-index: 0;
  opacity: 0;
  transition-duration: 1s;
}
article.active {
  visibility: visible;
  z-index: 1;
  opacity: 1;
  transition-timing-function: cubic-bezier(0.44, 0, 0.99, 0);
  transition-duration: 1s;
}

video {
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  opacity: 0;
}
video.welcome_video {
  width: 100%;
  height: 100%;
}
video.playon {
  opacity: 1;
  transition-duration: 5s;
}

p.info {
  font-size: 50px;
  text-align: center;
  line-height: 0.95em;
  font-weight: bold;
  color: transparent;
  background: rgb(0, 0, 0);
  text-shadow: 0 0 0.1em rgb(255, 255, 255), 0.01em 0.02em 0.02em rgb(255, 255, 255);
  -webkit-background-clip: text;
  position: absolute;
  width: 100%;
  bottom: 20px;
}

.OpeningContent p.info {
  transform: scale(1);
  transition-duration: 1s;
}
.OpeningContent p.info.mousedown {
  transform: scale(0.95);
  filter: brightness(0.75);
}

.SelectType {
  padding: 5% 0;
  display: flex;
  gap: 10%;
  gap: 20px;
  width: 80%;
  margin: 0 auto;
  justify-content: space-around;
}
.SelectType div {
  height: 100%;
  width: 50%;
  background-color: #FFF;
  border-radius: 10px;
  border: 1px solid #333;
  display: block;
}
.SelectType div p {
  height: 100%;
  font-size: 80px;
  text-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.SelectType div p:after {
  content: "で検索";
  font-size: 30px;
  text-align: right;
  display: inline-block;
  margin: 20px 0;
  width: 80%;
}

.pageHeader {
  height: 100px;
  margin-bottom: 28px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.pageHeader div {
  height: 100%;
}
.pageHeader div.title_area {
  flex: 1 1 80%;
  font-size: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid #333;
}
.pageHeader div.btn_area {
  flex: 1 1 20%;
}
.pageHeader div.btn_area a {
  display: flex;
  border: 1px solid #333;
  background-color: #FAFAFA;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  height: 80px;
}
.pageHeader + div {
  height: 480px;
}

.ContentArea {
  height: 80%;
  width: 70%;
  margin: 0 15%;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.ContentArea .callUserName {
  font-size: 50px;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.ContentArea .callImg {
  display: block;
  height: 240px;
}
.ContentArea .callImg img {
  height: 100%;
  animation-name: calltime;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.ContentArea .waiting {
  max-width: 100%;
  max-height: 100%;
}
.ContentArea .waiting img {
  max-width: 100%;
  max-height: 100%;
}

@keyframes calltime {
  from {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.9);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  60% {
    transform: scale(1);
  }
  to {
    transform: scale(1);
  }
}
.StandBy .ContentArea {
  display: block;
}
.StandBy .ContentArea p {
  font-size: 30px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 15px;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  background-color: rgba(240, 240, 240, 0.8);
  color: #333333;
}
.StandBy .ContentArea p::before {
  position: absolute;
  bottom: -15px;
  width: 30px;
  height: 15px;
  background-color: rgba(240, 240, 240, 0.8);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.StandBy .ContentArea .waiting {
  height: 80%;
}

.ListArea {
  margin-top: 5%;
  height: 80%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
.ListArea .pager {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 15%;
}
.ListArea .pager i {
  font-size: 80px;
  color: #FFF;
  filter: drop-shadow(2px 2px 2px #333);
}
.ListArea ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
  max-height: 100%;
}
.ListArea ul.PartList {
  gap: 20px;
}
.ListArea ul.PartList li {
  height: 220px;
  font-size: 36px;
  width: 45%;
}
.ListArea ul.PartList li::before {
  margin: 10px;
  display: block;
  content: url(../img/team.svg);
  width: 50px;
  position: relative;
  text-align: center;
}
.ListArea ul.UserList {
  gap: 20px;
}
.ListArea ul.UserList li {
  height: 200px;
  font-size: 24px;
  width: 45%;
  display: flex;
  align-items: center;
}
.ListArea ul.UserList li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 50px;
}
.ListArea ul.UserList li a::before {
  text-align: center;
  width: 30px;
  margin: 0px 10px;
  display: block;
  content: url(../img/human.svg);
  width: 24px;
  position: relative;
}
.ListArea ul.UserList + div {
  display: none;
}
.ListArea ul.UserList:not(:has(li)) {
  display: none;
}
.ListArea ul.UserList:not(:has(li)) + div {
  display: block;
}
.ListArea ul.KanaList {
  gap: 0;
}
.ListArea ul.KanaList li {
  display: flex;
  height: 200px;
  margin-bottom: 5%;
  font-size: 50px;
  width: calc((100% - 80px) / 5);
  flex-wrap: wrap;
}
.ListArea ul.KanaList li::after {
  content: "行";
  text-align: center;
  width: 100%;
  font-size: 20px;
}
.ListArea ul li {
  display: none;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  color: #333;
  background-color: #fff;
  box-shadow: 0 20px 0 #EEE;
  transition: 0.3s;
  border-radius: 10px;
  border: 2px solid #DDD;
  text-shadow: 2px 2px 3px #999;
  filter: drop-shadow(2px 3px 4px #555);
}
.ListArea ul li.viewBtn {
  display: flex;
}
.ListArea ul li:hover {
  transform: translateY(16px);
  text-decoration: none;
  box-shadow: 0 4px 0 #EEE;
  background-color: gold;
}

#Debug_Panel {
  display: none;
}

#debug_mode {
  display: block;
  position: fixed;
  bottom: 20px;
  border: 1px solid #333;
  width: 1024px;
  height: 300px;
  border-radius: 20px;
}
#debug_mode ul {
  padding: 20px;
  display: flex;
  gap: 10px;
}
#debug_mode ul li input {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 10px;
  visibility: hidden;
}

.CallTo.active ~ #Debug_Panel {
  display: block;
}
.CallTo.active ~ #Debug_Panel .getcall {
  visibility: visible;
}

h3 {
  /* margin: 20px; */
  font-family: "Dolche";
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: -2px;
  position: fixed;
  width: 100%;
  top: 0;
  text-align: center;
  width: 1024px;
  opacity: 1;
  height: 768px;
  display: flex;
  align-items: center;
  justify-content: center;
}

h3 span {
  display: block;
  margin: 11px 0 17px 0;
  font-size: 160px;
  line-height: 80px;
  color: #f1ebe5;
  text-shadow: 0 13.36px 8.896px #ccc, 0 -2px 1px #fff;
  letter-spacing: 40px;
  opacity: 0;
  animation-name: logotitle;
  animation-duration: 3s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

@keyframes logotitle {
  100% {
    opacity: 1;
  }
}
.CallTo.active {
  padding: 0;
}/*# sourceMappingURL=style.css.map */