@keyframes lineInnerBefore {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  100% {
    transform-origin: top;
    transform: scaleY(1);
  }
}
@keyframes lineInnerAfter {
  0% {
    transform-origin: bottom;
    transform: scaleY(1);
    opacity: 1;
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(0%);
  }
  51% {
    transform-origin: top;
  }
  to {
    transform-origin: top;
    transform: scaleY(1);
    opacity: 1;
  }
}
html {
  font-size: min(1.334vw, 10px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4e4b4b;
}

body {
  margin: 0;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

h1, h2, h3, h4, h5, p, figure, ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

sup {
  line-height: 1;
  font-size: 0.9em;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

svg {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.js-accElement {
  height: 0;
  overflow: hidden;
  transition: height 0.2s linear;
}

.js-animation.blurIn {
  opacity: 0;
  filter: blur(20px);
  will-change: filter;
  transform: translateY(2rem);
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s;
}
.js-animation.blurIn.is-animated {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.page_wrapper {
  background: #fefaf4;
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto;
  contain: paint;
}

.kv_section {
  position: relative;
}

.kv_bg {
  position: relative;
  width: 100%;
  height: 177.867vw;
  max-height: 1334px;
}
.kv_bg::before, .kv_bg::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  transition: clip-path 1s ease 2.31s;
}
.kv_bg::before {
  background-image: url(../img/kv_bg_top.webp);
  background-position: center top;
  height: 28rem;
  top: 0;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.kv_bg::after {
  background-image: url(../img/kv_bg_bottom.webp);
  background-position: center bottom;
  height: 50rem;
  bottom: 0;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.kv_section.is-animated .kv_bg::before, .kv_section.is-animated .kv_bg::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.kv_logo {
  position: absolute;
  width: 16.8rem;
  inset: 5rem 0 auto 6.2rem;
  opacity: 0;
  filter: blur(20px);
  will-change: filter;
  transform: translateY(2rem);
  transition: opacity 0.7s ease 2.81s, filter 0.7s ease 3.01s, transform 0.7s ease 3.01s;
}
.kv_section.is-animated .kv_logo {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.kv_copy {
  position: absolute;
  width: 19.6rem;
  inset: 18.6rem 0 0;
  margin: 0 auto;
}
.kv_copy img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.77s ease;
}
.kv_copy img:nth-of-type(2) {
  transition-delay: 0.77s;
}
.kv_copy img:nth-of-type(3) {
  transition-delay: 1.54s;
}
.kv_section.is-animated .kv_copy img {
  opacity: 1;
}

.kv_image {
  position: absolute;
  width: 100%;
  inset: auto 0 0;
  opacity: 0;
  filter: blur(20px);
  will-change: filter;
  transform: translateY(2rem);
  transition: opacity 0.7s ease 3.01s, filter 0.7s ease 3.21s, transform 0.7s ease 3.21s;
}
.kv_section.is-animated .kv_image {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.about_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 11.6rem;
  padding: 9.8rem 0 4.7rem;
}

.about_caption {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.about_text {
  letter-spacing: 0.1em;
  line-height: 2.5;
  font-size: 2.8rem;
}
.about_text  p {
  color: #4e4b4b;
  font:inherit
  font-weight: 400;
}
.about_text > p:first-of-type {
  margin-top: -0.75em;
}
.about_text > p:last-of-type {
  margin-bottom: -0.75em;
}
.about_text {
  font-family: "Zen Old Mincho", serif;
}

.about_copy {
  display: flex;
  letter-spacing: 0.1em;
  line-height: 1.612;
  font-size: 3.6rem;
  font-family: "Zen Old Mincho", serif;
  color: #4e4b4b;
}
.about_copy > p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
}
.about_copy > p span {
  background: linear-gradient(to top, #000 0.1rem, rgba(0, 0, 0, 0) 0.1rem);
}

.about_image {
  width: 66.4rem;
}

.func_section {
  position: relative;
  background-image: url(../img/func_bg.webp);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 64.2rem;
  padding: 31.1rem 2.5rem 5.8rem;
}

.func_head {
  display: flex;
  flex-direction: column;
  gap: 1.9rem;
  padding: 0 3.9rem;
  color: #4e4b4b;
}
.func_head h2 {
  width: 45.9rem;
  margin-bottom: 2.2rem;
}
.func_head p {
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}
.func_head h3 {
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 5.4rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}

.func_steps {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 7.7rem;
}

.func_step {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #4e4b4b;
  padding: 4.2rem 0 0;
  color: #fefaf4;
  contain: paint;
}

.func_step_index {
  line-height: 1;
  font-size: 12.8rem;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  text-align: center;
  color: #c6bcb3;
}

.func_step_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.9rem;
  margin-top: 1.6rem;
  font-family: "Zen Old Mincho", serif;
}
.func_step_head span {
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 3.2rem;
  font-weight: 500;
}
.func_step_head strong {
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 4.8rem;
  font-weight: 500;
}
.func_step_head sup small {
  font-size: 0.85em;
}
.func_step_head .ast {
  display: inline-block;
  font-size: inherit;
  font-family: "Noto Serif JP", serif;
  translate: 0 20%;
}

.func_step_image {
  margin-top: 4.5rem;
}
.func_step_image.wid1 {
  width: 29.1rem;
}
.func_step_image.wid2 {
  width: 31.3rem;
}
.func_step_image.wid3 {
  width: 33.5rem;
}
.func_step_image.wid4 {
  width: 33.6rem;
}

.func_step_text {
  margin-top: 6.1rem;
  letter-spacing: 0.05em;
  line-height: 1.539;
  font-size: 2.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.func_step_text > p {
  font: inherit;
}
.func_step_text > p:first-of-type {
  margin-top: -0.269em;
}
.func_step_text > p:last-of-type {
  margin-bottom: -0.269em;
}
.func_step_text {
  font-weight: 500;
  text-align: center;
}

.func_step_arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  fill: #fefaf4;
  margin-top: 8.1rem;
  padding-bottom: 3.2rem;
  cursor: pointer;
}
.func_step_arrow span {
  line-height: 1;
  font-size: 2.2rem;
  font-weight: 500;
}
.func_step_arrow svg {
  width: 2.3rem;
  height: 1.4rem;
}

.func_acc_block {
  border-top: 1px solid #838181;
  padding: 7.8rem 6.5rem 2.6rem;
}
.func_acc_block .func_step_arrow {
  gap: 0.8rem;
  margin-top: 6.6rem;
  padding-bottom: 0;
}
.func_acc_block .func_step_arrow svg {
  scale: 1 -1;
}

.func_acc_text {
  letter-spacing: 0.05em;
  line-height: 1.667;
  font-size: 2.4rem;
}
.func_acc_text > p {
  font: inherit;
}
.func_acc_text > p:first-of-type {
  margin-top: -0.333em;
}
.func_acc_text > p:last-of-type {
  margin-bottom: -0.333em;
}
.func_acc_text {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  text-align: justify;
}

.func_acc_note {
  letter-spacing: 0.01em;
  line-height: 1.6;
  font-size: 2rem;
}
.func_acc_note > li {
  font: inherit;
}
.func_acc_note > li:first-of-type {
  margin-top: -0.3em;
}
.func_acc_note > li:last-of-type {
  margin-bottom: -0.3em;
}
.func_acc_note {
  text-align: justify;
}
.func_acc_note > li {
  display: flex;
  column-gap: 1em;
}
.func_acc_note > li i {
  flex-shrink: 0;
  min-width: 1.584em;
  font-style: normal;
}

.func_acc_images {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.func_acc_images > p {
  width: 100%;
  font-size: 2rem;
  text-align: right;
}
.func_acc_images.pos1 {
  gap: 4.4rem 0;
  margin-bottom: 2.5rem;
}
.func_acc_images.pos1 .func_acc_image {
  width: 48rem;
  margin-top: 5.9rem;
}
.func_acc_images.pos1 .func_acc_ingreds {
  justify-content: space-between;
  gap: 2.2rem;
}
.func_acc_images.pos2 {
  gap: 3.2rem;
  margin-top: 6.1rem;
  margin-bottom: 5rem;
}
.func_acc_images.pos2 > p {
  position: absolute;
  right: 1.5rem;
  bottom: 6.9rem;
}
.func_acc_images.pos2 .func_acc_image {
  width: 54rem;
}
.func_acc_images.pos3 {
  gap: 3.2rem;
  margin-top: 6.8rem;
  margin-bottom: 5rem;
}
.func_acc_images.pos3 .func_acc_ingreds {
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.8rem;
}
.func_acc_images.pos4 {
  gap: 3.1rem;
  margin-top: 7rem;
  margin-bottom: 5rem;
}
.func_acc_images.pos4 .func_acc_composits {
  justify-content: center;
  gap: 6.1rem 0;
}

.func_acc_ingreds {
  display: flex;
}
.func_acc_ingreds figure {
  position: relative;
  width: 25.2rem;
}
.func_acc_ingreds figure figcaption {
  margin-top: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.231;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}
.func_acc_ingreds i {
  flex-shrink: 0;
  display: block;
  background-image: url(../img/func_acc_ingreds_icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.2rem;
  height: 2.1rem;
  margin-top: 11.6rem;
}

.func_acc_composits {
  display: grid;
  grid-template-columns: repeat(2, 29.2rem);
}

.func_acc_composit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.func_acc_composit h5 {
  position: relative;
  margin-bottom: 5.3rem;
  line-height: 1.375;
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
}
.func_acc_composit h5::after {
  content: "";
  position: absolute;
  border-left: 2px dotted;
  width: 0.6rem;
  height: 2.4rem;
  left: 50%;
  top: 9.8rem;
  translate: -50% 0;
}
.func_acc_composit figure {
  position: relative;
}
.func_acc_composit figure img {
  width: 25.2rem;
}
.func_acc_composit figure figcaption {
  margin-top: 2.1rem;
  letter-spacing: -0.01em;
  line-height: 1.231;
  font-size: 2.6rem;
  font-weight: 500;
}
.func_acc_composit p {
  margin-top: 2.2rem;
  line-height: 1.455;
  font-size: 2.2rem;
}

.func_acc_h5 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2.2rem;
}
.func_acc_h5::before, .func_acc_h5::after {
  content: "";
  display: block;
  border-left: 2px solid;
  width: 0;
  height: 4rem;
  translate: 0 -0.9rem;
}
.func_acc_h5::before {
  rotate: -45deg;
  transform-origin: right bottom;
}
.func_acc_h5::after {
  rotate: 45deg;
  transform-origin: left bottom;
}
.func_acc_h5 h5 {
  letter-spacing: 0.02em;
  line-height: 1.518;
  font-size: 2.9rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
.func_acc_h5 h5 sup small {
  font-size: 0.85em;
}
.func_acc_h5 h5 .ast {
  display: inline-block;
  translate: 0 20%;
  font-family: "Noto Serif JP", serif;
}

.tech_section {
  padding: 10rem 2.5rem 16rem;
}

.tech_top {
  position: relative;
}

.tech_head {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 0 4.1rem;
  opacity: 0;
  filter: blur(20px);
  will-change: filter;
  transform: translateY(2rem);
  transition: opacity 0.35s ease, filter 0.35s ease 0.1s, transform 0.35s ease 0.1s;
  color: #4e4b4b;
}
.tech_top.is-animated .tech_head {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.tech_head h2 {
  width: 55.7rem;
}
.tech_head p {
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}

.tech_kv {
  position: relative;
  margin: 8.4rem -2.5rem 0;
}
.tech_kv figure {
  position: relative;
  opacity: 0;
  filter: blur(20px);
  will-change: filter;
  transform: translateY(2rem);
  transition: opacity 0.35s ease 0.4s, filter 0.35s ease 0.5s, transform 0.35s ease 0.5s;
}
.tech_kv figure::before {
  content: "";
  position: absolute;
  background-image: url(../img/tech_kv_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  inset: 0;
  opacity: 0;
  filter: blur(20px);
  will-change: filter;
  transform: translateY(2rem);
  transition: opacity 0.35s ease 0.9s, filter 0.35s ease 1s, transform 0.35s ease 1s;
}
.tech_kv figure img {
  position: relative;
}
.tech_top.is-animated .tech_kv figure {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.tech_top.is-animated .tech_kv figure::before {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.tech_kv_link {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  filter: blur(20px);
  will-change: filter;
  transform: translateY(2rem);
  transition: opacity 0.7s ease 1.8s, filter 0.7s ease 2s, transform 0.7s ease 2s;
}
.tech_kv_link i {
  position: absolute;
  border: 0.19rem solid;
  border-radius: 50%;
  color: #3b3f42;
  width: 4.4rem;
  height: 4.4rem;
  transition: 0.6s ease;
}
.tech_kv_link i::before, .tech_kv_link i::after {
  content: "";
  position: absolute;
  border-top: 0.19rem solid;
  width: 1.2rem;
  height: 0;
  inset: 0;
  margin: auto;
}
.tech_kv_link i::before {
  rotate: 90deg;
}
.tech_top.is-animated .tech_kv_link {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.tech_kv_link.pos1 {
  width: 17rem;
  height: 11.2rem;
  left: 11.7rem;
  top: 5.6rem;
}
.tech_kv_link.pos1 i {
  left: 5.9rem;
  bottom: 0;
}
.tech_kv_link.pos2 {
  width: 13.6rem;
  height: 11.2rem;
  left: 35.1rem;
  top: 0.1rem;
}
.tech_kv_link.pos2 i {
  left: 4.7rem;
  bottom: 0;
}
.tech_kv_link.pos3 {
  width: 11.2rem;
  height: 11.2rem;
  left: 57.8rem;
  top: 10.4rem;
}
.tech_kv_link.pos3 i {
  left: 0;
  bottom: 0;
}
.tech_kv_link.pos4 {
  width: 9.3rem;
  height: 14.8rem;
  left: 64.5rem;
  top: 30.5rem;
}
.tech_kv_link.pos4 i {
  left: 0;
  bottom: 0;
}
.tech_kv_link.pos5 {
  width: 10.8rem;
  height: 11.2rem;
  left: 52.2rem;
  top: 57.2rem;
}
.tech_kv_link.pos5 i {
  left: 3.3rem;
  top: 0;
}
.tech_kv_link.pos6 {
  width: 13.4rem;
  height: 11.4rem;
  left: 31.4rem;
  top: 65.1rem;
}
.tech_kv_link.pos6 i {
  left: 4.2rem;
  top: 0;
}
.tech_kv_link.pos7 {
  width: 14.1rem;
  height: 11.1rem;
  left: 11.8rem;
  top: 58.7rem;
}
.tech_kv_link.pos7 i {
  left: 4.9rem;
  top: 0;
}
.tech_kv_link.pos8 {
  width: 9.9rem;
  height: 14.4rem;
  left: 4.5rem;
  top: 42.6rem;
}
.tech_kv_link.pos8 i {
  left: 2.4rem;
  top: 0;
}
@media (min-width: 641px) {
  .tech_kv_link:hover i {
    background: #3b3f42;
    border-color: #3b3f42;
    color: #fefaf4;
  }
}

.tech_kome {
  padding: 9.8rem 4rem;
  letter-spacing: 0.01em;
  line-height: 1.6;
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4e4b4b;
}
.tech_kome > li {
  font: inherit;
}
.tech_kome > li:first-of-type {
  margin-top: -0.3em;
}
.tech_kome > li:last-of-type {
  margin-bottom: -0.3em;
}
.tech_kome {
  text-align: justify;
  opacity: 0;
  filter: blur(20px);
  will-change: filter;
  transform: translateY(2rem);
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s;
}
.tech_top.is-animated .tech_kome {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.tech_kome > li {
  display: flex;
  column-gap: 1em;
}
.tech_kome > li i {
  flex-shrink: 0;
  font-style: normal;
}

.tech_middle {
  position: relative;
  z-index: 2;
}

.tech_sub {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.9rem;
  padding: 6rem 4.2rem 4.5rem;
  color: #4e4b4b;
}
.tech_sub h4 {
  background-image: url(../img/tech_sub_h4.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 4.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 4.3rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
}
.tech_sub p {
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}
.tech_sub h3 {
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 5.4rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}

.tech_points {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #4e4b4b;
  color: #fefaf4;
}

.tech_points_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.7rem;
  padding-top: 7.1rem;
}
.tech_points_head span {
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
}
.tech_points_head strong {
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 4.8rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
}

.tech_points_image {
  width: 30.6rem;
  margin-top: 5rem;
}

.tech_points_text {
  padding-top: 5.9rem;
  letter-spacing: 0.05em;
  line-height: 1.539;
  font-size: 2.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.tech_points_text > p {
  font: inherit;
}
.tech_points_text > p:first-of-type {
  margin-top: -0.269em;
}
.tech_points_text > p:last-of-type {
  margin-bottom: -0.269em;
}
.tech_points_text {
  font-weight: 500;
  text-align: center;
}

.tech_points_arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  fill: #fefaf4;
  margin-top: 7.1rem;
  padding-bottom: 5.6rem;
  cursor: pointer;
}
.tech_points_arrow span {
  line-height: 1;
  font-size: 2.2rem;
  font-weight: 500;
}
.tech_points_arrow svg {
  width: 2.3rem;
  height: 1.4rem;
}

.tech_points_accordion {
  width: 100%;
}

.tech_acc_block {
  border-top: 1px solid #838181;
  padding: 7rem 6.5rem 2.8rem;
}
.tech_acc_block .tech_points_arrow {
  gap: 0.8rem;
  margin-top: 8.3rem;
  padding-bottom: 0;
}
.tech_acc_block .tech_points_arrow svg {
  scale: 1 -1;
}

.tech_acc_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.3rem;
}
.tech_acc_head h4 {
  display: flex;
  justify-content: baseline;
  align-items: center;
  background: #fefaf4;
  border-radius: 7.6rem;
  height: 7.6rem;
  padding: 0 3.5rem;
  line-height: 1;
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  color: #4e4b4b;
}
.tech_acc_head p {
  letter-spacing: -0.01em;
  line-height: 1.286;
  font-size: 3.5rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  white-space: nowrap;
}
.tech_acc_head p em {
  display: inline-block;
  line-height: 1;
  font-size: 0.7em;
  font-style: normal;
  vertical-align: super;
  translate: 0 20%;
}

.tech_acc_images {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tech_acc_images > p {
  width: 100%;
  font-size: 2rem;
  text-align: right;
}
.tech_acc_images.pos1 {
  margin-top: 5.6rem;
}
.tech_acc_images.pos1 .tech_acc_image {
  width: 49.4rem;
}
.tech_acc_images.pos1 .tech_acc_lead {
  padding-top: 7.8rem;
}
.tech_acc_images.pos1 .tech_acc_lead::before {
  content: "";
  position: absolute;
  border-left: 2px dotted;
  width: 0;
  height: 2.4rem;
  left: 50%;
  top: 3.1rem;
  translate: -50% 0;
}
.tech_acc_images.pos1 + .tech_acc_head {
  padding-top: 8.4rem;
}
.tech_acc_images.pos2 {
  margin-top: 6.4rem;
  margin-bottom: 4.5rem;
}
.tech_acc_images.pos2 .tech_acc_image {
  width: 54.7rem;
}
.tech_acc_images.pos3 {
  margin-top: 4.2rem;
  margin-bottom: 4.5rem;
}
.tech_acc_images.pos3 .tech_acc_image {
  width: 54.4rem;
}
.tech_acc_images.pos4 {
  margin-top: 6.5rem;
}
.tech_acc_images.pos4 .tech_acc_image {
  width: 54.6rem;
}
.tech_acc_images.pos4 > p {
  margin-top: 1.6rem;
}

.tech_acc_lead {
  position: relative;
  line-height: 1.539;
  font-size: 2.6rem;
}
.tech_acc_lead > p {
  font: inherit;
}
.tech_acc_lead > p:first-of-type {
  margin-top: -0.269em;
}
.tech_acc_lead > p:last-of-type {
  margin-bottom: -0.269em;
}
.tech_acc_lead {
  text-align: center;
}
.tech_acc_lead strong {
  letter-spacing: 0.05em;
  font-size: 1.6em;
  font-weight: 500;
}

.tech_acc_text {
  padding-top: 4.2rem;
  letter-spacing: 0.05em;
  line-height: 1.667;
  font-size: 2.4rem;
}
.tech_acc_text > p {
  font: inherit;
}
.tech_acc_text > p:first-of-type {
  margin-top: -0.333em;
}
.tech_acc_text > p:last-of-type {
  margin-bottom: -0.333em;
}
.tech_acc_text {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  text-align: justify;
}
.tech_acc_text em {
  display: inline-block;
  line-height: 1;
  font-size: 0.9em;
  font-style: normal;
  vertical-align: super;
  translate: 0 30%;
}

.tech_acc_note {
  letter-spacing: 0.01em;
  line-height: 1.6;
  font-size: 2rem;
}
.tech_acc_note > li {
  font: inherit;
}
.tech_acc_note > li:first-of-type {
  margin-top: -0.3em;
}
.tech_acc_note > li:last-of-type {
  margin-bottom: -0.3em;
}
.tech_acc_note > li {
  display: flex;
  column-gap: 1em;
}
.tech_acc_note > li i {
  flex-shrink: 0;
  min-width: 1.584em;
  font-style: normal;
}
.tech_acc_note + .tech_acc_head {
  padding-top: 8.4rem;
}

.tech_acc_kome {
  letter-spacing: 0.01em;
  line-height: 1.6;
  font-size: 2rem;
}
.tech_acc_kome > li {
  font: inherit;
}
.tech_acc_kome > li:first-of-type {
  margin-top: -0.3em;
}
.tech_acc_kome > li:last-of-type {
  margin-bottom: -0.3em;
}
.tech_acc_kome {
  text-align: justify;
}
.tech_acc_kome + .tech_acc_head {
  padding-top: 8.4rem;
}

.tech_bottom {
  position: relative;
  background-image: url(../img/tech_lead_bg.webp);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 51.4rem auto;
  margin: -15.2rem -2.5rem 0;
  padding: 31.5rem 6.5rem 0;
}

.tech_bottom_line {
  position: absolute;
  width: 0.19rem;
  height: 6.4rem;
  inset: 22.1rem 0 auto;
  margin: 0 auto;
}
.tech_bottom_line > div {
  position: absolute;
  border-left: 0.19rem dotted;
  width: 0;
  inset: 0;
  margin: 0 auto;
}
.tech_bottom_line::before {
  content: "";
  position: absolute;
  border-left: 0.19rem solid;
  width: 0;
  inset: 0;
  margin: 0 auto;
  transform: scaleY(0);
}
.tech_bottom_line::after {
  content: "";
  position: absolute;
  border-left: 0.19rem solid;
  width: 0;
  inset: 0;
  margin: 0 auto;
  opacity: 0;
}
.tech_bottom.is-animated .tech_bottom_line::before {
  animation: lineInnerBefore 0.9s linear 0.5s 1;
}
.tech_bottom.is-animated .tech_bottom_line::after {
  animation: lineInnerAfter 2.5s cubic-bezier(0.71, 0.165, 0.185, 1) 1.4s infinite;
}

.tech_lead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
  position: relative;
  letter-spacing: -0.02em;
  line-height: 1.479;
  font-size: 4.6rem;
  font-family: "Zen Old Mincho", serif;
  white-space: nowrap;
  color: #4e4b4b;
}
.tech_lead > span {
  position: relative;
  opacity: 0;
  transition: opacity 0.35s linear 1.8s;
}
.tech_lead > span::before {
  content: "";
  position: absolute;
  border-bottom: 0.19rem solid;
  inset: auto -0.05em 0;
}
.tech_lead > span:nth-of-type(1)::before {
  right: 0.45em;
}
.tech_lead .ast {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  translate: 0 10%;
}
.tech_bottom.is-animated .tech_lead span {
  opacity: 1;
}

.tech_note {
  padding: 3.9rem 0 0;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 2rem;
  opacity: 0;
  transition: opacity 0.7s linear 2.15s;
  color: #4e4b4b;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.tech_bottom.is-animated .tech_note {
  opacity: 1;
}

.tech_dialog {
  position: fixed;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
.tech_dialog.is-opened {
  opacity: 1;
}
.tech_dialog:not(.is-opened) {
  pointer-events: none;
}

.tech_dialog_bg {
  position: fixed;
  background: rgba(26, 26, 26, 0.35);
  inset: 0;
}

.tech_dialog_block {
  position: absolute;
  background: #fefaf4;
  width: 64rem;
  height: fit-content;
  inset: 0;
  margin: auto;
  padding: 8rem 6.5rem 9.4rem;
}

.tech_dialog_close {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  right: 3.4rem;
  top: 3.4rem;
  transition: opacity 0.6s ease;
}
.tech_dialog_close::before, .tech_dialog_close::after {
  content: "";
  position: absolute;
  background: #4e4b4b;
  width: 125%;
  height: 1px;
  inset: 0;
  margin: auto;
}
.tech_dialog_close::before {
  rotate: 45deg;
}
.tech_dialog_close::after {
  rotate: -45deg;
}
.tech_dialog_close:hover {
  opacity: 0.6;
}

.tech_dialog_head {
  letter-spacing: 0.02em;
  line-height: 1.75;
  font-size: 3.2rem;
}
.tech_dialog_head > h2 {
  font: inherit;
}
.tech_dialog_head > h2:first-of-type {
  margin-top: -0.375em;
}
.tech_dialog_head > h2:last-of-type {
  margin-bottom: -0.375em;
}
.tech_dialog_head {
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
.tech_dialog_head sup small {
  font-size: 0.85em;
}
.tech_dialog_head .ast {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  translate: 0 20%;
}

.tech_dialog_text {
  padding-top: 4.8rem;
  letter-spacing: 0.02em;
  line-height: 1.834;
  font-size: 2.4rem;
}
.tech_dialog_text > p {
  font: inherit;
}
.tech_dialog_text > p:first-of-type {
  margin-top: -0.416em;
}
.tech_dialog_text > p:last-of-type {
  margin-bottom: -0.416em;
}
.tech_dialog_text {
  text-align: justify;
}

.tech_dialog_note {
  padding-top: 4.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 2rem;
}
.tech_dialog_note > p {
  font: inherit;
}
.tech_dialog_note > p:first-of-type {
  margin-top: -0.3em;
}
.tech_dialog_note > p:last-of-type {
  margin-bottom: -0.3em;
}
.tech_dialog_note {
  text-align: justify;
}

.voice_section {
  background-image: url(../img/voice_bg.webp);
  background-repeat: no-repeat;
  background-position: right 2.6rem;
  background-size: 28.6rem auto;
  border-top: 1px solid #4e4b4b;
  padding: 11.8rem 0 11.1rem;
}

.voice_head {
  display: flex;
  flex-direction: column;
  gap: 1.9rem;
  padding: 0 6.4rem;
  color: #4e4b4b;
}
.voice_head h2 {
  width: 28.5rem;
}
.voice_head p {
  letter-spacing: 0.05em;
  line-height: 1.634;
  font-size: 3rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  color: #4e4b4b;
}

.voice_lead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3rem;
  position: relative;
  padding: 10.2rem 6.5rem 0;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  color: #4e4b4b;
}
.voice_lead span {
  position: relative;
}
.voice_lead span::before {
  content: "";
  position: absolute;
  border-bottom: 0.19rem solid;
  inset: auto -0.05em 0;
}

.voice_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.8rem 0;
  padding: 6.2rem 4rem 0;
}
.voice_list > li {
  border-top: 1px solid #c6bcb3;
  padding: 0 1.5rem;
}
.voice_list > li:nth-of-type(1) {
  border-top: 0;
}
.voice_list > li:nth-of-type(n+2) {
  padding-top: 5.5rem;
}
.voice_list > li.left {
  padding-right: 2rem;
}
.voice_list > li.right {
  padding-left: 2rem;
}
.voice_list > li.right:nth-of-type(2) {
  border-top: 0;
  padding-top: 0;
}
.voice_list > li.full {
  grid-column: 1/3;
}

.voice_detail {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.voice_detail_frame {
  aspect-ratio: 9/16;
  width: 29rem;
}
.voice_detail_frame:empty {
  background: #d1cece;
}
.voice_detail_frame + .voice_detail_name {
  margin-top: 4.5rem;
}

.voice_detail_name {
  position: relative;
  width: 100%;
  padding-bottom: 2.3rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
  font-size: 3rem;
  color: #4e4b4b;
}
.voice_detail_name > p {
  font: inherit;
}
.voice_detail_name > p:first-of-type {
  margin-top: -0.4em;
}
.voice_detail_name > p:last-of-type {
  margin-bottom: -0.4em;
}
.voice_detail_name {
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}
.voice_detail_name::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #c6bcb3;
  width: 2.5rem;
  left: 1.1rem;
  bottom: 0;
}
.voice_detail_name + .voice_detail_text {
  padding-top: 2.6rem;
}

.voice_detail_text {
  position: relative;
  width: 100%;
  line-height: 1.79;
  font-size: 1.9rem;
  color: #4e4b4b;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.voice_detail_text > p {
  font: inherit;
}
.voice_detail_text > p:first-of-type {
  margin-top: -0.394em;
}
.voice_detail_text > p:last-of-type {
  margin-bottom: -0.394em;
}
.voice_detail_text {
  text-align: justify;
}

.voice_note {
  width: 64rem;
  margin: 0 auto;
  padding-top: 6rem;
  line-height: 1.79;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4e4b4b;
}
.voice_note > p {
  font: inherit;
}
.voice_note > p:first-of-type {
  margin-top: -0.394em;
}
.voice_note > p:last-of-type {
  margin-bottom: -0.394em;
}
.voice_note > p {
  padding-left: 1em;
  text-indent: -1em;
}

.comment_section {
  background: #5fb4af;
  padding: 12.2rem 0 12rem;
  color: #fff;
}

.comment_h2 {
  width: 62.4rem;
  margin: 0 auto;
}

.comment_list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 3.6rem;
  padding: 0 6.5rem;
}
.comment_list > li .comment_note {
  padding-top: 2rem;
  text-align: right;
}

.comment_detail {
  background: #fff;
  padding: 5.2rem 5rem 4.9rem;
  color: #3b3f42;
}

.comment_detail_text {
  line-height: 1.5;
  font-size: 2.8rem;
  font-size: "Zen Kaku Gothic New", sans-serif;
}
.comment_detail_text > p {
  font: inherit;
}
.comment_detail_text > p:first-of-type {
  margin-top: -0.25em;
}
.comment_detail_text > p:last-of-type {
  margin-bottom: -0.25em;
}
.comment_detail_text {
  font-weight: 500;
  text-align: justify;
}
.comment_detail_text + .comment_detail_rate {
  padding-top: 1.4rem;
}

.comment_detail_rate {
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 2.8rem;
  font-weight: 700;
  color: #ecb32b;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.comment_detail_rate + .comment_detail_prof {
  padding-top: 2.1rem;
}

.comment_detail_prof {
  line-height: 1.75;
  font-size: 2.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.comment_detail_prof > p {
  font: inherit;
}
.comment_detail_prof > p:first-of-type {
  margin-top: -0.375em;
}
.comment_detail_prof > p:last-of-type {
  margin-bottom: -0.375em;
}
.comment_detail_prof {
  color: #76797b;
}

.comment_note {
  line-height: 1.75;
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.comment_note > p {
  font: inherit;
}
.comment_note > p:first-of-type {
  margin-top: -0.375em;
}
.comment_note > p:last-of-type {
  margin-bottom: -0.375em;
}
.comment_note {
  text-align: justify;
}
.comment_note > p {
  padding-left: 1em;
  text-indent: -1em;
}

.comment_kome {
  width: 62rem;
  margin: 0 auto;
  padding-top: 3.9rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.comment_mores {
  display: flex;
  justify-content: center;
  padding-top: 8rem;
}

.comment_more {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid;
  border-radius: 9rem;
  width: 62rem;
  height: 9rem;
  line-height: 1;
  font-size: 2.8rem;
  font-weight: 500;
  transition: opacity 0.6s ease;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.comment_more svg {
  fill: #fff;
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  right: 3.9rem;
}
.comment_more:hover {
  opacity: 0.6;
}

.awards_section {
  background-image: url(../img/awards_bg.webp);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 49rem auto;
  padding: 16rem 0 15.5rem;
  color: #4e4b4b;
}

.awards_head {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  padding: 0 6.4rem;
}
.awards_head h2 {
  width: 38.3rem;
}
.awards_head p {
  letter-spacing: 0.05em;
  line-height: 1.362;
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  
}

.awards_image {
  margin-top: 7.4rem;
}

.howto_section {
  border-top: 1px solid #4e4b4b;
  padding: 13.1rem 6.5rem 12rem;
}

.howto_head {
  display: flex;
  flex-direction: column;
  color: #4e4b4b;
}
.howto_head h2 {
  width: 55.3rem;
}
.howto_head p {
  margin-top: -0.1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}

.howto_image {
  width: 61.4rem;
  margin: 0 auto;
  padding-top: 7.1rem;
}

.howto_note {
  padding-top: 3.7rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 2rem;
}

.howto_steps {
  display: flex;
  flex-direction: column;
  gap: 9rem;
  padding-top: 9.3rem;
}

.howto_step {
  display: grid;
  align-items: center;
  gap: 0 5.5rem;
}

.howto_step_index {
  grid-column: 1/3;
  border-bottom: 1px solid;
  margin-bottom: 6rem;
  padding-bottom: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
}

.howto_step_image {
  grid-row: 2/4;
  text-align: center;
}
.howto_step_image.wid1 img {
  width: 20rem;
}
.howto_step_image.wid2 img {
  width: 17.8rem;
}
.howto_step_image.wid3 {
  width: 19.8rem;
}

.howto_step_lead {
  align-self: flex-end;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 3.4rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4e4b4b;
}

.howto_step_text {
  align-self: flex-start;
  padding-top: 3.8rem;
  line-height: 1.75;
  font-size: 2.4rem;
  color: #4e4b4b;
}
.howto_step_text > p {
  font: inherit;
}
.howto_step_text > p:first-of-type {
  margin-top: -0.375em;
}
.howto_step_text > p:last-of-type {
  margin-bottom: -0.375em;
}
.howto_step_text {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  text-align: justify;
}

.howto_details {
  display: flex;
  flex-direction: column;
  padding-top: 18.4rem;
}
.howto_details > li {
  border-top: 1px solid;
  padding: 1.8rem 0;
}

.howto_detail_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 1.4rem 4rem 0;
  line-height: 1;
  font-size: 2.8rem;
  font-weight: 500;
  color: #4e4b4b;
  font-family:"Zen Kaku Gothic New", sans-serif ;
}
.howto_detail_head svg {
  fill: #4e4b4b;
  width: 1.8rem;
  height: 1.1rem;
}
.howto_detail_head.is-opened svg {
  scale: 1 -1;
}

.howto_detail_block {
  padding: 1.8rem 0 3.8rem;
}

.howto_detail_text {
  line-height: 1.75;
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4e4b4b;
}
.howto_detail_text > p {
  font: inherit;
}
.howto_detail_text > p:first-of-type {
  margin-top: -0.375em;
}
.howto_detail_text > p:last-of-type {
  margin-bottom: -0.375em;
}
.howto_detail_text {
  text-align: justify;
}

.buy_section {
  border-top: 1px solid #4e4b4b;
  padding: 11.7rem 0 24rem;
}

.buy_head {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  padding: 0 6.6rem;
  color: #4e4b4b;
}
.buy_head h2 {
  width: 18.8rem;
}
.buy_head p {
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}

.buy_prod_name {
  padding-top: 13.7rem;
  line-height: 1.5;
  font-size: 3.6rem;
  color: #4e4b4b;
}
.buy_prod_name > p {
  font: inherit;
}
.buy_prod_name > p:first-of-type {
  margin-top: -0.25em;
}
.buy_prod_name > p:last-of-type {
  margin-bottom: -0.25em;
}
.buy_prod_name {
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}

.buy_prod_image {
  padding-top: 12.7rem;
}

.buy_sub {
  padding-top: 7.8rem;
  line-height: 1;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4e4b4b;
}

.buy_buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5rem;
  padding-top: 3.9rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.buy_button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 9rem;
  width: 62rem;
  height: 9rem;
  letter-spacing: 0.03em;
  line-height: 1;
  font-size: 2.8rem;
  font-weight: 500;
  fill: #fff;
  color: #fff;
  transition: opacity 0.6s ease;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.buy_button svg {
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  right: 3.9rem;
}
.buy_button.col1 {
  background: #7a7879;
}
.buy_button.col2 {
  background: #d76b5e;
}
.buy_button.col3 {
  background: #f2a51b;
}
.buy_button.col4 {
  background: #00b0a0;
}
.buy_button:hover {
  opacity: 0.6;
}

.buy_text {
  padding-top: 4.9rem;
  line-height: 1.75;
  font-size: 2.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4e4b4b;
}
.buy_text > p {
  font: inherit;
}
.buy_text > p:first-of-type {
  margin-top: -0.375em;
}
.buy_text > p:last-of-type {
  margin-bottom: -0.375em;
}
.buy_text {
  font-weight: 500;
  text-align: center;
}

.buy_note {
  padding-top: 2.8rem;
  line-height: 1;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #4e4b4b;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.footer_outer {
  background: #3b3f42;
  width: 100%;
  padding: 10rem 4rem 7rem;
}

.footer_sns {
  display: flex;
  align-items: center;
  gap: 5rem;
}
.footer_sns > li {
  height: 4rem;
}
.footer_sns > li a {
  display: block;
  height: 100%;
}

.footer_links {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 4rem;

}

.footer_links a {
  font-size: 2.4rem;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.footer_copyright {
  margin-top: 8rem;
  line-height: 1;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.fixed_button {
  position: fixed;
  width: 34rem;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: blur(20px);
  will-change: filter;
  transform: translateY(2rem);
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s;
}
@media (min-width: 641px) {
  .fixed_button {
    width: 27.2rem;
    right: calc(50vw - 375px);
  }
}
.fixed_button img {
  translate: 3.236% 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.fixed_button.is-show {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.fixed_button:hover img {
  opacity: 0.6;
}

.mp4_dialog {
  position: fixed;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
.mp4_dialog.is-opened {
  opacity: 1;
}
.mp4_dialog:not(.is-opened) {
  pointer-events: none;
}

.mp4_dialog_bg {
  position: fixed;
  background: rgba(26, 26, 26, 0.35);
  inset: 0;
}

.mp4_dialog_frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.8rem;
  position: relative;
  width: 55rem;
  height: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}
.mp4_dialog_frame figure {
  width: 100%;
}
.mp4_dialog_frame figure video {
  width: 100%;
}

.mp4_dialog_close {
  position: relative;
  width: 16%;
  margin: 0 0 0 auto;
}