<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body, html {
  overflow: hidden; }

body {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8; }

html {
  overflow-y: scroll; }

a {
  color: #AD6534;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

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

/*================
font
================*/
.mincho {
  font-family: source-han-serif-japanese, serif;
  font-weight: 300;
  font-style: normal; }

.mincho_h {
  font-family: source-han-serif-japanese, serif;
  font-weight: 600;
  font-style: normal; }

/*================
loading
================*/
#loading {
  position: fixed;
  z-index: 100;
  top: -10%;
  width: 100%;
  height: 120%;
  background: #fff;
  display: table;
  text-align: center;
  -moz-transform: skewY(-4.75deg);
  -webkit-transform: skewY(-4.75deg);
  transform: skewY(-4.75deg); }
  #loading div {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    -moz-transform: skewY(4.75deg);
    -webkit-transform: skewY(4.75deg);
    transform: skewY(4.75deg); }
    #loading div img {
      max-width: 200px; }

/*================
base
================*/
.inner {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box; }
  @media print, screen and (min-width: 600px) {
    .inner {
      padding: 0;
      box-sizing: content-box; } }

/*================
header
================*/
header .logo {
  width: 21.3333333333vw;
  padding: 10px; }
  header .logo a, header .logo img {
    display: block; }
  @media print, screen and (min-width: 600px) {
    header .logo {
      width: 10.4166666667vw; } }
  @media print, screen and (min-width: 1000px) {
    header .logo {
      width: 160px; } }

/*================
contents
================*/
.bg-incli {
  position: relative;
  z-index: 10; }
  .bg-incli .bg::before {
    -moz-transform: skewY(-4.75deg);
    -webkit-transform: skewY(-4.75deg);
    transform: skewY(-4.75deg);
    content: '';
    position: absolute;
    top: -37.5px;
    height: 150px;
    z-index: -1;
    width: 100vw; }
  @media print, screen and (min-width: 600px) {
    .bg-incli .bg::before {
      top: -80px;
      height: 300px; } }

.effect {
  margin-top: 20px;
  transition: all .8s; }

.mod-anchor {
  position: relative; }
  .mod-anchor .anchor {
    display: block;
    position: absolute;
    left: 0;
    top: -100px; }

.s-ib {
  display: inline-block; }

/*================
sidebar
================*/
#sidebar {
  position: fixed;
  width: 40px;
  height: 100%;
  right: -40px;
  top: 0;
  z-index: 99;
  transition: all .4s; }
  #sidebar .up {
    background: #151515;
    text-align: center;
    padding: 10px 0px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 26px; }
    #sidebar .up div {
      position: relative; }
      #sidebar .up div span {
        display: block;
        height: 3px;
        background: #fff;
        position: absolute;
        width: 26px;
        margin-left: -13px;
        left: 50%;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out; }
        #sidebar .up div span:nth-child(1) {
          top: 0px; }
        #sidebar .up div span:nth-child(2) {
          top: 10px; }
        #sidebar .up div span:nth-child(3) {
          top: 20px; }
    #sidebar .up.open div span:nth-child(1) {
      top: 10px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      transform: rotate(135deg); }
    #sidebar .up.open div span:nth-child(2) {
      width: 0;
      left: 50%; }
    #sidebar .up.open div span:nth-child(3) {
      top: 10px;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  #sidebar .mid {
    display: none; }
  #sidebar .bt {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #151515;
    text-align: center;
    width: 100%; }
    #sidebar .bt a {
      display: block;
      position: relative;
      height: 40px; }
      #sidebar .bt a::before {
        position: absolute;
        content: '';
        height: auto;
        top: 50%;
        left: 50%;
        width: 12px;
        height: 12px;
        margin: -6px 0 0 -6px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(-45deg); }
  @media print, screen and (min-width: 1080px) {
    #sidebar {
      background: #555;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }
      #sidebar .mid {
        display: table;
        width: 100%;
        height: 100%; }
        #sidebar .mid ul {
          display: table-cell;
          vertical-align: middle;
          text-align: center; }
          #sidebar .mid ul li a {
            display: block;
            width: 12px;
            height: 12px;
            margin: 15px auto;
            background: #fff;
            opacity: .7;
            border-radius: 50%; }
            #sidebar .mid ul li a:hover, #sidebar .mid ul li a.active {
              opacity: 1; } }

/*================
Menu
================*/
#menu {
  background: #323c44;
  background: -moz-linear-gradient(-45deg, rgba(50, 60, 68, 0.9) 0%, rgba(15, 19, 20, 0.9) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(50, 60, 68, 0.9) 0%, rgba(15, 19, 20, 0.9) 100%);
  background: linear-gradient(135deg, rgba(50, 60, 68, 0.9) 0%, rgba(15, 19, 20, 0.9) 100%);
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 98;
  top: 0;
  display: none;
  align-content: center;
  align-items: center;
  justify-content: center; }
  #menu ul {
    text-align: center; }
    #menu ul li {
      font-size: 7.4666666667vw;
      padding: 10px 0;
      opacity: 0; }
      #menu ul li a {
        color: #fff;
        text-decoration: none; }
  @media print, screen and (min-width: 600px) {
    #menu ul li {
      font-size: 28px; } }

/*================
button
================*/
.btn {
  display: inline-block;
  padding: 6px 8px 6px 20px;
  min-width: 60px;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 4px;
  background: #fff;
  border: 1px #ccc solid;
  color: #364B5F;
  position: relative; }
  .btn:hover {
    opacity: .5; }
  .btn::before {
    position: absolute;
    top: 50%;
    left: 4px;
    margin: -4px auto 0;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border-top: 2px solid #F3815E;
    border-right: 2px solid #F3815E;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

/*================
popup
================*/
.popup-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  opacity: 0; }
  .popup-outer .btn-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid #777;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.5;
    transition: all .5s; }
    .popup-outer .btn-close::before, .popup-outer .btn-close::after {
      content: "";
      display: block;
      width: 2px;
      height: 18px;
      background: #FFF;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -9px 0 0 -1px;
      transform-origin: center; }
    .popup-outer .btn-close::before {
      transform: rotate(-45deg); }
    .popup-outer .btn-close::after {
      transform: rotate(45deg); }
    .popup-outer .btn-close:hover {
      transform: rotate(90deg);
      opacity: 1; }
  .popup-outer.is-active {
    opacity: 1; }
    .popup-outer.is-active .popup-inner {
      transform: scale(1); }

.popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  z-index: 1; }

.popup-inner {
  max-width: 90%;
  padding: 45px 0;
  z-index: 2;
  position: relative;
  transition: all .5s;
  transform: scale(0.9);
  transform-origin: center; }
  @media print, screen and (min-width: 1000px) {
    .popup-inner {
      max-width: 80%; } }

.popup-box {
  background: #FFF;
  padding: 30px 15px;
  max-height: 85vh; }
  @media print, screen and (min-width: 600px) {
    .popup-box {
      max-height: 70vh;
      padding: 30px; } }
  @media print, screen and (min-width: 1000px) {
    .popup-box {
      padding: 40px; } }

.popup-hide {
  display: none !important; }
</pre></body></html>