@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.7;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  color: inherit;
}

.pc-only {
  display: none;
}

@media screen and (min-width:768px) {
  .pc-only {
    display: block;
  }

  .sp-only {
    display: none;
  }
}

.wrapper {
  background: #000000;
}

.c5-main {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}

@media screen and (min-width:768px) {
  .c5-main {
    margin: 0 auto;
  }
}

.c5-main__container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1500px;
}

.c5-main__container__kv picture img {
  width: 100vw;
  /* margin: 0 calc(50% - 50vw); */
}

.c5-main__container__sns a:first-of-type {
  position: absolute;
  bottom: 30px;
  right: 400px;
  width: 50px;
  height: 50px;
}

.c5-main__container__sns a:last-of-type {
  position: absolute;
  bottom: 30px;
  right: 340px;
  width: 50px;
  height: 50px;
}

@media screen and (min-width:1366px) and (max-width:1500px) {
  .c5-main__container__sns a:first-of-type {
    position: absolute;
    bottom: calc(30 / 1500 * 100vw);
    right: calc(400 / 1500 * 100vw);
    width: calc(50 / 1500 * 100vw);
    height: calc(50 / 1500 * 100vw);
  }

  .c5-main__container__sns a:last-of-type {
    position: absolute;
    bottom: calc(30 / 1500 * 100vw);
    right: calc(340 / 1500 * 100vw);
    width: calc(50 / 1500 * 100vw);
    height: calc(50 / 1500 * 100vw);
  }
}

@media screen and (min-width:769px) and (max-width:1366px) {
  .c5-main__container__sns a:first-of-type {
    position: absolute;
    bottom: calc(30 / 1366 * 100vw);
    right: calc(360 / 1366 * 100vw);
    width: calc(50 / 1366 * 100vw);
    height: calc(50 / 1366 * 100vw);
  }

  .c5-main__container__sns a:last-of-type {
    position: absolute;
    bottom: calc(30 / 1366 * 100vw);
    right: calc(300 / 1366 * 100vw);
    width: calc(50 / 1366 * 100vw);
    height: calc(50 / 1366 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .c5-main__container__sns a:first-of-type {
    position: absolute;
    bottom: calc(100 / 768 * 100vw);
    right: calc(160 / 768 * 100vw);
    width: calc(50 / 768 * 100vw);
    height: calc(50 / 768 * 100vw);
  }

  .c5-main__container__sns a:last-of-type {
    position: absolute;
    bottom: calc(100 / 768 * 100vw);
    right: calc(100 / 768 * 100vw);
    width: calc(50 / 768 * 100vw);
    height: calc(50 / 768 * 100vw);
  }
}