@charset 'UTF-8';

/* Reset styles */
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, dialog, figure, footer, header, main,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
html, body, document {
  -ms-touch-action: none;
}
body {
  text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important;
}
article, aside, dialog, figure, figcaption, footer, header,
hgroup, nav, section, main {
  display: block;
}
ul, ol {
  list-style: none;
}
img {
  vertical-align: middle;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}
ins {
  text-decoration: none;
}
mark {
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
}
input, select {
  vertical-align: middle;
}
.cf {
  zoom: 1;
}
.cf:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

body {
  padding-top: 60px;
  padding-bottom: 40px;
  color: #1A1A1A;
  font-size: 12px;
  font-family: 'Muli', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Helvetica, Arial, sans-serif;
}
a {
  color: #1A1A1A;
}

@media screen and (max-width: 640px) {
  body {
    padding-top: 40px;
  }
}

/* Container */
.sg-wrapper {
  min-width: 850px;
}
@media screen and (max-width: 850px) {
  .sg-wrapper {
    min-width: 0;
  }
}
.sg-container {
  width: 850px;
  margin-right: auto;
  margin-left: auto;
}

/* Header */
h1 {
  text-align: center;
}
h1 > a {
  display: inline-block;
  transition: background-color 300ms ease-out;
}
h1 > a:hover {
  background: #1A1A1A;
}
h1 > a > img {
  width: 320px;
  height: 28px;
}
* + nav {
  margin-top: 30px;
}
nav {
  color: #B2B2B2;
  font-size: 12px;
  font-family: 'Josefin Sans';
  text-align: center;
}
nav > ul {
  position: relative;
  z-index: 2;
}
nav > ul > li {
  display: inline-block;
  vertical-align: top;
}
nav > ul > li + li {
  margin-left: 42px;
}
nav > ul > li > a {
  display: block;
  padding: 0 3px;
  color: #1A1A1A;
  transition: 300ms ease-out;
  transition-property: background-color color;
}
nav > ul > li > a:hover,
nav > ul > li > a.current {
  background: #1A1A1A;
}
header + * {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  h1 > a > img {
    width: 192px;
    height: 16px;
  }
  * + nav {
    margin-top: 20px;
  }
  nav > ul > li + li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 464px) {
  nav {
    width: 250px;
    font-size: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  nav > ul {
    margin-top: -5px;
  }
  nav > ul > li {
    margin-top: 10px;
  }
  nav > ul > li + li:nth-child(4) {
    margin-left: 10px;
  }
}

.sg-totop {
  position: fixed;
  display: block;
  width: 26px;
  height: 12px;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transition: opacity 300ms ease-out;
}
.sg-totop > img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .sg-totop {
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  .sg-totop {
    right: 16px;
    bottom: 16px;
  }
}

/* add 2015.11.1 update 2016 collection */
.sg-nav-sub {
	text-align: left;
}
.sg-nav-sub-list > li > a,
.sg-nav-sub-title > a {
	display: inline-block;
	padding: 0 3px;
	color: #1A1A1A;
	transition: 300ms ease-out;
	transition-property: background-color color;
}
.sg-nav-sub-list > li > a:hover,
.sg-nav-sub-list > li > .current,
.sg-nav-sub-title > a:hover,
.sg-nav-sub-title > .current {
	background: #1A1A1A;
}
.sg-nav-sub-list {
	font-size: 10px;
	white-space: nowrap;
	margin-top: 8px;
}
.sg-nav-sub-list > li {
	display: inline-block;
	vertical-align: top;
}
nav > ul > .sg-nav-sub + li {
	margin-left: 10px;
}
.sg-nav-sub-last-layer > li + li {
	margin-left: 10px;
}
.sg-nav-sub-list .sg-nav-sub-list {
	font-size: 8px;
	margin-top: 6px;
}
.sg-nav-sub-list .sg-nav-sub-list > li > a {
	padding: 1px 3px;
}
.sg-nav-collection,
.sg-nav-collection-2016aw {
	position: relative;
	padding-bottom: 20px;
}
.sg-nav-sub-second-layer,
.sg-nav-sub-third-layer {
	position: absolute;
	left: 0;
	bottom: 0;
}
.sg-nav-sub-second-layer.sg-nav-sub-second-layer-2016aw {
	bottom: -20px;
}
.pg-visuals.wide > ul {
	width: 724px;
	height: 512px;
}
.wide > .pg-visuals-prev {
	left: -835px;
}
.wide > .pg-visuals-next {
	left: 835px;
}
.sg-nav-sub-2016ss {
	width: 8.8em;
}
@media screen and (max-width: 464px) {
	nav > ul > li + li {
		margin-left: 10px;
	}
	nav > ul > .sg-nav-sub + li {
		margin-left: 0;
	}
	nav > ul > .sg-nav-sub + li + li {
		margin-left: 20px;
	}
	.sg-nav-sub-last-layer > li + li {
		margin-left: 4px;
	}
	.sg-nav-sub-2016ss {
		width: 5em;
	}
}
