/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Arkhip";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Arkhip/Arkhip-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "DisruptorsScript";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/DisruptorsScript/DisruptorsScript-Regular.ttf") format("truetype");
}
*, *::before, *::after {
  box-sizing: border-box;
  outline: none;
}

::-moz-placeholder {
  color: gray;
}

::placeholder {
  color: gray;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style-type: none;
}

input, textarea {
  display: block;
  width: 100%;
  border: 1px solid #242048;
  border-radius: 0;
  background-color: transparent;
}

textarea {
  resize: none;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

svg {
  display: block;
}

h1, h2, h3, h4, h5, h6, p, ul, button {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
}

h1 {
  font-size: 98rem;
  line-height: 0.6;
  font-family: "DisruptorsScript", sans-serif;
  font-weight: 400;
}

h2 {
  font-size: 30rem;
}

h3 {
  font-size: 26rem;
}

h4 {
  font-size: 20rem;
}

.fz12 {
  font-size: 12rem;
}

.fz14 {
  font-size: 14rem;
}

.fz16 {
  font-size: 16rem;
}

.fz18 {
  font-size: 18rem;
}

.fz30 {
  font-size: 30rem;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.ttn {
  text-transform: normal;
}

.ttl {
  text-transform: lowercase;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.c-red {
  color: red;
}

.c-green {
  color: green;
}

.c-gray {
  color: gray;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.grid {
  display: grid;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}

.hidden {
  display: none;
}

.btn {
  text-decoration: none;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10rem;
  line-height: 1.25;
  transition: 0.25s;
  width: auto;
  height: 56rem;
  border-radius: 12rem;
  padding: 0 46rem;
  background-color: #FCFCFC;
  color: #242048;
}
.btn.w100 {
  width: 100%;
}
.btn svg {
  width: 30rem;
  height: 30rem;
  fill: currentColor;
}
.btn:hover {
  transform: scale(1.04, 1.04);
  background-color: #fff;
}

html {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(36, 32, 72, 0.05) 105.67%), linear-gradient(102.44deg, rgba(223, 219, 255, 0.25) 0.75%, rgba(255, 200, 249, 0.25) 98.84%), #FCFCFC;
  background-size: cover;
  font-size: 0.0833333333vw;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  font-family: "Arkhip", sans-serif;
  font-size: 20rem;
  font-weight: 400;
  line-height: 1.5;
  color: #242048;
}

.page-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.page-container main {
  max-width: 100vw;
  overflow-x: hidden;
  display: grid;
  align-items: center;
}

.container {
  max-width: 1200rem;
  padding: 0 20rem;
  margin: 0 auto;
}
header.header-main {
  padding: 15rem 0 5rem;
}
header.header-main .logo-wrap {
  display: flex;
  justify-content: center;
  margin-left: 367rem;
}
header.header-main .logo-wrap a {
  display: block;
}
header.header-main .logo-wrap img {
  display: block;
  width: 130rem;
}

footer.footer-main {
  padding: 5rem 0 15rem;
}
.home-welcome .grid {
  grid-template-columns: 367rem 1fr;
  align-items: center;
  gap: 24rem;
}
.home-welcome .img-wrap img {
  display: block;
  width: 100%;
}
.home-welcome .info-wrap {
  background-color: #242048;
  color: #FCFCFC;
  border-radius: 34rem;
  padding: 50rem 50rem 70rem;
  background-image: url("../img/part-line-heart.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 531rem;
  position: relative;
  overflow: hidden;
}
.home-welcome .info-wrap .bunny-wrap {
  position: absolute;
  bottom: -3rem;
  left: -11rem;
  width: 244rem;
}
.home-welcome .info-wrap .bunny-wrap img.bunny {
  display: block;
  width: 100%;
}
.home-welcome .info-wrap .bunny-wrap span {
  font-size: 9rem;
  line-height: 1.5;
  position: absolute;
  top: 18.1%;
  right: 5%;
}
.home-welcome .info-wrap ul {
  margin-top: 50rem;
  display: grid;
  gap: 18rem;
}
.home-welcome .info-wrap ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10rem;
}
.home-welcome .info-wrap ul li:nth-child(3) img {
  top: -2.5rem;
}
.home-welcome .info-wrap ul li img {
  width: 30rem;
  height: 30rem;
  position: relative;
  top: 1rem;
}
.home-welcome .info-wrap ul li a {
  display: inline-block;
  position: relative;
  transition: 0.25s;
}
.home-welcome .info-wrap ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  bottom: 4rem;
}
.home-welcome .info-wrap ul li a:hover {
  color: #4cc4ff;
}
.home-welcome .info-wrap .btn-wrap {
  margin-top: 24rem;
  text-align: center;
}
@media only screen and (min-width: 481px) {
  q {
    top: 0;
  }
}
@media only screen and (min-width: 993px) {
  q {
    top: 0;
  }
}
@media only screen and (min-width: 769px) {
  q {
    top: 0;
  }
  .hidden-desc {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  q {
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  q {
    top: 0;
  }
  h1 {
    font-size: 60rem;
  }
  .fz12 {
    font-size: 12rem;
  }
  .fz14 {
    font-size: 14rem;
  }
  .fz16 {
    font-size: 16rem;
  }
  .fz18 {
    font-size: 18rem;
  }
  .fz30 {
    font-size: 28rem;
  }
  .hidden-mob {
    display: none;
  }
  .btn {
    padding: 0 30rem;
  }
  html {
    font-size: 0.1302083333vw;
  }
  body {
    font-size: 17rem;
  }
  .container {
    padding: 0 15rem;
  }
  header.header-main {
    padding: 15rem 0;
  }
  header.header-main .logo-wrap {
    margin-left: 220rem;
  }
  .home-welcome .grid {
    grid-template-columns: 220rem 1fr;
  }
  .home-welcome .info-wrap {
    padding: 30rem 30rem 60rem;
    background-size: 290rem;
  }
  .home-welcome .info-wrap ul {
    margin-top: 40rem;
  }
  .home-welcome .info-wrap .btn-wrap {
    text-align: right;
  }
}
@media only screen and (max-width: 480px) {
  q {
    top: 0;
  }
  h1 {
    font-size: 32rem;
  }
  h2 {
    font-size: 24rem;
  }
  h3 {
    font-size: 22rem;
  }
  h4 {
    font-size: 18rem;
  }
  .fz12 {
    font-size: 10rem;
  }
  .fz14 {
    font-size: 14rem;
  }
  .fz16 {
    font-size: 16rem;
  }
  .fz18 {
    font-size: 18rem;
  }
  .fz30 {
    font-size: 24rem;
  }
  .btn {
    height: 32rem;
    border-radius: 8rem;
    gap: 6rem;
    padding: 0 22rem;
  }
  .btn svg {
    width: 18rem;
    height: 18rem;
  }
  html {
    font-size: 0.2666666667vw;
  }
  body {
    font-size: 11rem;
    line-height: 1.3;
  }
  header.header-main .logo-wrap {
    margin-left: 0;
  }
  header.header-main .logo-wrap img {
    width: 100rem;
  }
  .home-welcome {
    padding-bottom: 70rem;
  }
  .home-welcome .grid {
    grid-template-columns: 104rem 1fr;
    gap: 4rem;
  }
  .home-welcome .info-wrap {
    background-size: 180rem;
    border-radius: 16rem;
    padding: 18rem 12rem 33rem;
  }
  .home-welcome .info-wrap .bunny-wrap {
    display: none;
  }
  .home-welcome .info-wrap ul {
    gap: 10rem;
    margin-top: 22rem;
  }
  .home-welcome .info-wrap ul li {
    margin-top: 0;
    gap: 6rem;
  }
  .home-welcome .info-wrap ul li img {
    width: 18rem;
    height: 18rem;
  }
  .home-welcome .info-wrap .btn-wrap {
    margin-top: 14rem;
    text-align: center;
  }
}
@media only screen and (min-width: 1201px) {
  html {
    font-size: 1px;
  }
}