@charset "UTF-8";
.a-tab {
  width: 100%;
  background-color: #EBEAEA;
}
.a-tab--inner {
  width: 100%;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .a-tab--inner {
    width: 100%;
  }
}
.a-tab--content {
  text-align: center;
  position: relative;
  height: min(4.758vw, 65px);
  cursor: pointer;
}
@media (max-width: 1000px) {
  .a-tab--content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: min(18.605vw, 80px);
    width: 100%;
    flex-basis: auto;
    border-bottom: 1px solid #AAAAAA;
  }
}
.a-tab--content.open .a-tab--ul, .a-tab--content.open .a-tab--ul-wrapper, .a-tab--content.open .a-tab--ul-wrapper::after {
  opacity: 1;
  visibility: visible;
}
.a-tab--hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-family: "Noto Sans JP", "Montserrat", "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  color: #1E0013;
  font-size: min(1.318vw, 18px);
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: -0.028em;
}
@media screen and (max-width: 1000px) {
  .a-tab--hover {
    font-size: min(4.186vw, 18px);
  }
}
@media (max-width: 1000px) {
  .a-tab--hover {
    top: auto;
    left: auto;
    transform: none;
  }
}
.a-tab--hover::before, .a-tab--hover::after {
  content: "";
  position: absolute;
  transform-origin: top;
  height: min(8.48px, 7.07vw);
  width: 1px;
  background-color: #1E0013;
  top: 58%;
  right: min(-1.464vw, -20px);
  transform: rotate(135deg);
}
.a-tab--hover::after {
  transform: rotate(225deg);
}
.a-tab--ul-wrapper {
  display: flex;
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1000px) {
  .a-tab--ul-wrapper {
    flex-direction: column;
  }
}
.a-tab--ul-wrapper::after {
  content: "";
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 75%;
  width: 1px;
  background-color: #E6E2E4;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1000px) {
  .a-tab--ul-wrapper::after {
    display: none;
  }
}
.a-tab--ul {
  flex-basis: 50%;
  text-align: center;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  background-color: #EBEAEA;
}
@media (max-width: 1000px) {
  .a-tab--ul {
    border: none;
  }
}
@media (max-width: 1000px) {
  .a-tab--ul:last-of-type .a-tab--top-spacer:nth-last-of-type(1) {
    display: none;
  }
}
.a-tab--li {
  margin: min(0.878vw, 12px) 0;
}
@media (max-width: 1000px) {
  .a-tab--li {
    margin: min(3.488vw, 15px) 0;
  }
}
.a-tab--link {
  text-decoration: none;
  font-family: "Noto Sans JP", "Montserrat", "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  color: #1E0013;
  font-size: min(1.318vw, 18px);
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: -0.028em;
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .a-tab--link {
    font-size: min(4.186vw, 18px);
  }
}
.a-tab--link:hover {
  opacity: 0.6;
}
.a-tab--link-text {
  position: relative;
}
.a-tab--link-text::before, .a-tab--link-text::after {
  content: "";
  position: absolute;
  transform-origin: top;
  height: min(8.48px, 7.07vw);
  width: 1px;
  background-color: #1E0013;
  top: 50%;
  right: min(-1.464vw, -20px);
  transform: rotate(45deg);
}
.a-tab--link-text::after {
  transform: rotate(135deg);
}
.a-tab .nav--spacer {
  margin: min(1.684vw, 23px) 0;
  height: 30px;
  width: 0.5px;
}
@media (max-width: 1000px) {
  .a-tab .nav--spacer {
    display: none;
  }
}
.a-tab--top-spacer {
  height: 2px;
  width: 100%;
  background-color: #BCB0B6;
}
.a-tab--spacer {
  background-color: #BCB0B6;
  margin-bottom: 0;
  margin: 0 min(3.66vw, 50px);
}
@media (max-width: 1000px) {
  .a-tab--spacer {
    width: 93%;
  }
}/*# sourceMappingURL=cmn-tab.css.map */