@charset "UTF-8";
@font-face {
  font-weight: 400;
  /* 標準のフォント */
  font-family: "line-seed";
  src: url("../fonts/LINESeedJP_OTF_Rg.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2");
}
@font-face {
  font-weight: 100;
  /* 細目のフォント */
  font-family: "line-seed";
  src: url("../fonts/LINESeedJP_OTF_Th.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Th.woff2") format("woff2");
}
@font-face {
  font-weight: 700;
  /* 太めのフォント */
  font-family: "line-seed";
  src: url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2");
}
@font-face {
  font-weight: 900;
  /* かなり太めのフォント */
  font-family: "line-seed";
  src: url("../fonts/LINESeedJP_OTF_Eb.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Eb.woff2") format("woff2");
}
.report {
  overflow: hidden;
  background-color: #f7f7f7;
  color: #4d4d4d;
}
.report .main {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .report .main {
    margin-top: 0;
  }
}
.report .fixed__wrapper {
  max-width: 1000px;
  width: 100%;
}
.report p, .report span, .report time, .report a, .report input {
  font-weight: 400;
  font-family: "line-seed";
}
@media (max-width: 768px) {
  .report p, .report span, .report time, .report a, .report input {
    font-size: 15px;
  }
}
.report h1, .report h2, .report h3, .report h4, .report h5, .report h6 {
  font-weight: 700;
  font-family: "line-seed";
}
.report .heading__img__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 90px;
  max-height: 400px;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 768px) {
  .report .heading__img__wrapper {
    margin-top: 0;
    margin-bottom: 90px;
    padding: 0;
    height: auto;
  }
}
@media (max-width: 768px) {
  .report .heading__img__wrapper .heading__img {
    margin-top: 0;
    min-width: 420px;
  }
}
.report .heading__img__wrapper img {
  position: relative;
  left: 50%;
  min-width: 1600px;
  width: 100%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .report .heading__img__wrapper img {
    margin-top: 0;
    height: auto;
  }
}
.report .bg--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.report .bg--wrapper .bg--babble01 {
  position: absolute;
  top: -300px;
  left: -380px;
  z-index: -2;
  width: 500px;
  height: 500px;
}
@media (max-width: 768px) {
  .report .bg--wrapper .bg--babble01 {
    display: none;
  }
}
.report .bg--wrapper .bg--babble02 {
  position: absolute;
  right: -480px;
  bottom: 280px;
  z-index: -2;
  width: 500px;
  height: 500px;
}
@media (max-width: 768px) {
  .report .bg--wrapper .bg--babble02 {
    display: none;
  }
}
.report .sec01 {
  padding-top: 90px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .report .sec01 {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
.report .sec01 .text--wrapper {
  position: relative;
}
.report .sec01 .text--wrapper .bg--mail {
  position: absolute;
  right: -80px;
  bottom: -70px;
  z-index: -1;
  width: 360px;
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .report .sec01 .text--wrapper .bg--mail {
    right: 0;
    bottom: -70px;
    width: 150px;
  }
}
.report .sec01 .heading__wrapper {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .report .sec01 .heading__wrapper {
    margin-bottom: 10px;
  }
}
.report .sec01 .sec-heading {
  margin: 0.4em 0;
  width: 100%;
  color: #4d4d4d;
  text-align: center;
  font-weight: 900;
  font-size: 46px;
}
@media (max-width: 768px) {
  .report .sec01 .sec-heading {
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    font-size: 36px;
    line-height: 1.2;
  }
}
.report .sec01 .heading--bg {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0064d1;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  font-family: "line-seed";
  opacity: 1;
}
@media (max-width: 768px) {
  .report .sec01 .heading--bg {
    font-size: 24px;
  }
}
.report .sec01 .heading--bg .bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.report .sec01 .heading__wrapper {
  position: relative;
  margin: 0 auto;
  margin-bottom: 90px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .report .sec01 .heading__wrapper {
    margin-bottom: 40px;
  }
}
.report .sec01 .heading__wrapper .sec-heading {
  color: #f00028;
  text-align: center;
  font-size: 32px;
}
@media (max-width: 768px) {
  .report .sec01 .heading__wrapper .sec-heading {
    margin: 0 auto;
    text-align: center;
    font-size: 36px;
  }
}
.report .sec01 .heading__wrapper .sec-heading .font-size--small {
  color: #4d7d37;
  letter-spacing: 0.15em;
  font-size: 20px;
}
.report .sec01 .heading__wrapper .bg--fukidashi {
  margin-top: -30px;
  width: 350px;
}
@media (max-width: 768px) {
  .report .sec01 .heading__wrapper .bg--fukidashi {
    width: 180px;
  }
}
.report .sec01 p, .report .sec01 ul, .report .sec01 li {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 840px) {
  .report .sec01 p, .report .sec01 ul, .report .sec01 li {
    font-size: 14px;
  }
}
.report .sec02 {
  position: relative;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .report .sec02 {
    padding: 0;
    padding-bottom: 90px;
  }
}
.report .sec02::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -3;
  display: block;
  min-width: 1800px;
  width: 100%;
  height: 1200px;
  background-color: #eee;
  content: "";
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
@media (max-width: 768px) {
  .report .sec02::after {
    min-width: 500px;
    height: 1400px;
  }
}
.report .sec02 .fixed__wrapper {
  box-sizing: border-box;
  padding: 0px 0px;
  max-width: 1000px;
  width: 100% !important;
  border-radius: 32px;
}
@media (max-width: 768px) {
  .report .sec02 .fixed__wrapper {
    padding: 40px 20px;
    padding-bottom: 10px;
  }
}
.report .sec02 .bg--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.report .sec02 .bg--foot {
  position: absolute;
  right: -280px;
  bottom: -90px;
  width: 300px;
}
@media (max-width: 768px) {
  .report .sec02 .bg--foot {
    right: 0;
    bottom: 20px;
    z-index: -1;
    width: 140px;
  }
}
.report .sec02 .flex {
  align-items: center;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .report .sec02 .flex {
    display: block;
  }
}
.report .sec02 .flex .box--img {
  position: relative;
  width: calc(45% - 24px);
}
@media (max-width: 768px) {
  .report .sec02 .flex .box--img {
    margin-bottom: 40px;
    width: 95%;
  }
}
.report .sec02 .flex .box--img .img {
  position: relative;
  z-index: 2;
  border-radius: 32px;
}
.report .sec02 .flex .box--img .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 32px;
  transform: translate(5%, 5%);
}
.report .sec02 .flex .box--text {
  width: calc(50% - 24px);
}
@media (max-width: 768px) {
  .report .sec02 .flex .box--text {
    width: 100%;
  }
}
.report .sec02 .flex .box--text .heading__wrapper {
  position: relative;
}
.report .sec02 .flex .box--text .heading__wrapper h2 {
  border-bottom: solid #f00028 6px;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .report .sec02 .flex .box--text .heading__wrapper h2 {
    font-size: 28px;
  }
}
.report .sec02 .flex .box--text .heading__wrapper .bg--block {
  position: absolute;
  background-color: #ff0000;
}
@media (max-width: 768px) {
  .report .sec02 .flex .box--text .heading__wrapper .bg--block {
    display: none;
  }
}
.report .sec02 .flex .box--text .heading__wrapper .bg--block01 {
  top: 20px;
  right: -16px;
  width: 16px;
  height: 16px;
}
.report .sec02 .flex .box--text .heading__wrapper .bg--block02 {
  top: -6px;
  right: -50px;
  width: 24px;
  height: 24px;
}
.report .sec02 .flex .box--text .heading__wrapper .bg--block03 {
  right: -69px;
  bottom: -12px;
  width: 36px;
  height: 36px;
}
.report .sec02 .flex .box--text p {
  font-size: 18px;
}
@media (max-width: 768px) {
  .report .sec02 .flex .box--text p {
    font-size: 16px;
  }
}
.report .sec02 .flex02 {
  flex-direction: row-reverse;
}
.report .sec02 .flex02 .box--text .heading__wrapper h2 {
  border-bottom: solid #0064d1 6px;
}
.report .sec02 .flex02 .box--text .heading__wrapper .bg--block {
  background: #0064d1;
}
.report .sec02 .flex02 .box--text .heading__wrapper .bg--block01 {
  top: 0;
  right: auto;
  left: -66px;
  width: 26px;
  height: 26px;
}
.report .sec02 .flex02 .box--text .heading__wrapper .bg--block02 {
  top: 30px;
  right: auto;
  left: -34px;
  width: 14px;
  height: 14px;
}
.report .bg--wave01 {
  position: relative;
}
.report .bg--wave01 img {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 1600px;
  width: 100%;
  transform: translateX(-50%) translateY(-100%);
}
@media (max-width: 768px) {
  .report .bg--wave01 img {
    min-width: auto;
    width: 100%;
  }
}
.report .bg--wave02 {
  position: relative;
  z-index: 3;
  display: none;
  pointer-events: none;
}
.report .bg--wave02 img {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 1600px;
  width: 100%;
  transform: translateX(-50%) translateY(-100%);
}
@media (max-width: 768px) {
  .report .bg--wave02 img {
    min-width: auto;
    width: 100%;
  }
}
.report .sec03 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: #ffee00;
}
@media (max-width: 768px) {
  .report .sec03 {
    padding-top: 40px;
    padding-bottom: 200px;
  }
}
.report .sec03::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  min-width: 1800px;
  width: 100%;
  height: 1200px;
  background: linear-gradient(to right, #f7f7f7 20%, #fcee21 100%);
  background-color: #f7f7f7;
  content: "";
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .report .sec03::after {
    min-width: 500px;
    height: 1400px;
  }
}
.report .sec03 .fixed__wrapper {
  z-index: 2;
  box-sizing: border-box;
  padding: 0px 0px;
  max-width: 1000px;
  width: 100% !important;
  border-radius: 32px;
}
@media (max-width: 768px) {
  .report .sec03 .fixed__wrapper {
    padding: 0px 0px;
  }
}
.report .sec03 .bg--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.report .sec03 .bg--line {
  position: absolute;
}
.report .sec03 .bg--line01 {
  top: 20%;
  left: -150px;
  width: 40px;
}
@media (max-width: 768px) {
  .report .sec03 .bg--line01 {
    top: 20px;
    left: 0;
  }
}
.report .sec03 .bg--line02 {
  top: 5%;
  right: -200px;
  width: 40px;
}
@media (max-width: 768px) {
  .report .sec03 .bg--line02 {
    top: -40px;
    right: 50px;
  }
}
.report .sec03 .bg--line03 {
  right: -100px;
  bottom: 35%;
  width: 40px;
}
@media (max-width: 768px) {
  .report .sec03 .bg--line03 {
    top: 40px;
    right: 0;
    bottom: auto;
  }
}
.report .sec03 .bg--camera01 {
  position: absolute;
  bottom: 20px;
  left: -200px;
  z-index: -1;
  width: 340px;
  mix-blend-mode: exclusion;
}
@media (max-width: 768px) {
  .report .sec03 .bg--camera01 {
    bottom: -130px;
    left: 30px;
    width: 160px;
  }
}
.report .sec03 .heading__wrapper {
  margin-bottom: 40px;
}
.report .sec03 .heading__wrapper h2 {
  color: #f00028;
  text-align: center;
  font-weight: 900;
  font-size: 32px;
}
.report .sec03 .photo--wrapper {
  box-sizing: border-box;
  margin-bottom: 60px;
  padding: 120px;
  padding-bottom: 40px;
  border-radius: 80px;
  background-color: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .report .sec03 .photo--wrapper {
    margin-left: -10px;
    padding: 40px 20px;
    padding-bottom: 20px;
    width: calc(100% + 20px);
    border-radius: 40px;
  }
}
.report .sec03 .photo--wrapper .flex {
  flex-wrap: wrap;
}
.report .sec03 .photo--wrapper a {
  margin-bottom: 27px;
  width: calc(25% - 20px);
  border-radius: 16px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .report .sec03 .photo--wrapper a {
    margin-bottom: 15px;
    width: calc(33.3333% - 10px);
  }
}
.report .sec03 .photo--wrapper a img {
  border-radius: 16px;
  vertical-align: middle;
}
.report .sec03 .photo--wrapper a:nth-last-child(1), .report .sec03 .photo--wrapper a:nth-last-child(2), .report .sec03 .photo--wrapper a:nth-last-child(3), .report .sec03 .photo--wrapper a:nth-last-child(4) {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .report .sec03 .photo--wrapper a:nth-last-child(1), .report .sec03 .photo--wrapper a:nth-last-child(2), .report .sec03 .photo--wrapper a:nth-last-child(3), .report .sec03 .photo--wrapper a:nth-last-child(4) {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .report .sec03 .photo--wrapper a:nth-last-child(1) {
    margin: 0 auto;
  }
}
.report .sec03 .photo--wrapper h3 {
  margin-top: 40px;
  color: #cccccc;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 768px) {
  .report .sec03 .photo--wrapper h3 {
    margin-top: 20px;
  }
}
.report .sec03 .color--red {
  color: #f00028;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  font-family: "line-seed";
}
@media (max-width: 768px) {
  .report .sec03 .color--red {
    font-weight: 900;
    font-size: 28px;
    line-height: 1.4;
  }
}
.report .sec03 .link-btn {
  display: block;
  margin: 0 auto;
  padding: 12px 0;
  max-width: 280px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  color: #0064d1;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  font-family: "line-seed";
  transition: 0.25s;
}
@media (max-width: 768px) {
  .report .sec03 .link-btn {
    padding: 1.5em 0;
    border-radius: 2em;
    font-size: 20px;
    line-height: 1;
  }
}
.report .sec03 .link-btn:hover {
  background: #0064d1;
  color: #fff;
  opacity: 1;
}
.report .sec04 {
  position: relative;
  display: none;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .report .sec04 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.report .sec04::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -3;
  display: block;
  min-width: 1800px;
  width: 100%;
  height: 1200px;
  background-color: #eee;
  content: "";
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
@media (max-width: 768px) {
  .report .sec04::after {
    min-width: 500px;
    height: 1400px;
  }
}
.report .sec04 .fixed__wrapper {
  box-sizing: border-box;
  padding: 0px 0px;
  max-width: 1000px;
  width: 100% !important;
  border-radius: 32px;
}
@media (max-width: 768px) {
  .report .sec04 .fixed__wrapper {
    padding: 40px 20px;
  }
}
.report .sec04 .bg--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.report .sec04 .heading__wrapper {
  position: relative;
  margin: 0 auto;
  margin-bottom: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .report .sec04 .heading__wrapper {
    margin-bottom: 60px;
  }
}
.report .sec04 .heading__wrapper .sec-heading {
  color: #f00028;
  text-align: left;
  text-align: center;
  font-size: 32px;
}
@media (max-width: 768px) {
  .report .sec04 .heading__wrapper .sec-heading {
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
  }
}
.report .sec04 .heading__wrapper .sec-heading .font-size--small {
  color: #4d7d37;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.report .sec04 .heading__wrapper .bg--fukidashi {
  margin-top: -24px;
  width: 250px;
}
@media (max-width: 768px) {
  .report .sec04 .heading__wrapper .bg--fukidashi {
    margin-top: -30px;
    width: 200px;
  }
}
.report .sec04 .heading__wrapper .bg--wrapper {
  position: absolute;
}
.report .sec04 .heading__wrapper .bg--wrapper .bg--block {
  position: absolute;
  background: #ff0000;
}
.report .sec04 .heading__wrapper .bg--wrapper .bg--block01 {
  top: 30px;
  left: -200px;
  width: 24px;
  height: 24px;
}
.report .sec04 .heading__wrapper .bg--wrapper .bg--block02 {
  top: 60px;
  left: -170px;
  width: 12px;
  height: 12px;
}
.report .sec04 .heading__wrapper .bg--wrapper .bg--block03 {
  top: 10px;
  left: -148px;
  width: 32px;
  height: 32px;
}
.report .sec04 .heading__wrapper .bg--wrapper .bg--block04 {
  top: 0px;
  right: -140px;
  width: 36px;
  height: 36px;
  background: #0064d1;
}
.report .sec04 .heading__wrapper .bg--wrapper .bg--block05 {
  top: 40px;
  right: -180px;
  width: 18px;
  height: 18px;
  background: #0064d1;
}
.report .sec04 .swiper-container--wrapper {
  position: relative;
  margin-bottom: 40px;
}
.report .sec04 .swiper-container--wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.01) 10%, rgba(255, 255, 255, 0.01) 90%, rgba(255, 255, 255, 0.5) 100%);
  content: "";
  pointer-events: none;
}
.report .sec04 .box--text {
  margin: 0 auto;
  width: 90%;
  color: #0064d1;
  text-align: center;
  font-size: 15px;
}
.report .sec04 .flex--swiper-btns {
  position: relative;
  justify-content: center;
  align-items: center;
}
.report .sec04 .flex--swiper-btns .swiper-button-prev-left01,
.report .sec04 .flex--swiper-btns .swiper-button-next-right01 {
  display: block;
  width: 32px;
  cursor: pointer;
}
.report .sec04 .flex--swiper-btns .swiper-button-prev-left01 img,
.report .sec04 .flex--swiper-btns .swiper-button-next-right01 img {
  vertical-align: middle;
}
.report .sec04 .flex--swiper-btns .popup-btn {
  display: block;
  margin: 0 36px;
  padding: 12px 0;
  max-width: 250px;
  width: 100%;
  border-radius: 6px;
  background: #f00028;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-family: "line-seed";
}
.report .main .fixed__wrapper {
  width: 800px;
}
@media (max-width: 840px) {
  .report .main .fixed__wrapper {
    width: auto;
  }
}
.report .main .sec01__policy.fixed__wrapper {
  padding-top: 0;
}

.popup-content--wrapper {
  position: absolute;
  top: -250px;
  left: 50%;
  z-index: 111;
  z-index: 999;
  display: none;
  box-sizing: border-box;
  padding: 16px;
  min-height: 300px;
  max-width: 250px;
  width: 100%;
  height: 100%;
  height: auto;
  border-radius: 16px;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
  transform: translateX(-50%);
}
.popup-content--wrapper.active {
  display: block;
}
.popup-content--wrapper .popup-content {
  position: relative;
}
.popup-content--wrapper .popup-content--click--btn {
  position: absolute;
  top: -24px;
  right: -4px;
  width: 32px;
  cursor: pointer;
}
.popup-content--wrapper .heading__wrapper {
  margin: 0 auto;
  margin-bottom: 20px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.popup-content--wrapper .heading__wrapper h4 {
  margin-top: 20px;
  color: #f00028;
  line-height: 0.7;
}
.popup-content--wrapper .heading__wrapper img {
  width: 80%;
}
.popup-content--wrapper .article-all {
  overflow: scroll;
  max-height: 156px;
}
.popup-content--wrapper .article-all a {
  display: block;
  border-top: dotted 2px #999;
  color: #0064d1;
  text-align: center;
  font-size: 14px;
  line-height: 2.6;
}
.popup-content--wrapper .article-all a:last-child {
  border-bottom: dotted 2px #999;
}
.popup-content--wrapper.active .scroll--wrapper {
  opacity: 0;
  transition-delay: 3s;
}
.popup-content--wrapper .scroll--wrapper {
  position: absolute;
  bottom: 0;
  bottom: -40px;
  left: 0;
  display: block;
  padding: 16px 0;
  padding-top: 0px;
  width: 100%;
  background: linear-gradient(to bottom, white 0%, white 100%);
  text-align: center;
  opacity: 1;
  transition: 1s;
  transition-delay: 3s;
  transition-timing-function: ease-in;
  pointer-events: none;
}
.popup-content--wrapper .scroll--wrapper span {
  color: #0064d1;
  font-size: 12px;
}
.popup-content--wrapper .scroll--wrapper img {
  display: block;
  margin: 0 auto;
  width: 8px;
  transform: translateX(4px);
}

body .modaal-image .modaal-container {
  background: none;
  box-shadow: none;
  transform: scale(0.9);
}

body .modaal-image .modaal-container img {
  outline: 1px solid rgba(0, 0, 0, 0.4);
  outline-offset: -1px;
}

body .modaal-image .modaal-container img {
  margin: 0 auto;
  max-width: 800px;
  max-height: 500px;
  width: auto !important;
}
@media (max-width: 768px) {
  body .modaal-image .modaal-container img {
    max-width: 100%;
  }
}

body .modaal-gallery-item .modaal-gallery-label {
  position: static;
  display: block;
  font-weight: 700;
  font-size: 16px;
  font-family: "line-seed";
  line-height: 1.4;
}

body .modaal-wrapper .modaal-close {
  position: static;
  top: auto !important;
  right: auto !important;
  bottom: 4%;
  left: 50%;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  background: #fff;
  transform: scale(0.9);
}

body .modaal-close:after, body .modaal-close:before {
  background: #000;
}

body .modaal-close:after:hover, body .modaal-close:before:hover {
  background: #f00028 !important;
}