@charset "UTF-8";
.wrapper {
  background: url(../img/pc_bg_large.jpg) 50% 50% repeat;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .pc-contents {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .pc-contents {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .pc-contents--left {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    padding-block-end: 27vh;
    padding-block-end: 27dvh;
    width: calc(100% - 640px);
  }
  .pc-contents--left::after {
    background: url(../img/pc_bg_left.png) 0 100% / contain no-repeat;
    bottom: 0;
    content: "";
    display: block;
    height: 530px;
    position: absolute;
    right: -120px;
    width: 770px;
  }
}
@media screen and (min-width: 1300px) {
  .pc-contents--left {
    width: calc(50% - 320px + 5.73vw);
  }
  .pc-contents--left::after {
    right: -50px;
  }
}
@media screen and (min-width: 1920px) {
  .pc-contents--left {
    width: calc(50% - 320px + 110px);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1299px) {
  .pc-contents--right {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .pc-contents--right {
    right: 0;
    width: calc(50% - 320px - 5.73vw);
  }
  .pc-contents--right::after {
    background: url(../img/pc_bg_right.png) 0 100% / contain no-repeat;
    content: "";
    display: block;
    height: 411px;
    left: -385px;
    position: absolute;
    top: -15px;
    width: 611px;
  }
}
@media screen and (min-width: 1920px) {
  .pc-contents--right {
    width: calc(50% - 320px - 110px);
  }
}


@media screen and (min-width: 1024px) {
  .pc-contents__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 450px;
    padding-inline-end: 45px;
    position: relative;
    width: 95%;
    z-index: 1;
  }
}

@media screen and (min-width: 1024px) {
  .pc-contents__logo {
    max-width: 320px;
    width: 85%;
  }
}

@media screen and (min-width: 1024px) {
  .pc-contents__btn {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-block-start: 40px;
  }
}
@media (hover: hover) {
  .pc-contents__btn a:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 1024px) {
  .header {
    display: none !important;
  }
  .wrapper {
    margin-top: 0 !important;
  }
  .container {
    margin-inline-end: 0;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 1300px) {
  .container {
    margin-inline-end: auto;
    transform: translateX(5.73vw);
  }
}
@media screen and (min-width: 1920px) {
  .container {
    transform: translateX(110px);
  }
}

