.lp-buttonConversion {
  display: inline-block;
  max-width: 100%;
  background: #dc002f;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 640px) {
  .lp-buttonConversion {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .lp-buttonConversion:hover {
    background-color: #c6002a;
  }
}
.lp-buttonConversion-body {
  display: flex;
  align-items: center;
  padding: 12px 8px 12px 24px;
}
@media only screen and (max-width: 640px) {
  .lp-buttonConversion-body {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.lp-buttonConversion-text {
  margin-right: 16px;
}
.lp-buttonConversion-image {
  margin: -22px 0;
  border: 1px solid #ccc;
}
.lp-buttonConversion-image > img {
  min-width: 42px;
  max-width: 60px;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body,
.lp-buttonConversion.of-anchor .lp-buttonConversion-body,
.lp-buttonConversion.of-arrow .lp-buttonConversion-body,
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before,
.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before,
.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before,
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}
.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}
.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
  left: 26px;
  height: 12px;
  border-width: 7px 0 7px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}
.lp-buttonConversion.of-primary {
  background: #13778f;
}
@media (hover: hover) {
  .lp-buttonConversion.of-primary:hover {
    background-color: #116b81;
  }
}
.lp-buttonConversion.of-secondary {
  background: #0065bb;
}

:root {
  font-size: 62.5%;
}

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

*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  background: #fff;
  color: #333;
  font-family: source-han-sans-japanese, notosans, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}

main {
  display: block;
}

p {
  margin-bottom: 16px;
}

ul,
ol {
  list-style: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: bold;
}

dfn,
cite {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 100%;
}

i {
  font-style: italic;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}

table {
  width: 100%;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  border-radius: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  border: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  margin-inline: auto;
  padding: 20px 80px;
}
.lp-layout-header-content > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1365px) {
  .lp-layout-header-content {
    padding: 20px;
  }
}
.lp-layout-header-logo {
  width: 125px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .lp-layout-header-logo {
    width: 92px;
    margin-inline: auto;
  }
}
.lp-layout-header-logo a > img {
  width: 100%;
}
.lp-layout-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.lp-layout-main {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.lp-layout-main > *:last-child {
  margin-bottom: 0;
}
.lp-layout-footer {
  border-top: 1px solid #e0e0e0;
  color: #727272;
  font-size: 1.3rem;
}
.lp-layout-footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(1920px + 40px);
  margin-inline: auto;
  padding: 8px 20px;
}
@media only screen and (max-width: 767px) {
  .lp-layout-footer-content {
    flex-direction: column;
    padding: 16px 20px;
  }
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.lp-layout-footer-list > li {
  font-size: 1.2rem;
}
.lp-layout-footer-list > li + li {
  position: relative;
  margin-left: 12px;
  padding-left: 12px;
}
.lp-layout-footer-list > li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 13px;
  transform: translateY(-50%);
  background-color: #727272;
}
.lp-layout-footer-list > li > a {
  color: #727272;
  font-size: inherit;
  text-decoration: none;
}
.lp-layout-footer-list > li > a:hover {
  text-decoration: underline;
}
.lp-layout-footer-copyright {
  margin-bottom: 0;
  padding: 0 10px;
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .lp-layout-footer-copyright {
    width: 100%;
    margin-left: 0 !important;
    padding: 0 22px 0 0;
    text-align: center;
  }
  .lp-layout-footer-copyright:last-child::before {
    content: none;
  }
}

.lp-section.of-primary {
  display: flex;
  flex: 1;
  flex-direction: column;
  animation: fadeIn 0.6s linear 0.3s both;
}
@media only screen and (max-width: 1365px) {
  .lp-section.of-primary {
    flex: none;
  }
}
.lp-section.of-primary .lp-section-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 40px 0 56px;
}
@media only screen and (max-width: 1919px) {
  .lp-section.of-primary .lp-section-content {
    padding: calc(2rem + (1vw - 1.365rem) * (3.6101083032)) 0 calc(3.2rem + (1vw - 1.365rem) * (4.3321299639));
  }
}
@media only screen and (max-width: 1365px) {
  .lp-section.of-primary .lp-section-content {
    display: block;
    padding: 20px calc(4.8rem + (1vw - 0.767rem) * (6.6889632107)) 54px;
  }
}
@media only screen and (max-width: 767px) {
  .lp-section.of-primary .lp-section-content {
    padding: 24px 20px;
  }
}
.lp-section-content {
  padding: 16px 20px;
}
.lp-section-content > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .lp-section-content {
    padding: 32px 20px;
  }
}

.lp-jumbotron {
  display: flex;
  flex: 1;
  justify-content: center;
}
@media only screen and (max-width: 1365px) {
  .lp-jumbotron {
    display: block;
  }
}
.lp-jumbotron-content {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1920px;
}
.lp-jumbotron-content > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .lp-jumbotron-content {
    display: block;
  }
}
.lp-jumbotron-body {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.lp-jumbotron-body > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1365px) {
  .lp-jumbotron-body {
    max-width: 560px;
  }
}
@media only screen and (max-width: 767px) {
  .lp-jumbotron-body {
    width: 100%;
    max-width: 440px;
    margin: 0 auto 72px;
  }
}
.lp-jumbotron-conversionGroup {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.lp-jumbotron-conversionGroup > *:last-child {
  margin-bottom: 0;
}

.lp-mediaProduct {
  display: flex;
  position: relative;
  flex: 1;
  margin-bottom: 24px;
  background: #f4e7f8;
}
@media only screen and (max-width: 767px) {
  .lp-mediaProduct {
    margin-bottom: 32px;
  }
}
.lp-mediaProduct::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: #f4e7f8;
}
@media only screen and (max-width: 1919px) {
  .lp-mediaProduct::after {
    content: none;
  }
}
.lp-mediaProduct-inner {
  display: flex;
  flex: 1;
  flex-direction: row-reverse;
  align-items: center;
  padding-right: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
  .lp-mediaProduct-inner {
    padding-right: calc(4rem + (1vw - 1.365rem) * (7.2202166065));
  }
}
@media only screen and (max-width: 1365px) {
  .lp-mediaProduct-inner {
    flex-direction: column-reverse;
    padding: 0 8px 8px;
  }
}
.lp-mediaProduct-body {
  z-index: 1;
  width: 400px;
  margin: 20px auto;
}
.lp-mediaProduct-body > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1919px) {
  .lp-mediaProduct-body {
    width: calc(29.8rem + (1vw - 1.365rem) * (18.4115523466));
  }
}
@media only screen and (max-width: 1365px) {
  .lp-mediaProduct-body {
    width: 100%;
    margin: 0 auto;
  }
}
.lp-mediaProduct-image {
  width: 580px;
  max-width: 580px;
  max-height: 520px;
  margin-right: -100px;
}
@media only screen and (max-width: 1919px) {
  .lp-mediaProduct-image {
    width: calc(43rem + (1vw - 1.365rem) * (27.0758122744));
    height: calc(38.5rem + (1vw - 1.365rem) * (24.3682310469));
    margin-right: calc(-8rem + (1vw - 1.365rem) * (-3.6101083032));
  }
}
@media only screen and (max-width: 1365px) {
  .lp-mediaProduct-image {
    width: 320px;
    height: auto;
    margin: 0 auto -58px;
  }
}
@media only screen and (max-width: 767px) {
  .lp-mediaProduct-image {
    width: 242px;
    margin: 0 auto -44px;
  }
}
.lp-mediaProduct-textGroup {
  margin-bottom: 40px;
}
.lp-mediaProduct-textGroup > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1365px) {
  .lp-mediaProduct-textGroup {
    margin-bottom: 0;
  }
}
.lp-mediaProduct-title {
  display: block;
  margin-bottom: 4px;
  font-size: 2.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 1919px) {
  .lp-mediaProduct-title {
    font-size: calc(2rem + (1vw - 1.365rem) * (1.4440433213));
  }
}
@media only screen and (max-width: 1365px) {
  .lp-mediaProduct-title {
    margin-bottom: 0;
    font-size: 2rem;
  }
}
.lp-mediaProduct-titleGroup {
  margin-bottom: 24px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-shadow:
    0 0 8px #fff,
    0 0 8px #fff,
    0 0 8px #fff;
}
.lp-mediaProduct-titleGroup > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1365px) {
  .lp-mediaProduct-titleGroup {
    margin-bottom: 8px;
  }
}
.lp-mediaProduct-series {
  display: block;
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: normal;
}
@media only screen and (max-width: 1365px) {
  .lp-mediaProduct-series {
    font-size: 2rem;
    font-weight: bold;
  }
}
.lp-mediaProduct-list {
  margin: 0 20px 16px;
  padding: 8px 16px;
  background: rgba(253, 246, 255, 0.85);
}
.lp-mediaProduct-list > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1365px) {
  .lp-mediaProduct-list {
    margin-inline: auto;
  }
}
.lp-mediaProduct-list > li {
  color: #67228d;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .lp-mediaProduct-list > li {
    font-size: calc(1.4rem + (1vw - 1.365rem) * (0.7220216606));
  }
}
@media only screen and (max-width: 1365px) {
  .lp-mediaProduct-list > li {
    font-size: 1.4rem;
  }
}
.lp-mediaProduct-list > li + li {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #ebc8ff;
}
@media only screen and (max-width: 1365px) {
  .lp-mediaProduct-list > li + li {
    margin-top: 4px;
    padding-top: 4px;
  }
}
.lp-mediaProduct.of-primary {
  position: relative;
  background: #dfe2f3;
}
.lp-mediaProduct.of-primary::after {
  left: 0;
  background-color: #dfe2f3;
}
.lp-mediaProduct.of-primary .lp-mediaProduct-inner {
  flex-direction: row;
  padding-right: 0;
  padding-left: 80px;
}
@media only screen and (max-width: 1919px) {
  .lp-mediaProduct.of-primary .lp-mediaProduct-inner {
    padding-left: calc(4rem + (1vw - 1.365rem) * (7.2202166065));
  }
}
@media only screen and (max-width: 1365px) {
  .lp-mediaProduct.of-primary .lp-mediaProduct-inner {
    flex-direction: column-reverse;
    padding: 0 8px 8px;
  }
}
.lp-mediaProduct.of-primary .lp-mediaProduct-image {
  margin-right: 0;
  margin-left: -100px;
}
@media only screen and (max-width: 1919px) {
  .lp-mediaProduct.of-primary .lp-mediaProduct-image {
    margin-left: calc(-8rem + (1vw - 1.365rem) * (-3.6101083032));
  }
}
@media only screen and (max-width: 1365px) {
  .lp-mediaProduct.of-primary .lp-mediaProduct-image {
    width: 320px;
    margin: 0 auto -58px;
  }
}
@media only screen and (max-width: 767px) {
  .lp-mediaProduct.of-primary .lp-mediaProduct-image {
    width: 242px;
    margin: 0 auto -44px;
  }
}
.lp-mediaProduct.of-primary .lp-mediaProduct-list {
  background: rgba(242, 244, 255, 0.85);
}
.lp-mediaProduct.of-primary .lp-mediaProduct-list > li {
  color: #2a3588;
}
.lp-mediaProduct.of-primary .lp-mediaProduct-list > li + li {
  border-top: 1px solid #c2c9ff;
}

.lp-headingLevel1 {
  max-width: 970px;
  margin: 0 auto 40px;
  padding: 0 20px;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .lp-headingLevel1 {
    font-size: calc(3.2rem + (1vw - 1.365rem) * (2.8880866426));
  }
}
@media only screen and (max-width: 1365px) {
  .lp-headingLevel1 {
    margin-bottom: 40px;
    font-size: calc(3.1rem + (1vw - 0.767rem) * (0.1672240803));
  }
}
@media only screen and (max-width: 767px) {
  .lp-headingLevel1 {
    max-width: 440px;
    margin-bottom: 32px;
    padding: 0;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 360px) {
  .lp-headingLevel1 {
    font-size: calc(2rem + (1vw - 0.32rem) * (0.8948545861));
  }
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -24px 0 16px -24px;
  padding: 0 20px;
}
.lp-listButton > li {
  margin-top: 32px;
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
  .lp-listButton {
    flex-direction: column;
    padding: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 1365px) {
  .lp-buttonConversion {
    font-size: calc(1.7rem + (1vw - 0.767rem) * (0.5016722408));
  }
}
@media only screen and (max-width: 767px) {
  .lp-buttonConversion {
    font-size: 1.6rem;
  }
}
.lp-buttonConversion-body {
  padding: 8px 8px 8px 24px;
}
@media only screen and (max-width: 767px) {
  .lp-buttonConversion-body {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.lp-buttonConversion.of-download .lp-buttonConversion-body {
  padding-left: 48px;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  left: 20px;
}
.lp-buttonConversion-image > img {
  width: 43px;
}

.lp-textPhone {
  display: block;
  margin-bottom: 24px;
}
.lp-textPhone > *:last-child {
  margin-bottom: 0;
}
.lp-textPhone.of-flex {
  display: flex;
  flex-wrap: wrap;
}
.lp-textPhone.of-flexDirection-rowReverse {
  flex-flow: row-reverse;
}
.lp-textPhone.of-primary {
  max-width: 440px;
  margin-inline: auto;
  text-align: center;
}
.lp-textPhone.of-primary .lp-textPhone-numberGroup {
  justify-content: center;
}
.lp-textPhone.of-primary .lp-textPhone-note {
  margin-right: 0;
}
.lp-textPhone-body > *:last-child {
  margin-bottom: 0;
}
.lp-textPhone-number {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .lp-textPhone-number {
    font-size: 2.6rem;
  }
}
.lp-textPhone-numberGroup {
  display: flex;
  align-items: flex-start;
  margin-top: 0 !important;
  margin-bottom: 0;
  color: #333;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .lp-textPhone-numberGroup {
    margin-bottom: 8px;
  }
}
.lp-textPhone-note {
  display: block;
  margin-top: 0 !important;
  margin-right: 16px;
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .lp-textPhone-note {
    font-weight: 500;
  }
}
.lp-textPhone-icon {
  width: 36px;
  min-width: 36px;
  height: 20px;
  min-height: 20px;
  margin-top: 2px;
  margin-right: 8px;
}
.lp-textPhone-icon .of-iconColor-primary {
  fill: #00a23f;
}
.lp-textPhone-icon .of-iconColor-secondary {
  fill: #fe8800;
}
.lp-textPhone-icon .of-iconColor-tertiary {
  fill: #0086b1;
}
.lp-textPhone-icon .of-iconColor-quaternary {
  fill: #838079;
}
.lp-textPhone-icon .of-iconColor-quinary {
  fill: #1e1c1c;
}

.lp-largeScreen-hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  .lp-largeScreen-hide {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .lp-smallScreen-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .lp-smallScreen-line-break {
    display: block;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
