@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: 0.987654321vw;
  line-height: 2.25em;
  letter-spacing: 0.28em;
  /*
  @media print {
  	font-size: $SETUP_BASE_FONT_SIZE / $MAX_WIDTH * 100vw / 4;
  }
  */ }
  @media only screen and (min-width: 1620px) {
    html {
      font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    html {
      font-size: 2.9866666667vw;
      line-height: 2.25em;
      letter-spacing: 0.28em; } }
  @media only screen and (max-width: 767px) and (orientation: landscape) {
    html {
      font-size: 9.3333333333vmin;
      line-height: 2.25em;
      letter-spacing: 0.28em; } }

body {
  width: 100%;
  height: 100%;
  color: #000000;
  background-color: #FFFFFF;
  font-family: "A1 Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", メイリオ, Meiryo, serif;
  line-height: 2.25em;
  letter-spacing: 0.28em;
  -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: 2.25em;
      letter-spacing: 0.28em; } }
  @media only screen and (max-width: 767px) and (orientation: landscape) {
    body {
      line-height: 2.25em;
      letter-spacing: 0.28em; } }
  body.fixed {
    position: fixed;
    width: 100%; }

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

@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 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  -moz-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -moz-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s; }
  .anim._do_anim {
    opacity: 1;
    transform: none; }
  @media print {
    .anim {
      opacity: 1;
      transform: none; } }

h3.type1 {
  margin-bottom: 8.125em; }
  h3.type1 span {
    display: inline-block;
    font-size: 2.5em;
    line-height: 1.5em;
    letter-spacing: 0.280em; }
    h3.type1 span::after {
      content: "";
      display: inline-block;
      width: 0.75em;
      border-bottom: 1px solid #000;
      transform: translateY(0.65em); }
  @media screen and (max-width: 767px) {
    h3.type1 {
      margin-bottom: 3.3035714286em; }
      h3.type1 span {
        font-size: 2.5em; } }

.slide_dots {
  display: flex; }
  .slide_dots .arrow {
    width: 1.875em;
    height: 1.25em;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer; }
    .slide_dots .arrow:active, .slide_dots .arrow:hover {
      filter: alpha(opacity=60);
      -webkit-opacity: 0.6;
      -moz-opacity: 0.6;
      opacity: 0.6; }
    .slide_dots .arrow img {
      margin-bottom: 0.3125em; }
    .slide_dots .arrow.prev {
      margin-right: 0.875em; }
    .slide_dots .arrow.next {
      margin-left: 0.875em; }
  .slide_dots .dot {
    width: 1.25em;
    height: 1.25em;
    margin-right: 0.4375em;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer; }
    .slide_dots .dot:active, .slide_dots .dot:hover {
      filter: alpha(opacity=60);
      -webkit-opacity: 0.6;
      -moz-opacity: 0.6;
      opacity: 0.6; }
    .slide_dots .dot.on::before {
      background-color: #FFF; }
    .slide_dots .dot::before {
      content: "";
      display: block;
      width: 3px;
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      -webkit-transition: background-color 0.3s;
      -moz-transition: background-color 0.3s;
      transition: background-color 0.3s; }

header {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 3.4375em;
  padding-left: 3.875em;
  z-index: 200; }
  header .base .logo {
    line-height: 0; }
    header .base .logo svg {
      display: block;
      width: 9.94584375em; }
  @media screen and (min-width: 768px) {
    header .base .logo svg .a {
      fill: #FFF; } }
  @media screen and (max-width: 767px) {
    header {
      position: fixed;
      display: block;
      padding-top: 0;
      padding-left: 0;
      overflow: hidden;
      width: 100%;
      height: 7.1428571429em;
      -webkit-transition: height 0.5s;
      -moz-transition: height 0.5s;
      transition: height 0.5s; }
      header .base {
        position: relative;
        height: 7.1428571429em;
        display: flex;
        align-items: center;
        z-index: 10;
        padding-left: 2.6785714286em; }
        header .base .logo svg {
          width: 9.9458482143em; }
        header .base .menutoggle {
          position: absolute;
          top: 50%;
          right: 3.9285714286em;
          transform: translate(50%, -50%);
          width: 4.9107142857em;
          height: 4.9107142857em; }
          header .base .menutoggle .mt_base {
            width: 3.5714285714em;
            height: 0.6696428571em;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
            header .base .menutoggle .mt_base span {
              display: block;
              width: 100%;
              height: 1px;
              background-color: #000;
              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 .base .menutoggle .mt_base span:nth-child(1) {
                top: 0%; }
              header .base .menutoggle .mt_base span:nth-child(2) {
                top: 100%; }
      header .gnavi {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        padding: 0 2.6785714286em;
        padding-top: 7.1428571429em;
        box-sizing: border-box;
        background-color: #000;
        display: flex;
        flex-direction: column;
        justify-content: center;
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        transition: opacity 0.5s; } }

body.gnavi_open header {
  height: 100%; }
  body.gnavi_open header .base .logo svg .a {
    fill: #FFF; }
  body.gnavi_open header .base .menutoggle .mt_base span {
    background-color: #FFF; }
    body.gnavi_open header .base .menutoggle .mt_base span:nth-child(1) {
      top: 50%;
      transform: translate(-50%, -50%) rotate(-14deg); }
    body.gnavi_open header .base .menutoggle .mt_base span:nth-child(2) {
      top: 50%;
      transform: translate(-50%, -50%) rotate(14deg); }
  body.gnavi_open header .gnavi {
    opacity: 1;
    color: #FFF; }

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;
    color: #FFF; }
  @media screen and (max-width: 767px) {
    footer {
      padding-top: 8.9285714286em;
      padding-bottom: 4.4642857143em; }
      footer .btnbase {
        flex-direction: column; }
        footer .btnbase .btn {
          width: 100%; }
          footer .btnbase .btn:not(:last-child) {
            margin-bottom: 3.3035714286em; }
      footer .copyright {
        font-size: 0.9107142857em;
        margin-top: 5.8823529412em; } }

.gnavi .inner {
  padding: 8.125em 0;
  padding-left: 4.625em; }
.gnavi .txt01 {
  font-size: 1.9248625em;
  line-height: 1em;
  letter-spacing: 0.180em; }
  .gnavi .txt01 .small {
    font-size: 0.7692335167em; }
.gnavi ul.menu {
  line-height: 0;
  margin-left: 0.9375em;
  margin-top: 4.0625em; }
  .gnavi ul.menu > li:not(:last-child) {
    margin-bottom: 3.75em; }
  .gnavi ul.menu > li a {
    font-size: 1.25em;
    line-height: 1em;
    letter-spacing: 0.280em; }
  .gnavi ul.menu ul.sub {
    margin-top: 2.1875em;
    margin-bottom: 4.6875em;
    margin-left: 2.1875em; }
    .gnavi ul.menu ul.sub > li:not(:last-child) {
      margin-bottom: 1.875em; }
    .gnavi ul.menu ul.sub > li a {
      font-size: 1.125em;
      line-height: 1em;
      letter-spacing: 0.280em; }
.gnavi .lang {
  margin-top: 19.6875em;
  display: flex;
  align-items: center; }
  .gnavi .lang li {
    font-size: 1.0625em;
    line-height: 1em;
    letter-spacing: 0.280em;
    display: flex;
    align-items: center; }
    .gnavi .lang li:not(:last-child)::after {
      content: "/";
      display: inline-block; }
    .gnavi .lang li a {
      display: block;
      width: 3.2352941176em;
      text-align: center;
      padding: 0.25em 0; }
      .gnavi .lang li a:not(.on) {
        color: #b3b3b3; }
@media screen and (max-width: 767px) {
  .gnavi .txt01 {
    font-size: 1.9248660714em; }
    .gnavi .txt01 .small {
      font-size: 0.769230234em; }
  .gnavi ul.menu > li:not(:last-child) {
    margin-bottom: 4.0178571429em; }
  .gnavi ul.menu > li a {
    font-size: 1.25em; }
  .gnavi ul.menu ul.sub {
    margin-top: 2.2321428571em;
    margin-bottom: 4.9107142857em;
    margin-left: 2.1428571429em; }
    .gnavi ul.menu ul.sub > li:not(:last-child) {
      margin-bottom: 1.9642857143em; }
    .gnavi ul.menu ul.sub > li a {
      font-size: 1.125em; }
  .gnavi .lang {
    margin-top: 12.5em; } }

.main_layout {
  position: relative; }
  .main_layout .gnavi {
    position: absolute;
    top: 0;
    left: 0;
    width: 33.3333333333%;
    height: 100%;
    z-index: 10; }
    .main_layout .gnavi .sticky {
      position: sticky;
      top: 0; }
  .main_layout > .contents section {
    padding-left: 33.3333333333%; }
    .main_layout > .contents section.black {
      background-color: #000;
      color: #FFF; }
      .main_layout > .contents section.black h3.type1 span::after {
        border-color: #FFF; }
  @media screen and (max-width: 767px) {
    .main_layout > .contents section {
      padding-left: 2.2321428571em; } }

.jq-clipthru-clone.whitemode {
  color: #FFF; }
  @media screen and (min-width: 768px) {
    .jq-clipthru-clone.whitemode {
      position: absolute;
      top: 0; } }
  @media screen and (max-width: 767px) {
    .jq-clipthru-clone.whitemode .base .logo svg .a {
      fill: #FFF; }
    .jq-clipthru-clone.whitemode .base .menutoggle .mt_base span {
      background-color: #FFF; } }
