@charset "UTF-8";
/* -----------------------------------------------------------------
基本設定
-------------------------------------------------------------------*/
html {
  font-size: 10px;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  font-size: 2.2em;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

#page {
  margin: 0 auto;
  max-width: 125pc;
  min-width: 750px;
  overflow: hidden;
}

img {
  display: block;
}

.inner {
  max-width: 750pt;
  min-width: 750px;
}

.btn, .inner {
  margin: 0 auto;
}

.btn {
  transition: all 0.5s;
}

.btn:hover {
  filter: brightness(120%);
}

.scrollFade {
  opacity: 0;
}

#container {
  width: 170px;
  height: 4px;
  margin: 0 auto;
}

.code_all_body {
  position: absolute;
}

#conts_01 section, #conts_02 section, #conts_03 section {
  position: relative;
}

h2 img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes vertical {
  0% {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes b {
  0% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(5px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes ie-bar {
  0% {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/* -----------------------------------------------------------------
組件設定
-------------------------------------------------------------------*/
#loader_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

#loader {
  position: relative;
  width: 100%;
  height: 100%;
}
#loader .loader_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loader .loader_container {
  text-align: center;
}
#loader img {
  margin: 0 auto;
  width: 400px;
  height: auto;
}
#loader p span {
  display: inline-block;
  animation: b ease 1s infinite;
}
#loader p span:nth-of-type(1) {
  animation-delay: -0.6s;
}
#loader p span:nth-of-type(2) {
  animation-delay: -0.55s;
}
#loader p span:nth-of-type(3) {
  animation-delay: -0.5s;
}
#loader p span:nth-of-type(4) {
  animation-delay: -0.45s;
}
#loader p span:nth-of-type(5) {
  animation-delay: -0.4s;
}
#loader p span:nth-of-type(6) {
  animation-delay: -0.35s;
}
#loader p span:nth-of-type(7) {
  animation-delay: -0.3s;
}
#loader p span:nth-of-type(8) {
  animation-delay: -0.25s;
}
#loader p span:nth-of-type(9) {
  animation-delay: -0.2s;
}
#loader p span:nth-of-type(10) {
  animation-delay: -0.15s;
}
#loader p span:nth-of-type(11) {
  animation-delay: -0.1s;
}
#loader p span:nth-of-type(12) {
  animation-delay: -50ms;
}
#loader p span:nth-of-type(13) {
  animation-delay: 0;
}

@media screen and (max-width: 600px) {
  #loader img {
    width: 80%;
    height: auto;
  }
}
#hum_menu {
  background: rgba(0, 0, 0, 0.96);
  height: 100%;
  transition: all 0.2s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hum_menu nav {
  margin: 0 auto;
  position: relative;
  width: 750px;
}
#hum_menu .nav_list {
  margin: 0 auto;
  padding: 0px 20px 0;
}
#hum_menu .nav_list li {
  border-bottom: dotted 2px rgba(255, 255, 255, 0.2);
  padding: 1.5rem 0;
  position: relative;
}
#hum_menu .nav_list li:last-child {
  border: none;
}
#hum_menu .nav_list li a {
  color: #fff;
  display: block;
  font-size: 2.8rem;
  text-align: center;
  text-decoration: none;
}
#hum_menu .nav_list li a:hover {
  color: #faa819;
}

#btn_hum {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 44;
}
#btn_hum a {
  width: 90px;
  display: block;
}
#btn_hum img {
  max-width: 100%;
  height: auto;
}
#btn_hum .hum_menu_open {
  display: block;
}
#btn_hum .hum_menu_close {
  display: none;
}
#btn_hum.active .hum_menu_open {
  display: none;
}
#btn_hum.active .hum_menu_close {
  display: block;
}

.btn_close {
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 30px;
}

.outside {
  opacity: 0;
  transition: all 0.2s ease-out;
  visibility: hidden;
}

.open {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1440px) {
  #hum_menu .nav_list li a {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  #hum_menu nav {
    width: 90%;
  }
  #hum_menu .nav_list {
    padding: 0px 20px;
  }
  #hum_menu .nav_list li {
    padding: 1em 0;
  }
  #btn_hum {
    top: 10px;
    right: 10px;
  }
}
@media screen and (orientation: portrait) {
  #hum_menu .nav_list li {
    padding: 0.5em;
  }
  #hum_menu .nav_list li a {
    font-size: 3rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 480px) {
  #hum_menu .nav_list li a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  #btn_hum a {
    width: 60px;
  }
}
.btn_twitter {
  position: fixed;
  right: 20px;
  top: 120px;
  z-index: 24;
}
@media screen and (max-width: 1024px) {
  .btn_twitter {
    right: 10px;
    top: 110px;
  }
}
@media screen and (max-width: 480px) {
  .btn_twitter {
    top: 80px;
  }
}
.btn_twitter a {
  display: block;
  width: 90px;
}
@media screen and (max-width: 480px) {
  .btn_twitter a {
    width: 60px;
  }
}
.btn_twitter a img {
  max-width: 100%;
  height: auto;
}

.landscape {
  display: none;
}

@media screen and (max-width: 900px) and (orientation: landscape) {
  .landscape {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    background: #32373b;
  }
  .landscape img {
    margin-bottom: 20px;
    width: 100px;
    height: 85px;
    -webkit-animation: landscape 1s ease-out infinite alternate;
    animation: landscape 1s ease-out infinite alternate;
  }
  @-webkit-keyframes landscape {
    0% {
      transform: rotate(-90deg);
    }
    10% {
      transform: rotate(-90deg);
    }
    70% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  @keyframes landscape {
    0% {
      transform: rotate(-90deg);
    }
    10% {
      transform: rotate(-90deg);
    }
    70% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .landscape p {
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
  }
}
#footer {
  position: relative;
  z-index: 6;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 125px 1em 20px;
  background-image: url("../../../assets/images/event/bg_footer_repeat.webp");
  background-repeat: repeat;
  background-size: initial;
}
#footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 87px;
  background-image: url("../../../assets/images/event/bg_footer_top.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#footer .content {
  margin: auto;
  width: 650px;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
#footer .content h3 {
  display: inline-block;
  padding: 0 13px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff45c;
  font-weight: 400;
  background-color: #aa4258;
}
#footer .content ol {
  padding-left: 20px;
  margin: 0;
}
#footer .content ol li {
  list-style-position: outside;
  list-style-type: decimal;
}
#footer .content ol a {
  color: #ce425c;
  font-weight: 700;
}
#footer .content ol a:hover {
  text-decoration: underline;
}
#footer .content p:last-of-type {
  margin-bottom: 25px;
}
#footer .button {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  gap: 0.3em;
}
#footer .button a:hover {
  transform: scale(1.05);
}
#footer .button a img {
  width: 250px;
}
#footer footer {
  font-size: 13px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media screen and (orientation: portrait) and (max-width: 480px) {
  #footer footer {
    font-size: 11px;
  }
}
#footer footer .xlegend {
  margin: 0 auto;
  height: 60px;
}
#footer footer .links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#footer footer .links li {
  list-style-type: none;
}
#footer footer .links a {
  padding: 0 15px;
  margin-bottom: 10px;
  color: #333333;
  line-height: 13px;
}
#footer footer .links a:hover {
  color: #E2365E;
  text-decoration: underline;
}

*, div {
  box-sizing: border-box;
}

a,
a img {
  transition: 0.3s;
}

a img {
  display: block;
}

figure {
  margin: 0;
  padding: 0;
}

#loader_bg {
  background-image: url("../images/loading_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #194c81;
}

.data-storke::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
}

.btn {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 403px;
  height: 111px;
  background-image: url("../images/btn.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 480px) {
  .btn {
    font-size: 14px;
    width: 220px;
    height: 61px;
  }
}
.btn-disabled {
  cursor: default;
  filter: grayscale(1);
}
.btn-disabled:hover {
  filter: grayscale(1);
}

html, body {
  position: relative;
  height: 100%;
}

body {
  position: relative;
  background-image: url("../images/fix_bg.webp");
  background-color: #0e2f59;
  background-attachment: fixed;
  background-position: bottom center;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 16px;
  }
}

#canvasbg {
  mix-blend-mode: overlay;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  font-family: "Times New Roman", Times, "Noto Serif TC", serif;
}

main {
  color: #fff;
}

.subtitle, .btn, .list figcaption {
  font-family: Arial, Helvetica, "Noto Sans TC", sans-serif;
}

section {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
section img {
  max-width: 100%;
  height: auto;
}
section .title {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto 2vw;
  max-width: 85vw;
}
@media screen and (orientation: portrait) {
  section .title {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 600px) {
  section .title {
    margin-bottom: 10vw;
  }
}
section h3 {
  margin: 0 auto;
}

.subtitle {
  font-size: 36px;
  text-align: center;
  position: relative;
  padding-bottom: 0.8472em;
  color: #b08b60;
}
.subtitle::after {
  content: "";
  position: absolute;
  width: 15.3em;
  height: 0.8472em;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url("../images/sub deco_gloden.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.subtitle h3 {
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .subtitle {
    font-size: 24px;
  }
}

.role {
  position: absolute;
  z-index: 1;
}
.role span {
  display: block;
}

.container {
  position: relative;
  z-index: 6;
}

.btn_top {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 20;
}
.btn_top img {
  width: 200px;
}
@media screen and (orientation: portrait) {
  .btn_top img {
    width: 110px;
  }
}

@media screen and (orientation: portrait) and (max-width: 820px) {
  .xpay {
    bottom: 10vw;
  }
}
@media screen and (orientation: portrait) and (max-width: 480px) {
  .xpay {
    bottom: 15vw;
  }
  .xpay_main {
    width: 90px;
  }
  .xpay_list {
    width: 90px;
    height: 90px;
  }
  .xpay_list a {
    font-size: 10px;
  }
  .xpay_list a:nth-child(1) .icon img {
    width: 24px;
  }
}

.logo {
  width: 15.625vw;
  position: absolute;
  left: 10px;
  top: 10px;
  margin: 0;
  z-index: 11;
}
.logo img {
  width: 100%;
  height: auto;
}
@media screen and (orientation: portrait) {
  .logo {
    width: 25vw;
    left: 10px;
    top: 10px;
    transform: translate(0, 0);
    margin: 0;
  }
}

.store-icon {
  display: flex;
  justify-content: center;
}
.store-icon a {
  margin: 0 5px;
}
.store-icon a img {
  height: 60px;
  width: auto;
}
@media screen and (orientation: portrait) {
  .store-icon a img {
    height: 50px;
  }
}

#kv {
  overflow: hidden;
  height: 53.75vw;
  position: relative;
  z-index: 10;
  background-image: url("../images/kv_bg.webp");
  background-size: cover;
  background-position: center;
  padding-bottom: 7vw;
}
@media screen and (orientation: portrait) {
  #kv {
    height: 136.53vw;
    padding-bottom: 18vw;
    background-image: url("../images/kv_bg_m.webp");
  }
}
#kv .container {
  width: 100%;
  height: 100%;
  flex-direction: column;
  display: flex;
  justify-content: end;
}
#kv .slogan {
  position: absolute;
  top: 1vw;
  left: 50%;
  width: 34.27vw;
  transform: translate(-50%, 0);
}
@media screen and (orientation: portrait) {
  #kv .slogan {
    width: 70vw;
    right: auto;
    top: 15vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.section_btn {
  padding-top: 1em;
}

.info {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.info li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}
.info li span:first-child {
  background-color: #133254;
  color: #fff;
  padding: 0.3em 1em;
  border-radius: 2em;
}

#info {
  color: #133254;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 960px;
  background-color: #f2f2f5;
  background-image: url("../images/info_bg.webp");
  background-background: linear-gradient(to bottom, #f2f2f5 0%, #d0dfef 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (orientation: portrait) {
  #info {
    height: auto;
    padding: 15vw 0 0;
  }
}
#info .title {
  width: 712px;
}
#info .container {
  position: relative;
}
#info .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1366px) {
  #info .content {
    flex-direction: column;
    gap: 5vw;
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 600px) {
  #info .content {
    padding-bottom: 20vw;
  }
}
#info .content .img {
  flex: 0 0 778px;
}
@media screen and (max-width: 1366px) {
  #info .content .img {
    flex: 1 1 auto;
    width: 70vw;
  }
}
@media screen and (max-width: 768px) {
  #info .content .img {
    width: 80vw;
  }
}
#info .content .subtitle {
  color: #b08b60;
  margin-bottom: 0.5em;
}
#info .content .text {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

#programme {
  padding-top: 5vw;
  background-image: url("../images/programme_bg.webp");
  background-color: #0e2f59;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
#programme .title {
  width: 693px;
}
#programme .content {
  display: flex;
  justify-content: center;
  gap: 150px;
}
@media screen and (max-width: 1366px) {
  #programme .content {
    flex-direction: column;
    gap: 5vw;
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 600px) {
  #programme .content {
    padding-bottom: 20vw;
  }
}
#programme .photo_list {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1180px) {
  #programme .photo_list {
    gap: 5vw;
  }
}
#programme .photo_list img {
  width: 250px;
  height: auto;
  border-radius: 50%;
  border: 8px solid #d0b494;
}
@media screen and (max-width: 480px) {
  #programme .photo_list img {
    width: 40vw;
  }
}
#programme .photo_list figcaption {
  display: block;
  text-align: center;
}
#programme .item {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
#programme .item_content {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media screen and (max-width: 1366px) {
  #programme .item_content {
    align-items: center;
  }
}
#programme .item:nth-child(2) img {
  width: 716px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #programme .item:nth-child(2) img {
    width: 80vw;
  }
}
#programme .info li span:first-child {
  background-color: #fff;
  color: #183d6c;
}

.ytp-pause-overlay {
  display: block !important;
  overflow: hidden !important;
  width: 0px !important;
  height: 0px !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

.version {
  background-image: url("../images/version_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#update {
  padding-top: 5vw;
  padding-bottom: 10vw;
  background-image: url("../images/update_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#update .title {
  width: 767px;
}
#update .content {
  display: flex;
  justify-content: center;
  padding: 0 5vw;
}
@media screen and (max-width: 600px) {
  #update .content {
    flex-direction: column;
    gap: 10vw;
  }
}
#update .content img {
  width: 666px;
  height: auto;
}
#update .role {
  width: 425px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1600px) {
  #update .role {
    display: none;
  }
}
#update .role span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 247.7647058824%;
  background-image: url("../images/update_role.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

#event {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 960px;
  background-image: url("../images/bg_slash.webp");
  background-size: unset;
  background-repeat: repeat;
}
@media screen and (max-width: 1440px) {
  #event {
    height: auto;
    padding: 100px 0;
  }
}
#event .container {
  position: relative;
  width: 100%;
  z-index: 2;
}
#event .title {
  position: relative;
  z-index: 21;
  width: 638px;
}
#event .content {
  width: 100%;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 1440px) {
  #event .content {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
  #event .content_container {
    gap: 3vw;
  }
}
@media screen and (orientation: portrait) {
  #event .content_container {
    border-width: 2vw;
  }
}
@media screen and (orientation: portrait) and (max-width: 480px) {
  #event .content {
    width: 80vw;
  }
}
#event .content .list {
  max-width: 1080px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: auto;
  gap: 30px;
}
@media screen and (orientation: portrait) {
  #event .content .list {
    gap: 5vw;
  }
}
@media screen and (max-width: 1180px) {
  #event .content .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  #event .content .list {
    max-width: 70vw;
    grid-template-columns: repeat(1, 1fr);
  }
}
#event .content a {
  display: block;
  position: relative;
  transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  padding: 6px;
  background-color: #c9a773;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
@media screen and (hover: hover) {
  #event .content a:hover {
    transform: scale(1.05);
  }
  #event .content a.coming {
    cursor: default;
  }
  #event .content a.coming:hover {
    transform: scale(1);
  }
}
#event .content a.coming picture {
  position: relative;
}
#event .content a.coming picture::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
#event .content a.event_tips::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 81px;
  left: 0;
  top: 0;
  transform: translate(-65%, -70%);
  background-image: url("../images/event_1_tip.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (orientation: portrait) {
  #event .content a.event_tips::before {
    transform: translate(-25%, -50%);
  }
}
@media screen and (max-width: 600px) {
  #event .content a.event_tips::before {
    width: 28.33vw;
    height: 13.5vw;
  }
}
#event .content picture {
  font-size: 0;
}
#event .content picture img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}
#event .content figure {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#event .content figcaption {
  text-align: center;
  font-size: 14px;
  color: #fffdc8;
  display: block;
  text-shadow: 0 0 0.4em #000;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  padding: 0.2em 0;
}
@media screen and (orientation: portrait) {
  #event .content figcaption {
    font-size: 2vw;
  }
}
@media screen and (orientation: portrait) and (max-width: 480px) {
  #event .content figcaption {
    font-size: 3.2vw;
  }
}
#event .content .coming figcaption {
  color: rgba(255, 253, 200, 0.4);
  text-shadow: 0 0 0.4em rgba(0, 0, 0, 0.6);
}

.main {
  position: relative;
  background-image: url("../images/bg_repeat.webp");
}

#wallpaper {
  padding: 100px 0;
}
@media screen and (orientation: portrait) {
  #wallpaper {
    padding: 7vw 0 30vw;
  }
}
#wallpaper .role_1 {
  right: 0;
  bottom: 0;
  width: 20.83vw;
}
#wallpaper .role_1 span {
  width: 100%;
  height: 0;
  padding-top: 48.25%;
  background-image: url("../images/wallpaper_role_1.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (orientation: portrait) {
  #wallpaper .role_1 {
    width: 41.66vw;
  }
}
#wallpaper .title {
  width: 529px;
  max-width: 80vw;
}
#wallpaper .wallpaper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 11;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  #wallpaper .wallpaper {
    width: 90vw;
  }
}
#wallpaper .wallpaper > div {
  position: relative;
  flex: 0 0 50%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #wallpaper .wallpaper > div {
    flex: 0 0 100%;
    margin-bottom: 10vw;
  }
}
#wallpaper .wallpaper h3 {
  top: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 3vw;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-shadow: 0px 0px 5px black, 0px 0px 5px black, 0px 0px 5px black;
}
#wallpaper .wallpaper h3 img {
  height: 39px;
  width: auto;
}
#wallpaper .wallpaper_img {
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #wallpaper .wallpaper_img {
    margin-bottom: 5vw;
  }
}
#wallpaper .wallpaper_content {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 0 30px;
}
#wallpaper .wallpaper .item {
  text-align: center;
}
#wallpaper .wallpaper .item_btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
#wallpaper .wallpaper .item_btns .btn {
  width: 100%;
  height: 3.5em;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  #wallpaper .wallpaper .item_btns .btn {
    font-size: 12px;
  }
}
#wallpaper .wallpaper .item_btns img {
  max-width: 100%;
  height: auto;
}
#wallpaper .wallpaper_mobile .item_btns {
  flex-direction: column;
}
#wallpaper .wallpaper_mobile .item_btns a {
  margin: 0 10px 10px;
}
#wallpaper .wallpaper_pc {
  flex: 0 0 60%;
}
@media screen and (max-width: 1024px) {
  #wallpaper .wallpaper_pc {
    flex: 0 0 50vw;
  }
}
#wallpaper .wallpaper_pc .item_btns {
  gap: 20px;
}
#wallpaper .role_1, #wallpaper .role_2 {
  z-index: 1;
}
#wallpaper .role_1 {
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1600px) {
  #wallpaper .role_1 {
    width: 50vw;
  }
}
@media screen and (orientation: portrait) {
  #wallpaper .role_1 {
    width: 60vw;
  }
}

#social {
  display: flex;
  align-items: center;
  justify-content: center;
}
#social .container {
  width: 750px;
  z-index: 2;
  position: relative;
}
#social .twitter {
  position: relative;
  padding: 12px;
  border-radius: 10px;
  width: 600px;
  margin: 0 auto;
  height: 540px;
  background: rgba(255, 255, 255, 0.3);
  border: 3px #fff solid;
}
#social .twitter_timeline {
  height: 510px;
  overflow: auto;
  border-radius: 13px;
}
#social .role {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
#social .role_1 {
  left: 0;
  width: 22vw;
}
#social .role_2 {
  right: 0;
  width: 31vw;
}
/*# sourceMappingURL=style.css.map */
