@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 {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.btn:hover {
  -webkit-filter: brightness(120%);
  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%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

@-webkit-keyframes vertical {
  0 {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes vertical {
  0 {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes b {
  0 {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  55% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes b {
  0 {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  55% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes ie-bar {
  0 {
    stroke-dashoffset: 100; }
  to {
    stroke-dashoffset: 0; } }

@keyframes ie-bar {
  0 {
    stroke-dashoffset: 100; }
  to {
    stroke-dashoffset: 0; } }

/* -----------------------------------------------------------------
組件設定
-------------------------------------------------------------------*/
#loader_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #519e96;
  z-index: 999; }

#loader {
  position: relative;
  width: 100%;
  height: 100%; }
  #loader .loader_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: 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;
    -webkit-animation: b ease 1s infinite;
    animation: b ease 1s infinite; }
    #loader p span:nth-of-type(1) {
      -webkit-animation-delay: -.6s;
      animation-delay: -.6s; }
    #loader p span:nth-of-type(2) {
      -webkit-animation-delay: -.55s;
      animation-delay: -.55s; }
    #loader p span:nth-of-type(3) {
      -webkit-animation-delay: -.5s;
      animation-delay: -.5s; }
    #loader p span:nth-of-type(4) {
      -webkit-animation-delay: -.45s;
      animation-delay: -.45s; }
    #loader p span:nth-of-type(5) {
      -webkit-animation-delay: -.4s;
      animation-delay: -.4s; }
    #loader p span:nth-of-type(6) {
      -webkit-animation-delay: -.35s;
      animation-delay: -.35s; }
    #loader p span:nth-of-type(7) {
      -webkit-animation-delay: -.3s;
      animation-delay: -.3s; }
    #loader p span:nth-of-type(8) {
      -webkit-animation-delay: -.25s;
      animation-delay: -.25s; }
    #loader p span:nth-of-type(9) {
      -webkit-animation-delay: -.2s;
      animation-delay: -.2s; }
    #loader p span:nth-of-type(10) {
      -webkit-animation-delay: -.15s;
      animation-delay: -.15s; }
    #loader p span:nth-of-type(11) {
      -webkit-animation-delay: -.1s;
      animation-delay: -.1s; }
    #loader p span:nth-of-type(12) {
      -webkit-animation-delay: -50ms;
      animation-delay: -50ms; }
    #loader p span:nth-of-type(13) {
      -webkit-animation-delay: 0;
      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%;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .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: .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: 70px; } }

.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: 90px; } }
  .btn_twitter a {
    display: block;
    width: 90px; }
    @media screen and (max-width: 480px) {
      .btn_twitter a {
        width: 70px; } }
    .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: 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% {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    10% {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    70% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); } }
  @keyframes landscape {
    0% {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    10% {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    70% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); } }
  .landscape p {
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center; } }

#footer {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .3em; }
    #footer .button a:hover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    #footer .button a img {
      width: 250px; }
  #footer footer {
    font-size: 13px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a,
a img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

a img {
  display: block; }

figure {
  margin: 0;
  padding: 0; }

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

.btn {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border: 2px solid #fff;
  font-size: 16px;
  line-height: 2.6;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2); }
  @media screen and (orientation: portrait) {
    .btn {
      font-size: 12px; } }
  @media screen and (orientation: portrait) and (max-width: 400px) {
    .btn {
      font-size: 11px; } }
  .btn span {
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffa245), to(#b27130));
    background: -webkit-linear-gradient(top, #ffa245 0%, #b27130 100%);
    background: -o-linear-gradient(top, #ffa245 0%, #b27130 100%);
    background: linear-gradient(to bottom, #ffa245 0%, #b27130 100%);
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 1.5em; }
  .btn_large {
    font-size: 24px;
    font-weight: bold;
    border: 3px solid #fff; }
    @media screen and (orientation: portrait) {
      .btn_large {
        font-size: 2.5vw; } }
  @media screen and (orientation: portrait) and (max-width: 480px) {
    .btn_large {
      font-size: 3.5vw; } }
  .btn_small {
    font-size: 12px;
    border: 1px solid #fff; }
    @media screen and (orientation: portrait) {
      .btn_small {
        font-size: 11px; } }
  .btn_radius {
    border-radius: 1.4em; }
    .btn_radius span {
      border-radius: 1.3em; }

.wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
  background-position: bottom center;
  background-size: cover; }

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

.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;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      margin: 0; } }

.store-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: 57.76vw;
  position: relative;
  z-index: 10;
  background-image: url("../images/kv_bg.webp");
  background-size: cover;
  padding-bottom: 12vw; }
  @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%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end; }
  #kv .slogan {
    position: absolute;
    top: 1vw;
    right: 8vw;
    width: 38.28vw; }
    @media screen and (orientation: portrait) {
      #kv .slogan {
        width: 70vw;
        right: auto;
        top: 15vw;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }

.block_1 {
  position: relative;
  z-index: 11;
  padding-top: 13vw;
  margin-top: -20vw;
  overflow: hidden;
  background-image: url("../images/info_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (max-width: 1180px) {
    .block_1 {
      margin-top: -24vw; } }
  @media screen and (orientation: portrait) {
    .block_1 {
      margin-top: -38vw;
      padding-top: 30vw; } }

.fixed_bg {
  position: relative;
  background-image: url("../images/fix_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; }

#info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 960px; }
  @media screen and (orientation: portrait) {
    #info {
      height: auto;
      padding: 15vw 0 0; } }
  #info .title {
    width: 581px;
    max-width: 65vw; }
  #info .container {
    position: relative; }
  #info .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #info .item img {
    border-radius: 15px;
    border: 5px solid #fff771;
    outline: 5px solid #79684e; }
    @media screen and (max-width: 1366px) {
      #info .item img {
        width: 70vw; } }
    @media screen and (orientation: portrait) {
      #info .item img {
        width: 80vw; } }
  @media screen and (orientation: portrait) and (max-width: 480px) {
    #info .item img {
      border-width: 3px;
      outline-width: 3px; } }
  #info .item_btn {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    #info .item_btn .btn {
      display: inline-block; }
    @media screen and (orientation: portrait) {
      #info .item_btn {
        -webkit-transform: translate(0, -30%);
        -ms-transform: translate(0, -30%);
        transform: translate(0, -30%); } }
  #info .role_1 {
    left: 0;
    width: 25.31vw;
    background-image: url("../images/info_role_1.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    #info .role_1 span {
      width: 100%;
      height: 0;
      padding-top: 152.6749%; }
    @media screen and (max-width: 1440px) {
      #info .role_1 {
        -webkit-transform: translate(-15%, 0);
        -ms-transform: translate(-15%, 0);
        transform: translate(-15%, 0); } }
  #info .role_2 {
    right: 0;
    width: 29.06vw;
    background-image: url("../images/info_role_2.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    #info .role_2 span {
      width: 100%;
      height: 0;
      padding-top: 134.4086%; }
    @media screen and (max-width: 1440px) {
      #info .role_2 {
        -webkit-transform: translate(10%, 0);
        -ms-transform: translate(10%, 0);
        transform: translate(10%, 0); } }
  @media screen and (orientation: portrait) {
    #info .role {
      display: none; } }

.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; }

#clothing {
  padding-bottom: 3vw; }
  @media screen and (orientation: portrait) {
    #clothing {
      padding: 10vw 0; } }
  #clothing .role_1 {
    right: 5vw;
    bottom: 0;
    width: 672px;
    -webkit-transform: translate(0, 12%);
    -ms-transform: translate(0, 12%);
    transform: translate(0, 12%);
    z-index: 8; }
    #clothing .role_1 span {
      width: 100%;
      height: 0;
      padding-top: 92.1131%;
      background-image: url("../images/clothing_role.webp");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    @media screen and (orientation: portrait) {
      #clothing .role_1 {
        display: none; } }
  #clothing .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3em 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 3em auto;
    grid-template-rows: auto auto;
    gap: 3em;
    padding: 0 5vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-areas: "title item1" "item2 item2"; }
    @media screen and (orientation: portrait) {
      #clothing .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5vw; } }
    #clothing .container .title {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: title; }
      #clothing .container .title picture {
        display: block;
        width: 33.6vw; }
        @media screen and (orientation: portrait) {
          #clothing .container .title picture {
            width: auto;
            width: 65vw; } }
    #clothing .container .closthing_item_1 {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
      grid-area: item1; }
    #clothing .container .closthing_item_2 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      grid-area: item2; }
    #clothing .container .closthing_item {
      width: 50vw; }
      @media screen and (orientation: portrait) {
        #clothing .container .closthing_item {
          width: 80vw; } }
      #clothing .container .closthing_item figure {
        position: relative;
        display: inline-block; }
        #clothing .container .closthing_item figure img {
          border-radius: 15px;
          max-width: 100%;
          height: auto;
          border: 5px solid #fff771;
          outline: 5px solid #79684e; }

@media screen and (orientation: portrait) and (max-width: 480px) {
  #clothing .container .closthing_item figure img {
    border-width: 3px;
    outline-width: 3px; } }
      #clothing .container .closthing_item figcaption {
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #b68b40;
        color: #fff;
        padding: 0 2em;
        font-size: 36px;
        border-radius: 1em;
        white-space: nowrap; }
        @media screen and (max-width: 1180px) {
          #clothing .container .closthing_item figcaption {
            font-size: 2.4vw; } }
        @media screen and (orientation: portrait) {
          #clothing .container .closthing_item figcaption {
            font-size: 4vw; } }

#event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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 .role_1 {
    width: 27.34vw;
    right: 0;
    top: 2vw;
    -webkit-transform: translate(30%, 0);
    -ms-transform: translate(30%, 0);
    transform: translate(30%, 0); }
    #event .role_1 span {
      width: 100%;
      height: 0;
      padding-top: 123.61905%;
      background-image: url("../images/event_role_1.webp"); }
  #event .role_2 {
    width: 23.28vw;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(-25%, 20%);
    -ms-transform: translate(-25%, 20%);
    transform: translate(-25%, 20%); }
    #event .role_2 span {
      width: 100%;
      height: 0;
      padding-top: 130.87248%;
      background-image: url("../images/event_role_2.webp"); }
  #event .role span {
    background-size: contain;
    background-repeat: no-repeat; }
  @media screen and (orientation: portrait) {
    #event .role {
      display: none; } }
  #event .container {
    position: relative;
    width: 100%;
    z-index: 2; }
  #event .title {
    position: relative;
    z-index: 21;
    width: 638px;
    max-width: 65vw; }
  #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 {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin: auto;
      gap: 20px; }
      @media screen and (orientation: portrait) {
        #event .content .list {
          gap: 5vw; } }
    #event .content a {
      width: 320px;
      display: block;
      position: relative;
      -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
      -o-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
      transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
      padding: 6px;
      background-color: #c9a773;
      border-radius: 10px;
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }
      @media screen and (hover: hover) {
        #event .content a:hover {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); }
        #event .content a.coming {
          cursor: default; }
          #event .content a.coming:hover {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            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); }
      @media screen and (max-width: 1440px) {
        #event .content a {
          width: 30vw; } }
      @media screen and (orientation: portrait) {
        #event .content a {
          width: 35vw; } }
  @media screen and (orientation: portrait) and (max-width: 480px) {
    #event .content a {
      width: 70vw; } }
      #event .content a.event_tips::before {
        content: "";
        position: absolute;
        width: 170px;
        height: 81px;
        left: 0;
        top: 0;
        -webkit-transform: translate(-65%, -70%);
        -ms-transform: translate(-65%, -70%);
        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 {
            -webkit-transform: translate(-25%, -50%);
            -ms-transform: translate(-25%, -50%);
            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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 6px; }
    #event .content figcaption {
      text-align: center;
      font-size: 14px;
      color: #fffdc8;
      display: block;
      text-shadow: 0 0 .4em #000;
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 8px;
      padding: .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }

@media screen and (orientation: portrait) and (max-width: 767px) {
  #wallpaper .wallpaper > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 10vw; } }
    #wallpaper .wallpaper h3 {
      top: 0;
      width: 100%;
      text-align: center;
      margin-bottom: 3vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 30px;
      padding: 0 30px; }
    #wallpaper .wallpaper .item {
      text-align: center; }
      #wallpaper .wallpaper .item_btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        #wallpaper .wallpaper .item_btns .btn {
          width: 100%;
          border-color: rgba(255, 255, 255, 0.3); }
        #wallpaper .wallpaper .item_btns img {
          max-width: 100%;
          height: auto; }
    #wallpaper .wallpaper_mobile .item_btns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #wallpaper .wallpaper_mobile .item_btns a {
        margin: 0 10px 10px; }
    #wallpaper .wallpaper_pc {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%; }
      @media screen and (max-width: 1024px) {
        #wallpaper .wallpaper_pc {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50vw;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    #social .role_1 {
      left: 0;
      width: 22vw; }
    #social .role_2 {
      right: 0;
      width: 31vw; }
