@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/* ----------------------
- base
- fadein
- sttl
- cmn_txt
- mv_sec
- release_date
- tab switch
- RE8
	- parallax_area
	- nav_sec
	- FEATURE
	- FEATURE01
	- FEATURE02
	- FEATURE03
	- FEATURE04
	- GALLERY
	- PRODUCTS
	- sns_list
- RE6
	-	parallax_area
	- nav_sec
	- PERFORMANCE
	- DESIGN
	- GALLERY
	- PRODUCTS
	- sns_list
	-	modaal
---------------------- */
/*=======================================
　base
=======================================*/
html {
  overflow-x: clip;
  scroll-padding-top: 110px;
}

body {
  overflow-x: clip;
}

#headerLow {
  margin-bottom: 0;
}

main * {
  font-family: inherit;
}

main {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
  font-weight: 400;
  letter-spacing: 0.1em;
}
main .anchor {
  padding-top: 80px;
  margin-top: -80px;
  display: block;
}
@media screen and (max-width: 768px) {
  main .anchor {
    padding-top: 20px;
    margin-top: -20px;
  }
}
main img {
  width: 100%;
}
main .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 980px;
}
main .alpha:hover {
  opacity: 0.7;
}
main sup {
  font-size: 60%;
}
main .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .nowrap {
  white-space: nowrap;
}
main :where(svg) {
  display: block;
}

/*=======================================
　fadein
=======================================*/
/* その場でふわっと */
.fadeIn {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.fadeIn.is-show {
  opacity: 1;
}

/* 上から */
.fadeIn_down {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.fadeIn_down.is-show {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/*=======================================
　sttl
=======================================*/
.sttl01 {
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  margin-bottom: 35px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
}

.sttl02 {
  font-size: 84px;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sttl02 {
    font-size: 67px;
    margin-bottom: 50px;
  }
}
.sttl02 .en {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sttl02 .en {
    font-size: 20px;
  }
}

/*=======================================
　cmn_txt
=======================================*/
.cmn_txt01 {
  font-size: 18px;
  line-height: 1.777;
}
@media screen and (max-width: 768px) {
  .cmn_txt01 {
    font-size: 16px;
    line-height: 2;
  }
}

/*=======================================
　mv_sec
=======================================*/
.mv_sec {
  /* Swiper */
}
.mv_sec .inner {
  width: 100%;
  max-width: inherit;
  position: relative;
}
.mv_sec .inner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 30.2%;
}
@media screen and (max-width: 768px) {
  .mv_sec .inner h1 {
    width: 56.16%;
  }
}
.mv_sec .inner .scroll_img {
  display: block;
  width: 72px;
  height: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 15px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv_sec .inner .scroll_img {
    width: 57px;
  }
}
.mv_sec .swiper-slide-active .swiper-img,
.mv_sec .swiper-slide-duplicate-active .swiper-img,
.mv_sec .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomDown 7s linear 0s normal both;
          animation: zoomDown 7s linear 0s normal both;
}
.mv_sec .swiper-slide img {
  height: auto;
  width: 100%;
}

@-webkit-keyframes zoomDown {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomDown {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .boty_2025,
  .gd_2025 {
    height: 66px !important;
  }
}

@media screen and (max-width: 768px) {
  .boty_2025 img {
    width: 352px !important;
  }
}

@media screen and (max-width: 768px) {
  .gd_2025 {
    height: 61px !important;
  }
  .gd_2025 img {
    width: 262px !important;
  }
}

/*=======================================
　release_date
=======================================*/
.release_date {
  background: #999FAA;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .release_date {
    height: 56px;
  }
}
.release_date img {
  width: 35.12%;
  max-width: 479.8101px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .release_date img {
    width: 78.85%;
    max-width: 302.4268px;
  }
}

/* ===================================
banner-area
======================================= */
.banner-area {
  padding-block: 47px;
}
.banner-area a {
  display: block;
  width: 90%;
  max-width: 980px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .banner-area {
    padding-block: 24px;
  }
  .banner-area a {
    max-width: 336px;
  }
}

/*=======================================
　tab switch
=======================================*/
.tab_wrapper {
  position: relative;
}
.tab_wrapper .switch {
  position: relative;
  width: 100vw;
  height: 134px;
  background-color: #d8d8d8;
}
@media screen and (max-width: 768px) {
  .tab_wrapper .switch {
    height: 56px;
  }
}
.tab_wrapper .switch .switch_btn {
  position: absolute;
  width: calc(50vw + 40px);
  height: 134px;
  border: none;
  cursor: pointer;
  -webkit-transition: color 0.2s ease, -webkit-clip-path 0.25s ease;
  transition: color 0.2s ease, -webkit-clip-path 0.25s ease;
  transition: clip-path 0.25s ease, color 0.2s ease;
  transition: clip-path 0.25s ease, color 0.2s ease, -webkit-clip-path 0.25s ease;
  will-change: clip-path;
}
@media screen and (max-width: 768px) {
  .tab_wrapper .switch .switch_btn {
    width: calc(50vw + 12px);
    height: 56px;
  }
}
.tab_wrapper .switch .switch_btn.left {
  left: 0;
  background: #000;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 80px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 80px) 100%, 0 100%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .tab_wrapper .switch .switch_btn.left {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
  }
}
.tab_wrapper .switch .switch_btn.left svg path {
  fill: rgba(255, 255, 255, 0.3);
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .tab_wrapper .switch .switch_btn.left:hover svg path {
    fill: rgb(255, 255, 255);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .tab_wrapper .switch .switch_btn.left:hover svg path {
    fill: rgb(255, 255, 255);
  }
}
.tab_wrapper .switch .switch_btn.left.active {
  pointer-events: none;
  -webkit-clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 100%, 0 100%);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .tab_wrapper .switch .switch_btn.left.active {
    -webkit-clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 100%, 0 100%);
  }
}
.tab_wrapper .switch .switch_btn.left.active::before {
  content: "";
  width: calc(50vw - 40px);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 1px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .tab_wrapper .switch .switch_btn.left.active::before {
    width: calc(50vw - 12px);
  }
}
.tab_wrapper .switch .switch_btn.left.active svg path {
  fill: rgb(255, 255, 255);
}
.tab_wrapper .switch .switch_btn.left svg {
  margin-left: auto;
  margin-right: 160px;
}
@media screen and (max-width: 768px) {
  .tab_wrapper .switch .switch_btn.left svg {
    margin-right: 50px;
  }
}
.tab_wrapper .switch .switch_btn.right {
  right: 0;
  background: #d8d8d8;
  color: rgba(0, 0, 0, 0.5);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 80px 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 80px 100%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .tab_wrapper .switch .switch_btn.right {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 12px 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 12px 100%);
  }
}
.tab_wrapper .switch .switch_btn.right svg path {
  fill: rgba(0, 0, 0, 0.3);
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .tab_wrapper .switch .switch_btn.right:hover svg path {
    fill: rgb(0, 0, 0);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .tab_wrapper .switch .switch_btn.right:hover svg path {
    fill: rgb(0, 0, 0);
  }
}
.tab_wrapper .switch .switch_btn.right.active {
  pointer-events: none;
  -webkit-clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .tab_wrapper .switch .switch_btn.right.active {
    -webkit-clip-path: polygon(24px 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(24px 0, 100% 0, 100% 100%, 0 100%);
  }
}
.tab_wrapper .switch .switch_btn.right.active svg path {
  fill: rgb(0, 0, 0);
}
.tab_wrapper .switch .switch_btn.right.active::before {
  content: "";
  width: calc(50vw - 40px);
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 1px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .tab_wrapper .switch .switch_btn.right.active::before {
    width: calc(50vw - 12px);
  }
}
.tab_wrapper .switch .switch_btn.right svg {
  margin-left: 160px;
}
@media screen and (max-width: 768px) {
  .tab_wrapper .switch .switch_btn.right svg {
    margin-left: 50px;
  }
}
.tab_wrapper .switch .switch_btn svg {
  display: block;
  max-width: 236px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .tab_wrapper .switch .switch_btn svg {
    width: 100px;
  }
}

/* ==============================
RE8
============================== */
.tab_re8 {
  /*=======================================
  　parallax_area
  =======================================*/
  /*=======================================
  　nav_sec
  =======================================*/
  /*=======================================
  　FEATURE
  =======================================*/
  /* bg_grid */
  /* count_box01,02 */
  /* spec */
  /*=======================================
  　FEATURE01 空力
  =======================================*/
  /*=======================================
  　FEATURE02 剛性
  =======================================*/
  /*=======================================
  　FEATURE03 重量
  =======================================*/
  /*=======================================
  　FEATURE04 デザイン
  =======================================*/
  /*=======================================
  　GALLERY
  =======================================*/
  /* thumbnail Splide*/
  /*=======================================
  　PRODUCTS
  =======================================*/
  /*=======================================
  　sns_list
  =======================================*/
}
.tab_re8 .extend_sec {
  background: #000;
  padding: 115px 0 40px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .extend_sec {
    padding: 55px 0 50px;
  }
}
.tab_re8 .extend_sec .inner h2 {
  max-width: 521.5347px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .extend_sec .inner h2 {
    width: 86.61%;
    margin-bottom: 15px;
  }
}
.tab_re8 .extend_sec .inner .lead_txt {
  font-size: 22px;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .extend_sec .inner .lead_txt {
    font-size: 16px;
  }
}
.tab_re8 .extend_sec .inner .img {
  margin-bottom: 40px;
}
.tab_re8 .extend_sec .inner .copy {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 2.058;
}
@media screen and (max-width: 768px) {
  .tab_re8 .extend_sec .inner .copy {
    font-size: 24px;
    line-height: 1.588;
  }
}
.tab_re8 .extend_sec .inner .cmn_txt01 {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 360px) {
  .tab_re8 .extend_sec .inner .cmn_txt01 {
    letter-spacing: 0.01em;
  }
}
.tab_re8 .parallax_area {
  background: #969696;
  z-index: -1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tab_re8 .parallax_area {
    height: 66.6666666667vw;
  }
}
.tab_re8 .parallax_area .inner {
  height: 100%;
  background: url("../images/parallax_bg01.jpg") no-repeat;
  background-size: 100% 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 575px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .parallax_area .inner {
    background: url("../images/parallax_bg01_sp.jpg") no-repeat;
    min-height: inherit;
  }
}
.tab_re8 .parallax_area .inner img {
  z-index: 0;
  width: 80.176%;
  max-width: 785.7248px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .tab_re8 .parallax_area .inner img {
    width: 90%;
  }
}
.tab_re8 .parallax_area .inner img.is-fixed {
  position: fixed;
}
@media screen and (max-width: 768px) {
  .tab_re8 .nav_sec .inner {
    width: 100%;
  }
}
.tab_re8 .nav_sec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .tab_re8 .nav_sec ul {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.tab_re8 .nav_sec ul li {
  height: 114px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tab_re8 .nav_sec ul li {
    height: 68px;
  }
}
.tab_re8 .nav_sec ul li:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  background: linear-gradient(180deg, transparent 0%, transparent 20px, #DCDCDC 20px, #DCDCDC calc(100% - 20px), transparent calc(100% - 20px), transparent 100%);
  position: absolute;
  right: 0;
  top: 0;
}
.tab_re8 .nav_sec ul li a {
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.tab_re8 .nav_sec ul li a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.tab_re8 .nav_sec ul li a > span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}
.tab_re8 .nav_sec ul li a > span::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  left: calc(50% - 3.5px);
  bottom: 0;
  -webkit-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .tab_re8 .nav_sec ul li a > span::after {
    width: 5px;
    height: 5px;
  }
}
.tab_re8 .nav_sec ul li a > span .en {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .tab_re8 .nav_sec ul li a > span .en {
    font-size: 26px;
  }
}
.tab_re8 .nav_sec ul li a > span .jp {
  font-size: 14px;
  color: #B2B2B2;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .nav_sec ul li a > span .jp {
    font-size: 13px;
    padding-top: 3px;
  }
}
.tab_re8 .nav_sec ul li a > span .jp02 {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .nav_sec ul li a > span .jp02 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 22px;
  }
}
.tab_re8 .nav_sec ul li a > span .num {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .nav_sec ul li a > span .num {
    width: 22px;
    font-size: 16px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .tab_re8 .nav_sec ul li a:hover {
    opacity: 1;
  }
  .tab_re8 .nav_sec ul li a:hover::after {
    visibility: visible;
    opacity: 1;
  }
  .tab_re8 .nav_sec ul li a:hover span::after {
    bottom: -5px;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .tab_re8 .nav_sec ul li a:hover {
    opacity: 1;
  }
  .tab_re8 .nav_sec ul li a:hover::after {
    visibility: visible;
    opacity: 1;
  }
  .tab_re8 .nav_sec ul li a:hover span::after {
    bottom: -5px;
  }
}
.tab_re8 .nav_sec ul li a.link_grayout {
  pointer-events: none;
}
.tab_re8 .nav_sec ul li a.link_grayout span {
  color: #B2B2B2;
}
.tab_re8 .nav_sec ul li a.link_grayout span .jp {
  color: #B2B2B2 !important;
}
.tab_re8 .nav_sec ul li a.link_grayout span::after {
  display: none;
}
.tab_re8 .nav_sec .nav_feature {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .tab_re8 .nav_sec .nav_feature {
    border-bottom: 20px solid #000;
  }
}
.tab_re8 .nav_sec .nav_feature ul li {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .tab_re8 .nav_sec .nav_feature ul li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .tab_re8 .nav_sec .nav_feature ul li:nth-child(1) {
    width: 100%;
  }
}
.tab_re8 .nav_sec .nav_feature ul li:nth-child(1)::after {
  display: none;
}
.tab_re8 .nav_sec .nav_feature ul li:nth-child(1) a {
  background: #000;
}
@media screen and (max-width: 768px) {
  .tab_re8 .nav_sec .nav_feature ul li:nth-child(1) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .tab_re8 .nav_sec .nav_feature ul li:nth-child(1) a > span {
    gap: 0 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.tab_re8 .nav_sec .nav_feature ul li:nth-child(1) a > span::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.tab_re8 .nav_sec .nav_feature ul li:nth-child(1) a > span .en {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tab_re8 .nav_sec .nav_feature ul li:nth-child(2), .tab_re8 .nav_sec .nav_feature ul li:nth-child(3) {
    border-bottom: 1px solid #DCDCDC;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .tab_re8 .nav_sec .nav_feature ul li:nth-child(2)::before, .tab_re8 .nav_sec .nav_feature ul li:nth-child(3)::before {
    content: "";
    width: 5%;
    height: 2px;
    display: inline-block;
    background: #fff;
    position: absolute;
    bottom: -0.5px;
  }
}
@media screen and (max-width: 768px) {
  .tab_re8 .nav_sec .nav_feature ul li:nth-child(2)::before {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .tab_re8 .nav_sec .nav_feature ul li:nth-child(3)::before {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .tab_re8 .nav_sec .nav_feature ul li:nth-child(3)::after, .tab_re8 .nav_sec .nav_feature ul li:nth-child(5)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .tab_re8 .nav_sec .nav_feature ul li:not(:nth-child(1)) a > span {
    width: 80%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 1em;
  }
}
.tab_re8 .nav_sec .nav_products {
  background: #D2D2D2;
}
.tab_re8 .nav_sec .nav_products ul li {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .tab_re8 .nav_sec .nav_products ul li {
    width: 50%;
  }
}
.tab_re8 .nav_sec .nav_products ul li::after {
  background: linear-gradient(180deg, transparent 0%, transparent 20px, #B2B2B2 20px, #B2B2B2 calc(100% - 20px), transparent calc(100% - 20px), transparent 100%);
}
@media screen and (max-width: 768px) {
  .tab_re8 .nav_sec .nav_products ul li a > span {
    padding-bottom: 7px;
  }
}
.tab_re8 .nav_sec .nav_products ul li a > span .jp {
  color: #000;
}
@media screen and (max-width: 768px) {
  .tab_re8 .nav_sec .nav_products ul li:nth-child(1), .tab_re8 .nav_sec .nav_products ul li:nth-child(2) {
    border-bottom: 1px solid #B2B2B2;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .tab_re8 .nav_sec .nav_products ul li:nth-child(1)::before, .tab_re8 .nav_sec .nav_products ul li:nth-child(2)::before {
    content: "";
    width: 5%;
    height: 2px;
    display: inline-block;
    background: #D2D2D2;
    position: absolute;
    bottom: -0.5px;
  }
}
@media screen and (max-width: 768px) {
  .tab_re8 .nav_sec .nav_products ul li:nth-child(1)::before {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .tab_re8 .nav_sec .nav_products ul li:nth-child(2)::before {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .tab_re8 .nav_sec .nav_products ul li:nth-child(even)::after {
    display: none;
  }
}
.tab_re8 .feature_sec {
  background: #000;
  padding: 95px 0 80px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .feature_sec {
    padding: 70px 0 40px;
  }
}
.tab_re8 .feature_sec .inner {
  position: relative;
}
.tab_re8 .feature_sec .inner .sttl01, .tab_re8 .feature_sec .inner .copy, .tab_re8 .feature_sec .inner .lead_txt {
  color: #fff;
  text-align: center;
}
.tab_re8 .feature_sec .inner .copy {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 15px;
}
.tab_re8 .feature_sec .inner .lead_txt {
  padding-bottom: 35px;
  border-bottom: 1px solid #505050;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.666;
}
@media screen and (max-width: 768px) {
  .tab_re8 .feature_sec .inner .lead_txt {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 25px;
  }
}
.tab_re8 .feature_sec .inner .container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 420px;
  width: 331.1091px;
  height: 244.8829px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .tab_re8 .feature_sec .inner .container {
    width: 189.2957px;
    height: 144px;
    top: 470px;
  }
}
.tab_re8 .feature_sec .inner .container .line {
  position: absolute;
  background: radial-gradient(circle, #fff 50%, transparent calc(50% + 2px)); /* ドットにするための背景 */
  background-size: 7px 9px; /* ドットのサイズを調整 */
  background-repeat: repeat; /* 背景を繰り返す */
  width: 0;
  height: 2px; /* ドットの高さ */
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* アニメーション終了後に状態を保持 */
}
.tab_re8 .feature_sec .inner .container .line.line1 {
  top: 0;
  left: calc(50% - 1px); /* 上部の頂点からスタート */
  -webkit-transform: rotate(124deg);
      -ms-transform: rotate(124deg);
          transform: rotate(124deg);
}
@media screen and (max-width: 768px) {
  .tab_re8 .feature_sec .inner .container .line.line1 {
    top: 5px;
  }
}
.tab_re8 .feature_sec .inner .container .line.line2 {
  top: 242.8829px; /* 左下の頂点からスタート */
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (max-width: 768px) {
  .tab_re8 .feature_sec .inner .container .line.line2 {
    top: auto;
    bottom: 0;
  }
}
.tab_re8 .feature_sec .inner .container .line.line3 {
  top: 242.8829px; /* 右下の頂点からスタート */
  left: 329.1091px; /* 右下の頂点の位置 */
  -webkit-transform: rotate(-124deg);
      -ms-transform: rotate(-124deg);
          transform: rotate(-124deg);
}
@media screen and (max-width: 768px) {
  .tab_re8 .feature_sec .inner .container .line.line3 {
    left: 198.2957px;
    top: auto;
    bottom: -15px;
  }
}
.tab_re8 .feature_sec .inner .container.is-show .line.line1 {
  -webkit-animation: drawLine1 1.4s ease forwards 1.4s;
          animation: drawLine1 1.4s ease forwards 1.4s;
}
@media screen and (max-width: 768px) {
  .tab_re8 .feature_sec .inner .container.is-show .line.line1 {
    -webkit-animation: drawLine1_sp 1.4s ease forwards 1.4s;
            animation: drawLine1_sp 1.4s ease forwards 1.4s;
  }
}
.tab_re8 .feature_sec .inner .container.is-show .line.line2 {
  -webkit-animation: drawLine2 1.4s ease forwards 1.8s;
          animation: drawLine2 1.4s ease forwards 1.8s;
}
@media screen and (max-width: 768px) {
  .tab_re8 .feature_sec .inner .container.is-show .line.line2 {
    -webkit-animation: drawLine2_sp 1.4s ease forwards 1.8s;
            animation: drawLine2_sp 1.4s ease forwards 1.8s;
  }
}
.tab_re8 .feature_sec .inner .container.is-show .line.line3 {
  -webkit-animation: drawLine3 1.4s ease forwards 2.2s;
          animation: drawLine3 1.4s ease forwards 2.2s;
}
@media screen and (max-width: 768px) {
  .tab_re8 .feature_sec .inner .container.is-show .line.line3 {
    -webkit-animation: drawLine3_sp 1.4s ease forwards 2.2s;
            animation: drawLine3_sp 1.4s ease forwards 2.2s;
  }
}
@-webkit-keyframes drawLine1 {
  to {
    width: 331.1091px; /* 線の長さを調整 */
  }
}
@keyframes drawLine1 {
  to {
    width: 331.1091px; /* 線の長さを調整 */
  }
}
@-webkit-keyframes drawLine1_sp {
  to {
    width: 189.2957px;
  }
}
@keyframes drawLine1_sp {
  to {
    width: 189.2957px;
  }
}
@-webkit-keyframes drawLine2 {
  to {
    width: 331.1091px;
  }
}
@keyframes drawLine2 {
  to {
    width: 331.1091px;
  }
}
@-webkit-keyframes drawLine2_sp {
  to {
    width: 189.2957px;
  }
}
@keyframes drawLine2_sp {
  to {
    width: 189.2957px;
  }
}
@-webkit-keyframes drawLine3 {
  to {
    width: 331.1091px;
  }
}
@keyframes drawLine3 {
  to {
    width: 331.1091px;
  }
}
@-webkit-keyframes drawLine3_sp {
  to {
    width: 189.2957px;
  }
}
@keyframes drawLine3_sp {
  to {
    width: 189.2957px;
  }
}
.tab_re8 .feature_sec .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-column-gap: 155px;
     -moz-column-gap: 155px;
          column-gap: 155px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .tab_re8 .feature_sec .inner ul {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
}
@media screen and (max-width: 640px) {
  .tab_re8 .feature_sec .inner ul {
    max-width: 350px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 360px) {
  .tab_re8 .feature_sec .inner ul {
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
  }
}
.tab_re8 .feature_sec .inner ul li {
  color: #fff;
  text-align: center;
}
.tab_re8 .feature_sec .inner ul li .txt {
  line-height: 1.75;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .tab_re8 .feature_sec .inner ul li .txt {
    font-size: 14px;
    line-height: 1.571;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.tab_re8 .feature_sec .inner ul li .btn {
  width: 334px;
  height: 120px;
  margin: 0 auto 15px;
  background: #000;
  border-radius: 50vw;
}
@media screen and (max-width: 1024px) {
  .tab_re8 .feature_sec .inner ul li .btn {
    max-width: 260px;
  }
}
@media screen and (max-width: 820px) {
  .tab_re8 .feature_sec .inner ul li .btn {
    width: 245px;
  }
}
@media screen and (max-width: 640px) {
  .tab_re8 .feature_sec .inner ul li .btn {
    width: 120px;
  }
}
.tab_re8 .feature_sec .inner ul li .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  border-radius: 50vw;
  background: #000;
  height: 100%;
  padding-top: 15px;
  position: relative;
}
.tab_re8 .feature_sec .inner ul li .btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50vw;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .tab_re8 .feature_sec .inner ul li .btn a:hover {
    opacity: 1;
  }
  .tab_re8 .feature_sec .inner ul li .btn a:hover::after {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .tab_re8 .feature_sec .inner ul li .btn a:hover {
    opacity: 1;
  }
  .tab_re8 .feature_sec .inner ul li .btn a:hover::after {
    visibility: visible;
    opacity: 1;
  }
}
.tab_re8 .feature_sec .inner ul li .btn a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 32px;
  padding-bottom: 20px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tab_re8 .feature_sec .inner ul li .btn a > span {
    font-size: 24px;
    padding-bottom: 38px;
  }
}
.tab_re8 .feature_sec .inner ul li .btn a > span::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FF0000;
  border-right: 2px solid #FF0000;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  bottom: 0;
  -webkit-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out;
}
.tab_re8 .feature_sec .inner ul li .btn a > span .num {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .tab_re8 .feature_sec .inner ul li .btn a > span .num {
    font-size: 16px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .tab_re8 .feature_sec .inner ul li .btn a:hover > span::after {
    bottom: -5px;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .tab_re8 .feature_sec .inner ul li .btn a:hover > span::after {
    bottom: -5px;
  }
}
.tab_re8 .feature_sec .inner ul li:nth-child(1), .tab_re8 .feature_sec .inner ul li:nth-child(4) {
  width: 100%;
}
.tab_re8 .feature_sec .inner ul li:nth-child(2), .tab_re8 .feature_sec .inner ul li:nth-child(3) {
  width: 34.08%;
  margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .tab_re8 .feature_sec .inner ul li:nth-child(2), .tab_re8 .feature_sec .inner ul li:nth-child(3) {
    width: 47%;
    margin-bottom: 30px;
    text-align: left;
  }
}
.tab_re8 .feature_sec .inner ul li:nth-child(1) {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .feature_sec .inner ul li:nth-child(1) {
    margin-bottom: 18px;
  }
}
.tab_re8 .feature_sec .inner ul li:nth-child(1) .btn {
  margin: 15px auto 0;
}
.tab_re8 .feature_sec .inner ul li:nth-child(4) .btn a {
  border: 1px solid #505050;
}
.tab_re8 .bg_grid {
  background-color: #000;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #464646 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #464646 calc(100% - 1px));
  background-size: 15px 15px;
  background-repeat: repeat;
  background-position: center center;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  padding: 215px 0 260px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .tab_re8 .bg_grid {
    padding: 80px 0 60px;
  }
}
.tab_re8 .bg_grid::before, .tab_re8 .bg_grid::after {
  content: "";
  width: 100%;
  min-width: 1366px;
  height: 200px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .tab_re8 .bg_grid::before, .tab_re8 .bg_grid::after {
    min-width: inherit;
    height: 16vw;
  }
}
.tab_re8 .bg_grid::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  top: -1px;
}
.tab_re8 .bg_grid::after {
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
  bottom: -1px;
}
.tab_re8 .bg_grid .spec_logo {
  position: absolute;
  font-family: "Oswald", sans-serif;
  -webkit-transform: skew(0, -10deg);
      -ms-transform: skew(0, -10deg);
          transform: skew(0, -10deg);
  color: #D2D2D2;
  font-size: 60px;
  top: 85px;
}
@media only screen and (max-width: 1920px) {
  .tab_re8 .bg_grid .spec_logo {
    top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .tab_re8 .bg_grid .spec_logo {
    top: 6vw;
    font-size: 45px;
  }
}
@media only screen and (max-width: 430px) {
  .tab_re8 .bg_grid .spec_logo {
    top: -1vw;
  }
}
@media only screen and (max-width: 390px) {
  .tab_re8 .bg_grid .spec_logo {
    top: -2.5vw;
  }
}
.tab_re8 #count_box01, .tab_re8 #count_box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .tab_re8 #count_box01, .tab_re8 #count_box02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 30px;
  }
}
.tab_re8 #count_box01 p, .tab_re8 #count_box02 p {
  font-size: 16px;
  line-height: 1.625;
  width: 145px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tab_re8 #count_box01 p, .tab_re8 #count_box02 p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.tab_re8 #count_box01 p .count-up, .tab_re8 #count_box02 p .count-up {
  font-family: "Oswald", sans-serif;
  font-weight: 100;
  font-size: 56px;
  line-height: 1;
  margin-top: 5px;
  display: inline-block;
}
.tab_re8 #count_box01 p small, .tab_re8 #count_box02 p small {
  font-family: "Oswald", sans-serif;
  font-weight: 100;
  font-size: 33.6px;
  margin-left: 0.5em;
}
.tab_re8 #count_box01 p:not(:last-child), .tab_re8 #count_box02 p:not(:last-child) {
  border-right: 1px solid #505050;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .tab_re8 #count_box01 p:not(:last-child), .tab_re8 #count_box02 p:not(:last-child) {
    margin-right: 0;
    padding-right: 30px;
  }
}
.tab_re8 .spec .copy {
  font-size: 26px;
  line-height: 1.692;
  color: #fff;
  text-align: center;
  font-weight: 300;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .spec .copy {
    font-size: 20px;
    line-height: 1.6;
  }
}
.tab_re8 .spec .flex_area {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
}
.tab_re8 .spec .flex_area .txt_area .copy {
  margin-bottom: 25px;
  text-align: left;
}
.tab_re8 .spec .flex_area .txt_area .notes {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 15px;
  color: #fff;
  letter-spacing: 0;
  font-weight: 500;
}
.tab_re8 .future01 {
  background: #fff;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future01 {
    padding-top: 30px;
  }
}
.tab_re8 .future01 .inner .sttl01 {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future01 .inner .sttl01 {
    margin-bottom: 50px;
  }
}
.tab_re8 .future01 .inner > .flex_area {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future01 .inner > .flex_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }
}
.tab_re8 .future01 .inner > .flex_area .txt_area {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future01 .inner > .flex_area .txt_area {
    width: 100%;
  }
}
.tab_re8 .future01 .inner > .flex_area .txt_area .txt {
  font-size: 16px;
  line-height: 1.75;
}
.tab_re8 .future01 .inner > .flex_area .graph_area {
  width: 49.1%;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future01 .inner > .flex_area .graph_area {
    width: 100%;
  }
}
.tab_re8 .future01 .inner > .flex_area .graph_area #lottie01 {
  margin-bottom: 10px;
}
.tab_re8 .future01 .inner > .flex_area .graph_area .notes {
  font-size: 12px;
  color: #888888;
  text-align: right;
}
.tab_re8 .future01 .inner > .flex_area:nth-of-type(1) {
  width: 100%;
}
.tab_re8 .future01 .inner .spec.bg_grid {
  padding-bottom: 215px;
}
@media screen and (max-width: 640px) {
  .tab_re8 .future01 .inner .spec.bg_grid {
    padding-bottom: 90px;
  }
}
.tab_re8 .future01 .inner .spec .bg_gray {
  background: linear-gradient(180deg, transparent 0%, transparent calc(100% - 300px), #282828 calc(100% - 300px), #282828 100%);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .tab_re8 .future01 .inner .spec .bg_gray {
    background: none;
  }
}
.tab_re8 .future01 .inner .spec .flex_area {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 70px;
  -webkit-transform: translateX(-25px);
      -ms-transform: translateX(-25px);
          transform: translateX(-25px);
}
@media screen and (max-width: 768px) {
  .tab_re8 .future01 .inner .spec .flex_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.tab_re8 .future01 .inner .spec .flex_area .txt_area {
  margin-bottom: 22px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future01 .inner .spec .flex_area .txt_area {
    background: #282828;
    width: 100%;
    padding: 30px 5%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .tab_re8 .future01 .inner .spec .flex_area .txt_area .copy, .tab_re8 .future01 .inner .spec .flex_area .txt_area .notes {
    text-align: center;
  }
}
.tab_re8 .future01 .inner .spec .flex_area .img_area {
  width: 45%;
}
@media screen and (max-width: 820px) {
  .tab_re8 .future01 .inner .spec .flex_area .img_area {
    width: 100%;
  }
}
.tab_re8 .future01 .inner .spec .item:nth-child(1 of .item) {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future01 .inner .spec .item:nth-child(1 of .item) {
    margin-bottom: 40px;
  }
}
.tab_re8 .future01 .inner .spec .item:nth-child(2 of .item) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future01 .inner .spec .item:nth-child(2 of .item) {
    margin-bottom: 10px;
  }
}
.tab_re8 .future02 {
  margin-bottom: -150px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future02 {
    margin-bottom: 0;
  }
}
.tab_re8 .future02 .inner > .txt_area {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future02 .inner > .txt_area {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .tab_re8 .future02 .inner > #lottie02 {
    margin-bottom: 60px;
  }
}
.tab_re8 .future02 .inner .spec > .inner > .copy {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future02 .inner .spec > .inner > .copy {
    margin-bottom: 40px;
  }
}
.tab_re8 .future02 .inner .spec .box_red {
  background: #B20B12;
  padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future02 .inner .spec .box_red {
    padding: 0 5% 60px;
  }
}
.tab_re8 .future02 .inner .spec .box_red .item .flex_area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future02 .inner .spec .box_red .item .flex_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .tab_re8 .future02 .inner .spec .box_red .item .flex_area:nth-of-type(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1200px) {
  .tab_re8 .future02 .inner .spec .box_red .item .flex_area:nth-of-type(2) {
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tab_re8 .future02 .inner .spec .box_red .item .flex_area .txt_area {
  padding-top: 70px;
  width: 35.24%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future02 .inner .spec .box_red .item .flex_area .txt_area {
    padding-top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: inherit;
  }
}
.tab_re8 .future02 .inner .spec .box_red .item .flex_area .txt_area .count_box p:not(:last-child) {
  border-right: 1px solid #BB5D5D !important;
}
.tab_re8 .future02 .inner .spec .box_red .item .flex_area .img_area {
  max-width: 315px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future02 .inner .spec .box_red .item .flex_area .img_area {
    width: 100vw;
    max-width: inherit;
  }
}
.tab_re8 .future02 .inner .spec .box_red .item .flex_area .lottie_area {
  left: -133px;
  position: relative;
  width: 50.0732064422vw;
  max-width: 684px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 1200px) {
  .tab_re8 .future02 .inner .spec .box_red .item .flex_area .lottie_area {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .tab_re8 .future02 .inner .spec .box_red .item .flex_area .lottie_area {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}
.tab_re8 .future02 .inner .spec .box_red .item .flex_area .lottie_area .lottie {
  position: absolute;
  top: 0;
  left: 0;
}
.tab_re8 .future02 .inner .spec .box_red .item .flex_area .lottie#lottie04 {
  max-width: 297px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future02 .inner .spec .box_red .item .flex_area .lottie#lottie04 {
    max-width: inherit;
  }
}
.tab_re8 .future02 .inner .spec .box_red .item .flex_area:not(:last-child) {
  margin-bottom: 40px;
}
.tab_re8 .future02 .inner .spec .box_red .item .flex_area:nth-child(1) {
  width: 82.45%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future02 .inner .spec .box_red .item .flex_area:nth-child(1) {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.tab_re8 .future02 .inner .spec .box_red .item .flex_area:nth-child(2) .txt_area {
  left: -8.4187408492vw;
  top: -20px;
  position: relative;
}
@media only screen and (min-width: 1366px) {
  .tab_re8 .future02 .inner .spec .box_red .item .flex_area:nth-child(2) .txt_area {
    left: -115px;
  }
}
@media only screen and (max-width: 1200px) {
  .tab_re8 .future02 .inner .spec .box_red .item .flex_area:nth-child(2) .txt_area {
    left: 0;
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .tab_re8 .future02 .inner .spec .box_red .item .flex_area:nth-child(2) .txt_area {
    top: 0;
  }
}
@media screen and (max-width: 640px) {
  .tab_re8 .future02 .inner .bg_grid {
    padding-bottom: 21.3333333333vw;
  }
}
.tab_re8 .future03 {
  padding-bottom: 40px;
  background: #fff;
}
.tab_re8 .future03 .inner {
  max-width: 1240px;
}
.tab_re8 .future03 .inner .sttl02 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future03 .inner .flex_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.tab_re8 .future03 .inner .flex_area li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future03 .inner .flex_area li {
    width: 100%;
  }
}
.tab_re8 .future03 .inner .flex_area li:not(:last-child) {
  border-right: 1px solid #B2B2B2;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future03 .inner .flex_area li:not(:last-child) {
    border-right: none;
    padding-bottom: 30px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .tab_re8 .future03 .inner .flex_area li:not(:last-child)::after {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    background: #B2B2B2;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}
.tab_re8 .future03 .inner .flex_area li .img {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future03 .inner .flex_area li .img {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.tab_re8 .future03 .inner .flex_area li .count_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future03 .inner .flex_area li .count_box {
    width: 100%;
  }
}
.tab_re8 .future03 .inner .flex_area li .count_box .weight {
  font-weight: 700;
  font-size: 20px;
  vertical-align: super;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future03 .inner .flex_area li .count_box .weight {
    text-align: center;
  }
}
.tab_re8 .future03 .inner .flex_area li .count_box .weight .count-up {
  font-size: clamp(13px, 12.661749634vw, 172.9595px);
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 100;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future03 .inner .flex_area li .count_box .weight .count-up {
    text-align: center;
    font-size: clamp(13px, 36.3329066667vw, 136.2484px);
  }
}
.tab_re8 .future03 .inner .flex_area li .count_box .weight small {
  font-size: clamp(13px, 7.1799853587vw, 98.0786px);
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future03 .inner .flex_area li .count_box .weight small {
    text-align: center;
    font-size: clamp(13px, 20.6029866667vw, 77.2612px);
  }
}
.tab_re8 .future03 .inner .flex_area li .count_box .txt {
  font-size: 18px;
  line-height: 1.333;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future03 .inner .flex_area li .count_box .txt {
    text-align: center;
    font-size: 16px;
  }
}
.tab_re8 .future03 .inner .flex_area li .count_box .notes {
  font-size: 12px;
  line-height: 2;
  color: #888;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future03 .inner .flex_area li .count_box .notes {
    text-align: center;
  }
}
.tab_re8 .future03 .inner .flex_area li:nth-child(1) .img {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future03 .inner .flex_area li:nth-child(1) .img {
    margin-left: auto;
    margin-right: auto;
    width: 120%;
    left: -10%;
    position: relative;
  }
}
.tab_re8 .future03 .inner .flex_area li:nth-child(1) .count_box {
  margin-right: 7%;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future03 .inner .flex_area li:nth-child(1) .count_box {
    margin-right: auto;
  }
}
.tab_re8 .future04 {
  background: #AAAFB7;
  padding: 290px 0 70px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .tab_re8 .future04 {
    padding-top: 95px;
  }
}
.tab_re8 .future04::before {
  content: "";
  width: 100%;
  min-width: 1366px;
  height: 200px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  top: -1px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future04::before {
    min-width: inherit;
    height: 16vw;
  }
}
.tab_re8 .future04 .inner .sttl02 {
  color: #fff;
}
.tab_re8 .future04 .inner > .img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future04 .inner > .img {
    margin-bottom: 20px;
  }
}
.tab_re8 .future04 .inner .lead_copy {
  max-width: 588.6372px;
  margin: 0 auto 30px;
}
.tab_re8 .future04 .inner .txt {
  font-size: 18px;
  line-height: 1.777;
  color: #fff;
  text-align: center;
}
.tab_re8 .future04 .inner > .txt {
  margin-bottom: 50px;
}
.tab_re8 .future04 .inner .color_concept {
  border: 1px solid #fff;
  padding: 50px 0 70px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future04 .inner .color_concept {
    padding: 40px 0 15px;
  }
}
.tab_re8 .future04 .inner .color_concept .color_concept_inn {
  width: 84.69%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future04 .inner .color_concept .color_concept_inn {
    width: 100%;
  }
}
.tab_re8 .future04 .inner .color_concept .sttl03 {
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future04 .inner .color_concept .sttl03 {
    font-size: 32px;
  }
}
.tab_re8 .future04 .inner .color_concept .txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future04 .inner .color_concept .swiper_bg {
    background: #999FAA;
    padding: 30px 0;
    margin-bottom: 15px;
  }
}
.tab_re8 .future04 .inner .color_concept .swiper {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future04 .inner .color_concept .swiper {
    margin-bottom: 0;
  }
}
.tab_re8 .future04 .inner .color_concept .swiper .swiper-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tab_re8 .future04 .inner .color_concept .swiper .swiper-wrapper .swiper-slide {
  width: 28.91%;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future04 .inner .color_concept .swiper .swiper-wrapper .swiper-slide {
    width: 61.01%;
    margin: 0 25px;
  }
}
.tab_re8 .future04 .inner .color_concept .swiper .swiper-wrapper .swiper-slide .img {
  margin-bottom: 20px;
}
.tab_re8 .future04 .inner .color_concept .swiper .swiper-wrapper .swiper-slide .concept {
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  line-height: 99px;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .tab_re8 .future04 .inner .color_concept .swiper .swiper-wrapper .swiper-slide .concept {
    font-size: 30px;
  }
}
.tab_re8 .future04 .inner .color_concept .swiper .swiper-wrapper .swiper-slide .arrow {
  width: 15px;
  height: 13px;
  margin: 15px auto;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.tab_re8 .future04 .inner .color_concept .copy {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.777;
  color: #fff;
  text-align: center;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .tab_re8 .future04 .inner .color_concept .copy {
    border: none;
    padding: 0;
    font-size: 16px;
  }
}
.tab_re8 .gallery_sec {
  background: #999FAA;
  padding: 70px 0 65px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .gallery_sec {
    padding: 25px 0;
  }
}
.tab_re8 .gallery_sec .inner {
  position: relative;
}
.tab_re8 .gallery_sec .inner .gallery_main_wrap {
  padding: 0 45px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .gallery_sec .inner .gallery_main_wrap {
    padding: 0;
  }
}
.tab_re8 .gallery_sec .inner .sttl04 {
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  letter-spacing: 0.1em;
  color: #fff;
  position: absolute;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 1em;
  left: -1.5em;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .tab_re8 .gallery_sec .inner .sttl04 {
    position: static;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.tab_re8 .gallery_sec .inner .gallery_main_wrap .splide-wrapper {
  max-width: 870px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tab_re8 .gallery_sec .inner .gallery_main_wrap .splide-wrapper {
    width: 90%;
  }
}
.tab_re8 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main {
  margin-bottom: 20px;
}
.tab_re8 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main .splide__arrows .button {
  background-color: transparent;
  height: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 30px;
  opacity: 1;
}
.tab_re8 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main .splide__arrows .button::before {
  content: "";
  width: 20px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .tab_re8 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main .splide__arrows .button::before {
    background-size: cover !important;
    width: 15px;
    height: 30px;
  }
}
.tab_re8 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main .splide__arrows .button.prev {
  left: -55px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main .splide__arrows .button.prev {
    left: -10%;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .tab_re8 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main .splide__arrows .button.prev:hover {
    left: -60px;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .tab_re8 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main .splide__arrows .button.prev:hover {
    left: -60px;
  }
}
.tab_re8 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main .splide__arrows .button.prev::before {
  background: url("../images/arrow_prev.svg") no-repeat;
}
.tab_re8 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main .splide__arrows .button.next {
  right: -55px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main .splide__arrows .button.next {
    right: -10%;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .tab_re8 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main .splide__arrows .button.next:hover {
    right: -60px;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .tab_re8 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main .splide__arrows .button.next:hover {
    right: -60px;
  }
}
.tab_re8 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main .splide__arrows .button.next::before {
  background: url("../images/arrow_next.svg") no-repeat;
}
.tab_re8 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide.thumbnail-carousel .splide__track .splide__list .splide__slide {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .tab_re8 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide.thumbnail-carousel .splide__track .splide__list .splide__slide {
    width: 90px !important;
    margin-right: 5px !important;
  }
}
.tab_re8 .thumbnail-carousel {
  width: 100vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
}
.tab_re8 .thumbnail-carousel .splide__slide {
  width: 156px;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .tab_re8 .thumbnail-carousel .splide__slide:hover {
    cursor: pointer;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .tab_re8 .thumbnail-carousel .splide__slide:hover {
    cursor: pointer;
  }
}
.tab_re8 .thumbnail-carousel .splide__slide.is-active img {
  opacity: 0.5;
}
.tab_re8 .splide__track--nav > .splide__list > .splide__slide {
  border: none;
}
.tab_re8 .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none;
}
.tab_re8 .product_sec {
  background: #fff;
  padding: 90px 0 115px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .product_sec {
    padding: 70px 0 50px;
  }
}
.tab_re8 .product_sec .inner {
  max-width: inherit;
}
.tab_re8 .product_sec .inner .sttl01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .product_sec .inner .sttl01 {
    margin-bottom: 50px;
  }
}
.tab_re8 .product_sec .inner .sttl01 .jp {
  font-size: 14px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  margin-top: 15px;
}
.tab_re8 .product_sec .inner .sttl05 {
  position: relative;
  margin: 0 auto 20px;
  max-width: 980px;
}
.tab_re8 .product_sec .inner .sttl05::before {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background: #000;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tab_re8 .product_sec .inner .sttl05 span {
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  padding: 0 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .tab_re8 .product_sec .inner .sttl05 span {
    font-size: 24px;
  }
}
.tab_re8 .product_sec .inner .txt_Oswald {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .tab_re8 .product_sec .inner .txt_Oswald {
    font-size: 29px;
  }
}
@media screen and (max-width: 768px) {
  .tab_re8 .product_sec .inner .txt_Oswald {
    text-align: left;
    line-height: 1.205;
    margin-bottom: 0;
  }
}
.tab_re8 .product_sec .inner .item_color {
  max-width: 1034.9999px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .product_sec .inner .item_color {
    margin-bottom: 85px;
  }
}
.tab_re8 .product_sec .inner .item_color .txt {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
  margin-bottom: 30px;
}
.tab_re8 .product_sec .inner .item_color ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .tab_re8 .product_sec .inner .item_color ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 55px;
  }
}
.tab_re8 .product_sec .inner .item_color ul li {
  width: 28.98%;
}
@media screen and (max-width: 768px) {
  .tab_re8 .product_sec .inner .item_color ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px 1em;
  }
}
.tab_re8 .product_sec .inner .item_color ul li .modaal-btn {
  margin-bottom: 30px;
  display: block;
}
@media screen and (max-width: 768px) {
  .tab_re8 .product_sec .inner .item_color ul li .modaal-btn {
    width: 86.8%;
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 768px) {
  .tab_re8 .product_sec .inner .item_color ul li .txt_Oswald {
    width: 115px;
  }
}
.tab_re8 .product_sec .inner .item_color ul li .color {
  max-width: 172px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .product_sec .inner .item_color ul li .color {
    width: 49.76%;
    margin: 0;
  }
}
.tab_re8 .product_sec .inner .item_color ul li .modaal-box img {
  max-width: 100%;
}
.tab_re8 .product_sec .inner .item_price {
  max-width: 980px;
  margin: 0 auto;
}
.tab_re8 .product_sec .inner .item_price ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 5%;
}
@media screen and (max-width: 768px) {
  .tab_re8 .product_sec .inner .item_price ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.tab_re8 .product_sec .inner .item_price ul li {
  text-align: center;
  width: 20.1%;
}
@media screen and (max-width: 768px) {
  .tab_re8 .product_sec .inner .item_price ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tab_re8 .product_sec .inner .item_price ul li .txt_Oswald {
    text-align: center;
  }
}
.tab_re8 .product_sec .inner .item_price ul li .arrow {
  width: 15px;
  height: 13px;
  margin: 25px auto;
  background: #B2B2B2;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 768px) {
  .tab_re8 .product_sec .inner .item_price ul li .arrow {
    margin: 3px auto;
  }
}
.tab_re8 .product_sec .inner .item_price ul li .price_box .txt_small {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .tab_re8 .product_sec .inner .item_price ul li .price_box .txt_small {
    margin-bottom: 5px;
  }
}
.tab_re8 .product_sec .inner .item_price ul li .price_box .txt_price {
  font-family: "Oswald", sans-serif;
  font-size: 46px;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .tab_re8 .product_sec .inner .item_price ul li .price_box .txt_price {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .tab_re8 .product_sec .inner .item_price ul li .price_box .txt_price {
    font-size: 34px;
  }
}
.tab_re8 .product_sec .inner .item_price ul li .price_box .txt_price small {
  font-size: 30px;
}
.tab_re8 .product_sec .inner .item_price ul li .price_box .txt_price .count-up {
  margin-bottom: 5px;
}
.tab_re8 .product_sec .inner .item_price ul li .price_box .txt_price_ex {
  font-size: 16px;
  margin-bottom: 15px;
  letter-spacing: 0;
}
.tab_re8 .product_sec .inner .item_price ul li .price_box .btn {
  width: 100%;
  max-width: 181px;
  height: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tab_re8 .product_sec .inner .item_price ul li .price_box .btn {
    max-width: 324px;
    height: 50px;
  }
}
.tab_re8 .product_sec .inner .item_price ul li .price_box .btn a {
  font-size: 18px;
  color: #fff;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tab_re8 .product_sec .inner .item_price ul li .price_box .btn a {
    font-size: 16px;
    font-weight: 700;
  }
}
.tab_re8 .product_sec .inner .item_price ul li .price_box .btn a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FF0000;
  border-right: 2px solid #FF0000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 12px;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .tab_re8 .product_sec .inner .item_price ul li .price_box .btn a:hover {
    opacity: 1;
  }
  .tab_re8 .product_sec .inner .item_price ul li .price_box .btn a:hover::after {
    right: 7px;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .tab_re8 .product_sec .inner .item_price ul li .price_box .btn a:hover {
    opacity: 1;
  }
  .tab_re8 .product_sec .inner .item_price ul li .price_box .btn a:hover::after {
    right: 7px;
  }
}
.tab_re8 .sns_list {
  background: #fff;
  margin-bottom: 0;
  padding-bottom: 36px;
}

/* ======================================
RE6
============================== */
.back_to_switch {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 10%;
  right: 5%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.back_to_switch.is-show {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}

.tab_area {
  margin-top: -1px;
}
.tab_area:has(.tab_re8.is-show) {
  background: #000;
}
.tab_area:has(.tab_re6.is-show) {
  background: #d8d8d8;
}
.tab_area .tab_content {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: none;
}
.tab_area .tab_content.is-active {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: relative;
  z-index: 1;
}

.tab_re6 {
  background-color: #d8d8d8;
  padding-top: 115px;
  /*=======================================
  　parallax_area
  =======================================*/
  /*=======================================
  　nav_sec
  =======================================*/
  /*=======================================
  　PERFORMANCE
  =======================================*/
  /* bg_grid */
  /* count_box01,02 */
  /* spec */
  /*=======================================
  　DESIGN
  =======================================*/
  /*=======================================
  　GALLERY
  =======================================*/
  /* thumbnail Splide*/
  /*=======================================
  　PRODUCTS
  =======================================*/
  /*=======================================
  	sns_list
  =======================================*/
}
@media screen and (max-width: 768px) {
  .tab_re6 {
    padding-top: 55px;
  }
}
.tab_re6 > .inner {
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .tab_re6 > .inner {
    padding-bottom: 70px;
  }
}
.tab_re6 > .inner h2 {
  max-width: 521.5347px;
  margin-inline: auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .tab_re6 > .inner h2 {
    width: 86.61%;
    margin-bottom: 15px;
  }
}
.tab_re6 .sttl01 {
  max-width: 521.5347px;
  margin-inline: auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .sttl01 {
    width: 86.61%;
    margin-bottom: 15px;
  }
}
.tab_re6 .lead_txt {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .lead_txt {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.tab_re6 .img {
  margin-bottom: 40px;
}
.tab_re6 .copy {
  text-align: center;
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 2.058;
}
@media screen and (max-width: 768px) {
  .tab_re6 .copy {
    font-size: 24px;
    line-height: 1.588;
    margin-bottom: 35px;
  }
}
.tab_re6 .cmn_txt01 {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 360px) {
  .tab_re6 .cmn_txt01 {
    letter-spacing: 0.01em;
  }
}
.tab_re6.tab_re8 {
  color: #fff;
}
.tab_re6.tab_re6 {
  color: #000;
}
.tab_re6.tab_re6 h2 path {
  fill: #000;
}
.tab_re6.tab_re6 .cmn_txt01 {
  margin-bottom: 40px;
  line-height: 1.825;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .tab_re6.tab_re6 .cmn_txt01 {
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .tab_re6.tab_re6 .extend_product-img {
    width: 100vw;
    translate: -5vw 0;
  }
}
.tab_re6 .parallax_area {
  background: #969696;
  z-index: -1;
  position: relative;
}
.tab_re6 .parallax_area .inner {
  height: 100%;
  min-height: 575px;
  overflow: hidden;
  background: url("../images/parallax_bg01.jpg") no-repeat;
  background-size: 100% 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .tab_re6 .parallax_area .inner {
    min-height: 247px;
  }
}
.tab_re6 .parallax_area {
  background: #969696;
  z-index: -1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tab_re6 .parallax_area {
    height: 66.6666666667vw;
  }
}
.tab_re6 .parallax_area .inner {
  height: 100%;
  background: url("../images/parallax_bg01.jpg") no-repeat;
  background-size: 100% 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  max-height: 700px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .parallax_area .inner {
    background: url("../images/parallax_bg01_sp.jpg") no-repeat;
  }
}
.tab_re6 .parallax_area .inner .parallax {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tab_re6 .parallax_area .inner .parallax.is-fixed {
  position: fixed;
  width: auto;
  min-width: 100vw;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tab_re6 .nav_sec {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .tab_re6 .nav_sec .inner {
    width: 100%;
  }
}
.tab_re6 .nav_sec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .tab_re6 .nav_sec ul {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.tab_re6 .nav_sec ul li {
  height: 114px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tab_re6 .nav_sec ul li {
    height: 68px;
  }
}
.tab_re6 .nav_sec ul li:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  background: linear-gradient(180deg, transparent 0%, transparent 20px, #DCDCDC 20px, #DCDCDC calc(100% - 20px), transparent calc(100% - 20px), transparent 100%);
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .tab_re6 .nav_sec ul li:not(:last-of-type)::after {
    display: none;
  }
}
.tab_re6 .nav_sec ul li a {
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tab_re6 .nav_sec ul li a {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
.tab_re6 .nav_sec ul li a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.tab_re6 .nav_sec ul li a > span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .nav_sec ul li a > span {
    padding-bottom: 0;
  }
}
.tab_re6 .nav_sec ul li a > span::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  left: calc(50% - 3.5px);
  bottom: 0;
  -webkit-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .tab_re6 .nav_sec ul li a > span::after {
    width: 5px;
    height: 5px;
    bottom: 2px;
  }
}
.tab_re6 .nav_sec ul li a > span .en {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .tab_re6 .nav_sec ul li a > span .en {
    font-size: 26px;
  }
}
.tab_re6 .nav_sec ul li a > span .jp {
  font-size: 14px;
  color: #B2B2B2;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .nav_sec ul li a > span .jp {
    font-size: 13px;
    padding-top: 3px;
  }
}
.tab_re6 .nav_sec ul li a > span .jp02 {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .nav_sec ul li a > span .jp02 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 22px;
  }
}
.tab_re6 .nav_sec ul li a > span .num {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .nav_sec ul li a > span .num {
    width: 22px;
    font-size: 16px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .tab_re6 .nav_sec ul li a:hover {
    opacity: 1;
  }
  .tab_re6 .nav_sec ul li a:hover::after {
    visibility: visible;
    opacity: 1;
  }
  .tab_re6 .nav_sec ul li a:hover span::after {
    bottom: -5px;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .tab_re6 .nav_sec ul li a:hover {
    opacity: 1;
  }
  .tab_re6 .nav_sec ul li a:hover::after {
    visibility: visible;
    opacity: 1;
  }
  .tab_re6 .nav_sec ul li a:hover span::after {
    bottom: -5px;
  }
}
.tab_re6 .nav_sec ul li a.link_grayout {
  pointer-events: none;
}
.tab_re6 .nav_sec ul li a.link_grayout span {
  color: #B2B2B2;
}
.tab_re6 .nav_sec ul li a.link_grayout span .jp {
  color: #B2B2B2 !important;
}
.tab_re6 .nav_sec ul li a.link_grayout span::after {
  display: none;
}
.tab_re6 .nav_sec .nav_feature {
  background: #fff;
}
.tab_re6 .nav_sec .nav_feature ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .tab_re6 .nav_sec .nav_feature ul {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.tab_re6 .nav_sec .nav_feature ul li a {
  background: #000;
}
@media screen and (max-width: 768px) {
  .tab_re6 .nav_sec .nav_feature ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .tab_re6 .nav_sec .nav_feature ul li a > span {
    gap: 0 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.tab_re6 .nav_sec .nav_feature ul li a > span::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .tab_re6 .nav_sec .nav_feature ul li a > span::after {
    bottom: -10px;
  }
}
.tab_re6 .nav_sec .nav_feature ul li a > span .en {
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .nav_sec .nav_feature ul li a > span .en {
    margin-bottom: 0;
  }
}
.tab_re6 .nav_sec .nav_feature ul li a > span .jp {
  line-height: 1;
  text-align: center;
  display: inline-block;
  width: 196px;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .tab_re6 .nav_sec .nav_feature ul li a > span .jp {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: transparent;
  }
}
.tab_re6 .nav_sec .nav_feature ul li:first-of-type a > span {
  translate: calc((50vw - 490px) / 2) 0;
}
@media screen and (max-width: 1088px) {
  .tab_re6 .nav_sec .nav_feature ul li:first-of-type a > span {
    translate: 0 0;
  }
}
.tab_re6 .nav_sec .nav_feature ul li:last-of-type a > span {
  translate: calc((50vw - 490px) / -2) 0;
}
@media screen and (max-width: 1088px) {
  .tab_re6 .nav_sec .nav_feature ul li:last-of-type a > span {
    translate: 0 0;
  }
}
.tab_re6 .nav_sec .nav_products {
  background: #fff;
}
.tab_re6 .nav_sec .nav_products ul li {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .tab_re6 .nav_sec .nav_products ul li {
    width: 50%;
  }
}
.tab_re6 .nav_sec .nav_products ul li::after {
  background: linear-gradient(180deg, transparent 0%, transparent 20px, #B2B2B2 20px, #B2B2B2 calc(100% - 20px), transparent calc(100% - 20px), transparent 100%);
}
@media screen and (max-width: 768px) {
  .tab_re6 .nav_sec .nav_products ul li a > span {
    padding-bottom: 7px;
  }
}
.tab_re6 .nav_sec .nav_products ul li a > span .jp {
  color: #000;
}
@media screen and (max-width: 768px) {
  .tab_re6 .nav_sec .nav_products ul li:nth-child(1), .tab_re6 .nav_sec .nav_products ul li:nth-child(2) {
    border-bottom: 1px solid #B2B2B2;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .tab_re6 .nav_sec .nav_products ul li:nth-child(1)::before, .tab_re6 .nav_sec .nav_products ul li:nth-child(2)::before {
    content: "";
    width: 5%;
    height: 2px;
    display: inline-block;
    background: #D2D2D2;
    position: absolute;
    bottom: -0.5px;
  }
}
@media screen and (max-width: 768px) {
  .tab_re6 .nav_sec .nav_products ul li:nth-child(1)::before {
    left: 0;
    height: 3px;
    background: #fff;
    bottom: -2px;
  }
}
@media screen and (max-width: 768px) {
  .tab_re6 .nav_sec .nav_products ul li:nth-child(2)::before, .tab_re6 .nav_sec .nav_products ul li:nth-child(4)::before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background: #b2b2b2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -1px;
  }
  .tab_re6 .nav_sec .nav_products ul li:nth-child(2)::after, .tab_re6 .nav_sec .nav_products ul li:nth-child(4)::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background: #b2b2b2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .tab_re6 .nav_sec .nav_products ul li:nth-child(even)::after {
    display: none;
  }
}
.tab_re6 .performance_sec {
  background: #fff;
  position: relative;
}
.tab_re6 .performance_sec .performance_desc {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #2b3976;
  padding-top: 95px;
  padding-bottom: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_desc {
    padding-top: 65px;
    padding-bottom: 60px;
  }
}
.tab_re6 .performance_sec .performance_desc .inner {
  position: relative;
}
.tab_re6 .performance_sec .performance_desc .inner .sttl01, .tab_re6 .performance_sec .performance_desc .inner .copy, .tab_re6 .performance_sec .performance_desc .inner .lead_txt {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_desc .inner .sttl01, .tab_re6 .performance_sec .performance_desc .inner .copy, .tab_re6 .performance_sec .performance_desc .inner .lead_txt {
    font-size: 52px;
    width: auto;
    margin-bottom: 42px;
  }
}
.tab_re6 .performance_sec .performance_desc .inner .copy {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_desc .inner .copy {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 6px;
  }
}
.tab_re6 .performance_sec .performance_desc .inner .lead_txt {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.666;
  padding-bottom: 35px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_desc .inner .lead_txt {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 6px;
  }
}
.tab_re6 .performance_sec .performance_desc .inner .triangle_area {
  position: relative;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_desc .inner .triangle_area ul li:nth-of-type(2) .btn {
    margin-bottom: 10px;
  }
  .tab_re6 .performance_sec .performance_desc .inner .triangle_area ul li:nth-of-type(3) .btn {
    margin-bottom: 10px;
  }
  .tab_re6 .performance_sec .performance_desc .inner .triangle_area ul li:nth-of-type(3) .txt {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 640px) {
  .tab_re6 .performance_sec .performance_desc .inner .triangle_area ul li:nth-of-type(3) .txt {
    padding-left: 10px;
  }
}
.tab_re6 .performance_sec .performance_desc .inner .triangle_area .triangle_line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 126px;
  width: 400px;
  height: 245px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_desc .inner .triangle_area .triangle_line {
    width: 212px;
    height: 109px;
    top: 82px;
  }
}
@media screen and (max-width: 640px) {
  .tab_re6 .performance_sec .performance_desc .inner .triangle_area .triangle_line {
    width: 134px;
  }
}
.tab_re6 .performance_sec .performance_desc .inner .triangle_area .triangle_line .line {
  position: absolute;
  background: radial-gradient(circle, #fff 50%, transparent calc(50% + 2px)); /* ドットにするための背景 */
  background-size: 7px 9px; /* ドットのサイズを調整 */
  background-repeat: repeat; /* 背景を繰り返す */
  width: 0;
  height: 2px; /* ドットの高さ */
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* アニメーション終了後に状態を保持 */
}
.tab_re6 .performance_sec .performance_desc .inner .triangle_area .triangle_line .line.line1 {
  top: 0;
  left: calc(50% - 6px); /* 上部の頂点からスタート */
  -webkit-transform: rotate(124deg);
      -ms-transform: rotate(124deg);
          transform: rotate(124deg);
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_desc .inner .triangle_area .triangle_line .line.line1 {
    top: 5px;
    left: 75px; /* 上部の頂点からスタート */
  }
}
.tab_re6 .performance_sec .performance_desc .inner .triangle_area .triangle_line .line.line2 {
  top: 243px; /* 左下の頂点からスタート */
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_desc .inner .triangle_area .triangle_line .line.line2 {
    top: auto;
    bottom: 0;
  }
}
.tab_re6 .performance_sec .performance_desc .inner .triangle_area .triangle_line .line.line3 {
  top: 242px; /* 右下の頂点からスタート */
  left: 375px; /* 右下の頂点の位置 */
  -webkit-transform: rotate(-124deg);
      -ms-transform: rotate(-124deg);
          transform: rotate(-124deg);
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_desc .inner .triangle_area .triangle_line .line.line3 {
    left: 137px;
    left: 102.3%;
    top: auto;
    bottom: -15px;
  }
}
.tab_re6 .performance_sec .performance_desc .inner .triangle_area .triangle_line.is-show .line.line1 {
  -webkit-animation: drawLine1 1s ease forwards 1.4s;
          animation: drawLine1 1s ease forwards 1.4s;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_desc .inner .triangle_area .triangle_line.is-show .line.line1 {
    -webkit-animation: drawLine1_sp 1s ease forwards 1.4s;
            animation: drawLine1_sp 1s ease forwards 1.4s;
  }
}
.tab_re6 .performance_sec .performance_desc .inner .triangle_area .triangle_line.is-show .line.line2 {
  -webkit-animation: drawLine2 0.8s ease forwards 2s;
          animation: drawLine2 0.8s ease forwards 2s;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_desc .inner .triangle_area .triangle_line.is-show .line.line2 {
    -webkit-animation: drawLine2_sp 0.8s ease forwards 2s;
            animation: drawLine2_sp 0.8s ease forwards 2s;
  }
}
.tab_re6 .performance_sec .performance_desc .inner .triangle_area .triangle_line.is-show .line.line3 {
  -webkit-animation: drawLine3 1s ease forwards 2.6s;
          animation: drawLine3 1s ease forwards 2.6s;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_desc .inner .triangle_area .triangle_line.is-show .line.line3 {
    -webkit-animation: drawLine3_sp 1s ease forwards 2.6s;
            animation: drawLine3_sp 1s ease forwards 2.6s;
  }
}
@keyframes drawLine1 {
  to {
    width: 331.1091px; /* 線の長さを調整 */
  }
}
@keyframes drawLine1_sp {
  to {
    width: 189.2957px;
  }
}
@keyframes drawLine2 {
  to {
    width: 331.1091px;
  }
}
@keyframes drawLine2_sp {
  to {
    width: 212px;
  }
}
@keyframes drawLine3 {
  to {
    width: 331.1091px;
  }
}
@keyframes drawLine3_sp {
  to {
    width: 189.2957px;
  }
}
.tab_re6 .performance_sec .performance_desc .inner .triangle_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-column-gap: 155px;
     -moz-column-gap: 155px;
          column-gap: 155px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .tab_re6 .performance_sec .performance_desc .inner .triangle_area ul {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_desc .inner .triangle_area ul {
    max-width: 400px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 640px) {
  .tab_re6 .performance_sec .performance_desc .inner .triangle_area ul {
    max-width: 350px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 360px) {
  .tab_re6 .performance_sec .performance_desc .inner .triangle_area ul {
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
  }
}
.tab_re6 .performance_sec .performance_desc .inner .triangle_area ul li {
  color: #fff;
  text-align: center;
}
.tab_re6 .performance_sec .performance_desc .inner .triangle_area ul li .txt {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_desc .inner .triangle_area ul li .txt {
    font-size: 16px;
    line-height: 1.5;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.tab_re6 .performance_sec .performance_desc .inner .triangle_area ul li .btn {
  width: 336px;
  height: 120px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 1024px) {
  .tab_re6 .performance_sec .performance_desc .inner .triangle_area ul li .btn {
    max-width: 260px;
  }
}
@media screen and (max-width: 820px) {
  .tab_re6 .performance_sec .performance_desc .inner .triangle_area ul li .btn {
    width: 245px;
  }
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_desc .inner .triangle_area ul li .btn {
    width: 150px;
    height: 55px;
  }
}
.tab_re6 .performance_sec .performance_desc .inner .triangle_area ul li .btn .hexagon_border {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-clip-path: polygon(18% 0, 82% 0, 100% 50%, 82% 100%, 18% 100%, 0% 50%);
          clip-path: polygon(18% 0, 82% 0, 100% 50%, 82% 100%, 18% 100%, 0% 50%);
  padding: 1px;
}
.tab_re6 .performance_sec .performance_desc .inner .triangle_area ul li .btn .hexagon_border .hexagon {
  font-size: 32px;
  line-height: 1;
  width: 100%;
  height: 100%;
  background: #031469;
  display: grid;
  place-content: center;
  position: relative;
  gap: 10px;
  -webkit-clip-path: polygon(18% 0, 82% 0, 100% 50%, 82% 100%, 18% 100%, 0% 50%);
          clip-path: polygon(18% 0, 82% 0, 100% 50%, 82% 100%, 18% 100%, 0% 50%);
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_desc .inner .triangle_area ul li .btn .hexagon_border .hexagon {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
  }
}
.tab_re6 .performance_sec .performance_desc .inner .triangle_area ul li:nth-child(1), .tab_re6 .performance_sec .performance_desc .inner .triangle_area ul li:nth-child(4) {
  width: 100%;
}
.tab_re6 .performance_sec .performance_desc .inner .triangle_area ul li:nth-child(2), .tab_re6 .performance_sec .performance_desc .inner .triangle_area ul li:nth-child(3) {
  width: 34.08%;
}
@media screen and (max-width: 640px) {
  .tab_re6 .performance_sec .performance_desc .inner .triangle_area ul li:nth-child(2), .tab_re6 .performance_sec .performance_desc .inner .triangle_area ul li:nth-child(3) {
    width: 47%;
    text-align: left;
  }
}
.tab_re6 .performance_sec .performance_desc .inner .triangle_area ul li:nth-child(1) {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_desc .inner .triangle_area ul li:nth-child(1) {
    margin-bottom: 50px;
  }
}
.tab_re6 .performance_sec .performance_desc .inner .triangle_area ul li:nth-child(1) .btn {
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_desc .inner .triangle_area ul li:nth-child(1) .btn {
    margin: 10px auto 0;
    height: 55px;
  }
}
.tab_re6 .performance_sec .performance_desc .inner .triangle_area ul li:nth-child(4) .btn a {
  border: 1px solid #505050;
}
.tab_re6 .performance_sec .performance_content_wrapper {
  position: relative;
  z-index: 0;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content {
  background: #fff;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content .inner {
    width: 92%;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content .performance_content_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content .performance_content_ttl {
    display: block;
    margin-bottom: 20px;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content .performance_content_ttl h3 {
  font-family: "oswald";
  color: #060594;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content .performance_content_ttl h3 {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content .performance_content_ttl h3 span:first-of-type {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content .performance_content_ttl h3 span:first-of-type {
    font-size: 24px;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content .performance_content_ttl h3 span:last-of-type {
  font-size: 60px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content .performance_content_ttl h3 span:last-of-type {
    font-size: 54px;
    letter-spacing: 0;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content .performance_content_ttl .performance_content_cat {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  background: #060594;
  padding: 6px 49px;
  margin-right: 20px;
  -webkit-clip-path: polygon(12% 0, 88% 0, 100% 50%, 88% 100%, 12% 100%, 0% 50%);
          clip-path: polygon(12% 0, 88% 0, 100% 50%, 88% 100%, 12% 100%, 0% 50%);
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content .performance_content_ttl .performance_content_cat {
    font-size: 18px;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px 47px;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content .performance_content_desc {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.07em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content .performance_content_desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content .performance_content_desc .mini {
  font-size: 20px;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content:has(.performance_content_desc_note) .performance_content_desc {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content:has(.performance_content_desc_note) .performance_content_desc {
    margin-bottom: 8px;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content .performance_content_desc_note {
  font-size: 11px;
  margin-bottom: 25px;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 {
  padding-top: 200px;
  padding-bottom: 245px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 {
    padding-top: 80px;
    padding-bottom: 92px;
    margin-bottom: 50px;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01::after {
  content: "";
  display: block;
  width: 136.6%;
  height: 753px;
  background: #000;
  -webkit-clip-path: polygon(0 278px, 100% 0, 100% 475px, 0 100%);
          clip-path: polygon(0 278px, 100% 0, 100% 475px, 0 100%);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01::after {
    width: 100%;
    height: 35%;
    -webkit-clip-path: polygon(0 60px, 100% 0, 100% calc(100% - 55px), 0 100%);
            clip-path: polygon(0 60px, 100% 0, 100% calc(100% - 55px), 0 100%);
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .performance_content_detail {
  display: grid;
  grid-template-columns: 1fr 50%;
  gap: 0;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .performance_content_detail {
    grid-template-columns: 1fr;
    margin-bottom: 35px;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .performance_content_detail .left_img {
  width: 100%;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .performance_content_detail .left_img {
    width: 74.5%;
    aspect-ratio: 514/575;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .performance_content_detail .left_img picture {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  padding-top: 42px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .performance_content_detail .left_img picture {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .performance_content_detail .detail_right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: -25px;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .performance_content_detail .detail_right > div:first-of-type {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .performance_content_detail .detail_right > div:first-of-type {
    margin-bottom: 0;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .performance_content_detail .detail_right > div:nth-of-type(3) {
  margin-top: -26px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .performance_content_detail .detail_right > div:nth-of-type(3) {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .performance_content_detail .detail_right > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 5px;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .performance_content_detail .detail_right .detail_sttl {
  font-size: 22px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .performance_content_detail .detail_right .detail_sttl {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .performance_content_detail .detail_right .detail_img:first-of-type {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .performance_content_detail .detail_right .detail_img:first-of-type {
    margin-bottom: 0;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .performance_content_aero {
  display: grid;
  grid-template-columns: 54% 42.86%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .performance_content_aero {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .performance_content_aero .aero_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .performance_content_aero .aero_txt {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .performance_content_aero .aero_txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .performance_content_aero .aero_txt .detail_sttl {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .performance_content_aero .aero_txt .detail_sttl {
    font-size: 18px;
    margin-bottom: 3px;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .performance_content_aero .aero_txt p {
  font-size: 18px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .performance_content_aero .aero_txt p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .wait-in-view {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .left_img_mask {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01 .left_img_mask {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01.in-view .wait-in-view {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01.in-view .left_img_mask {
  -webkit-animation: performanse01mask 1s ease 0.8s forwards;
          animation: performanse01mask 1s ease 0.8s forwards;
}
@-webkit-keyframes performanse01mask {
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes performanse01mask {
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01.in-view .delay02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01.in-view .delay06 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01.in-view .delay16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01.in-view .delay18 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content01.in-view .delay20 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content02 {
  background: #d8d8d8;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 235px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content02 {
    padding-bottom: 70px;
    margin-bottom: 100px;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content02::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: #d8d8d8;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
  position: absolute;
  top: -199px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content02::before {
    height: 55px;
    top: -54px;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content02::after {
  content: "";
  display: block;
  width: 118.3%;
  height: 235px;
  background: #d8d8d8;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
  position: absolute;
  bottom: -234px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content02::after {
    height: 65px;
    bottom: -64px;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content02 .performance_content_desc {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content02 .performance_content_desc {
    margin-bottom: 20px;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content02 .performance_content_detail {
  display: grid;
  grid-template-columns: 58.3673469388% 1fr;
  gap: 4.08%;
}
@media screen and (max-width: 1200px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content02 .performance_content_detail {
    grid-template-columns: 50% 1fr;
  }
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content02 .performance_content_detail {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content02 .performance_content_detail .left_img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content02 .performance_content_detail .left_img img:last-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content02 .performance_content_detail .right_txt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 129.35%;
  gap: 2%;
}
@media screen and (max-width: 1200px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content02 .performance_content_detail .right_txt {
    width: 100%;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content02 .performance_content_detail .right_txt .txt_re6 h4 {
  font-weight: 900;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content02 .performance_content_detail .right_txt figure img {
  margin-bottom: 15px;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content02 .performance_content_detail .right_txt figure figcaption {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content03 {
  margin-bottom: 240px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content03 {
    margin-bottom: 105px;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content03 .performance_content_ttl .performance_content_cat {
  margin-right: 10px;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content03 .performance_content_detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6326530612%;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content03 .performance_content_detail {
    width: 91%;
    margin-inline: auto;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content03 .performance_content_detail .left_img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content03 .performance_content_detail .left_img {
    margin-bottom: 25px;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content03 .performance_content_detail .left_img::before {
  content: "";
  display: block;
  width: 30.7053941909%;
  height: 35.4545454545%;
  border: 2px solid #000096;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.5s linear 1s;
  transition: opacity 0.5s linear 1s;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content03 .performance_content_detail .left_img.is-show::before {
  opacity: 1;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content03 .performance_content_detail .left_img::after {
  content: "";
  display: block;
  width: calc(34.6473029046% + 1.6326530612cqi);
  height: 100%;
  background: center/cover url(../images/performance03_line.svg) no-repeat;
  position: absolute;
  top: 0;
  right: -1.6326530612cqi;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 0.5s linear 1.5s;
  transition: -webkit-clip-path 0.5s linear 1.5s;
  transition: clip-path 0.5s linear 1.5s;
  transition: clip-path 0.5s linear 1.5s, -webkit-clip-path 0.5s linear 1.5s;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content03 .performance_content_detail .left_img::after {
    width: 100%;
    height: auto;
    aspect-ratio: 320/97;
    background: center/cover url(../images/performance03_line_sp.svg) no-repeat;
    top: auto;
    bottom: -25px;
    right: 50%;
    translate: 50% 0;
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content03 .performance_content_detail .left_img.is-show::after {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content03 .performance_content_detail .right_img {
  border: 8px solid #000096;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear 2.2s;
  transition: opacity 0.5s linear 2.2s;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content03 .performance_content_detail .right_img {
    border: 5px solid #000096;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content03 .performance_content_detail:has(.left_img.is-show) .right_img {
  opacity: 1;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content03 .performance_content_detail .right_note {
  font-size: 12px;
  letter-spacing: 0;
  text-align: right;
  grid-column: -1/1;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content03 .performance_content_detail:has(.right_img.is-show) .right_note {
  opacity: 1;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content04 {
  padding-top: 50px;
  padding-bottom: 100px;
  background: #d8d8d8;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content04 {
    padding-bottom: 45px;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content04::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: #d8d8d8;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
  position: absolute;
  left: 0;
  top: -199px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content04::before {
    height: 55px;
    top: -54px;
  }
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content04 .performance_content_desc {
    margin-bottom: 15px;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content04 .performance_content_detail .detail_img {
  margin-bottom: 50px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content04 .performance_content_detail .detail_img {
    width: 130vw;
    translate: -18vw 0;
    margin-bottom: 8vw;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content04 .performance_content_detail .detail_img svg {
  width: 74.1836734694%;
  position: absolute;
  left: 10.4081632653%;
  bottom: -50px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content04 .performance_content_detail .detail_img svg {
    width: 87vw;
    left: 64vw;
    bottom: -16%;
    translate: -50% 0;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content04 .performance_content_detail .detail_img svg .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content04 .performance_content_detail .detail_img svg circle.cls-1 {
  fill: none;
  stroke: #fff;
  opacity: 0;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content04 .performance_content_detail .detail_img svg line.cls-1 {
  stroke-dasharray: var(--length);
  stroke-dashoffset: var(--length);
}
@-webkit-keyframes dotIn {
  to {
    opacity: 1;
  }
}
@keyframes dotIn {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes lineDraw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes lineDraw {
  to {
    stroke-dashoffset: 0;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content04 .performance_content_detail .detail_img.is-show svg circle.cls-1 {
  -webkit-animation: dotIn 0.3s 0.8s linear forwards;
          animation: dotIn 0.3s 0.8s linear forwards;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content04 .performance_content_detail .detail_img.is-show line.cls-1 {
  -webkit-animation: lineDraw 0.3s linear forwards;
          animation: lineDraw 0.3s linear forwards;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content04 .performance_content_detail .detail_img.is-show line.cls-1:nth-of-type(2) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content04 .performance_content_detail .detail_caption {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content04 .performance_content_detail .detail_caption {
    gap: 10px;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content04 .performance_content_detail .detail_caption img {
  margin-bottom: 10px;
  border: 2px solid #fff;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content04 .performance_content_detail .detail_caption h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .performance_sec .performance_content_wrapper .performance_content.content04 .performance_content_detail .detail_caption h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content04 .performance_content_detail .detail_caption p {
  font-size: 14px;
  line-height: 1.5714285714;
}
.tab_re6 .performance_sec .performance_content_wrapper .performance_content.content04:has(.detail_img.is-show) .detail_caption {
  opacity: 1;
}
.tab_re6 .bg_grid {
  background-color: #000;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #464646 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #464646 calc(100% - 1px));
  background-size: 15px 15px;
  background-repeat: repeat;
  background-position: center center;
  width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  padding: 215px 0 260px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .tab_re6 .bg_grid {
    padding: 80px 0 60px;
  }
}
.tab_re6 .bg_grid::before, .tab_re6 .bg_grid::after {
  content: "";
  width: 100%;
  min-width: 1366px;
  height: 200px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .tab_re6 .bg_grid::before, .tab_re6 .bg_grid::after {
    min-width: inherit;
    height: 16vw;
  }
}
.tab_re6 .bg_grid::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  top: -1px;
}
.tab_re6 .bg_grid::after {
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
  bottom: -1px;
}
.tab_re6 .bg_grid .spec_logo {
  position: absolute;
  font-family: "Oswald", sans-serif;
  -webkit-transform: skew(0, -10deg);
      -ms-transform: skew(0, -10deg);
          transform: skew(0, -10deg);
  color: #D2D2D2;
  font-size: 60px;
  top: 85px;
}
@media only screen and (max-width: 1920px) {
  .tab_re6 .bg_grid .spec_logo {
    top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .tab_re6 .bg_grid .spec_logo {
    top: 6vw;
    font-size: 45px;
  }
}
@media only screen and (max-width: 430px) {
  .tab_re6 .bg_grid .spec_logo {
    top: -1vw;
  }
}
@media only screen and (max-width: 390px) {
  .tab_re6 .bg_grid .spec_logo {
    top: -2.5vw;
  }
}
.tab_re6 #count_box01, .tab_re6 #count_box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .tab_re6 #count_box01, .tab_re6 #count_box02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 30px;
  }
}
.tab_re6 #count_box01 p, .tab_re6 #count_box02 p {
  font-size: 16px;
  line-height: 1.625;
  width: 145px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tab_re6 #count_box01 p, .tab_re6 #count_box02 p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.tab_re6 #count_box01 p .count-up, .tab_re6 #count_box02 p .count-up {
  font-family: "Oswald", sans-serif;
  font-weight: 100;
  font-size: 56px;
  line-height: 1;
  margin-top: 5px;
  display: inline-block;
}
.tab_re6 #count_box01 p small, .tab_re6 #count_box02 p small {
  font-family: "Oswald", sans-serif;
  font-weight: 100;
  font-size: 33.6px;
  margin-left: 0.5em;
}
.tab_re6 #count_box01 p:not(:last-child), .tab_re6 #count_box02 p:not(:last-child) {
  border-right: 1px solid #505050;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .tab_re6 #count_box01 p:not(:last-child), .tab_re6 #count_box02 p:not(:last-child) {
    margin-right: 0;
    padding-right: 30px;
  }
}
.tab_re6 .spec .copy {
  font-size: 26px;
  line-height: 1.692;
  color: #fff;
  text-align: center;
  font-weight: 300;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .spec .copy {
    font-size: 20px;
    line-height: 1.6;
  }
}
.tab_re6 .spec .flex_area {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
}
.tab_re6 .spec .flex_area .txt_area .copy {
  margin-bottom: 25px;
  text-align: left;
}
.tab_re6 .spec .flex_area .txt_area .notes {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 15px;
  color: #fff;
  letter-spacing: 0;
  font-weight: 500;
}
.tab_re6 .design_sec {
  color: #fff;
  background: #999faa;
  padding-top: 95px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .design_sec {
    background: #aaafb7;
    padding-top: 65px;
    padding-bottom: 35px;
  }
}
.tab_re6 .design_sec .inner .sttl01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .design_sec .inner .sttl01 {
    margin-bottom: 70px;
  }
}
.tab_re6 .design_sec .inner .design_img {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .design_sec .inner .design_img {
    margin-bottom: 20px;
  }
}
.tab_re6 .design_sec .inner .design_sttl2 {
  width: 75%;
  max-width: 590px;
  margin-inline: auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .design_sec .inner .design_sttl2 {
    width: 100%;
    margin-bottom: 15px;
  }
}
.tab_re6 .design_sec .inner .design_txt {
  font-size: 18px;
  line-height: 1.7777777778;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .design_sec .inner .design_txt {
    margin-bottom: 40px;
  }
}
.tab_re6 .design_sec .inner .color_concept {
  border: 1px solid;
  padding: 45px 14% 90px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .design_sec .inner .color_concept {
    padding: 30px 0 10px;
  }
}
.tab_re6 .design_sec .inner .color_concept .sttl03 {
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .design_sec .inner .color_concept .sttl03 {
    font-size: 32px;
  }
}
.tab_re6 .design_sec .inner .color_concept .color_txt {
  font-size: 18px;
  line-height: 1.7777777778;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .design_sec .inner .color_concept .swiper_bg {
    background: #999faa;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.tab_re6 .design_sec .inner .color_concept .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .design_sec .inner .color_concept .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
}
.tab_re6 .design_sec .inner .color_concept .swiper-wrapper .swiper-slide {
  padding-inline: calc((100% - 240px) / 2);
}
@media screen and (max-width: 768px) {
  .tab_re6 .design_sec .inner .color_concept .swiper-wrapper .swiper-slide {
    width: 80%;
    padding-inline: 5%;
  }
}
.tab_re6 .design_sec .inner .color_concept .swiper-wrapper .swiper-slide .color_img {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .design_sec .inner .color_concept .swiper-wrapper .swiper-slide .color_img {
    margin-bottom: 10px;
  }
}
.tab_re6 .design_sec .inner .color_concept .swiper-wrapper .swiper-slide .concept {
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 15px;
}
.tab_re6 .design_sec .inner .color_concept .swiper-wrapper .swiper-slide .arrow {
  width: 15px;
  height: 13px;
  background: #fff;
  margin-inline: auto;
  margin-bottom: 15px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.tab_re6 .design_sec .inner .color_concept .swiper-wrapper .swiper-slide:nth-of-type(3) .concept {
  letter-spacing: 0.05em;
}
.tab_re6 .design_sec .inner .color_concept .concept_txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7777777778;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tab_re6 .design_sec .inner .color_concept .concept_txt {
    font-size: 16px;
    padding-top: 10px;
  }
}
.tab_re6 .gallery_sec {
  background: #999FAA;
  padding: 138px 0 65px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .gallery_sec {
    padding: 25px 0;
  }
}
.tab_re6 .gallery_sec .inner {
  position: relative;
}
.tab_re6 .gallery_sec .inner .gallery_main_wrap {
  padding: 0 45px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .gallery_sec .inner .gallery_main_wrap {
    padding: 0;
  }
}
.tab_re6 .gallery_sec .inner .sttl04 {
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  letter-spacing: 0.1em;
  color: #fff;
  position: absolute;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 1em;
  left: -1.5em;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .tab_re6 .gallery_sec .inner .sttl04 {
    position: static;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.tab_re6 .gallery_sec .inner .gallery_main_wrap .splide-wrapper {
  max-width: 870px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tab_re6 .gallery_sec .inner .gallery_main_wrap .splide-wrapper {
    width: 90%;
  }
}
.tab_re6 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main {
  margin-bottom: 20px;
}
.tab_re6 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main .splide__arrows .button {
  background-color: transparent;
  height: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 30px;
  opacity: 1;
}
.tab_re6 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main .splide__arrows .button::before {
  content: "";
  width: 20px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .tab_re6 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main .splide__arrows .button::before {
    background-size: cover !important;
    width: 15px;
    height: 30px;
  }
}
.tab_re6 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main .splide__arrows .button.prev {
  left: -55px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main .splide__arrows .button.prev {
    left: -10%;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .tab_re6 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main .splide__arrows .button.prev:hover {
    left: -60px;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .tab_re6 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main .splide__arrows .button.prev:hover {
    left: -60px;
  }
}
.tab_re6 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main .splide__arrows .button.prev::before {
  background: url("../images/arrow_prev.svg") no-repeat;
}
.tab_re6 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main .splide__arrows .button.next {
  right: -55px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main .splide__arrows .button.next {
    right: -10%;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .tab_re6 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main .splide__arrows .button.next:hover {
    right: -60px;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .tab_re6 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main .splide__arrows .button.next:hover {
    right: -60px;
  }
}
.tab_re6 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide-main .splide__arrows .button.next::before {
  background: url("../images/arrow_next.svg") no-repeat;
}
.tab_re6 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide.thumbnail-carousel .splide__track {
  overflow: visible;
}
.tab_re6 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide.thumbnail-carousel .splide__track .splide__list .splide__slide {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .tab_re6 .gallery_sec .inner .gallery_main_wrap .splide-wrapper .splide.thumbnail-carousel .splide__track .splide__list .splide__slide {
    width: 90px !important;
    margin-right: 5px !important;
  }
}
.tab_re6 .thumbnail-carousel {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
}
.tab_re6 .thumbnail-carousel .splide__slide {
  width: 156px;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .tab_re6 .thumbnail-carousel .splide__slide:hover {
    cursor: pointer;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .tab_re6 .thumbnail-carousel .splide__slide:hover {
    cursor: pointer;
  }
}
.tab_re6 .thumbnail-carousel .splide__slide.is-active img {
  opacity: 0.5;
}
.tab_re6 .splide__track--nav > .splide__list > .splide__slide {
  border: none;
}
.tab_re6 .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none;
}
.tab_re6 .product_sec {
  background: #fff;
  padding: 100px 0 115px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec {
    padding: 70px 0 50px;
  }
}
.tab_re6 .product_sec .inner {
  max-width: inherit;
}
.tab_re6 .product_sec .inner .sttl01 {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec .inner .sttl01 {
    font-size: 48px;
    margin-bottom: 45px;
  }
}
.tab_re6 .product_sec .inner .sttl01 .jp {
  font-size: 14px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec .inner .sttl01 .jp {
    margin-top: 6px;
  }
}
.tab_re6 .product_sec .inner .sttl05 {
  position: relative;
  margin: 0 auto 20px;
  max-width: 980px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec .inner .sttl05 {
    margin-bottom: 5px;
  }
}
.tab_re6 .product_sec .inner .sttl05::before {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background: #000;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tab_re6 .product_sec .inner .sttl05 span {
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  padding: 0 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec .inner .sttl05 span {
    font-size: 24px;
  }
}
.tab_re6 .product_sec .inner .txt_Oswald {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec .inner .txt_Oswald {
    font-size: 33px;
    text-align: left;
    line-height: 1.205;
    margin-bottom: 0;
  }
}
.tab_re6 .product_sec .inner .item_color {
  max-width: 1034.9999px;
  margin: 0 auto 80px;
}
.tab_re6 .product_sec .inner .item_color .txt {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec .inner .item_color .txt {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.tab_re6 .product_sec .inner .item_color ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 25px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec .inner .item_color ul {
    display: block;
    gap: 55px;
  }
}
.tab_re6 .product_sec .inner .item_color ul li {
  width: 80%;
  max-width: 342px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec .inner .item_color ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1em;
    margin-bottom: 7px;
  }
}
.tab_re6 .product_sec .inner .item_color ul li .modaal-btn {
  display: block;
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec .inner .item_color ul li .modaal-btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec .inner .item_color ul li .txt_Oswald {
    width: 115px;
  }
}
.tab_re6 .product_sec .inner .item_color ul li .color {
  max-width: 172px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec .inner .item_color ul li .color {
    width: 49.76%;
    margin: 0;
  }
}
.tab_re6 .product_sec .inner .item_color ul li .modaal-box img {
  max-width: 100%;
}
.tab_re6 .product_sec .inner .item_price {
  max-width: 980px;
  margin: 0 auto;
}
.tab_re6 .product_sec .inner .item_price .sttl05 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec .inner .item_price .sttl05 {
    margin-bottom: 15px;
  }
}
.tab_re6 .product_sec .inner .item_price .price_desc {
  line-height: 1.625;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec .inner .item_price .price_desc {
    font-size: 14px;
    line-height: 1.8571428571;
  }
}
.tab_re6 .product_sec .inner .item_price .price_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 8%;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec .inner .item_price .price_product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.tab_re6 .product_sec .inner .item_price .price_product li {
  text-align: center;
  width: 20.1%;
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec .inner .item_price .price_product li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec .inner .item_price .price_product li .txt_Oswald {
    text-align: center;
  }
}
.tab_re6 .product_sec .inner .item_price .price_product li .arrow {
  width: 15px;
  height: 13px;
  margin: 25px auto;
  background: #B2B2B2;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec .inner .item_price .price_product li .arrow {
    margin: 5px auto;
  }
}
.tab_re6 .product_sec .inner .item_price .price_product li .price_box .txt_small {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec .inner .item_price .price_product li .price_box .txt_small {
    margin-bottom: 5px;
  }
}
.tab_re6 .product_sec .inner .item_price .price_product li .price_box .txt_price {
  font-family: "Oswald", sans-serif;
  font-size: 46px;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .tab_re6 .product_sec .inner .item_price .price_product li .price_box .txt_price {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec .inner .item_price .price_product li .price_box .txt_price {
    font-size: 46px;
    letter-spacing: 0;
  }
}
.tab_re6 .product_sec .inner .item_price .price_product li .price_box .txt_price small {
  font-size: 30px;
}
.tab_re6 .product_sec .inner .item_price .price_product li .price_box .txt_price .count-up {
  margin-bottom: 5px;
}
.tab_re6 .product_sec .inner .item_price .price_product li .price_box .txt_price_ex {
  font-size: 16px;
  margin-bottom: 15px;
  letter-spacing: 0;
}
.tab_re6 .product_sec .inner .item_price .price_product li .price_box .btn {
  width: 100%;
  max-width: 181px;
  height: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec .inner .item_price .price_product li .price_box .btn {
    max-width: 324px;
    height: 50px;
  }
}
.tab_re6 .product_sec .inner .item_price .price_product li .price_box .btn a {
  font-size: 18px;
  color: #fff;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec .inner .item_price .price_product li .price_box .btn a {
    font-size: 16px;
    font-weight: 700;
  }
}
.tab_re6 .product_sec .inner .item_price .price_product li .price_box .btn a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FF0000;
  border-right: 2px solid #FF0000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 12px;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .tab_re6 .product_sec .inner .item_price .price_product li .price_box .btn a:hover {
    opacity: 1;
  }
  .tab_re6 .product_sec .inner .item_price .price_product li .price_box .btn a:hover::after {
    right: 7px;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .tab_re6 .product_sec .inner .item_price .price_product li .price_box .btn a:hover {
    opacity: 1;
  }
  .tab_re6 .product_sec .inner .item_price .price_product li .price_box .btn a:hover::after {
    right: 7px;
  }
}
.tab_re6 .product_sec .inner .item_price .price_option {
  width: 75%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec .inner .item_price .price_option {
    display: block;
    width: 90%;
  }
}
.tab_re6 .product_sec .inner .item_price .price_option::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  top: -35px;
  left: 0;
}
.tab_re6 .product_sec .inner .item_price .price_option li {
  display: grid;
  grid-template-columns: 1fr 128px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec .inner .item_price .price_option li {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .tab_re6 .product_sec .inner .item_price .price_option li {
    grid-template-columns: 1fr 128px;
  }
}
.tab_re6 .product_sec .inner .item_price .price_option li:first-of-type img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec .inner .item_price .price_option li:first-of-type img {
    width: 90%;
  }
}
.tab_re6 .product_sec .inner .item_price .price_option li:last-of-type img {
  width: 90%;
}
.tab_re6 .product_sec .inner .item_price .price_option li .option_left .option_name {
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec .inner .item_price .price_option li .option_left .option_name {
    margin-bottom: 10px;
    letter-spacing: 0;
  }
}
.tab_re6 .product_sec .inner .item_price .price_option li .option_right {
  text-align: right;
  letter-spacing: 0;
}
.tab_re6 .product_sec .inner .item_price .price_option li .option_right .option_material {
  font-size: 14px;
  text-align: center;
  padding-top: 5px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .product_sec .inner .item_price .price_option li .option_right .option_material {
    margin-bottom: 15px;
  }
}
.tab_re6 .product_sec .inner .item_price .price_option li .option_right .txt_small {
  font-size: 12px;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.tab_re6 .product_sec .inner .item_price .price_option li .option_right .txt_price {
  font-family: "Oswald", sans-serif;
  font-size: 46px;
  line-height: 1;
  margin-bottom: 5px;
}
.tab_re6 .product_sec .inner .item_price .price_option li .option_right .txt_price small {
  font-size: 30px;
}
.tab_re6 .product_sec .inner .item_price .price_option li .option_right .txt_price .count-up {
  margin-bottom: 5px;
}
.tab_re6 .product_sec .inner .item_price .price_option li .option_right .txt_price_ex {
  font-size: 16px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .tab_re6 .news_sec .inner_hr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
    height: 300px;
    padding: 30px;
    overflow-y: scroll;
  }
  .tab_re6 .news_sec .inner_hr > div {
    width: 100%;
    margin-block: 0;
  }
}
.tab_re6 .sns_list {
  background: #fff;
  margin-bottom: 0;
  padding-bottom: 36px;
}

.tac {
  text-align: center;
}

/*=======================================
	modaal
=======================================*/
/* モーダル中身 */
.modaal-inner-wrapper {
  padding: 0;
}
.modaal-inner-wrapper .modaal-container {
  width: 80%;
  max-width: 980px;
}
@media screen and (max-width: 768px) {
  .modaal-inner-wrapper .modaal-container {
    width: 90%;
  }
}
.modaal-inner-wrapper .modaal-container .modaal-content-container {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .modaal-inner-wrapper .modaal-container .modaal-content-container {
    padding: 10px;
  }
}
.modaal-inner-wrapper .modaal-container .modaal-content-container img {
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}

/* 閉じるボタン */
.modaal-close {
  position: absolute;
  right: -65px;
  top: 0;
  cursor: pointer;
  z-index: 10;
  background: url("../images/icon_close.svg") no-repeat !important;
  background-size: cover !important;
  width: 45px;
  height: 45px;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .modaal-close {
    width: 40px;
    height: 40px;
    right: 0;
    top: -55px;
  }
}
.modaal-close::before, .modaal-close::after {
  display: none;
}

.media_sec .no-link {
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */