@charset "UTF-8";
#header {
  height: 100%;
  line-height: 1.7;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #000;
  background: #000;
  -webkit-text-size-adjust: 100%;
  text-align: left;
}
#header a {
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
#header a:hover {
  opacity: 0.7;
}
#header img {
  display: block;
  max-width: 100%;
}
#header input,
#header textarea,
#header select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#header input[type=text]:focus:placeholder,
#header input[type=email]:focus:placeholder,
#header input[type=mail]:focus:placeholder,
#header input[type=tel]:focus:placeholder,
#header textarea:focus:placeholder {
  color: transparent !important;
}
#header input[type=text]:focus:focus::-webkit-input-placeholder,
#header input[type=email]:focus:focus::-webkit-input-placeholder,
#header input[type=mail]:focus:focus::-webkit-input-placeholder,
#header input[type=tel]:focus:focus::-webkit-input-placeholder,
#header textarea:focus:focus::-webkit-input-placeholder {
  color: transparent !important;
}
#header input[type=text]:focus:focus:-moz-placeholder,
#header input[type=email]:focus:focus:-moz-placeholder,
#header input[type=mail]:focus:focus:-moz-placeholder,
#header input[type=tel]:focus:focus:-moz-placeholder,
#header textarea:focus:focus:-moz-placeholder {
  color: transparent !important;
}
#header input[type=text]:focus:focus::-moz-placeholder,
#header input[type=email]:focus:focus::-moz-placeholder,
#header input[type=mail]:focus:focus::-moz-placeholder,
#header input[type=tel]:focus:focus::-moz-placeholder,
#header textarea:focus:focus::-moz-placeholder {
  color: transparent !important;
}
#header input[type=text],
#header input[type=email],
#header input[type=mail],
#header input[type=tel],
#header input[type=submit],
#header textarea,
#header select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 17px;
  border: 1px solid #b3b3b3;
  font-size: 16px;
  line-height: 1.5;
}
#header input[type=text],
#header input[type=email],
#header input[type=mail],
#header input[type=tel],
#header textarea {
  width: 100%;
}
#header input[type=radio] {
  margin: 0 10px 0 0;
}
#header select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 16px 17px 14px;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  #header select {
    padding: 11px 17px 9px;
  }
}
#header select::-ms-expand {
  display: none;
}
#header button {
  border: none;
}

#header *,
#header *::before,
#header *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#header div,
#header span,
#header applet,
#header object,
#header iframe,
#header h1,
#header h2,
#header h3,
#header h4,
#header h5,
#header h6,
#header p,
#header blockquote,
#header pre,
#header a,
#header abbr,
#header acronym,
#header address,
#header big,
#header cite,
#header code,
#header del,
#header dfn,
#header em,
#header img,
#header ins,
#header kbd,
#header q,
#header s,
#header samp,
#header small,
#header strike,
#header strong,
#header sub,
#header sup,
#header tt,
#header var,
#header b,
#header u,
#header i,
#header center,
#header dl,
#header dt,
#header dd,
#header ol,
#header ul,
#header li,
#header fieldset,
#header form,
#header label,
#header legend,
#header table,
#header caption,
#header tbody,
#header tfoot,
#header thead,
#header tr,
#header th,
#header td,
#header article,
#header aside,
#header canvas,
#header details,
#header embed,
#header figure,
#header figcaption,
#header footer,
#header header,
#header hgroup,
#header menu,
#header nav,
#header output,
#header ruby,
#header section,
#header summary,
#header time,
#header mark,
#header audio,
#header video,
#header picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#header article,
#header aside,
#header details,
#header figcaption,
#header figure,
#header footer,
#header header,
#header hgroup,
#header menu,
#header nav,
#header section,
#header picture {
  display: block;
}
#header body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
#header ol,
#header ul {
  list-style: none;
  list-style-type: none;
}
#header blockquote,
#header q {
  quotes: none;
}
#header blockquote:before, #header blockquote:after,
#header q:before,
#header q:after {
  content: "";
}
#header a,
#header area,
#header button,
#header [role=button],
#header input:not([type=range]),
#header label,
#header select,
#header summary,
#header textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
#header table {
  border-collapse: collapse;
  border-spacing: 0;
}
#header a {
  text-decoration: none;
  color: inherit;
}
#header a:link {
  text-decoration: none;
}
#header img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#header video {
  vertical-align: bottom;
}
#header input[type=submit],
#header input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
#header input[type=submit]:-webkit-search-decoration,
#header input[type=button]:-webkit-search-decoration {
  display: none;
}
#header input[type=submit]:focus,
#header input[type=button]:focus {
  outline-offset: -2px;
}
#header input[type=checkbox],
#header input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
#header button,
#header input,
#header select,
#header textarea {
  font-family: inherit;
  font-size: 100%;
}
#header select,
#header input,
#header textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#header input {
  border: none;
}

#header .hd-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 7px;
  z-index: 10010;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  #header .hd-fix {
    padding-bottom: 0;
    height: 60px;
    padding-left: 15px;
    padding-right: 135px;
  }
}
#header .hd-fix .logo-wrap a {
  display: block;
  font-size: 0;
  width: 162px;
  height: 40px;
  background: url(../img/common/logo_w.svg) center left/contain no-repeat;
}
@media screen and (max-width: 960px) {
  #header .hd-fix .logo-wrap a {
    width: 140px;
    height: 35px;
  }
}
#header .hd-fix .nav-wrap .row {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#header .hd-fix .nav-wrap .row.row1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
#header .hd-fix .nav-wrap .row.row1 ul li a {
  min-width: 120px;
  min-height: 34px;
  background: #3149a3;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#header .hd-fix .nav-wrap .row.row1 ul li a:hover {
  opacity: 1;
  background: #8392c8;
}
#header .hd-fix .nav-wrap .row.row2 {
  margin-top: 20px;
}
#header .hd-fix .nav-wrap .row.row2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
#header .hd-fix .nav-wrap .row.row2 ul li a {
  font-size: 14px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
}
#header .hd-fix .nav-wrap .row.row2 ul li a span {
  position: relative;
  padding-bottom: 10px;
}
#header .hd-fix .nav-wrap .row.row2 ul li a span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 0%;
}
#header .hd-fix .nav-wrap .row.row2 ul li a:hover {
  opacity: 1;
}
#header .hd-fix .nav-wrap .row.row2 ul li a:hover span:after {
  max-width: 100%;
}
#header .hd-fix .nav-wrap .row.row2 ul li.tel a {
  font-size: 26px;
  font-family: "Ovo", serif;
  letter-spacing: normal;
}
#header .hd-fix .nav-wrap .row.row2 ul li.tel a span {
  position: relative;
}
#header .hd-fix .nav-wrap .row.row2 ul li.tel a span:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f095";
  font-size: 16px;
  margin-right: 0.5em;
}
@media screen and (max-width: 960px) {
  #header .hd-fix .nav-wrap {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  #header .search-wrap {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  #header .search-wrap {
    position: fixed;
    top: 0;
    right: 60px;
    z-index: 10011;
    width: 60px;
    height: 60px;
    background: #3149a3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #header .search-wrap > .search-inner > .icon-wrap {
    position: relative;
    width: 100%;
    height: 9px;
  }
  #header .search-wrap > .search-inner > .icon-wrap:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f002";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
  }
  #header .search-wrap > .search-inner > .txt-wrap {
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 12px;
    font-family: "Playfair", serif;
    margin-top: 7.5px;
  }
}
#header .hamburger-wrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10013;
  background: #3149a3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 961px) {
  #header .hamburger-wrap {
    display: none;
  }
}
#header .hamburger-wrap .hamburger-inner .bar-wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 15px;
  height: 9px;
  margin-bottom: 5px;
}
#header .hamburger-wrap .hamburger-inner .bar-wrap span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .hamburger-wrap .hamburger-inner .bar-wrap span:nth-of-type(1) {
  top: 0;
}
#header .hamburger-wrap .hamburger-inner .bar-wrap span:nth-of-type(2) {
  top: 4px;
}
#header .hamburger-wrap .hamburger-inner .bar-wrap span:nth-of-type(3) {
  top: 8px;
}
#header .hamburger-wrap .hamburger-inner .txt-wrap {
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  font-family: "Playfair", serif;
  margin-top: 7.5px;
}
#header .mega-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10012;
  width: 100vw;
  height: 100svh;
  overflow-y: scroll;
  background: #000;
  left: 100vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 961px) {
  #header .mega-wrap {
    display: none;
  }
}
#header .mega-wrap .row1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
}
#header .mega-wrap .row1 .wrapper {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#header .mega-wrap .row1 .wrapper .tel-wrap {
  padding: 15px 0;
  text-align: center;
}
#header .mega-wrap .row1 .wrapper .tel-wrap a {
  letter-spacing: 0.06em;
  font-size: 30px;
  font-family: "Ovo", serif;
}
#header .mega-wrap .row1 .wrapper .tel-wrap a span {
  position: relative;
}
#header .mega-wrap .row1 .wrapper .tel-wrap a span:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f095";
  margin-right: 0.5em;
  font-size: 20px;
}
#header .mega-wrap .row1 .wrapper .tel-wrap p {
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
}
#header .mega-wrap .row1 .side-link {
  width: calc(100vw - 60px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .mega-wrap .row1 .side-link .link {
  width: 33.3333333333%;
  height: 60px;
  border-left: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
}
#header .mega-wrap .row1 .side-link .link:first-of-type {
  border-left: none;
}
#header .mega-wrap .row1 .side-link .link a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  font-size: 12px;
}
@media screen and (max-width: 428px) {
  #header .mega-wrap .row1 .side-link .link a {
    font-size: 10px;
    padding: 0 5px;
  }
}
#header .mega-wrap .row1 .side-link .link a > span {
  position: relative;
}
#header .mega-wrap .row1 .side-link .link a > span:before {
  margin-right: 0.5em;
}
#header .mega-wrap .row1 .side-link .link.history a > span:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1da";
}
#header .mega-wrap .row1 .side-link .link.list a > span:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f14a";
  font-weight: 400;
}
#header .mega-wrap .row1 .side-link .link.search a > span:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f002";
}
#header .mega-wrap .row2 {
  border-top: 1px solid #2f2f2f;
  padding: 15px;
}
#header .mega-wrap .row2 .b-search-01 .row {
  padding: 0;
  border: none;
}
#header .mega-wrap .row2 .b-search-01 .row .inner .u-form-01 form button:before {
  color: #5a81bc;
}
#header .mega-wrap .row2 .b-search-01 .row .inner .u-form-01 form input {
  font-size: 13px;
}
#header .mega-wrap .row3 {
  border-top: 1px solid #2f2f2f;
  padding: 0;
  background: #15161a;
}
#header .mega-wrap .row3 .wrapper {
  padding-left: 0;
  padding-right: 0;
}
#header .mega-wrap .row4 .b-sns-01 {
  margin-top: 30px;
}
#header .mega-wrap .row4 .b-sns-01 li a span:before {
  color: #fff;
}
@media screen and (min-width: 961px) {
  #header.is-scrolled .hd-fix {
    background: #000;
  }
  #header.is-scrolled .hd-fix .nav-wrap .row.row2 {
    margin-top: 5px;
  }
}
@media screen and (max-width: 960px) {
  #header.is-scrolled .hd-fix {
    background: #000;
  }
}
#header.is-open .hamburger-wrap .hamburger-inner .bar-wrap span:nth-of-type(1) {
  top: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 960px) {
  #header.is-open .hamburger-wrap .hamburger-inner .bar-wrap span:nth-of-type(1) {
    top: 4px;
  }
}
#header.is-open .hamburger-wrap .hamburger-inner .bar-wrap span:nth-of-type(2) {
  opacity: 0;
}
#header.is-open .hamburger-wrap .hamburger-inner .bar-wrap span:nth-of-type(3) {
  top: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 960px) {
  #header.is-open .hamburger-wrap .hamburger-inner .bar-wrap span:nth-of-type(3) {
    top: 4px;
  }
}
#header.is-open .mega-wrap {
  left: 0px;
  opacity: 1;
  pointer-events: all;
}
#header.under .hd-fix {
  background: #000;
}