@charset "utf-8";
/* CSS Document */

main.lock-scroll {
    overflow: hidden;
}

a{
	color: #000;
	text-decoration:none;
}

h2 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 1em;
}

h3{
    font-weight: bold;
    margin-bottom: 5px;
}

.f-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.anchor-link a{
    color: #646f75;
}

.background-img {
  position: relative;
  width: 100%;
  height: calc(90vh + 54px);
  height: calc((var(--vh, 1vh) * 90) + 54px);
  min-height: 765px;
  background-image: url('../img_new/totecrew/totecrew_bg.jpg');
  background-size: cover;
  background-position: center;
  /* overflow: hidden; */
  transform-origin: center top;
}

.main-img{
    position: absolute;
    top: calc(50% - 5px);
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 95%;
    z-index: 1;
}

.main-img img{
    height: auto;
    max-height: 765px;
    margin: 0 auto;
}

@keyframes popBounce {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
  }
  70% {
    transform: translate(-50%, -50%) scale(0.95);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.main-img.animate {
  animation: popBounce 1.2s ease-out forwards;
}

.bg-wrap{
    position: relative;
    display: inline-block;
}

.pc{
    display: block;
}

.sp{
    display: none;
}

#footer{
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .background-img{
        height: 95vh;
        height: calc(var(--vh, 1vh) * 95);
    }
    .copy-02{
        bottom: calc(10% + 54px);
    }
}

@media screen and (max-width: 431px) {
    .background-img {
        min-height: 610px;
    }
    .pc{
        display: none;
    }

    .sp{
        display: block;
    }
}
