@charset "UTF-8";
/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "M PLUS 2", serif;
  font-weight: 400;
  color: #000;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

input[type="checkbox"] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.l-inner {
  max-width: 40rem;
  margin: 0 auto;
  padding: 0 25px;
}

.l-wrap {
  max-width: 450px;
  margin: 0 auto;
  background-color: #f4f2ee;
  overflow: hidden;
}

.c-btn {
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  padding: 0.625rem 1.25rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s;
}

.c-btn:hover {
  background-color: #0056b3;
}

.c-title {
  font-size: 1.5rem;
  color: black;
}
@media screen and (min-width: 768px) {
  .c-title {
    color: red;
  }
}
@media screen and (min-width: 1000px) {
  .c-title {
    color: blue;
  }
}
@media screen and (min-width: 1200px) {
  .c-title {
    color: green;
  }
}

.p-cation {
  padding: 2rem 0;
  background-color: #fff4bd;
  -moz-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.p-cation__wrap {
  position: relative;
  padding: 3.5625rem 1.6875rem 1.8125rem;
  background-color: #fff;
  -moz-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.16));
  color: #ad0a17;
  outline: 1px solid #ad0a17;
  outline-offset: -10px;
}

.p-cation__wrap-logo {
  position: absolute;
  top: -1.0625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4.1875rem;
  height: 4.1875rem;
}

.p-cation__wrap-text01 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  letter-spacing: 0.1em;
  text-align: center;
}

.p-cation__wrap-text01 span {
  font-size: 0.8125rem;
}

.p-cation__wrap-text02 {
  margin-top: 1.375rem;
  padding-top: 0.9375rem;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  letter-spacing: 0;
  border-top: 1px solid #ad0a17;
}

.p-cation__wrap-text02 span {
  background: linear-gradient(transparent 85%, #fcd704 85%);
}

.p-cation__text {
  margin-top: 1.3125rem;
  padding: 1.0625rem 0.625rem;
  font-weight: 800;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  letter-spacing: 0;
  color: #ad0a17;
  text-align: center;
  background-color: #fff;
  outline: 1px solid #fcd704;
  outline-offset: -6px;
  -moz-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.16));
}

.p-cation__img {
  margin: 1.25rem auto 0;
  width: 93.53%;
}

.p-cost {
  padding: 1.625rem 0 4.5rem;
}

.p-cost__title {
  max-width: 12.875rem;
  margin: 0 auto;
}

.p-cost__img {
  margin-top: 1.5625rem;
}

.p-cost__text {
  margin-top: 0.8125rem;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 2.2;
  letter-spacing: 0;
  color: #ad0a17;
  text-align: center;
}

.p-cv {
  position: fixed;
  max-width: 450px;
  width: 100%;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 999;
}

.p-cv__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-cv__btn {
  width: 100%;
}

.p-cv__btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -moz-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.28));
  -ms-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.28));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.28));
}

.p-example {
  padding: 2.5rem 0 3.125rem;
}

.p-example__title {
  max-width: 12.5rem;
  margin: 0 auto;
}

.p-example__tag {
  margin-top: 2.5rem;
}

.p-example__swiper {
  margin-top: 0.5rem;
  position: relative;
  max-width: 16.875rem;
  margin: .5rem auto 0;
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));
  -moz-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));
}

.swiper-slide {
  max-width: 16.875rem;
  margin: 0 auto;
}

.p-example__swiper .swiper-button-prev {
  left: -1.375rem;
  width: 1.6875rem;
  height: 1.6875rem;
}
.p-example__swiper .swiper-button-prev::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  width: 1.6875rem;
  height: 1.6875rem;
  background-image: url(../images/common/swiper-prev.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.p-example__swiper .swiper-button-next {
  right: -1.375rem;
  width: 1.6875rem;
  height: 1.6875rem;
}
.p-example__swiper .swiper-button-next::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  right: 0;
  width: 1.6875rem;
  height: 1.6875rem;
  background-image: url(../images/common/swiper-next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.p-example__swiper .swiper-pagination {
  bottom: -1.25rem !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.swiper-pagination-bullet-active {
  background: #fcd704 !important;
}

.p-example__text {
  margin: 2rem auto 0;
  max-width: 16.875rem;
  font-weight: 500;
  font-size: 0.5625rem;
  line-height: 2;
  letter-spacing: 0;
}

.p-explosion {
  padding-top: 2.125rem;
}

.p-explosion__title {
  max-width: 16.25rem;
  margin: 0 auto;
}

.p-explosion__img {
  margin-top: 0.625rem;
}

.p-faq {
  padding: 1.3125rem 0 2.0625rem;
  background-color: #fff4bd;
  -moz-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.p-faq__title {
  max-width: 12.875rem;
  margin: 0 auto;
}

.p-faq-list {
  margin-top: 2.125rem;
}

.p-faq-list__item {
  padding: 0.625rem;
  background-color: #fff;
  border-radius: 0.625rem;
}

.p-faq-list__item:not(:first-of-type) {
  margin-top: 0.9375rem;
}

.faq-list__item-question {
  padding-right: 1.75rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.5714285714;
  letter-spacing: 0;
  color: #ad0a17;
}
.faq-list__item-question::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/common/faq-btn01.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: 0.3s ease;
}

.faq-list__item-question.is-open::before {
  background-image: url(../images/common/faq-btn02.png);
}

.faq-list__item-question span {
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.4;
}

.faq-list__item-answer {
  display: none;
  margin-top: 0.625rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0;
}

.p-flow {
  padding: 1.625rem 0 3.5625rem;
}

.p-flow__title {
  max-width: 9.25rem;
  margin: 0 auto;
}

.p-flow-list {
  margin-top: 2.3125rem;
}

.p-flow-list__item {
  position: relative;
  padding: 0.5625rem 0.75rem;
  background-color: #fff;
  border-radius: 1rem;
}
.p-flow-list__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 0.75rem 1.125rem 0 1.125rem;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}

.p-flow-list__item:not(:first-of-type) {
  margin-top: 3.125rem;
}

.p-flow-list__item:last-child::before {
  display: none;
}

.p-flow-list__item-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-flow-list__item-img {
  width: 4.375rem;
}

.p-flow-list__item-title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.03em;
  background: linear-gradient(transparent 80%, #ffd000 80%);
}

.p-flow-list__item-text {
  margin-top: 0.25rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  letter-spacing: 0;
}

.p-flow-list__item-tag {
  position: absolute;
  width: 2.3125rem;
  top: -1.15625rem;
  left: 50%;
  transform: translateX(-50%);
}

.p-footer {
  padding: 1.4375rem 0 6.25rem;
}

.p-footer__wrap {
  display: flex;
  justify-content: space-between;
}

.p-footer__wrap-left {
  width: 52.3%;
}

.p-footer__wrap-right {
  width: 40%;
}

.p-footer__wrap-left-logo {
  max-width: 3rem;
}

.p-footer__wrap-left-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-footer__wrap-left-info {
  margin-top: 1.0625rem;
}

.p-footer__wrap-left-info h3 {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0;
}

.p-footer__wrap-left-info p {
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0;
}

.p-footer__wrap-right {
  margin-top: 7.6875rem;
  text-align: right;
}

.p-footer__wrap-right-link a {
  display: inline-block;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-decoration: underline;
}

.p-footer__copy {
  margin-top: 1.875rem;
  border-top: 1px solid #fcd704;
}

.p-footer__copy small {
  margin-top: 0.4375rem;
  display: block;
  font-weight: 300;
  font-size: 0.5625rem;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
}

.p-header {
  max-width: 450px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3.125rem;
  padding: 0.5625rem 0 0.25rem;
  /* background-image: url(../images/top/header-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
  background-color: #fff;
  z-index: 9999;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 1));
  -moz-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 1));
  -ms-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 1));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 1));
}

.p-header__inner {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-header__title {
  max-width: 11.5rem;
}

.p-header__nav {
  max-width: 10.5rem;
}

.p-header__nav img {
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.28));
  -moz-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.28));
  -ms-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.28));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.28));
}

.p-info {
  padding: 1.875rem 0 0.4375rem;
  background-image: url(../images/top/info-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-info__title {
  max-width: 13.125rem;
  margin: 0 auto;
}

.p-info__text {
  margin-top: 1.75rem;
  padding: 0.3125rem;
  border: double;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.4210526316;
  letter-spacing: 0;
  color: #ad0a17;
  text-align: center;
}

.p-info__text span {
  font-size: 0.875rem;
}

.p-info__img {
  max-width: 13.6875rem;
  margin: 0.625rem auto 0;
}

.p-mv__main img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-reason {
  padding: 1.5rem 0 2.75rem;
  background-color: #fff4bd;
  -moz-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.p-reason__title {
  max-width: 16.25rem;
  margin: 0 auto;
}

.p-reason-list {
  margin-top: 1.0625rem;
}

.p-reason-list__item:not(:first-of-type) {
  margin-top: 1.875rem;
}

.p-reason-list__item-text {
  margin-top: 0.375rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  letter-spacing: 0;
}

.p-reason__img {
  margin-top: 1.0625rem;
}

.p-refund {
  padding: 1.1875rem 0 2.75rem;
  background-color: #fff4bd;
  -moz-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.p-refund__title {
  max-width: 13.75rem;
  margin: 0 auto;
}

.p-refund__img {
  margin: 1.75rem auto 0;
  width: 95.59%;
}

.p-refund__text {
  margin-left: 2.5rem;
  margin-top: 1.0625rem;
  font-weight: 500;
  font-size: 0.5625rem;
  line-height: 2;
  letter-spacing: 0;
}

.p-scam {
  padding-top: 0.875rem;
}

.p-scam__title {
  max-width: 16.25rem;
  margin: 0 auto;
}

.p-scam__img01 {
  margin: 0.875rem auto 0;
  max-width: 16.25rem;
}

.p-scam__wrap {
  position: relative;
  padding: 4.25rem 1.6875rem 1.6875rem;
  background-color: #fff;
  -moz-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.16));
  color: #ad0a17;
  outline: 1px solid #ad0a17;
  outline-offset: -10px;
}

.p-scam__wrap-logo {
  position: absolute;
  top: -1.0625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4.1875rem;
  height: 4.1875rem;
}

.p-scam__wrap-text01 {
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.p-scam__wrap-text01 span {
  font-weight: 500;
  font-size: 0.9375rem;
}

.p-scam__wrap-text02 {
  margin-top: 1.125rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  letter-spacing: 0;
}

.p-scam__wrap-text02 span {
  background: linear-gradient(transparent 85%, #fcd704 85%);
}

.p-scam__img02 {
  margin: 1rem auto 0;
  max-width: 8.25rem;
}

.p-scam-list {
  margin-top: 1rem;
}

.p-scam-list__item:not(:first-of-type) {
  margin-top: 1.5rem;
}

.p-scam-list__item-img {
  width: 70.29%;
}

.p-scam-list__item:nth-of-type(2) .p-scam-list__item-img {
  width: 65.59%;
}

.p-scam-list__item-wrap {
  margin-top: -0.4375rem;
  width: 81.765%;
  display: flex;
  gap: 0.3125rem;
  margin-left: auto;
}

.p-scam-list__item-wrap-img {
  width: 7.554%;
}

.p-scam-list__item-wrap-text {
  width: 90.6474%;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  letter-spacing: 0;
}

.p-scam-list__item-wrap-text span {
  color: #ad0a17;
}

.p-scam-list__item-text {
  width: 81.765%;
  margin-top: 0.5rem;
  margin-left: auto;
  font-weight: 300;
  font-size: 0.625rem;
  line-height: 2;
  letter-spacing: 0;
}

.p-scam__text {
  position: relative;
  padding: 1.4375rem 0.8125rem 0.75rem;
  background-image: url(../../../images/top/);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  letter-spacing: 0;
  background-color: #fff;
}
.p-scam__text::before {
  content: "";
  position: absolute;
  height: 1.4375rem;
  width: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #fff;
  left: 0;
  bottom: -1.4375rem;
  -moz-filter: drop-shadow(0px 3px 0px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(0px 3px 0px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 0px rgba(0, 0, 0, 0.16));
}

.p-scam__text span {
  background: linear-gradient(transparent 80%, #fcd704 80%);
}

.p-scam__img03 {
  margin-top: 0.625rem;
  -moz-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.p-low {
  padding-top: 6rem;
}

.p-low__title {
  font-size: 1.5rem;
}

.p-low__text {
  margin-top: 1.2rem;
}

.p-low__text dt {
  font-weight: 700;
  font-size: 1.05rem;
}

.p-low__text dd {
  margin-top: 0.3rem;
  font-size: 0.84rem;
}

/* modal */
.layer {
  /* background: rgba(0, 0, 0, 0.5); */
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s linear, visibility 1s linear, z-index 1s linear;
}

.layer.is-open {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}

.layer.is-open .modal {
  opacity: 1;
  visibility: visible;
}

.modal__button-wrap {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-flex;
}

.close-button {
  position: relative;
  width: 39px;
  height: 39px;
  background: #20327e;
  border-radius: 50%;
  padding: 0;
  border: transparent;
  cursor: pointer;
}

.close-button span {
  width: 25px;
  height: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: calc(50% - 12px);
  top: 50%;
  border-radius: 20px;
}

.close-button span:nth-child(1) {
  transform: rotate(45deg) translate(-1px, -1px);
}

.close-button span:nth-child(2) {
  transform: rotate(-45deg) translate(1px, -1px);
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin-right: auto;
  margin-left: auto;
  width: 380px;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.7s linear, opacity 0.7s linear;
}

.modal__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  box-shadow: 10px 10px 13px 2px rgba(0, 0, 0, 0.25);
  border-radius: 13px;
  display: block;
  padding: 55px 8px 30px;
  height: auto;
}

@media screen and (max-width: 500px) {
  .modal {
    top: 47%;
    width: 300px;
    max-height: none;
    overflow-y: inherit;
  }
}

/*# sourceMappingURL=style.css.map */

.modalImg {
  background-image: url(../images/top/pop-1.png);
  aspect-ratio: 5 / 6;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 10px 15px;
  gap: 5px;
}