/********************/
/* import           */
/********************/
:root {
  --white: #ffffff;
  --green: #098A6C;
  --green_bg: #F3FBF9;
  --gray_button_border: #8A8A8A;
  --gray_border: #C8C8C8;
  --gray_box: #E9E9E9;
}

#common_object_bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  width: 100%;
  height: 160px;
  background-color: transparent;
  margin-bottom: -160px;
  z-index: -1;
}
#common_object_bg .common_object_bg_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#common_object_bg .common_object_bg_inner .object {
  position: absolute;
}
#common_object_bg .common_object_bg_inner .object_1 {
  top: 10vw;
  left: 13.5897435897vw;
  width: 21.5384615385vw;
  rotate: 17.26deg;
}
#common_object_bg .common_object_bg_inner .object_2 {
  top: 26.1538461538vw;
  left: 37.9487179487vw;
  width: 10.7692307692vw;
  rotate: 20.18deg;
}
#common_object_bg .common_object_bg_inner .object_3 {
  top: 20vw;
  right: 33.5897435897vw;
  width: 13.0769230769vw;
}
#common_object_bg .common_object_bg_inner .object_4 {
  top: -1.7948717949vw;
  right: -5.8974358974vw;
  width: 37.1794871795vw;
}

@-webkit-keyframes obj_rotate {
  0% {
    -webkit-transform: rotate(-10deg) scale(0.92);
            transform: rotate(-10deg) scale(0.92);
  }
  50% {
    -webkit-transform: rotate(10deg) scale(1.08);
            transform: rotate(10deg) scale(1.08);
  }
  100% {
    -webkit-transform: rotate(-10deg) scale(0.92);
            transform: rotate(-10deg) scale(0.92);
  }
}

@keyframes obj_rotate {
  0% {
    -webkit-transform: rotate(-10deg) scale(0.92);
            transform: rotate(-10deg) scale(0.92);
  }
  50% {
    -webkit-transform: rotate(10deg) scale(1.08);
            transform: rotate(10deg) scale(1.08);
  }
  100% {
    -webkit-transform: rotate(-10deg) scale(0.92);
            transform: rotate(-10deg) scale(0.92);
  }
}
#common_object_bg .obj_rotate1 {
  -webkit-transform-origin: 52% 62%;
          transform-origin: 52% 62%;
  -webkit-animation: obj_rotate 12s ease infinite;
          animation: obj_rotate 12s ease infinite;
  -webkit-animation-delay: -10.2s;
          animation-delay: -10.2s;
}
#common_object_bg .obj_rotate2 {
  -webkit-transform-origin: 42% 62%;
          transform-origin: 42% 62%;
  -webkit-animation: obj_rotate 12s ease infinite;
          animation: obj_rotate 12s ease infinite;
  -webkit-animation-delay: -20.2s;
          animation-delay: -20.2s;
}
#common_object_bg .obj_rotate3 {
  -webkit-transform-origin: 42% 52%;
          transform-origin: 42% 52%;
  -webkit-animation: obj_rotate 12s ease infinite;
          animation: obj_rotate 12s ease infinite;
  -webkit-animation-delay: -30.2s;
          animation-delay: -30.2s;
}
#common_object_bg .obj_rotate4 {
  -webkit-transform-origin: 42% 52%;
          transform-origin: 42% 52%;
  -webkit-animation: obj_rotate 12s ease infinite;
          animation: obj_rotate 12s ease infinite;
  -webkit-animation-delay: -25.2s;
          animation-delay: -25.2s;
}

/* ===================================== */
@media screen and (min-width: 390px) {
  /* ===================================== */
  #common_object_bg .common_object_bg_inner .object_1 {
    top: 39px;
    left: 53px;
    width: 84px;
    rotate: 17.26deg;
  }
  #common_object_bg .common_object_bg_inner .object_2 {
    top: 102px;
    left: 148px;
    width: 42px;
    rotate: 20.18deg;
  }
  #common_object_bg .common_object_bg_inner .object_3 {
    top: 78px;
    right: 131px;
    width: 51px;
  }
  #common_object_bg .common_object_bg_inner .object_4 {
    top: -7px;
    right: -23px;
    width: 145px;
  }
  /* ===================================== */
}
/* ===================================== */
/* ===================================== */
@media screen and (min-width: 768px) {
  /* ===================================== */
  #common_object_bg {
    height: 310px;
    margin-bottom: -310px;
  }
  #common_object_bg .common_object_bg_inner {
    max-width: 1280px;
    margin: 0 auto;
  }
  #common_object_bg .common_object_bg_inner .object_1 {
    top: -4.453125vw;
    left: 19.6875vw;
    width: 20vw;
  }
  #common_object_bg .common_object_bg_inner .object_2 {
    top: 10.625vw;
    left: 41.71875vw;
    width: 9.53125vw;
  }
  #common_object_bg .common_object_bg_inner .object_3 {
    top: 5vw;
    right: 33.125vw;
    width: 11.640625vw;
  }
  #common_object_bg .common_object_bg_inner .object_4 {
    top: -14.140625vw;
    right: -1.953125vw;
    width: 32.96875vw;
  }
  /* ===================================== */
}
/* ===================================== */
/* ===================================== */
@media screen and (min-width: 1280px) {
  /* ===================================== */
  #common_object_bg .common_object_bg_inner .object_1 {
    top: -57px;
    left: 252px;
    width: 256px;
  }
  #common_object_bg .common_object_bg_inner .object_2 {
    top: 136px;
    left: 534px;
    width: 122px;
  }
  #common_object_bg .common_object_bg_inner .object_3 {
    top: 64px;
    right: 424px;
    width: 149px;
  }
  #common_object_bg .common_object_bg_inner .object_4 {
    top: -181px;
    right: -25px;
    width: 422px;
  }
  /* ===================================== */
}
/* ===================================== */
#terms_of_use_terms {
  position: relative;
  width: 100%;
  background-color: transparent;
}
#terms_of_use_terms .terms_of_use_terms_inner {
  position: relative;
  padding: 220px 24px 100px;
}
#terms_of_use_terms .terms_of_use_terms_inner .page_title {
  position: relative;
  color: var(--green);
  font-family: "Work Sans";
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1em;
}
#terms_of_use_terms .terms_of_use_terms_inner .subtitle {
  position: relative;
  margin-top: 20px;
  color: var(--green);
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
  font-weight: 700;
}
#terms_of_use_terms .terms_of_use_terms_inner .use {
  margin-top: 50px;
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 200%; /* 28px */
  letter-spacing: 0.05em;
}
#terms_of_use_terms .terms_of_use_terms_inner .terms {
  position: relative;
  margin-top: 50px;
}
#terms_of_use_terms .terms_of_use_terms_inner .terms > .title {
  color: var(--green);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#terms_of_use_terms .terms_of_use_terms_inner .terms > .text {
  margin-top: 30px;
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: 12px;
  line-height: 180%; /* 21.6px */
  letter-spacing: 0.05em;
}
#terms_of_use_terms .terms_of_use_terms_inner .terms.about_copyright {
  margin-top: 80px;
}
#terms_of_use_terms .terms_of_use_terms_inner .terms.disclaimer {
  margin-top: 50px;
}

/* ===================================== */
@media screen and (min-width: 600px) {
  /* ===================================== */
  #terms_of_use_terms .terms_of_use_terms_inner {
    padding: 220px calc(50vw - 276px) 100px;
  }
  /* ===================================== */
}
/* ===================================== */
/* ===================================== */
@media screen and (min-width: 768px) {
  /* ===================================== */
  #terms_of_use_terms .terms_of_use_terms_inner {
    padding: 300px 80px 140px;
    max-width: 1280px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #terms_of_use_terms .terms_of_use_terms_inner .page_title {
    font-size: 50px;
  }
  #terms_of_use_terms .terms_of_use_terms_inner .subtitle {
    margin-top: 22px;
    font-size: 20px;
    font-family: "Noto Sans JP";
    font-weight: 700;
  }
  #terms_of_use_terms .terms_of_use_terms_inner .use {
    margin-top: 48px;
    font-size: 20px;
  }
  #terms_of_use_terms .terms_of_use_terms_inner .terms {
    margin-top: 80px;
  }
  #terms_of_use_terms .terms_of_use_terms_inner .terms > .title {
    font-size: 40px;
  }
  #terms_of_use_terms .terms_of_use_terms_inner .terms > .text {
    margin-top: 30px;
    font-size: 16px;
  }
  #terms_of_use_terms .terms_of_use_terms_inner .terms.about_copyright {
    margin-top: 120px;
  }
  #terms_of_use_terms .terms_of_use_terms_inner .terms.disclaimer {
    margin-top: 80px;
  }
  /* ===================================== */
}
/* ===================================== */
#loading_animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: #ffffff;
  z-index: 12000;
}

.x_scroll_fadein {
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.1s;
  transition: opacity 0.6s 0.1s;
}

.x_scroll_fadein.x_scrolled,
.x_scroll_fadein.x_onloaded {
  opacity: 1;
}

/*
.x_scroll_fadein_bottomIn {
  opacity: 0;
  transform: translateX(0) translateY(5vw);
  transition: opacity 0.6s 0.1s, transform 0.6s 0.1s ease;
}*/
.x_scroll_fadein_bottomIn {
  opacity: 0;
  -webkit-transform: translateX(0) translateY(32px);
          transform: translateX(0) translateY(32px);
  -webkit-transition: opacity 0.6s 0.1s, -webkit-transform 0.6s 0.1s ease;
  transition: opacity 0.6s 0.1s, -webkit-transform 0.6s 0.1s ease;
  transition: opacity 0.6s 0.1s, transform 0.6s 0.1s ease;
  transition: opacity 0.6s 0.1s, transform 0.6s 0.1s ease, -webkit-transform 0.6s 0.1s ease;
}

.x_scroll_fadein_bottomIn.x_scrolled,
.x_scroll_fadein_bottomIn.x_onloaded {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.x_scroll_fadein_smallIn {
  opacity: 0;
  -webkit-transform: scale(0.4, 0.4);
          transform: scale(0.4, 0.4);
  -webkit-transition: opacity 0.3s 0.1s, -webkit-transform 0.3s 0.1s ease;
  transition: opacity 0.3s 0.1s, -webkit-transform 0.3s 0.1s ease;
  transition: opacity 0.3s 0.1s, transform 0.3s 0.1s ease;
  transition: opacity 0.3s 0.1s, transform 0.3s 0.1s ease, -webkit-transform 0.3s 0.1s ease;
}

.x_scroll_fadein_smallIn.x_scrolled {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.x_delay_underline.x_onloaded {
  -webkit-animation: x_delay_underline 0.6s cubic-bezier(0, 0, 0.2, 1) backwards;
          animation: x_delay_underline 0.6s cubic-bezier(0, 0, 0.2, 1) backwards;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

@-webkit-keyframes x_delay_underline {
  0% {
    width: 0px;
  }
  100% {
    width: 109px;
  }
}

@keyframes x_delay_underline {
  0% {
    width: 0px;
  }
  100% {
    width: 109px;
  }
}
ul.animation_scroll_fadein_list_bottomIn li {
  opacity: 0;
  -webkit-transform: translateX(0) translateY(32px);
          transform: translateX(0) translateY(32px);
}
ul.animation_scroll_fadein_list_bottomIn li:nth-child(1) {
  -webkit-transition: opacity 0.6s 0.1s, -webkit-transform 0.6s 0.1s ease;
  transition: opacity 0.6s 0.1s, -webkit-transform 0.6s 0.1s ease;
  transition: opacity 0.6s 0.1s, transform 0.6s 0.1s ease;
  transition: opacity 0.6s 0.1s, transform 0.6s 0.1s ease, -webkit-transform 0.6s 0.1s ease;
}
ul.animation_scroll_fadein_list_bottomIn li:nth-child(2) {
  -webkit-transition: opacity 0.6s 0.25s, -webkit-transform 0.6s ease 0.25s;
  transition: opacity 0.6s 0.25s, -webkit-transform 0.6s ease 0.25s;
  transition: opacity 0.6s 0.25s, transform 0.6s ease 0.25s;
  transition: opacity 0.6s 0.25s, transform 0.6s ease 0.25s, -webkit-transform 0.6s ease 0.25s;
}
ul.animation_scroll_fadein_list_bottomIn li:nth-child(3) {
  -webkit-transition: opacity 0.6s 0.4s, -webkit-transform 0.6s ease 0.4s;
  transition: opacity 0.6s 0.4s, -webkit-transform 0.6s ease 0.4s;
  transition: opacity 0.6s 0.4s, transform 0.6s ease 0.4s;
  transition: opacity 0.6s 0.4s, transform 0.6s ease 0.4s, -webkit-transform 0.6s ease 0.4s;
}
ul.animation_scroll_fadein_list_bottomIn li:nth-child(4) {
  -webkit-transition: opacity 0.6s 0.55s, -webkit-transform 0.6s ease 0.55s;
  transition: opacity 0.6s 0.55s, -webkit-transform 0.6s ease 0.55s;
  transition: opacity 0.6s 0.55s, transform 0.6s ease 0.55s;
  transition: opacity 0.6s 0.55s, transform 0.6s ease 0.55s, -webkit-transform 0.6s ease 0.55s;
}
ul.animation_scroll_fadein_list_bottomIn li:nth-child(5) {
  -webkit-transition: opacity 0.6s 0.7s, -webkit-transform 0.6s ease 0.7s;
  transition: opacity 0.6s 0.7s, -webkit-transform 0.6s ease 0.7s;
  transition: opacity 0.6s 0.7s, transform 0.6s ease 0.7s;
  transition: opacity 0.6s 0.7s, transform 0.6s ease 0.7s, -webkit-transform 0.6s ease 0.7s;
}

ul.animation_scroll_fadein_list_bottomIn.x_scrolled li {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.move_in_top_left {
  opacity: 0;
  -webkit-transition: opacity 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s, -webkit-transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s;
  transition: opacity 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s, -webkit-transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s;
  transition: opacity 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s, transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s;
  transition: opacity 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s, transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s, -webkit-transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s;
  -webkit-transform: translate(-10vw, -10vh) rotate(10deg);
          transform: translate(-10vw, -10vh) rotate(10deg);
}

.move_in_top_left.x_scrolled {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.move_in_top_right {
  opacity: 0;
  -webkit-transition: opacity 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s, -webkit-transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s;
  transition: opacity 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s, -webkit-transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s;
  transition: opacity 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s, transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s;
  transition: opacity 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s, transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s, -webkit-transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s;
  -webkit-transform: translate(10vw, -10vh) rotate(10deg);
          transform: translate(10vw, -10vh) rotate(10deg);
}

.move_in_top_right.x_scrolled {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.move_in_top_right2 {
  opacity: 0;
  -webkit-transition: opacity 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.4s, -webkit-transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.4s;
  transition: opacity 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.4s, -webkit-transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.4s;
  transition: opacity 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.4s, transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.4s;
  transition: opacity 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.4s, transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.4s, -webkit-transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.4s;
  -webkit-transform: translate(10vw, -10vh) rotate(-60deg);
          transform: translate(10vw, -10vh) rotate(-60deg);
}

.move_in_top_right2.x_scrolled {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.move_in_bottom_left {
  opacity: 0;
  -webkit-transition: opacity 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s, -webkit-transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s;
  transition: opacity 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s, -webkit-transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s;
  transition: opacity 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s, transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s;
  transition: opacity 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s, transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s, -webkit-transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s;
  -webkit-transform: translate(-10vw, 10vh) rotate(10deg);
          transform: translate(-10vw, 10vh) rotate(10deg);
}

.move_in_bottom_left.x_scrolled {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.move_in_bottom_left2 {
  opacity: 0;
  -webkit-transition: opacity 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.4s, -webkit-transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.4s;
  transition: opacity 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.4s, -webkit-transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.4s;
  transition: opacity 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.4s, transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.4s;
  transition: opacity 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.4s, transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.4s, -webkit-transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.4s;
  -webkit-transform: translate(-10vw, 10vh) rotate(10deg);
          transform: translate(-10vw, 10vh) rotate(10deg);
}

.move_in_bottom_left2.x_scrolled {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.move_in_bottom_right {
  opacity: 0;
  -webkit-transition: opacity 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s, -webkit-transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s;
  transition: opacity 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s, -webkit-transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s;
  transition: opacity 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s, transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s;
  transition: opacity 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s, transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s, -webkit-transform 6.6s cubic-bezier(0, 0.674, 0.34, 1) 0.6s;
  -webkit-transform: translate(10vw, 10vh) rotate(10deg);
          transform: translate(10vw, 10vh) rotate(10deg);
}

.move_in_bottom_right.x_scrolled {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* ===================================== */
@media screen and (min-width: 768px) {
  /* ===================================== */
  .x_scroll_fadein_bottomIn {
    -webkit-transform: translateX(0) translateY(32px);
            transform: translateX(0) translateY(32px);
  }
  @-webkit-keyframes x_delay_underline {
    0% {
      width: 0px;
    }
    100% {
      width: 206px;
    }
  }
  @keyframes x_delay_underline {
    0% {
      width: 0px;
    }
    100% {
      width: 206px;
    }
  }
  /* ===================================== */
}
/* ===================================== */
.modal {
  position: relative;
  z-index: 1000;
  display: none;
}
.modal.is-open {
  display: block;
}
.modal .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(31, 31, 31, 0.5);
  will-change: transform;
}
.modal .modal__outer {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.modal .modal__header {
  position: sticky;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  will-change: transform;
}
.modal .modal__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  overflow-y: auto;
  will-change: transform;
  -webkit-overflow-scrolling: touch;
}

/* ===================================== */
@media screen and (min-width: 768px) {
  /* ===================================== */
  /* ===================================== */
}
/* ===================================== */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
@-webkit-keyframes mmfallIn {
  from {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmfallIn {
  from {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmfallOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
@keyframes mmfallOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
@-webkit-keyframes mmzoomIn {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes mmzoomIn {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes mmzoomOut {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes mmzoomOut {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.modal[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=false] .modal__inner {
  -webkit-animation: mmfallIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfallIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=false] .modal__close {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=true] .modal__inner {
  -webkit-animation: mmfallOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfallOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=true] .modal__close {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal .modal__overlay {
  background: transparent;
}
.modal .modal__outer {
  background: transparent;
}
.modal .modal__inner {
  background: transparent;
}
.modal .modal__content {
  width: 100%;
  min-height: calc(100vh - 60px);
  min-height: calc(100dvh - 60px);
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal .modal__content .main_inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--white);
  width: 100%;
  height: calc(100vh - 60px);
  height: calc(100dvh - 60px);
  border-radius: 0;
  overflow: hidden;
}
.modal .modal__content .main_inner .modal__close {
  position: absolute;
  top: 3.0769230769vw;
  right: 3.0769230769vw;
  width: 8.2051282051vw;
  height: 8.2051282051vw;
  cursor: pointer;
  z-index: 10;
}
.modal .modal__content .main_inner .modal__close::before {
  position: absolute;
  top: 3.8461538462vw;
  right: 1.2820512821vw;
  width: 5.641025641vw;
  height: 0.5128205128vw;
  background-color: var(--black);
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.modal .modal__content .main_inner .modal__close::after {
  position: absolute;
  top: 3.8461538462vw;
  right: 1.2820512821vw;
  width: 5.641025641vw;
  height: 0.5128205128vw;
  background-color: var(--black);
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) {
  .modal .modal__content .main_inner .modal__close:hover::before {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .modal .modal__content .main_inner .modal__close:hover::after {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}

/* ===================================== */
@media screen and (min-width: 768px) {
  /* ===================================== */
  .modal .modal__content .main_inner {
    /*
    width: px2mlsize(335);
    height: calc(100vh - px2mlsize(40));
    height: calc(100dvh - px2mlsize(40));
    border-radius: px2mlsize(8);
    */
  }
  .modal .modal__content .main_inner .modal__close {
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
  }
  .modal .modal__content .main_inner .modal__close::before {
    top: 15px;
    right: 5px;
    width: 22px;
    height: 2px;
  }
  .modal .modal__content .main_inner .modal__close::after {
    top: 15px;
    right: 5px;
    width: 22px;
    height: 2px;
  }
  /* ===================================== */
}
/* ===================================== */
/* ===================================== */
@media screen and (min-width: 1280px) {
  /* ===================================== */
  .modal .modal__content .main_inner {
    /*
    width: px2lgsize(624);
    height: calc(100vh - px2lgsize(40));
    height: calc(100dvh - px2lgsize(40));
    border-radius: px2lgsize(10);
    */
  }
  .modal .modal__content .main_inner .modal__close {
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
  }
  .modal .modal__content .main_inner .modal__close::before {
    top: 15px;
    right: 5px;
    width: 22px;
    height: 2px;
  }
  .modal .modal__content .main_inner .modal__close::after {
    top: 15px;
    right: 5px;
    width: 22px;
    height: 2px;
  }
  /* ===================================== */
}
/* ===================================== */
#modal_menu .modal__content .main_inner {
  position: relative;
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: calc(100vh - 60px);
  height: calc(100dvh - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 24px;
  overflow: scroll;
}
#modal_menu .modal__content .main_inner .menu_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px var(--gray_border) solid;
  min-height: 300px;
  height: calc(100vh - 246px);
  height: calc(100dvh - 246px);
}
#modal_menu .modal__content .main_inner .menu_list {
  width: 100%;
}
#modal_menu .modal__content .main_inner .menu_list .menu_item {
  color: var(--green);
  margin-bottom: 30px;
}
#modal_menu .modal__content .main_inner .menu_list .menu_item a {
  text-align: left;
}
#modal_menu .modal__content .main_inner .menu_list .menu_item a p {
  color: var(--green);
  font-family: "Work Sans";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
}
#modal_menu .modal__content .main_inner .menu_list .menu_link {
  width: 20vw;
  height: 7.6923076923vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#modal_menu .modal__content .main_inner .menu_list .menu_link a {
  width: 100%;
  height: 100%;
  background-color: var(--green);
}
#modal_menu .modal__content .main_inner .menu_list .menu_link a img {
  width: 14.8717948718vw;
}
#modal_menu .modal__content .main_inner .bottom_item {
  height: 186px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px var(--gray_border) solid;
  padding-top: 30px;
}
#modal_menu .modal__content .main_inner .bottom_item .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
}
#modal_menu .modal__content .main_inner .bottom_item .link_list .link_list_item {
  color: #000;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1em;
}
#modal_menu .modal__content .main_inner .bottom_item .copyright {
  margin-top: 70px;
  color: #000;
  font-family: "Work Sans";
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1em;
}

/* ===================================== */
@media screen and (min-width: 600px) {
  /* ===================================== */
  #modal_menu .modal__content .main_inner {
    padding: 0 calc(50vw - 276px);
  }
  /* ===================================== */
}
/* ===================================== */
/* ===================================== */
@media screen and (min-width: 768px) {
  /* ===================================== */
  /* ===================================== */
}
/* ===================================== */
/* ===================================== */
@media screen and (min-width: 1280px) {
  /* ===================================== */
  /* ===================================== */
}
/* ===================================== */