@charset "UTF-8";

@font-face {
  font-family: gilroy;
  src: url(../fonts/gilroy-light-webfont.woff2) format("woff2"), url(../fonts/gilroy-light-webfont.woff) format("woff"), url(../fonts/gilroy-light-webfont.svg#gilroylight) format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: gilroy;
  src: url(../fonts/gilroy-extrabold-webfont.woff2) format("woff2"), url(../fonts/gilroy-extrabold-webfont.woff) format("woff"), url(../fonts/gilroy-extrabold-webfont.svg#gilroyextrabold) format("svg");
  font-weight: 700;
  font-style: normal;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif, "メイリオ", "Meiryo", "ＭＳ ゴシック", "MS Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
  line-height: 1.7;
  word-wrap: break-word;
  height: 100%;
  margin: 0;
  background: #fff;
  color: #000;
  font: 14px gilroy, sans-serif;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

p, a, dt, dd, li {
  color: rgb(51, 51, 51);
  font-size: 14px;
  line-height: 1.8;
}

a img {
  border: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  color: #fedb00;
  text-decoration: none;
}

a:active, a:focus, a:hover {
  text-decoration: none
}

a:active, a:hover {
  outline-width: 0
}

a:hover {
  opacity: 0.7;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  margin: 0;
  padding: 0
}

*, ::after, ::before {
  box-sizing: inherit;
}

@media screen and (max-width: 700px) {
  br.sp {display: inline}
  br.pc {display: none}
}
@media screen and (min-width: 700px) {
  br.sp {display: none}
  br.pc {display: inline}
}

b, strong {
  font-weight: bolder
}

img {
  border-style: none;
  display: block;
  width: 100%;
  height: auto
}

h1 {
  font-size: 2em
}

h1, h2, h3, h4 {
  font-family: gilroy, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.h1, h1 {
  font-size: 4.5rem;
  line-height: 5rem;
  margin: 0 0 20px
}

h2 {
  font-size: 2.5rem;
}

h2.h1 {
  margin-bottom: 10px
}

h3 {
  font-weight: 300;
  font-size: 2rem
}

p {
  margin-bottom: 10px;
  line-height: 1.4rem;
}

p:last-child {
  margin-bottom: 0
}

.clearfix::after {
  clear: both;
  content: '';
  display: table
}

.wrapper {
  z-index: 50;
  position: relative;
  background-color: #fff;
}

.container {
  max-width: 1280px;
  margin: auto;
  width: 100%;
  padding: 0 40px
}

/*-------------------------------------------
header
-------------------------------------------*/
.header-inner {
  width: 100%;
  position: absolute;
  top: 10px;
  padding: 15px 0;
  height: 65px;
  z-index: 999;
}

#logo {
  display: inline-block;
  text-align: center;
  margin-left: 60px;
}

#logo img {
  width: 60px;
}

#navi {
  width: 84%;
  display: inline-block;
  padding: 0 40px;
  vertical-align: top;
  text-align: center;
}
#navi li {
  display: inline-block;
  padding: 7px 20px;
}
#navi a {
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(51, 51, 51);
  letter-spacing: .04rem;
  transition: .2s;
  position: relative;
  text-shadow: 0 0 15px rgba(0, 0, 0, .15);
  font-size: 1.1rem;
}
#navi a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  -webkit-transform: translateY(6px) scale(.8);
  -ms-transform: translateY(6px) scale(.8);
  transform: translateY(6px) scale(.8);
  background: rgba(255, 255, 255, 0);
  transition: .2s;
}
#navi a:hover:after {
  background: rgb(51, 51, 51);
  -webkit-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}

.clone-head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0,0,0,.2);
}

.clone-head #navi a {
  color: rgb(51, 51, 51);
}

.is-show {
  transform: translateY(0);
}

/*-------------------------------------------
footer
-------------------------------------------*/
#footer-area {
  width: 100%;
  height: 349px;
  overflow: hidden;
  background-color: #e6e6e6;
}
#footer-area .container {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
#footer-area .container h2 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}
#footer-area .footer-logo {
  max-width: 300px;
  width: 26%;
  float: left;
  padding: 20px 40px;
}
#footer-area .footer-about {
  width: 33%;
  float: left;
  padding: 20px 40px;
}
#footer-area .footer-contact {
  width: 21%;
  float: left;
  padding: 20px 40px;
}
#footer-area .footer-navigation {
  width: 20%;
  float: left;
  padding: 20px 40px;
}
#footer-area .footer-navigation ul {
  margin-bottom: 40px;
}
#footer-area .footer-navigation li {
  margin-bottom: 2.5px;
  line-height: normal;
}
#footer-area .footer-navigation a {
  color: #000;
  font-weight: 700;
  line-height: normal;
}
#footer-area .footer-navigation .menu-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 5px;
}

/*-------------------------------------------
common
-------------------------------------------*/
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*-------------------------------------------
responsive 1100
-------------------------------------------*/
@media screen and (max-width: 1100px) {
  .wrapper {
    margin-bottom: 0;
  }

  /*-------------------------------------------
  footer sp
  -------------------------------------------*/
  #footer-area {
    padding: 0;
    height: auto;
  }
  #footer-area .container {
    height: auto;
    position: static;
    top: auto;
    left: auto;
  }
  #footer-area .footer-logo,
  #footer-area .footer-about,
  #footer-area .footer-contact,
  #footer-area .footer-navigation {
    width: 100%;
    padding: 20px;
  }
  #footer-area .footer-logo img {
    max-width: 300px;
  }
}

/*-------------------------------------------
responsive 960
-------------------------------------------*/
@media screen and (max-width: 960px) {
  h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  /*-------------------------------------------
  header sp
  -------------------------------------------*/
  #logo {
    padding: 6px 0;
    margin-left: 40px;
  }
  #logo img {
    width: 45px;
  }
  #navi {
    float: left;
    width: 10%;
    min-width: 50px;
    overflow: hidden;
  }
  #navi .ul_open_h, #navi .ul_open_v {
    background-color: #fff;
    color: #000;
    list-style: none;
    position: fixed;
    top: 0;
    z-index: 9;
  }
  #navi .ul_open_h {
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    overflow-y: hidden;
  }
  #navi .ul_open_h li {
    width: 280px;
    padding: 5px 4px;
    display: block;
  }
  #navi .ul_open_h a {
    width: 100%;
    display: block;
    padding: 12px 30px 12px 12px;
    line-height: 21px;
  }
  #navi .btn {
    width: 35px;
    height: 30px;
    position: absolute;
    right: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    margin: 2px 20px 2px 0;
  }
  .header-inner #navi .btn span {
    display: block;
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    height: 3px;
    background-color: rgb(51, 51, 51);
    top: calc(50% - 1.5px);
  }
  .clone-head #navi .btn span {
    background-color: rgb(51, 51, 51);
  }
  #navi .btn:before, #navi .btn:after {
    display: block;
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  .header-inner #navi .btn:before {
    content: "";
    top: calc(25% - 3px);
    border-top: 3px solid rgb(51, 51, 51);
  }
  .clone-head #navi .btn:before {
    content: "";
    top: calc(25% - 3px);
    border-top: 3px solid rgb(51, 51, 51);
  }
  .header-inner #navi .btn:after {
    content: "";
    bottom: calc(25% - 3px);
    border-bottom: 3px solid rgb(51, 51, 51);
  }
  .clone-head #navi .btn:after {
    content: "";
    bottom: calc(25% - 3px);
    border-bottom: 3px solid rgb(51, 51, 51);
  }
  #navi .btn.on span {
    display: none;
  }
  .header-inner #navi .btn.on:before {
    top: calc(50% - 1.5px);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
    border-top: 3px solid rgb(51, 51, 51);
  }
  .clone-head #navi .btn.on:before {
    border-top: 3px solid rgb(51, 51, 51);
  }
  .header-inner #navi .btn.on:after {
    bottom: calc(50% - 1.5px);
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
    border-bottom: 3px solid rgb(51, 51, 51);
  }
  .clone-head #navi .btn.on:after {
    border-bottom: 3px solid rgb(51, 51, 51);
  }
  #navi .open-1 {
    right: -100%;
    top: 65px;
  }
  #navi .open-1.active {
    right: 0px;
    background-color: #fedb00;
  }
  #navi .move-1.on.btn {
    position: fixed;
    right: 12px;
    top: 15px;
  }
}
/*-------------------------------------------
スマホ表示有無
-------------------------------------------*/
@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}
@media print,screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}
