@font-face {
  font-family: arian_regular;
  src: url('../fonts/arian_regular.woff2') format('woff2'),url('../fonts/arian_regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}
:root {
  --color1: #fff;
  --color2: #EC0B70;
  --color3: #817BDE;
  --font1: arian_regular
}
html {
  min-height: 100vh;
  -webkit-text-size-adjust: 100%
}
*,
:after,
:before {
  box-sizing: border-box
}
article,
aside,
footer,
header,
main,
nav,
section {
  display: block
}
iframe,
img,
svg {
  vertical-align: middle
}
a {
  background-color: transparent
}
a:active,
a:hover {
  outline: 0
}
button,
input,
select,
textarea {
  font-size: 100%;
  line-height: 1;
  margin: 0
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
button {
  -webkit-appearance: button
}
textarea {
  display: block;
  overflow: auto;
  resize: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
td,
th {
  padding: 0
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}
button {
  cursor: pointer;
  background: 0 0;
  border: 0;
  padding: 0
}
.hidden {
  display: none!important
}
a {
  color: var(--color1);
  text-decoration: none
}
b,
strong {
  font-weight: 700
}
::-moz-selection {
  background-color: #b3d4fc;
  text-shadow: none
}
::selection {
  background-color: #b3d4fc;
  text-shadow: none
}
a {
  transition: all .2s ease-in-out
}
body {
  font-family: var(--font1);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  background-image: linear-gradient(297deg,#ec0b70 5%,#f6438e 24%,#ff7bac 61%,#b9a6ff 93%);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  align-items: center;
  padding-top: 127px;
  flex-direction: column
}
.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px
}
.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 10
}
.logo {
  mask-image: url(../images/logo-header.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  width: 194px;
  height: 67px;
  mask-size: 194px auto;
  display: block
}
.content {
  flex: 1 0 auto;
  width: 100%;
  padding-bottom: 60px;
  align-items: center;
  display: flex
}
.main {
  display: flex;
  align-items: center
}
.main-l {
  width: 750px;
  padding-right: 100px
}
.main-r {
  width: 750px
}
.title {
  font-size: 30px;
  font-family: var(--font1);
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase
}
.website {
  margin-top: 50px
}
.website a {
  background-color: #fff;
  height: 60px;
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  text-align: center;
  padding: 4px 40px;
  color: var(--color2);
  font-size: 20px
}
.website a:hover {
  background-color: var(--color3);
  color: #fff
}
.video {
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer
}
.video video {
  max-width: 100%
}
.notice {
  background-color: #fff;
  color: #bdbdbd;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 30px 0 26px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
  width: 100%;
  font-size: 2.4vw
}
@media (max-width:1559px) {
  .title {
    font-size: 22px
  }
  .main-l {
    width: calc(100% - 750px);
    padding-right: 50px
  }
}
@media (min-width:1349px) {
  .hidden-lg {
    display: none
  }
}
@media (max-width:1348px) {
  .hidden-xs {
    display: none
  }
  html {
    height: auto;
    min-height: calc((var(--vh,1vh) * 100))
  }
  body {
    height: auto;
    min-height: calc((var(--vh,1vh) * 100));
    padding-top: 118px
  }
  .wrapper {
    padding-left: 15px;
    padding-right: 15px
  }
  .header {
    padding: 15px
  }
  .logo {
    width: 124px;
    height: 43px;
    mask-size: 124px auto
  }
  .main {
    flex-wrap: wrap;
    max-width: 738px;
    margin-left: auto;
    margin-right: auto
  }
  .main-l {
    width: 100%;
    padding-right: 0;
    order: 1
  }
  .main-r {
    width: 100%;
    order: 0
  }
  .title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px
  }
  .website {
    margin-top: 28px;
    text-align: center
  }
  .website a {
    height: 50px;
    border-radius: 25px;
    padding: 4px 30px;
    font-size: 18px
  }
  .notice {
    line-height: 1.1;
    padding: 15px 0 13px;
    font-size: 20px
  }
}