html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.4em;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button {
  background: none;
  border: none;
  outline: none;
}

button {
  font-size: inherit;
  line-height: inherit;
}

textarea {
  resize: none;
}

select:focus,
textarea:focus,
input:focus {
  outline: none;
}

html, body {
  margin: 0;
  font-family: 'BIZ UDPGothic', sans-serif;
}

p {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1.5px;
}

@media (max-width: 767px) {
  p {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 1px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

img {
  display: block;
  pointer-events: none;
}

ul, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container.md {
  max-width: 1040px;
}

.container.sm {
  max-width: 880px;
}

@media (max-width: 1240px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

.flex-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.font-comfortaa {
  font-family: 'Comfortaa', cursive;
}

.db-tab {
  display: none;
}

@media (max-width: 979px) {
  .db-tab {
    display: block;
  }
}

.db-sp {
  display: none;
}

@media (max-width: 767px) {
  .db-sp {
    display: block;
  }
}

.btn__cta {
  margin-top: 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .btn__cta {
    max-width: 400px;
    margin: 40px auto 0;
    width: 100%;
  }
}

.btn__cta a {
  max-width: 580px;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 40px;
  border-radius: 60px;
  -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.3);
          box-shadow: 0 0 20px rgba(51, 51, 51, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F2789F;
  position: relative;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767px) {
  .btn__cta a {
    padding-top: 22px;
    padding-bottom: 12px;
  }
}

.btn__cta a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.btn__cta a > p {
  padding: 10px 70px;
  background: #fff;
  font-weight: bold;
  color: #F2789F;
  font-size: 15px;
  line-height: 18px;
  border-radius: 7px;
  border: 2px solid #F999B7;
  position: absolute;
  top: -20px;
  right: 65px;
  display: inline-block;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  .btn__cta a > p {
    padding: 6px 0 5px;
    width: 60%;
    right: 11%;
    font-size: 13px;
    letter-spacing: 1px;
  }
}

.btn__cta a > p::before {
  content: '';
  width: 2px;
  height: 25px;
  background: #F999B7;
  position: absolute;
  bottom: -16px;
  left: 50px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

@media (max-width: 767px) {
  .btn__cta a > p::before {
    left: -15px;
  }
}

@media (max-width: 767px) {
  .btn__cta a > p::before {
    display: none;
  }
}

.btn__cta a img {
  width: 100px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 25px;
}

@media (max-width: 767px) {
  .btn__cta a img {
    width: 80px;
    left: 15px;
  }
}

.btn__cta a span {
  position: relative;
  right: -50px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 4.5px;
}

@media (max-width: 767px) {
  .btn__cta a span {
    right: -35px;
    font-size: 17px;
  }
}

.section__title {
  margin-bottom: 70px;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .section__title {
    margin-bottom: 40px;
  }
}

.section__title.left {
  text-align: left;
}

@media (max-width: 767px) {
  .section__title.left {
    text-align: center;
  }
}

.section__title.left h2 {
  text-align: left;
}

@media (max-width: 767px) {
  .section__title.left h2 {
    text-align: center;
  }
}

.section__title p {
  margin-bottom: 20px;
  color: #F2789F;
  position: relative;
  font-size: 60px;
  font-family: 'Comfortaa', cursive;
  font-weight: bold;
  line-height: 65px;
  letter-spacing: 6px;
}

@media (max-width: 979px) {
  .section__title p {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .section__title p {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 4px;
  }
}

.section__title h1, .section__title h2 {
  color: #333;
  font-size: 30px;
  font-weight: 900;
  line-height: 35px;
  text-align: center;
  letter-spacing: 6px;
}

@media (max-width: 979px) {
  .section__title h1, .section__title h2 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .section__title h1, .section__title h2 {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 2px;
  }
}

.header {
  padding: 0 30px;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767px) {
  .header {
    padding: 0 20px;
    height: 70px;
  }
}

.header.overlay {
  background: #fff;
  opacity: .8;
}

.header__left {
  position: relative;
  z-index: 999;
}

.header__left a img {
  width: auto;
  height: 60px;
}

@media (max-width: 767px) {
  .header__left a img {
    height: 50px;
  }
}

@media (max-width: 1240px) {
  .header__right {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FEE3EC;
    overflow: scroll;
  }
}

@media (max-width: 1240px) {
  .header__right nav {
    padding: 80px 30px 50px;
  }
}

@media (max-width: 767px) {
  .header__right nav {
    padding: 80px 20px 40px;
  }
}

.header__right nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1240px) {
  .header__right nav > ul {
    display: block;
  }
}

.header__right nav > ul > li {
  margin-right: 30px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

@media (max-width: 1240px) {
  .header__right nav > ul > li {
    margin-right: 0;
    padding: 20px;
    height: initial;
    border-bottom: 1px solid #ccc;
  }
}

@media (max-width: 767px) {
  .header__right nav > ul > li {
    padding: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.header__right nav > ul > li a {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  letter-spacing: 1.5px;
}

.header__right nav > ul > li a:hover:before {
  width: 100%;
}

.header__right nav > ul > li a:before {
  content: '';
  width: 0%;
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #F999B7;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header__menu__show {
  position: relative;
}

.header__menu__sub {
  display: none;
  width: 220px;
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

@media (max-width: 1240px) {
  .header__menu__sub {
    margin-top: 20px;
    width: 100%;
    display: block;
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}

@media (max-width: 767px) {
  .header__menu__sub {
    margin-top: 15px;
  }
}

.header__menu__sub li {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .header__menu__sub li {
    padding-left: 10px;
    text-align: left;
  }
}

@media (max-width: 1240px) {
  .header__menu__sub li a {
    font-size: 15px;
  }
}

.header__menu__sub li:last-child {
  margin-bottom: 0;
}

.header__contact {
  margin-right: 0 !important;
}

@media (max-width: 1240px) {
  .header__contact {
    border-bottom: none !important;
  }
}

@media (max-width: 767px) {
  .header__contact {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.header__contact a {
  padding: 25px 40px;
  border-radius: 40px;
  color: #fff !important;
  background: -webkit-gradient(linear, left top, right top, from(#F999B7), to(#F2789F));
  background: -webkit-linear-gradient(left, #F999B7, #F2789F);
  background: linear-gradient(to right, #F999B7, #F2789F);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .header__contact a {
    width: 100%;
    text-align: center;
  }
}

.header__contact a:before {
  display: none;
}

.header__contact a img {
  margin-right: 10px;
  width: 20px;
}

.menu__bar {
  display: none;
}

@media (max-width: 1240px) {
  .menu__bar {
    display: block;
  }
}

.menu__trigger,
.menu__trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu__trigger {
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.menu__trigger:hover {
  opacity: 1;
}

.menu__trigger.active .hamburger span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}

.menu__trigger.active .hamburger span:nth-of-type(2) {
  opacity: 0;
}

.menu__trigger.active .hamburger span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

.menu__inner {
  width: 35px;
  text-align: center;
}

.hamburger {
  margin-top: 5px;
  margin-bottom: 0;
  width: 35px;
  height: 22px;
  position: relative;
}

.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #F2789F;
}

.hamburger span:nth-of-type(2) {
  top: 10px;
}

.hamburger span:nth-of-type(3) {
  bottom: 0;
}

.footer {
  padding: 45px 0 30px;
  background: #F999B7;
  text-align: center;
}

@media (max-width: 1240px) {
  .footer {
    margin-bottom: 108px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .footer {
    margin-bottom: 76px;
  }
}

.footer__links {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .footer__links {
    margin-bottom: 20px;
  }
}

.footer__links nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 767px) {
  .footer__links nav ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer__links nav ul li {
  margin-right: 60px;
}

@media (max-width: 767px) {
  .footer__links nav ul li {
    margin-right: 0;
    margin-bottom: 15px;
    width: 50%;
    text-align: left;
  }
}

.footer__links nav ul li:last-child {
  margin-right: 0;
}

.footer__links nav ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: 1.5px;
}

@media (max-width: 767px) {
  .footer__links nav ul li a {
    font-size: 15px;
  }
}

.footer__cr p {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
}

.topBtn {
  display: none;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 998;
}

@media (max-width: 1240px) {
  .topBtn {
    bottom: 120px;
  }
}

@media (max-width: 767px) {
  .topBtn {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 100px;
  }
}

.topBtn__inner {
  width: 100%;
  height: 100%;
  background: #F2789F;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.topBtn__inner img {
  width: 25px;
  height: auto;
}

.fixedCta {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
}

@media (max-width: 1240px) {
  .fixedCta {
    display: block;
  }
}

.fixedCta .btn__cta {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .fixedCta .btn__cta {
    max-width: initial;
  }
}

.fixedCta .btn__cta > p {
  right: initial;
}

@media (max-width: 767px) {
  .fixedCta .btn__cta > p {
    right: -20px;
  }
}

.fixedCta .btn__cta a {
  max-width: initial;
  padding: 40px 0;
  text-align: center;
  width: 100%;
  border: none;
  border-top: 2px solid #F2789F;
  border-radius: 0;
}

@media (max-width: 767px) {
  .fixedCta .btn__cta a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.fixedCta .btn__cta a:hover {
  -webkit-transform: initial;
          transform: initial;
}

.fixedCta .btn__cta a p {
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@media (max-width: 767px) {
  .fixedCta .btn__cta a p {
    right: 14%;
    -webkit-transform: initial;
            transform: initial;
  }
}

.fixedCta .btn__cta a span {
  top: 7px;
  right: initial;
}

@media (max-width: 767px) {
  .fixedCta .btn__cta a span {
    top: 5px;
    position: relative;
    right: -30px;
    line-height: 25px;
  }
}

@media (max-width: 1240px) {
  .contact .topBtn {
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  .contact .topBtn {
    bottom: 20px;
  }
}

@media (max-width: 1240px) {
  .contact .footer {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=common.css.map */