
.l-header {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.l-header::before {
  content: "";
  position: absolute;
  background-image: url(../../../../assets/img/header_bk.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -4;
  width: 100%;
  height: 60%;
  transform: skewY(-9.5deg) translateY(12%);
}
.p-headerTop {
  display: flex;
  align-items: center;
  padding: 3.1% 3.3% 0;
  opacity: 0;
  transform: translateX(-50px);
}
.p-headerTop__logo {
  width: 175px;
}
.p-headerTop__text {
  font-size: 3vw;
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 900;
  margin-left: 1%;
}
.p-headerTop__text__first {
  color: #1BE3F4;
}
.p-headerMain {
  display: flex;
  align-items: end;
  padding: 0 100px;
  padding-bottom: 25%;
}
.p-headerMain__left {
  padding-bottom: 6.5%;
  padding-bottom: 0;
  margin-bottom: 17%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-headerMain__right {
  padding-left: 100px;
  position: relative;
  width: 37%;
  top: -50px;
  left: 0;
  opacity: 0;
  transform: translateX(10px);
}
.p-headerMain__title {
  font-family: "Hiragino Sans","ヒラギノ角ゴシック";
  font-weight: 900;
  font-size: 3.9vw;
}
.p-headerMain__text {
  font-size: 1.8vw;
  width: 87%;
}
.p-headerConcept__text {
  font-size: 1.55vw;
  width: 87%;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 5%;
  opacity: 0;
  transform: translateX(-10px);
}
.p-headerConcept__text_sp{
  display: none;
}
.p-headerMain__box {
  margin-top: 7.8%;
  margin-top: 0;
  display: flex;
  position: absolute;
  right: 100px;
  bottom: 38%;
}
.p-headerMain__boxItem {
  width: 14.7vw;
  height: 14.5vw;
  background-color: #97F7FF;
  border-radius: 50%;
  font-size: 2.6vw;
  text-align: center;
  padding-top: 8.5%;
  margin-left: 3.3%;
  opacity: 0;
  font-family: "NotoBoldFont";
  top: 50%;
  transform: translateY(-50px);
  font-weight: 100;
  line-height: 3.2vw;
}
.p-headerMain__boxItem:first-child {
  margin-left: 0px;
}
.p-headerBk__first {
  left: 0px;
  bottom: 8%;
  z-index: -1;
  width: 80%;
  height: 31%;
  rotate: 0deg;
  clip-path: polygon(100% 0%, 0% 100%, 0% 53%);
  background-color: #98F7FF;
  opacity: 0;
}
.p-headerBk__second {
  right: 0px;
  bottom: 28%;
  z-index: -2;
  width: 50%;
  height: 16%;
  rotate: 0deg;
  clip-path: polygon(100% 0, 0% 76%, 100% 99%);
  background-color: #FC4D90;
  opacity: 0;
}
@media screen and (max-width:1550px) {
  .p-headerTop__logo {
    width: 10%;
  }
  .p-headerMain__boxItem {
    width: 15.5vw;
  }
  .p-headerMain__right {
    width: 40%;
    padding-left: 6%;
    z-index: 5;
  }
  .p-headerMain__left {
    padding-bottom: 10.5%;
    padding-bottom: 0;
    margin-bottom: 18%;
  }
  .p-headerConcept__text {
    font-size: 1.45vw;
  }
}
@media screen and (max-width:1280px) {
  .p-headerMain__left {
    padding-bottom: 4.5%;
    padding-bottom: 0;
    margin-bottom: 13%;
  }
  .p-headerTop {
    padding: 2.1% 3.3% 0;
  }
  .p-headerMain__right {
    width: 38%;
    top: -35%;
    padding-left: 8%;
  }

}

@media screen and (max-width:795px) {
  .l-header {
    height: 100vh;
  }

  .l-header::before {
    background-image: url(../../../../assets/img/header_bk_sp.jpg);
    background-position: 100% 100%;
    width: 100%;
    height: 84%;
    transform: skewY(-10deg) translateY(9%);
  }
  .p-headerBk__first {
    left: 0px;
    bottom: 0%;
    width: 100%;
    height: 21%;
    clip-path: polygon(100% 0%, 0% 100%, 0% 50%);
    z-index: -2;
}
  .p-headerBk__second {
    width: 70%;
    height: 21%;
    bottom: 0;
    clip-path: polygon(100% 0%, 0% 70%, 100% 65%);
  }
  .p-headerMain__title {
    /* text-shadow: 2px 2px 1px #63FCF4; */
    font-size: 7vw;
    margin-top: 11vh;
  }
  .p-headerMain {
    padding: 5% 20px;
    position: relative;
  }
  .p-headerMain__left {
    width: 100%;
  }
  .p-headerMain__right {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 36%;
    width: 67%;
    margin-top: 5vh;
    transform: translateY(-50px);
    opacity: 0;
 }
  .sp-line p{
    font-weight: 730;
    font-size: 12vw;
  }
  .sp-line_first,.sp-line_second,.sp-line_third {
    position: relative;
    overflow: hidden;
    color: transparent;
    clip-path: inset(0.1% 0.1%);
    width: 50%;
  }
  .sp-line_second {
    width: 45%;
  }
  .sp-line_third {
    width: 65%;
  }
  .sp-line_first::before,.sp-line_second::before,.sp-line_third::before {
    position: absolute;
    content: "";
    background-image: linear-gradient(90deg, rgba(243, 196, 170, 1), rgba(228, 81, 154, 1) 50%, rgba(77, 84, 224, 1));
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
  }
  .sp_br {
    display: block;
  }
  .p-headerMain__box {
    justify-content: left;
    margin-top: 3vh;
  }
  .p-headerMain__boxItem {
    width: 20.5vw;
    height: 20.5vw;
    background-color: #000;
    color: #1BE3F4;
    font-size: 3.8vw;
    padding-top: 6.2%;
    line-height: 4.3vw;
  }
  .p-headerMain__text {
    font-size: 4vw;
    font-weight: bold;
    position: relative;
    line-height: 8vw;
    margin-top: 3vh;
    opacity: 0;
    transform: translateX(-30px);
  }
  .p-headerMain__textBk_first {
     padding: 2.5% 10% 2.5% 2%;
     text-align: left;
     background: linear-gradient(-67deg, transparent 12%, #fff 0);
  }
  .p-headerMain__textBk_second {
    margin-top: 1%;
    width: 76%;
    padding-left: 2%;
    text-align: left;
    background: linear-gradient(-67deg, transparent 12%, #fff 0);
    opacity: 0;
    transform: translateX(-30px);
 }
}
@media screen and (max-width:650px) {
  .p-headerMain__box {
    justify-content: space-around;
  }
  .p-headerMain__boxItem {
    width: 28.5vw;
    height: 28.5vw;
    background-color: #000;
    color: #1BE3F4;
    font-size: 5vw;
    font-weight: 300;
    padding-top: 8%;
    line-height: 6.6vw;
  }
  .p-headerMain__right {
    margin-top: 3vh;
    left: 30%;
    width: 75%;
 }
  .p-headerMain__title {
    font-size: 12vw;
  }
}
@media screen and (max-width:549px) {
  .l-header {
    height: 80vh;
    height: 100vh;
    min-height: 750px;
    min-height: 900px;
  }
}
@media screen and (max-width:450px) {
  .l-header::before {
    background-image: url(../../../../assets/img/header_bk_sp.jpg);
    background-position: 20% 82%;
    width: 145%;
    height: 84%;
    transform: skewY(-18deg) translateY(0.7%);
  }
  .p-headerTop {
    padding: 3.7% 10px 0;
  }
  .p-headerTop__logo {
    width: 11%;
  }
  .p-headerMain__title {
    margin-top: 0;
    line-height: 4.1rem;
    font-weight: 730;
  }
  .p-headerMain__text {
    margin-top: 1vh;
    font-weight: 600;
    font-size: 4.5vw;
  }
  .p-headerMain__textBk_second {
    width: 92%;
  }
  .p-headerMain {
    padding-top: 7.5vh;
  }
  .p-headerConcept__text {
    display: none;
  }
  .p-headerConcept__text_sp{
    display: block;
    font-size: 4.2vw;
    width: 100%;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.15em;
    margin-top: 17%;
    opacity: 0;
    transform: translateX(-10px);
  }
  .p-headerMain__box {
    justify-content: center;
    margin-top: 3vh;
    position: inherit;
    right: auto;
    bottom: auto;
  }
  .p-headerMain__right {
    width: 89%;
    left: 15%;
    margin-top: 4vh;
  }
  .p-headerMain__boxItem {
    margin-top: 3.5vh;
    line-height: 1.8rem;
  }
}
@media screen and (max-width:350px) {
  .p-headerMain__boxItem {
    line-height: 1.5rem;
  }
}
