* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

fieldset {
  border: 0;
}

body {
  line-height: 1.8;
}

body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, ul {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

ul li {
  list-style-type: none;
  list-style-image: none;
}

address {
  font-style: normal;
}

/* about
--------------------- */
#about {
  position: relative;
  z-index: 2;
}
#about .inner .wrapper {
  display: flex;
  justify-content: space-between;
}
#about .inner .wrapper .txt-box {
  width: calc(50% - 8.4rem);
}
#about .inner .wrapper .txt-box p:not(:nth-last-of-type(1)) {
  margin-bottom: 3rem;
}
#about .inner .wrapper .ph {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #about .inner .con-title .jp {
    letter-spacing: 0.04em;
  }
  #about .inner .wrapper {
    display: block;
  }
  #about .inner .wrapper .txt-box {
    width: 100%;
    margin-bottom: 3rem;
  }
  #about .inner .wrapper .txt-box p:not(:nth-last-of-type(1)) {
    margin-bottom: 1.5rem;
  }
  #about .inner .wrapper .ph {
    width: 100%;
  }
}
/* features
--------------------- */
#features {
  position: relative;
  background: url("../img/gasturbine-generator/bg_gd_orange.png") no-repeat center/cover;
}
#features .fieatures_item {
  position: absolute;
  z-index: 1;
  top: -6.6rem;
  left: 22.6rem;
  width: 14vw;
}
#features .inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#features .inner .list li {
  width: calc(25% - 3.9rem);
}
#features .inner .list li:nth-child(-n+4) {
  margin-bottom: 6rem;
}
#features .inner .list .title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 3.9rem);
  border: 1px solid rgba(255, 255, 255, 0.6);
}
#features .inner .list .title .title_box .en {
  display: block;
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1;
}
#features .inner .list .title .title_box h2 {
  position: relative;
  display: block;
  font-size: 2.1rem;
  font-weight: 500;
  margin-top: 1.7rem;
  padding-left: 2.5rem;
  padding-bottom: 0.3rem;
}
#features .inner .list .title .title_box h2::after {
  position: absolute;
  content: "";
  display: block;
  top: 0.05rem;
  left: 0;
  width: 1.2vw;
  height: 1.4vw;
  margin-right: 0.7rem;
  background: url(../../common/img/title_item_orange.svg) no-repeat center/cover;
}
#features .inner .list .title .line {
  position: absolute;
  background: var(--orange);
}
#features .inner .list .title .line01 {
  top: -1px;
  left: -1px;
  width: 2.5vw;
  height: 1px;
}
#features .inner .list .title .line02 {
  top: -1px;
  left: -1px;
  width: 1px;
  height: 2.5vw;
}
#features .inner .list .title .line03 {
  bottom: -1px;
  right: -1px;
  width: 2.5vw;
  height: 1px;
}
#features .inner .list .title .line04 {
  bottom: -1px;
  right: -1px;
  width: 1px;
  height: 2.5vw;
}
#features .inner .list .item .txt {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.5rem 0 1.2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#features .inner .list .item .txt::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 2.3vw;
  height: 1px;
  margin-right: 0.7rem;
  background: var(--orange);
}
#features .inner .list .item .txt .en {
  font-size: 2.2rem;
  padding: 0 1.2rem 0 0.2rem;
}
#features .inner .list .item .txt .jp {
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0.006em;
}

@media screen and (max-width: 768px) {
  #features .fieatures_item {
    top: -3.98rem;
    left: 10.1rem;
    width: 29.5vw;
  }
  #features .inner .list li {
    width: calc(50% - 1.1rem);
  }
  #features .inner .list li:nth-child(-n+4) {
    margin-bottom: 3rem;
  }
  #features .inner .list li:not(:nth-last-child(-n+2)) {
    margin-bottom: 3rem;
  }
  #features .inner .list .title {
    width: 100%;
  }
  #features .inner .list .title .title_box {
    padding: 5rem 0;
  }
  #features .inner .list .title .title_box .en {
    font-size: 4.8rem;
  }
  #features .inner .list .title .title_box h2 {
    font-size: 1.44rem;
    margin-top: 0.9rem;
    padding-left: 2rem;
  }
  #features .inner .list .title .title_box h2::after {
    top: 0rem;
    left: 0.5rem;
    width: 2.1vw;
    height: 3.2vw;
    margin-right: 0.7rem;
  }
  #features .inner .list .title .line01 {
    width: 4vw;
  }
  #features .inner .list .title .line02 {
    height: 4vw;
  }
  #features .inner .list .title .line03 {
    width: 4vw;
  }
  #features .inner .list .title .line04 {
    height: 4vw;
  }
  #features .inner .list .item .txt {
    padding: 1rem 0 0.9rem 0;
  }
  #features .inner .list .item .txt::after {
    width: 6vw;
  }
  #features .inner .list .item .txt .en {
    font-size: 1.5rem;
    padding: 0 1rem 0 0.2rem;
  }
  #features .inner .list .item .txt .jp {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
/* lineup
----------------------------*/
#lineup .inner .wrapper {
  display: flex;
  justify-content: space-between;
}
#lineup .inner .wrapper .btn-box {
  display: flex;
  margin-top: 1rem;
}
#lineup .inner .wrapper .btn-box .btn:not(:nth-last-of-type(1)) {
  margin-right: 1.5rem;
}
#lineup .inner .table-box {
  width: 100%;
  overflow-x: auto;
}
#lineup .inner .table-box table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
#lineup .inner .table-box th,
#lineup .inner .table-box td {
  border: 1px solid #DDDDDD;
  line-height: 1.7rem;
  padding: 12px 10px;
  text-align: center;
  white-space: nowrap;
  height: 4vw;
  vertical-align: middle;
}
#lineup .inner .table-box tbody th {
  background: #EFEFEF;
  font-weight: 500;
}
#lineup .inner .end {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  #lineup .inner .wrapper {
    display: block;
  }
  #lineup .inner .wrapper .btn-box {
    display: block;
    margin-bottom: 3rem;
  }
  #lineup .inner .wrapper .btn-box .btn:not(:nth-last-of-type(1)) {
    margin-top: 1rem;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
  }
  #lineup .inner .wrapper .btn-box .btn a {
    margin-top: 0;
  }
  #lineup .inner .table-box {
    width: 300%;
  }
  #lineup .inner .table-box table {
    width: 100%;
  }
  #lineup .inner .table-box th,
  #lineup .inner .table-box td {
    line-height: 1.7rem;
    padding: 0;
    height: 15vw;
  }
  #lineup .inner .table-box tbody {
    overflow-x: hidden;
  }
}
/* dual-fuel
----------------------------*/
#dual-fuel .inner .wrapper {
  margin-top: 9rem;
}
#dual-fuel .inner .wrapper .item.top {
  margin-bottom: 9rem;
}
#dual-fuel .inner .wrapper .item ul {
  display: flex;
  justify-content: space-between;
}
#dual-fuel .inner .wrapper .item ul li {
  width: calc(25% - 2rem);
  background: var(--white);
  padding: 3.2rem 0 4.7rem 0;
}
#dual-fuel .inner .wrapper .item ul li .en {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
  padding-bottom: 0.7rem;
  margin-bottom: 3rem;
  border-bottom: 2px solid var(--red);
}
#dual-fuel .inner .wrapper .item ul li p {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  text-align: center;
}
#dual-fuel .inner .wrapper .item .ph {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  #dual-fuel .inner .wrapper {
    margin-top: 9rem;
  }
  #dual-fuel .inner .wrapper .item.top {
    margin-bottom: 9rem;
  }
  #dual-fuel .inner .wrapper .item ul {
    flex-wrap: wrap;
  }
  #dual-fuel .inner .wrapper .item ul li {
    width: calc(50% - 0.8rem);
    background: var(--white);
    padding: 2rem 0 3rem 0;
  }
  #dual-fuel .inner .wrapper .item ul li:nth-child(1), #dual-fuel .inner .wrapper .item ul li:nth-child(2) {
    margin-bottom: 1.7rem;
  }
  #dual-fuel .inner .wrapper .item ul li .en {
    font-size: 3rem;
    padding-bottom: 0.7rem;
    margin-bottom: 1.5rem;
  }
  #dual-fuel .inner .wrapper .item ul li p {
    font-size: 1.7rem;
    line-height: 2.7rem;
    font-weight: 500;
    text-align: center;
  }
  #dual-fuel .inner .wrapper .item .ph {
    width: 100%;
    margin-top: 3rem;
  }
  #dual-fuel .inner .wrapper .item .ph img {
    width: 180%;
  }
}
/* results
----------------------------*/
#results {
  position: relative;
  padding-top: 12rem;
}
#results .inner {
  position: relative;
}
#results .inner h2 {
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 4.2rem;
  font-weight: 700;
  margin-bottom: 6.8rem;
}
#results .inner h2 .main {
  display: block;
  width: 32vw;
}
#results .inner h2 .main .unit {
  margin-left: -0.5rem;
}
#results .inner h2 .right {
  display: block;
  margin-right: 0.5rem;
  transform: translateY(4rem);
}
#results .inner h2 .left {
  display: block;
  margin-left: -1rem;
  transform: translateY(4.2rem);
}
#results .inner .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#results .inner .wrapper .box {
  position: relative;
  z-index: 3;
  width: calc(50% - 2.5rem);
  background: var(--white);
}
#results .inner .wrapper .box:not(:nth-last-child(-n+3)) {
  margin-bottom: 5.1rem;
}
#results .inner .wrapper .box .num {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-weight: 700;
  width: 3.9vw;
  height: 3.9vw;
  padding-left: 0.6rem;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: var(--red);
}
#results .inner .wrapper .box .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#results .inner .wrapper .box .flex .pht {
  width: 45%;
}
#results .inner .wrapper .box .flex .list {
  width: 55%;
  padding: 3rem 3.4rem 3.1rem 3.4rem;
}
#results .inner .wrapper .box .flex .list .item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
#results .inner .wrapper .box .flex .list .item:not(:nth-last-of-type(1)) {
  border-bottom: 1px dotted #DDDDDD;
}
#results .inner .wrapper .box .flex .list .item .right {
  display: block;
  width: 40%;
  color: #4C4948;
}
#results .bg-item {
  position: absolute;
  z-index: 1;
}
#results .item01 {
  width: 16vw;
  top: 11rem;
  right: -14rem;
}
#results .item02 {
  width: 9vw;
  top: 80rem;
  left: -16rem;
}
#results .item03 {
  width: 19vw;
  bottom: -30rem;
  right: 5rem;
}

@media screen and (max-width: 768px) {
  #results {
    padding-top: 7rem;
  }
  #results .inner h2 {
    font-size: 2.3rem;
    margin-bottom: 3rem;
  }
  #results .inner h2 .main {
    width: 50vw;
  }
  #results .inner h2 .right {
    margin-right: 0.3rem;
    transform: translateY(1.5rem);
  }
  #results .inner h2 .left {
    margin-left: -0.5rem;
    transform: translateY(1.5rem);
  }
  #results .inner .wrapper {
    display: block;
  }
  #results .inner .wrapper .box {
    position: relative;
    width: 100%;
    background: var(--white);
    padding: 0;
  }
  #results .inner .wrapper .box:not(:nth-last-child(-n+3)) {
    margin-bottom: 2rem;
  }
  #results .inner .wrapper .box:not(:nth-last-of-type(1)) {
    margin-bottom: 2rem;
  }
  #results .inner .wrapper .box .num {
    width: 12vw;
    height: 12vw;
    padding-top: 0.1rem;
    padding-left: 0.6rem;
  }
  #results .inner .wrapper .box .flex {
    display: block;
  }
  #results .inner .wrapper .box .flex .pht {
    width: 100%;
    height: 60vw;
    overflow: hidden;
  }
  #results .inner .wrapper .box .flex .list {
    width: 100%;
    padding: 1rem 3rem 1.5rem 3rem;
  }
  #results .inner .wrapper .box .flex .list .item {
    padding: 1rem 0 1.1rem 0;
  }
  #results .inner .wrapper .box .flex .list .item::before {
    width: 4vw;
  }
  #results .inner .wrapper .box .flex .list .item .right {
    width: 37%;
  }
  #results .inner .item01 {
    width: 46vw;
    top: 63rem;
    right: -7rem;
  }
  #results .inner .item03 {
    width: 49vw;
    bottom: -21rem;
    right: 1rem;
  }
  #results .inner .item04 {
    width: 35vw;
    bottom: 149rem;
    left: -5rem;
  }
}
/* movie
----------------------------*/
#movie .swiper-container {
  margin: 13.6rem 0 11.7rem;
}
#movie .swiper-container .swiper-wrapper .swiper-slide {
  transform: scale(0.85);
  transition: transform 0.5s ease;
  cursor: pointer;
}
#movie .swiper-container .swiper-wrapper .swiper-slide:hover .pht {
  overflow: hidden;
}
#movie .swiper-container .swiper-wrapper .swiper-slide:hover .pht img {
  transform: scale(1.1);
}
#movie .swiper-container .swiper-wrapper .swiper-slide .pht {
  overflow: hidden;
}
#movie .swiper-container .swiper-wrapper .swiper-slide .pht img {
  transition: var(--hover_ani_time);
}
#movie .swiper-container .swiper-wrapper .swiper-slide .pht:hover img {
  transform: scale(1.1);
}
#movie .swiper-container .swiper-wrapper .swiper-slide p {
  text-align: center;
  margin-top: 2rem;
}
#movie .swiper-container .swiper-wrapper .swiper-slide a p {
  display: flex;
  justify-content: center;
  align-items: center;
}
#movie .swiper-container .swiper-wrapper .swiper-slide a p::after {
  content: "";
  display: block;
  width: 1vw;
  height: 1vw;
  margin-left: 1.3rem;
  background: url("../../common/img/tab_red.svg") no-repeat center/cover;
}
#movie .swiper-container .swiper-wrapper .swiper-slide-active {
  transform: scale(1);
}
#movie .swiper-container .swiper-wrapper .movie .pht {
  position: relative;
}
#movie .swiper-container .swiper-wrapper .movie .pht::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5vw;
  height: 5vw;
  background: url(../../common/img/movie_btn.svg) no-repeat center/cover;
}
#movie .swiper-container .swiper-pagination {
  position: relative !important;
  margin-top: 2.3rem;
}
#movie .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #fff !important;
  border: 1px solid #B4AFAF;
  opacity: 1;
  width: 1vw;
  height: 1vw;
  margin: 0 0.6rem;
}
#movie .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--red) !important;
  border: var(--red);
}
#movie .swiper-container .sub-txt {
  color: #8B8B8B;
  line-height: 2.7rem;
  text-align: center;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  #movie .swiper-container {
    margin: 6rem 0 6rem;
  }
  #movie .swiper-container .swiper-wrapper .swiper-slide p {
    text-align: center;
    margin-top: 1rem;
    line-height: 2.4rem;
  }
  #movie .swiper-container .swiper-wrapper .swiper-slide a p {
    font-size: 1.55rem;
  }
  #movie .swiper-container .swiper-wrapper .swiper-slide a p::after {
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 1rem;
  }
  #movie .swiper-container .swiper-wrapper .movie .pht::before {
    width: 10vw;
    height: 10vw;
  }
  #movie .swiper-container .swiper-pagination {
    margin-top: 1.4rem;
  }
  #movie .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 2.6vw;
    height: 2.6vw;
    margin: 0 0.5rem;
  }
  #movie .swiper-container .sub-txt {
    margin-top: 0.5rem;
  }
}
/* products-menu
--------------------- */
#products-menu {
  position: relative;
}
#products-menu .inner {
  position: relative;
  z-index: 2;
}
#products-menu .inner .title {
  text-align: center;
  margin-bottom: 5rem;
}
#products-menu .inner .title .en {
  font-size: 8rem;
  line-height: 1;
  font-weight: 700;
}
#products-menu .inner .title h2 {
  font-weight: 500;
}
#products-menu .inner .wrapper {
  display: flex;
  justify-content: space-between;
}
#products-menu .inner .wrapper .view-btn {
  position: relative;
  z-index: 2;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 4rem 0 0;
  transition: var(--hover_ani_time);
}
#products-menu .inner .wrapper .view-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2vw;
  height: 2vw;
  transition: var(--hover_ani_time);
  background: url("../../common/img/btn_arrow_red.svg") no-repeat center/cover;
}
#products-menu .inner .wrapper .bg-black {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: var(--hover_ani_time);
  background-color: rgba(0, 0, 0, 0);
}
#products-menu .inner .wrapper .box {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
#products-menu .inner .wrapper .box .item {
  position: relative;
  height: 13.5vw;
}
#products-menu .inner .wrapper .box .item a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 3rem;
}
#products-menu .inner .wrapper .box .item a .txt {
  position: relative;
  z-index: 2;
}
#products-menu .inner .wrapper .box .item a .txt h3 {
  font-size: 2.4rem;
  transition: var(--hover_ani_time);
}
#products-menu .inner .wrapper .box .item a .txt .en {
  transition: var(--hover_ani_time);
}
#products-menu .inner .wrapper .box .item a .view-btn {
  position: relative;
  z-index: 2;
}
#products-menu .inner .wrapper .box .item:nth-of-type(1) {
  width: 100%;
  margin-bottom: 3rem;
}
#products-menu .inner .wrapper .box .item:nth-of-type(1) a {
  transition: var(--hover_ani_time);
  background: var(--red);
}
#products-menu .inner .wrapper .box .item:nth-of-type(1) a .view-btn::after {
  background: url("../../common/img/btn_arrow_white.svg") no-repeat center/cover;
}
#products-menu .inner .wrapper .box .item:nth-of-type(2) {
  width: 100%;
  margin-bottom: 3rem;
}
#products-menu .inner .wrapper .box .item:nth-of-type(2) a {
  background: var(--white);
}
#products-menu .inner .wrapper .box .item:nth-of-type(2) a .view-btn::after {
  background: url("../../common/img/btn_tab_red.svg") no-repeat center/cover;
}
#products-menu .inner .wrapper .box .item:nth-of-type(3) {
  width: calc(50% - 1.5rem);
}
#products-menu .inner .wrapper .box .item:nth-of-type(3) a {
  background: var(--white);
}
#products-menu .inner .wrapper .box .item:nth-of-type(3) a .view-btn::after {
  background: url("../../common/img/btn_arrow_red.svg") no-repeat center/cover;
}
#products-menu .inner .wrapper .box .item:nth-of-type(4) {
  width: calc(50% - 1.5rem);
}
#products-menu .inner .wrapper .box .item:nth-of-type(4) a {
  background: var(--white);
}
#products-menu .inner .wrapper .box .item:nth-of-type(4) a .view-btn::after {
  background: url("../../common/img/btn_arrow_red.svg") no-repeat center/cover;
}
#products-menu .item-grey {
  position: absolute;
  z-index: 1;
  bottom: -5rem;
  left: 8rem;
  width: 20vw;
}

@media screen and (min-width: 769px) {
  #products-menu .inner .wrapper .box a:hover {
    background: var(--white);
  }
  #products-menu .inner .wrapper .box a:hover .txt h3 {
    color: var(--white);
  }
  #products-menu .inner .wrapper .box a:hover .txt .en {
    color: var(--white);
  }
  #products-menu .inner .wrapper .box a:hover .view-btn {
    color: var(--white);
  }
  #products-menu .inner .wrapper .box a:hover .view-btn::after {
    transform: scale(1.2);
  }
  #products-menu .inner .wrapper .box a:hover .bg-black {
    background-color: rgba(0, 0, 0, 0.8);
  }
  #products-menu .inner .wrapper .box:nth-of-type(1) a:hover {
    background: var(--white);
  }
}
@media screen and (max-width: 768px) {
  #products-menu .inner .title {
    text-align: center;
    margin-bottom: 5rem;
  }
  #products-menu .inner .title .en {
    font-size: 8rem;
    line-height: 1;
    font-weight: 700;
  }
  #products-menu .inner .title h2 {
    font-weight: 500;
  }
  #products-menu .inner .wrapper {
    display: block;
  }
  #products-menu .inner .wrapper .view-btn {
    padding: 0 4rem 0 0;
    font-size: 1.2rem;
  }
  #products-menu .inner .wrapper .view-btn::after {
    width: 5.4vw;
    height: 5.4vw;
  }
  #products-menu .inner .wrapper .bg-black {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: var(--hover_ani_time);
    background-color: rgba(0, 0, 0, 0);
  }
  #products-menu .inner .wrapper .box .item {
    position: relative;
    height: 30vw;
  }
  #products-menu .inner .wrapper .box .item a {
    padding: 1.7rem 1.7rem 1.4rem 1.7rem;
  }
  #products-menu .inner .wrapper .box .item a .txt h3 {
    font-size: 1.65rem;
    line-height: 1;
  }
  #products-menu .inner .wrapper .box .item a .txt .en {
    transition: var(--hover_ani_time);
  }
  #products-menu .inner .wrapper .box .item:nth-of-type(1) {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  #products-menu .inner .wrapper .box .item:nth-of-type(1) a {
    transition: var(--hover_ani_time);
  }
  #products-menu .inner .wrapper .box .item:nth-of-type(1) a .view-btn::after {
    background: url("../../common/img/btn_arrow_white.svg") no-repeat center/cover;
  }
  #products-menu .inner .wrapper .box .item:nth-of-type(2) {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  #products-menu .inner .wrapper .box .item:nth-of-type(2) a .view-btn::after {
    background: url("../../common/img/btn_tab_red.svg") no-repeat center/cover;
  }
  #products-menu .inner .wrapper .box .item:nth-of-type(3) {
    width: calc(50% - 0.75rem);
    margin-bottom: 1.5rem;
  }
  #products-menu .inner .wrapper .box .item:nth-of-type(4) {
    width: calc(50% - 0.75rem);
  }
  #products-menu .item-grey {
    position: absolute;
    z-index: 1;
    bottom: -5rem;
    left: 8rem;
    width: 20vw;
  }
}/*# sourceMappingURL=style.css.map */