:root {
  --c-ThkRed: hsl(356 88.6% 44.7%);
  --c-ThkRed80: hsl(356 71.7% 55.7%);
  --c-ThkRed60: hsl(357 71.6% 66.9%);
  --c-ThkRed40: hsl(356 71.7% 77.8%);
  --c-ThkRed20: hsl(357 71.4% 89%);
  --c-ThkGraphRed: hsl(356 88.6% 44.7%);
  --c-ThkGraphRed70: hsl(357 71.6% 61.4%);
  --c-ThkGraphRed40: hsl(356 71.7% 77.8%);
  --c-ThkGraphRed15: hsl(358 71.4% 91.8%);
  --c-ThkGraphGray45: hsl(0 0% 54.9%);
  --c-ThkGraphGray25: hsl(0 0% 74.9%);
  --c-grayBg: hsl(0 0% 90.2%);
  --c-gray11: hsl(0 0% 6.7%);
  --c-grayDC: hsl(0 0% 86.3%);
  --c-grayC2: hsl(0 0% 76.1%);
  --c-Black: hsl(220 0% 0%);
  --c-black: hsl(220 0% 10%);
  --c-blackHover: hsl(220 0% 50%);
  --c-White: hsl(220 0% 100%);
  --c-white: hsl(220 0% 100%);
  --c-dummy: hsl(0 0% 47.1%);
  --c-bg: hsl(220 10% 90%);
  --c-text: hsl(220 10% 10%);
  --c-textHover: hsl(220 10% 50%);
  --fadeInLength: 20px;
  --fadeInOpacityDuration: 0.8s;
  --lmContentsDelay: 0.3s;
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
}

section.section {
  margin-top: 100px;
  padding-top: 100px;
  margin-inline: auto;
  width: 1050px;
}
@media screen and (max-width: 1239px) {
  section.section {
    margin-top: 70px;
    padding-top: 70px;
    width: 88vw;
  }
}
@media screen and (max-width: 639px) {
  section.section {
    margin-top: 30px;
    padding-top: 40px;
  }
}
section.section .section_title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 30px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section .section_title {
    column-gap: 23px;
  }
}
@media screen and (max-width: 639px) {
  section.section .section_title {
    column-gap: 16px;
  }
}
section.section .section_title::before, section.section .section_title::after {
  content: "";
  display: inline-block;
  background-image: url("../../_assets/img/_common/section_title_line_red.svg");
  background-repeat: no-repeat;
}
section.section .section_title::before {
  background-position: right center;
}
section.section .section_title::after {
  background-position: left center;
}
section.section .section_title .text {
  display: grid;
  grid-template-columns: auto auto;
}
section.section .section_title .text h2 {
  margin-right: -0.1em;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section.section .section_title .text h2 span {
  font-weight: 600;
}
section.section .section_title .text h2 {
  color: var(--c-ThkRed);
}
@media screen and (max-width: 1239px) {
  section.section .section_title .text h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 639px) {
  section.section .section_title .text h2 {
    font-size: 22px;
  }
}
section.section .section_title .text .number {
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section .section_title .text .number {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 639px) {
  section.section .section_title .text .number {
    width: 20px;
    height: 20px;
  }
}
section.section .section_title .text .number::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  border: 1px solid var(--c-ThkRed);
  position: absolute;
  inset: 0;
}
section.section .section_title .text .number .num {
  margin-right: -0.1em;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
section.section .section_title .text .number .num span {
  font-weight: 500;
}
section.section .section_title .text .number .num {
  color: var(--c-ThkRed);
  translate: 0 0.05em;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section .section_title .text .number .num {
    font-size: 17px;
  }
}
@media screen and (max-width: 639px) {
  section.section .section_title .text .number .num {
    font-size: 14px;
  }
}
section.section .section_title.fadeElem::before {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
section.section .section_title.fadeElem::after {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
section.section .section_title.fadeElem .text {
  opacity: 0;
  translate: 0 20px;
}
section.section .section_title.fadeIn::before, section.section .section_title.fadeIn::after {
  transition: clip-path 1s var(--easeOutQuart);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
section.section .section_title.fadeIn .text {
  transition: opacity 1s, translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
section.section .section_head {
  padding-top: 80px;
}
@media screen and (max-width: 1239px) {
  section.section .section_head {
    padding-top: 60px;
  }
}
@media screen and (max-width: 639px) {
  section.section .section_head {
    padding-top: 40px;
  }
}
section.section .section_head h3 {
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.1em;
  font-size: 34px;
  line-height: 1.65em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section.section .section_head h3 span {
  font-weight: 600;
}
section.section .section_head h3 {
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section.section .section_head h3 {
    font-size: 29px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 639px) {
  section.section .section_head h3 {
    font-size: 24px;
    line-height: 1.55em;
  }
}
section.section .section_body {
  padding-top: 60px;
  margin-inline: auto;
  width: 800px;
}
@media screen and (max-width: 1239px) {
  section.section .section_body {
    padding-top: 45px;
    width: 60vw;
  }
}
@media screen and (max-width: 839px) {
  section.section .section_body {
    width: 76vw;
  }
}
@media screen and (max-width: 639px) {
  section.section .section_body {
    padding-top: 30px;
    width: 88vw;
  }
}
section.section .section_body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 2.1em;
  letter-spacing: 0em;
  font-weight: 400;
}
section.section .section_body p span {
  font-weight: 400;
}
section.section .section_body p {
  text-align: justify;
}
@media screen and (max-width: 1239px) {
  section.section .section_body p {
    font-size: 15.5px;
    line-height: 2.05em;
  }
}
@media screen and (max-width: 639px) {
  section.section .section_body p {
    font-size: 15px;
    line-height: 2em;
  }
}

section.section_1 {
  margin-top: 50px;
}

section.section_2 .illust {
  margin-top: 100px;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 1239px) {
  section.section_2 .illust {
    margin-top: 70px;
    width: 88vw;
  }
}
@media screen and (max-width: 639px) {
  section.section_2 .illust {
    margin-top: 40px;
  }
}
section.section_2 .illust img {
  width: 100%;
}
@media screen and (max-width: 839px) {
  section.section_2 .illust_pc {
    display: none;
  }
}
@media screen and (max-width: 1239px) {
  section.section_2 .modal_mb_thumb_wrap {
    margin-top: 70px;
  }
}
@media screen and (max-width: 639px) {
  section.section_2 .modal_mb_thumb_wrap {
    margin-top: 40px;
  }
}

section.section_3 .illust.illust_pc {
  margin-top: 100px;
}
@media screen and (max-width: 1239px) {
  section.section_3 .illust.illust_pc {
    display: none;
  }
}
section.section_3 .illust.illust_pc .illust_top {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  column-gap: 20px;
}
section.section_3 .illust.illust_pc .illust_top .box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  aspect-ratio: 1/1;
  position: relative;
}
section.section_3 .illust.illust_pc .illust_top .box::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background-color: var(--c-white);
  border: 1px solid var(--c-black);
  position: absolute;
  inset: 0;
}
section.section_3 .illust.illust_pc .illust_top .box_L .logo {
  position: relative;
}
section.section_3 .illust.illust_pc .illust_top .arrow_wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto 1fr;
  row-gap: 20px;
}
section.section_3 .illust.illust_pc .illust_top .arrow_wrap .head {
  align-self: end;
}
section.section_3 .illust.illust_pc .illust_top .arrow_wrap .head h3 {
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.05em;
  font-size: 20px;
  line-height: 1.65em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
section.section_3 .illust.illust_pc .illust_top .arrow_wrap .head h3 span {
  font-weight: 600;
}
section.section_3 .illust.illust_pc .illust_top .arrow_wrap .head h3 {
  color: var(--c-ThkRed);
  text-align: center;
  position: relative;
}
section.section_3 .illust.illust_pc .illust_top .arrow_wrap .arrow_TB {
  justify-self: center;
}
section.section_3 .illust.illust_pc .illust_top .box_R .text {
  margin-right: -0.1em;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section.section_3 .illust.illust_pc .illust_top .box_R .text span {
  font-weight: 600;
}
section.section_3 .illust.illust_pc .illust_top .box_R .text {
  color: var(--c-ThkRed);
  translate: 0 0.05em;
  position: relative;
}
section.section_3 .illust.illust_pc .item_top {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: -15px;
}
section.section_3 .illust.illust_pc .item_top .item {
  justify-self: center;
}
section.section_3 .illust.illust_pc .item_top .item .photo {
  width: 270px;
  aspect-ratio: 3/2;
}
section.section_3 .illust.illust_pc .item_top .item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.section_3 .illust.illust_pc .item_top .item .head {
  padding-top: 20px;
}
section.section_3 .illust.illust_pc .item_top .item .head h4 {
  margin-right: -0.05em;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
section.section_3 .illust.illust_pc .item_top .item .head h4 span {
  font-weight: 600;
}
section.section_3 .illust.illust_pc .item_top .item .head h4 {
  color: var(--c-ThkRed);
  text-align: center;
}
section.section_3 .illust.illust_pc .illust_bottom {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 20px;
}
section.section_3 .illust.illust_pc .illust_bottom .line_arrow {
  justify-self: center;
}
section.section_3 .illust.illust_pc .item_bottom {
  margin-top: 20px;
  margin-inline: auto;
  width: 1000px;
}
section.section_3 .illust.illust_pc .item_bottom .item_ul {
  display: grid;
  grid-template-columns: auto auto auto auto;
  column-gap: 30px;
  row-gap: 30px;
}
section.section_3 .illust.illust_pc .item_bottom .item_ul li .photo {
  width: 225px;
  aspect-ratio: 3/2;
}
section.section_3 .illust.illust_pc .item_bottom .item_ul li .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.section_3 .illust.illust_pc .item_bottom .item_ul li .head {
  padding-top: 20px;
}
section.section_3 .illust.illust_pc .item_bottom .item_ul li .head h4 {
  margin-right: -0.05em;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
section.section_3 .illust.illust_pc .item_bottom .item_ul li .head h4 span {
  font-weight: 600;
}
section.section_3 .illust.illust_pc .item_bottom .item_ul li .head h4 {
  color: var(--c-ThkRed);
  text-align: center;
}
section.section_3 .illust_tl {
  display: none;
}
@media screen and (max-width: 1239px) {
  section.section_3 .illust_tl {
    display: block;
    margin-top: 70px;
  }
}
@media screen and (max-width: 839px) {
  section.section_3 .illust_tl {
    display: none;
  }
}
section.section_3 .illust_tl img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1239px) {
  section.section_3 .modal_mb_thumb_wrap {
    margin-top: 70px;
  }
}
@media screen and (max-width: 639px) {
  section.section_3 .modal_mb_thumb_wrap {
    margin-top: 40px;
  }
}

section.section_4 .lm_box {
  margin-top: 100px;
}
@media screen and (max-width: 1239px) {
  section.section_4 .lm_box {
    margin-top: 80px;
    widh: 88vw;
  }
}
@media screen and (max-width: 639px) {
  section.section_4 .lm_box {
    margin-top: 60px;
  }
}
section.section_4 .lm_box .lm_content {
  padding: 100px;
}
@media screen and (max-width: 1239px) {
  section.section_4 .lm_box .lm_content {
    padding: 85px 80px;
  }
}
@media screen and (max-width: 639px) {
  section.section_4 .lm_box .lm_content {
    padding: 70px 6vw;
  }
}
section.section_4 .lm_box .lm_content .container {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 60px;
}
@media screen and (max-width: 1239px) {
  section.section_4 .lm_box .lm_content .container {
    column-gap: 4vw;
  }
}
@media screen and (max-width: 839px) {
  section.section_4 .lm_box .lm_content .container {
    grid-template-columns: 1fr;
    row-gap: 35px;
  }
}
@media screen and (max-width: 639px) {
  section.section_4 .lm_box .lm_content .container {
    row-gap: 30px;
  }
}
section.section_4 .lm_box .lm_content .container .photo {
  transition-delay: var(--lmContentsDelay);
  width: 450px;
  aspect-ratio: 450/290;
}
@media screen and (max-width: 1239px) {
  section.section_4 .lm_box .lm_content .container .photo {
    width: 36vw;
  }
}
@media screen and (max-width: 1039px) {
  section.section_4 .lm_box .lm_content .container .photo {
    width: 32vw;
  }
}
@media screen and (max-width: 839px) {
  section.section_4 .lm_box .lm_content .container .photo {
    width: 100%;
  }
}
section.section_4 .lm_box .lm_content .container .photo img {
  transition-delay: var(--lmContentsDelay);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.section_4 .lm_box .lm_content .container .text_wrap {
  align-self: center;
}
section.section_4 .lm_box .lm_content .container .text_wrap .head h4 {
  transition-delay: var(--lmContentsDelay);
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.1em;
  font-size: 30px;
  line-height: 1.65em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
section.section_4 .lm_box .lm_content .container .text_wrap .head h4 span {
  font-weight: 600;
}
section.section_4 .lm_box .lm_content .container .text_wrap .head h4 {
  color: var(--c-ThkRed);
}
@media screen and (max-width: 1239px) {
  section.section_4 .lm_box .lm_content .container .text_wrap .head h4 {
    font-size: 26px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 839px) {
  section.section_4 .lm_box .lm_content .container .text_wrap .head h4 {
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  section.section_4 .lm_box .lm_content .container .text_wrap .head h4 {
    font-size: 22px;
    line-height: 1.55em;
  }
}
section.section_4 .lm_box .lm_content .container .text_wrap .head h4 span.en {
  font-weight: 500;
}
section.section_4 .lm_box .lm_content .container .text_wrap .head h4 span.en span {
  font-weight: 500;
}
section.section_4 .lm_box .lm_content .container .text_wrap .body {
  padding-top: 40px;
}
@media screen and (max-width: 1239px) {
  section.section_4 .lm_box .lm_content .container .text_wrap .body {
    padding-top: 35px;
  }
}
@media screen and (max-width: 639px) {
  section.section_4 .lm_box .lm_content .container .text_wrap .body {
    padding-top: 30px;
  }
}
section.section_4 .lm_box .lm_content .container .text_wrap .body p {
  transition-delay: var(--lmContentsDelay);
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 2.1em;
  letter-spacing: 0em;
  font-weight: 400;
}
section.section_4 .lm_box .lm_content .container .text_wrap .body p span {
  font-weight: 400;
}
section.section_4 .lm_box .lm_content .container .text_wrap .body p {
  text-align: justify;
}
@media screen and (max-width: 1239px) {
  section.section_4 .lm_box .lm_content .container .text_wrap .body p {
    font-size: 15.5px;
    line-height: 2.05em;
  }
}
@media screen and (max-width: 639px) {
  section.section_4 .lm_box .lm_content .container .text_wrap .body p {
    font-size: 15px;
    line-height: 2em;
  }
}

section.section_4 .section_title .text .number .num {
  translate: -0.05em 0.05em;
}

_::-webkit-full-page-media,
_:future,
:root section.section .section_title .text .number .num {
  translate: 0 0;
}

_::-webkit-full-page-media,
_:future,
:root section.section_4 .section_title .text .number .num {
  translate: -0.05em 0;
}

.modal_mb_thumb_wrap {
  display: none;
}
@media screen and (max-width: 839px) {
  .modal_mb_thumb_wrap {
    display: block;
    position: relative;
  }
}
.modal_mb_thumb_wrap .thumb img {
  width: 100%;
}
.modal_mb_thumb_wrap .btn {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  pointer-events: none;
  translate: -50% -50%;
  position: absolute;
  left: 50%;
  top: 50%;
}
.modal_mb_thumb_wrap .btn::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background-color: var(--c-white);
  border: 1px solid var(--c-ThkRed);
  position: absolute;
  inset: 0;
}
.modal_mb_thumb_wrap .btn .icon {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  position: relative;
}
.modal_mb_thumb_wrap .btn .icon::before, .modal_mb_thumb_wrap .btn .icon::after {
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  content: "";
  display: inline-block;
  background-color: var(--c-ThkRed);
}
.modal_mb_thumb_wrap .btn .icon::before {
  width: 20px;
  height: 1.5px;
}
.modal_mb_thumb_wrap .btn .icon::after {
  width: 1.5px;
  height: 20px;
}
.modal_mb_thumb_wrap .btn.fadeIn {
  transition: opacity 0.3s 0.3s;
  opacity: 1;
  animation: fadeInPop_1 0.3s var(--easeOutCubic) 0.3s both, fadeInPop_2 0.2s var(--easeInCubic) 0.6s forwards, fadeOut 0.8s var(--easeOutCubic) 1.8s forwards;
}

@keyframes fadeInPop_1 {
  0% {
    scale: 0.5;
  }
  100% {
    scale: 1.08;
  }
}
@keyframes fadeInPop_2 {
  0% {
    scale: 1.08;
  }
  100% {
    scale: 1;
  }
}
@keyframes fadeOut {
  0% {
    translate: -50% -50%;
    opacity: 1;
  }
  100% {
    translate: -50% calc(-50% + 15px);
    opacity: 0;
  }
}
#modal {
  transition: left 0s 0.5s, right 0s 0.5s;
  overflow: hidden;
  position: fixed;
  left: -100vw;
  right: 200vw;
  top: 0;
  bottom: 0;
  z-index: 601;
}
#modal .modal_bg {
  transition: opacity 0.25s 0.25s;
  opacity: 0;
  background-color: var(--c-Black);
  position: absolute;
  inset: 0;
}
#modal .modal_wrap {
  display: grid;
  grid-template-columns: 1px 1fr 1px;
  margin-top: 60px;
  padding: 0 6vw 6vw;
  width: 100%;
  height: calc(100% - 60px);
  overflow-x: scroll;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: none;
  position: relative;
}
#modal .modal_wrap::before, #modal .modal_wrap::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% + 1px);
}
#modal .modal_wrap .modal_container {
  transition: opacity 0.25s, translate 0s 0.25s;
  opacity: 0;
  translate: 0 20px;
  justify-self: center;
  align-self: center;
  display: grid;
  grid-template-columns: 1fr;
  padding: 6vw;
  width: 100%;
  position: relative;
}
#modal .modal_wrap .modal_container::before {
  content: "";
  display: inline-block;
  background-color: var(--c-grayBg);
  position: absolute;
  inset: 0;
}
#modal .modal_wrap .modal_container .item_ul {
  justify-self: center;
  align-self: center;
  position: relative;
}
#modal .modal_wrap .modal_container .item_ul li {
  display: none;
}
#modal .modal_wrap .modal_container .item_ul li:nth-of-type(1) img {
  width: auto;
  height: calc(100vh - 60px - 18vw);
  height: calc(100dvh - 60px - 18vw);
  max-height: 500px;
}
#modal .modal_wrap .modal_container .item_ul li:nth-of-type(2) img {
  width: auto;
  height: calc(100vh - 60px - 18vw);
  height: calc(100dvh - 60px - 18vw);
  max-height: 600px;
}
#modal .modal_wrap .modal_container .item_ul li.active {
  display: block;
}
#modal .close {
  transition: opacity 0.5s;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  pointer-events: none;
  position: fixed;
  top: 10px;
  right: 15px;
}
#modal .close::before, #modal .close::after {
  content: "";
  display: inline-block;
  transition: background-color 0.3s;
  width: 24px;
  height: 1px;
  background-color: var(--c-white);
  position: absolute;
  top: 50%;
  left: 50%;
}
#modal .close::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
#modal .close::after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 1239px) {
  #modal .close:hover svg {
    stroke: var(--c-ThkRed);
  }
}

#modal.on {
  transition: left 0s, right 0s;
  left: 0;
  right: 0;
}
#modal.on .modal_bg {
  transition: opacity 0.4s 0s;
  opacity: 0.9;
}
#modal.on .modal_wrap .modal_container {
  transition: opacity 0.4s, translate 0.5s var(--easeOutQuart);
  transition-delay: 0.3s;
  opacity: 1;
  translate: 0 0;
}
#modal.on .close {
  transition: opacity 0.4s 0.5s;
  opacity: 1;
  pointer-events: auto;
}