@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/******* media *******/
/******* base *******/
@supports (-webkit-touch-callout: none) {
  .vh100 {
    min-height: -webkit-fill-available;
  }
}
:root {
  --md10px: 0.625rem;
  --md11px: 0.6875rem;
  --md12px: 0.75rem;
  --md13px: 0.8125rem;
  --md14px: 0.875rem;
  --md15px: 0.9375rem;
  --md16px: 1rem;
  --md17px: 1.0625rem;
  --md18px: 1.125rem;
  --md19px: 1.1875rem;
  --md20px: 1.25rem;
  --md21px: 1.3125rem;
  --md22px: 1.375rem;
  --md23px: 1.4375rem;
  --md24px: 1.5rem;
  --md25px: 1.5625rem;
  --md26px: 1.625rem;
  --md27px: 1.6875rem;
  --md28px: 1.75rem;
  --md29px: 1.8125rem;
  --md30px: 1.875rem;
  --md40px: 2.5rem;
}

@media (min-width: 992px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1000px;
  }
}
@media (min-width: 992px) {
  .container.wide {
    max-width: 720px;
  }
}
@media (min-width: 1200px) {
  .container.wide {
    max-width: 820px;
  }
}
@media (min-width: 1600px) {
  .container.wide {
    max-width: 940px;
  }
}
@media (min-width: 1800px) {
  .container.wide {
    max-width: 1100px;
  }
}

h2 {
  text-align: center;
}

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

body {
  font-family: "Yu mincho", serif;
  background-color: #5d5d5d;
  color: white;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
}

section {
  padding-bottom: 172px;
}

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

.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.header .logo {
  margin: 0;
  padding: 0;
}
.header .logo img {
  max-width: 112px;
}
.header .gnav {
  gap: 2rem;
  justify-content: flex-end;
  display: flex;
}
.header .gnav a {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 0;
  transition: all 0.3s ease-out;
}
.header .gnav a:hover {
  margin-top: -0.15rem;
  gap: 0.3rem;
  margin-bottom: -0.15rem;
}
.header .gnav a span {
  display: block;
}
.header .gnav a small {
  display: block;
}
@media (min-width: 992px) {
  .header {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 100dvh;
    border: 0 solid white;
    border-width: 0 1px 0 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .header .logo {
    padding: 72px 0;
  }
  .header .gnav {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .header {
    width: 233px;
  }
}

.main {
  width: 100%;
}
@media (min-width: 992px) {
  .main {
    width: calc(100% - 233px - 130px);
    margin: 0 130px 0 233px;
  }
}

.footer {
  width: 100%;
}
@media (min-width: 992px) {
  .footer {
    width: calc(100% - 233px - 130px);
    margin: 0 130px 0 233px;
  }
}
.footer {
  text-align: center;
}
.footer figure img {
  max-width: 127px;
}
.footer .copyright {
  font-size: var(--md13px);
  padding: 5rem 0;
}

.aside-reserve {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 10;
  padding: 10px 15px;
}
@media (min-width: 992px) {
  .aside-reserve {
    width: 90px;
    height: 100%;
    left: auto;
    right: 0;
    padding: 72px 0 0 0;
    writing-mode: vertical-rl;
    justify-content: flex-start;
  }
  .aside-reserve a {
    letter-spacing: 0.75em;
    transition: all 0.3s ease-out;
    padding: 0 1em;
  }
  .aside-reserve a:hover {
    letter-spacing: 0.85em;
  }
}
@media (min-width: 1600px) {
  .aside-reserve {
    width: 130px;
  }
}

.hamburger {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  color: white;
}
.hamburger svg {
  width: 100%;
  height: 100%;
}
.hamburger svg rect {
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
}
.hamburger svg line {
  stroke: currentColor;
  stroke-width: 2px;
  fill: none;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger.show svg line:nth-of-type(1) {
  transform-origin: 50% 30%;
  transform: translate(0, 20%) rotate(45deg);
}
.hamburger.show svg line:nth-of-type(2) {
  opacity: 0;
}
.hamburger.show svg line:nth-of-type(3) {
  transform-origin: 50% 70%;
  transform: translate(0, -20%) rotate(-45deg);
}

br.sp {
  display: block;
}
@media (min-width: 768px) {
  br.sp {
    display: none;
  }
}

.tjf {
  text-align: justify;
  text-justify: inter-ideograph;
}

.vh100 {
  min-height: 100vh;
}

.message {
  font-size: var(--md18px);
  line-height: var(--md40px);
}

.consolebox {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  padding: 10px;
}
.consolebox p {
  padding: 0;
  margin: 0;
}
.consolebox p.breakpoint::before {
  content: "breakpoint : ";
}
.consolebox p.breakpoint::after {
  content: "default";
}
@media (min-width: 576px) {
  .consolebox p.breakpoint::after {
    content: "sm";
  }
}
@media (min-width: 768px) {
  .consolebox p.breakpoint::after {
    content: "md";
  }
}
@media (min-width: 992px) {
  .consolebox p.breakpoint::after {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  .consolebox p.breakpoint::after {
    content: "xl";
  }
}
@media (min-width: 1600px) {
  .consolebox p.breakpoint::after {
    content: "xxl";
  }
}
@media (min-width: 1800px) {
  .consolebox p.breakpoint::after {
    content: "xxxl";
  }
}

.page-index .sec-mv {
  padding: 0;
  height: calc(100dvh - 100px);
}
@media (min-width: 992px) {
  .page-index .sec-mv {
    height: 100dvh;
  }
}
.page-index .sec-mv .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  height: 100%;
}
.page-index .sec-mv .inner .logo {
  max-width: 249px;
  width: 60%;
}
.page-index .sec-mv .inner .logo img {
  width: 100%;
}
.page-index .sec-mv .inner .title_sub {
  font-size: var(--md26px);
}
.page-index .sec-mv .inner .scroll {
  display: inline-block;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translateX(-50%);
}
.page-index .sec-mv .inner .scroll span {
  position: relative;
}
.page-index .sec-mv .inner .scroll span::before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: calc(25vh + 200px);
  background-color: white;
}
.page-index .sec-about {
  padding: 300px 0 270px 0;
}
.page-index .sec-access h2 {
  margin-bottom: 3rem;
}
.page-index .sec-access .access {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .page-index .sec-access .access {
    margin-top: 2rem;
  }
}
.page-index .sec-access .access h3 {
  margin-top: 1rem;
}
@media (min-width: 1200px) {
  .page-index .sec-access .access h3 {
    margin-top: 4rem;
  }
}

.btn {
  margin-top: 3rem;
  border: 1px solid white;
  color: white;
  padding: 0.5rem;
  border-radius: 0;
  transition: all 0.3s ease-out;
  width: 100%;
  text-align: center;
}
.btn:hover {
  color: #5d5d5d;
  background-color: white;
}

.sec-access .access {
  margin-bottom: 2rem;
}
.sec-access .access:last-child {
  margin-bottom: 0;
}
.sec-access .access h3 {
  font-size: var(--md18px);
  margin-bottom: 1rem;
}
.sec-access .access p {
  display: flex;
  font-size: var(--md14px);
  margin-bottom: 0.5rem;
  gap: 0.5rem;
}
.sec-access .access p span.key {
  display: flex;
  width: 4rem;
  justify-content: space-between;
}
.sec-access .access p span.key::after {
  content: ":";
}
.sec-access .access p span.val {
  flex: 1;
}
.sec-access .access .btn {
  max-width: 300px;
}/*# sourceMappingURL=style.css.map */