@charset "UTF-8";
/* _Initialize */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
html {
  font-size: 62.5%; }

body {
  margin: 0px;
  font-family: "游ゴシック体", YuGothic, "YuGothic M", Meiryo, sans-serif; }

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

h1, h2, h3, h4 {
  font-weight: bold;
  margin-top: 0px; }

.garamond {
  font-family: "EB Garamond", serif; }

a {
  text-decoration: none; }
  a:link {
    text-decoration: none; }
  a:visited {
    text-decoration: none; }
  a:hover {
    text-decoration: none; }

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

li {
  box-sizing: border-box; }

p {
  font-size: 1.8rem;
  line-height: 1.6; }


.flex {
  display: flex; }

.root {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  background: #e6e6e6;
  background: linear-gradient(180deg, #f7f7f7 0%, #e2e2e2 30%, #ffe6ee 100%); }

.inner {
  width: 80vw;
  max-width: 720px;
  margin: 0px auto;
  transition: color 1s; }

a#scroll {
  display: inline-block;
  position: absolute;
  left: 9px;
  top: 75vh;
  z-index: 80;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #000;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr; }

a#scroll::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #000;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite; }

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
.textfade {
  color: rgba(0, 0, 0, 0.1); }
  .textfade .reference {
    background: none;
    pointer-events: none; }

.rObj {
  position: absolute;
  font-size: 1.2rem; }

#imgblob {
  min-width: 720px;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%); }

#ablob {
  top: 0;
  right: 5vw;
  z-index: 50; }
  #ablob a {
    color: #2a2000; }
    #ablob a:link {
      color: #2a2000; }
    #ablob a:visited {
      color: #2a2000; }
    #ablob a:hover {
      color: #2a2000;
      opacity: 0.8; }

#bblob {
  top: 400px;
  left: 5vw; }
  #bblob a {
    color: white; }
    #bblob a:link {
      color: white; }
    #bblob a:visited {
      color: white; }
    #bblob a:hover {
      color: white;
      opacity: 0.8; }

#cblob {
  top: 450px;
  right: 5vw; }
  #cblob a {
    color: white; }
    #cblob a:link {
      color: white; }
    #cblob a:visited {
      color: white; }
    #cblob a:hover {
      color: white;
      opacity: 0.8; }

.blob {
  position: absolute;
  width: 100%;
  max-width: 220px;
  max-height: 200px; }
  .blob .wrapper {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .blob .wrapper a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      font-size: 1.8rem;
      text-align: center;
      line-height: 200px; }
      .blob .wrapper a span {
        display: inline-block;
        text-align: left;
        line-height: normal;
        vertical-align: middle; }

.apart {
  position: relative;
  width: 720px;
  height: 640px;
  left: 50%;
  transform: translateX(-50%); }
  .apart .inner {
    position: relative;
    width: 120vw;
    height: 100vh; }
    @media (min-width: 768px) {
      .apart .inner {
        width: 600px; } }
  .apart header {
    width: 100vw;
    max-width: 600px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
    .apart header h1 {
      font-size: 2.8rem;
      line-height: 0.8;
      margin: 5vw 8vw; }
    .apart header svg {
      height: 124px;
      margin: 0 5vw; }

.bpart {
  font-weight: normal;
  padding: 60px 0px 120px 0px; }
  .bpart .inner {
    position: relative;
    width: 75vw; }
    .bpart .inner .sns {
      position: absolute;
      top: -80px;
      right: 0vw; }
    @media (min-width: 768px) {
      .bpart .inner {
        width: 720px; }
        .bpart .inner p {
          width: 50%;
          padding: 0 5vw;
          margin: 0px;
          margin-bottom: 1.6rem; }
        .bpart .inner .sns {
          top: 0px;
          right: 10vw; } }
    .bpart .inner a {
      display: block;
      font-size: 1.6rem; }
      .bpart .inner a:link {
        color: #222222; }
      .bpart .inner a:visited {
        color: #222222; }
      .bpart .inner a:hover {
        color: #222222;
        opacity: 0.75; }
    .bpart .inner a.insta {
      line-height: 21px;
      margin-left: -5px; }
      .bpart .inner a.insta img {
        height: 21px;
        margin-right: 5px;
        vertical-align: bottom; }
    .bpart .inner a.linkedin {
      line-height: 21px;
      margin-bottom: 9px; }
      .bpart .inner a.linkedin img {
        height: 21px;
        margin-right: 2px;
        vertical-align: bottom; }
  @media (min-width: 768px) {
    .bpart {
      padding: 60px 0px 120px 0px; } }

footer {
  padding: 6vh 0px 9vh 0px; }
  footer .inner {
    font-size: 11px; }

#close {
  position: fixed;
  top: 5vh;
  right: 4vh;
  z-index: 2500;
  width: 40px;
  height: 40px;
  background-color: white;
  display: none; }
  #close span {
    display: block;
    line-height: 40px;
    text-align: center; }

.open #close {
  display: block; }

#pagetop {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 50px;
  right: 3%;
  z-index: 300;
  transition: 0.4s; }
  #pagetop span {
    display: block;
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    padding: 3px 0px;
    font-size: 11px;
    text-align: center;
    line-height: 1;
    color: #727272;
    cursor: pointer;
    background-color: white;
    border-radius: 50%; }
    #pagetop span::before {
      content: "\e5ce";
      font-family: "Material Icons";
      font-weight: normal;
      font-style: normal;
      font-size: 1.6rem;
      line-height: 15px;
      display: block; }

#pagetop.active {
  bottom: 32px;
  visibility: visible;
  opacity: 1; }

#pagetop.sus {
  opacity: 0.2 !important;
  pointer-events: none; }
