@import url("https://use.typekit.net/dkf6nzm.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Roboto:wght@300;400;500&family=Sawarabi+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&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: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF; }

a {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

a:hover, a:active, a.active {
  color: #0066cc; }

/* for bg image */
h1 a, h2 span, .pgtop a {
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain; }

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--------------------------------------------------------- */
.brsp {
  display: none; }

nav {
  width: 100%;
  height: 100vh;
  padding: 0px;
  margin: 0px;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: -100vh;
  z-index: 999;
  opacity: 0; }
  nav.active {
    top: 0px; }
  nav h1 {
    width: 130px;
    margin: 0 0 0 -65px;
    position: absolute;
    top: 10%;
    left: 50%;
    z-index: 9999; }
    nav h1 a {
      background-image: url(../images/logo_inmenu.svg);
      text-align: left;
      text-indent: 999%;
      white-space: nowrap;
      display: block;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      height: 60px; }
  nav .inner {
    width: 100%;
    position: absolute;
    left: 0px;
    top: calc(10% + 240px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch; }
    nav .inner p {
      width: 57px; }
      nav .inner p a {
        background-image: url(../images/top_navi.svg);
        text-align: left;
        text-indent: 999%;
        white-space: nowrap;
        display: block;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: contain;
        transition: all 0.25s ease-in 0s;
        height: 20px; }
        nav .inner p a:hover {
          opacity: 0.7; }
    nav .inner dl {
      text-align: left; }
      nav .inner dl dt {
        height: 58px;
        margin-bottom: 50px;
        align-self: flex-start; }
        nav .inner dl dt a {
          width: 100%;
          text-align: left;
          text-indent: 999%;
          white-space: nowrap;
          display: block;
          overflow: hidden;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          transition: all 0.25s ease-in 0s; }
          nav .inner dl dt a:hover {
            opacity: 0.7; }
      nav .inner dl dd a {
        color: #000;
        font-family: "Roboto", sans-serif;
        font-size: 2rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.1em;
        transition: all 0.25s ease-in 0s; }
        nav .inner dl dd a:hover {
          opacity: 0.6; }
      nav .inner dl dd:not(:last-child) {
        margin-bottom: 10px; }
      nav .inner dl:nth-child(2) dt {
        width: 120px; }
        nav .inner dl:nth-child(2) dt a {
          background-image: url(../images/name_product1_navi.svg);
          height: 20px; }
      nav .inner dl:nth-child(3) dt {
        width: 163px; }
        nav .inner dl:nth-child(3) dt a {
          background-image: url(../images/name_product2_navi.svg);
          height: 56px; }
      nav .inner dl:nth-child(4) dt {
        width: 157px; }
        nav .inner dl:nth-child(4) dt a {
          background-image: url(../images/name_product3_navi.svg);
          height: 20px; }
      nav .inner dl:not(:first-child) {
        margin: 0 0 0 100px; }

.hum {
  width: 70px;
  height: 70px;
  background-color: transparent;
  position: fixed;
  right: 40px;
  top: 40px;
  z-index: 9999;
  display: inline-block;
  transition: all 0.2s ease-in;
  box-sizing: border-box;
  cursor: pointer;
  display: block; }
  .hum span {
    display: inline-block;
    transition: all 0.6s;
    box-sizing: border-box;
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #FFF;
    border-radius: 2px; }
    .hum span:nth-of-type(1) {
      top: 20px;
      left: 10px; }
    .hum span:nth-of-type(2) {
      top: 34px;
      left: 10px; }
    .hum span:nth-of-type(3) {
      bottom: 20px;
      left: 10px; }
  .hum:hover span {
    opacity: 0.6; }
    .hum:hover span:nth-of-type(1) {
      left: 10px; }
    .hum:hover span:nth-of-type(2) {
      left: 10px; }
    .hum:hover span:nth-of-type(3) {
      left: 10px; }
  .hum.active span {
    background-color: #000; }
    .hum.active span:nth-of-type(1) {
      left: 10px;
      top: 22px;
      -webkit-transform: translateY(10px) rotate(-45deg);
      transform: translateY(10px) rotate(-45deg); }
    .hum.active span:nth-of-type(2) {
      opacity: 0; }
    .hum.active span:nth-of-type(3) {
      left: 10px;
      bottom: 25px;
      -webkit-transform: translateY(-10px) rotate(45deg);
      transform: translateY(-10px) rotate(45deg); }
  .hum.scroll span {
    background-color: #000; }

footer {
  width: 100%;
  padding: 95px 0;
  background-color: #323232;
  box-sizing: border-box; }
  footer .inner {
    width: 100%;
    margin: 0 auto 160px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start; }
    footer .inner p {
      width: 43px; }
      footer .inner p a {
        background-image: url(../images/top_navi.svg);
        text-align: left;
        text-indent: 999%;
        white-space: nowrap;
        display: block;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: contain;
        transition: all 0.25s ease-in 0s;
        height: 15px; }
        footer .inner p a:hover {
          opacity: 0.7; }
    footer .inner dl {
      text-align: left; }
      footer .inner dl:not(:first-child) {
        margin: 0 0 0 100px; }
      footer .inner dl dt {
        margin-bottom: 25px; }
        footer .inner dl dt a {
          text-align: left;
          text-indent: 999%;
          white-space: nowrap;
          display: block;
          overflow: hidden;
          background-repeat: no-repeat;
          background-position: left top;
          background-size: contain;
          transition: all 0.25s ease-in 0s; }
          footer .inner dl dt a:hover {
            opacity: 0.7; }
      footer .inner dl dd a {
        color: #FFF;
        font-family: "Roboto", sans-serif;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.1em;
        transition: all 0.25s ease-in 0s; }
        footer .inner dl dd a:hover {
          opacity: 0.7; }
      footer .inner dl dd:not(:last-child) {
        margin-bottom: 10px; }
      footer .inner dl:nth-child(2) dt {
        width: 90px;
        height: 42px; }
        footer .inner dl:nth-child(2) dt a {
          background-image: url(../images/name_product1_navi.svg);
          height: 15px; }
      footer .inner dl:nth-child(3) dt {
        width: 122px; }
        footer .inner dl:nth-child(3) dt a {
          background-image: url(../images/name_product2_navi.svg);
          height: 42px; }
      footer .inner dl:nth-child(4) dt {
        width: 118px;
        height: 42px; }
        footer .inner dl:nth-child(4) dt a {
          background-image: url(../images/name_product3_navi.svg);
          height: 15px; }
    footer .inner ul {
      margin: 0 0 0 200px; }
      footer .inner ul li {
        color: #FFF;
        font-family: "Roboto", sans-serif;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 2rem;
        letter-spacing: 0em;
        text-align: left; }
        footer .inner ul li:not(:last-child) {
          margin-bottom: 20px; }
  footer .cp {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    footer .cp span:nth-child(2) {
      margin: 0 0 0 1rem; }

.pgtop {
  width: 70px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 555;
  display: none; }
  .pgtop a {
    background-color: #FFF;
    background-image: url(../images/arrow_totop.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px 15px;
    height: 70px;
    border-radius: 35px;
    transition: all 0.25s ease-in 0s; }
    .pgtop a:hover {
      opacity: 0.7; }

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  /* ---------------------------------------------------------common--------------------------------------------------------- */
  .brsp {
    display: block; }

  nav {
    height: 100vh;
    left: 0px;
    top: -100vh;
    z-index: 999;
    opacity: 0;
    overflow: scroll; }
    nav.active {
      top: 0px; }
    nav h1 {
      width: 65px;
      margin: 0px;
      top: 35px;
      left: 20px; }
      nav h1 a {
        height: 30px; }
    nav .inner {
      width: 100%;
      padding: 130px 25px 100px 25px;
      position: static;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: flex-start; }
      nav .inner p {
        width: 43px;
        margin-bottom: 40px; }
        nav .inner p a {
          background-image: url(../images/top_navi.svg);
          text-align: left;
          text-indent: 999%;
          white-space: nowrap;
          display: block;
          overflow: hidden;
          background-repeat: no-repeat;
          background-position: left top;
          background-size: contain;
          transition: all 0.25s ease-in 0s;
          height: 15px; }
          nav .inner p a:hover {
            opacity: 0.7; }
      nav .inner dl {
        text-align: left; }
        nav .inner dl dt {
          height: 15px;
          margin-bottom: 10px;
          align-self: flex-start; }
          nav .inner dl dt a {
            width: 100%;
            text-align: left;
            text-indent: 999%;
            white-space: nowrap;
            display: block;
            overflow: hidden;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            transition: all 0.25s ease-in 0s; }
            nav .inner dl dt a:hover {
              opacity: 1; }
        nav .inner dl dd a {
          color: #000;
          font-family: "Roboto", sans-serif;
          font-size: 1.4rem;
          font-weight: 400;
          line-height: 1;
          letter-spacing: 0.1em;
          transition: all 0.25s ease-in 0s; }
          nav .inner dl dd a:hover {
            opacity: 0.7; }
        nav .inner dl dd:not(:last-child) {
          margin-bottom: 5px; }
        nav .inner dl:nth-child(2) dt {
          width: 90px; }
          nav .inner dl:nth-child(2) dt a {
            background-image: url(../images/name_product1_navi.svg);
            height: 15px; }
        nav .inner dl:nth-child(3) dt {
          width: 227px; }
          nav .inner dl:nth-child(3) dt a {
            background-image: url(../images_sp/name_product2_navi.svg);
            height: 15px; }
        nav .inner dl:nth-child(4) dt {
          width: 118px; }
          nav .inner dl:nth-child(4) dt a {
            background-image: url(../images/name_product3_navi.svg);
            height: 15px; }
        nav .inner dl:not(:first-child) {
          margin: 0 0 40px 0; }
        nav .inner dl:last-child {
          margin: 0px; }

  .hum {
    width: 35px;
    height: 35px;
    background-color: transparent;
    position: fixed;
    right: 20px;
    top: 35px;
    z-index: 9999;
    display: inline-block;
    transition: all 0.2s ease-in;
    box-sizing: border-box;
    cursor: pointer;
    display: block; }
    .hum span {
      display: inline-block;
      transition: all 0.6s;
      box-sizing: border-box;
      position: absolute;
      width: 25px;
      height: 2px;
      background-color: #FFF;
      border-radius: 2px; }
      .hum span:nth-of-type(1) {
        top: 8px;
        left: 5px; }
      .hum span:nth-of-type(2) {
        top: 17px;
        left: 5px; }
      .hum span:nth-of-type(3) {
        bottom: 8px;
        left: 5px; }
    .hum:hover span {
      opacity: 1; }
      .hum:hover span:nth-of-type(1) {
        left: 5px; }
      .hum:hover span:nth-of-type(2) {
        left: 5px; }
      .hum:hover span:nth-of-type(3) {
        left: 5px; }
    .hum.active span {
      background-color: #000; }
      .hum.active span:nth-of-type(1) {
        left: 5px;
        top: 7px; }
      .hum.active span:nth-of-type(3) {
        left: 5px;
        bottom: 6px; }
    .hum.scroll span {
      background-color: #000; }

  footer {
    width: 100%;
    padding: 40px 25px 40px 25px; }
    footer .inner {
      width: 100%;
      margin: 0 auto 60px auto;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: flex-start; }
      footer .inner p {
        width: 43px;
        margin-bottom: 40px; }
        footer .inner p a {
          background-image: url(../images/top_navi.svg);
          text-align: left;
          text-indent: 999%;
          white-space: nowrap;
          display: block;
          overflow: hidden;
          background-repeat: no-repeat;
          background-position: left top;
          background-size: contain;
          transition: all 0.25s ease-in 0s;
          height: 15px; }
          footer .inner p a:hover {
            opacity: 0.7; }
      footer .inner dl {
        text-align: left; }
        footer .inner dl:not(:first-child) {
          margin: 0 0 30px 0; }
        footer .inner dl:last-child {
          margin: 0px; }
        footer .inner dl dt {
          margin-bottom: 10px; }
          footer .inner dl dt a {
            text-align: left;
            text-indent: 999%;
            white-space: nowrap;
            display: block;
            overflow: hidden;
            background-repeat: no-repeat;
            background-position: left top;
            background-size: contain;
            transition: all 0.25s ease-in 0s; }
            footer .inner dl dt a:hover {
              opacity: 0.7; }
        footer .inner dl dd a {
          color: #FFF;
          font-family: "Roboto", sans-serif;
          font-size: 1.4rem;
          font-weight: 400;
          line-height: 1;
          letter-spacing: 0.1em; }
        footer .inner dl dd:not(:last-child) {
          margin-bottom: 5px; }
        footer .inner dl:nth-child(2) dt {
          height: auto; }
          footer .inner dl:nth-child(2) dt a {
            background-image: url(../images/name_product1_navi.svg);
            height: 15px; }
        footer .inner dl:nth-child(3) dt {
          width: 227px; }
          footer .inner dl:nth-child(3) dt a {
            background-image: url(../images_sp/name_product2_navi.svg);
            height: 15px; }
        footer .inner dl:nth-child(4) dt {
          width: 118px;
          height: auto; }
          footer .inner dl:nth-child(4) dt a {
            background-image: url(../images/name_product3_navi.svg);
            height: 15px; }
      footer .inner ul {
        margin: 0px; }
        footer .inner ul li {
          color: #FFF;
          font-family: "Roboto", sans-serif;
          font-size: 1.1rem;
          font-weight: 400;
          line-height: 1.9rem;
          letter-spacing: 0em;
          text-align: left; }
          footer .inner ul li:not(:last-child) {
            margin-bottom: 10px; }
    footer .cp {
      color: #FFF;
      font-family: "Roboto", sans-serif;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.6rem;
      letter-spacing: 0.1em;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center; }
      footer .cp span:nth-child(2) {
        margin: 1.2rem 0 0 0; }

  .pgtop {
    width: 50px;
    right: 20px;
    bottom: 55px; }
    .pgtop a {
      background-repeat: no-repeat;
      background-position: center;
      background-size: 20px 11px;
      height: 50px;
      border-radius: 25px; } }
