@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
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, button {
  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;
  text-decoration: none;
}

/* 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 #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  line-height: 1;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* clear */
.clear,
.clearfix {
  zoom: 100%;
}

.clear:after,
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

body {
  max-width: 1440px;
}

@media screen and (max-width: 767px) {
  body {
    max-width: 100%;
  }
}

body {
  min-width: 1140px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}

html, body {
  font-family: 'Product Sans', '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

body {
  max-width: 1440px;
}

@media screen and (max-width: 767px) {
  body {
    max-width: 100%;
  }
}

body {
  min-width: 1140px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}

html, body {
  font-family: 'Product Sans', '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

header nav ul {
  font-size: 0;
  letter-spacing: 0;
}

header nav a:after {
  transition: all .2s ease-out;
}

/* base */
html, body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  color: #222;
}

body {
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}

a {
  color: #222;
}

.sp {
  display: none;
}

header {
  padding: 40px 50px 0;
  margin-bottom: 190px;
}

header .logo {
  display: block;
  float: left;
}


header nav {
  float: right;
  padding-top: 5px;
}

header nav li {
  font-size: 15px;
  margin-left: 40px;
  display: inline-block;
  vertical-align: top;
}

header nav a {
  position: relative;
}

header nav a:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #222;
  bottom: -8px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

header nav a:hover:after, header nav a.active:after {
  bottom: -14px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.copyright {
  text-align: center;
  margin-top: 200px;
  font-size: 12px;
  padding-bottom: 15px;
}

.copyright span {
  font-size: 20px;
  position: relative;
  top: 6px;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 84px;
  }
  .sp {
    display: block;
  }
  header {
    padding: 18px 18px;
    position: fixed;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: #fff;
  }
  header .logo {
    position: relative;
    z-index: 11;
  }
  header .logo img {
    width: 120px;
  }
  header nav {
    float: none;
    padding-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(255, 255, 255, 0.97);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
  }
  header nav ul {
    text-align: center;
    position: relative;
    top: 120px;
  }
  header nav li {
    font-size: 20px;
    margin-left: 0;
    display: block;
    line-height: 45px;
  }
  header nav a {
    position: relative;
  }
  header nav a:after {
    display: none;
  }
  header .sp_btn {
    width: 21px;
    height: 15px;
    float: right;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 11;
  }
  header .sp_btn div {
    position: relative;
    width: 15px;
    height: 11px;
    margin: 2px auto 0;
  }
  header .sp_btn hr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #333;
    margin: 0;
    padding: 0;
    border: none;
    transition: all .2s ease-out;
  }
  header .sp_btn hr:nth-of-type(2) {
    top: 5px;
  }
  header .sp_btn hr:nth-of-type(3) {
    top: auto;
    bottom: 0;
  }
  header.open nav {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
  }
  header.open .sp_btn hr:nth-of-type(1) {
    -ms-transform: translateY(5px) rotate(-45deg);
        transform: translateY(5px) rotate(-45deg);
  }
  header.open .sp_btn hr:nth-of-type(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  header.open .sp_btn hr:nth-of-type(3) {
    -ms-transform: translateY(-5px) rotate(45deg);
        transform: translateY(-5px) rotate(45deg);
  }
  .copyright {
    margin-top: 150px;
    font-size: 9px;
    padding-bottom: 13px;
  }
  .copyright span {
    font-size: 15px;
    top: 4.5px;
  }
}