@charset "UTF-8";
/*----------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
.header {
  align-items: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  left: 0;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-top: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 1360px) {
  .header {
    padding-bottom: 0px;
    padding-top: 25px;
  }
}

.header.on {
  background-color: transparent !important;
}

.header .logo {
  max-width: 200px;
  width: 30%;
}
@media screen and (max-width: 1360px) {
  .header .logo {
    max-width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .header .logo {
    width: 20%;
  }
}
@media screen and (max-width: 576px) {
  .header .logo {
    width: 26%;
  }
}

.header .head_nav {
  align-items: center;
  flex-grow: 1;
  flex-wrap: nowrap;
  gap: 50px;
  justify-content: flex-end;
  padding-left: 40px;
  padding-right: 20px;
}
@media screen and (max-width: 1400px) {
  .header .head_nav {
    gap: 40px;
  }
}
@media screen and (max-width: 1360px) {
  .header .head_nav {
    display: none !important;
  }
}
.header .head_nav a .en-link {
  color: #ffffff;
  font-family: "Josefin Sans", serif;
  font-size: 22px;
  font-weight: 700;
}
.header .menu-bt {
  cursor: pointer;
  display: block;
  flex-shrink: 0;
  height: 130px;
  margin-top: -40px;
  position: relative;
  width: 120px;
}
@media screen and (max-width: 1360px) {
  .header .menu-bt {
    height: 90px;
    margin-top: 0;
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .header .menu-bt {
    height: 70px;
    width: 70px;
  }
}

.header .menu-bt .line {
  height: 25%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -30%);
  width: 42.3%;
}
@media screen and (max-width: 1360px) {
  .header .menu-bt .line {
    width: 49.3%;
  }
}
@media screen and (max-width: 1080px) {
  .header .menu-bt .line {
    height: 38%;
    width: 50.3%;
  }
}

.header .menu-bt .line .line-item {
  background-color: #ffffff;
  height: 2px;
  left: 0;
  left: 0;
  position: absolute;
  right: 0;
  transition: ease 0.3s;
  width: 86%;
}
@media screen and (max-width: 1360px) {
  .header .menu-bt .line .line-item {
    width: 100%;
  }
}

.header .menu-bt .line .line-item:first-of-type {
  top: 0;
}
.header .menu-bt .line .line-item:nth-of-type(2) {
  top: 41%;
  width: 76%;
}

.header .menu-bt.active .line .line-item:first-of-type {
  left: 0;
  margin: auto;
  right: 0;
  top: -3%;
  transform: translateY(-50%) rotate(45deg);
  width: 80%;
}
@media screen and (max-width: 768px) {
  .header .menu-bt.active .line .line-item:first-of-type {
    top: 0;
    width: 71%;
  }
}

.header .menu-bt.active .line .line-item:nth-of-type(2) {
  left: 0;
  margin: auto;
  opacity: 1;
  right: 0;
  top: -8%;
  transform: translateY(50%) rotate(-45deg);
  width: 80%;
}
@media screen and (max-width: 768px) {
  .header .menu-bt.active .line .line-item:nth-of-type(2) {
    width: 71%;
  }
}

@media screen and (max-width: 1080px) {
  .header {
    padding-left: 30px;
  }

  .head_nav-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding-left: 15px;
  }
}
.header.on .head_nav {
  opacity: 0;
  pointer-events: none;
}

/* ーーーーーーーーーーーー'オープン時メニュー'ーーーーーーーーーーーーーー*/
.menu-wrap {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
}

.menu-wrap > div {
  height: 100%;
  left: 0;
  overflow: auto;
  padding: 280px 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .menu-wrap > div {
    padding: 190px 0;
  }
}
@media screen and (max-width: 768px) {
  .menu-wrap > div {
    padding: 120px 0 50px;
  }
}
@media screen and (max-width: 576px) {
  .menu-wrap > div {
    padding: 50px 0 50px;
  }
}

.menu-wrap > div .ul {
  align-items: flex-start;
  gap: 60px 30px;
  justify-content: center;
  max-width: 1280px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .menu-wrap > div .ul {
    gap: 30px 20px;
    justify-content: center;
    padding-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .menu-wrap > div .ul {
    padding-bottom: 50px;
    padding-top: 60px;
  }
}

.menu-wrap > div .ul .li {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-filter: blur(6px);
  align-items: center;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  filter: blur(6px);
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
  transform: translateY(50%);
  width: calc(100% / 3 - 60px / 3);
}

@media screen and (max-width: 768px) {
  .menu-wrap > div .ul .li {
    width: calc(100% / 2 - 20px / 2);
  }
}
.menu-wrap.active > div .ul .li {
  -webkit-animation-name: menuin;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: menuin;
  animation-timing-function: ease;
}

.menu-wrap.active > div .ul .li:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.menu-wrap.active > div .ul .li:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.menu-wrap.active > div .ul .li:nth-of-type(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.menu-wrap.active > div .ul .li:nth-of-type(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.menu-wrap.active > div .ul .li:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.menu-wrap.active > div .ul .li:nth-of-type(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.menu-wrap.active > div .ul .li:nth-of-type(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.menu-wrap.active > div .ul .li:nth-of-type(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.menu-wrap.active > div .ul .li:nth-of-type(10) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.menu-wrap.active > div .ul .li:nth-of-type(11) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.menu-wrap.active > div .ul .li:nth-of-type(12) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.menu-wrap.active > div .ul .li:nth-of-type(13) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.menu-wrap.active > div .ul .li:nth-of-type(14) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.menu-wrap.active > div .ul .li:nth-of-type(15) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.menu-wrap.active > div .ul .li a {
  background-color: transparent;
  border: 3px solid #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 20px 5px;
  transition: ease 0.3s;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .menu-wrap.active > div .ul .li a {
    padding: 15px 5px;
  }
}
.menu-wrap > div .ul .li a p {
  text-align: center;
}

.menu-wrap > div .ul .li a p.jp {
  color: #ffffff;
  font-size: 20px;
}

@media screen and (max-width: 576px) {
  .menu-wrap > div .ul .li a p.jp {
    font-size: 16px;
    margin-top: 5px;
  }
}
.menu-wrap > div .ul .li a p.en {
  color: #ffffff;
  font-family: "Josefin Sans", serif;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .menu-wrap > div .ul .li a p.en {
    font-size: 20px;
    line-height: 1;
  }
}
/*# sourceMappingURL=sourcemaps/header.css.map */