@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css);
@import url(https://fonts.googleapis.com/css2?family=BenchNine:wght@700&family=Noto+Sans+JP:wght@400;700;900&display=swap);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.fz-sm {
  font-size: 0.8em;
}

.fz-lg {
  font-size: 1.25em;
}

.fz-xl {
  font-size: 1.56em;
}

.ff-en, .products_related__name dt, .products_detail__name--en, .main__anchor li a, .main__pt, .spcontact strong, .spnavi li strong, .reg {
  font-family: "BenchNine", sans-serif;
}

[canvas=container] {
  background: none;
}

#breadCrumb {
  position: relative;
  color: #fff;
}

#bioBody {
  margin-top: -148px;
  padding-bottom: 200px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  width: 100%;
  height: 100%;
  background: #000 url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  #bioBody {
    margin-top: -90px;
    padding-bottom: 100px;
    font-size: 14px;
  }
}
#bioBody.body_sp {
  background: #000 url(../images/bg_sp.jpg) no-repeat center center;
  background-size: cover;
}
#bioBody.body_grid {
  padding: 40px;
  background: #fff url(../images/products/modal_bg.png);
}
@media (max-width: 640px) {
  #bioBody.body_grid {
    padding: 20px;
  }
}
#bioBody img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.container {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1200px;
}
@media (max-width: 640px) {
  .container {
    padding: 0 20px;
  }
}

.ibr {
  display: inline-block;
}

.reg {
  display: inline !important;
  font-size: 0.7em !important;
}

.is-pc {
  display: block;
}
@media (max-width: 640px) {
  .is-pc {
    display: none;
  }
}

.is-mb {
  display: none;
}
@media (max-width: 640px) {
  .is-mb {
    display: block;
  }
}

.spnavi {
  padding: 70px 0 55px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.spnavi li {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
}
.spnavi li:nth-child(1) {
  -webkit-transition: opacity 0.4s 0.1s, -webkit-transform 0.4s 0.1s;
  transition: opacity 0.4s 0.1s, -webkit-transform 0.4s 0.1s;
  transition: opacity 0.4s 0.1s, transform 0.4s 0.1s;
  transition: opacity 0.4s 0.1s, transform 0.4s 0.1s, -webkit-transform 0.4s 0.1s;
}
.spnavi li:nth-child(2) {
  -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
  transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
  transition: opacity 0.4s 0.2s, transform 0.4s 0.2s;
  transition: opacity 0.4s 0.2s, transform 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
}
.spnavi li:nth-child(3) {
  -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.4s 0.3s;
  transition: opacity 0.4s 0.3s, -webkit-transform 0.4s 0.3s;
  transition: opacity 0.4s 0.3s, transform 0.4s 0.3s;
  transition: opacity 0.4s 0.3s, transform 0.4s 0.3s, -webkit-transform 0.4s 0.3s;
}
.spnavi li a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1;
}
.spnavi li strong {
  margin-bottom: 0.3em;
  display: block;
  font-size: 24px;
  font-weight: 700;
}
.spnavi li span {
  display: block;
  font-size: 12px;
  font-weight: 700;
}
.spnavi li + li {
  margin-top: 3em;
}
.spnavi li.bg-blue {
  background: #00529d;
  color: #fff;
  padding: 10px 20px;
}
@media (max-width: 640px) {
  .spnavi.is-fade {
    opacity: 1;
  }
  .spnavi.is-fade li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 640px) {
  .spnavi.is-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 98;
  }
}

.spcontact {
  padding: 0 10px;
  display: none;
  position: fixed;
  bottom: 10px;
  width: 100%;
  height: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99;
}
@media (max-width: 640px) {
  .spcontact {
    display: block;
  }
}
.spcontact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgb(9, 187, 254);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(9, 187, 254)), to(rgb(90, 66, 236)));
  background: linear-gradient(0deg, rgb(9, 187, 254) 0%, rgb(90, 66, 236) 100%);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}
.spcontact strong {
  margin-right: 0.3em;
  font-size: 15px;
  font-weight: 700;
}
.spcontact span {
  font-size: 10px;
  font-weight: 700;
}

.main {
  padding-top: 240px;
  position: relative;
}
@media (max-width: 640px) {
  .main {
    padding-top: 100px;
  }
}
.main__cover {
  width: 50%;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 640px) {
  .main__cover {
    height: 300px;
  }
}
.main__cover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  opacity: 0.8;
}
.main__block {
  padding-bottom: 80px;
  background-image: url(../images/title_bg@2x.webp);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 37.931%;
}
@media (max-width: 640px) {
  .main__block {
    background-position: bottom 15% right;
    background-size: 75%;
  }
}
.main__title {
  margin-bottom: 80px;
  width: 58.62%;
}
@media (max-width: 640px) {
  .main__title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.main__text {
  color: #fff;
  font-weight: 700;
}
.main__lead {
  color: #fff;
  position: relative;
  z-index: 2;
}
.main__pt {
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 1;
}
@media (max-width: 640px) {
  .main__pt {
    font-size: 40px;
  }
}
.main__desc {
  margin-bottom: 30px;
}
.main__anchor li {
  margin-right: 40px;
  display: inline-block;
}
@media (max-width: 640px) {
  .main__anchor li {
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
  }
}
.main__anchor li a {
  padding-bottom: 5px;
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 640px) {
  .main__anchor li a {
    padding-bottom: 0;
    font-size: 18px;
  }
}
.main__anchor li a:hover {
  border-bottom: 1px solid rgb(255, 255, 255);
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
#animation_container {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.index_bg {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: -1;
  background: #000;
}
.index_bg__video {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.6;
}

.popup {
  padding: 40px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -99;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (max-width: 640px) {
  .popup {
    padding: 20px;
  }
}
.popup__bg {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.popup__inner {
  max-width: 900px;
  position: relative;
  z-index: 2;
}
.popup__close {
  position: absolute;
  top: -43px;
  right: -47px;
  width: 40px;
  cursor: pointer;
}
@media (max-width: 640px) {
  .popup__close {
    top: -55px;
    right: 0;
  }
}
.popup.is-fade {
  opacity: 1;
}
.popup.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
}

.index_sp__splash {
  width: 100%;
  height: 100%;
  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;
}
.index_sp__logo {
  margin-bottom: 20px;
  width: 120px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.index_sp__logo.is-show {
  -webkit-animation: fadeInOut 2s ease 0s;
  animation: fadeInOut 2s ease 0s;
}
.index_sp__name {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.index_sp__name.is-show {
  -webkit-animation: fadeInOut 2s ease 0.1s;
  animation: fadeInOut 2s ease 0.1s;
}
.index_sp__content {
  width: 100%;
  min-height: 100%;
  position: relative;
  display: none;
}
@media (orientation: landscape) {
  .index_sp__content {
    min-height: 1334px;
  }
}
.index_sp__title {
  width: 71.2%;
  position: absolute;
  top: 5.9970014993%;
  left: 5.3333333333%;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.index_sp__title.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.index_sp__pattern {
  width: 94.5333333333%;
  position: absolute;
  top: 28.1859070465%;
  right: 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.index_sp__pattern.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.index_sp__navi {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2.9985007496%;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.index_sp__navi.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.products {
  width: 100%;
}
.products__container {
  margin: 0 auto;
  max-width: 1200px;
}
.products__block {
  margin-left: -10.25%;
  width: 120.5%;
  overflow: hidden;
  position: relative;
}
.products__block--valves {
  padding-top: 80px;
}
@media (max-width: 640px) {
  .products__block--valves {
    padding-top: 40px;
  }
}
.products__block--examples {
  padding-top: 80px;
}
@media (max-width: 640px) {
  .products__block--examples {
    padding-top: 25px;
  }
}
.products__block--fce {
  padding-top: 60px;
}
@media (max-width: 640px) {
  .products__block--fce {
    padding-top: 25px;
  }
}
.products__blockInner {
  position: relative;
}
.products__links li {
  position: absolute;
  width: 39.2807745505%;
  z-index: 9;
}
.products__links li svg {
  width: 100%;
  height: 100%;
}
.products__links li svg polygon {
  opacity: 0;
  fill: #fff;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.products__links li svg polygon:hover {
  opacity: 0.5;
}
.products__links--valves li {
  height: 32.4933687003%;
}
.products__links--valves li:nth-child(1) {
  top: 0;
  left: 26.1410788382%;
}
.products__links--valves li:nth-child(2) {
  top: 10.9416445623%;
  left: 60.3734439834%;
}
.products__links--valves li:nth-child(3) {
  top: 33.6206896552%;
  left: 33.540802213%;
}
.products__links--valves li:nth-child(4) {
  top: 48.2095490716%;
  left: 1.6597510373%;
}
.products__links--valves li:nth-child(5) {
  top: 67.2413793103%;
  left: 30.9128630705%;
}
.products__links--examples li {
  height: 64.8148148148%;
}
.products__links--examples li:nth-child(1) {
  top: 10.7142857143%;
  left: 13.6929460581%;
}
.products__links--examples li:nth-child(2) {
  top: 34.6560846561%;
  left: 47.1645919779%;
}
.products__links--fce li {
  height: 62.8205128205%;
}
.products__links--fce li:nth-child(1) {
  top: 36.6666666667%;
  left: 13.5546334716%;
}
.products__links--fce li:nth-child(2) {
  top: 13.7179487179%;
  left: 47.1645919779%;
}
.products__links--kabo li {
  height: 99.1902834008%;
}
.products__links--kabo li:nth-child(1) {
  top: 0%;
  left: 8.5062240664%;
}

.products_detail {
  padding-top: 200px;
}
@media (max-width: 640px) {
  .products_detail {
    padding-top: 80px;
  }
}
.products_detail__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.products_detail__left {
  width: 44%;
}
@media (max-width: 640px) {
  .products_detail__left {
    width: 100%;
  }
}
.products_detail__right {
  width: 54.3333333333%;
  position: relative;
}
@media (max-width: 640px) {
  .products_detail__right {
    display: none;
  }
}
.products_detail__name {
  margin-bottom: 20px;
  color: #fff;
}
.products_detail__name--en {
  font-size: 61px;
  line-height: 1;
}
@media (max-width: 640px) {
  .products_detail__name--en {
    font-size: 39px;
  }
}
.products_detail__name--en span {
  display: block;
}
.products_detail__name--ja {
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 640px) {
  .products_detail__name--ja {
    font-size: 16px;
  }
}
.products_detail__desc {
  margin-bottom: 30px;
  color: #fff;
}
.products_detail__desc ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.products_detail__objvr {
  margin-bottom: 40px;
  display: none;
  position: relative;
}
@media (max-width: 640px) {
  .products_detail__objvr {
    display: block;
  }
}
.products_detail__takeapart {
  width: 22.7272727273%;
  position: absolute;
  left: -1.8939393939%;
  bottom: 1.8939393939%;
}
@media (max-width: 640px) {
  .products_detail__takeapart {
    width: 26.5151515152%;
  }
}
.products_detail__catalog {
  width: 22.7272727273%;
  position: absolute;
  right: -1.8939393939%;
  bottom: 1.8939393939%;
}
@media (max-width: 640px) {
  .products_detail__catalog {
    width: 26.5151515152%;
  }
}
.products_detail__back {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .products_detail__back {
    margin-bottom: 10px;
  }
}
.products_detail__back a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}
@media (max-width: 640px) {
  .products_detail__back a {
    gap: 5px;
    font-size: 12px;
  }
}
.products_detail__back a:hover {
  border-bottom: 1px dotted rgb(255, 255, 255);
}
.products_detail__back a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(0%) rotate(-135deg);
  transform: translateY(0%) rotate(-135deg);
}

.products_related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .products_related {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.products_related__block {
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .products_related__block {
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.products_related__block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.products_related__thumb {
  width: 53.7974683544%;
}
@media (max-width: 640px) {
  .products_related__thumb {
    width: 25%;
  }
}
.products_related__name {
  width: 42.7215189873%;
}
@media (max-width: 640px) {
  .products_related__name {
    width: 73%;
  }
}
.products_related__name dt {
  margin-bottom: 0.2em;
  font-size: 18px;
  line-height: 1;
}
.products_related__name dt span {
  display: block;
}
.products_related__name dd {
  font-size: 12px;
  line-height: 1.3;
}

.products_objvr {
  width: 100%;
  position: relative;
}
.products_objvr__inner {
  width: 100%;
  height: 100%;
  background: url(../images/products/objvr_bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.products_objvr__inner--static {
  background: url(../images/products/objvr_bg2.png) no-repeat center center;
  background-size: 100% 100%;
}
.products_objvr .splide__arrow {
  width: 9.469%;
  height: auto;
  aspect-ratio: 1/1;
  background: none;
}
.products_objvr .splide__arrow svg {
  display: none;
}
.products_objvr .splide__arrow--prev {
  left: 5.681%;
}
.products_objvr .splide__arrow--next {
  right: 5.681%;
}

.products_modal {
  padding-top: 0;
}
.products_modal__name {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #38c6ad;
  text-align: center;
  position: relative;
}
@media (max-width: 640px) {
  .products_modal__name {
    font-size: 24px;
  }
}
.products_modal__name::after {
  margin: 15px auto 0;
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #000;
}
@media (max-width: 640px) {
  .products_modal__name::after {
    margin: 10px auto 0;
  }
}
.products_modal__image {
  margin-bottom: 30px;
}
.products_modal__yt {
  margin-bottom: 30px;
  padding-top: 56.25%;
  height: 0;
  position: relative;
  overflow: hidden;
}
.products_modal__yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.products_modal__text {
  font-size: 18px;
}
@media (max-width: 640px) {
  .products_modal__text {
    font-size: 16px;
  }
}

.products_info {
  margin-top: 80px;
}
.products_info__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
@media (max-width: 640px) {
  .products_info__btns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.products_info__btn {
  --btnHeight: 60px;
  width: 33.3333333333%;
  height: var(--btnHeight);
  overflow: hidden;
}
@media (max-width: 640px) {
  .products_info__btn {
    width: 100%;
  }
}
.products_info__btn a {
  padding: 0 40px;
  width: 100%;
  height: var(--btnHeight);
  border-radius: var(--btnHeight);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.products_info__btn a:hover {
  color: #f03c69;
}
.products_info__btn a::before {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: var(--btnHeight);
  position: absolute;
  inset: 3px;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}
.products_info__btn a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 1px solid #999;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  right: 20px;
}
.products_info__btn a span {
  position: relative;
  z-index: 1;
}
.products_info__block {
  margin-top: 80px;
}
.products_info__heading {
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  font-size: 29px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (max-width: 640px) {
  .products_info__heading {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 22px;
  }
}
.products_info__image {
  margin: 0 auto;
  padding: 20px;
  max-width: 640px;
  background-color: #fff;
}
.products_info__image:has(> iframe) {
  padding: 0;
  max-width: 1000px;
  aspect-ratio: 16/9;
}
.products_info__image iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.products_info__text {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
/*# sourceMappingURL=base.css.map */