* {
  box-sizing: border-box;
}

html, :root {
  font-size: 16px;
  height: 100%;
}

body {
  font-size: 1.6rem;
  font-family: 'Times New Roman', dnp-shuei-ymincho-std, serif;
  font-weight: 100;
  font-style: normal;
  font-feature-settings: "palt", "zero";
  height: 100%;
  background-color: #B2B2B2;
}

a {
  color: #000;
}

img {
  max-width: 100%;
}

ul {
  list-style-type: none;
}

/* header */
/* main */
.l-main {
  height: 100%;
}

/* footer */
/* flex */
.c-flex, .c-flex--rev {
  display: flex;
  flex-wrap: nowrap;
}
.c-flex > *:first-child, .c-flex--rev > *:first-child {
  margin-right: 0.4rem;
}
.c-flex--rev {
  flex-direction: row-reverse;
}
.c-flex--rev > *:first-child {
  margin-right: 0;
  margin-left: 0.4rem;
}

/* btn */
.c-btn a {
  text-decoration: none;
}
.c-btn__image {
  width: 1rem;
}

/* target */
/* text */
/* copy */
/* home */
.p-home {
  position: absolute;
  top: 0;
  left: 0;
}

/* about */
.p-about {
  position: absolute;
  top: 0;
  right: 0;
  width: 24rem;
  height: 100%;
}
.p-about h2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  width: 24rem;
  cursor: pointer;
}
.p-about__inner {
  background-color: #fff;
  position: fixed;
  overflow: scroll;
  top: 0;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
  height: 100%;
  line-height: 2;
  transform: translateX(0);
  transition: all 0.5s;
  z-index: 99;
}
.p-about__inner__text {
  margin-bottom: 2em;
}
.p-about__inner__contact {
  margin-bottom: 2em;
}
.p-about__inner__group {
  margin-bottom: 6em;
}
.p-about.is-close .p-about__inner {
  transform: translateX(100%);
}

/* time */
.p-time {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

/* portfolio */
.p-portfolio {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
}

/* mt */

/*# sourceMappingURL=style.css.map */
