@charset "UTF-8";
#header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9999;
  padding: 15px 0px;
  height: 120px;
  background-color: #fff;
}
#header .inner {
  max-width: 95%;
  width: 95%;
}
#header .logo {
  width: 380px;
}
#header .logo img {
  width: 200px;
}
#header .logo img.logo-fixed {
  display: none;
}
#header .logo p {
  font-size: 16px;
}
#header .logo p span {
  font-size: 14px;
  font-weight: 500;
  display: block;
}

#header.js-h-fixed {
  position: fixed;
  padding: 30px 0px 12px;
  height: auto;
}
#header.js-h-fixed .logo {
  width: 430px;
}
#header.js-h-fixed .logo img {
  width: 250px;
}
#header.js-h-fixed .logo img.logo-normal {
  display: none;
}
#header.js-h-fixed .logo img.logo-fixed {
  display: block;
}
#header.js-h-fixed .logo p span {
  display: none;
}

#menu-wrap {
  position: absolute;
  right: 185px;
  max-width: 680px;
  width: calc(92% - 550px);
  padding: 55px 0px 0px;
  z-index: 9999;
}
#menu-wrap .menu .main-label {
  position: relative;
  padding: 0px 0px 7px;
}
#menu-wrap .menu .main-label::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  left: 0;
  bottom: 0;
  border-top: dashed 2px #870000;
  transition: all 0.5s;
}
#menu-wrap .menu .main-label:hover::after {
  width: 100%;
}

#menu-wrap.js-h-fixed {
  position: fixed;
  padding: 40px 0px 0px;
  width: calc(92% - 600px);
}

/* トグル下準備 */
#toggle {
  display: none;
  position: absolute;
  z-index: 9999;
  right: 185px;
  margin: 25px 0px 0px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 100%;
}
#toggle .line-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
#toggle .line-wrap::after {
  position: absolute;
  content: "MENU";
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 12px;
  font-family: "Prompt", sans-serif;
  font-weight: 700;
}
#toggle .line-wrap span {
  display: block;
  position: absolute;
  width: 40px;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: solid 2px #000;
  transition: all 0.3s;
  right: 0px;
}
#toggle .line-wrap span:nth-child(1) {
  top: 13px;
}
#toggle .line-wrap span:nth-child(2) {
  top: 22px;
}
#toggle .line-wrap span:nth-child(3) {
  top: 31px;
}

#toggle.js-h-fixed {
  position: fixed;
  margin: 15px 0px 0px;
}

#entry-btn {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 170px;
  width: 100%;
  height: 100px;
  z-index: 9999;
  -webkit-mask-image: url(../img/btn_mask.svg);
  mask-image: url(../img/btn_mask.svg);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
  mask-position: bottom;
}
#entry-btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #870000;
}
#entry-btn a span {
  position: absolute;
  color: #fff;
  font-size: 18px;
  bottom: 20px;
  right: 30px;
  z-index: 1;
}
#entry-btn a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
#entry-btn a:hover::after {
  transform: scale(1, 1);
}

#entry-btn.js-h-fixed {
  position: fixed;
  height: 85px;
}

@media screen and (max-width: 1350px) {
  #header {
    height: 100px;
  }
  #menu-wrap {
    max-width: 100%;
    width: 100% !important;
    left: 0;
    right: 0;
    margin: auto;
    top: 0px;
    padding-top: 100px;
    height: 0vh;
    z-index: 99;
    background-color: #fff;
    transition: all 0.5s;
  }
  #menu-wrap .menu-inner {
    height: 100%;
    overflow-y: auto;
  }
  #menu-wrap .menu-inner ul {
    display: block;
    padding-bottom: 80px;
    width: 100%;
  }
  #menu-wrap .menu-inner ul .menu {
    padding: 0px 0px;
    border-top: solid 1px #d7d7d7;
  }
  #menu-wrap .menu-inner ul .menu:last-of-type {
    border-bottom: solid 1px #d7d7d7;
  }
  #menu-wrap .menu-inner ul .menu a {
    display: block;
    padding: 20px 5%;
    font-weight: 500;
  }
  #menu-wrap .menu-inner ul .menu a::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    top: 50%;
    left: auto;
    right: 5%;
    transform: translateY(-50%) translateX(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
  }
  #menu-wrap .menu-inner ul .menu a:hover {
    color: #870000;
    background-color: #f7f0f0;
  }
  #menu-wrap .menu-inner ul .menu a:hover::after {
    width: 10px;
    border-top: solid 1px #870000;
    border-right: solid 1px #870000;
  }
  #menu-wrap.open {
    height: 100vh;
  }
  #menu-wrap.js-h-fixed {
    padding: 85px 0px 0px;
  }
  #toggle {
    display: block;
  }
  #toggle.active .line-wrap span:nth-child(1) {
    top: 22px;
    transform: rotate(-38deg);
  }
  #toggle.active .line-wrap span:nth-child(2) {
    opacity: 0;
  }
  #toggle.active .line-wrap span:nth-child(3) {
    top: 22px;
    transform: rotate(38deg);
  }
  #toggle.active .line-wrap::after {
    content: "CLOSE";
  }
}
@media screen and (max-width: 768px) {
  #header {
    height: 71px;
  }
  #header .logo {
    max-width: 380px;
    width: 100%;
  }
  #header .logo img {
    max-width: 220px;
    width: 60%;
  }
  #header .logo img.logo-normal {
    display: none;
  }
  #header .logo img.logo-fixed {
    display: block !important;
  }
  #header .logo p {
    font-size: 13px;
  }
  #header.js-h-fixed {
    padding: 20px 0px 12px;
  }
  #menu-wrap,
  #menu-wrap.js-h-fixed {
    padding: 71px 0px 0px;
  }
  #toggle {
    right: 2.5%;
    margin: 5px 0px 0px;
  }
  #toggle.js-h-fixed {
    position: fixed;
    margin: 5px 0px 0px;
  }
  #entry-btn {
    position: fixed;
    max-width: 100%;
    width: 100%;
    height: auto !important;
    top: auto !important;
    bottom: 0;
    -webkit-mask-image: none;
    mask-image: none;
    background-color: #870000;
  }
  #entry-btn a {
    padding: 20px 0px;
    text-align: center;
  }
  #entry-btn a span {
    position: relative;
    bottom: auto;
    right: auto;
  }
  #global-menu .menu-wrap .menu-area {
    width: 95%;
    margin: auto;
    align-items: flex-start;
  }
  #global-menu .menu-wrap .menu-area .left, #global-menu .menu-wrap .menu-area .right {
    width: 47%;
  }
}
@media screen and (max-width: 600px) {
  #header {
    padding: 10px 0px;
    height: 78px;
  }
  #header .logo {
    max-width: 100%;
  }
  #header .logo img {
    width: 50%;
  }
  #header .logo p {
    width: 100%;
    margin: 5px 0px 0px 5px;
    font-size: 11px;
  }
  #header .logo p span {
    display: none;
    margin: 0px 0px 0px 10px;
    font-size: 12px;
  }
  #header.js-h-fixed {
    padding: 10px 0px;
  }
  #header.js-h-fixed .logo img {
    width: 50%;
  }
  #menu-wrap {
    padding: 78px 0px 0px;
  }
  #menu-wrap .menu-inner ul .menu a {
    padding: 12px 5%;
    font-size: 13px;
  }
  #menu-wrap.js-h-fixed {
    padding: 80px 0px 0px;
  }
  #toggle {
    width: 50px;
    height: 50px;
    margin: 10px 0px 0px;
  }
  #toggle .line-wrap::after {
    font-size: 10px;
  }
  #toggle .line-wrap span {
    width: 30px;
  }
  #toggle .line-wrap span:nth-child(1) {
    top: 10px;
  }
  #toggle .line-wrap span:nth-child(2) {
    top: 17px;
  }
  #toggle .line-wrap span:nth-child(3) {
    top: 24px;
  }
  #toggle.active .line-wrap span:nth-child(1) {
    top: 18px;
  }
  #toggle.active .line-wrap span:nth-child(3) {
    top: 18px;
  }
  #toggle.js-h-fixed {
    margin: 10px 0px 0px;
  }
}/*# sourceMappingURL=header.css.map */