:root {
  --font-body-size-pc: 16rem;
  --font-body-size-sm: 14rem;
  --font-body-family: "Shippori Mincho", serif;
  --font-body-weight: 400;
  --font-body-line-height-pc: calc(40 / 16);
  --font-body-line-height-sm: calc(40 / 14);
  --font-body-letter-spacing-pc: .1em;
  --font-body-letter-spacing-sm: .1em;
  --font-title-family: "Shippori Mincho", serif;
  --font-title-weight: 400;
  --font-title-line-height-pc: 1;
  --font-title-line-height-sm: 1;
  --font-title-letter-spacing-pc: .2em;
  --font-title-letter-spacing-sm: .2em;
  --font-en-family: "Helvetica Neue", "Helvetica" , "Arial" , "Verdana" , "Roboto", sans-serif;
  --color-base-text: white;
  --color-1: #5E5942;
  --color-2: #5E5942;
  --color-3: black;
  --color-accent-1: #750000;
  --color-accent-2: #755E00;
  --color-caution: red;
  --color-link: blue;
  --color-shadow: black;
  --color-base-background-1: white;
  --color-base-background-2: white;
  --border-base: max(1rem, 1px) solid black;
  --header-height-pc: 96rem;
  --header-height-sm: 80rem;
  --layer-modal: 60;
  --layer-header: 50;
  --layer-loading: 40;
  --layer-modal: 30;
  --layer-original-select: 20;
  --layer-floating: 10;
  --layer-default: 1;
  --hover-opacity: 0.7;
  --transition-duration: .3s;
  --transition-timing-function: cubic-bezier(0.65, 0, 0.076, 1);
  --canvas-width-pc: 1920;
  --canvas-width-sm: 390;
  --contents-width-pc: 1200px;
  --contents-width-pc--sm: 1000px;
  --contents-width-pc--lg: 1400px;
  --contents-width-sm: 330px;
  --contents-width-pc--no-unit: 1200;
  --contents-width-sm--no-unit: 340;
  --padding-pc--no-unit: 40;
  --padding-sm--no-unit: 30;
  --padding-pc--rem: 40rem;
  --padding-pc--px: 40px;
  --padding-sm--rem: 30rem;
  --container-width-pc: calc(var(--contents-width-pc) + var(--padding-pc--rem) * 2);
  --container-width-pc--sm: calc(var(--contents-width-pc--sm) + var(--padding-pc--rem) * 2);
  --container-width-pc--lg: calc(var(--contents-width-pc--lg) + var(--padding-pc--rem) * 2);
  --container-width--no-unit: calc(var(--contents-width-pc--no-unit) + var(--padding-pc--no-unit) * 2);
  --container-width-sm--no-unit: calc(var(--contents-width-sm--no-unit) + var(--padding-sm--no-unit) * 2);
}

/* destyle
--------------------------------------------------*/

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* base
--------------------------------------------------*/

html {
  background-color: black;
  font-size: 1px;
}

html.wf-active body,
html.loading-delay body {
  visibility: visible;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  background-color: var(--color-base-background-1);
  background-position: center top;
  background-repeat: repeat-y;
  color: var(--color-base-text);
  font-family: var(--font-body-family);
  font-size: var(--font-body-size-pc);
  font-weight: var(--font-body-weight);
  letter-spacing: var(--font-body-letter-spacing-pc);
  line-height: var(--font-body-line-height-pc);
  overflow-wrap: break-word;
  overflow-x: hidden;
  position: relative;
  top: auto;
  touch-action: manipulation;
  visibility: hidden;
}

body:not(.top-page) {
  background-color: black;
}

body._scrollLock {
  overflow: hidden;
}

body._scrollLockWindows {
  height: 100vh;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
}

a {
  cursor: pointer;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  body:not(.top-page) {
    padding-top: var(--header-height-pc);
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: var(--font-body-size-sm);
    letter-spacing: var(--font-body-letter-spacing-sm);
    line-height: var(--font-body-line-height-sm);
    padding-top: var(--header-height-sm);
  }
}

@media only screen and (max-width: 575px) {
  html {
    font-size: calc(100vw / var(--container-width-sm--no-unit));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  html {
    font-size: calc(100vw / var(--container-width--no-unit));
  }
}