html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

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

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

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

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

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

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

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

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

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

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

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

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

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

:root {
  --main_color:#8A6B33;
  --key_color:#CBDCF1;
}

body {
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--main_color);
}

body a {
  color: var(--main_color);
}

body img {
  width: 100%;
}

.br-sp {
  display: none;
}

@media (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

.sp-nav {
  display: block;
}

@media (max-width: 767px) {
  .sp-nav {
    display: block;
  }
}

.menu-btn {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: var(--main_color);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: var(--key_color) transparent transparent transparent;
}

.menu-btn.hum {
  background: transparent;
  border-color: var(--key_color) transparent transparent transparent;
}

#btn {
  position: fixed;
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  #btn {
    top: 0;
  }
}

#btn > .nav_hum {
  width: 50px;
  height: 50px;
}

#btn > span.nav_hum {
  width: 50px;
  height: 1px;
  background: transparent;
  border-radius: 1px;
  position: absolute;
  top: -50px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#btn > span.nav_hum:before {
  content: "";
  width: 50px;
  height: 1px;
  border-radius: 1px;
  background: transparent;
  position: absolute;
  top: -14px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#btn > span.nav_hum:after {
  content: "";
  width: 50px;
  height: 1px;
  border-radius: 1px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -14px;
  right: 0;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#btn.hum > span.nav_hum {
  background: transparent;
}

#btn.hum > span.nav_hum:before {
  background: var(--main_color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

#btn.hum > span.nav_hum:after {
  background: var(--main_color);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 0;
}

span.nav_label {
  width: 24px;
  position: absolute;
  top: 26px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

span.nav_label img {
  width: 100%;
}

ul.sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--key_color);
  z-index: 999;
  margin: 0 auto;
  text-align: center;
  padding: 14% 0 0 0;
  display: none;
}

@media (max-width: 900px) {
  ul.sp-nav {
    padding-top: 60px;
    overflow: visible;
    padding: 0;
    height: 100vh;
    padding-top: 80px;
  }
}

ul.sp-nav li a {
  display: block;
  width: 100%;
  color: var(--main_color);
  font-size: 26px;
  line-height: 80px;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 900px) {
  ul.sp-nav li a {
    font-size: 24px;
    padding-right: 0;
  }
}

ul.sp-nav li a:hover {
  opacity: 0.7;
}

.wrapper {
  overflow: hidden;
}

body {
  overscroll-behavior: none;
  -webkit-tap-highlight-color: transparent;
}

#hue_anime {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  background: url("../img/mv@2x.png") no-repeat center center/contain;
}

@-webkit-keyframes text-animation {
  0% {
    stroke-dashoffset: 800px;
  }
  30% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  70% {
    stroke-dashoffset: 0;
    fill: #000;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #000;
  }
}

@keyframes text-animation {
  0% {
    stroke-dashoffset: 800px;
  }
  30% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  70% {
    stroke-dashoffset: 0;
    fill: #000;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #000;
  }
}

header {
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1;
  margin: 45vh auto 60vh;
}

@media (max-width: 767px) {
  header {
    margin: 0 auto 100vh;
  }
}

header h1 {
  width: 20%;
  margin: 0 auto;
  padding-top: 30px;
}

@media (max-width: 767px) {
  header h1 {
    width: 70%;
  }
}

header img {
  width: 100%;
  vertical-align: middle;
}

@media (max-width: 767px) {
  header img {
    width: 90%;
    margin: 10px 0;
  }
}

header.bg-none {
  margin: 0 auto;
}

main {
  text-align: center;
}

.item {
  display: inline-block;
  margin: 6.5em 6em;
  vertical-align: bottom;
  width: 80vw;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.item img {
  pointer-events: noen;
  display: block;
  width: 100%;
  -webkit-transition: opacity 400ms, -webkit-filter 400ms;
  transition: opacity 400ms, -webkit-filter 400ms;
  transition: filter 400ms, opacity 400ms;
  transition: filter 400ms, opacity 400ms, -webkit-filter 400ms;
  opacity: 0;
}

.item img.visible {
  opacity: 1;
}

.item:hover .img_hover {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.5;
}

@media (max-width: 767px) {
  .item:hover .img_hover {
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
}

.gray_filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(188, 201, 200, 0.04);
  z-index: 999;
  /*opacity: 0.1;*/
}

.item {
  text-decoration: none;
  color: black;
  font-weight: bold;
  position: relative;
  cursor: none;
}

a.item {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  a.item {
    margin-bottom: 18px;
  }
}

.item:hover .caption {
  visibility: visible;
  opacity: 1;
}

.img_hover {
  position: relative;
}

html, body {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

main {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
  -webkit-perspective: 600px;
          perspective: 600px;
  font-size: 20px;
}

@media (max-width: 767px) {
  main {
    padding: 0 1em;
  }
}

@media (max-width: 2899px) {
  main {
    font-size: 32px;
  }
}

@media (max-width: 2699px) {
  main {
    font-size: 30px;
  }
}

@media (max-width: 2499px) {
  main {
    font-size: 28px;
  }
}

@media (max-width: 2299px) {
  main {
    font-size: 26px;
  }
}

@media (max-width: 2099px) {
  main {
    font-size: 24px;
  }
}

@media (max-width: 1899px) {
  main {
    font-size: 22px;
  }
}

@media (max-width: 1699px) {
  main {
    font-size: 20px;
  }
}

@media (max-width: 1499px) {
  main {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  main {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  main {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  main {
    padding: 0 1em;
  }
}

@media (max-width: 340px) {
  main {
    padding: 0 2em;
  }
}

.item {
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}

.z-1 {
  -webkit-transform: translateZ(-100px) scale(1.35);
          transform: translateZ(-100px) scale(1.35);
  margin: 8.775em 8.1em;
}

.z-1 .caption {
  font-size: 12px;
}

@media (max-width: 767px) {
  .z-1 {
    -webkit-transform: translateZ(0px) scale(1);
            transform: translateZ(0px) scale(1);
    margin: 0;
  }
}

.z-2 {
  -webkit-transform: translateZ(-200px) scale(1.5);
          transform: translateZ(-200px) scale(1.5);
  margin: 9.75em 9em;
}

.z-2 .caption {
  font-size: 12px;
}

@media (max-width: 767px) {
  .z-2 {
    -webkit-transform: translateZ(0px) scale(1);
            transform: translateZ(0px) scale(1);
    margin: 0;
  }
}

.z-3 {
  -webkit-transform: translateZ(-50px) scale(1.3);
          transform: translateZ(-50px) scale(1.3);
  margin: 8.45em 7.8em;
}

@media (max-width: 767px) {
  .z-3 {
    -webkit-transform: translateZ(0px) scale(1);
            transform: translateZ(0px) scale(1);
    margin: 0;
  }
}

.z-4 {
  -webkit-transform: translateZ(-250px) scale(1.35);
          transform: translateZ(-250px) scale(1.35);
  margin: 8.775em 8.1em;
}

.z-4 .caption {
  font-size: 15px;
}

@media (max-width: 767px) {
  .z-4 {
    -webkit-transform: translateZ(0px) scale(1);
            transform: translateZ(0px) scale(1);
    margin: 0;
  }
}

.z-5 {
  -webkit-transform: translateZ(-100px) scale(1.1);
          transform: translateZ(-100px) scale(1.1);
  margin: 8.45em 7.8em;
}

.z-5 .caption {
  font-size: 15px;
}

@media (max-width: 767px) {
  .z-5 {
    -webkit-transform: translateZ(0px) scale(1);
            transform: translateZ(0px) scale(1);
    margin: 0;
  }
}

.top-btn {
  position: fixed;
  bottom: 10px;
  right: 20px;
}

.top-btn img {
  width: 50px;
}

@media (max-width: 767px) {
  .top-btn img {
    width: 30px;
  }
}

.list {
  width: 55%;
  margin: 50px auto 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-item-align: center;
      align-self: center;
}

@media (max-width: 900px) {
  .list {
    width: 100%;
  }
}

.list li {
  width: 50%;
  padding: 40px 30px;
}

@media (max-width: 900px) {
  .list li {
    padding: 20px 15px;
  }
}

.list li a {
  display: block;
}

.list li a img {
  width: 100%;
}

.list li.wide {
  width: 60%;
}

.list li.col1 {
  width: 51%;
}

.list li:hover .img_hover {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.5;
}

@media (max-width: 767px) {
  .list li:hover .img_hover {
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
}

h1.logo_fix {
  width: 20%;
  margin: 0 auto;
  padding-top: 50px;
}

@media (max-width: 767px) {
  h1.logo_fix {
    width: 60%;
  }
}

h1.logo_fix img {
  width: 100%;
  vertical-align: middle;
}

.profile {
  width: 350px;
  margin: 10% auto 0;
}

@media (max-width: 900px) {
  .profile {
    margin: 16% auto 0;
    width: 280px;
  }
}

.profile h2 {
  font-size: 24px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}

@media (max-width: 900px) {
  .profile h2 {
    font-size: 20px;
    line-height: 18px;
  }
}

.profile h2 span {
  font-size: 12px;
  letter-spacing: 0.15em;
}

@media (max-width: 900px) {
  .profile h2 span {
    font-size: 10px;
  }
}

.tablefull {
  width: 100%;
  margin: 0 auto 50px;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .tablefull {
    font-size: 12px;
  }
}

.tablefull th {
  vertical-align: top;
}

.tablefull td {
  padding-left: 20px;
}

p.attention {
  text-align: center;
  font-size: 11px;
}

@media (max-width: 900px) {
  p.attention {
    font-size: 10px;
  }
}

footer {
  width: 100%;
  height: 50px;
}

footer p {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  line-height: 50px;
}

footer.fix {
  position: fixed;
  bottom: 0;
  left: 0;
}

a.mailto {
  display: block;
  height: auto;
  width: 70%;
  margin: 55vh auto 0;
}

@media (max-width: 767px) {
  a.mailto {
    width: 100%;
    margin: 0 auto 20vh;
  }
}
/*# sourceMappingURL=style.css.map */