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

html {
  overflow-y: scroll; }

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

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

img {
  display: inline-block;
  border: none;
  vertical-align: bottom; }

li {
  list-style-type: none; }

sup {
  color: #000000; }

table {
  border-collapse: collapse; }

input {
  border: none;
  border-radius: 0;
  -webkit-appearance: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block; }

html {
  color: #000000;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 62.5%;
  line-height: 1.6;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: none; }
  @media screen and (min-width: 769px) {
    html {
      min-width: 1024px;
      min-height: 680px; } }

body {
  cursor: none; }

html,
body {
  background-color: #FFFFFF; }

a,
input,
textarea,
label {
  cursor: none; }

input,
textarea {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6; }
  @media screen and (max-width: 768px) {
    input,
    textarea {
      font-size: 3.7333333333vw; } }
  @media screen and (min-width: 769px) {
    input,
    textarea {
      font-size: 14px; } }

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

.underline {
  text-decoration: underline; }

.hover {
  transition: opacity 0.3s ease-out; }
  .hover:hover {
    opacity: 0.3; }

.bold {
  font-weight: bold !important; }

.en {
  font-family: 'Economica', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: auto; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.clear {
  clear: both; }

.none {
  display: none !important; }

@media screen and (max-width: 768px) {
  .none-sm {
    display: none !important; } }
@media screen and (min-width: 769px) {
  .none-md {
    display: none !important; } }
@media screen and (min-width: 1281px) {
  .none-lg {
    display: none !important; } }
@media screen and (max-width: 768px) {
  br.pc,
  .for--pc {
    display: none !important; } }
@media screen and (min-width: 769px) {
  br.sp,
  .for--sp {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .cursor {
    display: none; } }
@media screen and (min-width: 769px) {
  .cursor {
    cursor: none;
    position: fixed;
    top: -10px;
    left: -10px;
    z-index: 1000;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000000;
    pointer-events: none;
    filter: invert(100%);
    mix-blend-mode: exclusion; } }

/*# sourceMappingURL=common.css.map */
