@charset "UTF-8";
/* 機能とパーツごとに分けたscssファイルをcssファイルにコンパイル */
/* function
------------------------------------------------ */
/* setting
------------------------------------------------ */
/* スマホ：~519px
　 タブレット：520px~959px
　 パソコン：960px~ */
html {
  /* ルートのフォントサイズを10pxに設定 */
  font-size: 62.5%;
}

body {
  /* bodyの基本サイズを18pxに設定（解像度基準1400） */
  font-size: 1.8rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  text-align: justify;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  body {
    /* bodyの基本サイズを16pxに設定（解像度基準768） */
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  body {
    /* bodyの基本サイズを14pxに設定（解像度基準375） */
    font-size: 1.4rem;
  }
}

.f-shi {
  font-family: shippori-mincho, sans-serif;
}

.f-en {
  font-family: helvetica-lt-pro, sans-serif;
}

/* foundation
------------------------------------------------ */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :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;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

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

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

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[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;
}

button, select {
  text-transform: none;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  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, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

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

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

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

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

body {
  overflow-x: hidden;
}

.drawer--open {
  overflow: hidden;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

button:hover {
  opacity: 0.8;
}

img {
  font-size: 0;
  vertical-align: bottom;
  max-width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.br-pc {
  display: block;
}
@media screen and (max-width: 959px) {
  .br-pc {
    display: none;
  }
}

.br-tab {
  display: none;
}
@media screen and (max-width: 959px) {
  .br-tab {
    display: block;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .br-sp {
    display: block;
  }
}

.nonbr-tab {
  display: block;
}
@media screen and (max-width: 959px) {
  .nonbr-tab {
    display: none;
  }
}

.nonbr-sp {
  display: block;
}
@media screen and (max-width: 519px) {
  .nonbr-sp {
    display: none;
  }
}

.link-disable {
  pointer-events: none;
  background-color: #aaa !important;
}

@media screen and (max-width: 519px) {
  .sptop {
    overflow: hidden;
  }
}

.space-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .space-sp {
    display: inline-block;
  }
}

.anchor {
  margin-top: -10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 519px) {
  .anchor {
    margin-top: -2rem;
    padding-top: 2rem;
  }
}

/* layout
------------------------------------------------ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .l-header {
    position: relative;
  }
}

/*　上に上がる動き　*/
.l-header.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes UpAnime {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
/*　下に下がる動き　*/
.l-header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-inner {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 84rem; /* コンテンツ幅1400px */
  width: 100%;
  height: auto;
}
@media screen and (max-width: 959px) {
  .l-inner {
    width: 80%;
  }
}

.l-inner--1000 {
  max-width: 100rem;
}

.l-inner--narrow {
  max-width: 98rem;
}

@media screen and (max-width: 959px) {
  .l-inner--tab0 {
    padding: 0;
  }
}

.l-main {
  padding-top: 26rem;
}
@media screen and (max-width: 959px) {
  .l-main {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 519px) {
  .l-main {
    padding-top: 7rem;
  }
}

.l-aside {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .l-aside {
    position: absolute;
    top: 100vh;
    bottom: auto;
    right: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .l-aside.is-fixed {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0 !important;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

/* component
------------------------------------------------ */
.c-header {
  margin-top: 2rem;
  padding: 0 4rem 0 10rem;
}
@media screen and (max-width: 519px) {
  .c-header {
    margin-top: 0;
  }
}

.c-header__title {
  position: fixed;
  top: 2.5rem;
  left: 2.5rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-size: 3.2rem;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .c-header__title {
    position: absolute;
    left: 1rem;
    font-size: 1.9rem;
  }
  .c-header__title.is-fixed {
    position: fixed;
  }
}

.c-header__global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .c-header__global {
    display: none;
  }
}

.c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-header__menu::after {
  content: "／";
  padding: 0 1rem;
}
.c-header__menu:last-child::after {
  display: none;
}

.c-header__url {
  font-weight: 400;
  letter-spacing: 0.02em;
}

.c-header__hamburger {
  display: none;
  position: absolute;
  top: 3rem;
  right: 2rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 100;
  aspect-ratio: 1;
  width: 3rem;
  height: 1rem;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
@media screen and (max-width: 959px) {
  .c-header__hamburger {
    display: block;
  }
  .c-header__hamburger.is-fixed {
    position: fixed;
  }
}
.c-header__hamburger-border {
  position: absolute;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 0.1rem;
  background-color: black;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.c-header__hamburger-border--top {
  top: 0;
}

.c-header__hamburger-border--middle {
  margin: 0.5rem auto;
}

.c-header__hamburger-border--bottom {
  bottom: 0;
}

.c-header__hamburger--open {
  position: fixed;
}
.c-header__hamburger--open .c-header__hamburger-border--top {
  top: 4.5px;
  -webkit-transform: translate(0%, 0) rotate(-200deg);
          transform: translate(0%, 0) rotate(-200deg);
}
.c-header__hamburger--open .c-header__hamburger-border--middle {
  opacity: 0;
}
.c-header__hamburger--open .c-header__hamburger-border--bottom {
  bottom: 4.5px;
  -webkit-transform: translate(0%, 0) rotate(200deg);
          transform: translate(0%, 0) rotate(200deg);
}

.c-header__drawer-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease 0;
  transition: all 0.7s ease 0;
}

.c-header__drawer-modal--open {
  opacity: 1;
  visibility: visible;
}

.c-header__drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  padding: 7rem 2.5rem;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: white;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  overflow: hidden scroll;
  opacity: 0;
  visibility: hidden;
}
.c-header__drawer::-webkit-scrollbar {
  width: 0.5rem;
  width: min(0.5rem, 1.25vw);
}
.c-header__drawer::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-header__drawer::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

.c-header__drawer--open {
  opacity: 1;
  visibility: visible;
}

.c-header__drawer-title {
  position: absolute;
  bottom: 3rem;
  right: 1.5rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-size: 1.9rem;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
}

.c-header__drawer-menus {
  font-size: 1.4rem;
  line-height: 2;
}

.c-header__drawer-menu {
  display: block;
}
.c-header__drawer-menu::after {
  content: "-";
  display: block;
}
.c-header__drawer-menu:last-child::after {
  display: none;
}

.c-header__drawer-copy {
  position: absolute;
  bottom: 1.3rem;
  left: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
}

.c-footer {
  margin-top: 23rem;
  padding: 0 4rem 2rem;
  font-weight: 400;
}
@media screen and (max-width: 959px) {
  .c-footer {
    margin-top: 7rem;
    padding: 0 1.5rem 1.3rem;
  }
}

.c-footer__copy {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 959px) {
  .c-footer__copy {
    font-size: 1rem;
  }
}

.c-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.8rem 0.7rem 2rem;
  font-size: 1.6rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  background-color: #fff;
  background-image: url(../images/bg_side.png);
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .c-aside {
    padding: 4.8rem 0.5rem 2rem;
    font-size: 1.1rem;
    background-image: url(../images/bg_side_sp.png);
  }
}
.c-aside a::after {
  content: "／";
  padding: 0.9rem 0;
}
.c-aside a:last-child::after {
  display: none;
}

.c-global-content {
  position: relative;
  width: 100vw;
  height: auto;
}

/* project
------------------------------------------------ */
.p-top__article {
  margin-top: 12rem;
}
@media screen and (max-width: 959px) {
  .p-top__article {
    margin-top: 8rem;
  }
}
.p-top__article:first-of-type {
  margin-top: 0;
}

.p-top__excerpt {
  font-size: 2rem;
  line-height: 1.9;
}
@media screen and (max-width: 959px) {
  .p-top__excerpt {
    font-size: 1.4rem;
    letter-spacing: -0.02em;
  }
}

.p-top__from {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 959px) {
  .p-top__from {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}

.p-sp-mv {
  display: none;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .p-sp-mv {
    display: block;
    position: relative;
    z-index: 11;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    text-align: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.p-sp-mv h1 {
  font-size: 1.9rem;
  font-weight: 600;
}

/* utility
------------------------------------------------ */
/* external
------------------------------------------------ *//*# sourceMappingURL=style.css.map */