@charset "UTF-8";

/**
 * RESET
 * Reference: http://meyerweb.com/eric/tools/css/reset/
 */

 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed,
 figure, figcaption, footer, header, hgroup,
 main, menu, nav, output, ruby, section, summary,
 time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

html {
  overflow-y: scroll;
}

body {
  background: #f9f9f9;
  color: #465665;
  line-height: 1.618;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  color: #5b7083;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  transition: all .5s ease-in-out;
}

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

/**
  * BASIC TYPE
  */

img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}

p {
  margin: 0 0 1em;
}

h1 {
  font-size: 1.8em;
  text-transform: uppercase;
}

/**
  * BOX HACKING
  */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/**
  * CLEAR FLOATS
  * Reference: http://w3bits.com/clearfix
  */

.cf:after,
.lab-grid:after {
  content: "";
  display: table;
  clear: both;
}

/**
  * CONTENT WRAPPER
  */

.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5em;
  padding-left: 1.5em;
  max-width: 1080px;
}

/**
  * CONTENT
  */
main {
  margin: 0;
  padding: 0;
}

.intro {
  margin: 1.75em 0;
  border-bottom: 3px double rgba(0, 0, 0, 0.05);
  font-family: Raleway;
}

.title {
  font-size: 1em;
}

.title-sns {
  font-size: 1em;
  margin-bottom: 1.75em;
}

.masonry {
  margin-bottom: 100px;
}

.masonry:last-of-type {
  margin-bottom: 0;
}

.masonry-item .masonry-box {
  width: 100%;
  margin: 0 auto;
}

.masonry-item .item {
  width: 330px;
  margin-bottom: 20px;
}

.masonry-item .item img {
  width: 100%;
}

.sns {
  margin-top: 2.75em;
  font-size: 1em;
  font-family: Raleway;
}

.sns p {
  margin-top: 0.25em;
}

.copyright {
  margin: 2.75em 0;
  font-size: 1em;
  font-family: Raleway;
}