#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.03);
}
#header .header-logo {
  padding: 11px 0 15px;
}
#header .header-logo-link {
  color: #AD033B;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#header .header-logo-img {
  width: 126px;
}
#header .header-logo-txt {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0.03em;
}
#header .header-trigger {
  display: none;
}
#header .header-nav {
  background: #F2F2F2;
  position: relative;
}
#header .header-nav-sp {
  display: none;
}
#header .header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13.5px;
  line-height: 1.53;
  max-width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 1659px) {
  #header .header-nav-list {
    margin-right: 320px;
  }
}
#header .header-nav-list-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
#header .header-nav-list-item.is-parent {
  cursor: pointer;
}
#header .header-nav-list-item.is-parent:after {
  content: "";
  width: 5px;
  height: 10px;
  background: url(../img/header/chevron.png) no-repeat center/contain;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: auto;
}
#header .header-nav-list-item.is-parent:hover .header-nav-list-item-children {
  opacity: 1;
  visibility: visible;
}
#header .header-nav-list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 4px;
}
#header .header-nav-list-item-link.is-current {
  background: #AD033B;
  color: #fff;
  pointer-events: none;
}
#header .header-nav-list-item-children {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 4px 0;
  background: #F2F2F2;
  -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.03);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0;
  visibility: hidden;
}
#header .header-nav-list-item-children a {
  display: block;
  padding: 8px;
}
#header .header-nav-list-item-children a:hover {
  color: #AD033B;
}
#header .header-nav-list-item-children a.is-current {
  font-weight: 700;
  color: #AD033B;
}
#header .header-nav-lang-pc {
  font-size: 11px;
  padding: 0 12px;
  position: absolute;
  top: 0;
  right: 240px;
  height: 100%;
}
#header .header-nav-lang-pc:hover .header-nav-lang-pc-list {
  opacity: 1;
  visibility: visible;
}
#header .header-nav-lang-pc-label {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding-top: 5px;
}
#header .header-nav-lang-pc-label:after {
  content: "";
  width: 5px;
  height: 10px;
  background: url(../img/header/chevron.png) no-repeat center/contain;
}
#header .header-nav-lang-pc-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 4px 0;
  background: #F2F2F2;
  -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.03);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0;
  visibility: hidden;
}
#header .header-nav-lang-pc-list a {
  display: block;
  padding: 8px;
}
#header .header-nav-lang-pc-list a:hover {
  color: #AD033B;
}
#header .header-nav-lang-pc-list a.is-current {
  font-weight: 700;
  color: #AD033B;
}
#header .header-nav-cta {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .header-nav-cta-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
#header .header-nav-cta-item:first-child .header-nav-cta-item-link {
  border-radius: 100px 0 0 100px;
}
#header .header-nav-cta-item:first-child .header-nav-cta-item-link:before {
  display: none;
}
#header .header-nav-cta-item-link {
  background: #AD033B;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.167;
  padding: 14px 0 11px;
  -webkit-filter: drop-shadow(1px 3px 0px #D9D9D9);
          filter: drop-shadow(1px 3px 0px #D9D9D9);
  height: 100%;
}
#header .header-nav-cta-item-link:before {
  content: "";
  width: 0;
  height: 36px;
  border-left: 1px dashed #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#header .header-nav-cta-item-link:after {
  content: "";
  width: 18px;
  height: 12px;
  background: url(../img/common/arrow_white.png) no-repeat center/contain;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media screen and (max-width: 1199px) {
  #header .header-trigger {
    display: block;
    position: fixed;
    right: 30px;
    top: 25px;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 5;
  }
  #header .header-trigger.is-open .header-trigger-bar {
    -webkit-transition: background 0.5s, width 0.5s, top 0.5s, -webkit-transform 0.5s 0.2s;
    transition: background 0.5s, width 0.5s, top 0.5s, -webkit-transform 0.5s 0.2s;
    transition: background 0.5s, transform 0.5s 0.2s, width 0.5s, top 0.5s;
    transition: background 0.5s, transform 0.5s 0.2s, width 0.5s, top 0.5s, -webkit-transform 0.5s 0.2s;
  }
  #header .header-trigger.is-open .header-trigger-bar:first-child {
    background: #F5F5F7;
    top: 12px;
    -webkit-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  #header .header-trigger.is-open .header-trigger-bar:last-child {
    background: #F5F5F7;
    width: 100%;
    -webkit-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  #header .header-trigger-bar {
    position: absolute;
    left: 0;
    height: 1.86px;
    background: #AD033B;
    border-radius: 10px;
    -webkit-transition: background 0.5s, width 0.5s, top 0.5s 0.2s, -webkit-transform 0.5s;
    transition: background 0.5s, width 0.5s, top 0.5s 0.2s, -webkit-transform 0.5s;
    transition: background 0.5s, transform 0.5s, width 0.5s, top 0.5s 0.2s;
    transition: background 0.5s, transform 0.5s, width 0.5s, top 0.5s 0.2s, -webkit-transform 0.5s;
  }
  #header .header-trigger-bar:first-child {
    top: 0;
    width: 100%;
  }
  #header .header-trigger-bar:last-child {
    top: 12px;
    width: 87.5%;
  }
  #header .header-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 45px 28px 63px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    overflow-y: auto;
    overflow-x: hidden;
    background: #AD033B;
    backdrop-filter: blur(16px);
    color: #F5F5F7;
  }
  #header .header-nav a {
    color: #F5F5F7;
  }
  #header .header-nav.is-open {
    opacity: 0.98;
    visibility: visible;
  }
  #header .header-nav-pc {
    display: none;
  }
  #header .header-nav-sp {
    display: block;
  }
  #header .header-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    font-size: 20px;
    margin: 0;
  }
  #header .header-nav-list-item {
    border-bottom: 1px solid rgba(245, 245, 247, 0.5);
  }
  #header .header-nav-list-item.is-parent:after {
    display: none;
  }
  #header .header-nav-list-item-link {
    display: block;
    text-align: left;
    padding: 20px 0;
    position: relative;
    background: url(../img/common/arrow_white.png) no-repeat right 12px center/16px;
  }
  #header .header-nav-list-item-link.is-current {
    background: url(../img/common/arrow_white.png) no-repeat right 12px center/16px;
    color: #F5F5F7;
  }
  #header .header-nav-list-item-children {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 8px 0 0 14px;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    visibility: visible;
    opacity: 1;
    text-align: left;
  }
  #header .header-nav-list-item-children li + li {
    margin-top: 6px;
  }
  #header .header-nav-list-item-children a {
    padding: 0;
  }
  #header .header-nav-list-item-children a:before {
    content: " - ";
  }
  #header .header-nav-lang {
    position: absolute;
    top: 15px;
    left: 28px;
  }
  #header .header-nav-lang.is-open .header-nav-lang-current:after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  #header .header-nav-lang-current {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  #header .header-nav-lang-current:after {
    content: "";
    width: 6px;
    height: 10px;
    background: url(../img/header/chevron.png) no-repeat center/contain;
    -webkit-filter: brightness(0) saturate(100%) invert(93%) sepia(1%) saturate(169%) hue-rotate(202deg) brightness(104%) contrast(97%);
            filter: brightness(0) saturate(100%) invert(93%) sepia(1%) saturate(169%) hue-rotate(202deg) brightness(104%) contrast(97%);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  #header .header-nav-lang-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background: #AD033B;
  }
  #header .header-nav-lang-list-item .is-current {
    font-weight: 700;
  }
  #header .header-nav-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    margin-top: 50px;
  }
  #header .header-nav-sns-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 26px;
            flex: 0 1 26px;
  }
  #header .header-nav-sns img {
    -webkit-filter: brightness(0) saturate(100%) invert(93%) sepia(1%) saturate(169%) hue-rotate(202deg) brightness(104%) contrast(97%);
            filter: brightness(0) saturate(100%) invert(93%) sepia(1%) saturate(169%) hue-rotate(202deg) brightness(104%) contrast(97%);
  }
  #header .header-nav-subpage {
    margin-top: 6px;
    font-size: 12px;
    line-height: 2.08;
  }
  #header .header-nav-inquiry {
    margin: 20px -28px 0;
    border-top: 1px solid #F5F5F7;
    padding: 25px 28px 0;
  }
  #header .header-nav-inquiry-link {
    position: relative;
    display: block;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.41;
  }
  #header .header-nav-inquiry-link-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid #F8F4ED;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header .header-nav-inquiry-link-arrow img {
    width: 16px;
    -webkit-filter: brightness(0) saturate(100%) invert(93%) sepia(1%) saturate(169%) hue-rotate(202deg) brightness(104%) contrast(97%);
            filter: brightness(0) saturate(100%) invert(93%) sepia(1%) saturate(169%) hue-rotate(202deg) brightness(104%) contrast(97%);
  }
}
@media screen and (max-width: 767px) {
  #header {
    background: #F4F4F4;
  }
  #header .header-logo {
    padding: 9px 0 10px;
  }
  #header .header-logo-img {
    width: 70px;
  }
  #header .header-logo-txt {
    font-size: 11px;
  }
  #header .header-trigger {
    right: 19px;
    top: 20px;
  }
}
@media (hover: hover) {
  #header a.header-nav-list-item-link:hover {
    background-color: #ad033b;
    color: #fff;
  }
  #header .header-nav-cta-item-link:hover {
    -webkit-filter: drop-shadow(1px 0 0px #D9D9D9);
            filter: drop-shadow(1px 0 0px #D9D9D9);
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
  #header .header-nav-cta-item-link:hover:after {
    -webkit-transform: translateX(4px);
        -ms-transform: translateX(4px);
            transform: translateX(4px);
  }
}