:root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
}

img {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

#wrapper {
  color: #3c1122;
  background-image: url(../img/coaltown/bg.png);
  background-repeat: repeat;
  background-size: auto;
}
#wrapper.tw {
  font-family: "Noto Sans TC";
}

#sub_kv h1 {
  position: absolute;
  top: 8%;
  left: 50%;
  width: 15%;
  content: url(../img/coaltown/titlelogo.svg);
  transform: translateX(-50%);
}
#sub_kv h1.sub_kr {
  top: 1%;
  width: 23%;
  content: url(../img/coaltown/kr/titlelogo.svg);
}
#sub_kv h1.sub_tw {
  top: 1%;
  width: 20%;
  content: url(../img/coaltown/tw/titlelogo.svg);
}

/* 20240523 */
#sub_p #sub_kv h1 {
  top: 2%;
  width: 16%;
}
#sub_p.sub_en #sub_kv h1 {
  content: url(../img/coaltown/en/titlelogo.svg);
}
#sub_p.sub_de #sub_kv h1 {
  content: url(../img/coaltown/de/titlelogo.svg);
}
#sub_p.sub_es #sub_kv h1 {
  content: url(../img/coaltown/es/titlelogo.svg);
}
#sub_p.sub_cn #sub_kv h1 {
  content: url(../img/coaltown/cn/top/titlelogo_top.svg);
}
#sub_p .nav_logo {
  width: 248px;
}

#sub_kv .game_logo {
  position: absolute;
  width: auto;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
}
#sub_kv .game_logo p:first-of-type img,
#sub_kv .game_logo a:first-of-type img {
  width: 80px;
}
#sub_p #sub_kv .game_logo a:last-of-type img,
#yt_page .game_logo a:last-of-type img {
  width: 100%;
}

#sub_kv .logo2 {
  top: 0;
  right: 10px;
  width: 100px;
  max-width: initial;
  aspect-ratio: 80/105;
  padding-top: 0;
  background: transparent url(../img/logo_neos.svg) 0 0 / contain no-repeat;
}
#sub_kv h2 {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  z-index: 2;
  margin: auto;
}
#sub_kv.story_bg {
  background-image: url(../img/coaltown/kv_story_pc.png);
}
#sub_kv.char_bg {
  background-image: url(../img/coaltown/kv_char_pc.png);
}
#sub_kv.stage_bg {
  background-image: url(../img/coaltown/kv_stage_pc.png);
}
#sub_kv.play_bg {
  background-image: url(../img/coaltown/kv_play_pc.png);
}
#sub_kv.special_bg {
  background-image: url(../img/coaltown/kv_special_pc.png);
}
#sub_kv.media_bg {
  background-image: url(../img/coaltown/kv_media_pc.png);
}
#sub_kv.inquiry_bg {
  background-image: url(../img/coaltown/kv_inquiry_pc.png);
}
#sub_kv.production_bg {
  background-image: url(../img/coaltown/kv_production_pc.png);
}
#sub_kv.cast_bg {
  background-image: url(../img/coaltown/kv_cast_pc.png);
}
#sub_kv.dl_bg {
  background-image: url(../img/coaltown/kv_dlst_pc.png);
}
#sub_kv.guide_bg {
  background-image: url(../img/coaltown/kv_guideline_pc.png);
}
#sub_kv .sub_kv_title {
  width: 40%;
  max-width: 600px;
  aspect-ratio: 400/108;
  padding-top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#sub_kv .story {
  background-image: url(../img/coaltown/subtitle_story_pc.svg);
}
#sub_kv .story_kr {
  background-image: url(../img/coaltown/kr/subtitle_story_pc.svg);
}
#sub_kv .story_tw {
  background-image: url(../img/coaltown/tw/subtitle_story_pc.svg);
}
#sub_kv .char {
  background-image: url(../img/coaltown/subtitle_char_pc.svg);
}
#sub_kv .char_kr {
  background-image: url(../img/coaltown/kr/subtitle_char_pc.svg);
}
#sub_kv .char_tw {
  background-image: url(../img/coaltown/tw/subtitle_char_pc.svg);
}
#sub_kv .stage {
  background-image: url(../img/coaltown/subtitle_stage_pc.svg);
}
#sub_kv .stage_kr {
  background-image: url(../img/coaltown/kr/subtitle_stage_pc.svg);
}
#sub_kv .stage_tw {
  background-image: url(../img/coaltown/tw/subtitle_stage_pc.svg);
}
#sub_kv .play {
  background-image: url(../img/coaltown/subtitle_play_pc.svg);
}
#sub_kv .play_kr {
  background-image: url(../img/coaltown/kr/subtitle_play_pc.svg);
}
#sub_kv .play_tw {
  background-image: url(../img/coaltown/tw/subtitle_play_pc.svg);
}
#sub_kv .special {
  background-image: url(../img/coaltown/subtitle_special_pc.svg);
}
#sub_kv .media {
  background-image: url(../img/coaltown/subtitle_media_pc.svg);
}
#sub_kv .inquiry {
  background-image: url(../img/coaltown/subtitle_inquiry_pc.svg);
}
#sub_kv .production {
  background-image: url(../img/coaltown/subtitle_production_pc.svg);
}
#sub_kv .cast {
  background-image: url(../img/coaltown/subtitle_cast_pc.svg);
}

/* 20231221_DL */
#sub_kv .dl {
  background-image: url(../img/coaltown/subtitle_dlst_pc.svg);
}
/* 20240325_DL */
#dl_kr #sub_kv .dl {
  background-image: url(../img/coaltown/kr/subtitle_dlst_pc.svg);
}
#dl_tw #sub_kv .dl {
  background-image: url(../img/coaltown/tw/subtitle_dlst_pc.svg);
}
/* 20240209_DL */
#sub_kv .guideline {
  background-image: url(../img/coaltown/subtitle_guideline_pc.svg);
}
/* 20240219_Report */
#sub_kv .report {
  background-image: url(../img/coaltown/subtitle_report_pc.svg);
}
#sub_kv .info {
  background-image: url(../img/coaltown/subtitle_info_pc.svg);
}
#sub_kv .campaign {
  background-image: url(../img/coaltown/subpage_title_campaign_pc.svg);
}
/* 20240315 */
#sub_kv .cast_tw {
  background-image: url(../img/coaltown/tw/subtitle_cast_pc.svg);
}
#sub_kv .cast_kr {
  background-image: url(../img/coaltown/kr/subtitle_cast_pc.svg);
}

/* 20240523 */
#sub_p.sub_en .story {
  background-image: url(../img/coaltown/en/subtitle_story_pc.svg);
}
#sub_p.sub_en .char {
  background-image: url(../img/coaltown/en/subtitle_char_pc.svg);
}
#sub_p.sub_en .stage {
  background-image: url(../img/coaltown/en/subtitle_stage_pc.svg);
}
#sub_p.sub_en .play {
  background-image: url(../img/coaltown/en/subtitle_play_pc.svg);
}
#sub_p.sub_en .cast {
  background-image: url(../img/coaltown/en/subtitle_cast_pc.svg);
}

#sub_p.sub_de .story {
  background-image: url(../img/coaltown/de/subtitle_story_pc.svg);
}
#sub_p.sub_de .char {
  background-image: url(../img/coaltown/de/subtitle_char_pc.svg);
}
#sub_p.sub_de .stage {
  background-image: url(../img/coaltown/de/subtitle_stage_pc.svg);
}
#sub_p.sub_de .play {
  background-image: url(../img/coaltown/de/subtitle_play_pc.svg);
}
#sub_p.sub_de .cast {
  background-image: url(../img/coaltown/de/subtitle_cast_pc.svg);
}

#sub_p.sub_es .story {
  background-image: url(../img/coaltown/es/subtitle_story_pc.svg);
}
#sub_p.sub_es .char {
  background-image: url(../img/coaltown/es/subtitle_char_pc.svg);
}
#sub_p.sub_es .stage {
  background-image: url(../img/coaltown/es/subtitle_stage_pc.svg);
}
#sub_p.sub_es .play {
  background-image: url(../img/coaltown/es/subtitle_play_pc.svg);
}
#sub_p.sub_es .cast {
  background-image: url(../img/coaltown/es/subtitle_cast_pc.svg);
}

/* 20240719 */
#sub_p.sub_cn .story {
  background-image: url(../img/coaltown/cn/subtitle_story_pc.svg);
}
#sub_p.sub_cn .char {
  background-image: url(../img/coaltown/cn/subtitle_char_pc.svg);
}
#sub_p.sub_cn .stage {
  background-image: url(../img/coaltown/cn/subtitle_stage_pc.svg);
}
#sub_p.sub_cn .play {
  background-image: url(../img/coaltown/cn/subtitle_play_pc.svg);
}
#sub_p.sub_cn .cast {
  background-image: url(../img/coaltown/cn/subtitle_cast_pc.svg);
}

.reserve-block {
  position: relative;
}
.reserve-block .link {
  position: absolute;
  right: calc(50% - clamp(200px, -20.59px + 29.41vw, 400px));
  bottom: 0;
  z-index: 2;
  display: block;
  width: clamp(72px, -7.41px + 10.59vw, 144px);
  filter: drop-shadow(0 16px 12px rgba(88, 74, 4, 0.4));
  animation: animeloop 1.5s infinite;
}
/* 231228_追加 */
.reserve-block.tokuten .link {
  width: 15vw;
  right: 18%;
}
@media screen and (max-width: 750px) {
  .reserve-block.tokuten .link {
    width: 42vw;
  }
}
.reserve-block .link:hover {
  filter: drop-shadow(0 8px 6px rgba(88, 74, 4, 0.6));
  transform: scale(0.95, 0.95) translateY(10px);
  animation: animeend 0.25s;
}

@keyframes animeend {
  0% {
    transform: scale(1, 1);
  }
  50% {
    filter: drop-shadow(0 8px 6px rgba(88, 74, 4, 0.6));
    transform: scale(0.95, 0.95) translateY(10px);
  }
}
@keyframes animeloop {
  0% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.81, 0.81);
  }
  40% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.95, 0.95);
  }
}

#sub_content > .inner {
  background-image: url(../img/coaltown/bg2.png);
  background-repeat: repeat;
  background-size: auto;
  border-radius: 16px;
}

.top_btn > .link {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 224px;
  aspect-ratio: 256/64;
  padding: 0 0 0 1em;
  margin: 0 auto;
  font-family: "Mochiy Pop One";
  font-size: 16px;
  color: inherit;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  background-image: url(../img/coaltown/inquiry/Button-back.svg);
  filter: drop-shadow(0 8px 4px rgba(88, 74, 4, 0.3));
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  border-radius: 0;
}
.dl_form_btn > .link {
  padding: 0;
  background-image: url(../img/coaltown/dl_form_btn.svg);
}

/* 20240326 */
#dl_kr .dl_form_btn > .link {
  font-family: "Noto sans";
  font-size: 18px;
  font-weight: 800;
}

.top_btn > .link:hover {
  filter: drop-shadow(0 4px 2px rgba(88, 74, 4, 0.2));
  transition-duration: 0.25s;
  transform: translateY(4px);
}
.top_btn.kr_btn > .link {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 900;
}
.top_btn.tw_btn > .link {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 900;
}

#global_nav .nav_ttl {
  max-width: 270px;
  margin: 0 auto 6.336%;
}
#global_nav .inner {
  width: 71.1111%;
  min-width: 720px;
  max-width: 816px;
  margin: 0 auto;
}
#global_nav .inner .nav_box {
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
}
#global_nav .inner .nav_box .nav_icon {
  flex: 0 1 calc(25% - 12px);
  width: auto;
  filter: drop-shadow(0 16px 12px rgba(88, 74, 4, 0.4));
}
#global_nav .inner .nav_box .nav_icon:hover {
  filter: drop-shadow(0 8px 6px rgba(88, 74, 4, 0.6));
  opacity: 1 !important;
  transition-duration: 0.25s;
  transform: translateY(6px);
}
#global_nav .inner .nav_box .nav_icon .nav_img {
  width: 100%;
  border: none;
  border-radius: 0;
}
#global_nav .inner .nav_box .nav_icon.is_new::before {
  display: block;
  width: 48px;
  height: 48px;
  content: "";
  background-image: url("../img/coaltown/new_alert.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-30%) translateY(-30%);
}

.sns-block {
  position: relative;
  display: inline-block;
  margin: 0 0 2vw;
  text-align: center;
}
.sns-block > .item {
  display: inline-block;
  width: 5vw;
  min-width: 48px;
  max-width: 72px;
  transition: all 0.25s;
}
.sns-block > .item:hover {
  transform: scale(1.2, 1.2);
}
.sns-block::before {
  display: block;
  width: 12vw;
  height: auto;
  content: "";
  background-image: url("../img/coaltown/sns_copy_sp.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 0;
  bottom: auto;
  left: 50%;
  max-width: 200px;
  max-width: initial;
  aspect-ratio: 172/28;
}
.sns-block.-kr::before {
  background-image: url("../img/coaltown/kr/sns_copy_sp.svg");
}
.sns-block.-tw::before {
  background-image: url("../img/coaltown/tw/sns_copy_sp.svg");
}
.sns-block.-en::before {
  background-image: url("../img/coaltown/en/sns_copy_sp.svg");
}
.sns-block.-de::before {
  background-image: url("../img/coaltown/de/sns_copy_sp.svg");
}
.sns-block.-es::before {
  background-image: url("../img/coaltown/es/sns_copy_sp.svg");
}
.sns-block.-cn::before {
  background-image: url("../img/coaltown/cn/sns_copy_sp.svg");
}

.oranatsu-block {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 0;
  text-align: center;
}
.oranatsu-block > .item {
  display: inline-block;
  width: 15vw;
  min-width: 148px;
  max-width: 216px;
  transition: all 0.25s;
}
.oranatsu-block > .item:hover {
  transform: scale(1.2, 1.2);
}
.oranatsu-block::after {
  display: block;
  width: 10vw;
  height: auto;
  content: "";
  background-image: url("../img/coaltown/footer_copy_pc.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  min-width: 120px;
  max-width: 148px;
  aspect-ratio: 148/80;
  transform: translateX(-1vw);
}
.oranatsu-block.-kr::after {
  background-image: url("../img/coaltown/kr/footer_copy_pc.svg");
}
.oranatsu-block.-tw::after {
  background-image: url("../img/coaltown/tw/footer_copy_pc.svg");
}
.oranatsu-block.-en::after {
  background-image: url("../img/coaltown/en/footer_copy_pc.svg");
}
.oranatsu-block.-de::after {
  background-image: url("../img/coaltown/de/footer_copy_pc.svg");
}
.oranatsu-block.-es::after {
  top: -10vw;
  background-image: url("../img/coaltown/es/footer_copy_pc.svg");
}
.oranatsu-block.-cn::after {
  background-image: url("../img/coaltown/cn/footer_copy_pc.svg");
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1440/280;
  margin: 5% 0 0;
  background: transparent url(../img/coaltown/footer_bg.png) center center/cover no-repeat;
}
#renew footer .inner,
footer .inner {
  max-width: 1024px;
  padding: 0;
  margin: 0 auto 20px;
  text-align: center;
}
footer .inner .foot_flex {
  display: flex;
  justify-content: center;
  transform: translateY(2vw);
}

@media screen and (max-width: 750px) {
  #sub_kv h1 {
    top: 17%;
    width: 40%;
    padding-top: 11.8055555556%;
  }
  #sub_kv h1.sub_kr {
    top: 13%;
    width: 65%;
  }
  #sub_kv h1.sub_tw {
    top: 12%;
    width: 54%;
  }
  #sub_kv .game_logo a:first-of-type img {
    width: 17vw;
  }
  #sub_kv .game_logo .logo_item img {
    width: 40vw;
  }
  #sub_kv .logo2 {
    left: calc(17vw + 10px);
    z-index: 2;
    width: 17vw;
  }
  #sub_kv.story_bg {
    background-image: url(../img/coaltown/kv_story_sp.png);
  }
  #sub_kv.char_bg {
    background-image: url(../img/coaltown/kv_char_sp.png);
  }
  #sub_kv.stage_bg {
    background-image: url(../img/coaltown/kv_stage_sp.png);
  }
  #sub_kv.play_bg {
    background-image: url(../img/coaltown/kv_play_sp.png);
  }
  #sub_kv.special_bg {
    background-image: url(../img/coaltown/kv_special_sp.png);
  }
  #sub_kv.media_bg {
    background-image: url(../img/coaltown/kv_media_sp.png);
  }
  #sub_kv.inquiry_bg {
    background-image: url(../img/coaltown/kv_inquiry_sp.png);
  }
  #sub_kv.production_bg {
    background-image: url(../img/coaltown/kv_production_sp.png);
  }
  #sub_kv.cast_bg {
    background-image: url(../img/coaltown/kv_cast_sp.png);
  }
  #sub_kv.dl_bg {
    background-image: url(../img/coaltown/kv_dlst_sp.png);
  }
  #sub_kv.guide_bg {
    background-image: url(../img/coaltown/kv_guideline_sp.png);
  }
  #sub_kv .sub_kv_title {
    top: 45%;
    width: 100%;
  }
  #sub_kv .reserve-block {
    margin-top: -20vw;
  }
  .reserve-block .link {
    position: static;
    width: 30vw;
    margin: -2% auto 8%;
    transform: none;
  }
  #sub_content > .inner {
    width: 91.4%;
  }
  #sp_nav .nav_ttl {
    max-width: 30vw;
    margin: 0 auto 6vw;
  }
  #sp_nav #sp_menu_set {
    text-align: center;
  }
  #sp_nav #sp_menu_set .inner .nav_box .nav_icon {
    margin: 0;
    filter: drop-shadow(0 16px 12px rgba(88, 74, 4, 0.4));
  }
  #sp_nav #sp_menu_set .inner .nav_box .nav_icon.is_new::before {
    display: block;
    width: 48px;
    height: 48px;
    content: "";
    background-image: url("../img/coaltown/new_alert.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-20%) translateY(-20%);
  }
  #sp_nav #sp_menu_set .inner .nav_box .nav_icon .nav_img {
    border: none;
    border-radius: 0;
  }
  #sp_nav #sp_menu_set .sp_nav_bg {
    background: rgba(255, 255, 255, 0);
  }
  #sp_nav #sp_menu_set .sns-block::before {
    background-image: url("../img/coaltown/sns_copy_nav.svg");
  }
  #sp_nav #sp_menu_set .sns-block.-kr::before {
    background-image: url("../img/coaltown/kr/sns_copy_nav.svg");
  }
  #sp_nav #sp_menu_set .sns-block.-tw::before {
    background-image: url("../img/coaltown/tw/sns_copy_nav.svg");
  }
  #sp_nav #toggle_btn {
    position: fixed;
    top: 3vw;
    right: 3vw;
    z-index: 999;
    width: 11.7%;
  }
  #sp_nav #toggle_btn.close {
    padding-top: 11.7%;
    background: transparent url(../img/coaltown/sp_nav_open.svg) 0 0 / contain no-repeat;
  }
  #sp_nav #toggle_btn.open {
    width: 11.7%;
    padding-top: 11.7%;
    background: transparent url(../img/coaltown/sp_nav_close.svg) 0 0 / contain no-repeat;
  }
  #sp_nav .reserve-block .link {
    animation: none;
  }
  #sp_nav .reserve-block .link:hover {
    transform: none;
    animation: none;
  }
  #sp_nav .sns-block > .item {
    width: 22vw;
  }
  #sp_nav .sns-block::before {
    width: 50vw;
  }
  .sns-block {
    margin: 0 0 6vw;
  }
  .sns-block > .item {
    width: 16vw;
    min-width: initial;
    max-width: initial;
  }
  .sns-block::before {
    width: 80%;
    max-width: initial;
    margin: auto;
  }
  .oranatsu-block {
    display: block;
  }
  .oranatsu-block > .item {
    width: 80%;
    min-width: initial;
    max-width: initial;
    margin-top: 10px;
  }
  .oranatsu-block::after {
    position: absolute;
    top: -12vw;
    right: -1vw;
    width: 46vw;
    min-width: initial;
    max-width: initial;
    aspect-ratio: 148/67;
    background-image: url("../img/coaltown/footer_copy_sp.svg");
    transform: none;
  }
  .oranatsu-block.-kr::after {
    top: -6vw;
    background-image: url("../img/coaltown/kr/footer_copy_sp.svg");
  }
  .oranatsu-block.-tw::after {
    top: -6vw;
    background-image: url("../img/coaltown/tw/footer_copy_sp.svg");
  }

  /* 20240528 */
  .oranatsu-block.-en::after {
    top: -10vw;
    right: -2vw;
    background-image: url("../img/coaltown/en/footer_copy_sp.svg");
  }
  .oranatsu-block.-de::after {
    top: -10vw;
    right: -6vw;
    background-image: url("../img/coaltown/de/footer_copy_sp.svg");
  }
  .oranatsu-block.-es::after {
    background-image: url("../img/coaltown/es/footer_copy_sp.svg");
  }
  .oranatsu-block.-cn::after {
    top: -12vw;
    right: -2vw;
    background-image: url("../img/coaltown/cn/footer_copy_sp.svg");
  }

  footer {
    aspect-ratio: 375/280;
    margin: 14% 0 0;
    background-image: url(../img/coaltown/footer_bg.png);
  }
  footer .inner {
    padding: 5vw 0 0;
  }
  footer .inner .foot_flex {
    width: 90vw;
    transform: none;
    /* margin-top: 54px; */
    margin-top: 80px;
  }
  footer .inner .foot_flex > div {
    flex: 0 0 50%;
    width: 50%;
  }
  /* 20240523 */
  #sub_p #sub_kv h1 {
    width: 50%;
    top: 16%;
  }

  /* 20240717 */
  #sub_p #sub_kv .reserve-block.rev_btn {
    position: fixed;
    top: 144px;
    left: 4px;
    z-index: 10;
  }
  #yt_page.sub_en #sub_kv .reserve-block,
  #yt_page.sub_de #sub_kv .reserve-block,
  #yt_page.sub_es #sub_kv .reserve-block,
  #yt_page.sub_cn #sub_kv .reserve-block {
    position: fixed;
    display: inline-table;
    top: 158px;
    left: 20px;
    z-index: 10;
  }
  #sub_p #sub_kv .sub_kv_title {
    top: 54%;
  }
  #sub_kv .game_logo p:first-of-type img {
    width: 17vw;
  }
  #sub_p #sub_kv .game_logo a:last-of-type img,
  #yt_page .game_logo a:last-of-type img {
    width: 40vw;
  }
  #sub_p .nav_logo {
    width: 148px;
  }
} /*# sourceMappingURL=headfoot.css.map */
