div#wrapper {
  padding-bottom: 30px;
  min-height: 100vh;
  box-sizing: border-box;
  position: relative; }
  div#wrapper > header#header {
    position: relative;
    z-index: 5555; }
    div#wrapper > header#header > h1 {
      width: 130px;
      position: fixed;
      top: 20px;
      left: 20px; }
      div#wrapper > header#header > h1 a {
        display: block;
        width: 70%;
        font-size: 3.6rem;
        line-height: 1.3;
        text-align: center; }
        div#wrapper > header#header > h1 a > img, div#wrapper > header#header > h1 a > amp-img {
          margin-bottom: 5px; }
    div#wrapper > header#header p.contact {
      position: fixed;
      top: 76.6%;
      left: 0;
      transform: translateY(-50%);
      background-color: #006600;
      padding-top: 2px;
      padding-right: 2px;
      padding-bottom: 2px; }
      div#wrapper > header#header p.contact a {
        display: block;
        font-size: 2.2rem;
        line-height: 1.2;
        color: #fff;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        padding-top: 17px;
        padding-bottom: 17px;
        padding-right: 7px;
        padding-left: 4px;
        font-weight: 600;
        line-height: 1.1; }
    div#wrapper > header#header > div.cover {
      display: none; }
  div#wrapper > main {
    position: relative;
    z-index: 2222;
    background-image: url("https://takata-kogyo.co.jp/wordpress/wp-content/themes/takata_kogyo/images/common/common_bkimg_010.png");
    background-repeat: repeat;
    padding-bottom: 100px; }
  div#wrapper div.separatorBtnToTop {
    position: absolute;
    top: 1500px;
    width: 100%;
    height: calc(100% - 1500px);
    pointer-events: none;
    z-index: 0; }
  div#wrapper div.separatorShowNavigation {
    position: absolute;
    top: calc(101vh + 167px);
    width: 100%;
    height: calc(100% - 150vh);
    pointer-events: none;
    z-index: 0; }
  div#wrapper > footer {
    position: absolute;
    z-index: 3333;
    width: 100%;
    left: 0;
    bottom: 0; }
    div#wrapper > footer p {
      text-align: center; }
      div#wrapper > footer p small {
        font-size: 1.6rem;
        letter-spacing: 1px; }
    div#wrapper > footer p.toTop {
      width: 55px;
      position: fixed;
      bottom: 20px;
      right: 20px;
      opacity: 0;
      visibility: hidden; }

.btn_menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 5px; }
  .btn_menu a {
    display: block;
    position: relative;
    padding-top: 15%;
    padding-bottom: 93%;
    height: 0;
    background-size: 100%;
    text-align: center; }

.btn_menu a.close span {
  display: block;
  position: absolute;
  position: 3333;
  top: 30%;
  left: 0;
  right: 0;
  background-color: #4A67E2;
  width: 55%;
  height: 3px;
  text-indent: -9999px;
  margin: 0 auto; }
.btn_menu a.close::after {
  content: '.';
  text-indent: -9999px;
  display: block;
  position: absolute;
  position: 3333;
  top: 50%;
  left: 0;
  right: 0;
  background-color: #4A67E2;
  width: 55%;
  height: 3px;
  text-indent: -9999px;
  margin: 0 auto; }
.btn_menu a.close::before {
  content: '.';
  text-indent: -9999px;
  display: block;
  position: absolute;
  position: 3333;
  top: 70%;
  left: 0;
  right: 0;
  background-color: #4A67E2;
  width: 55%;
  height: 3px;
  text-indent: -9999px;
  margin: 0 auto; }

.btn_menu a.open span {
  display: block;
  position: absolute;
  position: 3333;
  top: 50%;
  left: 0;
  right: 0;
  background-color: #4A67E2;
  width: 50%;
  height: 3px;
  text-indent: -9999px;
  margin: 0 auto;
  transform: rotate(45deg); }
.btn_menu a.open::after {
  content: '.';
  text-indent: -9999px;
  display: block;
  position: absolute;
  position: 3333;
  top: 50%;
  left: 0;
  right: 0;
  background-color: #4A67E2;
  width: 50%;
  height: 3px;
  text-indent: -9999px;
  margin: 0 auto;
  transform: rotate(-45deg); }

.pconly {
  display: block; }

br.pconly {
  display: inline-block; }

table.pconly {
  display: table; }

p.loader {
  position: fixed;
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  z-index: -9999;
  transform: translateX(-50%) translateY(-50%); }
  p.loader iframe {
    width: 100%;
    height: 100%;
    border: none; }
