@charset "UTF-8";
.top.top #main_visual .topslider {
  margin-top: -74px;
}
.top.top #main_visual .bx-viewport {
  height: auto !important;
}
@media screen and (max-width: 640px) {
  .top.top #main_visual .topslider {
    margin-top: 0;
  }
}

/*==============================
gnav
==============================*/
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

#gnav.sp-nav {
  display: none;
}

.pc-nav {
  background: #171614;
}

.pc-nav > ul.in {
  height: 74px;
}

.pc-nav > ul > li {
  float: left;
  width: 11.1%;
  height: 100%;
}

.pc-nav > ul > li > a {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  /* line-height: 74px; */
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}
.pc-nav > ul > li > a:hover + .menu-block {
  display: block;
}

.pc-nav > ul > li > a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #cf0f2e;
  transition: all 0.2s ease-out;
}

.pc-nav > ul > li > a:hover::after,
.pc-nav > ul > li > a.is-active::after {
  width: 40px;
  margin-left: -20px;
}

.menu-block {
  display: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  min-width: 1220px;
  background: rgba(249, 249, 249, 0.95);
  box-shadow: 0 1px 30px 9px rgba(73, 73, 73, 0.3);
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.menu-block * {
  box-sizing: border-box;
}
.menu-block:hover {
  display: block;
}

.menu-close {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0px;
  top: 10px;
  border: none;
  cursor: pointer;
  background: #191919;
}
.menu-close span {
  display: block;
  width: 18px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 6px;
  top: 15px;
}
.menu-close span:nth-of-type(1) {
  transform: rotate(45deg);
}
.menu-close span:nth-of-type(2) {
  transform: rotate(-45deg);
}

.menu-content {
  position: relative;
  display: flex;
  width: 1220px;
  margin: 0 auto;
  padding: 40px 10px 60px;
}
.menu-content a {
  color: #191919;
  text-decoration: none;
  font-size: 12px;
}
.menu-content a:hover {
  text-decoration: underline;
}

.menu-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.menu-3clm > .menu-box {
  width: 300px;
}
.menu-3clm > .menu-box.auto {
  width: auto;
}

.menu-1-2clm > .menu-box:first-child {
  width: 300px;
}
.menu-1-2clm > .menu-box {
  width: 600px;
}

.menu-2clm > .menu-box {
  width: 50%;
}

.menu-full > .menu-box {
  width: 100%;
}

.menu-box {
  box-sizing: border-box;
  padding-right: 32px;
}
.menu-box:last-of-type {
  padding-right: 0;
}

.menu-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.menu-head_list {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 300px;
  padding-right: 32px;
}

.menu-head_list li:nth-child(2) {
  margin-top: auto;
}

.menu-head_list li.mt40 {
  margin-top: 40px;
}

.menu-head a {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

.menu-list li + li {
  margin-top: 20px;
}

.menu-ttl + .menu-list {
  margin-top: 22px;
}

.menu-ttl {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.menu-ttl::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background: #000;
  margin-left: 20px;
}

.mark-dot li {
  position: relative;
  padding-left: 1em;
}
.mark-dot li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.mark-download {
  padding-right: 18px;
  position: relative;
}
.mark-download::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 13px;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  background-image: url(/common/img/gnav_ico_dw.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.menu-list a[target=_blank] {
  padding-right: 22px;
  position: relative;
}
.menu-list a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  background-image: url(/common/img/gnav_ico_ex.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .pc-nav {
    display: none;
  }
}
