.container {
    position: relative;
    width: 1280px;
    margin: 0 auto;
  }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  .clearfix {
    display: inline-block;
    display: block;
    zoom: 1;
  } 
  .header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: #000;
    z-index: 999;
  }
  .header .logo {
    float: left; margin-left: 108px; padding-top: 27px;
  }
  .header .logo a {
    display: block;
    width: 226px;
    height: 36px;
  
  }
  .header .logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  .header .logo:hover {
    opacity: 0.8;
  }
  .header .nav {
    float: right;
    display: flex;
    position: relative;
    margin-right: 86px;
  }
  .header .nav li{
    position: relative;
    margin-left: 2.75em;
  }
  .header .nav a {
    display: block;
   letter-spacing: 0.17em;
    font-size: 16px;
    line-height: 90px;
    font-weight: 500;
    font-family: "Noto Sans JP";
    text-transform: uppercase;
    color: #fff;
    position: relative;
    transition: all 0.5s;
  }
  .header .nav .itemList{
    position: absolute; width: 120px; background-color: #000; padding: 10px 0;  display: none;
    left: 50%; top: 90px; transform: translateX(-50%);
  }
  .header .nav .itemList03{ width: 200px;}
  .header .nav .itemList a{
    display: block;
    line-height: 40px;
    text-align: center;letter-spacing:0;
  }
  .header .nav li:hover .itemList{
    display: block;
  }
  .header .menu-toggle {
    display: none;
  }

  .footer { margin-top: 5vw;
    font-family: "Noto Sans JP";
  }
  .footer *{ box-sizing: border-box;font-size: 16px;}
  .footer .contact {
    height: 32.8vw;
    background: url(../images/indexBg04.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
  }
  .footer .contact h2 {
    padding-top: 10vw;
    padding-bottom: 62px;
    font-size: 1.35vw;
    line-height: 2.08vw;
    color: #fff;
    font-weight: 700;
  }
  .footer .contact .btn {
    display: inline-block;border-radius: 3.9vw;
    width: 12vw;
    height: 2.6vw;
    margin: 0 0.7vw;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 0.9375vw;
    line-height: 2.6vw;
    font-weight: 400;
    color: #212121;
  }
  .footer .footer-main {
    padding: 65px 0 70px;
    text-align: center;
  }
  .footer .footer-main h2 a {
    display: inline-block;
  }
  .footer .footer-main h2 a img {
    display: block;
  }
  .footer .footer-main p {
    font-size: 18px;
    line-height: 70px;
    color: #666;
    font-weight: 400;
  }
  .footer .footer-main .nav {
    display: flex;
    justify-content: center;
  }
  .footer .footer-main .nav a {
    margin: 0 14px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #76767f;
    text-transform: uppercase;
    position: relative;
  }
  .footer .footer-main .nav a::before {
    content: "|";
    position: absolute;
    right: -15px;
    top: 0;
    text-align: center;
  }
  .footer .footer-main .nav a:last-child::before {
    content: none;
  }
  .footer .footer-main .nav .contact-link {
    position: absolute;
    top: 20px;
    right: 0;
  }
  .footer .footer-main .nav .contact-link img {
    vertical-align: middle;
    margin-right: 5px;
  }
  
  .gotop {
    position: fixed;
    left: 50%;
    bottom: 72px;
    margin-left: 752px;
    cursor: pointer;
  }
  @media (min-width: 1921px) {
    .container {
      width: 67vw;
    }
    .header .nav a{ font-size: .833vw;}

  }
  @media (min-width: 1000px) and (max-width: 1460px) {
    .container {
      width: 100%;
      padding-left: 50px;
      padding-right: 50px;
    }
	  .d_list_cont{width:80%;}
    .header .contact-link {
      right: 50px;
    }
  }