@charset "UTF-8";
/* nanoreset.min.css */
abbr, article, aside, audio, blockquote, body, code, div, em, fieldset, footer, form, h1, h2, h3, h4, h5, h6, header, html, img, label, legend, li, nav, object, ol, p, pre, section, span, table, tbody, tfoot, thead, time, tr, ul, video {
  font-size: 100%;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  background-color: transparent; }

iframe {
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline; }

iframe, small, strong, sub, sup, td, th {
  margin: 0;
  padding: 0;
  background-color: transparent; }

small {
  border: 0; }

small, strong {
  vertical-align: baseline; }

small, sub, sup {
  font-weight: inherit; }

strong, sub, sup, td, th {
  font-size: 100%; }

body, html {
  height: 100%; }

html {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  overflow-y: scroll;
  box-sizing: border-box;
  line-height: 1.15; }

*, ::after, ::before {
  box-sizing: inherit;
  background-repeat: no-repeat; }

body {
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

audio, embed, iframe, img, object, video {
  max-width: 100%;
  height: auto; }

iframe, strong, sub, sup, td, th {
  border: 0; }

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

blockquote, q {
  quotes: none; }

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

li, ul {
  list-style: none; }

sup {
  vertical-align: text-top; }

input[type=radio], sub {
  vertical-align: text-bottom; }

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

caption, td, th {
  font-weight: 400;
  text-align: left;
  vertical-align: top; }

input {
  line-height: normal;
  border-radius: 0; }

input, select {
  vertical-align: middle; }

button, input, select, textarea {
  font-family: inherit;
  margin: 0;
  text-transform: none;
  border: 0; }

input[type=checkbox] {
  vertical-align: bottom; }

input::-ms-clear {
  display: none; }

input::-ms-reveal {
  display: none; }

b, strong {
  font-weight: 700; }

small {
  font-size: 80%; }

abbr, acronym {
  cursor: help;
  text-decoration: none;
  border-bottom: .1em dotted; }

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

[role=button], [type=button], [type=reset], [type=submit], button, input[type=file], label {
  cursor: pointer; }

[disabled] {
  cursor: default; }

img {
  border-style: none; }

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

html {
  width: 100%;
  height: 100%;
  min-width: 320px;
  font-size: 16px;
  font-size: 1.2698412698vw;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  /*
  @media print {
  	font-size: $SETUP_BASE_FONT_SIZE / $MAX_WIDTH * 100vw / 4;
  }
  */ }
  @media only screen and (min-width: 1260px) {
    html {
      font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    html {
      font-size: 3.6266666667vw;
      line-height: 1.75em;
      letter-spacing: 0.1em; } }
  @media only screen and (max-width: 767px) and (orientation: landscape) {
    html {
      font-size: 11.3333333333vmin;
      line-height: 1.75em;
      letter-spacing: 0.1em; } }

body {
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  background-color: #131317;
  font-family: "A1 Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", メイリオ, Meiryo, serif;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  font-weight: 300;
  word-break: break-word;
  overflow-wrap: break-word;
  line-break: strict;
  -webkit-print-color-adjust: exact; }
  @media only screen and (max-width: 767px) {
    body {
      line-height: 1.75em;
      letter-spacing: 0.1em; } }
  @media only screen and (max-width: 767px) and (orientation: landscape) {
    body {
      line-height: 1.75em;
      letter-spacing: 0.1em; } }
  body.fixed {
    position: fixed;
    width: 100%; }

.wrapper {
  width: 100%;
  max-width: 78.75rem;
  padding: 0 3.75rem;
  margin: 0 auto;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .wrapper {
      padding: 0 2.2058823529rem; } }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; } }
@media screen and (min-width: 768px) {
  .sp {
    display: none !important; } }
@media print {
  .sp {
    display: none !important; } }
.fl {
  float: left; }

.fr {
  float: right; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

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

a {
  position: relative;
  color: inherit;
  text-decoration: none;
  font-family: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

pre,
code {
  max-width: 100%;
  white-space: pre-wrap; }

iframe {
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit; }

dl {
  margin: 0; }
  dl dt, dl dd {
    margin: 0; }

.anim {
  opacity: 0;
  transform: translateY(2.5rem);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .anim._do_anim {
    opacity: 1;
    transform: none; }
  @media print {
    .anim {
      opacity: 1;
      transform: none; } }

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 400;
  color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8.75em;
  padding-left: 3.125em;
  padding-right: 2.5em; }
  header .h_base .logo {
    line-height: 0; }
    header .h_base .logo img {
      display: block;
      width: 13.890625em; }
  header .gnavi .lang {
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    list-style: none;
    display: flex; }
    header .gnavi .lang li {
      font-size: 0.8125em;
      line-height: 1em;
      letter-spacing: 0.100em;
      font-family: 'EB Garamond', serif; }
      header .gnavi .lang li:not(:last-child)::after {
        content: "|";
        margin: 0 0.5em; }
      header .gnavi .lang li a {
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s; }
        header .gnavi .lang li a:active, header .gnavi .lang li a:hover {
          filter: alpha(opacity=60);
          -webkit-opacity: 0.6;
          -moz-opacity: 0.6;
          opacity: 0.6; }
        header .gnavi .lang li a:not(.on) {
          color: #4d4d4d; }
  header .gnavi .menu {
    list-style: none;
    display: flex;
    font-size: 0.9375em;
    line-height: 1em;
    letter-spacing: 0.100em;
    font-family: 'EB Garamond', serif; }
    header .gnavi .menu li:not(:last-child) {
      margin-right: 4em; }
    header .gnavi .menu li a {
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      header .gnavi .menu li a:active, header .gnavi .menu li a:hover {
        filter: alpha(opacity=60);
        -webkit-opacity: 0.6;
        -moz-opacity: 0.6;
        opacity: 0.6; }
  @media screen and (max-width: 767px) {
    header {
      position: fixed;
      display: block;
      height: 6.5441176471em;
      padding-left: 0;
      padding-right: 0;
      overflow: hidden;
      -webkit-transition: height 0.5s;
      -moz-transition: height 0.5s;
      transition: height 0.5s; }
      header .h_base {
        position: relative;
        height: 6.5441176471em;
        display: flex;
        align-items: center;
        z-index: 10;
        padding-left: 2.2058823529em;
        background: linear-gradient(0deg, rgba(19, 19, 23, 0), rgba(19, 19, 23, 0.75)); }
        header .h_base .logo {
          margin-top: 1.3235294118em; }
          header .h_base .logo img {
            width: 10.9926470588em; }
        header .h_base .menutoggle {
          position: absolute;
          top: 50%;
          right: 3.2352941176em;
          transform: translate(50%, -50%);
          width: 4.0441176471em;
          height: 4.0441176471em; }
          header .h_base .menutoggle .mt_base {
            width: 2.9411764706em;
            height: 1.3970588235em;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
            header .h_base .menutoggle .mt_base span {
              display: block;
              width: 100%;
              height: 1px;
              background-color: #FFF;
              position: absolute;
              left: 50%;
              transform: translate(-50%, -50%);
              -webkit-transition: top 0.5s, -webkit-transform 0.5s;
              -moz-transition: top 0.5s, -moz-transform 0.5s;
              transition: top 0.5s, transform 0.5s; }
              header .h_base .menutoggle .mt_base span:nth-child(1) {
                top: 0%; }
              header .h_base .menutoggle .mt_base span:nth-child(2) {
                top: 100%; }
      header .gnavi {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        padding-top: 11.1029411765em;
        box-sizing: border-box;
        background-color: rgba(19, 19, 23, 0.95);
        text-align: center;
        display: flex;
        flex-direction: column;
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        transition: opacity 0.5s; }
        header .gnavi .lang {
          position: static;
          display: flex;
          justify-content: center;
          margin-bottom: 5.3308823529em; }
          header .gnavi .lang li {
            font-size: 1.5884191176em; }
        header .gnavi .menu {
          flex-direction: column;
          font-size: 1.8327205882em;
          line-height: 1em;
          letter-spacing: 0.100em;
          margin-bottom: auto; }
          header .gnavi .menu li:not(:last-child) {
            margin-right: 0;
            margin-bottom: 2.0060180542em; }
          header .gnavi .menu li a {
            padding: 0.3009027081em; }
        header .gnavi .link {
          list-style: none;
          display: flex;
          justify-content: center;
          margin: 3.6029411765em 0; }
          header .gnavi .link li {
            font-size: 1.3970588235em;
            line-height: 1em;
            letter-spacing: 0.100em;
            font-family: 'EB Garamond', serif; }
            header .gnavi .link li:not(:last-child)::after {
              content: "|";
              margin: 0 1em; }
            header .gnavi .link li a {
              -webkit-transition: opacity 0.3s;
              -moz-transition: opacity 0.3s;
              transition: opacity 0.3s; }
              header .gnavi .link li a:active, header .gnavi .link li a:hover {
                filter: alpha(opacity=60);
                -webkit-opacity: 0.6;
                -moz-opacity: 0.6;
                opacity: 0.6; } }

body.gnavi_open header {
  height: 100%; }
  body.gnavi_open header .h_base .menutoggle .mt_base span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg); }
  body.gnavi_open header .h_base .menutoggle .mt_base span:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg); }
  body.gnavi_open header .gnavi {
    opacity: 1; }

footer {
  background-color: #131317;
  padding-top: 5.625em;
  padding-bottom: 5.625em;
  text-align: center; }
  footer .btnbase {
    width: 57.125em;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 0 auto; }
    footer .btnbase .btn {
      width: 47.8118161926%; }
      footer .btnbase .btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.75em;
        height: 2.3928571429em;
        line-height: 1em;
        font-family: 'EB Garamond', serif;
        background-color: #FFF;
        color: #000;
        outline: none;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s; }
        footer .btnbase .btn a:active, footer .btnbase .btn a:hover {
          filter: alpha(opacity=60);
          -webkit-opacity: 0.6;
          -moz-opacity: 0.6;
          opacity: 0.6; }
  footer .copyright {
    font-size: 0.75em;
    line-height: 1em;
    letter-spacing: 0.100em;
    margin-top: 5.3333333333em; }
  @media screen and (max-width: 767px) {
    footer {
      padding-top: 7.3529411765em;
      padding-bottom: 3.6764705882em; }
      footer .btnbase {
        flex-direction: column; }
        footer .btnbase .btn {
          width: 100%; }
          footer .btnbase .btn:not(:last-child) {
            margin-bottom: 2.7205882353em; }
      footer .copyright {
        font-size: 0.75em;
        margin-top: 5.8823529412em; } }
