@charset "UTF-8";
/* -----------------------------------------------------------------
組件設定
-------------------------------------------------------------------*/
#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: -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 {
    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;
    text-align: center; }
  #loader #container {
    width: 240px;
    height: 4px;
    margin: 0 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; }

#hum-menu {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: fixed;
  top: 0;
  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;
  z-index: 200; }
  #hum-menu nav {
    margin: 0 auto;
    position: relative;
    width: 750px; }
  #hum-menu .nav-list {
    margin: 0 auto;
    padding: 0px 20px 0;
    width: 750px; }
    #hum-menu .nav-list li {
      padding: 0.7em 0;
      position: relative; }
      #hum-menu .nav-list li a {
        display: block;
        font-size: 2rem;
        text-align: center; }
  @media screen and (orientation: portrait) {
    #hum-menu .nav-list {
      width: 80%; }
      #hum-menu .nav-list li {
        padding: 1em 0; }
        #hum-menu .nav-list li a {
          font-size: 4vw; } }
  @media screen and (max-width: 480px) {
    #hum-menu .nav-list {
      width: 90%; }
      #hum-menu .nav-list li a {
        font-size: 5vw; } }

#btn-hum {
  position: fixed;
  top: 0px;
  right: 20px;
  z-index: 24;
  width: 120px; }
  #btn-hum img {
    max-width: 100%; }
  @media screen and (max-width: 820px) {
    #btn-hum {
      width: 12vw; } }

.btn-close {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 30px;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%); }

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

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

#about-wrap {
  position: relative;
  background-image: url("../images/laip-bg.jpg");
  background-color: #bae3f9; }
  #about-wrap #intro {
    padding-top: 61px; }
  #about-wrap #history {
    padding-top: 150px;
    padding-bottom: 50px; }
    #about-wrap #history .inner p {
      margin-bottom: 20px; }
  #about-wrap h2 {
    margin: 0 auto 37px;
    width: 435px;
    text-align: center; }
    #about-wrap h2 + p {
      margin-bottom: 20px; }
  #about-wrap h3 {
    margin: 0 auto 31px; }
  #about-wrap h3,
  #about-wrap p {
    text-align: center; }
    #about-wrap h3 img,
    #about-wrap p img {
      margin-left: auto;
      margin-right: auto; }
  #about-wrap .intro .btn {
    margin: 34px auto 0; }
  @media screen and (max-width: 900px) {
    #about-wrap h2 img,
    #about-wrap h3 img,
    #about-wrap p img {
      max-width: 100%; }
    #about-wrap h2 {
      width: 60vw; }
    #about-wrap h3 {
      width: 80vw; }
    #about-wrap p {
      width: 90vw;
      margin-left: auto;
      margin-right: auto; } }

.intro .slick_slider02 {
  background: url("../images//about/bg-SS.png") center top no-repeat;
  height: 408px;
  padding: 31px 0 0;
  width: 750px;
  max-width: 750pt;
  min-width: 750px;
  margin: 0 auto; }
  .intro .slick_slider02 img {
    display: block;
    margin: 0 auto;
    width: 666px; }
  @media screen and (max-width: 800px) {
    .intro .slick_slider02 {
      background-size: cover;
      width: 90vw;
      height: 48.96vw;
      max-width: auto;
      min-width: auto;
      padding: 3.5vw 0 0; }
      .intro .slick_slider02 img {
        width: 79.92vw;
        height: auto; } }

.intro .slick-dots {
  margin: 9pt auto 0;
  width: 664px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .intro .slick-dots li {
    width: 166px;
    height: 87pt;
    margin-right: 0;
    background-repeat: no-repeat; }
    .intro .slick-dots li:nth-child(1) {
      background-image: url("../images//about/ss-S_01_off.png"); }
      .intro .slick-dots li:nth-child(1).slick-active, .intro .slick-dots li:nth-child(1):hover {
        background-image: url("../images//about/ss-S_01_on.png"); }
    .intro .slick-dots li:nth-child(2) {
      background-image: url("../images//about/ss-S_02_off.png"); }
      .intro .slick-dots li:nth-child(2).slick-active, .intro .slick-dots li:nth-child(2):hover {
        background-image: url("../images//about/ss-S_02_on.png"); }
    .intro .slick-dots li:nth-child(3) {
      background-image: url("../images//about/ss-S_03_off.png"); }
      .intro .slick-dots li:nth-child(3).slick-active, .intro .slick-dots li:nth-child(3):hover {
        background-image: url("../images//about/ss-S_03_on.png"); }
    .intro .slick-dots li:nth-child(4) {
      background-image: url("../images//about/ss-S_04_off.png"); }
      .intro .slick-dots li:nth-child(4).slick-active, .intro .slick-dots li:nth-child(4):hover {
        background-image: url("../images//about/ss-S_04_on.png"); }
  @media screen and (max-width: 800px) {
    .intro .slick-dots {
      width: auto; }
      .intro .slick-dots li {
        width: 20vw;
        height: 13.97vw;
        background-size: cover;
        background-position: center; } }

@media screen and (min-width: 1000px) {
  .intro .slick-prev {
    left: -10px; }
  .intro .slick-next {
    right: -10px; } }

.slick-dots {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .slick-dots button::before {
    display: none; }

.slick-arrow::before {
  display: none; }

.slick-prev, .slick-next {
  height: 82px;
  width: 84px;
  z-index: 3; }

.slick-prev {
  background: url("../images/about/arrow_left.png") no-repeat; }

.slick-next {
  background: url("../images/about/arrow_right.png") no-repeat; }

#footer_btn {
  background-color: #373430;
  padding: 30px 0; }
  #footer_btn .inner {
    width: 520px;
    margin-left: auto;
    margin-right: auto; }
  #footer_btn .btn-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #footer_btn .btn-section a {
      position: relative; }
      #footer_btn .btn-section a img {
        max-width: 100%; }
    #footer_btn .btn-section:nth-child(1) a {
      width: 100%;
      margin-bottom: 15px; }
    #footer_btn .btn-section:nth-child(2) {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #footer_btn .btn-section:nth-child(2) a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px; }
  @media screen and (max-width: 620px) {
    #footer_btn .inner {
      width: auto; }
    #footer_btn .btn-section {
      width: 90vw;
      margin-left: auto;
      margin-right: auto; }
      #footer_btn .btn-section:nth-child(1) a {
        width: 90vw; }
      #footer_btn .btn-section:nth-child(2) a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 44vw;
        flex: 0 0 44vw; } }

footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #282828; }
  @media screen and (min-width: 821px) {
    footer .links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 1rem;
      margin: 0 auto; }
      footer .links li,
      footer .links a {
        color: #ffe5a5; }
      footer .links a:hover {
        color: #ffd619;
        text-decoration: underline; } }
  footer .copyright {
    font-family: Arial, sans-serif;
    line-height: 1.4;
    color: #fff;
    padding: 20px 0;
    text-align: center; }
    footer .copyright .copy-text img {
      height: 18px;
      max-width: none;
      width: auto; }
      @media screen and (orientation: portrait) {
        footer .copyright .copy-text img {
          padding: 0 1em;
          max-width: 100%;
          height: auto; } }

@media screen and (max-width: 820px) {
  footer .copyright {
    font-size: 12px; }
  footer .links {
    margin: 0 auto; }
    footer .links em {
      display: none; }
    footer .links li {
      font-size: 4vw;
      padding: 10px 0;
      text-align: center;
      color: #ffe5a5; }
      footer .links li:first-child {
        padding-top: 0; }
      footer .links li a {
        color: #ffe5a5;
        display: block; } }

@media screen and (orientation: portrait) and (max-width: 480px) {
  .slick-prev, .slick-next {
    width: 42px;
    height: 41px;
    background-size: contain; } }

@media screen and (orientation: portrait) and (max-width: 480px) {
  .slick-prev {
    left: -20px; } }

@media screen and (orientation: portrait) and (max-width: 480px) {
  .slick-next {
    right: -20px; } }

body {
  font-family: "Noto Sans JP", sans-serif; }

.gtm_noscript {
  position: absolute; }

.copy-text {
  font-size: 12px; }

img {
  max-width: 100%;
  height: auto; }

#page,
main {
  width: 100%;
  overflow: hidden;
  position: relative; }

#loader-bg {
  background-color: #716859; }

#loader .loader-container img {
  width: 768px;
  height: auto; }
  @media screen and (max-width: 820px) {
    #loader .loader-container img {
      width: 80vw; } }

#hum-menu {
  background-color: black; }
  #hum-menu .nav-list li {
    border-bottom: dotted 2px rgba(255, 255, 255, 0.15); }
  #hum-menu .nav-list a {
    color: rgba(255, 255, 255, 0.5); }
    #hum-menu .nav-list a:hover {
      color: white; }

.inner {
  position: relative;
  z-index: 1; }

header,
#activity,
#skin {
  height: 960px;
  position: relative; }

@media screen and (orientation: portrait) {
  #activity,
  #skin {
    height: auto;
    padding: 10vw 0; } }

header {
  background-image: url("../images/kv-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1440px) {
    header {
      height: 100vh; } }
  @media screen and (orientation: portrait) {
    header {
      height: 133vw;
      background-image: url("../images/kv-bg-m.jpg"); } }
  header .logo {
    position: absolute;
    top: 25px;
    left: 0%;
    z-index: 9;
    width: 476px; }
    header .logo img {
      width: 100%;
      height: auto; }
    @media screen and (orientation: portrait) {
      header .logo {
        top: 0;
        width: 60vw; } }
  header .inner {
    position: static; }
  header .content {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 60px;
    z-index: 9;
    text-align: center;
    width: 100%;
    font-weight: bold;
    gap: 1em; }
    @media screen and (orientation: portrait) {
      header .content {
        height: 100%;
        bottom: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        padding-bottom: 5vw;
        gap: .5em; } }
  header .slogan {
    text-align: center;
    font-size: 30px;
    font-family: "Noto Serif JP", serif;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30em;
    margin-left: auto;
    margin-right: auto;
    background: -webkit-gradient(linear, left top, right top, from(rgba(54, 47, 73, 0)), color-stop(7%, #362f49), color-stop(93%, #362f49), to(rgba(54, 47, 73, 0)));
    background: -webkit-linear-gradient(left, rgba(54, 47, 73, 0) 0%, #362f49 7%, #362f49 93%, rgba(54, 47, 73, 0) 100%);
    background: -o-linear-gradient(left, rgba(54, 47, 73, 0) 0%, #362f49 7%, #362f49 93%, rgba(54, 47, 73, 0) 100%);
    background: linear-gradient(to right, rgba(54, 47, 73, 0) 0%, #362f49 7%, #362f49 93%, rgba(54, 47, 73, 0) 100%);
    padding: .5em 0; }
    @media screen and (orientation: portrait) {
      header .slogan {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100vw;
        gap: .5em; } }
    header .slogan .subtitle {
      color: #fff; }
      header .slogan .subtitle span::after {
        position: relative;
        content: "："; }
    header .slogan p {
      color: #ffef42;
      position: relative; }

@media screen and (orientation: portrait) and (max-width: 480px) {
  header .slogan p span {
    display: none; } }
    @media screen and (orientation: portrait) {
      header .slogan {
        font-size: 3.5vw; } }

/* -----------------------------------------------------------------
// 標題樣式
-------------------------------------------------------------------*/
.title {
  font-size: 50px;
  position: relative;
  text-align: center; }
  @media screen and (orientation: portrait) {
    .title {
      font-size: 6vw; } }
  .title h2 {
    display: inline-block;
    font-size: inherit;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    position: relative;
    z-index: 1;
    line-height: 1.6; }
    .title h2::before, .title h2::after {
      content: "";
      position: absolute;
      width: 114px;
      height: 9px;
      top: 50%;
      background-image: url("../images/title_deco.png");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }

@media screen and (orientation: portrait) and (max-width: 480px) {
  .title h2::before, .title h2::after {
    width: 57px;
    height: 5px; } }
    .title h2::before {
      left: -10px;
      -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
      transform: translate(-100%, -50%); }
    .title h2::after {
      right: -10px;
      -webkit-transform: translate(100%, -50%) scale(-1);
      -ms-transform: translate(100%, -50%) scale(-1);
      transform: translate(100%, -50%) scale(-1); }

#activity .title, #skin .title {
  color: #4a3411; }

#co-branded .title {
  color: #fff; }
  #co-branded .title h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.1; }
    #co-branded .title h2::before, #co-branded .title h2::after {
      display: none; }
  #co-branded .title em {
    color: #fff883; }

#news .title h2::before, #news .title h2::after {
  display: none; }

/* -----------------------------------------------------------------
  聯動活動
-------------------------------------------------------------------*/
#activity {
  background-image: url("../images/event-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  #activity .inner {
    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;
    height: 100%;
    width: 100%;
    gap: 60px; }
    @media screen and (orientation: portrait) {
      #activity .inner {
        gap: 5vw; } }
  #activity .slide {
    position: relative;
    width: 760px;
    background: -webkit-gradient(linear, left top, left bottom, from(#6c5544), color-stop(49%, #f2c474), color-stop(50%, #c49550), to(#6b5543));
    background: -webkit-linear-gradient(top, #6c5544 0%, #f2c474 49%, #c49550 50%, #6b5543 100%);
    background: -o-linear-gradient(top, #6c5544 0%, #f2c474 49%, #c49550 50%, #6b5543 100%);
    background: linear-gradient(to bottom, #6c5544 0%, #f2c474 49%, #c49550 50%, #6b5543 100%);
    position: relative;
    -webkit-box-shadow: 0 0 2em rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.4); }
    #activity .slide .swiper {
      padding: 10px; }
      #activity .slide .swiper-wrapper {
        border: 1px solid #3f3c2b; }
    @media screen and (orientation: portrait) {
      #activity .slide {
        width: 80vw; }
        #activity .slide .swiper {
          padding: 1.5vw; } }
  #activity .swiper-button-next, #activity .swiper-button-prev {
    margin: 0;
    width: 47px;
    height: 70px;
    background-image: url("../images/arrow_left.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
    #activity .swiper-button-next::after, #activity .swiper-button-prev::after {
      content: ""; }
    @media screen and (orientation: portrait) {
      #activity .swiper-button-next, #activity .swiper-button-prev {
        width: 6vw;
        height: 9vw; } }
  #activity .swiper-button-prev {
    -webkit-transform: translate(-120%, -50%);
    -ms-transform: translate(-120%, -50%);
    transform: translate(-120%, -50%);
    left: 0; }
  #activity .swiper-button-next {
    -webkit-transform: translate(120%, -50%) scaleX(-1);
    -ms-transform: translate(120%, -50%) scaleX(-1);
    transform: translate(120%, -50%) scaleX(-1);
    right: 0; }
  #activity .character {
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top; }
    #activity .character-1 {
      width: 481px;
      height: 835px;
      background-image: url("../images/event/event-character-1.png"); }
    #activity .character-2 {
      width: 356px;
      height: 742px;
      background-image: url("../images/event/event-character-2.png");
      right: 0; }
    @media screen and (max-width: 1366px) {
      #activity .character {
        display: none; } }

/* -----------------------------------------------------------------
  聯動外觀
-------------------------------------------------------------------*/
#skin {
  background-image: url("../images/avatar-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  #skin .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -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;
    gap: 60px; }
    @media screen and (orientation: portrait) {
      #skin .inner {
        gap: 5vw; } }
  #skin .avatar {
    width: 960px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 1180px) {
      #skin .avatar {
        width: 80vw; } }
    @media screen and (max-width: 1023px) {
      #skin .avatar-pc {
        display: none; } }
    #skin .avatar-pc .copy-text {
      position: absolute;
      left: 50%;
      bottom: 0;
      -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
      transform: translate(-50%, -100%);
      z-index: 1; }
    #skin .avatar-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
    #skin .avatar-item {
      border-radius: 30px;
      padding: 60px;
      height: 630px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right center;
      background-color: #fff; }
      #skin .avatar-item::after {
        content: "";
        position: absolute;
        background-color: rgba(239, 239, 239, 0.9);
        width: 100%;
        height: 160px;
        left: 0;
        bottom: 85px; }
      #skin .avatar-item-1 {
        background-image: url("../images/avatar/avatar-bg-1.jpg"); }
      #skin .avatar-item-2 {
        background-image: url("../images/avatar/avatar-bg-2.jpg"); }
      #skin .avatar-item-3 {
        background-image: url("../images/avatar/avatar-bg-3.jpg"); }
      @media screen and (max-width: 1180px) {
        #skin .avatar-item {
          padding: 5vw; } }
      #skin .avatar-item-clothes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        padding-bottom: 80px; }
        #skin .avatar-item-clothes .avatar-content {
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: end;
          position: relative;
          z-index: 1; }
        #skin .avatar-item-clothes .avatar-pic {
          width: 360px;
          height: 500px; }
        #skin .avatar-item-clothes .avatar-info {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto;
          padding-bottom: 20px; }
        #skin .avatar-item-clothes .avatar-list {
          width: 400px; }
          #skin .avatar-item-clothes .avatar-list figcaption {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
        @media screen and (max-width: 1180px) {
          #skin .avatar-item-clothes .avatar-pic {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 30vw;
            flex: 0 0 30vw; } }
    #skin .avatar-img {
      position: relative;
      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;
      height: 100%;
      border-radius: 15px;
      overflow: hidden;
      background-color: #f4e2c3;
      background-image: url("../images/avatar/avatar-bg-icon.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      #skin .avatar-img::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(212, 192, 161, 0)), to(#d4c0a1));
        background: -webkit-linear-gradient(top, rgba(212, 192, 161, 0) 0%, #d4c0a1 100%);
        background: -o-linear-gradient(top, rgba(212, 192, 161, 0) 0%, #d4c0a1 100%);
        background: linear-gradient(to bottom, rgba(212, 192, 161, 0) 0%, #d4c0a1 100%); }
      #skin .avatar-img img {
        z-index: 2; }
      #skin .avatar-img figcaption {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        text-align: center;
        font-size: 24px;
        line-height: 1.2;
        padding: 0.5em 0 0.6em;
        z-index: 3; }
    #skin .avatar-pic-1 {
      position: relative;
      z-index: 1; }
      #skin .avatar-pic-1 .avatar-list {
        width: auto;
        text-align: center;
        color: #424242;
        font-size: 24px;
        padding: .5em 0; }
    #skin .avatar-pic-2 .swiper-wrapper {
      gap: 40px; }
      @media screen and (max-width: 1024px) {
        #skin .avatar-pic-2 .swiper-wrapper {
          gap: 20px; } }
    #skin .avatar-pic-2 .avatar-pic-item {
      width: 360px !important;
      overflow: hidden; }
      @media screen and (max-width: 1024px) {
        #skin .avatar-pic-2 .avatar-pic-item {
          width: 320px !important; } }
    #skin .avatar-pic-2 .avatar-img {
      position: relative;
      margin-bottom: 20px;
      height: 360px; }
      @media screen and (max-width: 1024px) {
        #skin .avatar-pic-2 .avatar-img {
          margin-bottom: 50px; } }
    #skin .avatar-pic-3 .swiper-wrapper {
      gap: 20px; }
      @media screen and (max-width: 1024px) {
        #skin .avatar-pic-3 .swiper-wrapper {
          gap: 20px; } }
    #skin .avatar-pic-3 .avatar-pic-item {
      width: 260px !important;
      overflow: hidden; }
      @media screen and (max-width: 1024px) {
        #skin .avatar-pic-3 .avatar-pic-item {
          width: 210px !important; } }
    #skin .avatar-pic-3 .avatar-img {
      position: relative;
      border-radius: 15px;
      overflow: hidden;
      margin-bottom: 20px; }
      @media screen and (max-width: 1024px) {
        #skin .avatar-pic-3 .avatar-img {
          margin-bottom: 50px; } }
      #skin .avatar-pic-3 .avatar-img figcaption {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        text-align: center;
        font-size: 24px;
        padding: 0.5em 0 0.6em; }
    #skin .avatar-item-5 .avatar-list figure, #skin .avatar-item-6 .avatar-list figure, #skin .avatar-item-7 .avatar-list figure, #skin .avatar-item-8 .avatar-list figure {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #skin .avatar-item-5 .avatar-list figure figcaption, #skin .avatar-item-6 .avatar-list figure figcaption, #skin .avatar-item-7 .avatar-list figure figcaption, #skin .avatar-item-8 .avatar-list figure figcaption {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial; }
    #skin .avatar-item-6 .avatar-img {
      height: 360px; }
      #skin .avatar-item-6 .avatar-img img {
        max-width: none;
        height: 360px;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
      @media screen and (max-width: 1024px) {
        #skin .avatar-item-6 .avatar-img {
          width: 320px;
          height: 320px; }
          #skin .avatar-item-6 .avatar-img img {
            height: 320px; } }
    #skin .avatar-info {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
      #skin .avatar-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;
        gap: 10px; }
      #skin .avatar-info h3 {
        text-align: center;
        font-size: 30px;
        margin-bottom: 1.3em;
        font-weight: 900;
        color: #4c804c;
        line-height: 1.4; }
        #skin .avatar-info h3 span {
          display: block;
          position: relative; }
          #skin .avatar-info h3 span::before {
            content: attr(data-storke);
            position: absolute;
            z-index: -1;
            text-stroke: 5px #fff;
            -webkit-text-stroke: 5px #fff; }
      @media screen and (max-width: 1180px) {
        #skin .avatar-info h3 {
          font-size: 2.5vw; } }
    #skin .avatar-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-left: auto;
      margin-right: auto;
      gap: 5px;
      font-size: 12px;
      font-weight: 600;
      color: #235539; }
      #skin .avatar-list li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%; }
      #skin .avatar-list figure {
        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;
        gap: 5px; }
        #skin .avatar-list figure img {
          width: 60px;
          height: auto; }
        #skin .avatar-list figure figcaption span {
          display: block;
          line-height: 1.3; }
  #skin .avatar-mobile {
    display: none;
    position: relative;
    background-color: #fff;
    border-radius: 3vw;
    padding: 3vw; }
    @media screen and (max-width: 1023px) {
      #skin .avatar-mobile {
        display: block; } }
    #skin .avatar-mobile .copy-text {
      font-size: 2.3vw;
      padding-top: 1em;
      text-align: center; }
    #skin .avatar-mobile .avatar-img {
      border-radius: 2vw;
      margin-bottom: 2vw; }
      #skin .avatar-mobile .avatar-img picture {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 3%;
        padding: 10vw 0 15vw; }
        #skin .avatar-mobile .avatar-img picture.pic-2 img {
          width: 40%;
          height: auto; }
        #skin .avatar-mobile .avatar-img picture img {
          width: 85%;
          height: auto; }
      #skin .avatar-mobile .avatar-img figcaption {
        font-size: 4.5vw; }
    #skin .avatar-mobile .avatar-list {
      padding: 0 1em;
      text-align: center; }
      #skin .avatar-mobile .avatar-list figure {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    #skin .avatar-mobile .swiper-slide {
      padding: 1vw; }
  #skin .swiper-button-prev, #skin .swiper-button-next {
    width: 53px;
    height: 76px;
    margin: 0;
    background-image: url("../images/arrow_left.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
    #skin .swiper-button-prev::after, #skin .swiper-button-next::after {
      content: ""; }
    @media screen and (orientation: portrait) {
      #skin .swiper-button-prev, #skin .swiper-button-next {
        width: 6vw;
        height: 9vw; } }
  #skin .swiper-button-prev {
    left: 0;
    -webkit-transform: translate(-120%, -50%);
    -ms-transform: translate(-120%, -50%);
    transform: translate(-120%, -50%); }
  #skin .swiper-button-next {
    right: 0;
    -webkit-transform: translate(120%, -50%) scaleX(-1);
    -ms-transform: translate(120%, -50%) scaleX(-1);
    transform: translate(120%, -50%) scaleX(-1); }
  #skin .character {
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top; }
    #skin .character-1 {
      width: 459px;
      height: 632px;
      background-image: url("../images/avatar/avatar-character-1.png"); }
    #skin .character-2 {
      width: 598px;
      height: 924px;
      background-image: url("../images/avatar/avatar-character-2.png");
      right: 0; }
    @media screen and (max-width: 1366px) {
      #skin .character {
        display: none; } }

/* -----------------------------------------------------------------
  聯動介紹
-------------------------------------------------------------------*/
#co-branded {
  background-image: url("../images/ip-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (orientation: portrait) {
    #co-branded .title {
      font-size: 2.5vw; } }
  @media screen and (orientation: portrait) and (max-width: 480px) {
    #co-branded .title {
      font-size: 5vw; } }
  #co-branded .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 600px) {
      #co-branded .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    #co-branded .inner_section:nth-child(1) {
      height: 960px; }
      #co-branded .inner_section:nth-child(1) img {
        height: 960px;
        width: auto;
        max-width: none; }
      @media screen and (max-width: 1600px) {
        #co-branded .inner_section:nth-child(1) {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 40vw;
          flex: 0 0 40vw;
          height: auto; }
          #co-branded .inner_section:nth-child(1) img {
            width: 100%;
            height: auto; } }
    #co-branded .inner_section:nth-child(2) {
      padding: 4rem;
      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;
      gap: 60px; }
      @media screen and (max-width: 1600px) {
        #co-branded .inner_section:nth-child(2) {
          padding: 2vw;
          gap: 2vw; } }
      @media screen and (max-width: 480px) {
        #co-branded .inner_section:nth-child(2) {
          padding: 5vw 2vw; } }
  #co-branded .content {
    padding: 0 1em;
    color: #fff;
    font-size: 18px;
    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;
    line-height: 1.6; }
    @media screen and (max-width: 1600px) {
      #co-branded .content {
        font-size: 1.5vw; } }
    @media screen and (orientation: portrait) {
      #co-branded .content {
        text-align: left; }
        #co-branded .content br {
          display: none; } }
    @media screen and (max-width: 600px) {
      #co-branded .content {
        padding: 10vw 1em;
        font-size: 14px;
        text-align: left; }
        #co-branded .content br {
          display: none; } }
  #co-branded .btn {
    font-family: "Noto Serif JP";
    font-weight: 900;
    text-align: center;
    font-size: 1.3em; }
    @media screen and (max-width: 600px) {
      #co-branded .btn {
        font-size: 1em; } }
    #co-branded .btn a {
      display: inline-block;
      background: -webkit-gradient(linear, left top, left bottom, from(#ddc78c), color-stop(49%, white), color-stop(50%, #f1e1b6), to(#b6987a));
      background: -webkit-linear-gradient(top, #ddc78c 0%, white 49%, #f1e1b6 50%, #b6987a 100%);
      background: -o-linear-gradient(top, #ddc78c 0%, white 49%, #f1e1b6 50%, #b6987a 100%);
      background: linear-gradient(to bottom, #ddc78c 0%, white 49%, #f1e1b6 50%, #b6987a 100%);
      padding: 2px; }
    #co-branded .btn p {
      display: inline-block;
      padding: .3em 1em;
      background: -webkit-gradient(linear, left top, left bottom, from(#634f41), to(#3a2e26));
      background: -webkit-linear-gradient(top, #634f41 0%, #3a2e26 100%);
      background: -o-linear-gradient(top, #634f41 0%, #3a2e26 100%);
      background: linear-gradient(to bottom, #634f41 0%, #3a2e26 100%); }
    #co-branded .btn span {
      display: inline-block;
      background: -webkit-gradient(linear, left bottom, left top, from(#fff6ad), to(#fff));
      background: -webkit-linear-gradient(bottom, #fff6ad 0%, #fff 100%);
      background: -o-linear-gradient(bottom, #fff6ad 0%, #fff 100%);
      background: linear-gradient(to top, #fff6ad 0%, #fff 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-box-decoration-break: clone; }
    #co-branded .btn:hover p {
      background-color: rgba(0, 0, 0, 0.8); }
    #co-branded .btn:hover span {
      background: -webkit-gradient(linear, left bottom, left top, from(#ffe400), to(#fff));
      background: -webkit-linear-gradient(bottom, #ffe400 0%, #fff 100%);
      background: -o-linear-gradient(bottom, #ffe400 0%, #fff 100%);
      background: linear-gradient(to top, #ffe400 0%, #fff 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-box-decoration-break: clone; }
  #co-branded .copy-text {
    text-align: center;
    font-size: 12px; }

/* -----------------------------------------------------------------
  新聞
-------------------------------------------------------------------*/
#news .title {
  width: 100%; }
  #news .title h2 {
    color: #4c804c; }
  #news .title::after {
    width: 6em;
    background-color: white;
    background-image: -webkit-linear-gradient(left, transparent 2px, #d5de12 1px);
    background-image: -o-linear-gradient(left, transparent 2px, #d5de12 1px);
    background-image: linear-gradient(90deg, transparent 2px, #d5de12 1px); }

.gotop {
  position: fixed;
  left: 10px;
  bottom: 5vw;
  z-index: 20;
  width: 120px; }
  .gotop img {
    max-width: 100%;
    height: auto; }
  @media screen and (max-width: 820px) {
    .gotop {
      width: 24vw; } }

.xpay {
  bottom: 70px; }
  @media screen and (max-width: 820px) {
    .xpay {
      bottom: 100px;
      right: 10px; } }

footer .copyright::before,
#co-branded .content::after,
#skin .avatar-pc::after,
#skin .avatar-mobile::after,
#activity .swiper::after {
  content: "©丘野優・オーバーラップ/望まぬ不死製作委員会";
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: center; }

footer .copyright::before {
  padding-bottom: .3em; }

#activity .swiper::after,
#skin .avatar-pc::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  z-index: 1; }

#skin .avatar-mobile::after {
  text-align: center;
  padding-top: 1em;
  font-size: 11px; }

#activity .swiper::after {
  -webkit-transform: translate(-50%, -150%);
  -ms-transform: translate(-50%, -150%);
  transform: translate(-50%, -150%);
  font-weight: 600;
  text-shadow: 0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff; }

@media screen and (orientation: portrait) and (max-width: 480px) {
  #activity .swiper::after {
    font-size: 10px; } }
