@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}

.venom_img {
  width: 100%;
}
.venom_img img {
  width: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/*コンテンツ部分*/
.block_01,
.block_02,
.block_03,
.block_04 {
  display: -webkit-box;
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
.caption #mainTxt_01 {
  display: inline-block;
  position: absolute;
  top: 3%;
  right: 3%;
}
.caption #mainTxt_02 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: absolute;
  bottom: 5%;
  left: 5%;
}

.caption #mainTxt_01 img {
}

.caption #mainTxt_02 img {
  width: 80%;
}
.venom_wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.content {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  /*background-color: #555555;*/
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 90px 40px;
  box-sizing: border-box;
  justify-content: space-evenly;
}

.content_r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.product_img {
  width: 52%;
  display: block;
  box-sizing: border-box;
}
.product_img img {
  width: 100%;
}
.product_info {
  width: 44%;
  display: block;
  box-sizing: border-box;
  margin-left: 4%;
  position: relative;
}

.bg_mark {
  display: block;
  position: absolute;
  top: 0;
  right: 1%;
}

.bg_mark_w {
  right: -20%;
}
.content_r .product_info {
  margin: 0 4% 0 0;
}

.venom_wrapper h2 {
  font-family: "aktiv-grotesk-extended", "noto-sans-cjk-jp", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  display: block;
  margin-bottom: 0.25em;
  text-align: center;
  margin: 40px auto 0.15em;
  background: url("/PC/ja/asset/img/nw/feature/venom_power/background/text-bg_img.jpg")
    no-repeat center center/cover;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.about_info h2 {
  font-family: "aktiv-grotesk-extended", "noto-sans-cjk-jp", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  display: block;
  margin-bottom: 0.25em;
  text-align: left;
  line-height: 1.2;
  background-image: none;
  color: #000000;
}

.product_info h3 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 46px;
  font-weight: 900;
  display: block;
  margin: 0.25em 0;
  line-height: 1.2;
}

.content_r .product_info h3 {
  color: #ffffff;
}

.title_sub {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  margin: 0 auto 1em;
  text-align: center;
  display: block;
}

.product_info p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1em;
}

.content_r .product_info p {
  color: #ffffff;
  font-weight: 500;
}

.product_name {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  display: inline-block;
  text-align: left;
  border-left: 2px #000000 solid;
  padding-left: 0.2em;
}

.content_r .product_info .product_name {
  border-left: 2px #ffffff solid;
}

.icons-b,
.icons-w {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
  text-align: left;
  border-left: 2px #000000 solid;
  box-sizing: border-box;
  padding: 0.25em 0.5em;

  margin-bottom: 10px;
  transform: skewX(-15deg);
}

.icons-w {
  background-color: #ffffff;
  color: #000000;
}

.icons-b {
  background-color: #000000;
  color: #ffffff;
}
.icons-b span,
.icons-w span {
  transform: skewX(15deg);
  display: block;
}

.icons-b {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
  text-align: left;
  border-left: 2px #000000 solid;
  box-sizing: border-box;
  padding: 0.25em 0.5em;
  background-color: #000000;
  color: #ffffff;
  margin-bottom: 10px;
  transform: skewX(-15deg);
}

.block_00,
.block_01,
.block_02,
.block_03 {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}

.block_00 {
}

.about_info {
  width: 50%;
}
.block_00 {
  background-image: url("/PC/ja/asset/img/nw/feature/venom_power/background/car_01.png");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 50px 20px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}

.block_00 p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: justify;
}
.block_01 {
  background-image: url("/PC/ja/asset/img/nw/feature/venom_power/background/bc_img_01.jpg");
}

.block_02 {
  background-image: url("/PC/ja/asset/img/nw/feature/venom_power/background/bc_img_02.jpg");
}

.block_03 {
  background-image: url("/PC/ja/asset/img/nw/feature/venom_power/background/bc_img_03.jpg");
}
.link-text {
  display: block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  margin: 1em 0 1em auto;
  width: fit-content;
  color: #111111;
  padding-bottom: 5px;
  position: relative;
}
.link-text-active {
  background-color: #76171b;
  color: #fff;
  padding: 0.5em 1em;
  transition: 0.5s;
}
.link-text-active:hover {
  background-color: #fff;
  color: #76171b;
  padding: 0.5em 1em;
}
.link-text-w {
  color: #ffffff;
  font-weight: 500;
  margin-left: auto;
  display: block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  margin: 1em 0;
  padding-bottom: 5px;
  position: relative;
}
/*.link-text::after{
content:'';
 display: inline-block;
  width: 24px;
  height: 24px;
background-image: url('.https://fujicorporation.life/BASE/asset/img/feature/venom_power/link_icon.svg');
 background-size: contain;
  vertical-align: middle;
margin-left: 0.15em;
transform: translateY(-2px);

}

.link-text::before {
  background: #76171b;
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
   transform-origin: center top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.link-text:hover::before {
   transform-origin: center top;
  transform: scale(1, 1);
}*/
.navs {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.navs ul {
  text-decoration: none;
  padding: 0;
  margin: 20px auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.navs ul li {
  margin: 0 40px;
  display: block;
  width: 240px;
  text-align: center;
  background-image: url("/PC/ja/asset/img/nw/feature/venom_power/nav_bg.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  padding: 50px 0;
}

.navs ul li a {
  text-decoration: none;
  transition: 0.3s;
}

.navs ul li a:hover {
  color: #76171b;
}

.navs-text::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/PC/ja/asset/img/nw/feature/venom_power/icon.png");
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.15em;
}
.inch_icons {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.inch_icon {
  display: block;
  box-sizing: border-box;
  padding: 0.25em 0.75em;
  margin-right: 0.25em;
}
.inch_icon p {
  display: block;
  text-align: center;
  font-family: "din-2014", sans-serif;
  margin: 0;
  line-height: 1;
  padding: 0;
  font-size: 24px;
}

.inch_icon_w p {
  display: block;
  text-align: center;
  font-family: "din-2014", sans-serif;
  margin: 0;
  line-height: 1;
  color: #111111 !important;
  font-weight: bold !important;
}
.inch_icon span {
  display: block;
  text-align: center;
  font-family: "din-2014", sans-serif;
}
.inch_icon_w span {
  font-weight: bold !important;
}
.inch_icon_b {
  background-color: #000000;
  color: #ffffff;
}

.inch_icon_w {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.size-list {
  width: 100%;
  max-height: 600px; /* テーブルの高さを制限*/
  max-width: 900px; /*テーブルの高さを制限  */
  overflow: auto; /* スクロールを有効にする */
  position: relative;
}

#table03 {
  font-family: "din-2014", "noto-sans-cjk-jp", sans-serif;
  width: 100%;
  border-spacing: 0;
  font-size: 16px;
}

.spec {
  font-size: 18px;
}

#table03 th:first-child,
#table03 td:first-child {
  text-align: center;
  width: 100%;
  min-width: 240px;
  padding: 10px;
  height: 50px;
  border: 1px solid #ccc;
  align-content: center;
}

#table03 th,
#table03 td {
  text-align: center;
  width: calc(100% / 5);
  min-width: 140px;
  padding: 10px;
  height: 50px;
  border: 1px solid #ccc;
  align-content: center;
}

#table03 td {
  background: rgba(255, 255, 255, 0.5);
}
.fixed01,
.fixed02 {
  position: sticky;
  top: 0;
  left: 0;
  color: #fff;
  background: #333;
}
.fixed01:before,
.fixed02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}

.fixed01 {
  z-index: 2;
}
.fixed02 {
  z-index: 1;
}

.block_04 ul {
  padding: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  list-style: none;
}

.block_04 ul li {
  display: block;
  width: calc(100% / 4 - 10px);
  margin: 10px 0;
  box-sizing: border-box;
  position: relative;
}

.zoom_icon:before {
  display: block;
  position: absolute;
  content: "";
  width: 40px; /*画像の幅*/
  height: 40px; /*画像の高さ*/
  background-image: url("/PC/ja/asset/img/nw/feature/venom_power/zoom_icon.png");
  background-size: contain;
  vertical-align: middle;
  top: 0;
  left: 0;
  z-index: 5;
}

.block_04 ul li img {
  width: 100%;
}

.sw {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  margin: 0 20px 0 0;
  font-size: 18px;
  font-weight: bold;
  font-family: "din-2014", "noto-sans-cjk-jp", sans-serif;
  width: calc(50% - 20px);
}
.sw p {
  font-size: 18px;
}
.sw img {
  width: 30%;
  margin-right: 10px;
}

.sw_inner {
  width: calc(70% - 10px);
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  font-size: 18px;
}
.sw_note_bsw {
  display: inline-block;
  padding: 0.25em 1em;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  margin-right: 0.5em;
}

.sw_note {
  display: block;
  font-family: "din-2014", "noto-sans-cjk-jp", sans-serif;
  margin: 20px 0 0;
  text-align: left;
  font-size: 18px;
}

.sw_note_w {
  color: #ffffff;
  margin-right: auto;
}
.sw_note_rwl {
  display: inline-block;
  padding: 0.25em 1em;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  margin-right: 0.5em;
}

.bsw {
  background: rgba(0, 0, 0, 1) !important;
  font-weight: bold;
  color: #fff;
}
.rwl {
  background: rgba(255, 255, 255, 1) !important;
  font-weight: bold;
  color: #000;
}
.xt_info {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  #table03 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  #table03 .fixed {
    position: sticky;
    left: 0;
  }
  #table05 .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
  }

  .sw_note {
    display: block;
    font-family: "din-2014", "noto-sans-cjk-jp", sans-serif;
    margin: 20px 0 0;
    text-align: left;
    font-size: 18px;
  }

  .sw_note_w {
    color: #ffffff;
    margin-right: auto;
  }

  .about_info {
    width: 100%;
  }
  .about_info h2 {
    text-align: left;
  }
  .block_00 p {
    font-size: 16px;
  }
  .block_00 {
    background-image: url("/PC/ja/asset/img/nw/feature/venom_power/background/car_01.png");
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 50px 20px;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
  }
  .product_img {
    width: 52%;
    display: block;
    box-sizing: border-box;
  }
  .product_img img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .product_info {
    width: 44%;
    display: block;
    box-sizing: border-box;
    margin-left: 4%;
    position: relative;
  }
  .bg_mark {
    display: block;
    position: absolute;
    top: 0;
    right: 1%;
  }
  .bg_mark_w {
    right: -20%;
  }
  .content_r .product_info {
    margin: 0 6% 0 0;
  }
  .content {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;

    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 90px 40px;
    box-sizing: border-box;
  }
  .icons-b {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    display: inline-block;
    text-align: left;
    border-left: 2px #000000 solid;
    box-sizing: border-box;
    padding: 0.25em 0.5em;
    background-color: #000000;
    color: #ffffff;
    margin-bottom: 10px;
    transform: skewX(-15deg);
  }
  .product_info h3 {
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 46px;
    font-weight: 900;
    display: block;
    margin: 0.25em 0;
    line-height: 1.2;
  }
  .product_name {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    display: inline-block;
    text-align: left;
    border-left: 2px #000000 solid;
    padding-left: 0.2em;
  }
  .content_r .product_info {
    margin: 0 6% 0 0;
  }
  .bg_mark_w {
    right: -20%;
  }
  .bg_mark {
    display: block;
    position: absolute;
    top: 0;
    right: 1%;
    width: 100%;
    max-width: 160px;
  }
  .block_04 ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    list-style: none;
  }
  .block_04 ul li {
    display: block;
    width: calc(100% / 4 - 10px);
    margin: 10px 0;
    box-sizing: border-box;
    position: relative;
  }
  .zoom_icon:before {
    display: block;
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url("/PC/ja/asset/img/nw/feature/venom_power/zoom_icon.png");
    background-size: contain;
    vertical-align: middle;
    top: 0;
    left: 0;
    z-index: 5;
  }
  .sw {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
  .content {
    padding: 20px;
  }

  .product_img {
    width: 100%;
  }
  .product_info {
    width: 100%;
    margin: 0;
  }
  .bg_mark {
    width: 100%;
    max-width: 200px;
  }

  .bg_mark_w {
    right: 0;
    width: 100%;
    max-width: 200px;
  }
  venom_wrapper h2 {
    font-size: 3rem;
  }
  .about_info h2 {
    font-size: 3rem;
    text-align: center;
    width: 100%;
    word-break: normal;
  }
  .product_info h3 {
    font-size: 34px;
  }
  .product_name {
    font-size: 14px;
  }

  .icons-b {
    font-size: 13px;
  }
  .about_info {
    width: 100%;
    height: 400px;
  }
  .block_00 {
    background-position: right bottom;
    padding: 20px 10px;
  }
  .block_00 p {
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    display: block;
    box-sizing: border-box;
    padding: 0 0.5em;
  }
  .link-text {
    font-weight: 800;
    margin: 1em auto;
    text-align: center;
  }
  .link-text-w {
    color: #ffffff;
    font-weight: 500;
    margin-left: auto;
    margin-top: 1em;
    margin-top: 1em;
    margin-right: auto;
    text-align: center;
  }
  .link-text-active {
    background-color: #76171b;
    color: #fff;
    padding: 0.5em 1em;
    transition: 0.5s;
  }
  .block_04 ul li {
    width: calc(100% / 3 - 10px);
  }

  .sw_note {
    font-size: 14px;
  }

  .sw p {
    font-size: 14px;
  }
  #table03 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    font-size: 12px;
  }
	
#table03 th:first-child,
#table03 td:first-child {
    text-align: center;
    width: auto;
    min-width: 150px;
    padding: 10px;
    height: 60px;
    border: 1px solid #ccc;
    font-size: 12px;
}
	
  #table03 th,
  #table03 td {
    text-align: center;
    width: auto;
    min-width: auto;
    padding: 10px;
    height: 60px;
    border: 1px solid #ccc;
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .product_img img {
    width: 100%;
  }
}

.img_note{
display: block;
    width: 100%;
text-align: left;
font-size: 14px;
margin-top: 20px;
  }


.note_w{
color: #ffffff
  }

.gallery_note{
text-align: center;
display: block;
margin-top: -20px;
  }



