@charset "UTF-8";

/*****************************
    topスライド
*****************************/
.topsec-firstview{
  padding-top: 0px;
  overflow: hidden;
}
.topslider {
  height: 100vh;
  position: relative;
  width: 100%;
}
.topslider .slideitem {
  height: 100vh;
  width: 100%;
}

.topslider::after{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background: rgb(0,0,0,.45);
}


/*****************************
  top COIMG SOON
*****************************/
.overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.logo-circle {
  position: absolute;
  top: -18%;
  left: -7%;
  width: 700px;
  height: 700px;
  background-color: #f9ff5c;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  gap: 10px;
}
.logo-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.logo-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
.logo-left .jp-title {
  font-size: 20px;
  font-weight: bold;
}
.logo-left .kanji{
  font-size: 60px;
  font-weight: bold;
  filter: drop-shadow(4px 4px 0px #f3f3f3);
}
.logo-right .kanji {
  font-size: 80px;
  font-weight: bold;
  filter: drop-shadow(4px 4px 0px #f3f3f3);
}
.logo-right .romaji {
  font-size: 24px;
  font-weight: bold;
}
.logo-right .kanji span{
  font-size: 40px;
}
.opening-info{
  position: absolute;
  bottom: 10%;
  right: 5%;
  color: white;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
  text-align: right;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  line-height: 70px;
}
.opening-info .date {
  font-size: 80px;
  font-weight: bold;
}
.opening-info .place {
  font-size: 70px;
}
.opening-info .insta a {
  color: white;
  font-size: 70px;
  transition: color 0.3s ease;
}
.opening-info .insta a:hover {
  color: #ff4081;
}

@media only screen and (max-width: 767px) {
  .logo-circle {
    top: -14%;
    left: -8%;
    width: 400px;
    height: 400px;
  }
  .logo-left .jp-title{
    font-size: 16px;
  }
  .logo-left .kanji{
    font-size: 40px;
  }
  .logo-right .romaji{
    font-size: 18px;
  }
  .logo-right .kanji{
    font-size: 60px;
  }
  .logo-right .kanji span{
    font-size: 30px;
  }
  .opening-info{
    line-height: 34px;
  }
  .opening-info .date{
    font-size: 45px;
  }
  .opening-info .place{
    font-size: 32px;
  }
  .opening-info .insta a{
    font-size: 40px;
  }
}

