@charset "UTF-8";
/*

media
768?
1024?
1280?

*/
/* ‰äÊý¥¤¥ó¥Ý©`¥È
--------------------------------------------------------------------------------- */
/* ¹²Í¨
--------------------------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: none;
  height: 100%;
}

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}
body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "ÓÎ¥´¥·¥Ã¥¯", YuGothic, "YuGothic M", "¥Ò¥é¥®¥Î½Ç¥´ ProN W3", "Hiragino Kaku Gothic ProN", "£Í£Ó ¥´¥·¥Ã¥¯", "MS Gothic", "¥á¥¤¥ê¥ª", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 100%;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #323232;
}

/* HTML5 elements */
section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary {
  display: block;
  padding: 0px;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
  margin-top: 0px;
  margin-bottom: 0px;
}

a img {
  border: none;
}

area,
img {
  border: none;
  outline: none;
}

img {
  vertical-align: bottom;
}

p, li, dt, dd, th, td, h5, h6 {
  font-size: 14px;
  line-height: 2.1428571429;
}

p, ul, ol, dl, table {
  margin: 0px 0px 2em 0px;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0px;
}

th p, td p, td li, li li, td td, li td, li th {
  font-size: 100%;
  margin: 0px;
}

a {
  transition: all .2s;
  outline: none;
  color: #333333;
}
a img {
  transition: all .2s;
}
a:hover {
  color: #000;
}
a:hover img {
  opacity: 0.6;
}

.palt {
  font-feature-settings: "palt";
}

/* layout
--------------------------------------------------------------------------------- */
#layout {
  min-width: 320px;
}

/* page-header
--------------------------------------------------------------------------------- */
#page-header {
  height: 56px;
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: #FFF;
}
#page-header #header-logo {
  width: 132px;
  margin: 10px 0px 0px 15px;
}

#menu {
  width: 56px;
  height: 56px;
  position: fixed;
  right: 0px;
  top: 0px;
  cursor: pointer;
  margin: 0px;
  z-index: 300;
}
#menu::before, #menu::after,
#menu span {
  position: absolute;
  right: 15px;
  width: 26px;
  height: 1px;
  background-color: #323232;
  text-indent: -9999px;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#menu span {
  top: 27px;
  width: 13px;
}
#menu::before {
  content: "";
  top: 18px;
}
#menu::after {
  content: "";
  bottom: 18px;
}
#menu.on::before {
  width: 36px;
  right: 10px;
  -webkit-transform: translateY(9.5px) rotate(-45deg);
  transform: translateY(9.5px) rotate(-45deg);
  background-color: #FFF;
}
#menu.on span {
  height: 0px;
}
#menu.on::after {
  width: 36px;
  right: 10px;
  -webkit-transform: translateY(-9.5px) rotate(45deg);
  transform: translateY(-9.5px) rotate(45deg);
  background-color: #FFF;
}

/* global-nav
--------------------------------------------------------------------------------- */
#global-nav {
  background-color: #b3b3b3;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 10;
  display: none;
}
#global-nav ul {
  margin: 100px 0px 0px 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}
#global-nav ul li {
  margin: 0px 0px 36px 0px;
  padding: 0px;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
#global-nav ul li span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
}
#global-nav ul li a {
  text-decoration: none;
  color: #FFF;
}

/* page-footer
--------------------------------------------------------------------------------- */
#page-footer {
  width: 100%;
  padding-top: 40px;
}
#page-footer .logo {
  width: 114px;
  margin: 0px auto 24px auto;
}

#footer-nav ul {
  margin: 0px auto 24px auto;
  padding: 0px;
  list-style-type: none;
  font-size: 0;
  letter-spacing: 0;
  line-height: 18px;
  width: 320px;
}
#footer-nav ul li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
}
#footer-nav ul li a {
  text-decoration: none;
}

#footer-info {
  margin-bottom: 24px;
}
#footer-info p {
  font-size: 12px;
  line-height: 21px;
  margin: 0px;
}
#footer-info .name {
  font-weight: bold;
}
#footer-info .name a {
  text-decoration: none;
}
#footer-info .name a:hover {
  opacity: 0.6;
}

#copyright {
  font-size: 9px;
  line-height: 20px;
  margin: 0px 0px 10px 0px;
}

#page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 26px;
  margin: 0px;
}
#page-top a {
  display: block;
  background-color: #FFF;
  border-radius: 50%;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- 768 */
@media all and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
/*
--------------------------------------------------------------------------------- 1024 */
@media all and (min-width: 1024px) {
  p, li, dt, dd, th, td, h5, h6 {
    line-height: 2.4285714286 em;
  }

  /* page-header
  --------------------------------------------------------------------------------- */
  #page-header {
    height: 130px;
  }
  #page-header #header-logo {
    width: 200px;
    margin: 35px 0px 0px 50px;
  }

  #menu {
    display: none;
  }

  /* global-nav
  --------------------------------------------------------------------------------- */
  #global-nav {
    background-color: transparent;
    height: auto;
    width: auto;
    position: fixed;
    display: block;
    right: 50px;
    top: 52px;
  }
  #global-nav ul {
    margin: 0px 0px 0px 0px;
    text-align: right;
    letter-spacing: 0;
    font-size: 0;
  }
  #global-nav ul li {
    margin: 0px 0px 0px 60px;
    margin: 0px 0px 0px 40px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.1em;
    display: inline-block;
  }
  #global-nav ul li span {
    display: none;
  }
  #global-nav ul li a {
    color: #323232;
  }

  /* page-footer
  --------------------------------------------------------------------------------- */
  #page-footer {
    padding-top: 80px;
  }
  #page-footer .inner {
    padding: 0px 80px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    max-width: 1080px;
  }
  #page-footer .logo {
    width: 164px;
    margin: 0px;
    position: absolute;
    top: 130px;
  }

  #footer-nav {
    float: right;
    margin-bottom: 130px;
  }
  #footer-nav ul {
    margin: 0px;
    line-height: 18px;
    width: auto;
    float: right;
  }
  #footer-nav ul li {
    font-size: 13px;
    line-height: 18px;
  }

  #footer-info {
    float: left;
    margin-bottom: 168px;
    text-align: left;
  }
  #footer-info p {
    font-size: 13px;
    line-height: 25px;
  }
  #footer-info .name {
    font-size: 15px;
    line-height: 32px;
  }

  #copyright {
    font-size: 10px;
    clear: right;
    text-align: right;
  }

  #page-top {
    right: 20px;
    bottom: 60px;
  }
}
/*
--------------------------------------------------------------------------------- 1280 */
@media all and (min-width: 1280px) {
  /* global-nav
  --------------------------------------------------------------------------------- */
  #global-nav ul li {
    margin: 0px 0px 0px 60px;
  }

  /* page-footer
  --------------------------------------------------------------------------------- */
  #footer-nav ul li {
    font-size: 14px;
  }

  #footer-info p {
    font-size: 14px;
  }
  #footer-info .name {
    font-size: 16px;
  }

  #page-top {
    right: 30px;
  }
}
