@import url("https://use.typekit.net/dkf6nzm.css");
@import url("https://use.typekit.net/dsl2ger.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "elza-narrow", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #666666;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #00465f;
}

a {
  color: #464646;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

a:hover, a:active, a.active {
  color: #ffa52d;
}

/* for bg image */
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

/* ---------------------------------------------------------common--------------------------------------------------------- */
.brpc {
  display: block;
}

.brsp {
  display: none;
}

header {
  width: 100%;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 0;
  position: relative;
  box-sizing: border-box;
}
header h1 a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
}
header h1 a span {
  color: #FFF;
  font-family: "elza-narrow", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
header nav .inner ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 16px;
}
header nav .inner ul li {
  position: relative;
}
header nav .inner ul li:hover a {
  color: #ffa52d;
}
header nav .inner ul li.active::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #FFF;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0px;
}
header nav .inner ul li a {
  color: #FFF;
  font-family: "elza-narrow", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  transition: all 0.25s ease-in 0s;
}
header .hum {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 14px;
  right: 20px;
  transition: all 0.25s ease-in 0s;
  display: none;
}
header .hum:hover {
  background-color: #000000;
}
header .hum div {
  width: 32px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 0px;
  transition: all 0.25s ease-in 0s;
}
header .hum div span {
  width: 100%;
  height: 2px;
  left: 0px;
  background-color: #000000;
  position: absolute;
  display: block;
  transition: all 0.25s ease-in 0s;
}
header .hum div span:nth-child(1) {
  top: 0px;
}
header .hum div span:nth-child(2) {
  top: 11px;
}
header .hum div span:nth-child(3) {
  top: 22px;
}
header .hum.on div {
  transform: rotate(225deg);
}
header .hum.on div span:nth-child(1) {
  top: 11px;
}
header .hum.on div span:nth-child(2) {
  top: 11px;
  rotate: 90deg;
}
header .hum.on div span:nth-child(3) {
  top: 11px;
}
footer {
  width: 100%;
  padding: 80px 20px 40px 20px;
  margin-top: auto;
  box-sizing: border-box;
}
footer .inner p {
  color: #FFF;
  font-family: "elza-narrow", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: center;
}

.pgtop {
  width: 60px;
  position: fixed;
  right: 30px;
  bottom: 0px;
  z-index: 10;
  display: none;
}
.pgtop a {
  background-image: url(../images/arrow_top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px 22px;
  background-color: #464646;
  height: 45px;
  border-radius: 10px 10px 0 0;
  transition: all 0.25s ease-in 0s;
}
.pgtop a:hover {
  background-color: #ffa52d;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  /* ---------------------------------------------------------common--------------------------------------------------------- */
  html {
    font-size: 2.6666666667vw;
  }

  .brpc {
    display: none;
  }

  .brsp {
    display: block;
  }

  body {
    width: 100%;
    height: 100%;
  }

  header {
    width: 100%;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px 0;
    position: relative;
    box-sizing: border-box;
  }
  header h1 a {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-sytart;
    align-items: center;
    gap: 0;
  }
  header h1 a span {
    color: #FFF;
    font-family: "elza-narrow", sans-serif;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  header nav .inner ul {
    gap: 0 16px;
  }
  header nav .inner ul li:hover a {
    color: #FFF;
  }
  header nav .inner ul li a {
    color: #FFF;
    font-family: "elza-narrow", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  header .hum {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 14px;
    right: 20px;
    transition: all 0.25s ease-in 0s;
    display: none;
  }
  header .hum:hover {
    background-color: #000000;
  }
  header .hum div {
    width: 32px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 0px;
    transition: all 0.25s ease-in 0s;
  }
  header .hum div span {
    width: 100%;
    height: 2px;
    left: 0px;
    background-color: #000000;
    position: absolute;
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  header .hum div span:nth-child(1) {
    top: 0px;
  }
  header .hum div span:nth-child(2) {
    top: 11px;
  }
  header .hum div span:nth-child(3) {
    top: 22px;
  }
  header .hum.on div {
    transform: rotate(225deg);
  }
  header .hum.on div span:nth-child(1) {
    top: 11px;
  }
  header .hum.on div span:nth-child(2) {
    top: 11px;
    rotate: 90deg;
  }
  header .hum.on div span:nth-child(3) {
    top: 11px;
  }

  footer {
    padding: 40px 16px 24px 16px;
  }
  footer .inner p {
    color: #FFF;
    font-family: "elza-narrow", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    text-align: center;
  }

  .pgtop {
    width: 60px;
    position: fixed;
    right: 30px;
    bottom: 0px;
    z-index: 10;
    display: none;
  }
  .pgtop a {
    background-image: url(../images/arrow_top.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px 22px;
    background-color: #464646;
    height: 45px;
    border-radius: 10px 10px 0 0;
    transition: all 0.25s ease-in 0s;
  }
  .pgtop a:hover {
    background-color: #ffa52d;
  }
}

/*# sourceMappingURL=style_common.css.map */
