@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700,800,900&Roboto:100,200,300,400,500,600,700,800,900&Montserrat:100,200,300,400,500,600,700,800,900&display=swap&subset=japanese");
/* -----------------------------------------------

RESET

----------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  text-decoration: none;
}

:focus {
  outline: 0;
}

body {
  line-height: 1.5;
  color: #333;
  background: white;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

img {
  vertical-align: middle;
}

button {
  outline: 0;
  margin: 0;
  padding: 0;
}

/* -----------------------------------------------

COMMON

----------------------------------------------- */

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  margin: 0;
  overflow-x: hidden;
}

body {
  color: #333;
  font-family: 'Noto Sans JP', "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.4em;
  height: auto;
  overflow-x: hidden;
}

img {
  user-select: none;
  max-width: 100%;
  pointer-events: none;
}

a {
  text-decoration: none;
  transition: opacity 0.3s ease-out, outline 0.3s ease-out, box-shadow 0.3s ease-out;
}

a:hover {
  cursor: pointer;
  opacity: 0.7;
  text-decoration: underline;
}

a:focus,
button:focus {
  box-shadow: 0 0 0 4px #91cc20 !important;
}

button {
  transition: outline 0.3s ease-out, box-shadow 0.3s ease-out;
}

.text_break_block {
  display: block;
}
.text_break_inline {
  display: inline-block;
}
.text_hidden {
  position: absolute;
  visibility: hidden;
}
.font-noto-sans {
  font-family: 'Noto Sans JP', sans-serif;
}

/* -----------------------------------------------

SVG icon used in img element

----------------------------------------------- */

.icon_svg_lists {
  display: none;
}

/* -----------------------------------------------

corporate image

----------------------------------------------- */

.corporate_image {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: calc(1920px * 2);
}
.corporate_image .corporate_image_list {
  width: var(--corporate-image-list-width, calc(100% / 4));
  transition: width .2s ease;
}
.corporate_image .corporate_image_list img {
  width: 100%;
}

/* -----------------------------------------------

header

----------------------------------------------- */

.header {
  background-color: var(--header-background-color);
  position: relative;
}

.header .mainvisual {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  width: 100%;
}

.mainvisual__title-block__img {
  display: block;
  object-fit: contain;
  object-position: 50% 50%;
  height: var(--mainvisual-title-block-img, 100vh);
  width: 100%;
}

.mainvisual__title-block {
  height: 100vh;
  position: relative;
  z-index: 1;
}

.mainvisual__title-block__title {
  margin: var(--mainvisual-title-block-title-margin, auto);
  max-width: var(--mainvisual-title-block-title-max-width, 100%);
  padding: var(--mainvisual-title-block-title-padding, 0);
  position: absolute;
  inset: var(--mainvisual-title-block-title-inset, 0);
  height: auto;
  width: var(--mainvisual-title-block-title-width, 100%);
  transform: var(--mainvisual-title-block-title-transform, translate(0, 0));
  transition: width 0.2s ease-in-out, transform 0.2s ease-in-out;
  z-index: 3;
}
@media (min-width: 768px) {
  .mainvisual__title-block__title {
    --mainvisual-title-block-title-max-width: 1640px;
    --mainvisual-title-block-title-inset: 0;
    --mainvisual-title-block-title-width: calc(100% - 100px * 2);
  }
}
img.mainvisual__title-block__title:nth-of-type(2) {
  --mainvisual-title-block-title-transform: scale(1.14) translate(6px, 0);
}
@media (min-width: 768px) {
  img.mainvisual__title-block__title:nth-of-type(2) {
    --mainvisual-title-block-title-transform: scale(1) translate(0, 0);
  }
}
.mainvisual__title-block__title2 {
  margin: var(--mainvisual-title-block-title2-margin, auto);
  max-width: var(--mainvisual-title-block-title2-max-width, 100%);
  padding: var(--mainvisual-title-block-title2-padding, 32% 0 0);
  position: absolute;
  inset: var(--mainvisual-title-block-title2-inset, 0);
  height: fit-content;
  width: var(--mainvisual-title-block-title2-width, 100%);
  transform: var(--mainvisual-title-block-title2-transform, scale(1) translate(0, 32px));
  transition: width 0.2s ease-in-out, transform 0.2s ease-in-out;
  z-index: 3;
}
@media (min-width: 768px) {
  .mainvisual__title-block__title2 {
    --mainvisual-title-block-title2-padding: 14% 0 0;
    --mainvisual-title-block-title2-transform: scale(1) translate(0, 0);
  }
}
.mainvisual__title-block__title__image {
  width: 100%;
}
.mainvisual__gooya-hd {
  display: block;
  margin: var(--mainvisual-gooya-hd-margin, auto auto 10%);
  position: var(--mainvisual-gooya-hd-position, absolute);
  inset: 0;
  height: auto;
  max-height: var(--mainvisual-gooya-hd-max-height);
  max-width: var(--mainvisual-gooya-hd-max-width, clamp(180px, 33vw, 300px));
  width: var(--mainvisual-gooya-hd-width, calc(100% - 130px * 2));
}
/* Surface Duo Size */
@media (max-width: 720px) and (max-height: 540px) {
  .mainvisual__gooya-hd {
    --mainvisual-gooya-hd-margin: auto auto 2%;
    --mainvisual-gooya-hd-max-height: 60px;
  }
}
/* Samusung Galaxy S8 Size */
@media (max-width: 740px) and (max-height: 360px) {
  .mainvisual__gooya-hd {
    --mainvisual-gooya-hd-margin: auto auto 2%;
    --mainvisual-gooya-hd-max-height: 24px;
  }
}
/* iPhone SE Size */
@media (max-width: 667px) and (max-height: 375px) {
  .mainvisual__gooya-hd {
    --mainvisual-gooya-hd-margin: auto auto 2%;
    --mainvisual-gooya-hd-max-height: 40px;
  }
}
/* Galaxy Fold Size */
@media (max-width: 653px) and (max-height: 280px) {
  .mainvisual__gooya-hd {
    --mainvisual-gooya-hd-margin: auto auto 2%;
    --mainvisual-gooya-hd-max-height: 20px;
  }
}
@media (min-width: 768px) {
  .mainvisual__gooya-hd {
    --mainvisual-gooya-hd-margin:  clamp(0px, 5vw, 120px) 0 0 clamp(0px, 5vw, 120px);
    --mainvisual-gooya-hd-max-width: clamp(180px, 15vw, 300px);
  }
}
.mainvisual__title-block .title_gh {
  position: absolute;
  top: 86px;
  left: calc(50% - 12px);
  z-index: 2;
}
.corporate-group {
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
  margin: var(--corporate-group-margin, auto auto 0);
  max-width: var(--corporate-group-max-width, calc(100% - 48px * 2));
  position: var(--corporate-group-position, relative);
  inset: 0;
  justify-content: center;
  width: var(--corporate-group-width, 100%);
  z-index: 3;
}
@media (min-width: 768px) {
  .corporate-group {
    --corporate-group-position: absolute;
    --corporate-group-margin: 0 0 0 auto;
    --corporate-group-max-width: 480px;
    --corporate-group-width: calc(100% / 3);
  }
}
.corporate-group__logo {
  width: var(--corporate-group-logo, calc(100% / 2));
}
/* @media (min-width: 768px) {
  .corporate-group__logo {
    --corporate-group-logo: 100%;
  }
} */
.corporate-group__logo.title_cb {}
.corporate-group__logo.title_cn {}
.corporate-group__logo.title_go {}
.corporate-group__logo.title_hi {}
.corporate-group__logo.title_4d {}

.header .mainvisual .header_eto_text {
  left: 50%;
  position: absolute;
  top: 160px;
  transform: translate(-50%, 0);
  transition: top 0.3s ease-out;
  z-index: 0;
}

.header .mainvisual .header_eto_image {
  align-items: baseline;
  display: flex;
  position: absolute;
  top: 160px;
  /* transform: translate(-50%, 0); */
  transition: transform 0.5s ease-out;
  z-index: 2;
}

.header .mainvisual .eto_image {
  left: 0;
  transition: left 0.3s ease-out, transform 0.3s ease-out;
}

.header .header__greeting-text {
  margin: auto;
  max-width: 862px;
  overflow: hidden;
  padding: var(--header-greeting-text);
  padding-right: 16px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.header .header__greeting-text .header_text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .header .header__greeting-text .header_text {
    font-size: 1.8rem;
    line-height: 2;
  }
}

.header .header__greeting-text .header_text:nth-child(1n+2) {
  padding-top: 30px;
}
.header .header__greeting-text .header_text:nth-child(4) {
  padding-top: 10px;
}
.header .header__greeting-text .header_text:last-child {
  padding-top: 0px;
}

.header .header__greeting-text .text_accent--tobi-text {
  background-image: url(../img/img_tobi.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 82px;
  height: 64px;
  margin-right: 7px;
  vertical-align: top;
  transform: translate(0,-10px);
}

.header .header__greeting-text .text_accent--try-text {
  background-image: url(../img/img_try.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 52px;
  margin-left: 11px;
  margin-right: 7px;
  vertical-align: top;
  width: 100px;
}

.header .header__greeting-text .header_text:nth-child(3) {
  padding-top: 22px;
}

.header .header__greeting-text .header_logo {
  display: block;
  margin: 40px auto 64px;
}

.header__greeting-text__inner {
  padding: var(--header-greeting-text-inner, 32px 24px);
}

@media (min-width: 768px) {
  .header__greeting-text__inner {
    --header-greeting-text-inner: 70px 24px;
  }
}

/* -----------------------------------------------

Slide

----------------------------------------------- */

.office_view {
  background-color: #000;
}

#img {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

#img ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*スライド*/

.slider {
  opacity: 0;
  touch-action: auto;
  transition: all 0.3s ease-out;
}

.slick-initialized {
  opacity: 1;
}

.slick-slide img {
  height: 100%;
  width: 100%;
}

#arrows .slick-prev,
#arrows .slick-next {
  height: 40px;/* 画像高さ */
  width: 40px;/* 画像幅 */
}

button.slick-prev,
button.slick-next {
  z-index: 2;
}

#arrows .slick-prev {
  left: 76px;/* 任意の値 */
}

#arrows .slick-prev:before {
  display: none;
}

.slick-prev:before,
.slick-next:before {
  content: "";
}

#arrows .slick-prev img,
#arrows .slick-next img {
  width: 40px;
}

#arrows .slick-next {
  right: 76px;/* 任意の値 */
}

#arrows .slick-next:before {
  display: none;
}

.slick-arrow {
  z-index: 10;/* 値は適当に */
}

/* -----------------------------------------------

MAP

----------------------------------------------- */

.office_map .ttl {
  color: #404040;
  font-family: "Montserrat", sans-serif;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 30px 0;
  text-align: center;
  text-transform: uppercase;
}

.office_map .ttl .caption {
  display: block;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.4rem;
  padding-top: 12px;
}

.map_wrap {
  padding-bottom: 30px;
}

.map_wrap .map_unit {
  margin: 0 auto;
  max-width: 1250px;
  padding: 15px;
  width: 100%;
}

.map_wrap .map_box {
  display: flex;
  flex-wrap: wrap;
}

.map_wrap .map_list {
  overflow: hidden;
  padding: 20px;
  width: 50%;
  transition: padding 0.3s ease-in-out, width 0.3s ease-in-out;
}

.map_wrap [id^=map] {
  padding-bottom: 100%;
  width: 100%;
}

/* -----------------------------------------------

footer

----------------------------------------------- */

.footer {
  background: #000;
  color: #fff;
  padding: 124px 15px;
}

.footer .footer_catch_copy {
  font-size: 1.3rem;
  padding-bottom: 30px;
  text-align: center;
}

.footer_logo {
  text-align: center;
}

.footer_logo .footer_catch_copy {
  font-size: 1.3rem;
  padding-bottom: 30px;
}

.footer_logo .logo_gooya {
  display: inline-block;
}

.footer .copyright {
  margin-top: 70px;
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: 0.15rem;
}

/* -----------------------------------------------

RESPONSIVE TABLET

----------------------------------------------- */

@media only screen and (max-width: 827px) {
  .mainvisual__title-block {
    top: 6%;
  }
}

@media only screen and (max-width: 768px) {
  .text_break_block_sp {
    display: block;
  }
  .text_break_inline_sp {
    display: inline-block;
  }
  .corporate_image .corporate_image_list {
    --corporate-image-list-width: calc(100% / 2);
  }
  .header .mainvisual {
    min-height: inherit;
    overflow: hidden;
  }
  .header .header__greeting-text {
    position: relative;
  }
  .header .header__greeting-text .header_text:nth-child(1n+2) {
    padding-top: 24px;
  }
  .header .header__greeting-text .header_text:nth-child(3) {
    padding-top: 11px;
  }
  .header .header__greeting-text .header_text:nth-child(5) {
    padding-top: 32px;
  }
  .header .header__greeting-text .header_text:last-child {
    padding-top: 0;
  }
  .header .mainvisual::before {
    padding-top: 140%;
  }
  .header .txtunit .txt {
    padding: 0 16px 30px;
  }
  .map_wrap .map_list {
    padding: 5px 0;
    width: 100%;
  }
  .map_wrap [id^=map] {
    height: 320px;
  }
  .map_wrap .map_unit {
    padding: 0;
  }
  .map_wrap .map_unit .map_box {
    display: block;
  }
  #arrows .slick-prev {
    left: 10px;
  }
  #arrows .slick-next {
    right: 10px;
  }
  footer .move .link {
    font-size: 1.4rem;
    width: 290px;
  }
}

@media only screen and (max-width: 468px) {
  .corporate_image .corporate_image_list {
    width: 100%;
  }
}


/* -----------------------------------------------

アニメーション - 干支

----------------------------------------------- */
.anime-header--start {
  --header-background-color: #bf0c1f;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-name: header;
  filter: brightness(0);
}

@keyframes header {
  0% {
    filter: brightness(0);
  }
  100% {
    filter: brightness(1);
  }
}

.anime-title-img1 {
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: var(--anime-title-img1-delay);
  animation-duration: var(--anime-title-img1-duration);
  animation-name: title-img1;
  opacity: 0;
  z-index: 3;
}

.anime-title-img2 {
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: var(--anime-title-img2-delay);
  animation-duration: var(--anime-title-img2-duration);
  animation-name: title-img2;
  opacity: 0;
  z-index: 2;
}

.anime-title-img3 {
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: var(--anime-title-img3-delay);
  animation-duration: var(--anime-title-img3-duration);
  animation-name: title-img3;
  opacity: 0;
  z-index: 1;
}

@keyframes title-img1 {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes title-img2 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

@keyframes title-img3 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}

.mainvisual__title-block__title.anime-title--start {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 1.3s;
  animation-duration: 0.2s;
  animation-name: kv_title;
}

@keyframes kv_title {
  0% {
    opacity: 0;
    transform: scale(4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.anime-title2-img1 {
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: var(--anime-title2-img1-delay);
  animation-duration: var(--anime-title2-img1-duration);
  animation-name: title2-img1;
  opacity: 0;
  z-index: 0;
}

.anime-title2-img2 {
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: var(--anime-title2-img2-delay);
  animation-duration: var(--anime-title2-img2-duration);
  animation-name: title2-img2;
  opacity: 0;
  z-index: 0;
}

@keyframes title2-img1 {
  0% {
    opacity: 0;
    transform: scale(4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes title2-img2 {
  0% {
    opacity: 0;
    transform: scale(4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.stamp {
  bottom: 140px;
  position: absolute;
}
.stamp1,
.stamp2,
.stamp3,
.stamp4 {
  animation-fill-mode: forwards;
  animation-timing-function: step;
  animation-delay: 1s;
  animation-duration: 2s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .anime-stamp--start .stamp1 {
    animation-name: anime-stamp_1;
  }
  .anime-stamp--start .stamp2 {
    animation-name: anime-stamp_2;
  }
  .anime-stamp--start .stamp3 {
    animation-name: anime-stamp_3;
  }
  .anime-stamp--start .stamp4 {
    animation-name: anime-stamp_4;
  }
  @keyframes anime-stamp_1 {
    0% {
      opacity: 0;
    }
    31% {
      opacity: 0;
    }
    32% {
      opacity: 1;
    }
    33% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes anime-stamp_2 {
    0% {
      opacity: 0;
    }
    41% {
      opacity: 0;
    }
    42% {
      opacity: 1;
    }
    43% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes anime-stamp_3 {
    0% {
      opacity: 0;
    }
    51% {
      opacity: 0;
    }
    52% {
      opacity: 1;
    }
    53% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes anime-stamp_4 {
    0% {
      opacity: 0;
    }
    61% {
      opacity: 0;
    }
    62% {
      opacity: 1;
    }
    63% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
}

.map_wrap [id^=map] img[src*=img_gmap_pin_] {
  animation-delay: 0.3s;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-name: mapping_label;
  animation-timing-function:ease-in-out;
  padding-top: 5px !important;
}
@keyframes mapping_label {
  0%, 30% {
    top: 0;
  }
  35% {
    top: -5px;
  }
  40%, 100% {
    top:0;
  }
}

.slide-fwd-bottom {
	-webkit-animation: slide-fwd-bottom 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-fwd-bottom 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-12-21 17:6:16
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-fwd-bottom
 * ----------------------------------------
 */
 @-webkit-keyframes slide-fwd-bottom {
  0% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
  }
  100% {
    -webkit-transform: translateZ(160px) translateY(100px);
            transform: translateZ(160px) translateY(100px);
  }
}
@keyframes slide-fwd-bottom {
  0% {
    -webkit-transform: translateZ(-400px) translateY(-100px) scale(2);
            transform: translateZ(-400px) translateY(-100px) scale(2);
  }
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) scale(1);
            transform: translateZ(0px) translateY(0px) scale(1);
  }
}


/* -----------------------------------------------

アニメーション - 画像読み込み中の処理

----------------------------------------------- */

.anime-loadImg,
.anime-loadImgFinish {
  min-height: 5rem;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.anime-loadImgFinish::before {
  animation-name: loadImgFinish;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  background-color: #fff;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.anime-loadImgFinish::after {
  animation-name: loadImgFinish;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  content: "Read Compleat.";
  color: #666;
  display: block;
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}

.anime-loadImg {
  padding: 5rem;
}

.anime-loadImg::before {
  animation-name: loadImg;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.anime-loadImg::after {
  animation-name: loadText;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  content: "loading...";
  color: #666;
  display: block;
  font-size: 1.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

@keyframes loadImg {
  0% {
    background-color: #ddd;
  }
  50% {
    background-color: #aaa;
  }
  100% {
    background-color: #ddd;
  }
}

@keyframes loadImgFinish {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loadText {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

/* css Document */

/* アクセシビリティ対策 */
.hide-element {
  height: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

/* ユニークユニット */
@media screen and (max-width: 533px) {
  .valign-bottom__sp {
    vertical-align: bottom;
  }
}

/* 辰の背中エフェクト */
.js-ligntning {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.js-ligntning ellipse {
  animation-name: ligntning;
  animation-duration: calc(270s / var(--anime-ligntning-duration));
  animation-direction: normal;
  animation-iteration-count: infinite;
  opacity: 0;
}
.js-ligntning ellipse:nth-of-type(2n+1) {
  /* --filter: hue-rotate(132deg); */
  fill: #09f;
}
.js-ligntning ellipse:nth-of-type(2n+2) {
  /* --filter: hue-rotate(232deg); */
  fill: #f9c;
}
@keyframes ligntning {
  0% {
    /* filter: blur(10px); */
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    /* filter: blur(2px) hue-rotate(45deg); */
    opacity: 1;
    transform: scale(1);
  }
}