/* pc(767~) / sp(~766) 境界 */

/*=========================================================
アイキャッチ動画 start
=========================================================*/
.eyecatch-video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.eyecatch-video-wrapper.pc {
  height: 793px;
}

.video-blur-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.video-main {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: contain !important;
}

.logo-link-wrapper {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.logo-link-wrapper.show {
  opacity: 1;
}

/* ドロワーメニュー用 */
/*=========================================================
type1 start（ドロワー）
=========================================================*/
.sub_bg_color .drawer_gray_out_bgcolor {
  background-color: rgba(0, 0, 0, 0.75);
}

div.main-nav__inner-- {
  padding: 20px;
}

.main-nav.open {
  transform: translateX(calc(100% - 385px));
  z-index: 15;
}

div.main-nav__inner--drawer-type1,
div.main-nav__inner--drawer-type2,
div.main-nav__inner--drawer-type3 {
  max-width: 385px;
}

@media (max-width: 766px) {
  .main-nav.open {
    transform: translateX(calc(100% - 350px));
    z-index: 15;
  }

  div.main-nav__inner--drawer-type1,
  div.main-nav__inner--drawer-type2,
  div.main-nav__inner--drawer-type3 {
    max-width: 100%;
    width: 350px;
  }
}

li.main_nav_border_color h2 {
  font-size: 16px;
  letter-spacing: 2px;
}

div.main-nav__inner--drawer-type1 li.main_nav_border_color h2 {
  width: 90%;
}

ul.main_nav_border_color h3.main_nav_text_color {
  font-size: 0.6rem;
}

ul li.main_nav_border_color img.shop_logo {
  max-height: 80px;
  width: auto;
  max-width: 60%;
  display: block;
  object-fit: cover;
}

li.main_nav_border_color a {
  padding: 15px 30px;
}

li.main_nav_border_color a,
li.main_nav_border_color label,
ul.main-nav__sns {
  display: flex;
}

li.main_nav_border_color a,
li.main_nav_border_color label {
  justify-content: space-between;
  align-items: center;
}

li.main_nav_border_color li a::before {
  content: "> ";
  display: block;
  color: #fff;
  margin-right: 3px;
}

li.main_nav_border_color li a,
ul.main-nav__sns {
  justify-content: flex-start;
}

nav.type1 li.main_nav_border_color {
  font-size: 0.85rem;
}

ul.main_nav_border_color .main_nav_active {
  background-color: initial;
}

/* nav 子要素開閉 */
.toggle {
  display: none;
}

li.main-nav__list-item-- .Label,
ul.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

li.main-nav__list-item-- .Label {
  padding: 15px 30px;
}

li.main-nav__list-item-- .Label:hover {
  cursor: pointer;
  transition: all .3s;
}

ul.content {
  height: 0;
  overflow: hidden;
}

ul.content li.main_nav_border_color a {
  padding: 15px 30px;
}

ul.content li.main_nav_border_color h2 {
  margin-left: 0;
  letter-spacing: initial;
  width: 100%;
}

ul.content a {
  padding-left: 20px;
}

/*開閉時*/
.toggle:checked+.Label+ul.content {
  height: auto;
  transition: all .3s;
}

.toggle:checked+.Label svg {
  transition: transform 0.3s ease;
  transform: rotate(45deg);
}

li.no-child h2 {
  margin-top: 0px;
}

ul.main-nav__sns {
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

ul.main-nav__sns li {
  margin-right: 30px;
}

ul.main-nav__sns li:first-child {
  margin-left: 30px;
}

ul.main-nav__sns svg {
  width: 27px;
}

/*=========================================================
type2 start（リンクのみ）
=========================================================*/
nav.type2 ul.main_nav_border_color {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
}

nav.type2 li.main-nav__list-item-- .Label {
  flex-direction: column;
  align-items: center;
  padding: 0;
}

nav.type2 li.main_nav_border_color a {
  padding-top: 20px;
  padding-bottom: 15px;
}

nav.type2 Label.Label h2,
nav.type2 li.no-child h2,
nav.type2 li.main_nav_border_color:first-child h2 {
  letter-spacing: 0.2rem;
}

nav.type2 li.main_nav_border_color ul {
  background-color: initial;
}

nav.type2 li.main_nav_border_color li a::before {
  content: none;
}

nav.type2 ul.main-nav__sns {
  justify-content: center;
}

nav.type2 ul.main-nav__sns li {
  margin-left: 15px;
  margin-right: 15px;
}

nav.type2 li.main_nav_border_color {
  border-bottom: none;
}

nav.type2 li.main_nav_border_color::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #444;
  margin-inline: auto;
}

nav.type2 ul.content li::after {
  content: none;
}

nav.type2 ul.content a {
  display: block;
  text-align: center;
  padding-left: 0;
}

nav.type2 ul.main_nav_border_color li.main_nav_border_color {
  border-bottom: none;
  width: 100%;
}

nav.type2 ul.main_nav_border_color li.main_nav_border_color a {
  width: 100%;
}

/*=========================================================
type3 start（常時表示）
=========================================================*/
nav.type3 li.main_nav_border_color h2 {
  margin-left: 0;
  width: 100%;
}

nav.type3 li.main_nav_border_color {
  border-bottom: none;
  padding: 15px 30px;
}

nav.type3 li.main_nav_border_color a {
  padding: 0;
  align-items: center;
  justify-content: center;
}

nav.type3 li.main_nav_border_color:first-child a,
nav.type3 li.main_nav_border_color:last-child a {
  justify-content: space-between;
}

nav.type3 li.main_nav_border_color:last-child {
  padding-top: 15px;
}

nav.type3 button {
  padding: 0;
  margin-top: 15px;
  font-size: 14px;
  width: 49%;
  border: none;
}

nav.type3 button a {
  padding: 4px !important;
}

nav.type3 .no-child h2 {
  font-size: initial;
}

/*=========================================================
コンセプト start
=========================================================*/
.concept {
  padding: 80px 0;
}

.concept__inner {
  display: flex;
  max-width: 1062px;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

/* 画像 右の場合(scfで選択) */
.concept__inner.reverse {
  flex-direction: row-reverse;
}

.concept__inner.reverse img,
.concept__inner img {
  flex-basis: 50%;
  width: 50%;
  display: block;
  object-fit: cover;
}

.concept__inner .title_style {
  font-size: 30px;
  font-feature-settings: "palt";
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 15px;
  line-height: 1.85rem;
}

.concept__inner .concept_text {
  flex-basis: 50%;
  width: 50%;
}

.concept__inner p {
  font-size: 16px;
  line-height: 1.35rem;
}

@media (max-width: 766px) {
  .concept {
    padding: 50px 0;
  }

  .concept__inner {
    flex-direction: column;
    max-width: 347px;
    margin: 0 auto;
  }

  .concept__inner.reverse {
    flex-direction: column;
  }

  .concept__inner.reverse img,
  .concept__inner img,
  .concept__inner .concept_text {
    width: 100%;
  }

  .concept__inner .title_style {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .concept__inner p {
    font-size: 13px;
  }
}

/*=========================================================
ショップリスト用テンプレパーツ start
=========================================================*/
.shop-list {
  padding: 80px 0;
}

.shop-list__inner {
  margin: 0 auto;
}

.shop-list-h h2 {
  font-size: 46px;
  letter-spacing: 0.05em;
  line-height: 2.65rem;
}

.shop-list-h p,
.cast_recruit p,
.sns p,
.front_staff_recruit p {
  margin-top: 9px;
  margin-bottom: 50px;
  font-size: 16px;
  text-align: center;
}

.flex {
  display: flex;
}

.shop-list-h,
.row-2,
.row-3,
.row-4 {
  margin-inline: auto;
  text-align: center;
}

.row-2 h3,
.row-3 h3,
.row-4 h3 {
  margin-top: 15px;
  font-weight: bold;
  line-height: 1.4rem;
}

/* 正方形 */
.row-2 img,
.row-3 img,
.row-4 img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* 長方形 */
.rectangle img {
  aspect-ratio: inherit;
  object-fit: cover;
}

.row-2 li a,
.row-3 li a,
.row-4 li a {
  display: flex;
}

@media (min-width: 767px) {

  .row-2,
  .row-3,
  .row-4 {
    max-width: 1062px;
  }

  .flex.row-2,
  .flex.row-3,
  .flex.row-4 {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
  }

  .row-2 li {
    width: calc(100% / 2.1);
  }

  .row-3 li {
    width: calc(100% / 3.3);
  }

  .row-4 li {
    width: calc(100% / 4.55);
  }

  .row-2 li,
  .row-3 li,
  .row-4 li {
    margin-bottom: 40px;
  }

  .row-2 li:last-of-type,
  .row-2 li:nth-last-of-type(2),
  .row-3 li:last-of-type,
  .row-3 li:nth-last-of-type(2),
  .row-3 li:nth-last-of-type(3),
  .row-4 li:last-of-type,
  .row-4 li:nth-last-of-type(2),
  .row-4 li:nth-last-of-type(3),
  .row-4 li:nth-last-of-type(4) {
    margin-bottom: 0;
  }

  .row-2 li:nth-child(2n) {
    margin-right: 0;
  }

  .row-3 li:nth-child(3n) {
    margin-right: 0;
  }

  .row-4 li:nth-child(4n) {
    margin-right: 0;
  }
}

@media (max-width: 766px) {
  .shop-list {
    padding: 50px 0;
  }

  .shop-list-h {
    max-width: 347px;
  }

  .shop-list-h h2 {
    font-size: 32px;
    letter-spacing: 0.05em;
  }

  .shop-list-h p,
  .cast_recruit p,
  .sns p,
  .front_staff_recruit p {
    font-size: 13px;
    margin-top: 7px;
    margin-bottom: 25px;
  }

  .flex {
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 7%;
    gap: 10px;
    justify-content: center;
  }

  .row-2 li,
  .row-3 li,
  .row-4 li {
    margin-bottom: 30px;
  }

  .row-2 li {
    width: 100%;
  }

  .row-3 li,
  .row-4 li {
    width: calc(100% / 2.1);
  }

  ul.flex li:last-child,
  .row-3 li:nth-last-child(2),
  .row-4 li:nth-last-child(2) {
    margin-bottom: 0;
  }
}

/* officialへのリンク追加 */
.link-wrap {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  margin-top: 10px;
}

.link-wrap:only-child {
  justify-content: center;
}

.link-wrap button a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
}

.link-wrap button:hover {
  opacity: 0.5;
}

@media (min-width: 767px) {

  .row-2 li .link-wrap button,
  .row-3 li .link-wrap button {
    margin-top: 15px;
    width: calc(50% - 5px);
  }

  .row-4 li .link-wrap {
    display: flex;
    flex-direction: column !important;
  }

  .row-4 li .link-wrap button {
    margin-top: 15px;
    width: 100% !important;
  }
}

@media (max-width: 766px) {
  .row-2 li .link-wrap {
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
  }

  .row-3 li .link-wrap,
  .row-4 li .link-wrap {
    display: flex;
    flex-direction: column !important;
  }

  .row-2 li .link-wrap button {
    width: 47%;
  }

  .row-3 li .link-wrap button,
  .row-4 li .link-wrap button {
    width: 100%;
    margin-bottom: 10px;
  }

  .link-wrap button a {
    font-size: 13px;
  }

}

/*=========================================================
staff求人 and about start
=========================================================*/
.front_staff_recruit {
  text-align: center;
  padding: 80px 0;
}

.front_cast_recruit__inner {
  margin: 0 auto;
}

.front_staff_recruit h2 {
  font-size: 46px;
  letter-spacing: 0.05em;
}

/* heightなりゆき */
.front_staff_recruit img {
  max-width: 780px;
  margin-inline: auto;
  display: block;
  object-fit: contain;
}

.front_staff_recruit a {
  display: block;
  margin-inline: auto;
  width: fit-content;
}

/* about */
.about {
  padding: 80px 0;
}

.about_inner {
  max-width: 780px;
  margin-inline: auto;
  font-size: 0.8rem;
  padding: 30px 50px;
  margin: 0 auto;
  line-height: 1rem;
}

.about h2 {
  font-size: 25px;
  font-feature-settings: "palt";
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.85rem;
}

.about p {
  font-size: 16px;
  line-height: 1.3;
}

@media (max-width: 767px) {

  .front_staff_recruit {
    padding: 50px 0;
  }

  .front_staff_recruit h2,
  .sns h2 {
    font-size: 32px;
    letter-spacing: 0.05em;
  }

  .front_staff_recruit img {
    max-width: 100%;
    max-height: inherit;
    display: block;
  }

  .front_staff_recruit a {
    margin: 0 7%;
  }

  .about {
    padding: 50px 0;
  }

  .about_inner {
    max-width: 100%;
    max-height: inherit;
    display: block;
    margin: 0 7%;
    padding: 20px !important;
  }

  .about h2 {
    font-size: 25px;
  }

  .about p {
    font-size: 13px;
  }
}

/*=========================================================
footer start（既存の打ち消し、補助等）
=========================================================*/
@media (min-width: 765px) {
  footer.footer {
    padding-bottom: 140px;
  }

  footer.footer div.group_store_list {
    width: 1062px;
    margin: 45px auto;
    text-align: center;
  }

  footer.footer div.group_store_list h3 a img {
    display: block;
    width: 120px;
  }
}

@media (max-width: 766px) {
  footer.footer {
    padding-bottom: 110px;
  }

  footer.footer div.group_store_list h3 a img {
    display: block;
    width: 90px;
  }
}

footer.footer div.group_store_list h3 {
  display: inline-block;
}

footer.footer div.group_store_list h3 a {
  display: block;
  font-size: 18px;
  line-height: 1.5;
}


footer.footer li.footer-nav__list-item-- a {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  padding: 0 15px 1.5px 12px;
  border-right-width: 1px;
  border-style: solid;
  border-color: inherit;
  color: #fff;
}

footer.footer p:has(small) {
  text-align: center;
}

footer.footer small {
  font-size: 12px;
}

/* staff リクルートページ */
.cont00.set {
  padding: 80px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.staff_recruit_eyecatch {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.cont00.set h2 {
  font-weight: bold;
}

.cont00.set h2,
.cont00.set h3,
.cont00.set div {
  width: 100%;
  word-wrap: break-word;
  max-width: 750px;
  margin: 0 auto;
}

.cont00.set img {
  width: 100%;
  display: block;
  object-fit: cover;
  max-width: 750px;
  margin: 0 auto;
}

.cont00.set a {
  width: 100%;
  display: block;
  max-width: 750px;
  margin: 0 auto;
}

@media (max-width: 766px) {
  .cont00.set {
    padding: 50px 0;
  }

  .cont00.set img,
  .cont00.set h2,
  .cont00.set h3,
  .cont00.set div {
    max-width: 347px;
  }
}

/* img-first img-middle img-subtitle img-last */
/* imgサブタイトル前 */
.cont00.set.img-middle a,
.cont00.set.img-middle img {
  order: 2;
}

.cont00.set.img-middle h2 {
  order: 1;
}

.cont00.set.img-middle h3 {
  order: 3;
}

.cont00.set.img-middle div {
  order: 4;
}


/* imgサブタイトル後 */
.cont00.set.img-subtitle a,
.cont00.set.img-subtitle img {
  order: 3;
}

.cont00.set.img-subtitle h2 {
  order: 1;
}

.cont00.set.img-subtitle h3 {
  order: 2;
}

.cont00.set.img-subtitle div {
  order: 4;
}

/* img最後 */
.cont00.set.img-last a,
.cont00.set.img-last img {
  order: 4;
}

.cont00 h2,
.cont00 h3 {
  font-weight: bold;
}

.cont00 h2 {
  line-height: 1.3;
}

.cont00 h3 {
  line-height: 1.3;
  padding-bottom: 10px;
}

.cont00 p {
  line-height: 1.3;
  padding: 10px;
}

.sub_title.text_decoration.line {
  border-bottom: 1px solid;
}

.cont00.set>div.text_decoration.frame {
  border-width: 1px;
  border-style: solid;
}

.cont00 h3.sub_title.frame {
  padding-bottom: 0;
}

ul.treatment li.staff_recruit_table_treatment_item_style.deactive {
  display: none !important;
}

/* メインタイトル段落 */
.main_title.left {
  text-align: left;
}

.main_title.center {
  text-align: center;
}

.main_title.right {
  text-align: right;
}

/* サブタイトル段落 */
.sub_title.left {
  text-align: left;
}

.sub_title.center {
  text-align: center;
}

.sub_title.right {
  text-align: right;
}

/* テキスト段落 */

.text_element.left {
  text-align: left;
}

.text_element.center {
  text-align: center;
}

.text_element.right {
  text-align: right;
}

/* メインタイトルのフォント */
.main_title.ShinGoPro-Light {
  font-family: 'ShinGoPro-Light', 'Arial', sans-serif;
}

.main_title.ShinGoPro-Medium {
  font-family: 'ShinGoPro-Medium', 'Arial', sans-serif;
}

.main_title.Yu_Mincho {
  font-family: "游明朝", "Yu Mincho", serif;
}

.main_title.CenturyGothicPro-Bold {
  font-family: 'Century Gothic Pro Bold', 'Arial', sans-serif;
}

.main_title.Ballinger-Light {
  font-family: 'Ballinger-Light', 'Arial', sans-serif;
}

.main_title.Baskerville-SSi-Light {
  font-family: 'Baskerville-SSi-Light', 'Georgia', serif;
}

/* サブタイトルのフォント */
.sub_title.ShinGoPro-Light {
  font-family: 'ShinGoPro-Light', 'Arial', sans-serif;
}

.sub_title.ShinGoPro-Medium {
  font-family: 'ShinGoPro-Medium', 'Arial', sans-serif;
}

.sub_title.Yu_Mincho {
  font-family: "游明朝", "Yu Mincho", serif;
}

.sub_title.CenturyGothicPro-Bold {
  font-family: 'Century Gothic Pro Bold', 'Arial', sans-serif;
}

.sub_title.Ballinger-Light {
  font-family: 'Ballinger-Light', 'Arial', sans-serif;
}

.sub_title.Baskerville-SSi-Light {
  font-family: 'Baskerville-SSi-Light', 'Georgia', serif;
}

/* テキストのフォント */
.text.ShinGoPro-Light {
  font-family: 'ShinGoPro-Light', 'Arial', sans-serif;
}

.text.ShinGoPro-Medium {
  font-family: 'ShinGoPro-Medium', 'Arial', sans-serif;
}

.text.Yu_Mincho {
  font-family: "游明朝", "Yu Mincho", serif;
}

.text.CenturyGothicPro-Bold {
  font-family: 'Century Gothic Pro Bold', 'Arial', sans-serif;
}

.text.Ballinger-Light {
  font-family: 'Ballinger-Light', 'Arial', sans-serif;
}

.text.Baskerville-SSi-Light {
  font-family: 'Baskerville-SSi-Light', 'Georgia', serif;
}

/* フォントサイズ */
.main_title.small {
  font-size: 30px;
}

.main_title.midium {
  font-size: 45px;
}

.main_title.large {
  font-size: 60px;
}

.sub_title.small {
  font-size: 25px;
}

.sub_title.midium {
  font-size: 40px;
}

.sub_title.large {
  font-size: 50px;
}

.text-size.small {
  font-size: 16px;
}

.text-size.midium {
  font-size: 25px;
}

.text-size.large {
  font-size: 32px;
}

@media (max-width: 766px) {

  .main_title.small {
    font-size: 25px;
  }

  .main_title.midium {
    font-size: 28px;
  }

  .main_title.large {
    font-size: 32px;
  }

  .sub_title.small {
    font-size: 18px;
  }

  .sub_title.midium {
    font-size: 20px;
  }

  .sub_title.large {
    font-size: 24px;
  }

  .text-size.small {
    font-size: 13px;
  }

  .text-size.midium {
    font-size: 14px;
  }

  .text-size.large {
    font-size: 15px;
  }
}

/* 求人コンセプト */


/* 求人カラムコンテンツ */
.column-content {
  padding: 80px 0;
}

.column-content h1 {
  font-size: 35px;
  text-align: center;
  margin: 0 auto 50px;
  max-width: 1062px;
  font-weight: bold;
}

.column-content .inner {
  margin: 0 auto;
  max-width: 1062px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px 20px;
  flex-wrap: wrap;
  width: 100%;
}

.column-content .pc4 {
  width: calc(25% - 20px);
}

.column-content .pc3 {
  width: calc(33% - 15px);
}

.column-content .pc2 {
  width: calc(50% - 10px);
}

.column-content .inner div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.2;
}

.column-content .inner div img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.column-content .inner div .title {
  font-size: 18px;
  font-weight: bold;
}

.column-content .inner div .title.center,
.column-content .inner div .text.center {
  text-align: center;
}

.column-content .inner div .title.right,
.column-content .inner div .text.right {
  text-align: right;
}

.column-content .inner div .img-middle {
  order: 1;
}

.column-content .inner div .text {
  order: 2;
  font-size: 14px;
}

.column-content .inner div .img-last {
  order: 3;
}

section.recruit-table div.recruit-table__inner a.contact_btn {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 46px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  margin-top: 40px;
}

@media (max-width: 766px) {
  .column-content {
    padding: 50px 0;
  }

  .column-content h1 {
    font-size: 25px;
    margin: 0 30px auto;
    max-width: 347px
  }

  .column-content .pc4 {
    width: calc(50% - 10px);
  }

  .column-content .pc3,
  .column-content .pc2 {
    width: calc(100%);
  }

  .column-content .inner {
    margin: 30px auto;
    max-width: 347px;
  }

  .column-content .inner div .title {
    font-size: 16px;
  }

  .column-content .inner div .text {
    font-size: 13px;
  }

  section.recruit-table div.recruit-table__inner a.contact_btn {
    width: 240px;
    height: 35px;
    font-size: 11px;
    line-height: 32px;
  }
}

/*=========================================================
アニメーション関係 start
=========================================================*/
/* css anm1 画像の中心から円形に広がるアニメ */
.still-anm1 {
  animation: still-anm1 2s cubic-bezier(.4, 0, .2, 1);
}

@keyframes still-anm1 {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }

  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}

/* css anm2 画像の上部は左から、下部は右から表示するアニメ */
.still-anm2 {
  overflow: hidden;
  position: relative;
}

.still-anm2:before,
.still-anm2:after {
  animation: 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}

.still-anm2:before {
  animation-name: img-wrap-before;
  top: 0;
  bottom: 50%;
}

.still-anm2:after {
  animation-name: img-wrap-after;
  top: 50%;
  bottom: 0;
}

@keyframes img-wrap-before {
  100% {
    transform: translateX(100%);
  }
}

@keyframes img-wrap-after {
  100% {
    transform: translateX(-100%);
  }
}

/* css anm3 画像の左側は上から、右側は下から表示するアニメ */
.still-anm3 {
  overflow: hidden;
  position: relative;
}

.still-anm3:before,
.still-anm3:after {
  animation: 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
}

.still-anm3:before {
  animation-name: img-wrap-before;
  left: 0;
  right: 50%;
}

.still-anm3:after {
  animation-name: img-wrap-after;
  left: 50%;
  right: 0;
}

@keyframes img-wrap-before {
  100% {
    transform: translateY(100%);
  }
}

@keyframes img-wrap-after {
  100% {
    transform: translateY(-100%);
  }
}

/* css anm4 フェードイン */
.still-anm4 {
  animation: still-anm4 2s ease;
}

@keyframes still-anm4 {
  0% {
    opacity: 0%;
  }

  100% {
    opacity: 100%;
  }
}

/* css anm5 拡大縮小 */
.still-anm5 {
  animation: still-anm5 2s ease alternate infinite;
}

@keyframes still-anm5 {
  0% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1.1, 1.1);
  }
}

/* css anm6 横回転 */
.still-anm6 {
  animation: still-anm6 2s ease-in-out alternate infinite;
}

@keyframes still-anm6 {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(180deg);
  }
}

/* css anm7 縦回転 */
.still-anm7 {
  animation: still-anm7 2s ease-in-out alternate infinite;
}

@keyframes still-anm7 {
  0% {
    transform: rotateX(0deg);
  }

  100% {
    transform: rotateX(180deg);
  }
}

/* css anm8 キラッと光るアニメ */
.still-anm8 {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  top: 0;
  transition: all 100ms ease-in;
}

.still-anm8::after {
  content: "";
  position: absolute;
  top: -50px;
  left: -150px;
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  box-shadow: 0 0 100px #fff inset;
  background-color: rgba(255, 255, 255, 0.5);
  animation: shine 2s ease-out 0s infinite, shine-opacity 2s ease-out 0s infinite;
}

@keyframes shine {
  0% {
    transform: rotate(45deg) scale(0);
  }

  50% {
    transform: rotate(45deg) scale(0);
  }

  70% {
    transform: rotate(45deg) scale(3);
  }

  100% {
    transform: rotate(45deg) scale(0);
  }
}

@keyframes shine-opacity {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  56% {
    opacity: 1;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/*=========================================================
トップページコンテンツアニメーション start
=========================================================*/
section,
.schedule ul li {
  opacity: 0;
}

section.none,
.schedule ul li.none {
  opacity: 1 !important;
}

/* スライドイン（下→上） */
.slide-in-up {
  opacity: 0;
  transform: translateY(50px);
  animation: slideInUp 0.5s ease-out forwards;
}

@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* スライドイン（右→左） */
.slide-in-right {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInRight 0.5s ease-out forwards;
}

@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ズームイン */
.zoom-in {
  opacity: 0;
  transform: scale(0.95);
  animation: zoomIn 0.5s ease-out forwards;
}

@keyframes zoomIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ズームアウト */
.zoom-out {
  opacity: 0;
  transform: scale(1.05);
  animation: zoomOut 0.5s ease-out forwards;
}

@keyframes zoomOut {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
