@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : base.css
Description : 共通
===================================================================== */
/* ========================================================
    基本設定
======================================================== */
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.8;
  box-sizing: border-box;
}

#gDefHeader,
#gDefHeader *,
#gDefFooter,
#gDefFooter *,
#gDefSide,
#gDefSide * {
  font-size: inherit;
  line-height: inherit;
}

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

a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

.sp {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inline-block;
  }
}

.color_green {
  color: #316d00;
}

.color_brown {
  color: #955b23;
}

.color_pink {
  color: #ff54d5;
}

.color_purple {
  color: #8f016c;
}

/* ========================================================
    レイアウト
======================================================== */
html {
  font-size: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 10px;
  }
}

body {
  width: 100%;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#wrapper::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-image: url(../images/common/common_bg01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #wrapper::before {
    background-size: 100% 100%;
  }
}

.main {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5rem;
}
@media screen and (min-width: 1000px) {
  .inner {
    padding: 0;
  }
}

/* ========================================================
    header
======================================================== */
.header {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #e7f3ef;
}
@media screen and (min-width: 768px) {
  .header {
    padding-bottom: 4rem;
  }
}

.mv {
  position: relative;
  order: 1;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}
.mv_ttl {
  width: 100%;
}
.mv_date {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  display: block;
  width: 14.5rem;
}
@media screen and (min-width: 768px) {
  .mv_date {
    left: 4.6153846154%;
    bottom: 3.0769230769%;
    width: 14.6153846154%;
  }
}

.submv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  order: 1;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 4rem;
}
@media screen and (min-width: 768px) {
  .submv {
    padding: 0;
  }
}
.submv_ttl {
  width: 43rem;
}
@media screen and (min-width: 768px) {
  .submv_ttl {
    width: 57rem;
  }
}
.submv_date {
  width: 20.1rem;
}
@media screen and (min-width: 768px) {
  .submv_date {
    width: 18.3rem;
  }
}

.header_bnr {
  position: relative;
  order: 2;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .header_bnr {
    margin-top: 4rem;
  }
}
.header_bnr_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 2.5rem;
  column-gap: 4%;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.header_bnr_list > li {
  width: 54rem;
}
@media screen and (min-width: 768px) {
  .header_bnr_list > li {
    width: 38%;
  }
}

.nav {
  position: relative;
  order: 3;
  width: 100%;
  max-width: 1040px;
  margin: 4rem auto 0 auto;
}
.nav_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.nav_menu > li:not(.nav_sns) {
  position: relative;
  width: 14rem;
  margin: 0 2rem;
}
@media screen and (min-width: 768px) {
  .nav_menu > li:not(.nav_sns) {
    width: 8.6538461538%;
    margin: 0 1.9230769231%;
  }
}
@media screen and (min-width: 768px) {
  .nav_menu > li:not(.nav_sns).nav_intro::before {
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .nav_menu > li:not(.nav_sns).nav_cast::after, .nav_menu > li:not(.nav_sns).nav_original::after {
    content: none;
  }
}
.nav_menu > li:not(.nav_sns)::before {
  content: none;
  position: absolute;
  left: -3.2rem;
  top: 50%;
  display: block;
  width: 2.4rem;
  height: 4.8rem;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.nav_menu > li:not(.nav_sns)::after {
  content: "";
  position: absolute;
  right: -3.2rem;
  top: 50%;
  display: block;
  width: 2.4rem;
  height: 4.8rem;
  background-image: url(../images/common/common_bg05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.nav_menu > li:not(.nav_sns) > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .nav_menu > li:not(.nav_sns) > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .nav_menu > li:not(.nav_sns) > a:hover::after {
    opacity: 1;
  }
}
.nav_menu > li:not(.nav_sns) > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/nav_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: 0.8s ease;
  opacity: 0;
}
.nav_menu > li:not(.nav_sns) > a figure {
  position: relative;
  z-index: 1;
}
.nav_menu > li:not(.nav_sns) > .nav_date {
  position: absolute;
  left: 50%;
  top: -1rem;
  display: block;
  padding: 0 1rem;
  color: #000000;
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 2rem;
  background-color: #ff54d5;
  transform: translateX(-50%);
  z-index: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .nav_menu > li:not(.nav_sns) > .nav_date {
    top: -1.5rem;
    font-size: 1.3rem;
  }
}
.nav_menu > li.nav_sns {
  position: relative;
  width: 11rem;
  margin: 2rem 1.25rem 0 1.25rem;
  padding-top: 11rem;
}
@media screen and (min-width: 768px) {
  .nav_menu > li.nav_sns {
    width: 6.1538461538%;
    margin: 2rem 0.9615384615% 0 0.9615384615%;
    padding-top: 6.1538461538%;
  }
}
.nav_menu > li.nav_sns.nav_sns_x {
  margin-left: 10rem;
}
.nav_menu > li.nav_sns.nav_sns_x a {
  background-image: url(../images/common/icon_x.png);
}
@media screen and (min-width: 768px) {
  .nav_menu > li.nav_sns.nav_sns_x a:hover {
    background-image: url(../images/common/icon_x_h.png);
    opacity: 1;
  }
}
.nav_menu > li.nav_sns.nav_sns_insta a {
  background-image: url(../images/common/icon_instagram.png);
}
@media screen and (min-width: 768px) {
  .nav_menu > li.nav_sns.nav_sns_insta a:hover {
    background-image: url(../images/common/icon_instagram_h.png);
    opacity: 1;
  }
}
.nav_menu > li.nav_sns.nav_sns_tiktok {
  margin-right: 10rem;
}
.nav_menu > li.nav_sns.nav_sns_tiktok a {
  background-image: url(../images/common/icon_tiktok.png);
}
@media screen and (min-width: 768px) {
  .nav_menu > li.nav_sns.nav_sns_tiktok a:hover {
    background-image: url(../images/common/icon_tiktok_h.png);
    opacity: 1;
  }
}
.nav_menu > li.nav_sns > a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

/* ========================================================
    footer
======================================================== */
.footer {
  position: relative;
  width: 100%;
}
.footer_bnr {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  background-color: rgba(220, 230, 231, 0.4);
}
@media screen and (min-width: 768px) {
  .footer_bnr {
    padding: 6rem 0;
  }
}
.footer_bnr_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 2.5rem;
  column-gap: 4%;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.footer_bnr_list > li {
  width: 54rem;
}
@media screen and (min-width: 768px) {
  .footer_bnr_list > li {
    width: 38%;
  }
}
.footer_sns {
  position: relative;
  width: 100%;
  padding: 12rem 0;
}
@media screen and (min-width: 768px) {
  .footer_sns {
    padding: 10rem 0;
  }
}
.footer_sns_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 2.5rem;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.footer_sns_list > li {
  width: 11rem;
  height: 11rem;
}
@media screen and (min-width: 768px) {
  .footer_sns_list > li {
    width: 8rem;
    height: 8rem;
  }
}
.footer_sns_list > li.footer_sns_list_x a {
  background-image: url(../images/common/icon_x.png);
}
@media screen and (min-width: 768px) {
  .footer_sns_list > li.footer_sns_list_x a:hover {
    background-image: url(../images/common/icon_x_h.png);
    opacity: 1;
  }
}
.footer_sns_list > li.footer_sns_list_insta a {
  background-image: url(../images/common/icon_instagram.png);
}
@media screen and (min-width: 768px) {
  .footer_sns_list > li.footer_sns_list_insta a:hover {
    background-image: url(../images/common/icon_instagram_h.png);
    opacity: 1;
  }
}
.footer_sns_list > li.footer_sns_list_tiktok a {
  background-image: url(../images/common/icon_tiktok.png);
}
@media screen and (min-width: 768px) {
  .footer_sns_list > li.footer_sns_list_tiktok a:hover {
    background-image: url(../images/common/icon_tiktok_h.png);
    opacity: 1;
  }
}
.footer_sns_list > li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.footer_copyright {
  position: relative;
  width: 100%;
  padding: 5rem 0;
  background-color: rgba(220, 230, 231, 0.4);
}
@media screen and (min-width: 768px) {
  .footer_copyright {
    padding: 4rem 0;
  }
}
.footer_copyright p {
  color: #a07f5f;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer_copyright p {
    font-size: 1.6rem;
  }
}
.footer .fix_content {
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
  padding-bottom: 24rem;
  z-index: 100;
}
.footer .fix_content .delivery {
  position: relative;
  margin-bottom: 12rem;
}
.footer .fix_content .delivery_close {
  position: absolute;
  left: -1.1em;
  top: -1.1em;
  display: block;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 1;
  cursor: pointer;
}
.footer .fix_content .delivery_close::after {
  content: "×";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  font-size: 1.6em;
  font-weight: 700;
  transform: translate(-50%, -50%);
}
.footer .fix_content .delivery_content {
  width: auto;
}
.footer .fix_content .delivery_list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.footer .fix_content .delivery_list > li {
  width: 18.5rem;
}
.footer .fix_content .pagetop {
  width: 6rem;
  height: 6rem;
  margin-left: auto;
  margin-right: 2rem;
}
@media screen and (min-width: 768px) {
  .footer .fix_content .pagetop {
    margin-right: 4rem;
  }
}
.footer .fix_content .pagetop > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(220, 230, 231, 0.6);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .footer .fix_content .pagetop > a:hover {
    background-color: rgba(142, 171, 154, 0.6);
  }
}
@media screen and (min-width: 768px) {
  .footer .fix_content .pagetop > a:hover .pagetop_line::before {
    animation: lineAct01 both 1s linear 0s;
  }
}
@media screen and (min-width: 768px) {
  .footer .fix_content .pagetop > a:hover .pagetop_line::after {
    animation: lineAct02 both 1s linear 0s;
  }
}
.footer .fix_content .pagetop_line {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #ff54d5;
  transform: translate(-50%, -50%);
}
.footer .fix_content .pagetop_line::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 0.2rem;
  height: 3rem;
  background-color: #ff54d5;
  transform: translateX(-50%) rotate(0deg);
  transform-origin: 50% 0 0;
}
.footer .fix_content .pagetop_line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 0.2rem;
  height: 5.5rem;
  background-color: #ff54d5;
  transform: translateX(-50%) rotate(0deg);
  transform-origin: 50% 0 0;
}
.footer .fix_content .pagetop_text {
  position: absolute;
  left: calc(50% - 0.3em);
  top: 6rem;
  display: block;
  height: calc(4.5em + 4rem);
  padding-top: 4rem;
  color: #ff54d5;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .footer .fix_content .pagetop_text {
    font-size: 1.8rem;
  }
}

/* ========================================================
    popup
======================================================== */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: rgba(220, 230, 231, 0.8);
  z-index: 1000;
}
.popup_area {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1010;
}
.popup_bg {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: 1020;
  cursor: pointer;
}
.popup_inner {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 100%;
  max-width: 80rem;
  margin: auto;
  padding: 5rem 0;
  z-index: 1030;
}
.popup_list > li {
  display: none;
}
.popup_movie_embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.popup_movie_embed iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.popup_close {
  position: relative;
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 0 2rem 2rem auto;
  border-radius: 1rem;
  background-color: rgba(255, 84, 213, 0.7);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .popup_close {
    width: 6.4rem;
    height: 6.4rem;
    margin: 0 0 2rem auto;
  }
}
@media screen and (min-width: 768px) {
  .popup_close:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.popup_close:hover::after {
  color: #ff54d5;
}
.popup_close::after {
  content: "✕";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  color: #000000;
  font-family: "Zen Maru Gothic", serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .popup_close::after {
    font-size: 3.2rem;
  }
}
.popup_close2 {
  position: relative;
  display: block;
  width: 59rem;
  height: 7.5rem;
  margin: 5rem auto 0 auto;
  color: #000000;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 7.5rem;
  text-align: center;
  border-radius: 3.75rem;
  background-color: #ff54d5;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .popup_close2 {
    width: 32rem;
    height: 5rem;
    font-size: 2rem;
    line-height: 5rem;
    border-radius: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .popup_close2:hover {
    color: #ff54d5;
    background-color: #000000;
  }
}
.popup_close2::after {
  content: "×";
  position: absolute;
  right: 6rem;
  top: 50%;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .popup_close2::after {
    right: 3rem;
  }
}

.hulu_popup {
  background-color: rgba(0, 0, 0, 0.8);
}
.hulu_popup_inner {
  max-width: 65rem;
  padding: 10rem 0;
}
.hulu_popup_column {
  position: relative;
  width: 100%;
  background-color: #e7f3ef;
}
.hulu_popup_ttl {
  position: relative;
  width: 100%;
  padding: 3rem 0;
  text-align: center;
}
.hulu_popup_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  opacity: 0.7;
}
.hulu_popup_ttl > span {
  position: relative;
  display: block;
  color: #ff54d5;
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.hulu_popup_ttl > em {
  position: relative;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.hulu_popup_img {
  position: relative;
  width: 100%;
}
.hulu_popup_btn {
  position: relative;
  width: 46rem;
  margin: 0 auto;
}
.hulu_popup_btn.btn_01 {
  margin-top: -10rem;
  margin-bottom: 2rem;
}
.hulu_popup_btn.btn_01 > a {
  color: #000000;
  background-color: #ff54d5;
}
@media screen and (min-width: 768px) {
  .hulu_popup_btn.btn_01 > a:hover {
    color: #ff54d5;
    background-color: #000000;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .hulu_popup_btn.btn_01 > a:hover::after {
    border-top: 0.3rem solid #ff54d5;
    border-right: 0.3rem solid #ff54d5;
  }
}
.hulu_popup_btn.btn_01 > a::after {
  border-top: 0.3rem solid #000000;
  border-right: 0.3rem solid #000000;
}
.hulu_popup_btn.btn_02 {
  margin-top: 2.5rem;
  margin-bottom: 4rem;
}
.hulu_popup_btn.btn_02 > a {
  color: #ffffff;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .hulu_popup_btn.btn_02 > a:hover {
    color: #000000;
    background-color: #3ce032;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .hulu_popup_btn.btn_02 > a:hover::after {
    border-top: 0.3rem solid #000000;
    border-right: 0.3rem solid #000000;
  }
}
.hulu_popup_btn.btn_02 > a::after {
  border-top: 0.3rem solid #ffffff;
  border-right: 0.3rem solid #ffffff;
}
.hulu_popup_btn > a {
  position: relative;
  display: block;
  width: 100%;
  height: 8rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 8rem;
  text-align: center;
  border-radius: 4rem;
}
.hulu_popup_btn > a::after {
  content: "";
  position: absolute;
  right: 4rem;
  top: 50%;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  transform: translateY(-50%) rotate(45deg);
}
.hulu_popup_text {
  position: relative;
  width: 39.7rem;
  margin: 0 auto;
  padding-top: 4rem;
}
.hulu_popup_check {
  position: relative;
  width: 100%;
  padding: 2rem 0;
  text-align: center;
}
.hulu_popup_check::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  opacity: 0.7;
}
.hulu_popup_check > label {
  position: relative;
  cursor: pointer;
}
.hulu_popup_check > label > input {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  vertical-align: middle;
}
.hulu_popup_check > label > span {
  display: inline-block;
  margin-left: 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  vertical-align: middle;
}
.hulu_popup_close {
  position: relative;
  padding-top: 3rem;
  text-align: center;
  cursor: pointer;
}
.hulu_popup_close > span {
  position: relative;
  color: #ffffff;
  font-size: 3rem;
}
.hulu_popup_close > span::before {
  content: "✕";
  display: inline-block;
  margin-right: 2rem;
}

/* ========================================================
    animation
======================================================== */
.morphing {
  animation: ttlAct01 12s infinite ease-in-out;
}

/*
::-webkit-full-page-media, :future, :root .morphing {
    animation: ttlAct02 12s infinite ease-in-out;
}
*/
.morphing:nth-child(1) {
  animation-delay: -12s;
}

.morphing:nth-child(2) {
  animation-delay: -6s;
}

@keyframes ttlAct01 {
  0%, 10%, 90%, 100% {
    filter: blur(0px);
    opacity: 1;
  }
  50% {
    filter: blur(1em);
    opacity: 0;
  }
}
/*
@keyframes ttlAct02 {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
*/
@keyframes lineAct01 {
  25% {
    transform: translateX(-50%) rotate(-90deg);
  }
  50% {
    transform: translateX(-50%) rotate(-180deg);
  }
  75% {
    transform: translateX(-50%) rotate(-270deg);
  }
  100% {
    transform: translateX(-50%) rotate(-360deg);
  }
}
@keyframes lineAct02 {
  25% {
    transform: translateX(-50%) rotate(90deg);
  }
  50% {
    transform: translateX(-50%) rotate(180deg);
  }
  75% {
    transform: translateX(-50%) rotate(270deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}/*# sourceMappingURL=base.css.map */