@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400&family=Sora:wght@800&display=swap");
a {
  color: #6700BA;
}

header {
  position: absolute;
  left: 15px;
}

body::after {
  content: "";
  background: url(/work03/images/bg_sp.jpg) no-repeat top center/cover;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

main {
  background: #fff;
  margin: 54px 30px 30px;
}

@media screen and (min-width: 430px) {
  main {
    padding: 0 20px;
  }
}

#top {
  padding-top: 15px;
  padding-bottom: 30px;
  position: relative;
}

#top h1 {
  font-size: 120%;
  text-transform: uppercase;
  margin-bottom: 80px;
  margin-top: 20px;
}

#top h1 .font-big {
  display: block;
  font-size: 180%;
  font-weight: 900;
  color: #6700BA;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
}

#top h1 .font-small {
  font-size: 80%;
  padding: 2px 5px;
  background: -webkit-gradient(linear, left top, right top, from(#6700BA), to(#b380dd));
  background: linear-gradient(to right, #6700BA, #b380dd);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.3em;
}

#top .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#top .img-box {
  padding-bottom: 30px;
}

#top .img-box img {
  z-index: 3;
  position: relative;
}

#top::after {
  content: "";
  background: url(/work03/images/grad1_sp.svg) no-repeat center bottom -10%/115% auto;
  width: 100%;
  height: 300px;
  display: block;
  position: absolute;
  top: calc(100vw - 290px);
  left: 0;
  z-index: 2;
}

@media screen and (min-width: 500px) {
  #top::after {
    background: url(/work03/images/grad1_sp.svg) no-repeat center bottom -10%/100% auto;
    height: 490px;
    top: 20vw;
  }
}

h2 {
  color: #00A3D4;
  margin-bottom: 10px;
  font-weight: 500;
}

h2::before {
  content: url(/work03/images/mark01.svg);
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

#points {
  width: 100vw;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  padding: 30px 30px 40px;
  background: url(/work03/images/points_bk_sp.jpg) no-repeat bottom right/cover, #6700BA;
  -webkit-box-shadow: 0 2px 2px 0 rgba(82, 0, 149, 0.8), 0 4px 14px 0 rgba(72, 0, 130, 0.8), 0 -4px 10px 0 rgba(133, 51, 200, 0.3), 0 -1px 2px 0 rgba(82, 0, 149, 0.2);
          box-shadow: 0 2px 2px 0 rgba(82, 0, 149, 0.8), 0 4px 14px 0 rgba(72, 0, 130, 0.8), 0 -4px 10px 0 rgba(133, 51, 200, 0.3), 0 -1px 2px 0 rgba(82, 0, 149, 0.2);
  color: #FEF9F3;
  line-height: 1.75;
}

@media screen and (min-width: 430px) {
  #points {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

@media screen and (max-width: 1599px) {
  #points .wrapper {
    width: 100%;
  }
}

#points h2 {
  color: #80d1ea;
}

#points h2::before {
  content: url(/work03/images/mark02.svg);
}

#points .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#points ul.mark {
  margin-bottom: 20px;
}

#points ul.mark li {
  margin-left: 26px;
  position: relative;
}

#points ul.mark li::before {
  content: url(/work03/images/mark03.svg);
  position: absolute;
  width: 12px;
  height: 12px;
  font-weight: 500;
  left: -26px;
}

#points .img-box {
  position: relative;
  height: 80vw;
  width: 100%;
}

#points .img-box img {
  margin-top: 20px;
  position: absolute;
  width: calc(100vw - 30px - 30px);
}

#points .img-box img:nth-child(1) {
  top: 0;
  left: -30px;
  z-index: 20;
}

#points .img-box img:nth-child(2) {
  top: 20%;
  right: -30px;
  z-index: 21;
}

#points .img-box img:nth-child(3) {
  bottom: 0;
  left: -30px;
  z-index: 22;
}

#points .img-title {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

#live {
  padding-top: 40px;
  padding-bottom: 20px;
  background: url(/work03/images/grad2_sp.svg) no-repeat bottom right/contain;
}

#live h2 {
  text-align: center;
  margin-bottom: 20px;
}

#live .img-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}

#live .btn {
  padding: 12px 16px;
  margin: 10px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-shadow: 0 2px 4px rgba(170, 170, 170, 0.8);
          box-shadow: 0 2px 4px rgba(170, 170, 170, 0.8);
}

@media screen and (min-width: 1024px) {
  #live .btn {
    padding: 15px 20px;
  }
}

#live .btn.btn-white {
  background: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 70%;
  letter-spacing: 0.1em;
}

#thanks h3 {
  color: #80d1ea;
}

@media screen and (min-width: 430px) {
  #live, #thanks {
    width: calc(100% + 40px);
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

@media screen and (min-width: 430px) and (max-width: 1023px) {
  #live .wrapper {
    width: calc(100% - 70px);
  }
}

@media screen and (min-width: 1023px) and (max-width: 430px) {
  #live .wrapper {
    width: calc(100% - 70px);
  }
}

footer {
  background: #0A0046;
}

@media screen and (min-width: 1024px) and (max-width: 1489px) {
  header {
    left: 75px;
    width: calc(100% - 130px);
  }
}

@media screen and (min-width: 1489px) and (max-width: 1024px) {
  header {
    left: 75px;
    width: calc(100% - 130px);
  }
}

@media screen and (min-width: 1024px) {
  main {
    margin-top: 70px;
    margin-bottom: 0;
  }
  #top {
    padding-top: 60px;
    padding-bottom: 50px;
    position: relative;
  }
  #top::after {
    content: "";
    background: url(/work03/images/grad1.svg) no-repeat bottom right/100% auto;
    width: 800px;
    display: block;
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: 0;
    right: -20px;
    left: auto;
    height: 100%;
  }
  #top h1 {
    font-size: 3.5vw;
    margin-bottom: 40px;
  }
  #top .img-box {
    width: 48%;
  }
  #top .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #top .text-box {
    width: 48%;
    position: relative;
    z-index: 3;
  }
  #points {
    background: url(/work03/images/points_bk.jpg) no-repeat bottom right/cover, #6700BA;
  }
  #points .wrapper > .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #points .wrapper > .flex .pos-right {
    width: 40%;
  }
  #points .wrapper > .flex .pos-left {
    width: 56%;
  }
  #points .img-box {
    height: calc(40vw * 0.85);
  }
  #points .img-box img {
    width: calc(40vw - 30px - 30px);
  }
  #points .img-box img:nth-child(2) {
    top: 24%;
  }
  #points .img-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    margin-top: -20px;
  }
  #live {
    background: url(/work03/images/grad2.svg) no-repeat bottom right/cover;
  }
  h2::before {
    width: 3vw;
    height: 3vw;
  }
  #thanks {
    width: 100vw;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

@media screen and (min-width: 1025px) {
  body::after {
    background: url(/work03/images/bg.jpg) no-repeat top center/cover;
  }
}

@media screen and (min-width: 1280px) {
  .wrapper {
    width: calc(100% - 90px);
  }
  #top .img-box {
    position: relative;
  }
  #top .img-box::before {
    content: url(/work03/images/circles-top.svg);
    width: 8vw;
    height: auto;
    left: 15%;
    top: -25%;
    position: absolute;
  }
  #live {
    position: relative;
  }
  #live .img-box {
    position: relative;
    z-index: 4;
  }
  #live::before {
    content: url(/work03/images/circles-live.svg);
    width: 140px;
    height: auto;
    left: 40px;
    top: 80px;
    position: absolute;
  }
  #live::after {
    content: url(/work03/images/circle-blue.svg);
    width: 80px;
    height: auto;
    right: 80px;
    top: -30px;
    position: absolute;
  }
  #live::before, #live::after {
    z-index: 3;
  }
  #points {
    position: relative;
    z-index: 4;
  }
}

@media screen and (min-width: 1490px) {
  body main {
    font-size: 18px;
  }
  header {
    left: calc((100vw - 1440px) / 2);
  }
  header .nav-menu .sub-menu li {
    background: -webkit-gradient(linear, left top, right top, from(#24009f), to(#6601b7));
    background: linear-gradient(to right, #24009f, #6601b7);
    padding: 5px;
  }
  header .nav-menu .sub-menu li + li {
    margin-top: 5px;
  }
  #top {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  #top h1 {
    font-size: 250%;
  }
  #top .img-box {
    width: 54%;
    margin-right: -40px;
  }
  #top .text-box {
    width: 46%;
  }
  #top p + p {
    margin-top: 16px;
  }
  h2 {
    font-size: 250%;
  }
  h2::before {
    width: 32px;
    height: 32px;
  }
}

@media screen and (min-width: 1600px) {
  main {
    margin: 9vw 8vw 0;
  }
  #points, #thanks {
    -webkit-transform: translateX(calc(-8vw - 20px));
            transform: translateX(calc(-8vw - 20px));
  }
  #points .wrapper .flex .pos-left {
    width: 48%;
  }
  #points .img-box {
    height: 480px;
  }
  #points .img-box img {
    width: calc(30vw - 30px - 30px);
  }
  .wrapper, #points .wrapper {
    width: 1300px;
  }
  #live {
    padding-bottom: 3vw;
  }
  #live .btn {
    margin-top: 30px;
  }
  #live h2 {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
}

@media screen and (min-width: 1980px) {
  header {
    left: calc((100vw - 1660px) / 2);
  }
  main {
    margin: 9vw auto 0;
    width: 1600px;
  }
  #points, #thanks {
    -webkit-transform: translateX(calc((1600px - 100vw) / 2 - 20px));
            transform: translateX(calc((1600px - 100vw) / 2 - 20px));
  }
  #points .img-box {
    height: 380px;
  }
  #points .img-box img {
    width: 400px;
  }
}
