@charset "UTF-8";
:root {
  --sds-typography-weight-semibold: 600;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media screen and (max-width: 960px) {
  html {
    scroll-padding-top: 60px;
  }
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #000005;
  overflow: hidden;
  line-height: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 14px;
  }
}

.wrapper {
  position: relative;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

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

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
  width: 100%;
  height: 100%;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

/*======================================================
// 共通CSS
// ======================================================*/
/* ===================================
 * 表示切替
 * =================================== */
.show--pc {
  display: block;
}

.show--sp {
  display: none;
  visibility: hidden;
}

@media screen and (max-width: 960px) {
  .show--pc {
    display: none;
  }
  .show--sp {
    display: block;
    visibility: visible;
  }
}
.inner {
  margin: 0 auto;
  padding: 120px 60px;
  width: 100%;
  max-width: 1366px;
}
@media screen and (max-width: 960px) {
  .inner {
    max-width: 530px;
    padding: 60px 15px;
  }
}

/* ===================================
 * ボタン
 * =================================== */
.btn__wrapper {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .btn__wrapper {
    margin-top: 56px;
  }
}

.btn {
  margin: auto;
  background: #000005;
  border: 1px solid #000005;
  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;
  width: 100%;
  max-width: 405px;
  height: 73px;
  color: #FFF;
  font-family: "Roboto Condensed", serif;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .btn {
    border: 1px solid #000005;
    max-width: 100%;
    height: 50px;
    font-size: 18px;
  }
}
.btn:hover {
  background: #fff;
  color: #000005;
}

.btn__wrapper:has(.btn-red) {
  margin-top: 40px;
  text-align: right;
}

/* ===================================
 * 赤い矢印のボタン
 * =================================== */
.btn-red {
  padding-right: 64px;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  .btn-red {
    padding-right: 40px;
    font-size: 20px;
  }
}
.btn-red::after {
  background: url("../img/common/btn-red-icon.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 960px) {
  .btn-red::after {
    width: 30px;
    height: 30px;
  }
}
.btn-red:hover::after {
  -webkit-transform: translateX(10px) translateY(-50%);
          transform: translateX(10px) translateY(-50%);
}

/*======================================================
下層ページMV
======================================================*/
.page-mv {
  height: 765px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .page-mv {
    height: 600px;
  }
}
.page-mv .inner {
  padding-top: 307px;
}
@media screen and (max-width: 960px) {
  .page-mv .inner {
    padding-top: 250px;
  }
}
.page-mv::after {
  background: url("../img/common/page-mv-logo.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 754px;
  height: 754px;
  right: -137px;
  top: 11px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .page-mv::after {
    width: 500px;
    height: 500px;
  }
}

.page-mv__title--en {
  margin-top: 40px;
  font-family: "Roboto Slab";
  font-size: 160px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.4875;
}
@media screen and (max-width: 960px) {
  .page-mv__title--en {
    font-size: 60px;
  }
}

.page-mv__title--jp {
  padding-left: 132px;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
@media screen and (max-width: 960px) {
  .page-mv__title--jp {
    padding-left: 100px;
    font-size: 18px;
  }
}
.page-mv__title--jp::before {
  background: #000;
  content: "";
  position: absolute;
  width: 116px;
  height: 2px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .page-mv__title--jp::before {
    width: 84px;
  }
}

/* ===================================
 * 共通タイトル
 * =================================== */
.section-title--jp {
  padding-left: 132px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
@media screen and (max-width: 960px) {
  .section-title--jp {
    padding-left: 80px;
    font-size: 18px;
  }
}
.section-title--jp::before {
  background: #000;
  content: "";
  position: absolute;
  width: 116px;
  height: 2px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .section-title--jp::before {
    width: 64px;
  }
}

.section-title--en {
  margin-top: 5px;
  font-family: "Roboto Slab";
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.8666666667;
}
@media screen and (max-width: 960px) {
  .section-title--en {
    font-size: 60px;
  }
}

/*======================================================
パンくずリスト
======================================================*/
.breadcrumb {
  margin-top: auto;
  font-size: 10px;
  font-weight: 700;
  color: #000005;
}

.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb ul li {
  list-style: none;
}

.breadcrumb ul li:after {
  color: #939191;
  font-weight: 700;
  content: "ー";
  margin: 0 10px;
  line-height: normal;
}

.breadcrumb ul li:last-child {
  color: #939191;
  width: 100%;
}

.breadcrumb ul li:last-child:after {
  content: "";
  margin: 0;
}

.breadcrumb ul li a {
  color: #000;
  text-decoration: underline;
}

/*======================================================
header
======================================================*/
header {
  position: fixed;
  top: 60px;
  right: 60px;
  z-index: 998;
  width: 100px;
  height: 309px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 960px) {
  header {
    top: 40px;
    right: 15px;
    width: 50px;
    height: 134px;
  }
}

.header__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .header__inner {
    gap: 11px;
  }
}

.header__logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .header__logo {
    margin-left: auto;
    max-width: 35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header__logo a {
  display: block;
}
.header__logo svg {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}
@media screen and (max-width: 960px) {
  .header__logo svg {
    max-width: 35px;
    height: auto;
  }
}
.header__logo:hover {
  opacity: 0.7;
}

.hamburger-button-wrapper {
  display: block;
  visibility: visible;
  position: relative;
  z-index: 5;
}
.hamburger {
  background: transparent;
  display: block;
  visibility: visible;
  position: relative;
  width: 100px;
  height: 24px;
  border: none;
}
@media screen and (max-width: 960px) {
  .hamburger {
    width: 50px;
    height: 13px;
  }
}

.hamburger-bar {
  background: #000005;
  position: absolute;
  left: 50%;
  width: 100px;
  height: 2px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 960px) {
  .hamburger-bar {
    width: 50px;
  }
}

.hamburger-bar:nth-of-type(1) {
  top: 0px;
}
.hamburger-bar:nth-of-type(2) {
  top: 22px;
}
@media screen and (max-width: 960px) {
  .hamburger-bar:nth-of-type(2) {
    top: 11px;
  }
}

.hamburger.active .hamburger-bar:nth-of-type(1) {
  background: #fff;
  -webkit-transform: translate(-50%, 6px) rotate(-20deg);
          transform: translate(-50%, 6px) rotate(-20deg);
}
.hamburger.active .hamburger-bar:nth-of-type(2) {
  background: #fff;
  -webkit-transform: translate(-50%, -16px) rotate(20deg);
          transform: translate(-50%, -16px) rotate(20deg);
}
@media screen and (max-width: 960px) {
  .hamburger.active .hamburger-bar:nth-of-type(2) {
    -webkit-transform: translate(-50%, -5px) rotate(20deg);
            transform: translate(-50%, -5px) rotate(20deg);
  }
}

/* =========================
  ドロワーメニュー
============================ */
.drawer {
  background: #000005;
  position: fixed;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: visibility 0s linear 0.5s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0s linear 0.5s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.5s;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.5s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
}
.drawer.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  -webkit-transition: visibility 0s linear 0s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: visibility 0s linear 0s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.drawer__inner {
  height: 100%;
  width: 100%;
  padding: 152px 40px;
  overflow-y: auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .drawer__inner {
    padding: 152px 40px;
  }
}

.drawer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 890px;
  text-align: center;
  margin: auto;
}
.drawer__nav ul li a {
  color: #FFF;
  font-family: "Roboto Slab";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .drawer__nav ul li a {
    font-size: 20px;
  }
}

.drawer__btn {
  margin: 40px auto 0;
  background: #A32C00;
  font-weight: 700;
  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;
  color: #fff;
  height: 80px;
  font-family: "Roboto Slab";
  font-size: 28px;
  max-width: 890px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .drawer__btn {
    font-size: 20px;
    height: 60px;
  }
}
.drawer__btn:hover {
  opacity: 0.7;
}
.drawer__btn:hover::after {
  -webkit-transform: none;
          transform: none;
}

/*======================================================
footer-contact
======================================================*/
.footer-contact {
  background: #A32C00;
  position: relative;
}
.footer-contact .inner {
  padding-block: 40px 50px;
}
@media screen and (max-width: 960px) {
  .footer-contact .inner {
    padding-block: 40px;
  }
}
.footer-contact::before {
  background: url("../img/common/footer-contact-logo.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 654px;
  height: 654px;
  left: -110px;
  bottom: -160px;
}
@media screen and (max-width: 960px) {
  .footer-contact::before {
    background: url("../img/common/footer-contact-logo-sp.svg") no-repeat center center/cover;
    width: 254px;
    height: 428px;
    right: 0;
    left: auto;
    top: 20px;
    bottom: auto;
  }
}

.footer-contact__emphasis {
  margin-left: -60px;
  color: #FFF;
  font-size: 102px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3725490196;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
}
@media screen and (max-width: 1366px) {
  .footer-contact__emphasis {
    font-size: 7.467057101vw;
  }
}
@media screen and (max-width: 960px) {
  .footer-contact__emphasis {
    margin-left: -15px;
    font-size: 30px;
    line-height: normal;
  }
}
.footer-contact__emphasis .letter-spacing {
  letter-spacing: -40.8px;
}
@media screen and (max-width: 960px) {
  .footer-contact__emphasis .letter-spacing {
    letter-spacing: -15px;
  }
}

.footer-contact__box {
  margin-top: 20px;
  margin-left: auto;
  padding: 30px;
  border: 1px solid #fff;
  max-width: 696px;
}
@media screen and (max-width: 960px) {
  .footer-contact__box {
    background: #A32C00;
    margin-top: 100px;
    padding: 30px 12px;
    border: 1px solid #fff;
    max-width: 100%;
  }
}

.footer-contact__title {
  color: #FFF;
  font-family: "Roboto Slab";
  font-size: 58px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .footer-contact__title {
    font-size: 48px;
  }
}

.footer-contact__description {
  margin-top: 24px;
  color: #FFF;
}
.footer-contact .btn__wrapper {
  margin-top: 35px;
}
@media screen and (max-width: 960px) {
  .footer-contact .btn__wrapper {
    margin-top: 20px;
  }
}

.footer-contact .btn {
  max-width: 100%;
  height: 60px;
}
@media screen and (max-width: 960px) {
  .footer-contact .btn {
    height: 50px;
  }
}

/*======================================================
footer
======================================================*/
.footer {
  background: #000005;
  color: #fff;
  position: relative;
}
.footer .inner {
  padding-top: 100px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .footer .inner {
    padding-top: 65px;
    padding-bottom: 10px;
  }
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__logo {
  max-width: 292px;
  margin-right: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .footer__logo {
    max-width: 251px;
    margin-right: 0;
  }
}
@media (hover: hover) {
  .footer__logo:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 960px) {
  .footer__nav {
    margin-top: 40px;
  }
}

.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .footer__nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 30px;
  }
}

@media screen and (max-width: 960px) {
  .footer__nav ul li {
    width: 30%;
    white-space: nowrap;
  }
}

.footer__nav ul li a {
  color: #FFF;
  font-family: "Roboto Slab";
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .footer__nav ul li a {
    font-size: 16px;
  }
}
.footer__nav ul li a:hover {
  opacity: 0.7;
}

.footer__p-mark {
  margin-left: 211px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .footer__p-mark {
    margin-top: 50px;
    margin-left: auto;
  }
}

.footer__copy {
  margin-top: 75px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .footer__copy {
    margin-top: 18px;
  }
}

.copyright {
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: "Roboto Slab";
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
}
.article-member-image {
  position: relative;
}

.article-member-image-hover {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  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;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
}

.next-icon {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-left: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 50%;
}

.next-icon:before {
  position: absolute;
  top: 14px;
  right: 17px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.article-member-image-hover p {
  font-size: 24px;
  color: #fff;
}

.article-member-image-hover .next-icon {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #fff;
}

.article-member-image-hover .next-icon:before {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

@media (hover: hover) {
  .article-member-image:hover .article-member-image-hover {
    opacity: 1;
  }
}

/* 基本のハンバーガーバー（黒） */
.hamburger-bar {
  background: #000005;
  /* 既存のスタイル */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* 暗い背景用ヘッダー内のハンバーガーバー（白） */
.header--for-dark-sections .hamburger-bar {
  background: #ffffff !important;
}

/* 暗い背景用ヘッダー */
.header--for-dark-sections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/* デフォルトのロゴ（黒） */
.header__logo svg path {
  fill: #000005;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

/* 暗い背景用ヘッダーのロゴ（白） */
.header--for-dark-sections .header__logo svg path {
  fill: #ffffff;
}

/* ドロワーが開いている時のスタイル */
.drawer.active + .header__inner .header__logo svg path,
.header__inner .drawer.active ~ .header__logo svg path,
body:has(.drawer.active) .header__inner:not(.header--for-dark-sections) .header__logo svg path {
  fill: #ffffff !important;
}

.drawer.active + .header__inner .hamburger-bar,
.header__inner .drawer.active ~ .hamburger-bar,
body:has(.drawer.active) .header__inner:not(.header--for-dark-sections) .hamburger-bar {
  background: #ffffff !important;
}

.fadeInUpTrigger {
  opacity: 0;
}

.fadeInLeftTrigger {
  opacity: 0;
}

.fadeInRightTrigger {
  opacity: 0;
}

.fadeInDownTrigger {
  opacity: 0;
}

.delay-time05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-time10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-time15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-time20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-time25 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.delay-time30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay-time35 {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.delay-time40 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay-time45 {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.delay-time50 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.delay-time55 {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}