@media (max-width: 991.9px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .sp {
    display: none !important;
  }
}
.c-g-nav {
  font-weight: 500;
}
@media (max-width: 991.9px) {
  .c-g-nav {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .c-g-nav {
    font-size: 14px;
    width: 72.46%;
    height: 96px;
    max-width: calc(100% - 356px);
  }
}
.c-g-nav a {
  color: #000;
}
.c-g-nav__ul {
  margin: 0;
  height: 100%;
}
@media (min-width: 992px) {
  .c-g-nav__ul {
    display: flex;
  }
}
.c-g-nav__ul__item {
  margin: 0;
}
.c-g-nav__ul__item__02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.c-g-nav__ul__item__02 .c-g-nav__item:nth-of-type(2n) {
  border-left: 2px solid #707070;
}
@media (max-width: 991.9px) {
  .c-g-nav__ul__close {
    margin-top: 30px;
    color: #fff;
    text-align: center;
  }
  .c-g-nav__ul__close__text {
    font-size: 20px;
    font-weight: 700;
  }
  .c-g-nav__ul__close__icon {
    display: inline-block;
    width: 30px;
    height: 17px;
    position: relative;
    margin-left: 5px;
  }
  .c-g-nav__ul__close__icon:before, .c-g-nav__ul__close__icon:after {
    content: "";
    width: 35px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .c-g-nav__ul__close__icon:before {
    transform: rotate(25deg);
  }
  .c-g-nav__ul__close__icon:after {
    transform: rotate(-25deg);
  }
}
@media (max-width: 991.9px) {
  .c-g-nav__item {
    border-bottom: 2px solid #707070;
  }
}
.c-g-nav__link {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media (max-width: 991.9px) {
  .c-g-nav__link {
    padding: 13px 14px;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .c-g-nav__link {
    padding: 0 1em;
  }
}
@media (max-width: 991.9px) {
  .c-g-nav__link:hover {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .c-g-nav__link:hover {
    text-decoration: underline;
  }
}
.c-g-nav__link__icon {
  width: 9px;
}
.c-g-nav__link__icon svg {
  width: 100%;
  height: auto;
}
.c-g-nav__parent {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 700;
}
@media (max-width: 991.9px) {
  .c-g-nav__parent {
    padding: 13px 14px;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .c-g-nav__parent {
    padding: 0 1em;
  }
}
@media (min-width: 992px) {
  .c-g-nav__item:hover .c-g-nav__parent {
    text-decoration: underline;
  }
}
.c-g-nav__parent__icon {
  width: 14px;
}
.c-g-nav__parent__icon svg {
  width: 100%;
  height: auto;
}
.c-g-nav__mega-menu {
  width: 100%;
  color: #fff;
}
@media (min-width: 992px) {
  .c-g-nav__mega-menu {
    display: none;
    position: absolute;
    top: 96px;
    left: 0;
    right: 0;
    margin: auto;
    background: #212121;
    max-width: 1500px;
  }
}
.c-g-nav__mega-menu a {
  color: #fff;
}
.c-g-nav__item:hover .c-g-nav__mega-menu {
  color: #fff;
}
@media (min-width: 992px) {
  .c-g-nav__item:hover .c-g-nav__mega-menu {
    display: block;
  }
}
.c-g-nav__mega-menu__item {
  position: relative;
}
@media (max-width: 991.9px) {
  .c-g-nav__mega-menu__item {
    padding: 12px 14px 25px;
  }
}
@media (min-width: 992px) {
  .c-g-nav__mega-menu__item {
    display: flex;
    padding: 2.2em 2.8em;
  }
}
.c-g-nav__mega-menu__item:not(:first-of-type):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  background: #707070;
  width: calc(100% - 5.6em);
}
.c-g-nav__mega-menu__head {
  width: 234px;
}
.c-g-nav__mega-menu__head__title {
  font-size: 1.4em;
}
.c-g-nav__mega-menu__head__link-area {
  margin-top: 0.2em;
}
.c-g-nav__mega-menu__head__link {
  font-size: 0.88em;
}
.c-g-nav__mega-menu__head__link__icon {
  margin-right: 0.4em;
}
@media (min-width: 992px) {
  .c-g-nav__mega-menu__list {
    width: calc(100% - 234px);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1rem;
  }
}
@media (max-width: 991.9px) {
  .c-g-nav__mega-menu__list__item {
    display: block;
  }
  .c-g-nav__mega-menu__list__item:not(:first-of-type) {
    margin-top: 16px;
  }
}
.c-g-nav__mega-menu__list__img img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991.9px) {
  .c-g-nav__mega-menu__list__title {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .c-g-nav__mega-menu__list__title {
    font-size: 1em;
    margin-top: 0.5em;
  }
}
.c-g-nav__mega-menu__list__title__icon {
  margin-right: 0.4em;
}
@media (max-width: 991.9px) {
  .c-g-nav__mega-menu__list__title__icon {
    width: 11px;
    height: 2px;
    display: inline-block;
    background: #B03B4B;
    vertical-align: middle;
  }
}

.c-sub-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #555;
  color: #fff !important;
  width: 40px;
  height: 40px;
}
.c-sub-nav__item:not(:first-of-type) {
  margin-left: 15px;
}

.c-title__level3__01 {
  border-bottom: none;
  padding: 0;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.c-title__level3__01 + * {
  margin-top: 1.7em;
}

.c-btn__01 {
  background-color: #6C757D;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  color: #fff !important;
}
@media (max-width: 991.9px) {
  .c-btn__01 {
    width: calc(100% - 30px);
    height: 36px;
  }
}
@media (min-width: 992px) {
  .c-btn__01 {
    width: 454px;
    height: 46px;
  }
}

@media (max-width: 991.9px) {
  .c-inventory-list {
    margin-top: 1em;
  }
}
@media (min-width: 992px) {
  .c-inventory-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 2em 1%;
    margin-top: 3.75em;
  }
}

.c-fixed-btn {
  display: flex;
  position: fixed;
  right: 0;
  flex-direction: column;
  gap: 2%;
}
@media (max-width: 991.9px) {
  .c-fixed-btn {
    width: 9.3%;
    height: 62vw;
    bottom: 70px;
  }
}
@media (min-width: 992px) {
  .c-fixed-btn {
    width: 80px;
    height: 500px;
    bottom: 10px;
  }
}
.c-fixed-btn__button {
  width: 100%;
  height: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: tb-rl;
  z-index: 11;
  font-size: 124%;
  letter-spacing: 0.1em;
}
.c-fixed-btn__button img {
  max-width: 100%;
  height: auto;
}
.c-fixed-btn a.c-fixed-btn__button--contact:hover {
  color: #fff;
}

.l-section__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1450px;
  padding: 0 15px;
}

.c-mv {
  position: relative;
  text-align: center;
  background: #e9e9e9;
}
@media (max-width: 991.9px) {
  .c-mv {
    margin-top: 46px;
  }
}
.c-mv__inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.c-mv img {
  max-width: 100%;
  height: auto;
}
.c-mv__text {
  position: absolute;
  left: 0;
  z-index: 1;
}
@media (max-width: 991.9px) {
  .c-mv__text {
    top: 10.4vw;
    width: 82.1333333333vw;
    height: 30.5333333333vw;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .c-mv__text {
    bottom: min(32px, 1.6666666667vw);
    width: min(922px, 48.0208333333vw);
    height: min(116px, 6.0416666667vw);
  }
}

.c-input__checkbox {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
.c-input__checkbox__label {
  cursor: pointer;
  margin: 0;
}

.l-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 999;
}
@media (max-width: 991.9px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
  }
}
@media (min-width: 992px) {
  .l-header {
    height: 96px;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  width: 100%;
}
.l-header__logo {
  width: 148px;
  display: block;
  margin: 0;
}
.l-header__contents {
  max-width: 1596px;
  width: calc(100% - 168px);
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .l-header__contents {
    align-items: center;
    flex-direction: row;
  }
}
.l-header__contents__right {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .l-header__contents__right {
    width: 27.54%;
    min-width: 356px;
    justify-content: space-between;
  }
}
.l-header__sub-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__sub-nav__link {
  color: #aaa !important;
}

.l-footer {
  background: #000;
}
@media (max-width: 991.9px) {
  .l-footer {
    padding: 5em 0 12vw;
  }
}
@media (min-width: 992px) {
  .l-footer {
    padding: 5em 0 0;
  }
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
}
.l-footer__contents {
  width: 66.15%;
}
.l-footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.l-footer__nav__parent__link {
  font-size: 0.88em;
  color: #be003f !important;
  font-weight: 700;
}
@media (min-width: 992px) {
  .l-footer__nav__parent__link:hover {
    color: #ff2452 !important;
  }
}
.l-footer__nav__parent__item:not(:first-of-type) {
  margin-top: 2em;
}
.l-footer__nav__child {
  margin-top: 0.5em;
  padding-left: 1em;
}
.l-footer__nav__child__item:not(:first-of-type) {
  margin-top: 0.4em;
}
.l-footer__nav__child__item.m-child:not(:first-of-type) {
  margin-top: 1.9em;
}
.l-footer__nav__child__link {
  color: #fff !important;
  font-size: 0.813em;
}
@media (min-width: 992px) {
  .l-footer__nav__child__link:hover {
    color: #aaa !important;
  }
}
@media (max-width: 991.9px) {
  .l-footer__info {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .l-footer__info {
    max-width: 33%;
    width: 402px;
  }
}
.l-footer__info__sns {
  display: flex;
}
@media (max-width: 991.9px) {
  .l-footer__info__sns {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .l-footer__info__sns {
    justify-content: flex-end;
  }
}
.l-footer__info__lofo {
  margin-top: 1em;
}
.l-footer__info__lofo img {
  max-width: 100%;
  height: auto;
}
.l-footer a.c-sub-nav__item {
  color: #fff !important;
}
.l-footer__sub-nav {
  margin-top: 5em;
  display: flex;
  justify-content: center;
}
.l-footer__sub-nav__item {
  font-size: 12px;
}
.l-footer__sub-nav__item:not(:first-of-type) {
  padding-left: 1em;
  margin-left: 1em;
  border-left: 1px solid #fff;
}
.l-footer__sub-nav a {
  color: #fff !important;
}
.l-footer__sub-nav a:hover {
  color: #aaa !important;
}
.l-footer__copy {
  text-align: center;
  color: #d0d0d0;
}
@media (max-width: 991.9px) {
  .l-footer__copy {
    margin-top: 8em;
  }
}
@media (min-width: 992px) {
  .l-footer__copy {
    margin-top: 1em;
  }
}

.l-outline-location_list__link {
  display: inline-flex;
  align-items: center;
}
@media (min-width: 992px) {
  .l-outline-location_list__link {
    margin-top: 30px;
  }
}
.l-outline-location_list__link__icon {
  display: inline-flex;
  align-items: center;
}
.l-outline-location_list__link__text {
  margin-left: 8px;
}
.l-outline-location_list__link__text a {
  text-decoration: underline;
  font-weight: 500;
}

.p-index {
  padding-bottom: 5em;
}
.p-index__about {
  margin-top: 80px;
}
.p-index__about .l-section__inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.p-index__about__text-area {
  width: 46.47%;
}
.p-index__about__text {
  font-size: 1rem;
  line-height: 1.75;
}
.p-index__about__link {
  margin-top: 2.4em;
}
@media (max-width: 991.9px) {
  .p-index__about__link {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .p-index__about__link {
    text-align: right;
  }
}
.p-index__about__img-area {
  width: 50%;
}
.p-index__about__img-area img {
  max-width: 100%;
  height: auto;
}
.p-index__inventory {
  margin-top: 5em;
}
.p-index__news {
  margin-top: 5em;
  overflow: hidden;
}
.p-index__news-body {
  display: grid;
  gap: 1em;
}
@media (max-width: 991.9px) {
  .p-index__news-body {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .p-index__news-body {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 991.9px) {
  .p-index__news-footer {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .p-index__news-footer {
    text-align: right;
  }
}
.p-index__news__item__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-index__news__item__card {
  background: #fff;
}
.p-index__news__item__card__text-area {
  margin: 50px 0.5em;
}
@media (max-width: 991.9px) {
  .p-index__banner {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media (min-width: 992px) {
  .p-index__banner {
    margin-top: 5em;
    margin-bottom: 5em;
  }
}
@media (min-width: 992px) {
  .p-index__banner__contents {
    display: flex;
    justify-content: space-between;
  }
}
.p-index__banner__item {
  display: flex;
  border: 2px solid #000;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.9px) {
  .p-index__banner__item {
    height: 65px;
  }
  .p-index__banner__item:not(:first-of-type) {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .p-index__banner__item {
    height: 130px;
    width: 47.4%;
  }
}
.p-index__banner__text {
  font-size: 125%;
  font-weight: 500;
  font-weight: 700;
}
@media (max-width: 991.9px) {
  .p-index__banner__text {
    margin-left: 0.5em;
  }
}
@media (min-width: 992px) {
  .p-index__banner__text {
    margin-left: 1em;
  }
}/*# sourceMappingURL=style.css.map */