@charset "UTF-8";
@media screen and (hover: hover) and (pointer: fine) {
  .hov {
    transition: opacity 0.3s;
  }
  @supports (filter: brightness(100%)) {
    .hov {
      transition-property: filter;
    }
  }
  .hov:hover {
    opacity: 0.8;
  }
  @supports (filter: brightness(100%)) {
    .hov:hover {
      filter: brightness(110%);
      opacity: 1;
    }
  }
}

* {
  -webkit-tap-highlight-color: transparent;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

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

summary {
  display: block;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  height: auto;
}

input,
textarea,
select {
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

textarea {
  form-sizing: content;
}

button {
  color: inherit;
  font-family: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

select::-ms-expand {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]),
button[type=button]:not([disabled]),
button[type=submit]:not([disabled]),
button[type=reset]:not([disabled]) {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  font-size: 100px;
}
@media screen and (max-width: 1366px) and (min-width: 751px) {
  :root {
    font-size: 7.3206442167vw;
  }
}
@media screen and (max-width: 750px) {
  :root {
    font-size: 26.6666666667vw;
  }
}

/*:target {
	scroll-margin-top: 1.15rem;

	@include sp {
		scroll-margin-top: .75rem;
	}
}*/
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  color: #000;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-size: 0.16rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.15rem;
    line-height: 1.5;
  }
}

.wrap {
  max-width: 9.86rem;
  margin-inline: auto;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: revert;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .fadeUp {
    opacity: 0;
    translate: 0 1rem 0;
    transition: 0.8s;
    transition-property: opacity, translate;
  }
  .fadeUp.scrollIn {
    opacity: 1;
    translate: 0 0 0;
  }
}

@-webkit-keyframes ticker {
  from {
    translate: 0 0 0;
  }
  to {
    translate: -50% 0 0;
  }
}

@keyframes ticker {
  from {
    translate: 0 0 0;
  }
  to {
    translate: -50% 0 0;
  }
}
.gHeader {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9000;
}
.gHeader .gNav .btn--menu {
  display: grid;
  place-items: center;
  width: 0.8rem;
  height: 0.8rem;
}
.gHeader .gNav .btn--menu input,
.gHeader .gNav .btn--menu .bar {
  grid-area: 1/1;
}
.gHeader .gNav .btn--menu input {
  visibility: hidden;
}
.gHeader .gNav .btn--menu .bar {
  display: grid;
  width: 0.4rem;
  height: 0.4rem;
  background-image: linear-gradient(#000, #000);
  background-position: 50% 50%;
  background-size: 100% 0.04rem;
  background-repeat: no-repeat;
  transition: background-size 0.2s;
}
.gHeader .gNav .btn--menu .bar::before, .gHeader .gNav .btn--menu .bar::after {
  content: "";
  display: block;
  height: 0.04rem;
  grid-area: 1/1;
  align-self: center;
  justify-self: stretch;
  background: #000;
  transition: 0.2s;
  transition-property: translate, rotate;
}
.gHeader .gNav .btn--menu .bar::before {
  translate: 0 -0.18rem 0;
}
.gHeader .gNav .btn--menu .bar::after {
  translate: 0 0.18rem 0;
}
.gHeader .gNav .btn--menu .bar:is(.gNav:has(.btn--menu input:checked) *) {
  background-size: 0 0.04rem;
}
.gHeader .gNav .btn--menu .bar:is(.gNav:has(.btn--menu input:checked) *)::before {
  translate: 0 0 0;
  rotate: 135deg;
}
.gHeader .gNav .btn--menu .bar:is(.gNav:has(.btn--menu input:checked) *)::after {
  translate: 0 0 0;
  rotate: 45deg;
}
.gHeader .gNav .navigation:is(.gNav:has(.btn--menu input:checked) *) {
  height: auto;
}

.gFooter .pagetop {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: fixed;
  bottom: 0;
  right: 0;
  background: #000;
}
.gFooter .pagetop.off {
  pointer-events: none;
  opacity: 0;
}

@media print {
  body {
    zoom: 0.5;
  }
  body .gHeader {
    position: absolute;
  }
}
/*# sourceMappingURL=common.css.map */