@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

/* lato-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/lato-v25-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-300 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/noto-sans-jp-v56-japanese_latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/noto-sans-jp-v56-japanese_latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/noto-sans-jp-v56-japanese_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.06em;
  text-wrap: pretty;
}
body.is-fixed {
  overflow: hidden;
}

section {
  scroll-margin-top: 30px;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.l-section {
  padding: 50px 0;
}

.l-inner {
  max-width: 1080px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 20px;
  }
}

.c-cat {
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  line-height: 1;
  white-space: nowrap;
  background-color: #eaf2f8;
  border-radius: 12px;
}

.c-icon-x {
  width: 26px;
  height: 26px;
  fill: #fff;
}

.c-icon-github {
  width: 40px;
  height: 40px;
}

.c-btn {
  display: inline-flex;
  transition: transform 0.3s;
  border-radius: 999px;
  background: #111;
  padding: 12px 20px;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 567px) {
  .c-btn {
    padding: 10px 18px;
    font-size: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover {
    transform: translateY(-2px);
  }
}

.c-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-heading {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  font-family: "Lato , sans-serif";
  margin-bottom: 64px;
}
@media screen and (max-width: 567px) {
  .c-heading {
    margin-bottom: 48px;
  }
}

.p-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgb(250, 250, 250);
}
.p-header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.p-header__logo {
  font-size: 24px;
  line-height: 1.5;
  font-family: "Lato , sans-serif";
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    font-size: 18px;
  }
}
.p-header__hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-header__hamburger {
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    width: 28px;
    height: 22px;
    z-index: 10;
  }
  .p-header__hamburger span {
    transition: all 0.3s;
    position: absolute;
    height: 2px;
    background-color: #333;
    width: 100%;
    z-index: 10;
    left: 0;
    right: 0;
  }
  .p-header__hamburger span:nth-child(1) {
    top: 0;
  }
  .p-header__hamburger span:nth-child(2) {
    top: 10px;
  }
  .p-header__hamburger span:nth-child(3) {
    bottom: 0;
  }
  .p-header__hamburger.active span:nth-child(1) {
    top: 10px;
    transform: translateY(6px) rotate(-45deg);
  }
  .p-header__hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .p-header__hamburger.active span:nth-child(3) {
    top: 22px;
    transform: translateY(-6px) rotate(45deg);
  }
}
.p-header__global-list {
  list-style: none;
  display: flex;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-header__global-list {
    position: fixed;
    top: 0;
    right: -100%;
    display: block;
    height: 100vh;
    width: 300px;
    padding: 32px;
    background-color: white;
    transition: all 0.5s;
    z-index: 3;
  }
}
.p-header__global-list.open {
  right: 0;
}
.p-header__global-item {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-header__global-item {
    padding-bottom: 8px;
    padding-left: 8px;
    border-bottom: 1px solid black;
    margin-bottom: 48px;
    font-size: 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-header__global-link:hover {
    border-bottom: 1px solid #333;
  }
}

.menu-img {
  width: 39px;
  height: 39px;
}

.p-footer {
  text-align: center;
  background-color: #f5f5f5;
}
.p-footer__logo {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 32px;
}
.p-footer__menu {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 40px;
}
.p-footer__global-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 64px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  list-style: none;
}
@media screen and (max-width: 567px) {
  .p-footer__global-list {
    gap: 32px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-footer__global-nav a:hover {
    border-bottom: 1px solid #333;
  }
}
.p-footer__copyright {
  background-color: black;
  color: white;
  padding: 50px 0;
}

.p-sns__list {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding-bottom: 24px;
}
.p-sns__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}
.p-sns__link--x {
  background-color: #000;
}
.p-sns__link--x .c-icon-svg {
  fill: #fff;
}

.p-about {
  background-color: #f5f5f5;
}
.p-about__wrap {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-about__wrap {
    flex-direction: column;
  }
}
.p-about__message {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 32px;
}
.p-about__name {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 12px;
}
.p-about__dogs {
  display: flex;
  gap: 16px;
}
.p-about__cat, .p-about__dog {
  border-radius: 50%;
  overflow: hidden;
  height: 150px;
  width: 150px;
}
.p-about__cat {
  margin-left: 64px;
  margin-bottom: 24px;
}

.p-service__message {
  max-width: 880px;
  margin: 0 auto 40px;
  padding: 32px 0;
  font-size: 16px;
  line-height: 2;
  color: #222;
  border-top: 1px solid #222;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .p-service__message {
    padding: 24px 0;
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 1.9;
  }
}
.p-service p {
  margin: 0 0 10px;
}
.p-service p:last-child {
  margin-bottom: 0;
}
.p-service__content-title {
  position: relative;
  margin: 0 0 18px;
  padding-left: 18px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  color: #111;
  letter-spacing: 0.04em;
}
.p-service__content-title::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 10px;
  height: 1px;
  content: "";
  background-color: #111;
}
.p-service__content-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
  padding: 0;
  margin: 0 0 44px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .p-service__content-list {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 36px;
  }
}
.p-service__content-item {
  position: relative;
  list-style: none;
  padding: 16px 0 16px 22px;
  font-size: 15px;
  line-height: 1.7;
  color: #222;
  border-bottom: 1px solid #ddd;
}
.p-service__content-item::before {
  position: absolute;
  top: 1.7em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  transform: rotate(45deg);
}
.p-service__status-list {
  margin: 0 0 36px;
  padding: 0;
  border-top: 1px solid #222;
}
.p-service__status-group {
  display: grid;
  grid-template-columns: 9em 1fr;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .p-service__status-group {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 16px 0;
  }
}
.p-service__status-term {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  color: #111;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.p-service__status-desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.p-works {
  background-color: #f5f5f5;
}
.p-works__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 32px;
}
@media screen and (max-width: 768px) {
  .p-works__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.p-works__item {
  background-color: #FFF;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-works__item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  }
  .p-works__item:hover .p-works__img::before {
    opacity: 1;
  }
  .p-works__item:hover .p-works__img::after {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0);
  }
  .p-works__item:hover .p-works__img {
    transform: scale(1.04);
  }
}
.p-works__card {
  display: block;
  width: 100%;
  height: 100%;
}
.p-works__img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.p-works__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-works__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 36, 0.7);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.p-works__img::after {
  content: "詳しく見る →";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(10px);
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.p-works__title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 14px;
  margin-bottom: 6px;
  color: #1a1a1a;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-works__title {
    font-size: 15px;
  }
}
.p-works__cat-wrap {
  display: flex;
  gap: 6px;
}

.p-contact__message {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 32px;
}
.p-contact__form {
  max-width: 600px;
  margin: 0 auto;
  padding: 48px 24px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
}
.p-contact__group {
  margin-bottom: 24px;
}
.p-contact label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}
.p-contact input,
.p-contact textarea {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  transition: all 0.3s;
}
.p-contact textarea {
  resize: vertical;
}
.p-contact input:focus,
.p-contact textarea:focus {
  border-color: #81D4FA;
  box-shadow: 0 0 8px rgba(129, 212, 250, 0.4);
  outline: none;
}
.p-contact button[type=submit] {
  display: block;
  width: 100%;
  padding: 12px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-contact button[type=submit]:hover {
    background-color: #555;
  }
}

.p-fv {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-fv {
    height: 700px;
  }
}
@media screen and (max-width: 567px) {
  .p-fv {
    height: 625px;
  }
}
.p-fv__image {
  display: block;
  width: 100%;
  height: 100%;
}
.p-fv__image::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 42%, rgba(0, 0, 0, 0.1) 80%);
  width: 100%;
  height: 100%;
  content: "";
}
.p-fv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-fv__text {
  position: absolute;
  top: 50%;
  left: max(24px, (100vw - 1080px) / 2);
  transform: translateY(-50%);
  z-index: 2;
  width: min(720px, 100% - 48px);
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.56);
}
@media screen and (max-width: 768px) {
  .p-fv__text {
    top: auto;
    bottom: 56px;
    left: 24px;
    transform: none;
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 567px) {
  .p-fv__text {
    bottom: 40px;
    left: 20px;
    width: calc(100% - 40px);
  }
}
.p-fv__lead {
  display: inline-block;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background-color: rgba(0, 0, 0, 0.28);
  padding: 8px 14px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-fv__lead {
    margin-bottom: 14px;
    padding: 7px 12px;
    font-size: 12px;
  }
}
.p-fv__title {
  margin-bottom: 22px;
  font-weight: bold;
  font-size: 42px;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .p-fv__title {
    margin-bottom: 16px;
    font-size: 30px;
  }
}
@media screen and (max-width: 567px) {
  .p-fv__title {
    font-size: 25px;
  }
}
.p-fv__title-break {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-fv__title-break {
    display: block;
  }
}
.p-fv__desc {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-fv__desc {
    font-size: 15px;
    line-height: 1.7;
  }
}
.p-fv__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-fv__list {
    gap: 8px;
    margin-top: 20px;
  }
}
.p-fv__list-item {
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 0.46);
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-fv__list-item {
    padding: 7px 10px;
    font-size: 12px;
  }
}
.p-fv__btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-fv__btn-wrap {
    gap: 10px;
    margin-top: 24px;
  }
}
.p-fv__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 156px;
  border: 1px solid #111;
  background-color: #111;
  padding: 14px 22px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  text-shadow: none;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-fv__btn {
    min-width: 132px;
    padding: 12px 18px;
    font-size: 14px;
  }
}
.p-fv__btn:hover {
  border-color: #fff;
  background-color: #fff;
  color: #111;
}
.p-fv__btn--sub {
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.34);
  color: #fff;
}
.p-fv__btn--sub:hover {
  background-color: transparent;
  color: #fff;
}

.p-modal {
  display: none;
  position: fixed;
  overflow-y: auto;
  justify-content: center;
  align-items: center;
  padding-block: 40px;
  z-index: 1000;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.p-modal__title {
  margin-bottom: 12px;
}
.p-modal__label {
  margin-bottom: 12px;
}
.p-modal__points-title {
  font-weight: 400;
}
.p-modal__points-list {
  margin-bottom: 24px;
  line-height: 1.8;
}
.p-modal__btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 567px) {
  .p-modal__btn-wrap {
    flex-direction: column;
    gap: 12px;
  }
}
.p-modal__content {
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  background: #fff;
  padding: 40px;
  margin: auto;
  width: min(90%, 600px);
}
@media screen and (max-width: 567px) {
  .p-modal__content {
    padding: 20px;
  }
}
.p-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.p-modal__close:focus:not(:focus-visible) {
  outline: none !important;
}
.p-modal__close::before, .p-modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #111;
  width: 24px;
  height: 2px;
  content: "";
}
.p-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-modal.is-open {
  display: flex;
}

.p-iframe-overlay {
  display: none;
  position: fixed;
  overflow-y: auto;
  justify-content: center;
  align-items: center;
  padding-block: 40px;
  z-index: 1100;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.p-iframe-overlay__inner {
  position: relative;
  margin: auto;
}
.p-iframe-overlay__close {
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.p-iframe-overlay__close:focus:not(:focus-visible) {
  outline: none !important;
}
.p-iframe-overlay__close::before, .p-iframe-overlay__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  width: 24px;
  height: 2px;
  content: "";
}
.p-iframe-overlay__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-iframe-overlay__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-iframe-overlay__frame {
  width: 375px;
  height: 667px;
  max-height: 90vh;
  border: none;
  display: block;
}
.p-iframe-overlay.is-open {
  display: flex;
}/*# sourceMappingURL=style.css.map */