@charset "UTF-8";
/*
**********************************************************************

* common.css

*********************************************************************
*/
/* =========================================================
body
========================================================= */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Osaka, sans-serif;
  line-height: 1.6;
  min-width: 1267px;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem; }

/* =========================================================
layout
========================================================= */
#Wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; }

.inner {
  position: relative;
  max-width: 993px;
  margin: 0 auto;
  padding: 0 20px; }

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

/* =========================================================
font
========================================================= */
.f-roboto {
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Osaka, sans-serif;
  font-weight: 400;
  letter-spacing: .06em; }

/* =========================================================
#MainWrapper
========================================================= */
#MainWrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch; }

#Side {
  position: relative;
  z-index: 1;
  width: 234px;
  background-color: #fff;
  -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.05);
          box-shadow: 3px 0 3px rgba(0, 0, 0, 0.05); }

#Main {
  position: relative;
  z-index: 0;
  background-color: #f6f6f7;
  -webkit-box-flex: 1;
          flex: 1; }

/* =========================================================
Pop
========================================================= */
#Overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); }

/* =========================================================
#GHead
========================================================= */
#GHead {
  line-height: 1;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 234px;
  padding: 0 35px 35px;
  background-color: inherit; }
  #GHead a {
    text-decoration: none;
    color: inherit; }
  #GHead img {
    vertical-align: top; }
  #GHead .logo {
    display: -webkit-box;
    display: flex;
    height: 290px;
    min-height: 150px;
    text-align: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }
    #GHead .logo img {
      width: 130px; }
  #GHead .gnavList {
    margin-top: 10px; }
    #GHead .gnavList > li {
      letter-spacing: 0;
      color: #221e1f;
      font-size: 14px;
      font-size: 1.4rem; }
      #GHead .gnavList > li a {
        position: relative;
        display: block;
        padding: 13px 0; }
        #GHead .gnavList > li a {
          -webkit-transition: ease opacity .4s;
          transition: ease opacity .4s; }
        #GHead .gnavList > li a:hover {
          opacity: 0.7; }
      #GHead .gnavList > li a.current:before {
        position: absolute;
        display: block;
        width: 200%;
        height: 100%;
        content: '';
        background-repeat: no-repeat;
        background-position: 0 0;
        -webkit-background-size: 100% auto;
                background-size: 100% auto;
        left: 50%;
        top: 0;
        z-index: 0;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        background-color: #8d8d8e; }
      #GHead .gnavList > li a.current span {
        position: relative;
        z-index: 1;
        color: #fff; }
  #GHead .contactBtn {
    margin-top: 60px;
    color: #8d8d8e; }
  #GHead .privacyBtn {
    margin-top: 20px;
    color: #8d8d8e; }

@media only screen and (max-height: 759px) {
  #GHead .logo {
    height: 35vh; }
  #GHead .contactBtn {
    margin-top: 8vh; } }

@media only screen and (max-height: 640px) {
  #GHead .logo {
    height: 25vh; }
  #GHead .contactBtn {
    margin-top: 5vh; } }

@media only screen and (max-height: 499px) {
  #GHead {
    position: absolute;
    left: 0 !important; } }

/* =========================================================
m-btn
========================================================= */
.m-btn01 {
  font-weight: 500;
  line-height: 1;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem; }
  .m-btn01 a {
    position: relative;
    display: block;
    padding: .8em 40px;
    text-decoration: none;
    border: 1px solid #8d8d8e;
    border-radius: 5px; }
    .m-btn01 a {
      -webkit-transition: ease opacity .4s;
      transition: ease opacity .4s; }
    .m-btn01 a:hover {
      opacity: 0.7; }
    .m-btn01 a:after {
      position: absolute;
      display: block;
      width: 14px;
      height: 0.25em;
      content: '';
      background-repeat: no-repeat;
      background-position: 0 0;
      -webkit-background-size: 100% auto;
              background-size: 100% auto;
      right: 0;
      top: 50%;
      margin-right: 1.1em;
      -webkit-transition: right .2s ease;
      transition: right .2s ease;
      -webkit-transform: translateY(-80%) scale(1.15) skewX(40deg);
              transform: translateY(-80%) scale(1.15) skewX(40deg);
      border: solid #8d8d8e;
      border-width: 0 1px 1px 0; }
    .m-btn01 a:hover:after {
      right: -.5em; }

.m-btn02 {
  font-weight: 500;
  font-size: 11px;
  font-size: 1.1rem; }
  .m-btn02 a {
    position: relative;
    display: block;
    margin-right: 3px;
    padding: .5em 40px .5em 0;
    text-decoration: none;
    border-bottom: 1px solid #8d8d8e; }
    .m-btn02 a {
      -webkit-transition: ease opacity .4s;
      transition: ease opacity .4s; }
    .m-btn02 a:hover {
      opacity: 0.7; }
    .m-btn02 a:after {
      position: absolute;
      display: block;
      width: 14px;
      height: 0.3em;
      content: '';
      background-repeat: no-repeat;
      background-position: 0 0;
      -webkit-background-size: 100% auto;
              background-size: 100% auto;
      right: 0;
      top: 50%;
      margin-right: 5px;
      -webkit-transition: right .2s ease;
      transition: right .2s ease;
      -webkit-transform: translateY(-80%) scale(1.15) skewX(40deg);
              transform: translateY(-80%) scale(1.15) skewX(40deg);
      border: solid #8d8d8e;
      border-width: 0 1px 1px 0; }
    .m-btn02 a:hover:after {
      right: -5px; }

/* =========================================================
#GFoot
========================================================= */
#GFoot {
  position: relative;
  z-index: 1;
  padding: 100px 50px 20px;
  color: #fff;
  background-color: #000; }
  #GFoot a {
    text-decoration: none;
    color: inherit; }
  #GFoot img {
    vertical-align: top; }
  #GFoot .infoBlock {
    text-align: center; }
    #GFoot .infoBlock .logo img {
      width: 125px; }
    #GFoot .infoBlock .address {
      margin-top: 25px;
      font-size: 11px;
      font-size: 1.1rem; }
    #GFoot .infoBlock .siteurl {
      margin-top: 10px;
      font-size: 11px;
      font-size: 1.1rem; }
    #GFoot .infoBlock .contactBtn {
      max-width: 180px;
      margin: 0 auto;
      margin-top: 25px;
      text-align: center;
      font-size: 10px;
      font-size: 1rem; }
  #GFoot .copyBlock {
    margin-top: 70px;
    text-align: center; }
    #GFoot .copyBlock .linkList {
      margin-top: 15px;
      font-size: 12px;
      font-size: 1.2rem; }
      #GFoot .copyBlock .linkList > li {
        display: inline-block;
        margin: 0 10px; }
      #GFoot .copyBlock .linkList a {
        text-decoration: underline; }
        #GFoot .copyBlock .linkList a:hover {
          text-decoration: none; }
    #GFoot .copyBlock .copyright {
      margin-top: 15px;
      font-size: 11px;
      font-size: 1.1rem; }

/* =========================================================
Pagetop
========================================================= */
#Pagetop {
  position: fixed;
  right: 30px;
  bottom: 0;
  width: 60px;
  -webkit-transition: ease opacity .4s;
  transition: ease opacity .4s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  opacity: 0; }
  #Pagetop a {
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 60px;
    text-decoration: none;
    text-indent: -9999px;
    border-radius: 50% 50%;
    background-color: #c6c6c5; }
    #Pagetop a {
      -webkit-transition: ease opacity .4s;
      transition: ease opacity .4s; }
    #Pagetop a:hover {
      opacity: 0.7; }
    #Pagetop a:after {
      position: absolute;
      display: block;
      width: 9px;
      height: 9px;
      content: '';
      background-repeat: no-repeat;
      background-position: 0 0;
      -webkit-background-size: 100% auto;
              background-size: 100% auto;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -30%) rotate(-45deg);
              transform: translate(-50%, -30%) rotate(-45deg);
      border: solid #000;
      border-width: 1px 1px 0 0; }
  #Pagetop.is-active {
    z-index: 1;
    pointer-events: auto;
    opacity: 1; }
