@charset "UTF-8";
/*! Oreset.css v1.0.0 | MIT License | https://github.com/hirosiva/Oreset.css */
/*
  # Global
---------------------------------------------- */
/**
 * Default box-sizing
 */
*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/**
 * Resetting margins, paddings, and borders
 */
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

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

/*
  # Document & Sections
---------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
html.is-drawerActive {
  overflow-y: hidden;
  -ms-touch-action: none;
      touch-action: none;
}
@media screen and (min-width: 992px) {
  html.is-drawerActive {
    overflow-y: visible;
  }
}

body {
  min-height: 100%;
  color: #000;
  font: 1em/1.5 "Shippori Mincho", serif;
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
}
.is-drawerActive body {
  overflow-y: hidden;
  -ms-touch-action: none;
      touch-action: none;
}
@media screen and (min-width: 992px) {
  .is-drawerActive body {
    overflow-y: visible;
  }
}

/*
  # Grouping content
---------------------------------------------- */
blockquote,
q {
  quotes: none;
}

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

hr {
  overflow: visible;
}

ol,
ul {
  list-style: none;
}

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

/*
  # Text-level semantics
---------------------------------------------- */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

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

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 0.8em;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
  # Embedded content
---------------------------------------------- */
audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

/*
  # Tabular data
---------------------------------------------- */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/*
  # Forms
---------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
}

button,
select {
  text-transform: none;
}

button,
input {
  overflow: visible;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  -webkit-appearance: button;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

optgroup {
  font-weight: bold;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

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

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

/*
  # Interactive & Misc
---------------------------------------------- */
summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

/*
  # Accessibility
---------------------------------------------- */
[disabled],
[aria-disabled=true] {
  cursor: not-allowed;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-hidden=false][hidden] {
  display: initial;
}

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

:focus:not(:focus-visible),
::before:focus:not(:focus-visible),
::after:focus:not(:focus-visible) {
  outline: none;
}

/**
 * Prettier ignore
 */
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    -webkit-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-animation-delay: -1ms !important;
            animation-delay: -1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
  }
}
/**
 * Checker
 */
button:not([type]):after {
  content: "警告： このbuttonにはtype属性がありません";
  background-color: red;
  color: #fff;
}

/*
  Base
-----------------------------------------------------*/
/*
  Page
-----------------------------------------------------*/
.l-page::before {
  content: "";
  background-image: url(../images/bg-forest.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100vh;
}

/*
  Container
-----------------------------------------------------*/
.l-containerAll {
  position: relative;
  width: 90%;
  max-width: 406px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .l-containerAll {
    margin: 0 calc((100% - 654px) / 2) 0 auto;
  }
}
.l-containerAll::before, .l-containerAll::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background-color: #a68759;
}
.l-containerAll::before {
  left: -6px;
}
@media screen and (min-width: 576px) {
  .l-containerAll::before {
    left: -16px;
  }
}
.l-containerAll::after {
  right: -6px;
}
@media screen and (min-width: 576px) {
  .l-containerAll::after {
    right: -16px;
  }
}

.l-container {
  width: calc(100% - 64px);
  margin: 0 auto;
}

/*
  Header
-----------------------------------------------------*/
.l-header {
  position: relative;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
}

/*
  Main
-----------------------------------------------------*/
.l-main {
  position: relative;
  clear: both;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .l-main {
    z-index: 6;
  }
}

/*
  Footer
-----------------------------------------------------*/
.l-footer {
  clear: both;
  position: relative;
  z-index: 1;
}

/*
  Section
*/
.c-section__text {
  font-size: 0.875rem;
  line-height: 2.25em;
}
.c-section__text.-white {
  color: #fff;
}

/*
  Background
*/
.p-background {
  position: relative;
  background-image: url(../images/bg-main.png);
}
.p-background::before, .p-background::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20%;
  background-image: url(../images/bg-side.png);
  content: "";
  z-index: 0;
}
.p-background::before {
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-background::after {
  right: 0;
}

/*
  Header
*/
.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-header__nav {
  position: fixed;
  width: 90%;
  max-width: 406px;
}
@media screen and (min-width: 576px) {
  .p-header__nav {
    height: 100vh;
    max-width: none;
  }
}

/*
  Footer
*/
.p-footer {
  position: relative;
  padding: 0.5rem 0;
}
@media screen and (min-width: 992px) {
  .p-footer {
    background-color: transparent;
    padding: 1rem;
    position: fixed;
    bottom: 0;
    right: 0;
  }
}
.p-footer__copy {
  color: #000;
}
@media screen and (min-width: 992px) {
  .p-footer__copy {
    color: #fff;
  }
}

/*
  Logo
*/
/*
  Global Nav
*/
.p-globalNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 2;
  padding: calc((100vh - 291px) / 3) 0 0 15vw;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  background-image: url(../images/bg-secondary.png);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
@media screen and (min-width: 992px) {
  .p-globalNav {
    position: relative;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    background-image: none;
    right: auto;
    top: auto;
    left: -248px;
    bottom: 80px;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
.p-globalNav__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.4s ease-in-out 0.5s, -webkit-transform 0.4s ease-in-out 0.5s;
  transition: opacity 0.4s ease-in-out 0.5s, -webkit-transform 0.4s ease-in-out 0.5s;
  transition: opacity 0.4s ease-in-out 0.5s, transform 0.4s ease-in-out 0.5s;
  transition: opacity 0.4s ease-in-out 0.5s, transform 0.4s ease-in-out 0.5s, -webkit-transform 0.4s ease-in-out 0.5s;
}
@media screen and (min-width: 992px) {
  .p-globalNav__item {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .p-globalNav__item.-story, .p-globalNav__item.-character, .p-globalNav__item.-info {
    opacity: 0.5;
  }
  .p-globalNav__item.-story.is-selected, .p-globalNav__item.-character.is-selected, .p-globalNav__item.-info.is-selected {
    opacity: 1;
  }
  .p-globalNav__item.-story.is-selected::before, .p-globalNav__item.-character.is-selected::before, .p-globalNav__item.-info.is-selected::before {
    opacity: 1;
  }
  .p-globalNav__item.-story::before, .p-globalNav__item.-character::before, .p-globalNav__item.-info::before {
    position: absolute;
    top: 30%;
    left: -40px;
    content: url(../images/img-leaf.svg);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
}
.is-drawerActive .p-globalNav__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 992px) {
  .is-drawerActive .p-globalNav__item {
    opacity: 0.5;
  }
}
.p-globalNav__item + .p-globalNav__item {
  margin-top: 32px;
}
@media screen and (min-width: 992px) {
  .p-globalNav__item + .p-globalNav__item {
    margin-top: 8px;
  }
}
.p-globalNav__item.-sns {
  margin-top: 48px;
}
@media screen and (min-width: 992px) {
  .p-globalNav__item.-sns {
    opacity: 1;
  }
}
.p-globalNav__item a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.p-globalNav__item a svg {
  fill: #fff;
}
.p-globalNav__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-globalNav__snsItem svg {
  fill: #fff;
}
.p-globalNav__snsItem.-note svg {
  width: 52px;
}
.p-globalNav__snsItem.-twitter svg {
  width: 19px;
}
@media screen and (min-width: 992px) {
  .p-globalNav__snsItem.-twitter svg {
    width: 15px;
  }
}
.p-globalNav__snsItem + .p-globalNav__snsItem {
  margin-left: 18px;
}

.is-drawerActive .p-globalNav {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 992px) {
  .is-drawerActive .p-globalNav {
    -webkit-transform: none;
            transform: none;
  }
}

.is-resize .p-globalNav {
  -webkit-transition: none;
  transition: none;
}

/*
  Hamburger
*/
.p-hamburger {
  position: absolute;
  z-index: 4;
  top: 16px;
  right: 3%;
  width: 48px;
  height: 48px;
  margin: auto;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 0;
  border-radius: 6px;
  background-color: #422424;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .p-hamburger {
    position: fixed;
    right: 2%;
  }
}
@media screen and (min-width: 992px) {
  .p-hamburger {
    display: none;
  }
}
.p-hamburger__label {
  display: block;
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
}
.p-hamburger__label svg {
  fill: #fff;
  vertical-align: bottom;
}
.p-hamburger__line {
  display: block;
  position: absolute;
  top: -16px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 1px;
  margin: auto;
  -webkit-transition-property: background-color, opacity, -webkit-transform, -webkit-transform-origin;
  transition-property: background-color, opacity, -webkit-transform, -webkit-transform-origin;
  transition-property: transform, background-color, opacity, transform-origin;
  transition-property: transform, background-color, opacity, transform-origin, -webkit-transform, -webkit-transform-origin;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 1em;
  background-color: #fff;
}
.p-hamburger__line:before, .p-hamburger__line:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: inherit;
  transition: inherit;
  border-radius: inherit;
  background-color: inherit;
}
.p-hamburger__line:before {
  -webkit-transform: translate3d(0, -7px, 0);
          transform: translate3d(0, -7px, 0);
}
.p-hamburger__line:after {
  -webkit-transform: translate3d(0, 7px, 0);
          transform: translate3d(0, 7px, 0);
}
.is-drawerActive .p-hamburger {
  background-color: #fff;
}
.is-drawerActive .p-hamburger__label svg {
  fill: #422424;
}
.is-drawerActive .p-hamburger__line {
  background-color: transparent;
}
.is-drawerActive .p-hamburger__line:before, .is-drawerActive .p-hamburger__line:after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background-color: #422424;
}
.is-drawerActive .p-hamburger__line:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.is-drawerActive .p-hamburger__line:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*
  Hero
*/
.p-hero {
  position: relative;
  padding-top: 24px;
}
@media screen and (min-width: 992px) {
  .p-hero {
    padding-top: 0;
  }
}
.p-hero img {
  width: 100%;
}

/*
  story
*/
.p-story {
  margin-top: 20px;
}

/*
  Character
*/
.p-character {
  margin-top: 64px;
  margin-bottom: 40px;
}
.p-character__item.-oliver {
  margin: 24px 0 56px;
}
.p-character__item.-fluto {
  margin: 56px 0 64px;
}
.p-character__item.-friends {
  margin: 64px 0 16px;
}
.p-character__img {
  display: block;
  width: 100%;
}
.p-character__img[alt=Oliver] {
  margin-bottom: 24px;
}
.p-character__img[alt=Fluto] {
  margin-bottom: 2px;
}
.p-character__img[alt=Friends] {
  margin-top: 28px;
}
.p-character__title {
  font-weight: normal;
  color: #422424;
}

/*
  Coming
*/
.p-coming {
  padding: 64px 0;
  background-image: url(../images/bg-secondary.png);
  text-align: center;
}
.p-coming__text {
  margin: 20px 0;
}
.p-coming__tw {
  margin-top: 48px;
}
.p-coming__tw a {
  text-decoration: none;
}
.p-coming__tw a span {
  color: #fff;
  display: block;
  font-size: 0.75rem;
}
.p-coming__tw a svg {
  fill: #fff;
}

/*
  milliship
*/
.p-milliship {
  padding: 64px 0;
}
.p-milliship__logo {
  width: 50%;
  margin: 0 auto;
}
.p-milliship__text {
  padding: 20px 0 24px 0;
}
.p-milliship__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-milliship__sns li:first-child {
  margin-right: 16px;
}
.p-milliship__sns a {
  display: block;
}
.p-milliship__sns img {
  vertical-align: middle;
}

/*
  Break
*/
.u-break.-xxs {
  display: inline-block;
}
@media screen and (min-width: 576px) {
  .u-break.-xxs {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-break.-md {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .u-break.-md {
    display: none;
  }
}

/*
  wbr
*/
@media screen and (min-width: 0) {
  .u-wbr.-xxs {
    display: inline-block;
  }
  .u-wbr.-xxsHard {
    display: block;
  }
  .u-wbr.-xxsReset {
    display: inline;
  }
  .u-wbr.-xxsNoWrap {
    white-space: nowrap;
  }
}
@media screen and (min-width: 360px) {
  .u-wbr.-xs {
    display: inline-block;
  }
  .u-wbr.-xsHard {
    display: block;
  }
  .u-wbr.-xsReset {
    display: inline;
  }
  .u-wbr.-xsNoWrap {
    white-space: nowrap;
  }
}
@media screen and (min-width: 576px) {
  .u-wbr.-sm {
    display: inline-block;
  }
  .u-wbr.-smHard {
    display: block;
  }
  .u-wbr.-smReset {
    display: inline;
  }
  .u-wbr.-smNoWrap {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .u-wbr.-md {
    display: inline-block;
  }
  .u-wbr.-mdHard {
    display: block;
  }
  .u-wbr.-mdReset {
    display: inline;
  }
  .u-wbr.-mdNoWrap {
    white-space: nowrap;
  }
}
@media screen and (min-width: 992px) {
  .u-wbr.-lg {
    display: inline-block;
  }
  .u-wbr.-lgHard {
    display: block;
  }
  .u-wbr.-lgReset {
    display: inline;
  }
  .u-wbr.-lgNoWrap {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  .u-wbr.-xl {
    display: inline-block;
  }
  .u-wbr.-xlHard {
    display: block;
  }
  .u-wbr.-xlReset {
    display: inline;
  }
  .u-wbr.-xlNoWrap {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1500px) {
  .u-wbr.-xxl {
    display: inline-block;
  }
  .u-wbr.-xxlHard {
    display: block;
  }
  .u-wbr.-xxlReset {
    display: inline;
  }
  .u-wbr.-xxlNoWrap {
    white-space: nowrap;
  }
}

/*
  Align
*/
@media screen and (min-width: 0) {
  .u-align[data-align~="xxs:left"] {
    text-align: left;
  }
  .u-align[data-align~="xxs:center"] {
    text-align: center;
  }
  .u-align[data-align~="xxs:right"] {
    text-align: right;
  }
}
@media screen and (min-width: 360px) {
  .u-align[data-align~="xs:left"] {
    text-align: left;
  }
  .u-align[data-align~="xs:center"] {
    text-align: center;
  }
  .u-align[data-align~="xs:right"] {
    text-align: right;
  }
}
@media screen and (min-width: 576px) {
  .u-align[data-align~="sm:left"] {
    text-align: left;
  }
  .u-align[data-align~="sm:center"] {
    text-align: center;
  }
  .u-align[data-align~="sm:right"] {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .u-align[data-align~="md:left"] {
    text-align: left;
  }
  .u-align[data-align~="md:center"] {
    text-align: center;
  }
  .u-align[data-align~="md:right"] {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .u-align[data-align~="lg:left"] {
    text-align: left;
  }
  .u-align[data-align~="lg:center"] {
    text-align: center;
  }
  .u-align[data-align~="lg:right"] {
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .u-align[data-align~="xl:left"] {
    text-align: left;
  }
  .u-align[data-align~="xl:center"] {
    text-align: center;
  }
  .u-align[data-align~="xl:right"] {
    text-align: right;
  }
}
@media screen and (min-width: 1500px) {
  .u-align[data-align~="xxl:left"] {
    text-align: left;
  }
  .u-align[data-align~="xxl:center"] {
    text-align: center;
  }
  .u-align[data-align~="xxl:right"] {
    text-align: right;
  }
}

/*
  Visually Hidden
*/
.u-visuallyHidden:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}/*# sourceMappingURL=common.css.map */