@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0);
  font-weight: 100;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 300;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 600;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7);
  font-weight: 800;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}
@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9);
  font-weight: 900;
}
html {
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Noto Sans Japanese", sans-serif;
  font-size: var(--size-font-m);
  color: var(--color-text-1);
  background-color: var(--color-bg-0);
}

html, body {
  height: 100%;
}

body, p,
ul, ol, dd,
figure, address {
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, dt {
  font-weight: bold;
  font-style: normal;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  color: var(--color-text-1);
}

::-webkit-input-placeholder {
  color: var(--color-text-3);
}

::-moz-placeholder {
  color: var(--color-text-3);
}

:-ms-input-placeholder {
  color: var(--color-text-3);
}

::-ms-input-placeholder {
  color: var(--color-text-3);
}

::placeholder {
  color: var(--color-text-3);
}

button {
  padding: 0;
  border: none;
  cursor: pointer;
}

address {
  font-style: normal;
  font-weight: normal;
}

body {
  -webkit-text-size-adjust: 100%;
}

input[type=text], input[type=submit] {
  padding: 0;
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
}

input::-webkit-input-placeholder {
  line-height: 1.286;
}

textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
}

:root {
  --color-text-0: #FFF;
  --color-text-1: #111;
  --color-text-2: #333;
  --color-text-3: #999;
  --color-text-4: #CCC;
  --color-border: #DDD;
  --color-divider: #EFEFEF;
  --color-bg-0: #FFF;
  --color-bg-1: #F0F0F0;
}

:root {
  --color-attention: #FF2D32;
}

:root {
  --content-max-width: 600px;
}

@media (max-width: 700px) {
  :root {
    --size-font-s: 1.2rem;
    --size-font-m: 1.5rem;
    --size-font-l: 1.6rem;
    --size-font-xl: 1.8rem;
    --size-font-xxl: 2.4rem;
  }
}
@media (min-width: 701px) {
  :root {
    --size-font-s: 1.2rem;
    --size-font-m: 1.4rem;
    --size-font-l: 1.8rem;
    --size-font-xl: 2.2rem;
    --size-font-xxl: 2.6rem;
  }
}
:root {
  --radius-s: 2px;
  --radius-m: 4px;
  --radius-l: 8px;
  --radius-xl: 16px;
}

:root {
  --shadow-s: 0 0 6px rgb(0 0 0 / 10%);
}

/* - service */
:root {
  --color-brand-hdr: #303030;
  --color-brand-corp: #00A0F0;
  --color-brand-bookmark: #00A6E4;
  --color-brand-blog: #333;
  --color-brand-question: #009CBC;
  --color-brand-mackerel: #4DBDDB;
  --color-brand-hatenacharacter: #5279e7;
  --color-brand-mamoru: #999;
}

@-webkit-keyframes popup-appear {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes popup-appear {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes open-x {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  80% {
    -webkit-transform: scale(1.15, 1);
            transform: scale(1.15, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes open-x {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  80% {
    -webkit-transform: scale(1.15, 1);
            transform: scale(1.15, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes open-y {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  80% {
    -webkit-transform: scale(1, 1.15);
            transform: scale(1, 1.15);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes open-y {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  80% {
    -webkit-transform: scale(1, 1.15);
            transform: scale(1, 1.15);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes subpanelframein {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes subpanelframein {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes subpanelframeout {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes subpanelframeout {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.17em;
}

body {
  font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Hiragino Sans", sans-serif;
}

@page {
  size: landscape;
}
html, body, #container, #container-inner {
  height: 100%;
}

#container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#container-inner > * {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.top-image, .navbar, header, section, footer {
  width: 100%;
  height: 100%;
  padding: 8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-break-after: page;
     -moz-column-break-after: page;
          break-after: page;
}

.blog-header-inner, .navbar-list > dl:nth-child(n+2), .navhome, .resource-list, footer {
  display: none;
}

#guide-print, .navbar-list dd.print {
  display: none;
}

.top-image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-image svg, .top-image img {
  max-width: 100%;
}

.top-message {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-message .download {
  display: none;
}

.navbar .navbar-toggle-btn-open, .navbar .navbar-toggle-btn-close {
  display: none;
}

a {
  text-decoration: none;
}

.guideline .external-link::after {
  content: attr(href);
  display: block;
}

.top-image svg {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.top-message h1 {
  margin-bottom: 3%;
}
.top-message h1::after {
  content: "\aブランドリソースガイドライン";
  white-space: pre;
}

.top-message p:last-of-type::after {
  content: "株式会社はてな";
  font-weight: bold;
  display: block;
  margin-top: 3%;
}

h2 {
  border-bottom: 1px solid #000;
  padding-bottom: 2%;
  margin-bottom: 3%;
}

h3 {
  margin-bottom: 3%;
}

p {
  margin-bottom: 2%;
}

.navbar-list > dl:nth-child(1) {
  counter-reset: pages 3;
}

.navbar-list > dl dd::before {
  width: 5%;
  display: inline-block;
  counter-increment: pages;
  content: counter(pages, decimal-leading-zero);
}

figure {
  margin-top: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.column-image {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-image {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.color-scheme {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.color-scheme div {
  width: 50%;
  padding: 8%;
  border: 1px solid var(--color-divider);
  background-color: var(--color-brand-hdr);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.color-scheme svg {
  width: 100%;
  height: auto;
}

.color-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.color-list dl {
  border: 1px solid var(--color-divider);
  width: 50%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.color-list dl dt, .color-list dl dd {
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
}
.color-list dl.negative {
  color: var(--color-text-0);
}
.color-list dl dd + dt {
  margin-top: 8px;
}

#guide-colorscheme-color .color-scheme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#guide-colorscheme-color .color-scheme div {
  height: 100%;
}

#guide-bbutton .color-scheme {
  display: none;
}