@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
.--c_base {
  color: #333 !important;
}

::-moz-selection {
  background: #333;
  color: #fff;
}

::selection {
  background: #333;
  color: #fff;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1;
  width: 100%;
  height: 100%;
}

html, body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  overflow-x: hidden;
  font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

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

@media screen and (max-width: 959.98px) {
  .sp_only {
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .sp_only {
    display: none;
  }
}

@media screen and (max-width: 959.98px) {
  .pc_only {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .pc_only {
    display: block;
  }
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
}

.container {
  position: relative;
  text-align: center;
  height: 100vh;
}

@media screen and (max-width: 959.98px) {
  .container {
    padding: 0 24px;
  }
}

.logo {
  margin-top: 8vh;
  margin-bottom: 10vh;
  display: inline-block;
}

.logo__img {
  width: 200px;
}

.message__main {
  font-size: 4.8rem;
  letter-spacing: .1em;
  line-height: 1;
  margin-bottom: 24px;
  font-family: "Roboto";
}

.kazoku {
  position: absolute;
  bottom: 0;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 959.98px) {
  .kazoku {
    margin-bottom: 24px;
    width: 100%;
  }
}

@media screen and (min-width: 960px) {
  .kazoku {
    margin-bottom: 8vh;
  }
}

.kazoku__text {
  margin-bottom: 16px;
}

.kazoku__bnr {
  padding: 0 24px;
}

@media screen and (min-width: 960px) {
  .kazoku__bnr {
    width: 480px;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
  }
  .kazoku__bnr:hover, .kazoku__bnr:active, .kazoku__bnr:focus {
    opacity: .8;
  }
}

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