@charset "UTF-8";
.fluidImg {
  max-width: 100%;
  height: auto;
  width: auto; /* for ie8 */
}

.tCenter {
  text-align: center;
}

.mAuto {
  margin: auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.clear {
  clear: both;
}

.clf:after {
  /*for modern browser*/
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.clf {
  zoom: 1; /*for IE 5.5-7*/
}

img {
  vertical-align: bottom;
}

.hover {
  transition: all 0.2s linear;
  display: inline-block;
}
.hover:hover {
  opacity: 0.5;
}

/* ===========================================================
// sprite
===========================================================*/
.js-active {
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
}
.js-active.active {
  opacity: 1;
  visibility: visible;
}
.js-active.--up {
  transform: translateY(30px);
  transition: all 0.7s;
}
.js-active.--up.active {
  transform: translateY(0);
}
.js-active.--right-in-left {
  transform: translateX(30px);
  transition: all 0.7s;
}
.js-active.--right-in-left.active {
  transform: translateX(0);
  transition: all 0.7s;
}
.js-active.--skew.--bg.active::before {
  animation: skew-slide 0.7s forwards;
}
.js-active.--skew.--item.active {
  animation: skew-slide 0.7s forwards;
}
@keyframes skew-slide {
  0% {
    clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  }
  30% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.js-active.order.up li {
  transform: translateY(30px);
}

.js-active.order li {
  transition: all 0.7s;
  opacity: 0;
}
.js-active.order.active li {
  opacity: 1;
  transform: none;
}
.js-active.order.active li:nth-child(1) {
  transition-delay: 0.3s;
  animation-delay: 0.2s;
}
.js-active.order.active li:nth-child(2) {
  transition-delay: 0.6s;
  animation-delay: 0.4s;
}
.js-active.order.active li:nth-child(3) {
  transition-delay: 0.9s;
  animation-delay: 0.6s;
}
.js-active.order.active li:nth-child(4) {
  transition-delay: 1.2s;
  animation-delay: 0.8s;
}
.js-active.order.active li:nth-child(5) {
  transition-delay: 1.5s;
  animation-delay: 1s;
}

@keyframes floating {
  0% {
    transform: translateY(-2.5%);
  }
  100% {
    transform: translateY(2.5%);
  }
}
.h-itemName_icon {
  color: #fff;
}

.f-breadcrumb .swiper-slide a {
  color: #fff;
}

.n-dlStyle01 dt a {
  color: #fff;
}
/*
.headerStyle01 .h-lnavlist_icon.icon01::after {
  background-image: url(/ja/assets/img/icon_arrow_r_w.svg);
}
*/
.n-listLinkItems a {
  color: #fff;
}

.h-lnavlist > li > span,
.h-lnavlist > li > a {
  color: #fff;
}

@media all and (min-width: 896px) {
  /**
  * =======================================================
  * section01
  * =======================================================
  */
  .section01 {
    padding-top: 170px;
    position: relative;
  }
  .section01__wrap {
    height: 814px;
    margin-top: 198px;
    position: relative;
  }
  .section01__wrap::before {
    content: "";
    display: block;
    width: 1920px;
    height: 60%;
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 151, 220) 100%);
    position: absolute;
    left: 50%;
    bottom: 165px;
    z-index: -1;
    transform: translateX(-50%) skewY(-9deg);
    clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  }
  .section01__products {
    width: 1231px;
    position: absolute;
    top: -173px;
    right: -463px;
  }
  .section01__skew-text {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    position: absolute;
    bottom: 291px;
    left: 124px;
    transform: rotate(-9deg);
    clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  }
  /**
  * =======================================================
  * section02
  * =======================================================
  */
  .section02 {
    position: relative;
    padding-top: 420px;
    padding-bottom: 500px;
  }
  .section02::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #e7eef1;
    position: absolute;
    top: -250px;
    left: 0;
    z-index: -2;
    transform: skewY(-9deg);
  }
  .section02__wrap {
    height: 426px;
    margin-top: 95px;
    position: relative;
  }
  .section02__wrap::before {
    content: "";
    display: block;
    width: 1920px;
    height: 27%;
    background: #c20334;
    position: absolute;
    left: 50%;
    bottom: 154px;
    z-index: -1;
    transform: translateX(-50%) skewY(-9deg);
    clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  }
  .section02__products {
    width: 1651px;
    position: absolute;
    top: -84px;
    right: -374px;
  }
  .section02__skew-text {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    position: absolute;
    bottom: 175px;
    left: 452px;
    transform: rotate(-9deg);
  }
  .section02-icc {
    margin-top: 23px;
  }
  .section02-icc__logo {
    width: fit-content;
    margin-inline: auto;
  }
  .section02-icc__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 50px;
  }
  .section02-icc__list li p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6153846154;
  }
  .section02-icc__list li a {
    display: inline-block;
    font-weight: 500;
    padding-right: 15px;
    position: relative;
  }
  .section02-icc__list li a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 53%;
    transform: translateY(-50%);
    margin: auto;
    display: inline-block;
    background: url(/ja/carrozzeria/wifi_router/wifi_router/dct-wr200d/img/top_img/icon_blank.png) no-repeat center center/contain;
    width: 13px;
    height: 12px;
  }
  .section02-icc__list li a:hover {
    opacity: 0.5;
  }
  .section02-icc__more {
    margin-top: 92px;
    text-align: center;
  }
  .section02-icc__more a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding-right: 18px;
    position: relative;
    transition: all 0.2s;
  }
  .section02-icc__more a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 53%;
    transform: translateY(-50%);
    margin: auto;
    display: inline-block;
    background: url(/ja/carrozzeria/wifi_router/wifi_router/dct-wr200d/img/top_img/icon_arrow01.svg) no-repeat center center/contain;
    width: 9px;
    height: 13px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  .section02-icc__more a:hover {
    opacity: 0.5;
  }
  .section02-icc__more a:hover::after {
    transform: translate3D(5px, -50%, 0);
  }
  /**
  * =======================================================
  * section03
  * =======================================================
  */
  .section03 {
    position: relative;
    padding-top: 180px;
    padding-bottom: 415px;
  }
  .section03::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #bed5e1;
    position: absolute;
    top: -140px;
    left: 0;
    z-index: -2;
    transform: skewY(-9deg);
  }
  .section03__wrap {
    height: 426px;
    margin-top: 122px;
    position: relative;
  }
  .section03__wrap::before {
    content: "";
    display: block;
    width: 1920px;
    height: 27%;
    background: #317bbc;
    position: absolute;
    left: 50%;
    bottom: 146px;
    z-index: -1;
    transform: translateX(-50%) skewY(-9deg);
    clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  }
  .section03__products {
    width: 1920px;
    position: absolute;
    top: -150px;
    left: -360px;
  }
  .section03__skew-text {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    position: absolute;
    bottom: 163px;
    left: 452px;
    transform: rotate(-9deg);
  }
  .section03__list01 {
    display: flex;
    justify-content: center;
    gap: 36px;
    margin-top: -16px;
  }
  .section03__list02 {
    display: flex;
    justify-content: center;
    gap: 200px;
    margin-top: 60px;
  }
  .section03__more {
    margin-top: 82px;
    text-align: center;
  }
  .section03__more a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding-right: 18px;
    position: relative;
    transition: all 0.2s;
  }
  .section03__more a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 53%;
    transform: translateY(-50%);
    margin: auto;
    display: inline-block;
    background: url(/ja/carrozzeria/wifi_router/wifi_router/dct-wr200d/img/top_img/icon_arrow01.svg) no-repeat center center/contain;
    width: 9px;
    height: 13px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  .section03__more a:hover {
    opacity: 0.5;
  }
  .section03__more a:hover::after {
    transform: translate3D(5px, -50%, 0);
  }
  .section03__annotation {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 78px;
  }
  /**
  * =======================================================
  * section04
  * =======================================================
  */
  .section04 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    padding-top: 276px;
    padding-bottom: 568px;
    color: #fff;
  }
  .section04::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/ja/carrozzeria/wifi_router/wifi_router/dct-wr200d/img/top_img/c04_bg.png) no-repeat top center/1920px 100%;
    position: absolute;
    top: -172px;
    left: 0;
    z-index: -2;
  }
  .section04 h2::after {
    background: #fff;
  }
  .section04__wrap {
    height: 426px;
    margin-top: 122px;
    position: relative;
  }
  .section04__wrap::before {
    content: "";
    display: block;
    width: 1920px;
    height: 27%;
    background: #009ae3;
    position: absolute;
    left: 50%;
    bottom: 157px;
    z-index: -1;
    transform: translateX(-50%) skewY(-9deg);
    clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  }
  .section04__products {
    width: 578px;
    position: absolute;
    top: -119px;
    left: 400px;
  }
  .section04__skew-text {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    position: absolute;
    bottom: 132px;
    left: 128px;
    transform: rotate(-9deg);
  }
  .section04__list {
    display: flex;
    justify-content: center;
    gap: 65px;
    margin-top: -40px;
  }
  .section04__more {
    margin-top: 170px;
    text-align: center;
  }
  .section04__more a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding-right: 18px;
    position: relative;
    transition: all 0.2s;
  }
  .section04__more a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 53%;
    transform: translateY(-50%);
    margin: auto;
    display: inline-block;
    mask: url(/ja/carrozzeria/wifi_router/wifi_router/dct-wr200d/img/top_img/icon_arrow01.svg) no-repeat center center/contain;
    background-color: #fff;
    width: 9px;
    height: 13px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  .section04__more a:hover {
    opacity: 0.5;
  }
  .section04__more a:hover::after {
    transform: translate3D(5px, -50%, 0);
  }
  /**
  * =======================================================
  * section05
  * =======================================================
  */
  .section05 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2885px;
    margin-top: -365px;
    padding-top: 400px;
    background: url(/ja/carrozzeria/wifi_router/wifi_router/dct-wr200d/img/top_img/c05_bg.png) no-repeat top center/1920px 100%;
    color: #fff;
  }
  .section05 h2 {
    width: fit-content;
    margin-inline: auto;
  }
  .section05 h2::before {
    content: "";
    display: block;
    width: 156px;
    height: 120px;
    background: url(/ja/carrozzeria/wifi_router/wifi_router/dct-wr200d/img/top_img/c05_wifi.png) no-repeat top center/100% 100%;
    position: absolute;
    top: -70px;
    right: -117px;
  }
  .section05 h2::after {
    background: #fff;
  }
  .section05__circle {
    width: 1920px;
    height: 1920px;
    position: absolute;
    top: 590px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/ja/carrozzeria/wifi_router/wifi_router/dct-wr200d/img/top_img/c05_circle.png) no-repeat center center/100% auto;
  }
  .section05__list {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 45px;
  }
  .section05__products {
    width: 470px;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .section05__products.--up {
    transform-origin: center;
    transform: translate(-50%, -40%);
  }
  .section05__products.--up.active {
    transform: translate(-50%, -50%);
  }
  .section05__wrap {
    margin-top: 682px;
  }
  .section05__wrap h3::after {
    display: none;
  }
  .section05__object li {
    position: absolute;
    animation: floating 1.8s ease-in-out infinite alternate-reverse;
  }
  .section05__object li:nth-child(1) {
    width: 571px;
    top: 609px;
    right: 58px;
  }
  .section05__object li:nth-child(2) {
    width: 423px;
    bottom: 403px;
    right: 314px;
  }
  .section05__object li:nth-child(3) {
    width: 304px;
    bottom: 181px;
    right: 688px;
  }
  .section05__object li:nth-child(4) {
    width: 340px;
    bottom: 346px;
    left: 532px;
  }
  .section05__object li:nth-child(5) {
    width: 357px;
    top: 360px;
    left: 266px;
  }
  .section05__more {
    margin-top: 484px;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .section05__more a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding-right: 18px;
    position: relative;
    transition: all 0.2s;
  }
  .section05__more a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 53%;
    transform: translateY(-50%);
    margin: auto;
    display: inline-block;
    mask: url(/ja/carrozzeria/wifi_router/wifi_router/dct-wr200d/img/top_img/icon_arrow01.svg) no-repeat center center/contain;
    background-color: #fff;
    width: 9px;
    height: 13px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  .section05__more a:hover {
    opacity: 0.5;
  }
  .section05__more a:hover::after {
    transform: translate3D(5px, -50%, 0);
  }
  /**
  * =======================================================
  * section06
  * =======================================================
  */
  .section06 {
    position: relative;
    padding-top: 250px;
    padding-bottom: 320px;
    margin-bottom: 100px;
  }
  .section06::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    position: absolute;
    top: -40px;
    left: 0;
    z-index: -2;
    transform: skewY(-9.5deg);
  }
  .section06__wrap {
    height: 426px;
    margin-top: 211px;
    position: relative;
  }
  .section06__wrap::before {
    content: "";
    display: block;
    width: 1920px;
    height: 27%;
    background: #d32d25;
    position: absolute;
    left: 50%;
    bottom: 156px;
    z-index: -1;
    transform: translateX(-50%) skewY(-9deg);
    clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  }
  .section06__products li {
    position: absolute;
  }
  .section06__products li:nth-child(1) {
    top: -193px;
    left: 151px;
  }
  .section06__products li:nth-child(2) {
    top: -144px;
    right: 207px;
  }
  .section06__skew-text {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    position: absolute;
    bottom: 128px;
    left: 65px;
    transform: rotate(-9deg);
  }
  .section06__skew-subtext {
    color: #d2d2d2;
    font-size: 75px;
    font-weight: 400;
    position: absolute;
    bottom: 26px;
    left: 421px;
    transform: rotate(-9deg);
  }
  .section06__list {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 202px;
  }
  .section06__more {
    margin-top: 92px;
    text-align: center;
  }
  .section06__more a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding-right: 18px;
    position: relative;
    transition: all 0.2s;
  }
  .section06__more a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 53%;
    transform: translateY(-50%);
    margin: auto;
    display: inline-block;
    background: url(/ja/carrozzeria/wifi_router/wifi_router/dct-wr200d/img/top_img/icon_arrow01.svg) no-repeat center center/contain;
    width: 9px;
    height: 13px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  .section06__more a:hover {
    opacity: 0.5;
  }
  .section06__more a:hover::after {
    transform: translate3D(5px, -50%, 0);
  }
  .spv {
    display: none !important;
  }
  .pcv {
    display: inline-block;
  }
}
@media screen and (max-width: 895px) {
  /**
  * =======================================================
  * 共通
  * =======================================================
  */
  section .ttlStyle02 {
    font-size: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 6vw !important;
    line-height: 1.35;
  }
  section .fzP16 {
    font-size: 3.2vw !important;
    line-height: 1.75;
  }
  /**
  * =======================================================
  * section01
  * =======================================================
  */
  .section01 {
    padding-top: 22.6666666667vw;
    position: relative;
  }
  .section01__wrap {
    height: 103.4666666667vw;
    margin-top: 18.4vw;
    position: relative;
  }
  .section01__wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 151, 220) 100%);
    position: absolute;
    bottom: 21.3333333333vw;
    z-index: -1;
    transform: skewY(-9deg);
    clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  }
  .section01__products {
    width: 100%;
    position: absolute;
    top: -10.4vw;
    left: 0;
  }
  .section01__skew-text {
    color: #fff;
    font-size: 6.6666666667vw;
    font-weight: 500;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 25.3333333333vw;
    left: 50%;
    transform: translateX(-50%) rotate(-9deg);
    clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  }
  /**
  * =======================================================
  * section02
  * =======================================================
  */
  .section02 {
    position: relative;
    padding-top: 36vw;
    padding-bottom: 44vw;
  }
  .section02::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #e7eef1;
    position: absolute;
    top: -26.6666666667vw;
    left: 0;
    z-index: -2;
    transform: skewY(-9deg);
  }
  .section02__wrap {
    height: 56.8vw;
    margin-top: 8vw;
    position: relative;
  }
  .section02__wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 25%;
    background: #c20334;
    position: absolute;
    left: 50%;
    bottom: 12.5333333333vw;
    z-index: -1;
    transform: translateX(-50%) skewY(-9deg);
    clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  }
  .section02__products {
    width: 100%;
    position: absolute;
    top: -7.3333333333vw;
    left: 0;
  }
  .section02__skew-text {
    color: #fff;
    font-size: 6.6666666667vw;
    font-weight: 500;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 17.8666666667vw;
    right: -21.3333333333vw;
    transform: rotate(-9deg);
    clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  }
  .section02-icc {
    margin-top: 49.3333333333vw;
  }
  .section02-icc__logo {
    width: 53.7333333333vw;
    margin-inline: auto;
  }
  .section02-icc__list {
    width: 78.9333333333vw;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.1333333333vw;
    margin-top: 11.2vw;
  }
  .section02-icc__list li p {
    width: 150%;
    font-size: 2.6666666667vw;
    font-weight: 500;
    line-height: 1.5714285714;
    transform: scale(0.7);
    transform-origin: left;
    font-feature-settings: "palt";
    margin-top: -1.3333333333vw;
    margin-left: 0.5333333333vw;
  }
  .section02-icc__list li a {
    display: inline-block;
    font-weight: 500;
    padding-right: 15px;
    position: relative;
  }
  .section02-icc__list li a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 53%;
    transform: translateY(-50%);
    margin: auto;
    display: inline-block;
    background: url(/ja/carrozzeria/wifi_router/wifi_router/dct-wr200d/img/top_img/icon_blank.png) no-repeat center center/contain;
    width: 13px;
    height: 12px;
  }
  .section02-icc__list li a:hover {
    opacity: 0.5;
  }
  .section02-icc__more {
    margin-top: 8.4vw;
    text-align: center;
  }
  .section02-icc__more a {
    display: inline-block;
    font-size: 2.4vw;
    font-weight: 500;
    padding-right: 3.4666666667vw;
    position: relative;
    transition: all 0.2s;
  }
  .section02-icc__more a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 53%;
    transform: translateY(-50%);
    margin: auto;
    display: inline-block;
    background: url(/ja/carrozzeria/wifi_router/wifi_router/dct-wr200d/img/top_img/icon_arrow01.svg) no-repeat center center/contain;
    width: 1.3333333333vw;
    height: 2.6666666667vw;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  .section02-icc__more a:hover {
    opacity: 0.5;
  }
  .section02-icc__more a:hover::after {
    transform: translate3D(5px, -50%, 0);
  }
  /**
  * =======================================================
  * section03
  * =======================================================
  */
  .section03 {
    position: relative;
    padding-top: 13.3333333333vw;
    padding-bottom: 38.1333333333vw;
  }
  .section03::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #bed5e1;
    position: absolute;
    top: -14.4vw;
    left: 0;
    z-index: -2;
    transform: skewY(-9deg);
  }
  .section03__wrap {
    height: 56.8vw;
    margin-top: 51.4666666667vw;
    position: relative;
  }
  .section03__wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 25%;
    background: #317bbc;
    position: absolute;
    left: 50%;
    bottom: 19.7333333333vw;
    z-index: -1;
    transform: translateX(-50%) skewY(-9deg);
    clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  }
  .section03__products {
    width: 100%;
    position: absolute;
    top: -42.6666666667vw;
    left: 0;
  }
  .section03__skew-text {
    color: #fff;
    font-size: 6.6666666667vw;
    font-weight: 500;
    position: absolute;
    bottom: 18.1333333333vw;
    left: 11.3333333333vw;
    transform: rotate(-9deg);
    font-feature-settings: "palt";
  }
  .section03__list01 {
    width: 81.3333333333vw;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4.2666666667vw;
    margin-top: 22.6666666667vw;
  }
  .section03__list01 li {
    width: calc((100% - 5.3333333333vw) / 2);
  }
  .section03__list02 {
    width: 44.8vw;
    margin-inline: auto;
    margin-top: 21.0666666667vw;
  }
  .section03__list02 li + li {
    margin-top: 18.1333333333vw;
  }
  .section03__more {
    margin-top: 16vw;
    text-align: center;
  }
  .section03__more a {
    display: inline-block;
    font-size: 2.4vw;
    font-weight: 500;
    padding-right: 3.4666666667vw;
    position: relative;
    transition: all 0.2s;
  }
  .section03__more a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 53%;
    transform: translateY(-50%);
    margin: auto;
    display: inline-block;
    background: url(/ja/carrozzeria/wifi_router/wifi_router/dct-wr200d/img/top_img/icon_arrow01.svg) no-repeat center center/contain;
    width: 1.3333333333vw;
    height: 2.6666666667vw;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  .section03__more a:hover {
    opacity: 0.5;
  }
  .section03__more a:hover::after {
    transform: translate3D(5px, -50%, 0);
  }
  .section03__annotation {
    font-size: 2.6666666667vw;
    font-weight: 400;
    text-align: center;
    margin-top: 13.3333333333vw;
    transform: scale(0.7);
    transform-origin: center;
    width: 100%;
  }
  /**
  * =======================================================
  * section04
  * =======================================================
  */
  .section04 {
    position: relative;
    padding-top: 38.6666666667vw;
    padding-bottom: 50.6666666667vw;
    color: #fff;
  }
  .section04::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/ja/carrozzeria/wifi_router/wifi_router/dct-wr200d/img/top_img/c04_bg_sp.png) no-repeat top center/100% 100%;
    position: absolute;
    top: -35px;
    left: 0;
    z-index: -2;
  }
  .section04 h2::after {
    background: #fff;
  }
  .section04__wrap {
    height: 56.8vw;
    margin-top: 24.2666666667vw;
    position: relative;
  }
  .section04__wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 25%;
    background: #009ae3;
    position: absolute;
    left: 50%;
    bottom: 14.4vw;
    z-index: -1;
    transform: translateX(-50%) skewY(-9deg);
    clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  }
  .section04__products {
    width: 70.6666666667vw;
    position: absolute;
    top: -16.2666666667vw;
    right: 4.4vw;
  }
  .section04__skew-text {
    width: 100%;
    color: #fff;
    font-size: 6.6666666667vw;
    font-weight: 500;
    text-align: center;
    position: absolute;
    bottom: 16.5333333333vw;
    left: 50%;
    transform: translateX(-50%) rotate(-9deg);
  }
  .section04__list {
    width: 78.9333333333vw;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6vw;
    margin-top: -1.8666666667vw;
  }
  .section04__list li {
    width: calc((100% - 6vw) / 2);
  }
  .section04__more {
    margin-top: 15.2vw;
    text-align: center;
  }
  .section04__more a {
    color: #fff;
    display: inline-block;
    font-size: 2.4vw;
    font-weight: 500;
    padding-right: 3.4666666667vw;
    position: relative;
    transition: all 0.2s;
  }
  .section04__more a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 53%;
    transform: translateY(-50%);
    margin: auto;
    display: inline-block;
    background-color: #fff;
    mask: url(/ja/carrozzeria/wifi_router/wifi_router/dct-wr200d/img/top_img/icon_arrow01.svg) no-repeat center center/contain;
    width: 1.3333333333vw;
    height: 2.6666666667vw;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  .section04__more a:hover {
    opacity: 0.5;
  }
  .section04__more a:hover::after {
    transform: translate3D(5px, -50%, 0);
  }
  /**
  * =======================================================
  * section05
  * =======================================================
  */
  .section05 {
    position: relative;
    width: 100%;
    margin-top: -25.3333333333vw;
    padding-top: 56vw;
    padding-bottom: 46.6666666667vw;
    background: url(/ja/carrozzeria/wifi_router/wifi_router/dct-wr200d/img/top_img/c05_bg_sp.png) no-repeat top center/100% 100%;
    color: #fff;
  }
  .section05 h2 {
    width: fit-content;
    margin-inline: auto;
  }
  .section05 h2::before {
    content: "";
    display: block;
    width: 20.8vw;
    height: 16vw;
    background: url(/ja/carrozzeria/wifi_router/wifi_router/dct-wr200d/img/top_img/c05_wifi.png) no-repeat top center/100% 100%;
    position: absolute;
    top: -9.3333333333vw;
    right: -15.6vw;
  }
  .section05 h2::after {
    background: #fff;
  }
  .section05__circle {
    width: 256vw;
    height: 256vw;
    position: absolute;
    top: 94.9333333333vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/ja/carrozzeria/wifi_router/wifi_router/dct-wr200d/img/top_img/c05_circle.png) no-repeat center center/100% auto;
  }
  .section05__list {
    width: 81.3333333333vw;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8vw;
    margin-top: 5.3333333333vw;
  }
  .section05__products {
    width: 62.6666666667vw;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .section05__products.--up {
    transform-origin: center;
    transform: translate(-50%, -40%);
  }
  .section05__products.--up.active {
    transform: translate(-50%, -50%);
  }
  .section05__wrap {
    margin-top: 84.5333333333vw;
    position: relative;
    z-index: 1;
  }
  .section05__wrap .ttlStyle02 {
    padding-bottom: 0 !important;
    margin-bottom: 4vw !important;
  }
  .section05__wrap .ttlStyle02::after {
    display: none;
  }
  .section05__object li {
    position: absolute;
    animation: floating 1.8s ease-in-out infinite alternate-reverse;
  }
  .section05__object li:nth-child(1) {
    width: 62.5333333333vw;
    top: 115.3333333333vw;
    right: 42vw;
  }
  .section05__object li:nth-child(2) {
    width: 36.1333333333vw;
    bottom: 42.5333333333vw;
    right: 75.2vw;
  }
  .section05__object li:nth-child(3) {
    width: 31.7333333333vw;
    bottom: 16.8vw;
    right: 95.0666666667vw;
  }
  .section05__object li:nth-child(4) {
    width: 37.7333333333vw;
    bottom: 40.5333333333vw;
    left: 89.4666666667vw;
  }
  .section05__object li:nth-child(5) {
    width: 34.5333333333vw;
    bottom: 69.8666666667vw;
    left: 75.7333333333vw;
  }
  .section05__more {
    margin-top: 59.6vw;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .section05__more a {
    color: #fff;
    display: inline-block;
    font-size: 2.4vw;
    font-weight: 500;
    padding-right: 3.4666666667vw;
    position: relative;
    transition: all 0.2s;
  }
  .section05__more a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 53%;
    transform: translateY(-50%);
    margin: auto;
    display: inline-block;
    background-color: #fff;
    mask: url(/ja/carrozzeria/wifi_router/wifi_router/dct-wr200d/img/top_img/icon_arrow01.svg) no-repeat center center/contain;
    width: 1.3333333333vw;
    height: 2.6666666667vw;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  .section05__more a:hover {
    opacity: 0.5;
  }
  .section05__more a:hover::after {
    transform: translate3D(5px, -50%, 0);
  }
  /**
  * =======================================================
  * section06
  * =======================================================
  */
  .section06 {
    position: relative;
    padding-top: 44.4vw;
    padding-bottom: 13.3333333333vw;
    margin-bottom: 20vw;
  }
  .section06::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    position: absolute;
    top: -6.6666666667vw;
    left: 0;
    z-index: -2;
    transform: skewY(-9.5deg);
  }
  .section06__wrap {
    height: 56.8vw;
    margin-top: 22.8vw;
    position: relative;
  }
  .section06__wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 25%;
    background: #d32d25;
    position: absolute;
    left: 50%;
    bottom: 21.3333333333vw;
    z-index: -1;
    transform: translateX(-50%) skewY(-9deg);
    clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  }
  .section06__products li {
    position: absolute;
  }
  .section06__products li:nth-child(1) {
    width: 36.2666666667vw;
    top: -16.6666666667vw;
    left: 22.9333333333vw;
  }
  .section06__products li:nth-child(2) {
    width: 34.2666666667vw;
    top: -17.8666666667vw;
    right: 2.1333333333vw;
  }
  .section06__skew-text {
    color: #fff;
    font-size: 6.6666666667vw;
    font-weight: 500;
    position: absolute;
    bottom: 21.6vw;
    left: 3.0666666667vw;
    transform: rotate(-9deg);
    font-feature-settings: "palt";
  }
  .section06__skew-subtext {
    color: #d2d2d2;
    font-size: 8.6666666667vw;
    font-weight: 400;
    position: absolute;
    bottom: 26px;
    left: 34.1333333333vw;
    transform: rotate(-9deg);
  }
  .section06__list {
    width: 78.9333333333vw;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6vw;
    margin-top: 15.4666666667vw;
  }
  .section06__list li {
    width: calc((100% - 6vw) / 2);
  }
  .section06__more {
    margin-top: 7.8666666667vw;
    text-align: center;
  }
  .section06__more a {
    display: inline-block;
    font-size: 2.4vw;
    font-weight: 500;
    padding-right: 3.4666666667vw;
    position: relative;
    transition: all 0.2s;
  }
  .section06__more a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 53%;
    transform: translateY(-50%);
    margin: auto;
    display: inline-block;
    background: url(/ja/carrozzeria/wifi_router/wifi_router/dct-wr200d/img/top_img/icon_arrow01.svg) no-repeat center center/contain;
    width: 1.3333333333vw;
    height: 2.6666666667vw;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  .section06__more a:hover {
    opacity: 0.5;
  }
  .section06__more a:hover::after {
    transform: translate3D(5px, -50%, 0);
  }
  .pcv {
    display: none;
  }
  .spv {
    display: inline-block;
  }
  .hover:hover {
    opacity: 1;
  }
}
