@charset "UTF-8";
/*======================================================== */
/*  NORMALIZE */
/*======================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

html, body, 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%;
  list-style: none;
  font-weight: normal;
  font-style: normal;
}

html, body {
  margin: 0;
  padding: 0;
}

/*======================================================== */
/*  TAG RESET */
/*======================================================== */
html, body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 14px;
  color: #000;
  width: 100%;
  min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a {
  color: #00f;
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*======================================================== */
html {
  overflow: auto;
}

body {
  overflow: hidden;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*======================================================== */
/*  GLOBAL CLASS  STYLES */
/*  場所にかかわらず使えるスタイルで、基本的に変更すべきではない */
/*======================================================== */
.ab {
  position: absolute;
}

.debug {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #F00;
}

body.display-boxline * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #00F;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.site-wrapper .debug-sheet {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000000;
  opacity: 0.5;
  display: none;
  overflow-x: hidden;
}
.site-wrapper .debug-sheet img {
  max-width: none;
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -512px;
}

body .site-wrapper {
  background-image: url("../../images/friend/bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: 98px 98px;
  background-repeat: repeat;
}
body .site-wrapper header.site-header {
  max-width: 1024px;
  background-color: #fff;
  margin: 0 auto;
}
body .site-wrapper header.site-header .right {
  float: right;
}
body .site-wrapper header.site-header .right .logos {
  display: flex;
  flex-wrap: wrap;
  padding-top: 32px;
  padding-right: 21px;
}
body .site-wrapper header.site-header .right .logos li {
  align-self: center;
}
body .site-wrapper header.site-header .right .logos .cyg {
  margin-right: 11px;
  width: 82px;
}
body .site-wrapper header.site-header .right .logos .citail {
  width: 76px;
}
body .site-wrapper .main-container {
  max-width: 1024px;
  background-color: #fff;
  margin: 0 auto;
  padding-top: 33px;
  padding-bottom: 48px;
}
body .site-wrapper .main-container .kv-area {
  margin-bottom: 48px;
}
body .site-wrapper .main-container .kv-area .logo {
  position: relative;
  top: -91px;
  text-align: center;
  width: 281px;
  margin: 0 auto;
}
body .site-wrapper .main-container .kv-area .logo a {
  display: inline-block;
}
body .site-wrapper .main-container .kv-area .logo a img {
  margin: 0 auto;
}
body .site-wrapper .main-container .lower {
  text-align: center;
}
body .site-wrapper .main-container .lower p {
  font-size: 16px;
  margin-bottom: 10px;
}
body .site-wrapper .main-container .lower .lower-dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
body .site-wrapper .main-container .lower .lower-dl .app {
  width: 154px;
}
body .site-wrapper .main-container .lower .lower-dl .google {
  margin-left: 10px;
  width: 185px;
}
body .site-wrapper .main-container .lower .to-official {
  width: 273px;
  margin: 0 auto;
}
body .site-wrapper .main-container .lower .to-official a {
  display: inline-block;
}
body .site-wrapper .main-container .lower .to-official a img {
  margin: 0 auto;
}
body .site-wrapper footer#site-footer {
  background-color: #f1f1f1;
  font-size: 12px;
  max-width: 1024px;
  margin: 0 auto;
  padding: 33px 0;
}
body .site-wrapper footer#site-footer .footer-menu {
  display: flex;
  float: left;
  padding-left: 25px;
}
body .site-wrapper footer#site-footer .footer-menu li a {
  color: #4b4b4b;
}
body .site-wrapper footer#site-footer .footer-menu li a:hover {
  border-bottom: 1px solid #ffb81e;
  color: #ffb81e;
}
body .site-wrapper footer#site-footer .footer-menu .terms {
  padding-left: 10px;
}
body .site-wrapper footer#site-footer .copyright {
  float: right;
  padding-right: 35px;
}

/*======================================================== */
/*  PAGE  STYLES */
/*======================================================== */
/* HOME */
body#page-home .site-wrapper .main-container .kv-area {
  background-image: url("../../images/friend/kv.png?8175f667");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: 1024px 260px;
  height: 260px;
}
body#page-home .site-wrapper .main-container .kv-area .title {
  position: relative;
  top: -97px;
  width: 328px;
}
body#page-home .site-wrapper .main-container .text {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
body#page-home .site-wrapper .main-container .user {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 532px;
  margin: 0 auto 0;
  margin-bottom: 48px;
}
body#page-home .site-wrapper .main-container .user .icon {
  margin-left: 6px;
  width: 110px;
}
body#page-home .site-wrapper .main-container .user .user-detail {
  width: 400px;
}
body#page-home .site-wrapper .main-container .user .user-detail .user-title {
  margin-bottom: 3px;
  color: #4b4b4b;
  border-bottom: 4px solid #e8f0f1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  top: -8px;
  padding-bottom: 5px;
}
body#page-home .site-wrapper .main-container .user .user-detail .user-title dt {
  font-size: 26px;
}
body#page-home .site-wrapper .main-container .user .user-detail .user-title dd {
  font-size: 26px;
}
body#page-home .site-wrapper .main-container .user .user-detail .desc {
  font-size: 14px;
  text-align: left;
}
body#page-home .site-wrapper .main-container .user .btn {
  padding-top: 24px;
}
body#page-home .site-wrapper .main-container .user .btn img {
  margin: 0 auto;
}

/* 404 */
body#page-404 .site-wrapper .main-container .kv-area {
  background-image: url("../../images/friend/kv.png?8175f667");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: 1024px 260px;
  height: 260px;
  margin-bottom: 190px;
}
body#page-404 .site-wrapper .main-container .text {
  margin-bottom: 150px;
  text-align: center;
  color: #4b4b4b;
  font-size: 26px;
  line-height: 39px;
  margin-bottom: 184px;
}

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