@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
strong {
    font-weight: bold;
}
a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
img {
  max-width: 100%;
}
.inline_block {
    display: inline-block;
}
html {
  scroll-behavior: smooth;
  overflow: auto;
    min-height: 100vh;
}
body {
    min-height: 100vh;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 40px;
  }
}
html::-webkit-scrollbar {
  width: 7px;
  background: none;
}
html::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00000080;
}
html * {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #fff;
  color: #000;
  --header-height: 130px;
}
a.under_link {
    text-decoration: underline;
}
a.under_link:hover {
    text-decoration: none;
}
@media (max-width: 1024px) {
  body {
    --header-height: 90px;
  }
}
@media (max-width: 767px) {
  body {
    --header-height: 80px;
  }
}
main {
  overflow-x: hidden;
}
.container {
  width: min(1200px, 100% - 160px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container {
    width: min(1280px, 100% - 80px);
  }
}
@media (max-width: 767px) {
  .container {
    width: min(1280px, 100% - 50px);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  padding: 40px 74px 40px 50px;
  height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (min-width: 1025px) {
  .header.is-collapsed {
    padding: 30px 74px 30px 50px;
    height: 110px;
  }
}
@media (max-width: 1539px) and (min-width: 1025px) {
  .header {
    padding: 30px 50px !important;
  }
}
@media (max-width: 1024px) {
  .header {
    padding-block: unset;
    padding-inline: 40px;
  }
}
@media (max-width: 767px) {
  .header {
    padding-block: unset;
    padding-inline: 15px;
  }
}
.header .header__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
//  gap: 40px;
}
.header .header__logo {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header .header__logo img {
    display: block;
  width: auto;
  height: 51px;
    margin-top: 8px;
}
@media (max-width: 1540px) {
.header .header__logo img {
    height: 43px;
}
}
@media (max-width: 1024px) {
.header .header__logo img {
    height: 40px;
}
}
@media (max-width: 767px) {
.header .header__logo {
    font-size: 1.1rem;
}
.header .header__logo img {
    height: 31px;
}
}
@media (max-width: 1024px) {
  .header .nav {
    position: fixed;
    right: 0;
    background-color: #fff;
    padding-block: 30px;
    -webkit-transform: translateX(100%);
    transform: translate(100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease,
      -webkit-transform 0.3s ease;
    width: 320px;
    height: 100vh;
    top: 0;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .header .nav {
    width: 260px;
    padding-block: 30px;
  }
}
@media (max-width: 1024px) {
  .header .nav:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 245px;
    background: url(../../assets/img/common/menu_bg.png) no-repeat top/cover;
  }
  .header .nav.is-open {
    -webkit-transform: translateX(0);
    transform: translate(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.header .nav .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 28px;
  margin-top: 24px;
}
@media (max-width: 1540px) {
.header .nav .nav__list {
  gap: 8px 16px;
  margin-top: 20px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
}
}
@media (max-width: 1280px) {
.header .nav .nav__list {
  gap: 2px 20px;
  margin-top: 0px;
}
}
@media (max-width: 1024px) {
  .header .nav .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    width: 100%;
    margin-top: var(--header-height);
    gap: 29px;
    background-color: #fff;
    padding: 0 26px;
//    height: calc(100% - 245px);
	max-height: 70%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	max-height: -webkit-calc(100% - 90px);/*Chrome19~25対応*/
	max-height: -moz-calc(100% - 90px);/*Firefox4~15対応*/
	max-height: calc(100% - 90px);  
    overflow-y: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.header .nav .nav__list li {
  font-size: 1.9rem;
//  font-weight: 600;
  position: relative;
}
@media (max-width: 1540px) {
.header .nav .nav__list li {
  font-size: 1.8rem;
}
}
@media (max-width: 1280px) {
.header .nav .nav__list li:nth-child(6) {
    width: 50%;
    text-align: right;
}
}
@media (max-width: 1024px) {
  .header .nav .nav__list li {
    font-size: 1.6rem;
    font-weight: 400;
  }
.header .nav .nav__list li:nth-child(6) {
    width: auto;
    text-align: left;
}
  .header .nav .nav__list li:hover {
    color: #007bc7;
  }
}
.header .nav .nav__list li:hover:after {
  width: 100%;
}
.header .nav .nav__list li a {
    font-weight: 500;
    display: inline-block;
  padding-left: 15px;
  position: relative;
}
.header .nav .nav__list li a:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background-color: #007bc7;
}
@media (max-width: 1540px) {
.header .nav .nav__list li a {
}
  .header .nav .nav__list li a:before {
    top: 12px;
  }
}
@media (max-width: 1024px) {
.header .nav .nav__list li a {
    display: block;
}
  .header .nav .nav__list li a:before {
    top: 13px;
  }
}
.header .nav .nav__list li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #007bc7;
  bottom: -6px;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 2px;
}
@media (max-width: 1024px) {
  .header .nav .nav__list li:after {
    display: none;
  }
}
.header .nav .nav__logo {
  width: 109px;
  height: 22px;
  position: absolute;
  right: 25px;
  bottom: 33px;
  display: none;
}
@media (max-width: 1024px) {
  .header .nav .nav__logo {
    display: block;
  }
}
.header .nav .nav__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header .hamburger {
  position: relative;
  width: 50px;
  height: 31px;
  background: none;
  border: 0;
  cursor: pointer;
  z-index: 100;
  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;
  display: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .header .hamburger {
    display: block;
  }
}
.header .hamburger span,
.header .hamburger:before,
.header .hamburger:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #007bc7;
  border-radius: 2px;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease,
    -webkit-transform 0.3s ease;
}
.header .hamburger:before {
  top: 0;
}
.header .hamburger span {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header .hamburger:after {
  bottom: 0;
}
.header .hamburger.is-open:before {
  -webkit-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
.header .hamburger.is-open span {
  opacity: 0;
}
.header .hamburger.is-open:after {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
footer {
    margin-top: auto
}
.footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer .footer-nav {
    display: none;
  }
}
.footer .footer-nav .footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 33px;
  margin-top: 24px;
}
@media (max-width: 1279px) {
  .footer .footer-nav .footer-nav__list {
  }
}
@media (max-width: 1024px) {
  .footer .footer-nav .footer-nav__list {
    gap: 12px;
  }
}
.footer .footer-nav .footer-nav__list li {
  font-size: 1.8rem;
//  font-weight: 200;
  position: relative;
  padding-left: 15px;
}
@media (max-width: 1279px) {
.footer .footer-nav .footer-nav__list li {
  font-size: 1.5rem;
  padding-left: 12px;
}
}
.footer .footer-nav .footer-nav__list li:hover:after {
  width: 100%;
}
.footer .footer-nav .footer-nav__list li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background-color: #007bc7;
}
@media (max-width: 1024px) {
.footer .footer-nav .footer-nav__list li {
  font-size: 1.4rem;
  padding-left: 12px;
}
.footer .footer-nav .footer-nav__list li:before {
  top: 10px;
  left: 2px;
}
}
.footer .footer-nav .footer-nav__list li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #007bc7;
  bottom: -6px;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 2px;
}
.footer .footer__main {
  padding: 150px 55px 55px;
}
@media (max-width: 1024px) {
  .footer .footer__main {
    padding: 125px 55px 46px;
  }
}
@media (max-width: 767px) {
  .footer .footer__main {
    padding: 50px 25px 56px;
  }
}
.footer .footer__main .footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 62px;
}
@media (max-width: 767px) {
  .footer .footer__main .footer__logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 45px;
  }
}
.footer .footer__main .footer__logo {
  display: block;
}
.footer .footer__main .footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer .footer__main .footer__logo:nth-of-type(1) {
  width: 109px;
  height: 50px;
}
@media (max-width: 767px) {
  .footer .footer__main .footer__logo:nth-of-type(1) {
    width: 82px;
    height: 37px;
  }
}
.footer .footer__main .footer__logo:nth-of-type(2) {
  width: 145px;
  height: 29px;
}
@media (max-width: 767px) {
  .footer .footer__main .footer__logo:nth-of-type(2) {
    width: 109px;
    height: 22px;
  }
}
.footer .footer__copyright {
  padding: 24px;
  background-color: #626262;
  color: #fff;
}
@media (max-width: 1024px) {
  .footer .footer__copyright {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .footer .footer__copyright {
    padding: 18px;
  }
}
.footer .footer__text {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 100;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .footer .footer__text {
    font-size: 1.1rem;
  }
}
.sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.w-1279-only {
  display: none !important;
}
@media (max-width: 1279px) {
  .w-1279-only {
    display: block !important;
  }
}
.tablet {
  display: none !important;
}
@media (max-width: 1024px) {
  .tablet {
    display: block !important;
  }
}
.is-lock {
  overflow: hidden;
}
.button {
  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;
  gap: 16px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  padding: 16px 24px;
  min-height: 51px;
}
@media (max-width: 1024px) {
  .button {
    padding: 10px 20px;
    min-height: 44px;
  }
}
@media (max-width: 767px) {
  .button {
    font-size: 1.4rem;
    padding: 8px 32px;
    gap: 8px;
    min-height: 36px;
  }
}
.button:hover:after {
  -webkit-animation: buttonAnimation 0.6s ease;
  animation: buttonAnimation 0.6s ease;
}
@-webkit-keyframes buttonAnimation {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
    opacity: 0;
  }
  75% {
    -webkit-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes buttonAnimation {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
    opacity: 0;
  }
  75% {
    -webkit-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0);
    opacity: 1;
  }
}
.button:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(/assets/images/common/arrow_outward.svg) no-repeat
    center/contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.button.button--black {
  color: #fff;
  background-color: #000;
}
.button.button--black:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.button:hover {
  opacity: 1;
}
.go-to-top {
  background: transparent;
  border: 0;
  cursor: pointer;
  position: fixed;
  right: 48px;
  bottom: 120px;
  font-family: "Montserrat", sans-serif;
  color: #626262;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
@media (max-width: 1024px) {
  .go-to-top {
    bottom: 80px;
    right: 25px;
  }
}
@media (max-width: 767px) {
  .go-to-top {
    right: 11px;
    bottom: 63px;
    gap: 10px;
  }
}
.go-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.go-to-top:hover .go-to-top__icon {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.go-to-top .go-to-top__text {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .go-to-top .go-to-top__text {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .go-to-top .go-to-top__text {
    font-size: 1.1rem;
  }
}
.go-to-top .go-to-top__icon {
  width: 22px;
  height: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  color: inherit;
}
@media (max-width: 1024px) {
  .go-to-top .go-to-top__icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .go-to-top .go-to-top__icon {
    width: 17px;
    height: 17px;
  }
}
.section-head {
  margin-bottom: 40px;
    text-align: center;
}
@media (max-width: 1024px) {
  .section-head {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .section-head {
    margin-bottom: 20px;
  }
}
.section-head .section-head__title--en {
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
    display: block;
}
@media (max-width: 1024px) {
  .section-head .section-head__title--en {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .section-head .section-head__title--en {
    font-size: 2.4rem;
  }
}
.section-head .section-head__title--ja {
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
}
@media (max-width: 1024px) {
  .section-head .section-head__title--ja {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .section-head .section-head__title--ja {
    font-size: 1.3rem;
  }
}
.page-head {
  height: 200px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/common/member_head_bg.jpg);
  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;
}
@media (max-width: 1024px) {
  .page-head {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .page-head {
    height: 110px;
  }
}
.page-head:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00000080;
  z-index: 1;
}
.page-head .page-head__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-inline: 16px;
}
.page-head .page-head__title {
  font-size: 3.6rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .page-head .page-head__title {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .page-head .page-head__title {
    font-size: 2.2rem;
  }
}
.fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
.fade-in.is-visible {
  opacity: 1;
}
.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(24px);
  transform: translateY(24px);
  -webkit-transition: opacity 0.7s ease-out,
    -webkit-transform 0.7s cubic-bezier(0.2, 0, 0, 1);
  transition: opacity 0.7s ease-out,
    -webkit-transform 0.7s cubic-bezier(0.2, 0, 0, 1);
  transition: transform 0.7s cubic-bezier(0.2, 0, 0, 1), opacity 0.7s ease-out;
  transition: transform 0.7s cubic-bezier(0.2, 0, 0, 1), opacity 0.7s ease-out,
    -webkit-transform 0.7s cubic-bezier(0.2, 0, 0, 1);
}
.fade-in-up.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.fade-in-down {
  opacity: 0;
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px);
  -webkit-transition: opacity 0.7s ease-out,
    -webkit-transform 0.7s cubic-bezier(0.2, 0, 0, 1);
  transition: opacity 0.7s ease-out,
    -webkit-transform 0.7s cubic-bezier(0.2, 0, 0, 1);
  transition: transform 0.7s cubic-bezier(0.2, 0, 0, 1), opacity 0.7s ease-out;
  transition: transform 0.7s cubic-bezier(0.2, 0, 0, 1), opacity 0.7s ease-out,
    -webkit-transform 0.7s cubic-bezier(0.2, 0, 0, 1);
}
.fade-in-down.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.slide-in-left {
  opacity: 0;
  -webkit-transform: translateX(-60px);
  transform: translate(-60px);
  -webkit-transition: opacity 0.8s ease-out,
    -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.8s ease-out,
    -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.8s ease-out;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.8s ease-out, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.slide-in-left.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translate(0);
}
.slide-in-right {
  opacity: 0;
  -webkit-transform: translateX(60px);
  transform: translate(60px);
  -webkit-transition: opacity 0.8s ease-out,
    -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.8s ease-out,
    -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.8s ease-out;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.8s ease-out, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.slide-in-right.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translate(0);
}
.zoom-in {
  opacity: 0;
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out,
    -webkit-transform 0.5s ease-out;
}
.zoom-in.is-visible {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.zoom-out {
  opacity: 0;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out,
    -webkit-transform 0.5s ease-out;
}
.zoom-out.is-visible {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.delay-100 {
  -webkit-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}
.delay-200 {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}
.delay-400 {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}
