@charset "UTF-8";
/*--------------------------------------------------
 all
-------------------------------------------------- */
main {
  background: #ffffff;
}

.p-series_inv__header,.l-container--wrap,.p-invictus {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN-W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Helvetica, "メイリオ", Meiryo, "Lucida Grande", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, "Lucida Sans Unicode", verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  }

a:hover {
  text-decoration: none;
}

@media(min-width: 768px) {
  a[href^="tel:"]{
    pointer-events: none;
  }
}

img {
  width: 100%;
}

.p-series_inv--theme-dark {
  background: #000000;
}

.p-series_inv--theme-light {
  background: #ffffff;
}

.p-series_inv--theme-gray {
  background: #333333;
}

.p-series_inv--theme-light-gray {
  background: #f1f1f1;
}

.p-series_inv--theme-gradation {
  background: #00A7DB;
  background: linear-gradient(0deg,rgba(0, 167, 219, 1) 0%, rgba(0, 0, 0, 1) 40%);
}

.p-series_inv--bg__slant {
  position: relative;
}

.p-series_inv--bg__triangle {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 31px;
  background: linear-gradient(300deg,rgba(0, 167, 219, 1) 0%, rgba(0, 94, 173, 1) 50%);
  clip-path: polygon(0 100%, 100% 0%, 100% 100%);
  z-index: 0;
}

.p-series_inv--bg__slant__upper {
  padding: 0 0 30px;
}


/* title */
.c-heading-lv2__outer {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.c-heading-lv3__outer {
  margin: 60px 0 30px;
  text-align: center;
  }

.c-heading-lv2__outer--theme-dark .c-heading-lv2,
.c-heading-lv3__outer--theme-dark .c-heading-lv3
 {
  color: #ffffff;
}
.c-heading-lv2__outer--theme-light .c-heading-lv2,
.c-heading-lv3__outer--theme-dark .c-heading-lv3 {
  color: #000000;
}

h2.c-heading-lv2 {
  padding: 0 40px;
  font-size: 2.8rem;
  font-weight: bold;
}
.c-heading-lv2__sub {
  display: block;
  margin-bottom: 5px;
  color: #00A7DB;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}

h3.c-heading-lv3 {
  padding: 0 40px;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 auto;
}

h3.c-heading-lv3__sns::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("/files/user/images/series/invictus/common/icon_sns_instagram.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .c-heading-lv2__sub {
    margin-bottom: 2px;
    font-size: 1.2rem;
  }
  .c-heading-lv3__outer {
    margin: 40px 0 30px;
  }
  h3.c-heading-lv3__sns::before {
    width: 26px;
    height: 26px;
  }
}
/* lead */
.c-lead-text {
  color: #333333;
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
}
.c-lead-text--theme-dark {
  color: #ffffff;
}

/* p */
.p-series_inv__subtitle {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 30px;
}

.p-series_inv__subtitle--middle {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px;
}

/* btn */
.p-series_inv__button__outer {
  text-align: center;
}

.p-series_inv__button__outer .c-button {
  background: #00A7DB;
  position: relative;
  display: inline-block;
  margin: 30px auto 0;
  width: 300px;
  font-size: 1.6rem;
  font-weight: 600;
}

.p-series_inv__button__outer--theme-white .c-button {
  background: #ffffff;
  border: solid 1px #00A7DB;
  color: #00A7DB;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.p-series_inv__button__outer .c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  right: 20px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg)translateY(-50%);
  transition: transform 0.4s ease;
}

.p-series_inv__button__outer--theme-white .c-button:hover {
  background: #00A7DB;
  border: solid 1px #00A7DB;
  color: #ffffff;
  opacity: 1;
}

.p-series_inv__button__outer--small .c-button {
  font-size: 1.4rem;
  margin: 0;
  padding: 8px;
  width: 90%;
  min-width: auto;
  max-width: 220px;
}

.p-series_inv__button__outer--small .c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  right: 15px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg)translateY(-50%);
  transition: transform 0.4s ease;
}

@media screen and (max-width: 768px) {
  .p-series_inv__button__outer .c-button {
    width: 90%;
    max-width: 300px;
    padding: 12px 10px;
  }
}

/* cont */
@media screen and (min-width: 769px) {
  .p-series_inv__cont {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-series_inv__cont {
    padding: 60px 0;
    margin: 0 15px;
  }
}
.p-series_inv__cont--has-border {
  border-top: solid 1px #cccccc;
}

/* column */
.p-series_inv__media-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.p-series_inv__media-block__img,
.p-series_inv__media-block__txt {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .p-series_inv__media-block {
    flex-direction: row;
    align-items: center;
    gap: 50px;
  }

  .p-series_inv__media-block__img,
  .p-series_inv__media-block__txt {
    width: 50%;
  }
}

/* img */
.p-series_inv__banner picture,
.p-series_inv__banner img,
.p-series_inv__img picture,
.p-series_inv__img img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 30px auto 0;
}

/* note */
.p-series_inv__note__list__item {
  font-size: 1.2rem;
  display: flex;
  align-items: flex-start;
}

.p-series_inv__note__list__item::before {
  content: "※";
  margin-right: 0.5em;
  flex-shrink: 0;
}

.p-series_inv__note__list--middlecont {
  max-width: 1000px;
  margin: 0 auto;
}

.p-series_inv__note__list--small .p-series_inv__note__list__item {
  font-size: 1rem;
}

/* fadeIn */
.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
}

.fade-in-up.visible {
  animation: popFuwa 1.5s ease-out forwards;
}

.fade-delay-1.visible {
  animation-delay: 0.2s;
}
.fade-delay-2.visible {
  animation-delay: 1s;
}
.fade-delay-3.visible {
  animation-delay: 0.6s;
}

@keyframes popFuwa {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* visumo */
.p-invictus .ecbn-selection-title,
.p-invictus .ecbn-selection-description {
  display: none;
}

/* other */
.fs-16 {
  font-size: 1.6rem!important;
}
.fs-18 {
  font-size: 1.8rem!important;
}

.note-mark {
  font-size: 0.7em;
  vertical-align: super;
  margin-left: 2px;
}

/*--------------------------------------------------
 footer
-------------------------------------------------- */
section.l-footer__promise.l-footer__section,li.l-footer__guide__sns {
    display: none;
}
@media screen and (min-width: 769px) {
  .l-footer__section__outer {
    display: block;
  }
  .l-footer__section {
    width: 100%;
  }
}

/*--------------------------------------------------
 パンくず
-------------------------------------------------- */
@media screen and (max-width: 1020px) {
  .l-breadcrumb {
    background: #333333;
  }
  .l-breadcrumb__item,a.l-breadcrumb__link {
    color: #ffffff;
  }
  .l-breadcrumb__item:not(:first-child)::before {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
}

/*--------------------------------------------------
 header
-------------------------------------------------- */
header.l-header {
  border-bottom: none;
  background-color: #000000;
}

nav.l-nav.p-series_inv__nav {
  border: none;
}

.l-header__logo img {
  width: auto;
}

.p-series_inv__header .l-header__menu__link {
  width: auto;
  margin-bottom: 2px;
}

.p-series_inv__header__navLink__symbol {
  display: inline-block;
  line-height: 1;
}

/*--------------------------------------------------
 header_menu(PC)
-------------------------------------------------- */
@media screen and (min-width: 1021px) {
  .l-nav__member {
    display: none;
  }
  .p-series_inv__header .l-header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    height: 56px;
    max-width: 1200px;
  }
  .p-series_inv__header .l-header__logo__link {
    width: 173px;
    height: auto;
  }
  .p-series_inv__header__navLink {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    font-size: 1.1rem;
    font-weight: bold;
  }
  .p-series_inv__header__navLink__link,.l-header__bar__username {
    color: #ffffff;
  }
  .p-series_inv__header__navLink__item + .p-series_inv__header__navLink__item {
    margin-left: 20px;
  }
  .p-series_inv__header__navLink__symbol {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    vertical-align: -2px;
  }
  .symbol-cart:before {
    background: url(/files/user/images/common/spritesheet.png?v=1579089973&v=1579089973) no-repeat;
    background-position: -260px -178px;
    display: inline-block;
    content: ' ';
    width: 26px;
    height: 17px;
    vertical-align: middle;
  }
  /* gNAVI */
  .p-series_inv__nav.l-nav {
    background-color: #333333;
    font-size: 14px;
    font-weight: bold;
  }
  .p-series_inv__nav .l-nav__list {
    padding: 10px 0;
    margin: 0 auto;
    height: 40px;
  }
  .l-nav__item {
    flex: none;
  }
  .l-nav__item a {
    color: #fff;
  }
  .p-series_inv__nav .l-nav__item:not(:first-child) {
    border-left: solid 1px #ffffff;
  }
  /* gNAVI_menu */
  .l-nav__trigger {
    color: #fff;
    font-size: 14px;
  }
  .l-nav__child__link {
    width: calc(100% - 20px);
    margin: 0;
    border-bottom: none;
  }
  .p-series_inv__nav .l-nav__trigger {
    height: auto;
    line-height: inherit;
  }
  .p-series_inv__nav .l-nav__trigger:after {
    border-right: 2px solid #00A7DB;
    border-bottom: 2px solid #00A7DB;
  }
  .p-series_inv__nav .l-nav__item {
    padding: 0;
  }
  .p-series_inv__nav .l-nav__item:hover .l-nav__trigger:after {
    border-right: 2px solid #00A7DB;
    border-bottom: 2px solid #00A7DB;
  }
  .l-nav__item:hover .l-nav__trigger {
    background: #333333;
  }
  .l-nav__child {
    display: none;
    position: absolute;
    top: calc(100%);
    width: 100%;
    padding: 2px 0 10px;
    background-color: #333333;
    box-shadow: none;
    z-index: 3;
  }
  .l-nav__item:first-child .l-nav__child {
    border-top: solid 1px #ffffff;
    min-height: auto;
    padding: 0;
  }
  .l-nav__child__item {
    border-bottom: solid 1px #ffffff; 
  }
  .l-nav__child__item:last-child {
    border-bottom: none; 
  }
  .l-nav__child__item:first-child .l-nav__child__link {
      border-top: none;
  }
  .l-nav__item:first-child .l-nav__child__link {
    width: auto;
    padding: 15px;
  }
  .l-nav__child__link {
    font-weight: normal;
  }
  .l-nav__child__link::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    border-top: 2px solid #00A7DB;
    border-right: 2px solid #00A7DB;
    content: "";
  }
  /* hover_pc */
  .l-nav__child__item .l-nav__child__link {
    transition: background-color 0.4s ease;
  }
  .l-nav__child__item:hover .l-nav__child__link {
    background: #666666;
  }

}

/*--------------------------------------------------
 header_menu(SP)
-------------------------------------------------- */
ul.l-container--large.l-nav__list {
  display: none;
}
@media screen and (max-width: 1020px) {
  .p-series_inv__header.l-header {
    background-color: #000000;
    top: 0!important;
    height: auto;
  }
  .p-series_inv__header .l-header__menu {
    padding: 15px 0;
  }
  .p-series_inv__header .l-header__menu__list {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 15px;
  }
  .p-series_inv__header .l-header__menu__button {
    color: #fff;
  }
  .p-series_inv__header .-logo.l-header__menu__item {
    margin-right: 15%;
    margin-left: 10%;
  }

  .p-series_inv__header .l-header__menu__item.-logo {
    width: 36%;
  }

  .p-series_inv__header .l-header__menu__item.-logo img {
    width: auto;
  }
  .p-series_inv__header .-call .l-header__menu__button__symbol,
  .p-series_inv__header .-cart .l-header__menu__button__symbol {
    width: 20px;
    margin: 1px auto 4px;
  }
  .p-series_inv__header__logo {
    padding: 5px;
    background-color: #fff;
  }
  .p-series_inv__header__navLink {
    display: none;
  }
  /* menu_sp */
  .p-series_inv__nav.is-open ~ .l-nav__bg {
    opacity: 1;
    z-index: 3;
    pointer-events: auto;
  }

  .l-nav__close {
    border-radius: 40px!important;
  }
  .l-nav.p-series_inv__nav {
    padding: 70px 0px 40px;
  }
  .p-series_inv__nav .l-nav__member {
    padding: 0 15px 30px;
    font-size: 1.2rem;
    margin: 0;
  }
  .l-nav__member__item.-member .l-nav__member__button {
    background-color: #00A7DB;
  }
  .l-nav__member__item.-login .l-nav__member__button {
    background-color: #ffffff;
    color: #00A7DB;
    border: solid 1px #00A7DB;
  }
  .p-series_inv__nav .symbol-login:before {
    background: url(/files/user/images/series/invictus/common/spritesheet_blue.png?v=1758017470) no-repeat;
    background-position: -29px -199px;
    display: inline-block;
    content: ' ';
    width: 18px;
    height: 17px;
    vertical-align: middle;
  }
  .p-series_inv__nav .l-nav__list {
    border-top: solid 2px #CCCCCC; 
    border-bottom: solid 2px #CCCCCC;
  }
  .p-series_inv__nav .l-nav__item {
    padding: 15px;
    border-top: solid 1px #CCCCCC;
  }
  .p-series_inv__nav .l-nav__item a {
    display: block;
    font-weight: bold;
  }
  .p-series_inv__nav .l-nav__item a::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    border-top: 2px solid #00A7DB;
    border-right: 2px solid #00A7DB;
    content: "";
  }
  /* アコーディオン調整_sp */
  .l-nav__item.l-nav__item__acc {
      padding: 0;
      border: none;
  }
  .l-nav__trigger {
    padding: 15px;
    border-bottom: none;
    font-size: 16px;
    color: #333;
  }
  .l-nav__item__acc .l-nav__trigger::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    transform: rotate(135deg) translateY(50%);
    border-top: 2px solid #00A7DB;
    border-right: 2px solid #00A7DB;
    content: "";
  }
  .l-nav__item__acc.l-nav_active .l-nav__trigger::after {
    transform: rotate(-45deg) translateY(-50%);
  }
  .l-nav__child {
    display: none;
  }
  .l-nav_active .l-nav__child {
    display: block;
  }
  .l-nav__item.l-nav__item__acc .l-nav__child__link {
      padding: 15px 0 15px 30px;
      font-weight: normal;
      background: #f1f1f1;
  }
  .l-nav__item.l-nav__item__acc .l-nav__child__link::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    border-top: 2px solid #00A7DB;
    border-right: 2px solid #00A7DB;
    content: "";
  }
}

/*--------------------------------------------------
hero
-------------------------------------------------- */

.swiper-controls {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 1em;
  margin: 10px 0 30px;
}

.p-series_inv--hero .swiper-pagination {
  width: auto !important;
  display: flex;
  justify-content: center;
}

.p-series_inv--hero .swiper-pagination-bullet {
  background-color: #666666;
  width: 12px;
  height: 12px;
  margin: 0 5px;
}

.p-series_inv--hero .swiper-pagination-bullet-active {
  background-color: #005EAD;
  width: 12px;
  height: 12px;
}

.p-series_inv--hero .swiper-pagination {
  position: static;
  text-align: center;
}

/* 一時停止・再生 */
.swiper_pause {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #666666;
  color: #ffffff;
  font-size: 40px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
}

/* 一時停止アイコン（縦棒2本） */
.swiper_pause:not(.paused)::before,
.swiper_pause:not(.paused)::after {
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 4px;
  height: 16px;
  background-color: currentColor;
  content: "";
}
.swiper_pause:not(.paused)::before {
  left: 40%;
}
.swiper_pause:not(.paused)::after {
  left: 60%;
}

/* 再生アイコン（三角） */
.swiper_pause.paused::before {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 0.2em solid transparent;
  border-left: 0.3em solid currentColor;
  content: "";
}

/* hover */
.p-series_inv--hero a {
  transition: opacity 0.4s ease;
}
.p-series_inv--hero a:hover {
    opacity: 0.9;
}

@media screen and (min-width: 1200px) {

  .p-series_inv--hero .swiper {
    overflow: visible;
  }
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .swiper-slide img {
    max-width: 100%;
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
}

@media screen and (min-width: 769px) and (max-width: 1999px) {
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .swiper-slide img {
    max-width: 100%;
    width: 100%;
    min-height: 330px;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) {
  .p-series_inv--hero .swiper-button-prev,
  .p-series_inv--hero .swiper-button-next {
    display: none;
  }
}

/*--------------------------------------------------
brand category
-------------------------------------------------- */
.p-series_inv__category-btn__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  vertical-align: middle;
  max-width: 620px;
  margin: 0 auto;
}

.p-series_inv__category-btn__list__item {
  width: 49%;
  border: solid 1px #cccccc;
  border-radius: 6px;
  overflow: hidden;
}

.p-series_inv__category-btn__list__item-cleaner {
  background: #000000;
}

.p-series_inv__category-btn__list__item-beauty {
  background: #f1f1f1;
}

.p-series_inv__category-btn__list__item__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-series_inv__category-btn__list__item__img {
  width: 40%;
  background: #ffffff;
}

.p-series_inv__category-btn__list__item__txt {
  width: 60%;
  font-weight: 600;
  padding: 8px;
}

.p-series_inv__category-btn__list__item-cleaner .p-series_inv__category-btn__list__item__txt {
  color: #ffffff;
}

.p-series_inv__category-btn__list__item__link span {
  font-weight: normal;
  font-size: 1.2rem;
  display: block;
  color: #00A7DB;
  line-height: 1;
  margin: 0 0 1px;
}

/*--------------------------------------------------
cleaner
-------------------------------------------------- */
.p-series_inv--cleaner {
  color: #ffffff;
}

.p-series_inv--cleaner .p-series_inv__subtitle {
    color: #00A7DB;
}

.p-series_inv--cleaner .p-series_inv__img.p-series_inv__img--achievement {
  max-width: 340px;
  margin: 0 auto 30px;
}

.p-series_inv--cleaner .p-series_inv__img {
  max-width: 1000px;
  margin: 0 auto;
}

.p-series_inv__slider-product__list {
  margin: 30px auto 0;
  color: #333333;
}

.p-series_inv__slider-product__list__item {
  width: 32%;
  background: #ffffff;
  border-radius: 6px;
  padding: 15px 15px 20px;
}

.p-series_inv__slider-product__list__item__label {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  background: #005EAD;
  padding: 2px 6px;
  margin: 0 0 10px;
  align-self: flex-start;
}

h3.p-series_inv__slider-product__list__item__name {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 10px;
}

.p-series_inv__slider-product__list__item__txt {
  font-size: 1.4rem;
  margin: 0 0 15px;
}

.p-series_inv__slider-product__list__item__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-series_inv__slider-product__list__item__cont {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.p-series_inv__slider-product__list__item__txt {
  flex-grow: 1;
}

@media screen and (min-width: 769px) {
  .p-series_inv__slider-product__list {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #333333;
  }
}

@media screen and (max-width: 768px) {
  .p-series_inv__slider-product {
    overflow-x: scroll;
  }
  .p-series_inv__slider-product__list {
    display: flex;
    gap: 15px;
    width: fit-content;
    margin: 30px 0;
  }
  .p-series_inv__slider-product__list__item {
    flex: 0 0 200px;
  }
  .simplebar-scrollbar.simplebar-visible:before {
    opacity: 1;
  }
  .simplebar-scrollbar::before {
    background-color: #005EAD;
    border-radius: 8px;
  }
  .simplebar-track {
    background-color: #f1f1f1;
    border-radius: 8px;
    border: none;
  }
  .simplebar-track.simplebar-vertical {
    width: 16px;
  }
  .simplebar-track.simplebar-horizontal {
    height: 16px;
  }
}

/*--------------------------------------------------
product comparison
-------------------------------------------------- */
.p-series_inv__table__outer {
  max-width: 1000px;
  margin: 0 auto;
}

.p-series_inv__table {
  font-size: 1.4rem;
  border-spacing: inherit;
  margin: 0 0 20px;
}

.p-series_inv__table tbody td {
  text-align: center;
}

.p-series_inv__table thead th {
  color: #ffffff;
}

.p-series_inv__table__title-inv2 {
  background: #005EAD;
}

.p-series_inv__table__title-invg {
  background: #454648;
}

.p-series_inv__table__title-invl {
  background: #00A7DB;
}

.p-series_inv__table tbody th {
  background: #E5F6FC;
}

.p-series_inv__table tbody tr {
  background: #ffffff;
}

.p-series_inv__table tr:not(:last-child) {
  border-bottom: solid 1px #F1F1F1;
}

.p-series_inv__table__inner__title {
  border-bottom: solid 1px #F1F1F1;
}

.p-series_inv__table td:not(:last-child) {
  border-right: solid 1px #F1F1F1; 
}

.p-series_inv__table__inner__battery td {
  vertical-align: top;
}

.p-series_inv__table__inner__battery td img {
  margin: 10px 0;
}

@media screen and (min-width: 769px) {
  .p-series_inv__table thead th {
    font-size: 1.6rem;
  }
  .p-series_inv__table th,
  .p-series_inv__table td {
    padding: 20px;
  }
  .p-series_inv__table__inner__title {
    border-right: solid 1px #F1F1F1; 
  }
  .p-series_inv__table td {
    border-bottom: solid 1px #F1F1F1;
    width: 290px;
}

}

@media screen and (max-width: 768px) {
  .p-series_inv__table {
    display: block;
    width: 100%;
  }
  .p-series_inv__table thead th {
    padding: 10px 8px;
  }
  .p-series_inv__table thead th:first-child {
    display: none;
  }
  .p-series_inv__table tr {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-series_inv__table__inner__title {
    grid-column: 1 / -1;
    text-align: left;
    font-weight: bold;
  }
  .p-series_inv__table tbody th,
  .p-series_inv__table tbody td {
    padding: 8px;
  }
}


/*--------------------------------------------------
about
-------------------------------------------------- */
.p-series_inv--about {
  color: #ffffff;
}

/*--------------------------------------------------
support
-------------------------------------------------- */
.p-series_inv--support .p-series_inv__subtitle {
  color: #00A7DB;
}

.p-series_inv__support__list {
  margin-top: 50px;
}
.p-series_inv__support__list__item {
  position: relative;
  background: #ffffff;
  border-radius: 6px;
  padding: 50px 15px 30px;
}

@media screen and (min-width: 769px) {
  .p-series_inv__support__list {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-series_inv__support__list__item {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .p-series_inv__support__list__item + .p-series_inv__support__list__item {
    margin-top: 51px;
  }
}

/* support_ttl */
.p-series_inv__support__list__title {
  font-weight: 600;
  color: #00A7DB;
  text-align: center;
}
.p-series_inv__support__list__title__circle {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #00A7DB;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}
.p-series_inv__support__list__title__circle__label {
  font-size: 1.2rem;
  margin-bottom: 4px;
}
.p-series_inv__support__list__title__circle__number {
  font-size: 2.6rem;
  line-height: 1;
}

.p-series_inv__support__list__txt {
  text-align: center;
}

.p-series_inv__support__list__tel {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0 0 20px;
}

.p-series_inv__support__list__tel a::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("/files/user/images/series/invictus/common/icon_phone.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.p-series_inv__support__list__tel span {
   font-size: 1.4rem;
   display: block;
}


/*--------------------------------------------------
news
-------------------------------------------------- */
.p-series_inv--news .p-series_inv__cont {
  padding: 40px 0 0;
}

.p-series_inv__news__list {
  border-top: solid 1px #cccccc;
  max-width: 900px;
  margin: 0 auto;
}

.p-series_inv__news__list__item {
  border-bottom: solid 1px #cccccc;
  padding: 15px;
}

.p-series_inv__news__list__title {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.p-series_inv__news__list__title a {
  text-decoration: underline;
  transition: color 0.5s ease;
}
.p-series_inv__news__list__title a:hover {
  text-decoration: underline;
  color: #999999;
}
.p-series_inv__news__list__date {
  color: #999999;
  font-size: 1.4rem;
}
/*--------------------------------------------------
footerNav
-------------------------------------------------- */
.p-series_inv__footerNav__link__item__link,
.p-series_inv__footerNav__child a {
  color: #ffffff;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .p-series_inv__footerNav__linkArea {
    max-width: 1200px;
    margin: 0 auto;  
  }
  .p-series_inv__footerNav__child {
    display: none;
  }
  .p-series_inv__footerNav__link {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-series_inv__footerNav__link__item {
    position: relative;
    transition: background-color 0.3s ease;    
  }
  .p-series_inv__footerNav__link__item__link {
    display: inline-block;
    margin: 10px 0;
    padding: 0 30px;
    font-size: 1.4rem;
    border-right: 1px solid #fff;
  }
  .p-series_inv__footerNav__link__item:last-child .p-series_inv__footerNav__link__item__link {
    border-right: none;
  }

  .p-series_inv__footerNav__link__item:hover {
    background-color: #666666;
  }
}

@media screen and (max-width: 768px) {
  .p-series_inv__footerNav__linkArea {
    padding: 0 15px;
  }
  .p-series_inv__footerNav__link__item {
    position: relative;
  }
  .p-series_inv__footerNav__link__item:not(:last-child) {
    border-bottom: solid 1px #fff;
  }
  .p-series_inv__footerNav__link__item__link {
    display: block;
    padding: 20px 0 20px 5px;
  }
  .p-series_inv__footerNav__link__item:not(:first-child)::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    border-top: 2px solid #00A7DB;
    border-right: 2px solid #00A7DB;
    content: "";
  }
  /* アコーディオン内調整 */
  .p-series_inv__footerNav__child {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .is-open .p-series_inv__footerNav__child {
    max-height: 500px;
  }
  .p-series_inv__footerNav__trigger {
    position: relative;
  }
  .p-series_inv__footerNav__trigger::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 4px;
    width: 8px;
    height: 8px;
    transform: rotate(135deg) translateY(50%);
    border-top: 2px solid #00A7DB;
    border-right: 2px solid #00A7DB;
    content: "";
  }
  .p-series_inv__footerNav__link__item.is-open .p-series_inv__footerNav__trigger::after {
    right: 8px;
    transform: rotate(-45deg) translateY(50%);
    border-top: 2px solid #00A7DB;
    border-right: 2px solid #00A7DB;
  }
  .p-series_inv__footerNav__child li {
    border-top: solid 1px #ffffff;
    position: relative;
  }
  .p-series_inv__footerNav__child li a {
    font-weight: normal;
    display: block;
    padding: 20px 0 20px 10px;
  }
  .p-series_inv__footerNav__child li a::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    border-top: 2px solid #00A7DB;
    border-right: 2px solid #00A7DB;
    content: "";
  }
}