@charset "UTF-8";

:root {
  --font-size-1: 0.8rem;
  --font-size-2: 1rem;
  --font-size-3: 1.2rem;
  --font-size-4: 1.3rem;
  --font-size-5: 1.4rem;
  --font-size-6: 1.6rem;
  --font-size-7: 1.8rem;
  --font-size-8: 2.2rem;
  --font-size-9: 2.4rem;
  --font-size-10: 2.8rem;
  --font-size-12: 3rem;
  --font-size-14: 3.4rem;
  --font-size-16: 3.8rem;
}

body,
body a,
body button,
body input,
body textarea,
body select {
  font-family: 'Pretendard JP Variable', sans-serif;
}

body.ko {
  --header_logo: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/header_logo_abyssdia.png');
  --guide_logo: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/guide_logo_ko.png');
  --app_store: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_app_store_ko.png');
  --google_play: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_google_play_ko.png');
  --google_play_pre_pc: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_google_play_pre_pc_ko.png');
  --btn_reservation: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_reservation_ko.png');
  --logo_main_visual: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/logo_main_visual_ko.png');
  --img_visual: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/img_visual_ko.png');
  --img_visual_txt: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/img_visual_txt_ko.png');
}

body.ja {
  --header_logo: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/header_logo_abyssdia_ja.png');
  --guide_logo: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/guide_logo_ja.png');
  --app_store: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_app_store_ja.png');
  --google_play: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_google_play_ja.png');
  /* --google_play_pre_pc: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_google_play_pre_pc_ja.png'); */
  --btn_reservation: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_reservation_ja.png');
  --logo_main_visual: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/logo_main_visual_ja.png');
  --img_visual: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/img_visual_ja.png');
  --img_visual_txt: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/img_visual_txt_ja.png');
  --banner_main: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/banner_main_ja.png')
}

/* body.en {} */

/* body.zh-CN {} */

/* body.zh-TW {} */

video::-webkit-media-controls-enclosure {
  display: none;
}

@keyframes _sound_change_1 {
  25% {
    height: 66%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 66%;
  }

  100% {
    height: 33%;
  }
}

@keyframes _sound_change_2 {
  25% {
    height: 100%;
  }

  50% {
    height: 66%;
  }

  75% {
    height: 33%;
  }

  100% {
    height: 66%;
  }
}

@keyframes _sound_change_3 {
  25% {
    height: 66%;
  }

  50% {
    height: 33%;
  }

  75% {
    height: 66%;
  }

  100% {
    height: 100%;
  }
}

body {
  background: #ecebe2 !important;
}

/* content */
#content {
  color: #3d3d3d;
}

.pre-cover {
  background-color: #eceadd;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pre-cover .pre-cover-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@keyframes animation-loading {
  0% {
    width: 93px;
  }

  50% {
    width: 107px;
  }
}

.loading {
  position: relative;
  width: 34.1rem;
  height: 34.1rem;
}

.loading p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.loading p:nth-child(2) {
  filter: brightness(0) saturate(100%) invert(30%) sepia(67%) saturate(800%) hue-rotate(234deg) brightness(95%) contrast(74%);
  overflow: hidden;
  mask-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);

}

.loading p:nth-child(3) {
  filter: brightness(0) saturate(100%) invert(30%) sepia(67%) saturate(800%) hue-rotate(234deg) brightness(95%) contrast(74%);
  overflow: hidden;
  mask-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}


.loading p:nth-child(4) {
  filter: brightness(0) saturate(100%) invert(30%) sepia(67%) saturate(800%) hue-rotate(234deg) brightness(95%) contrast(74%);
  overflow: hidden;
}

.loading img {
  width: 17rem;
  height: 17rem;
}

.loading p.completed {
  animation: linear 2s infinite normal none running animation-loading;
}

.pre-loading {
  position: relative;
  width: 17rem;
  height: 17rem;
}

.pre-loading p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pre-loading p:nth-child(1) {
  z-index: 1;
}

.pre-loading p:nth-child(2) {
  filter: brightness(0) saturate(100%) invert(33%) sepia(17%) saturate(1874%) hue-rotate(229deg) brightness(100%) contrast(93%);
  overflow: hidden;
  mask-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 1) 100%);
  z-index: 2;
}

.pre-loading p:nth-child(3) {
  filter: brightness(0) saturate(100%) invert(33%) sepia(17%) saturate(1874%) hue-rotate(229deg) brightness(100%) contrast(93%);
  overflow: hidden;
  mask-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 1) 100%);
  z-index: 3;
}

.pre-loading img {
  width: 100%;
  height: 100%;
}

.pre-loading p.completed {
  animation: linear 2s infinite normal none running animation-loading;
}

.txt-loading {
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  bottom: -3.2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
  color: #b3af94;
  width: 10.7rem;
  height: 1.8rem;
  position: relative;
  text-align: left;
}

.txt-loading span {
  width: 9.3rem;
  display: block;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  animation: linear 1.5s infinite normal none running animation-loading;
  overflow: hidden;
  text-align: left;
}


/* guide-visual */
.guide-visual {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #f2f1e7;
}

.guide-visual .gif {
  width: 100%;
  mix-blend-mode: multiply;
  position: relative;
  z-index: 2;
}

.guide-visual .bg-guide-visual {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

.guide-visual .con-visual {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  max-width: 54rem;
  width: 100%;
  height: 100%;
  background: #f2f1e7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.guide-visual .con-visual:after {
  content: '';
  display: block;
  width: 49rem;
  height: 16rem;
  max-width: calc(100% - 5rem);
  aspect-ratio: 647 / 314;
  background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/mo_graph.gif') no-repeat center;
  background-size: 100%;
  margin-top: -3rem;
  mix-blend-mode: multiply;
  position: relative;
  z-index: 2;
}

.guide-visual .guide-logo {
  box-sizing: border-box;
  width: 38rem;
  height: 13rem;
  max-width: calc(100% - 5.2rem);
  margin: 9rem auto 0;
  aspect-ratio: 664 / 203;
  background-image: var(--guide_logo);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: relative;
  z-index: 2;
}

.guide-visual .btn-guide-list {
  box-sizing: border-box;
  width: 38rem;
  max-width: calc(100% - 5.2rem);
  display: flex;
  align-items: center;
  margin-top: 2.6rem;
  position: relative;
  z-index: 2;
}

.guide-visual .btn-guide-list li {
  width: 50%;
}

.guide-visual .btn-guide-list li:first-child {
  margin-right: .5rem;
}

.guide-visual .btn-guide-list li:last-child {
  margin-left: .5rem;
}

.guide-visual .btn-guide-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.6em;
  background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_guide_sound.png') no-repeat center;
  background-size: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}

.guide-visual .btn-guide-list .icon-sound {
  display: flex;
  align-items: center;
  margin-left: 0.8rem;
  height: 1rem;
}

.guide-visual .btn-guide-list .icon-sound em {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: .3rem;
  margin-left: .1rem;
  background: hsl(0, 0%, 100%);
}

.guide-visual .btn-guide-list .icon-sound.on em:nth-child(1),
.guide-visual .btn-guide-list .icon-sound.on em:nth-child(5) {
  height: 33%;
  animation: _sound_change_1 .8s .4s linear infinite;
}

.guide-visual .btn-guide-list .icon-sound.on em:nth-child(2),
.guide-visual .btn-guide-list .icon-sound.on em:nth-child(4) {
  height: 66%;
  animation: _sound_change_2 .8s .4s linear infinite;
}

.guide-visual .btn-guide-list .icon-sound.on em:nth-child(3) {
  height: 100%;
  animation: _sound_change_3 .8s .4s linear infinite;
}

.guide-visual .con-visual .note {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 2.6rem;
  position: relative;
  z-index: 3;
  font-weight: 300;
  line-height: 1.8rem;
}


/* bg-main-visual */
.section .bg-main-visual {
  width: 100%;
  height: 100%;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  object-fit: cover;
}

/* bg-ripple */
.section .bg-ripple {
  width: 100%;
  font-size: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: screen;
}

/* sns-list */
.sns-list {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 3rem;
  z-index: 20;
  transform: translateX(-50%);
}

.btn-close {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_close_2.png') no-repeat center;
  background-size: 100%;
  position: absolute;
  z-index: 110;
}

.cmn-header .anchor-menu-wrap .btn-close {
  top: 2rem;
  right: 2rem;
}

.visual-swiper .btn-close {
  top: 7rem;
  right: 2rem;
}

.intro-swiper .btn-close {
  top: 2rem;
  right: 2rem;
  display: none;
}

.intro-swiper .active .btn-close {
  display: block;
}

/* cmn-header */
.cmn-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5rem;
  height: 5.5rem;
  box-sizing: border-box;
  position: fixed;
  z-index: 50;
  width: 100%;
  top: 0;
  left: 0;
}

.bg-cmn-header {
  width: 100%;
  height: 5.5rem;
  background-color: rgba(75, 69, 51, .6);
  mix-blend-mode: multiply;
  position: fixed;
  z-index: 49;
  top: 0;
  left: 0;
}

@keyframes playerBar {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* player-bar-area */
.player-bar-area {
  width: 27rem;
  position: fixed;
  top: 6rem;
  right: 2rem;
  z-index: 49;
}

.play-animation.player-bar-area {
  opacity: 0;
  animation: playerBar 1s ease-in 1s 1 forwards;
}

.player-bar-area .player-bar {
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem 0 1.5rem;
  background: #3d3d3d;
  border-radius: 5rem;
  border: 1px solid #b3af94;
}

.player-bar-area .player-bar .btn-bar-menu {
  width: 1.6rem;
  height: 0.8rem;
  background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_bar_menu.png') no-repeat center;
  background-size: 100%;
  margin-right: .6rem;
}

.player-bar-area .player-bar .player-now {
  width: 16rem;
  color: #fff;
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 1.5rem;
}

.player-bar-area .player-bar .btn-bar-area {
  display: flex;
  align-items: center;
}

.player-bar-area .player-bar .btn-bar {
  width: 1.2rem;
  height: 1.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.player-bar-area .player-bar .btn-bar:nth-child(2) {
  margin: 0 1rem;
}

.player-bar-area .player-bar .btn-bar-prev {
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_bar_prev.png');
}

.player-bar-area .player-bar .btn-bar-playstop {
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_bar_stop.png');
}

.player-bar-area .player-bar .btn-bar-playstop.active {
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_bar_play.png');
}

.player-bar-area .player-bar .btn-bar-next {
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_bar_next.png');
}

.player-bar-area .player-list {
  padding: 1rem 2rem 1rem 1.5rem;
  border: 1px solid #b3af94;
  background: rgba(0, 0, 0, .8);
  border-radius: 1.5rem;
  margin-top: .5rem;
}

.player-bar-area .player-list ul {
  max-height: 9.6rem;
  padding-right: 1.5rem;
  overflow-y: auto;
}

.player-bar-area .player-list ul::-webkit-scrollbar {
  width: .4rem;
}

.player-bar-area .player-list ul::-webkit-scrollbar-thumb {
  background: #b3af94;
  border-radius: 10px;
}

.player-bar-area .player-list li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.player-bar-area .player-list li+li {
  margin-top: 1.2rem;
}

.player-bar-area .player-list a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #787878;
}

.player-bar-area .player-list .active a {
  color: #fff;
  pointer-events: none;
}

.player-bar-area .player-list .icon-sound {
  width: 1.5rem;
  height: 0.6rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-right: .9rem;
}

.player-bar-area .player-list .icon-sound em {
  width: 2px;
  height: 2px;
  background: #787878;
  margin-right: 1px;
}

.player-bar-area .player-list .active .icon-sound em {
  background: #fff;
}

.player-bar-area .player-list .active .icon-sound em:nth-child(1),
.player-bar-area .player-list .active .icon-sound em:nth-child(5) {
  height: 33%;
  animation: _sound_change_1 .8s .4s linear infinite;
}

.player-bar-area .player-list .active .icon-sound em:nth-child(2),
.player-bar-area .player-list .active .icon-sound em:nth-child(4) {
  height: 66%;
  animation: _sound_change_2 .8s .4s linear infinite;
}

.player-bar-area .player-list .active .icon-sound em:nth-child(3) {
  height: 100%;
  animation: _sound_change_3 .8s .4s linear infinite;
}

/* cmn-header */
.cmn-header .meun-area {
  position: absolute;
  left: 2rem;
}

.cmn-header .meun-area .icon-menu {
  display: block;
  width: 2.3rem;
  height: 1.9rem;
  background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_menu.png') no-repeat center;
  background-size: cover;
}

.cmn-header .header-logo {
  width: 12.2rem;
  height: 2.65rem;
  aspect-ratio: 244 / 53;
  margin-top: -0.5rem;
  font-size: 0;
  background-image: var(--header_logo);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.ja .cmn-header .header-logo {
  width: 11.6rem;
  height: 3.55rem;
  aspect-ratio: 232 / 71;
  margin-top: 0;
}

.cmn-header .header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.cmn-header .anchor-menu-wrap {
  width: 100vw;
  height: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, .9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 100;
  transition: .3s ease;
}

.cmn-header .anchor-menu-wrap.active {
  left: 0;
}

.cmn-header .anchor-menu {
  width: 100%;
  color: #fff;
}

.cmn-header .anchor-menu li {
  font-size: var(--font-size-7);
  color: #aeaa90;
  text-align: center;
  margin: 0 2.6rem;
  cursor: pointer;
  border-bottom: 1px solid rgba(174, 170, 144, .5);
}

.cmn-header .anchor-menu li a {
  display: block;
  padding: 2.6rem 0;
  color: #aeaa90;
  font-size: var(--font-size-6);
  font-weight: 600;
}

.cmn-header .anchor-menu li.active {
  border-bottom: 1px solid #fff589;
}

.cmn-header .anchor-menu li.active a {
  font-size: var(--font-size-7);
  color: #fff589;
}

.cmn-header .btn-list {
  display: flex;
  align-items: center;
  position: absolute;
  right: 2rem;
}

.cmn-header .btn-list .lang {
  font-size: 0;
  display: flex;
  align-items: center;
  margin-left: 1.2rem;
}

.cmn-header .btn-list .icon-lang {
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_language.png') no-repeat center;
  background-size: cover;
}

.cmn-header .btn-list .lang-wrapper {
  position: absolute;
  top: 3rem;
  right: -0.6rem;
  background-color: #fff;
  border-radius: 0.4rem;
  width: 11rem;
  padding: 0.5rem;
  box-sizing: border-box;
  display: none;
}

.cmn-header .btn-list .lang-wrapper:after {
  content: '';
  position: absolute;
  top: -0.3rem;
  right: 1.4rem;
  width: 0.7rem;
  height: 0.7rem;
  background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/icon_tooltip_arrow.png') no-repeat center;
  background-size: cover;
}

.cmn-header .btn-list .lang-wrapper .lang-wrapper {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.cmn-header .btn-list .lang-wrapper .lang-list li a {
  border-radius: 0.3rem;
  font-weight: 600;
  text-align: center;
  line-height: 2.8rem;
  display: block;
}

.cmn-header .btn-list .lang-wrapper .lang-list li a:hover,
.cmn-header .btn-list .lang-wrapper .lang-list li a.active {
  font-weight: bold;
  background-color: #b3af94;
  color: #fff;
}

.cmn-header .btn-list .lang-wrapper .lang-list li a {
  font-size: var(--font-size-6);
  color: #6b6b6b;
}

/* sns-list */
.sns-list li {
  height: 3.3rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: 0 1.2rem;
}

.sns-list li.discord {
  display: none;
  width: 3rem;
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_discord.png');
}

.sns-list li.youtube {
  width: 3.3rem;
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_youtube.png');
}

.sns-list li.twitter {
  width: 2.5rem;
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_twitter.png');
}

.sns-list li.naver {
  width: 2.6rem;
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_naver.png');
}

.ko .sns-list li.discord,
.ja .sns-list li.naver {
  display: none;
}

.sns-list li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
  color: transparent;
}

.cont_main,
.swiper-wrapper-vue {
  height: 100%;
}

.cont_main .main-area {
  width: 100%;
  max-width: 54rem;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}

.section {
  height: 100% !important;
  height: 100dvh !important;
}

.sec1-contents,
.sec2-contents,
.sec3-contents,
.sec4-contents,
.sec5-contents,
.sec6-contents {
  height: 100%;
  height: 100dvh;
}

.banner-main-area {
  width: 15.9rem;
  height: 7.4rem;
  position: fixed;
  top: 7rem;
  left: 2rem;
  z-index: 60;
}

.banner-main-area .bar-main-visual {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--banner_main) no-repeat center;
  background-size: 100%;
}

.banner-main-area .bar-main-close {
  display: block;
  width: 3.3rem;
  height: 3.3rem;
  background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_bar_close.png') no-repeat center;
  background-size: 100%;
  position: absolute;
  right: -1px;
  bottom: -12px;
}

/* wrapper1 */
#wrapper1 .sec1-contents {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  box-sizing: border-box;
}

#wrapper1 .sec1-contents .main-area {
  padding-bottom: 5.2rem;
}

@keyframes mainVisualShow {
  from {
    transform: translate(-50%, 0) scale(1.2);
    filter: blur(5px);
  }

  to {
    transform: translate(-50%, 0) scale(1);
    filter: blur(0);
  }
}

#wrapper1 .sec1-contents.play-animation .bg-visual-1 {
  filter: blur(5px);
  transform: translate(-50%, 0) scale(1.2);
  animation: mainVisualShow 1.4s ease-in .5s 1 forwards;
}

#wrapper1 .sec1-contents.play-animation .bg-main-visual {
  opacity: 0;
  animation: sequenceShowFade 1.2s ease-in 1.6s 1 forwards;
}

#wrapper1 .sec1-contents.play-animation .visual-logo {
  opacity: 0;
  animation: sequenceShowFade 1.2s ease-in 1.6s 1 forwards;
}

#wrapper1 .sec1-contents.play-animation .btn-play-wrap {
  opacity: 0;
  animation: sequenceShowDrift 1s ease-in 2.1s 1 forwards;
}

#wrapper1 .sec1-contents.play-animation .btn-reservation-wrap {
  opacity: 0;
  animation: sequenceShowDrift 1s ease-in 2.4s 1 forwards;
}

#wrapper1 .sec1-contents .bg-visual-1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

#wrapper1 .sec1-contents .bg-visual-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: -3;
}

@keyframes sequenceShowFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes sequenceShowDrift {
  from {
    top: 30px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

#wrapper1 .sec1-contents .visual-logo {
  aspect-ratio: 682 / 283;
  margin: 0 1.7rem;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  background-image: var(--logo_main_visual);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: auto;
}

.ja #wrapper1 .sec1-contents .visual-logo {
  width: 36rem;
  height: 14rem;
  max-width: calc(100% - 3.4rem);
  aspect-ratio: 678 / 287;
}

#wrapper1 .sec1-contents .visual-logo img {
  width: 100%;
}

#wrapper1 .sec1-contents .btn-play-wrap {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/bg_play.png') no-repeat center;
  background-size: 86%;
  margin: 2rem auto;
}

#wrapper1 .sec1-contents .btn-play-main {
  display: block;
  width: 15%;
  aspect-ratio: 1 / 1;
  background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_play_main.png') no-repeat center;
  background-size: cover;
  width: 5.8rem;
  height: 5.8rem;
}

#wrapper1 .sec1-contents .btn-reservation-wrap {
  position: relative;
  z-index: 10;
}

#wrapper1 .sec1-contents .visual-logo+.btn-reservation-wrap {
  margin-top: 3rem;
}

#wrapper1 .sec1-contents .btn-reservation {
  display: block;
  max-width: 32rem;
  aspect-ratio: 516 / 96;
  height: 4.8rem;
  background-image: var(--btn_reservation);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  font-size: 0;
  color: transparent;
  position: relative;
  z-index: 10;
}

#wrapper1 .sec1-contents .main-btn-list {
  display: flex;
  justify-content: center;
  margin-top: 7.6rem;
}

#wrapper1 .sec1-contents .main-btn-list>a {
  display: block;
  margin: 0 0.5rem;
}

/* movie-popup-wrap */
.movie-popup-wrap {
  position: fixed;
  z-index: 110;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.movie-popup {
  aspect-ratio: 16 / 9;
  width: 100%;
  background-color: #000;
  position: relative;
  border: 1px solid #b3af94;
}

.movie-popup .movie-con {
  width: 100%;
  height: 100%;
  padding: 1px;
  box-sizing: border-box;
  position: relative;
}

.movie-popup .close-movie {
  width: 2.6rem;
  height: 2.6rem;
  display: block;
  background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_close_movie.png') no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -4rem;
  transform: translateX(-50%);
}

.btn-voice {
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.6rem;
  box-sizing: border-box;
}

.btn-voice .voice-column {
  width: 0.3rem;
  height: 1.4rem;
  background-color: #fff;
  border-radius: 0.3rem;
}

.btn-voice .voice-column:nth-child(1),
.btn-voice .voice-column:nth-child(3) {
  height: 35%;
}

.btn-voice .voice-column:nth-child(2) {
  height: 60%;
}

@keyframes _height_change_1 {
  50% {
    height: 60%;
  }
}

@keyframes _height_change_2 {
  50% {
    height: 35%;
  }
}

.btn-voice.active .voice-column:nth-child(1),
.btn-voice.active .voice-column:nth-child(3) {
  animation: _height_change_1 .8s .4s linear infinite;
}

.btn-voice.active .voice-column:nth-child(2) {
  animation: _height_change_2 .8s .4s linear infinite;
}

/* wrapper2 */
#wrapper2 .sec2-contents {
  display: flex;
  align-items: center;
  background: #f2f1e8 url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/bg_wrap_4.png') no-repeat center;
  background-size: 100%;
  position: relative;
}

#wrapper2 .sec2-contents .main-area {
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 5.5rem);
  margin-top: 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#wrapper2 .sec2-contents .ttl {
  width: 100%;
  font-size: var(--font-size-12);
  font-weight: 800;
  line-height: 3.5rem;
  position: relative;
}

#wrapper2 .appointment-period-txt {
  font-size: var(--font-size-3);
  font-weight: 700;
  margin-top: .8rem;
  position: relative;
}

#wrapper2 .sec2-btn-list {
  margin-top: .8rem;
  position: relative;
  z-index: 20;
}

#wrapper2 .sec2-btn-list a {
  display: inline-block;
  height: 3.6rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 .3rem;
}

#wrapper2 .sec2-btn-list .btn-app-store {
  width: 11.8rem;
  background-image: var(--app_store);
}

.ja #wrapper2 .sec2-btn-list .btn-app-store {
  width: 9.7rem;
}

#wrapper2 .sec2-btn-list .btn-google-play {
  width: 12.1rem;
  background-image: var(--google_play);
}

.ja #wrapper2 .sec2-btn-list .btn-google-play {
  width: 11.9rem;
}

#wrapper2 .sec2-btn-list .btn-google-play-pre-pc {
  width: 17.3rem;
  background-image: var(--google_play_pre_pc);
}

#wrapper2 .sec2-btn-list .mobile-area {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

#wrapper2 .sec2-btn-list .google-play-game {
  display: none;
  margin-top: .6rem;
}

.ko #wrapper2 .sec2-btn-list .google-play-game {
  display: block;
  font-size: 0;
}

#wrapper2 .sec2-btn-list img {
  width: 100%;
}

#wrapper2 .bg-visual {
  aspect-ratio: 1 / 1;
  display: block;
  flex: none;
  width: 64vh;
  width: 64dvh;
  height: 64vh;
  height: 64dvh;
  position: relative;
  max-width: 60rem;
  max-height: 60rem;
}

.ja #wrapper2 .bg-visual {
  margin-top: 1rem;
}

#wrapper2 .bg-visual .bg-visual-mask {
  display: block;
  width: 100%;
  height: 100%;
  /* max-width: 54rem; */
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
}

#wrapper2 .bg-visual .bg-visual-ad {
  width: calc(100% - 3.2vh);
  height: calc(100% - 3.2vh);
  width: calc(100% - 3.2dvh);
  height: calc(100% - 3.2dvh);
  object-fit: cover;
  /* padding: 1.6vh;
  padding: 1.6dvh; */
  box-sizing: border-box;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#wrapper2 .bg-visual .bg-visual-ad-wrap {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  box-sizing: border-box;
  /* overflow: hidden; */
}

#wrapper2 .bg-visual .bg-visual-ad-wrap::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/bg_ring.png') no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#wrapper2 .bg-visual .bg-visual-txt-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  mix-blend-mode: plus-lighter;
  width: calc(100% - 3.2vh);
  height: calc(100% - 3.2vh);
  width: calc(100% - 3.2dvh);
  height: calc(100% - 3.2dvh);
  box-sizing: border-box;
  object-fit: cover;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
}

#wrapper2 .bg-visual .img-visual-txt {
  width: 69%;
  height: 58%;
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  z-index: 2;
  aspect-ratio: 713 / 517;
  background: var(--img_visual_txt) no-repeat center;
  background-size: contain;
  box-sizing: border-box;
}

#wrapper2 .bg-visual .img-visual-txt-light {
  width: 84%;
  height: 25%;
  aspect-ratio: 660 / 190;
  background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/img_visual_txt_light.png') no-repeat -29px center;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4.5rem;
}

/* wrapper3 */
#wrapper3 .sec3-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f1e8 url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/bg_wrap_3.png') no-repeat center;
  background-size: 100%;
}

#wrapper3 .sec3-contents>div {
  text-align: center;
}

#wrapper3 .sec3-contents .sub-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: var(--font-size-3);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

#wrapper3 .sec3-contents .sub-ttl:before,
#wrapper3 .sec3-contents .sub-ttl:after {
  content: '';
  display: block;
  width: 9.3rem;
  height: .65rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

#wrapper3 .sec3-contents .sub-ttl:before {
  margin-right: .6rem;
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/bg_ttl_left.png');
}

#wrapper3 .sec3-contents .sub-ttl:after {
  margin-left: .6rem;
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/bg_ttl_right.png');
}

#wrapper3 .sec3-contents h3 {
  font-size: var(--font-size-12);
  font-weight: 800;
  margin-top: 0.8rem;
}

#wrapper3 .sec3-contents .countdown-txt {
  font-size: var(--font-size-3);
  font-weight: 400;
  line-height: 1.6rem;
  margin-top: 2rem;
}

#wrapper3 .sec3-contents .countdown-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

#wrapper3 .sec3-contents .countdown-wrap .countdown-cell {
  width: 8.7rem;
  height: 8.7rem;
  border-radius: 50%;
  background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/bg_countdown.png') no-repeat center;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-14);
  font-weight: 800;
  position: relative;
}

#wrapper3 .sec3-contents .countdown-wrap .countdown-cell span:first-of-type {
  margin-top: -0.2rem;
}

#wrapper3 .sec3-contents .countdown-wrap .countdown-cell .unit {
  position: absolute;
  width: 100%;
  bottom: 1.4rem;
  left: 0;
  text-align: center;
  color: #aba184;
  font-size: var(--font-size-2);
  font-weight: 600;
  text-transform: uppercase;
}

/* #wrapper4 */
#wrapper4 .sec4-contents {
  box-sizing: border-box;
  background: #f2f1e8 url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/bg_wrap_2.jpg') no-repeat center top;
  background-size: cover;
}

#wrapper4 .sec4-contents .main-area {
  position: relative;
  height: 100%;
  padding-top: 10vh;
  padding-top: 10dvh;
  box-sizing: border-box;
}

#wrapper4 .sec4-contents .role-now {
  width: 11vh;
  width: 11dvh;
  aspect-ratio: 1 / 1;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#wrapper4 .sec4-contents .role-now img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#wrapper4 .sec4-contents .info {
  text-align: center;
  font-weight: bold;
  margin-top: 0.5rem;
}

#wrapper4 .sec4-contents .info .info-ttl {
  font-size: var(--font-size-10);
  font-weight: 800;
  letter-spacing: -.15rem;
}

#wrapper4 .sec4-contents .info .info-txt {
  font-size: var(--font-size-3);
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

#wrapper4 .sec4-contents .char-class-list .slick-list {
  overflow: visible;
}

#wrapper4 .sec4-contents .role-group {
  width: 100%;
}

/* thumbnail */
#wrapper4 .sec4-contents .thumbnail-slick {
  display: block;
  width: 100%;
  margin-top: 1rem;
}

#wrapper4 .sec4-contents .thumbnail-slick .slick-list {
  height: 47vh;
  height: 47dvh;
}

#wrapper4 .sec4-contents .thumbnail-slick.js-ss-1 .slick-list {
  padding: 0 25.5% !important;
}

#wrapper4 .sec4-contents .thumbnail-slick.js-ss-2 .slick-list {
  padding: 0 1% !important;
}

#wrapper4 .sec4-contents .thumbnail-slick .slick-track {
  height: 100%;
}

#wrapper4 .sec4-contents .thumbnail-slick .slick-slide {
  background: #fefcf1;
  border: 1px solid #b3af94;
  box-sizing: border-box;
  opacity: 1;
  margin: 0 0.5rem;
  position: relative;
  overflow: hidden;
}

#wrapper4 .sec4-contents .thumbnail-slick .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .6;
}

#wrapper4 .sec4-contents .thumbnail-slick .slick-current {
  border: 1px solid #6c29f2;
}

#wrapper4 .sec4-contents .thumbnail-slick .slick-current img {
  opacity: 1;
}

#wrapper4 .sec4-contents .thumbnail-slick .slick-dots {
  height: 0.8rem;
  display: flex !important;
  position: absolute;
  left: 50%;
  bottom: -3rem;
  transform: translateX(-50%);
}

#wrapper4 .sec4-contents .thumbnail-slick .slick-dots li {
  display: flex;
  margin: 0 0.3rem;
}

#wrapper4 .sec4-contents .thumbnail-slick .slick-dots button {
  font-size: 0;
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid #b3af94;
  border-radius: 50%;
}

#wrapper4 .sec4-contents .thumbnail-slick .slick-dots .slick-active button {
  border: none;
  background: #6c29f2;
}

#wrapper4 .sec4-contents .thumbnail-slick .slick-arrow {
  display: block !important;
  width: 7.2rem;
  height: 2rem;
  border: 1px solid #b3af94;
  font-size: 0;
  position: absolute;
  bottom: -3.5rem;
}

#wrapper4 .sec4-contents .thumbnail-slick .slick-arrow.slick-prev {
  background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_prev.png') no-repeat center left 1rem;
  background-size: 0.5rem 1rem;
  left: 2rem;
}

#wrapper4 .sec4-contents .thumbnail-slick .slick-arrow.slick-next {
  background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_next.png') no-repeat center right 1rem;
  background-size: 0.5rem 1rem;
  right: 2rem;
}

/* role */
#wrapper4 .sec4-contents .role {
  width: 26rem;
  margin: 5rem auto 0;
}

#wrapper4 .sec4-contents .role-slick {
  box-sizing: border-box;
  width: 68%;
  max-width: 25.5rem;
  margin: 5rem auto 0;
  position: absolute;
  bottom: 4.5vh;
  bottom: 4.5dvh;
  left: 50%;
  transform: translateX(-50%);
}

#wrapper4 .sec4-contents .js-ss-2 .slick-track {
  transform: none !important;
}

#wrapper4 .sec4-contents .icon-role {
  display: block;
  opacity: 1;
  aspect-ratio: 1 / 1;
  margin: 0 1.2rem;
  left: 6rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#wrapper4 .sec4-contents .icon-role.slick-current {
  pointer-events: none;
}

#wrapper4 .sec4-contents .icon-role-1 {
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/img_role_1.png');
}

#wrapper4 .sec4-contents .icon-role-1.slick-current {
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/img_role_1_on.png');
}

#wrapper4 .sec4-contents .icon-role-2 {
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/img_role_2.png');
}

#wrapper4 .sec4-contents .icon-role-2.slick-current {
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/img_role_2_on.png');
}

#wrapper4 .sec4-contents .icon-role-3 {
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/img_role_3.png');
}

#wrapper4 .sec4-contents .icon-role-3.slick-current {
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/img_role_3_on.png');
}

#wrapper4 .sec4-contents .icon-role-4 {
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/img_role_4.png');
}

#wrapper4 .sec4-contents .icon-role-4.slick-current {
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/img_role_4_on.png');
}

#wrapper4 .sec4-contents .icon-role-5 {
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/img_role_5.png');
}

#wrapper4 .sec4-contents .icon-role-5.slick-current {
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/img_role_5_on.png');
}

#wrapper4 .sec4-contents .icon-role-6 {
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/img_role_6.png');
}

#wrapper4 .sec4-contents .icon-role-6.slick-current {
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/img_role_6_on.png');
}

#wrapper4 .sec4-contents .role-slick .slick-arrow,
#wrapper4 .sec4-contents .role-slick .slick-arrow {
  display: block;
  width: 1.2rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}

#wrapper4 .sec4-contents .role-slick .slick-next {
  right: -4rem;
  background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_next.png') no-repeat center;
  background-size: 100%;
}

#wrapper4 .sec4-contents .role-slick .slick-prev {
  left: -4rem;
  background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_prev.png') no-repeat center;
  background-size: 100%;
}

#wrapper4 .sec4-contents .role-slick .slick-list,
#wrapper4 .sec4-contents .role-slick .slick-track {
  height: 4rem;
}

#wrapper4 .sec4-contents .pagination-style .swiper-pagination-bullet {
  box-sizing: border-box;
  background: none;
  border: 1px solid #b3af94;
  margin: 0 0.3rem;
  opacity: 1;
}

#wrapper4 .sec4-contents .pagination-style .swiper-pagination-bullet-active {
  border: none;
  background: #6c29f2;
}

#wrapper4 .sec4-contents .btn-style.swiper-button-next,
#wrapper4 .sec4-contents .btn-style.swiper-button-prev {
  width: 7rem;
  height: 2rem;
  border: 1px solid #b3af94;
  bottom: -3.7rem;
  top: auto;
  padding: 0 1rem;
}

#wrapper4 .sec4-contents .btn-style.swiper-button-prev {
  justify-content: flex-start;
}

#wrapper4 .sec4-contents .btn-style.swiper-button-next {
  justify-content: flex-end;
}

#wrapper4 .sec4-contents .btn-style.swiper-button-next:after,
#wrapper4 .sec4-contents .btn-style.swiper-button-prev:after {
  width: 0.5rem;
  height: 1rem;
  font-size: 0;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

#wrapper4 .sec4-contents .btn-style.swiper-button-next:after {
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_next.png');
}

#wrapper4 .sec4-contents .btn-style.swiper-button-prev:after {
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_prev.png');
}

/* visual-swiper */
#wrapper4 .sec4-contents .visual-swiper {
  display: none;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
  background: #f4f3ea url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/bg_visual.png') no-repeat center;
  background-size: 100%;
}

#wrapper4 .sec4-contents .visual-swiper.active {
  display: block;
}

#wrapper4 .sec4-contents .visual-main,
#wrapper4 .sec4-contents .visual-main .slick-list,
#wrapper4 .sec4-contents .visual-main .slick-track {
  height: 100%;
}

#wrapper4 .sec4-contents .visual-main .slick-list {
  padding: 0 !important;
}

#wrapper4 .sec4-contents .visual-main .swiper-slide {
  position: relative;
  height: 100%;
}

#wrapper4 .sec4-contents .visual-main .swiper-slide .slide-inner {
  height: 100%;
  position: relative;
}

/* #wrapper4 .sec4-contents .visual-main .swiper-slide .slide-inner:after {
  content: '';
  width: 100%;
  height: 40dvh;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(239, 238, 229, 1), rgba(239, 238, 229, 1), rgba(239, 238, 229, 0));
  opacity: 0;
  transition: all 900ms ease-in-out;
}

#wrapper4 .sec4-contents .visual-main .swiper-slide-active .slide-inner:after {
  opacity: 1;
} */

#wrapper4 .sec4-contents .visual-main .visual-main-info {
  width: 100%;
  padding: 0 2rem;
  box-sizing: border-box;
  position: absolute;
  left: 6rem;
  bottom: 5rem;
  z-index: 50;
  opacity: 0;
  transition: all 900ms ease-in-out;
}

#wrapper4 .sec4-contents .visual-main .swiper-slide-active {
  z-index: 1000;
}

#wrapper4 .sec4-contents .visual-main .swiper-slide-active .visual-main-info {
  opacity: 1;
  left: 0;
}

#wrapper4 .sec4-contents .visual-main .visual-pic {
  width: 100%;
  max-height: 100%;
  opacity: 0;
  transition: all 450ms ease-in-out;
  object-fit: cover;
  mask-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 35%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%);
  -webkit-mask-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 35%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%);
}

#wrapper4 .sec4-contents .visual-main .swiper-slide-active .visual-pic {
  opacity: 1;
}

#wrapper4 .sec4-contents .visual-main .role-logo {
  width: 9rem;
  position: absolute;
  right: 2vw;
  right: 2dvw;
  bottom: 0;
  z-index: 50;
  opacity: 0;
}

#wrapper4 .sec4-contents .visual-main .role-logo.posn-1 {
  bottom: 2rem;
}

#wrapper4 .sec4-contents .visual-main .swiper-slide-active .role-logo {
  opacity: 1;
}

#wrapper4 .sec4-contents .visual-main-info .visual-ttl {
  font-size: var(--font-size-14);
  font-weight: 800;

}

#wrapper4 .sec4-contents .visual-main-info .visual-note {
  font-size: var(--font-size-5);
  font-weight: 400;
  margin-top: 0.2rem;
}

#wrapper4 .sec4-contents .visual-main-info .visual-cv {
  width: 20.5rem;
  height: 3.7rem;
  background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/bg_gradient.png') no-repeat center;
  background-size: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}

#wrapper4 .sec4-contents .visual-main-info .btn-sound {
  display: block;
  width: 3.7rem;
  height: 3.7rem;
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_cv_sound.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

#wrapper4 .sec4-contents .visual-main-info .btn-sound.active {
  animation: linear 0.9s infinite normal none running animation-voice;
  /* background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_cv_sound_on.png'); */
}

@keyframes animation-voice {
  0% {
    background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_cv_voice_active_1.png') center;
    background-size: cover;
  }

  50% {
    background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_cv_voice_active_2.png') center;
    background-size: cover;
  }

  100% {
    background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_cv_voice_active_3.png') center;
    background-size: cover;
  }
}


#wrapper4 .sec4-contents .visual-main-info .visual-name {
  padding-left: 0.5rem;
  font-size: var(--font-size-5);
  color: #fff;
  font-weight: 500;
}

#wrapper4 .sec4-contents .visual-main-info .visual-info-txt {
  margin-top: 1rem;
  line-height: 1.6rem;
  letter-spacing: -0.5px;
}

#wrapper4 .sec4-contents .visual-main-info .visual-info-txt p {
  font-size: var(--font-size-3);
  font-weight: 400;
  display: flex;
  align-items: center;
  letter-spacing: -1px;
}

#wrapper4 .sec4-contents .visual-main-info .visual-info-txt .dot {
  height: 1.6rem;
  background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/img_dot.png') repeat-x right;
  background-size: 0.4rem 0.2rem;
  margin: 0 0.8rem;
}

#wrapper4 .sec4-contents .visual-main-info .visual-info-txt p:nth-child(1) .dot,
#wrapper4 .sec4-contents .visual-main-info .visual-info-txt p:nth-child(2) .dot,
#wrapper4 .sec4-contents .visual-main-info .visual-info-txt p:nth-child(3) .dot {
  width: 7rem;
}

#wrapper4 .sec4-contents .visual-main-info .visual-info-txt p:nth-child(4) .dot {
  width: 8rem;
}

#wrapper4 .sec4-contents .visual-main-info .visual-info-txt p:nth-child(5) .dot {
  width: 2.8rem;
}

#wrapper4 .sec4-contents .visual-main-info .visual-info-txt p:nth-child(6) .dot {
  width: 3.8rem;
}

.ja #wrapper4 .sec4-contents .visual-main-info .visual-info-txt p:nth-child(1) .dot,
.ja #wrapper4 .sec4-contents .visual-main-info .visual-info-txt p:nth-child(2) .dot,
.ja #wrapper4 .sec4-contents .visual-main-info .visual-info-txt p:nth-child(4) .dot {
  width: 6.6rem;
}

.ja #wrapper4 .sec4-contents .visual-main-info .visual-info-txt p:nth-child(3) .dot {
  width: 5.7rem;
}

.ja #wrapper4 .sec4-contents .visual-main-info .visual-info-txt p:nth-child(5) .dot {
  width: 2.8rem;
}

.ja #wrapper4 .sec4-contents .visual-main-info .visual-info-txt p:nth-child(6) .dot {
  width: 3.7rem;
}

#wrapper4 .sec4-contents .visual-main .item-slide {
  position: relative;
}

#wrapper4 .sec4-contents .visual-main .swiper-pagination {
  width: fit-content;
  left: 50%;
  bottom: 3.4rem;
  transform: translateX(-50%);
}

#wrapper4 .sec4-contents .visual-main .slick-dots {
  height: 0.8rem;
  display: flex !important;
  position: absolute;
  left: 50%;
  bottom: 3.6rem;
  transform: translateX(-50%);
}

#wrapper4 .sec4-contents .visual-swiper .swiper-pagination {
  left: 50%;
  top: auto;
  bottom: 2rem;
  transform: translateX(-50%);
}

#wrapper4 .sec4-contents .visual-swiper .swiper-pagination-bullet {
  font-size: 0;
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid #b3af94;
  background: none;
  border-radius: 50%;
  opacity: 1;
  box-sizing: border-box;
  margin: 0 0.3rem;
}

#wrapper4 .sec4-contents .visual-swiper .swiper-pagination-bullet-active {
  border: none;
  background: #6c29f2;
}

#wrapper4 .sec4-contents .visual-swiper .swiper-button-prev,
#wrapper4 .sec4-contents .visual-swiper .swiper-button-next {
  display: block !important;
  width: 7.2rem;
  height: 2rem;
  border: 1px solid #b3af94;
  font-size: 0;
  position: absolute;
  bottom: 1.5rem;
  z-index: 110;
  top: auto;
}

#wrapper4 .sec4-contents .visual-swiper .swiper-button-prev {
  background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_prev.png') no-repeat center left 1rem;
  background-size: 0.5rem 1rem;
  left: 2rem;
}

#wrapper4 .sec4-contents .visual-swiper .swiper-button-next {
  background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_next.png') no-repeat center right 1rem;
  background-size: 0.5rem 1rem;
  right: 2rem;
}

#wrapper4 .sec4-contents .visual-swiper .swiper-button-prev:after,
#wrapper4 .sec4-contents .visual-swiper .swiper-button-next:after {
  display: none;
}

/* #wrapper5 */
#wrapper5 .sec5-contents {
  display: flex;
  justify-content: flex-start;
  background: #f2f1e8 url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/bg_wrap_4.png') no-repeat center;
  background-size: 100%;
  padding-top: 5.5rem;
  box-sizing: border-box;
}

#wrapper5 .sec5-contents .main-area {
  width: 100%;
  /* height: 100%; */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#wrapper5 .intro-tab-list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}

#wrapper5 .intro-tab-list:before,
#wrapper5 .intro-tab-list:after {
  content: '';
  display: block;
  width: 3.5rem;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#wrapper5 .intro-tab-list:before {
  left: -3.1rem;
  background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/tab_line_left.png') no-repeat left;
  background-size: 100%;
}

#wrapper5 .intro-tab-list:after {
  right: -3.1rem;
  background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/tab_line_right.png') no-repeat left;
  background-size: 100%;
}

#wrapper5 .intro-tab-list .intro-tab {
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/bg_tab.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 9.3rem;
  height: 2.5rem;
  font-size: var(--font-size-5);
  font-weight: 600;
  line-height: 2.5rem;
  color: #b3af94;
  text-align: center;
  cursor: pointer;
  margin: 0 0.3rem;
  position: relative;
}

#wrapper5 .intro-tab-list .intro-tab.active {
  background-image: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/bg_tab_on.png');
  color: #f3f2e9;
  pointer-events: none;
}

#wrapper5 .intro-tab-list .intro-tab:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 1px;
  background-color: #cac7b4;
  position: absolute;
  left: -0.6rem;
  top: 50%;
  transform: translateY(-50%);
}

#wrapper5 .intro-tab-list .intro-tab:first-child:before,
#wrapper5 .intro-tab-list .intro-tab:last-child:after {
  display: none;
}

#wrapper5 .intro-tab-list .intro-tab:after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 1px;
  background-color: #cac7b4;
  position: absolute;
  right: -0.6rem;
  top: 50%;
  transform: translateY(-50%);
}

#wrapper5 .intro-swiper {
  height: 77%;
  height: 77dvh;
  box-sizing: border-box;
  margin-top: 2rem;
  padding: 0 4.2rem;
  position: relative;
  overflow: visible;
}

#wrapper5 .intro-info {
  opacity: 0;
  transition: .5s;
}

#wrapper5 .swiper-slide-active .intro-info {
  opacity: 1;
}

#wrapper5 .intro-info .intro-ttl {
  margin-top: 1rem;
  font-size: var(--font-size-7);
  font-weight: 800;

}

#wrapper5 .intro-info .intro-txt {
  margin-top: 0.8rem;
  font-size: var(--font-size-3);
  font-weight: 400;
  letter-spacing: -0.8px;
}

#wrapper5 .intro-swiper .intro-ss {
  position: relative;
  height: 100%;
  max-height: 55%;
  max-height: 55dvh;
  border: 1px solid #b3af94;
  pointer-events: none;
}

#wrapper5 .intro-swiper .swiper-slide-active .intro-ss {
  pointer-events: auto;
}

#wrapper5 .intro-swiper .intro-ss:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

#wrapper5 .intro-swiper .swiper-slide-active .intro-ss:after {
  display: none;
}

#wrapper5 .intro-swiper .intro-ss img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#wrapper5 .intro-swiper .intro-swiper-prev,
#wrapper5 .intro-swiper .intro-swiper-next {
  display: block !important;
  width: 7.2rem;
  height: 2rem;
  border: 1px solid #b3af94;
  font-size: 0;
  position: absolute;
  bottom: 0;
  top: auto;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

#wrapper5 .intro-swiper .intro-swiper-prev {
  background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_prev.png') no-repeat center left 1rem;
  background-size: 0.5rem 1rem;
  left: 2rem;
}

#wrapper5 .intro-swiper .intro-swiper-next {
  background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/btn_next.png') no-repeat center right 1rem;
  background-size: 0.5rem 1rem;
  right: 2rem;
}

#wrapper5 .intro-swiper .swiper-slide {
  height: 100%;
}

#wrapper5 .intro-swiper .swiper-slide-active {
  z-index: 50;
}

#wrapper5 .intro-swiper .intro-ss.active {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

#wrapper5 .intro-popup {
  width: 80%;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

#wrapper5 .swiper-button-prev:after {
  display: none;
}

#wrapper5 .swiper-button-next:after {
  display: none;
}

#wrapper5 .swiper-button-next.swiper-button-disabled,
#wrapper5 .swiper-button-prev.swiper-button-disabled {
  display: none;
}

#wrapper5 .intro-swiper .swiper-pagination {
  top: auto;
  bottom: 0.6rem;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
}

#wrapper5 .intro-swiper .swiper-pagination .swiper-pagination-bullet {
  box-sizing: border-box;
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid #b3af94;
  background: none;
  margin: 0 0.3rem;
  opacity: 1;
}

#wrapper5 .intro-swiper .swiper-pagination .swiper-pagination-bullet-active {
  border: none;
  background: #6c29f2;
}

/* #wrapper6  */
#wrapper6 .sec6-contents {
  /* background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/bg_wrap_5.png') no-repeat center; */
  background-size: cover;
  position: relative;
}

#wrapper6 .sec6-contents .note-txt {
  font-size: var(--font-size-9);
  color: #fff;
  position: absolute;
  top: 7.5rem;
  left: 2rem;
  font-weight: 800;
  z-index: 10;
}

#wrapper6 .sec6-contents .bg-end-visual {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: -2;
}

/* #wrapper7 */
#wrapper7,
#wrapper7 .fp-tableCell {
  height: 12.5rem !important;
}

#wrapper7 .footer {
  width: 100%;
  height: 100%;
  background: #ecebe2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#wrapper7 .footer .logo {
  display: block;
  width: 21rem;
}

#wrapper7 .footer .copy-right {
  font-size: var(--font-size-1);
  text-align: center;
  line-height: 1.4rem;
  margin-top: 1.5rem;
}

#wrapper7 .footer .copy-right a {
  color: #3d3d3d;
}

.popup-wrap-common {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}

.popup-pre-login {
  box-sizing: border-box;
  width: 26rem;
  background: #fff;
  border-radius: .2rem;
  padding: 1.8rem .7rem 1.2rem;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 501;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.popup-pre-login .pre-login-txt {
  color: #3d3d3d;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.popup-pre-login .btn-pre-login {
  display: block;
  width: 7rem;
  height: 2.8rem;
  font-size: 1.2rem;
  line-height: 2.8rem;
  color: #fff;
  background: #3d3d3d;
  border-radius: .2rem;
  margin-top: 1.5rem;
}

@media screen and (max-height: 580px) and (orientation: landscape) {
  .horizontal-notice {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    color: #fff;
    font-size: var(--font-size-6);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* @media width */
@media screen and (min-width: 767px) {
  .cont_main .main-area {
    max-width: 40rem;
  }

  #wrapper1 .sec1-contents .bg-visual-1 img,
  .section .bg-main-visual {
    object-position: center -190px;
  }

  #wrapper4 .sec4-contents .thumbnail-slick .slick-list {
    height: 52vh;
    height: 52dvh;
  }

  #wrapper6 .sec6-contents {
    /* background: url('https://abyssdia.cdn.toastoven.net/web/real/sp/img/bg_wrap_5_pad.png') no-repeat center; */
    background-size: cover;
    position: relative;
  }

}

@media screen and (min-width: 820px) {

  #wrapper1 .sec1-contents .bg-visual-1 img,
  .section .bg-main-visual {
    object-position: center -210px;
  }

  #wrapper5 .intro-swiper {
    height: 80%;
  }
}

@media screen and (min-width: 1024px) {

  #wrapper1 .sec1-contents .bg-visual-1 img,
  .section .bg-main-visual {
    object-position: center -250px;
  }
}

@media screen and (max-width: 360px) {
  #wrapper4 .sec4-contents .visual-main .role-logo {
    width: 8rem;
  }
}

@media screen and (max-width: 375px) {
  #wrapper2 .bg-visual .img-visual-txt-light {
    bottom: 4rem;
  }
}

@media screen and (max-width: 344px) {
  .guide-visual .btn-guide-list a {
    font-size: 1.3rem;
  }

  #wrapper3 .sec3-contents h3 {
    font-size: var(--font-size-10);
  }

  #wrapper2 .bg-visual {
    width: 50vh;
    height: 50vh;
    width: 50dvh;
    height: 50dvh;
  }

  #wrapper4 .sec4-contents .visual-main .role-logo {
    width: 6rem;
    right: 1vw;
    right: 1dvw;
    bottom: 1.8rem;
  }

  #wrapper4 .sec4-contents .visual-main-info .visual-info-txt p {
    font-size: 1.1rem;
  }

}

@media only screen and (device-width: 344px) and (device-height:882px) and (-webkit-min-device-pixel-ratio:2) {

  #wrapper1 .sec1-contents .bg-visual-1 img,
  .section .bg-main-visual {
    object-position: -2rem;
  }
}

@media screen and (max-width: 412px) and (min-height: 792px) {
  #wrapper4 .sec4-contents .visual-main .visual-pic {
    mask-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 20%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 100%);
    -webkit-mask-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 20%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 100%);

  }
}

@media only screen and (max-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio:2) {
  #wrapper2 .bg-visual {
    width: 56vh;
    height: 56vh;
  }

  #wrapper2 .bg-visual .img-visual-txt-light {
    width: 31rem;
    height: 9rem;
    bottom: 3.5rem;
  }
}


@media screen and (max-width: 320px) {

  .cmn-header,
  .bg-cmn-header {
    height: 4.5rem;
  }

  #wrapper2 .sec2-contents .ttl {
    font-size: var(--font-size-9);
    line-height: 2.4rem;
    margin-top: 2rem;
  }

  #wrapper3 .sec3-contents .sub-ttl {
    font-size: var(--font-size-2);
  }

  #wrapper3 .sec3-contents .sub-ttl:before,
  #wrapper3 .sec3-contents .sub-ttl:after {
    width: 8rem;
  }

  #wrapper3 .sec3-contents .countdown-wrap .countdown-cell {
    font-size: var(--font-size-10);
  }

  #wrapper3 .sec3-contents .countdown-wrap .countdown-cell .unit {
    bottom: 1.8rem;
  }

  #wrapper3 .sec3-contents .countdown-txt {
    font-size: var(--font-size-2);
  }

  #wrapper4 .sec4-contents .info .info-ttl {
    font-size: var(--font-size-9);
  }

  #wrapper4 .sec4-contents .role-slick {
    bottom: 2vh;
    bottom: 2dvh;
  }

  #wrapper5 .intro-swiper {
    margin-top: 1rem;
    height: 86%;
  }

  #wrapper5 .intro-tab-list {
    margin-top: 0.5rem;
  }

  #wrapper5 .intro-info .intro-ttl {
    font-size: var(--font-size-3)
  }

  #wrapper5 .intro-info .intro-txt {
    font-size: var(--font-size-1);
    margin-top: 0.2rem;
  }

  #wrapper6 .sec6-contents .note-txt {
    font-size: var(--font-size-8);
  }
}

@media screen and (max-height: 667px) {

  .cmn-header,
  .bg-cmn-header {
    height: 5rem;
  }

  .cmn-header .anchor-menu li a {
    padding: 1.6rem 0;
    padding: 3.6dvh 0;
  }

  #wrapper2 .sec2-contents .main-area {
    height: calc(100% - 5rem);
  }

  #wrapper4 .sec4-contents .info,
  #wrapper4 .sec4-contents .info .info-txt {
    margin-top: 0;
  }

  #wrapper4 .sec4-contents .thumbnail-slick {
    margin-top: 0.5rem;
  }

  #wrapper4 .sec4-contents .thumbnail-slick .slick-list {
    height: 42vh;
    height: 50dvh;
  }

  #wrapper4 .sec4-contents .thumbnail-slick .slick-slide img {
    height: auto;
  }

  #wrapper4 .sec4-contents .role-slick {
    bottom: 2.5vh;
    bottom: 2.5dvh;
  }

  /* #wrapper4 .sec4-contents .visual-main .role-logo {
    width: 23dvw;
  } */

  #wrapper4 .sec4-contents .role-now {
    width: auto;
    height: 4.5rem;
  }

  #wrapper4 .sec4-contents .visual-main-info .visual-ttl {
    font-size: var(--font-size-9);
  }

  #wrapper4 .sec4-contents .visual-main-info .visual-note {
    font-size: var(--font-size-4);
  }

  #wrapper4 .sec4-contents .info .info-ttl {
    font-size: var(--font-size-6);
  }

  #wrapper4 .sec4-contents .visual-main-info .visual-info-txt {
    margin-top: 0.5rem;
  }

  #wrapper5 .intro-tab-list {
    margin-top: 0;
  }

  #wrapper5 .intro-swiper {
    height: 88%;
    height: 79dvh;
    margin-top: 1rem;
  }

  #wrapper5 .intro-swiper .intro-ss {
    max-height: 65%;
    max-height: 50dvh;
  }


}

@media screen and (max-width: 320px) {
  #wrapper4 .sec4-contents .thumbnail-slick .slick-slide img {
    height: 100%;
  }
}

@media screen and (max-width: 310px) {
  #wrapper4 .sec4-contents .visual-main .visual-main-info {
    padding: 0 1.5rem;
  }

  #wrapper4 .sec4-contents .visual-main-info .visual-info-txt p {
    font-size: 1rem;
  }
}