@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Use a 4-space tab width in all browsers (opinionated).
  * 4. Remove the grey highlight on links in iOS (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
  * ========================================================================== */
/**
  * Remove the margin in all browsers (opinionated).
  */
body {
  margin: 0;
}

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Edge, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
  * ========================================================================== */
/**
  * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
  */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
  * Remove the margin on nested lists in Edge 18- and IE.
  */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
  * 1. Correct the inheritance of border color in Firefox.
  * 2. Add the correct box sizing in Firefox.
  * 3. Show the overflow in Edge 18- and IE.
  */
hr {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
  overflow: visible;
  /* 3 */
}

/**
  * Add the correct display in IE.
  */
main {
  display: block;
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
  * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
  */
nav li::before {
  content: "​";
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  * 3. Prevent overflow of the container in all browsers (opinionated).
  */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
  -ms-overflow-style: scrollbar;
  /* 3 */
}

/* Text-level semantics
  * ========================================================================== */
/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent;
}

/**
  * Add the correct text decoration in Edge 18-, IE, and Safari.
  */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
  * 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%;
}

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block;
}

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Remove the border on iframes in all browsers (opinionated).
  */
iframe {
  border-style: none;
}

/**
  * Remove the border on images within links in IE 10-.
  */
img {
  border-style: none;
}

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg:not([fill]) {
  fill: currentColor;
}

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
  * ========================================================================== */
/**
  * 1. Collapse border spacing in all browsers (opinionated).
  * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
  * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
  */
table {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
  * ========================================================================== */
/**
  * Remove the margin on controls in Safari.
  */
button,
input,
select {
  margin: 0;
}

/**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
  */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
  * Correct the inability to style buttons in iOS and Safari.
  */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
  * 1. Change the inconsistent appearance in all browsers (opinionated).
  * 2. Correct the padding in Firefox.
  */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
  * Show the overflow in Edge 18- and IE.
  */
input {
  overflow: visible;
}

/**
  * 1. Correct the text wrapping in Edge 18- and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
  * 1. Add the correct display in Edge 18- and IE.
  * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
  * Remove the inheritance of text transform in Firefox.
  */
select {
  text-transform: none;
}

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
  resize: block;
  /* 3 */
}

/**
  * Remove the padding in IE 10-.
  */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
  * 1. Correct the odd appearance in Chrome, Edge, and Safari.
  * 2. Correct the outline style in Safari.
  */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style upload buttons in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Remove the additional :invalid styles in Firefox.
  */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
  * ========================================================================== */
/*
  * Add the correct display in Edge 18- and IE.
  */
details {
  display: block;
}

/*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item;
}

/* Scripting
  * ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block;
}

/**
  * Add the correct display in IE.
  */
template {
  display: none;
}

/* User interaction
  * ========================================================================== */
/*
  * Remove the tapping delay in IE 10.
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

/**
  * Add the correct display in IE 10-.
  */
[hidden] {
  display: none;
}

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
[aria-busy=true] {
  cursor: progress;
}

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */
[aria-controls] {
  cursor: pointer;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root {
  --baseDeviceWidth: 768;
  --screenHeight: 0px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 769px) {
  body {
    min-width: 1160px;
  }
}

body.-lock {
  overflow: hidden;
}

img {
  max-width: 100%;
}

iframe[name=google_conversion_frame] {
  position: absolute;
  height: 0;
}

/* sanitize overwrite */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dd,
dt {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

main {
  display: block;
}

button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

nav li:before {
  content: "";
  display: none;
}

.l-container {
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .l-footer {
    padding: 14px 0 24px;
  }
}
@media (min-width: 769px) {
  .l-footer {
    padding: 30px 0 35px;
  }
}

.l-footer__container {
  padding: 0 15px;
}

@media (min-width: 769px) {
  .l-footer__row {
    display: flex;
    justify-content: space-between;
  }
}

.l-footer__left {
  align-items: center;
  display: flex;
}

@media (max-width: 768px) {
  .l-footer__left__link {
    width: 40px;
  }
}

@media (min-width: 769px) {
  .l-footer__privacy {
    padding-left: 20px;
  }
}

.l-footer__privacy__txt {
  font-size: 0.6875rem;
  display: block;
  font-weight: 700;
  line-height: 1.6;
}

.l-footer__privacy__link {
  font-size: 0.6875rem;
  display: block;
  line-height: 1.6;
  text-decoration: underline;
}
@media (min-width: 769px) {
  .l-footer__privacy__link:hover {
    text-decoration: none;
  }
}

@media (max-width: 768px) {
  .l-footer__int {
    padding: 16px 10px;
    text-align: center;
  }
}

.l-footer__copyright {
  font-size: 0.75rem;
  line-height: 2.5em;
  text-align: center;
}

.l-footer__button__scroll__top {
  position: fixed;
  bottom: 45px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 3px solid #007fc3;
  border-radius: 50%;
  cursor: pointer;
  height: 36px;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  width: 36px;
  z-index: 999;
}
@media (min-width: 769px) {
  .l-footer__button__scroll__top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 49px;
    transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    width: 49px;
  }
}
.l-footer__button__scroll__top.-active {
  opacity: 1;
}

.l-footer__button__scroll__top__left {
  position: absolute;
  top: 13px;
  left: 3px;
  background-color: #007fc3;
  border-radius: 4px;
  height: 3px;
  transform: rotate(-45deg);
  width: 15px;
}
@media (min-width: 769px) {
  .l-footer__button__scroll__top__left {
    position: absolute;
    top: 19px;
    left: 6px;
    width: 19px;
  }
}

.l-footer__button__scroll__top__right {
  position: absolute;
  top: 13px;
  right: 3px;
  background-color: #007fc3;
  border-radius: 4px;
  height: 3px;
  transform: rotate(45deg);
  width: 15px;
}
@media (min-width: 769px) {
  .l-footer__button__scroll__top__right {
    position: absolute;
    top: 19px;
    right: 6px;
    width: 19px;
  }
}

.l-header {
  align-items: center;
  height: 50px;
  padding: 0 10px;
  display: flex;
}

.l-header__logo {
  display: inline-block;
}
@media (max-width: 768px) {
  .l-header__logo {
    width: 124px;
  }
}
.l-header__logo img {
  vertical-align: top;
}

.js-acc {
  overflow: hidden;
  height: 0px;
  transition: height 0.4s 0s ease;
}
.-new .js-acc {
  transition: height 0.4s 0s ease;
}

.c-font-notosans {
  font-family: "Noto Sans JP", sans-serif;
}

.c-font-roboto {
  font-family: "Roboto", sans-serif;
}

.c-inner {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .c-inner {
    padding: 0 5.3vw;
  }
}
@media (min-width: 769px) {
  .c-inner {
    width: 1160px;
  }
}

@media (max-width: 768px) {
  .c-offer {
    font-size: 0.625rem;
    line-height: 1.8;
  }
}
@media (min-width: 769px) {
  .c-offer {
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}

.js-flashin {
  opacity: 0;
}
.js-flashin.-scrollin {
  -webkit-animation: in 0.08s 0.2s steps(2) 10 forwards;
          animation: in 0.08s 0.2s steps(2) 10 forwards;
}
.js-flashin.-stopflash {
  opacity: 1;
}

.c-catch {
  color: #003153;
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 5vw;
  line-height: 1.4736842105;
  text-align: center;
}
@media (min-width: 769px) {
  .c-catch {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
.c-catch b {
  position: relative;
  background: linear-gradient(transparent 80%, #ffff00 80%);
  display: inline;
  font-size: 6.8vw;
  font-weight: 900;
}
@media (min-width: 769px) {
  .c-catch b {
    font-size: 3.25rem;
  }
}
.c-catch span {
  font-weight: 900;
}

.c-catch__subtxt {
  font-size: 0.9375rem;
  color: #505050;
  font-weight: 700;
  line-height: 1.5333333333;
  margin-top: 16px;
}
@media (min-width: 769px) {
  .c-catch__subtxt {
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.6666666667;
    margin-top: 24px;
  }
}
.c-catch__subtxt b {
  color: #007fc3;
}

@media (max-width: 768px) {
  .c-sec {
    margin-top: 36px;
  }
}
@media (min-width: 769px) {
  .c-sec {
    margin-top: 64px;
  }
}

.c-subsec {
  position: relative;
}
@media (max-width: 768px) {
  .c-subsec {
    padding: 36px 0 0;
  }
}
@media (min-width: 769px) {
  .c-subsec {
    margin-top: 54px;
  }
}

.c-subsec__inner {
  position: relative;
  margin: 0 auto;
  width: 89.3vw;
  z-index: 1;
}
@media (min-width: 769px) {
  .c-subsec__inner {
    width: 1160px;
  }
}

.c-subsec__bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #e3f4ff;
  height: 100%;
  min-width: calc(100% + 124px);
  width: 100vw;
  z-index: -1;
}
@media (min-width: 769px) {
  .c-subsec__bg {
    position: absolute;
    top: 0;
    left: -62px;
  }
}
.c-subsec__bg::after {
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(#003153 1px, transparent 0), linear-gradient(90deg, #003153 1px, transparent 0);
  background-size: 15px 15px;
  content: "";
  height: 100%;
  opacity: 0.05;
  width: 100%;
}
@media (min-width: 769px) {
  .c-subsec__bg::after {
    background-size: 28px 28px;
  }
}
.-left .c-subsec__bg {
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
}
@media (min-width: 769px) {
  .-left .c-subsec__bg {
    position: absolute;
    top: 0;
    left: auto;
    bottom: auto;
    right: -62px;
  }
}
.c-subsec__bg::before {
  content: "";
  display: block;
}
@media (max-width: 768px) {
  .c-subsec__bg::before {
    display: none;
  }
}
.profile .c-subsec__bg::before {
  position: absolute;
  top: 0;
  left: -116px;
  background: url(../../assets/img/top/profile/txt_shoulder.svg) no-repeat 0 0/contain;
  height: 591px;
  width: 120px;
}
.attribute .c-subsec__bg::before {
  position: absolute;
  top: 0;
  right: -116px;
  background: url(../../assets/img/top/attribute/txt_shoulder.svg) no-repeat 0 0/contain;
  height: 785px;
  width: 120px;
}
.point .c-subsec__bg::before {
  position: absolute;
  top: 0;
  left: -116px;
  background: url(../../assets/img/top/point/txt_shoulder.svg) no-repeat 0 0/contain;
  height: 420px;
  width: 120px;
}

.c-summarysec {
  position: relative;
  background: url(../../assets/img/common/bg/bg_people.jpg) repeat-x top center/cover, #cfe1e3;
}
@media (max-width: 768px) {
  .c-summarysec {
    background-size: 360vw auto;
  }
}
.c-summarysec::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #003153;
  content: "";
  display: block;
  height: 100%;
  mix-blend-mode: multiply;
  width: 100%;
}
.c-summarysec::after {
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(#fff 1px, transparent 0), linear-gradient(90deg, #fff 1px, transparent 0);
  background-size: 13px 13px;
  content: "";
  height: 100%;
  mix-blend-mode: multiply 100%;
  opacity: 0.1;
  width: 100%;
}
@media (min-width: 769px) {
  .c-summarysec::after {
    background-size: 18px 18px;
  }
}

.c-summarysec__inner {
  position: relative;
  z-index: 1;
}

.c-hover_op {
  transition: opacity 0.3s 0s ease;
}
@media (min-width: 769px) {
  .c-hover_op:hover {
    opacity: 0.7;
  }
}

.c-roundedbtn {
  transition: all 0.3s ease;
  border-radius: 9999px;
  display: block;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 100%;
}
.c-roundedbtn a {
  display: block;
}
@media (max-width: 768px) {
  .c-roundedbtn a {
    font-size: 1.125rem;
    padding: 22px;
  }
}
@media (min-width: 769px) {
  .c-roundedbtn a {
    font-size: 1.4375rem;
    padding: 28px;
  }
}
.tour .c-roundedbtn {
  border: 2px solid;
}
.album .c-roundedbtn {
  border: 2px solid;
}
.c-roundedbtn:hover {
  background: transparent;
  color: #fff;
}
.tour .c-roundedbtn:hover {
  border: 2px solid;
}
.album .c-roundedbtn:hover {
  border: 2px solid;
}
.c-roundedbtn.-transparent {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.c-roundedbtn.-transparent:hover {
  border: 2px solid #fff;
  background: #fff;
}
.c-roundedbtn.-reverse {
  border: 2px solid;
  color: #fff;
}
.c-roundedbtn.-reverse:hover {
  background: transparent;
  border: 2px solid;
}
@media (max-width: 768px) {
  .c-roundedbtn.-line2 {
    font-size: 1.0625rem;
    line-height: 18px;
  }
}
@media (min-width: 769px) {
  .c-roundedbtn.-line2 {
    font-size: 1.4875rem;
    line-height: 25.2px;
  }
}
@media (max-width: 768px) {
  .c-roundedbtn.-line2 a {
    padding: 12px;
  }
}
@media (min-width: 769px) {
  .c-roundedbtn.-line2 a {
    padding: 16px 28px;
  }
}
.c-roundedbtn.-line2 small {
  display: block;
}
@media (max-width: 768px) {
  .c-roundedbtn.-line2 small {
    font-size: 0.8125rem;
  }
}
@media (min-width: 769px) {
  .c-roundedbtn.-line2 small {
    font-size: 1.1375rem;
  }
}

@-webkit-keyframes in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes out {
  to {
    opacity: 0;
  }
}
@keyframes out {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes stopFlash {
  to {
    opacity: 1;
  }
}
@keyframes stopFlash {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes logoFlash {
  from {
    fill-opacity: 0.3;
  }
  to {
    fill-opacity: 1;
  }
}
@keyframes logoFlash {
  from {
    fill-opacity: 0.3;
  }
  to {
    fill-opacity: 1;
  }
}
@-webkit-keyframes stopLogoFlash {
  to {
    fill-opacity: 0.3;
  }
}
@keyframes stopLogoFlash {
  to {
    fill-opacity: 0.3;
  }
}
@-webkit-keyframes changeTourColor {
  to {
    color: #fff;
    fill: #fff;
  }
}
@keyframes changeTourColor {
  to {
    color: #fff;
    fill: #fff;
  }
}
@-webkit-keyframes changeAlbumColor {
  to {
    color: #fff;
    fill: #fff;
  }
}
@keyframes changeAlbumColor {
  to {
    color: #fff;
    fill: #fff;
  }
}
@-webkit-keyframes changeTopAlbumColor {
  to {
    color: #fff;
    fill: #fff;
  }
}
@keyframes changeTopAlbumColor {
  to {
    color: #fff;
    fill: #fff;
  }
}
@-webkit-keyframes changeGrayColor {
  from {
    filter: grayscale(0);
  }
  to {
    filter: grayscale(50%);
  }
}
@keyframes changeGrayColor {
  from {
    filter: grayscale(0);
  }
  to {
    filter: grayscale(50%);
  }
}
@-webkit-keyframes tilt {
  from {
    transform: rotate(0) scale(1.1);
  }
  to {
    transform: rotate(1deg) scale(1.1);
  }
}
@keyframes tilt {
  from {
    transform: rotate(0) scale(1.1);
  }
  to {
    transform: rotate(1deg) scale(1.1);
  }
}
@-webkit-keyframes borderVertical {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes borderVertical {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@-webkit-keyframes borderHorizontal {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes borderHorizontal {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@-webkit-keyframes bgMove2 {
  0% {
    top: 0;
  }
  10% {
    top: 20px;
  }
  20% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@keyframes bgMove2 {
  0% {
    top: 0;
  }
  10% {
    top: 20px;
  }
  20% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes bgMove3 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bgMove3 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zoomOut {
  to {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes returnColor {
  from {
    filter: grayscale(100%);
  }
  to {
    filter: grayscale(0);
  }
}
@keyframes returnColor {
  from {
    filter: grayscale(100%);
  }
  to {
    filter: grayscale(0);
  }
}
.c-visible_nrw {
  display: block;
}
@media (min-width: 769px) {
  .c-visible_nrw {
    display: none;
  }
}

@media (max-width: 768px) {
  .c-visible_wide {
    display: none;
  }
}