@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
:root {
  --blue: #0051A0;
  --page-bg: #e9e9e9;
  --text: #111;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page-bg);
  color: var(--text);
  font-family: "Proxima Nova", "proxima-nova", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none !important;
}

a:-moz-any-link {
  text-decoration: none !important;
}

a:link,
a:visited,
a:hover,
a:active,
a:any-link {
  text-decoration: none !important;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.sp-only {
  display: none !important;
}

.pc-only {
  display: block !important;
}

.pageTop a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  background-color: var(--text);
  justify-content: center;
  border-radius: 100px;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 3px 6px var(--text);
  border: 1px solid #fff;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 8;
}
@media (max-width: 767px) {
  .pageTop a {
    right: 10px;
    bottom: 20px;
  }
}
.pageTop a img {
  width: 40px;
  height: 40px;
}
.pageTop a:hover {
  transform: translateY(-5px);
  opacity: 0.7;
}


#wrapper {
  position: relative;
  overflow: hidden;
  background: var(--page-bg);
}

/* Header */
header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  height: clamp(96px, 6.56vw, 126px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
}

header .inner {
  position: relative;
  width: calc(100% - 20vw);
  max-width: none !important;
  height: 100%;
  margin: 0 auto !important;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
}

header .inner::before,
header .inner::after {
  display: none !important;
}

.header_main {
  width: clamp(320px, 19.53vw, 400px);
  flex: 0 0 clamp(320px, 19.53vw, 400px);
  min-width: clamp(320px, 19.53vw, 400px);
}

.siteHeading {
  width: 100%;
  white-space: nowrap;
}

.siteHeading a,
.siteHeading a:visited {
  display: inline-block;
  color: #fff;
  font-size: clamp(18px, 1.17vw, 24px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
  white-space: nowrap;
  transition: opacity 0.25s ease;
}

.siteHeading a:hover {
  opacity: 0.7;
}

.siteHeading .fanclub-name {
  display: inline-block;
  font-size: clamp(22px, 1.56vw, 32px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0;
}

.forSp {
  display: none;
}

#mainNav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 0;
  display: flex;
  background: transparent;
}

#mainNav ul.inner {
  width: auto !important;
  height: auto;
  display: flex;
  gap: clamp(18px, 1.25vw, 24px);
  align-items: center;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0;
  background: transparent;
  list-style: none;
}

#mainNav li {
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

#mainNav li a {
  display: block;
  border: 0 !important;
  background: transparent !important;
  color: #fff;
  font-size: clamp(13px, 0.78vw, 16px);
  font-weight: 700;
  line-height: 1;
  transition: opacity 0.25s ease;
}

#mainNav li a:hover {
  opacity: 0.7;
}

.user-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  width: auto !important;
  height: auto;
  margin: 0 0 0 24px !important;
  padding: 0;
  background: transparent;
}

.user-wrap p {
  width: clamp(128px, 7.81vw, 160px);
  height: clamp(31px, 2.15vw, 44px);
  margin: 0 !important;
  padding: 0;
  flex: 0 0 clamp(128px, 7.81vw, 160px);
}

.user-wrap a {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
  font-size: clamp(12px, 0.78vw, 16px);
  font-weight: 700;
  line-height: 1;
  transition: 0.25s ease;
}

.user-wrap a.join-btn {
  background: #fff;
  color: #000;
}

.user-wrap a:hover {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff !important;
}

#header_user {
  display: flex !important;
  flex-direction: row;
}

#navSwitcher {
  display: none;
}

/* First view */
#wrapper .fv {
  min-height: 100vh;
  padding-top: 80px;
  background: #000;
}

#wrapper .fv .fv-wrap {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#wrapper .fv picture {
  display: block;
  width: 100%;
}

#wrapper .fv .fv-img {
  display: block;
  width: 100%;
  height: calc(100vh - 80px);
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#wrapper .fv .logo {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
}

#wrapper .fv .logo img {
  width: 700px;
  margin: auto;
}

@media (min-width: 2000px) {
  #wrapper .fv .fv-wrap {
    max-width: 2000px;
  }
  #wrapper .fv .fv-img {
    -o-object-position: center -280px;
       object-position: center -280px;
  }
}
/* Shared section heading */
.design-main {
  background: var(--page-bg);
}

.section-heading {
  position: relative;
  width: calc(100% - 20vw);
  max-width: none;
  margin: 0 auto;
  z-index: 0;
}

.section-heading h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #000;
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.section-number {
  position: absolute;
  z-index: 0;
  color: #dedede;
  width: 330px;
  line-height: 1;
  pointer-events: none;
}

/* News */
#wrapper .news {
 padding: 10px 24px 0;
}

.news-heading .section-number {
  left: 70px;
  top: -72px;
}

#wrapper .news .news-wrap {
  width: calc(100% - 20vw);
  max-width: none;
  margin: 48px auto 0;
}

.news-item-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.news-item {
  min-height: 150px;
  padding: 30px;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 46px;
  align-items: center;
  border-radius: 7px;
  background: #fff;
  color: #111;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  transition: opacity 0.25s ease;
}

.news-item:hover {
  opacity: 0.72;
}

.news-thumb {
  width: 250px;
  aspect-ratio: 1.5/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-item .date {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
}

.news-item .article {
  margin: 0;
  color: #333;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.75;
  word-break: break-all;
}

.btn-wrap {
  display: flex;
  justify-content: flex-end;
}

.more-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 26px 12px 0 auto;
  color: var(--blue) !important;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  transition: opacity 0.25s ease;
}

.more-btn:link,
.more-btn:visited,
.more-btn:hover,
.more-btn:active {
  color: var(--blue) !important;
}

.more-btn:hover {
  opacity: 0.7;
}

.more-btn .arrow-right {
  width: 36px !important;
  min-width: 36px;
  max-width: 36px;
  height: 36px !important;
  min-height: 36px;
  max-height: 36px;
  flex: 0 0 36px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  display: block;
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2014'%20fill='none'%3E%3Cpath%20d='M1%207H18M12%201L18%207L12%2013'%20stroke='%230051A0'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") center/20px 14px no-repeat;
}

/* SNS */
#wrapper .sns-sec {
  padding: 92px 24px 112px;
}

.sns-heading {
  --follow-label-width: 120px;
  --follow-label-half: 60px;
  --follow-label-gap: 28px;
  min-height: 176px;
  z-index: 0;
}

.sns-heading .section-number {
  left: 74px;
  top: -78px;
}

.sns-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 120px;
  width: min(500px, max(0px, 50% - var(--follow-label-half) - var(--follow-label-gap)));
  height: 1px;
  background: #8f8f8f;
}

.sns-heading::after {
  display: none;
}

.sns-heading p {
  position: absolute;
  left: 50%;
  top: 112px;
  z-index: 1;
  width: var(--follow-label-width);
  margin: 0;
  transform: translateX(-50%);
  color: #666;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

#wrapper .sns-sec .wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: 78px auto 0;
  display: flex;
  justify-content: center;
  gap: 38px;
  position: relative;
  z-index: 1;
}

#wrapper .sns-sec .wrapper a {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: 0.25s ease;
}

#wrapper .sns-sec .wrapper a:hover {
  transform: translateY(-4px);
  opacity: 0.75;
}

#wrapper .sns-sec .wrapper img {
  max-width: 34px;
  max-height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Footer */
footer {
  position: relative;
  z-index: 2;
  padding: 58px 20px 42px;
  background: #000;
  color: #999;
}

footer .inner {
  max-width: 760px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

footer ul {
  margin: 0 0 34px !important;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 42px;
  list-style: none;
}

footer li {
  margin: 0 !important;
  font-size: 11px;
  font-weight: 700;
}

footer a,
footer a:visited {
  color: #d6d6d6;
}

footer .copyright {
  margin: 0;
  color: #8d8d8d;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}

/* Tablet and mobile header/menu */
@media (max-width: 1200px) {
  header {
    height: 80px;
    z-index: 20;
  }
  header .inner {
    max-width: none !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 10px;
    background: #000;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: flex !important;
  }
  .header_main {
    position: relative;
    z-index: 10004;
    display: block !important;
    width: min(280px, 100% - 150px);
    flex: 0 1 min(280px, 100% - 150px);
    min-width: 0;
  }
  .forPc {
    display: none !important;
  }
  .forSp {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .siteHeading a,
  .siteHeading a:visited {
    display: block !important;
    color: #fff !important;
    font-size: 14px;
  }
  .siteHeading .fanclub-name {
    font-size: 18px;
  }
  header > .inner > #header_user {
    position: fixed !important;
    top: 16px !important;
    right: 60px !important;
    left: auto !important;
    z-index: 10003 !important;
    display: flex !important;
    flex-direction: column-reverse !important;
    align-items: flex-end !important;
    gap: 5px !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  header > .inner > #header_user p {
    width: 76px !important;
    min-width: 76px !important;
    height: 21px !important;
    min-height: 21px !important;
    flex: 0 0 21px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  header > .inner > #header_user a {
    width: 76px !important;
    height: 21px !important;
    font-size: 11px !important;
    line-height: 1 !important;
    text-decoration: none !important;
  }
  #mainNav > .user-wrap {
    display: none !important;
  }
  #navSwitcher {
    position: fixed !important;
    top: 30px !important;
    right: 2px !important;
    z-index: 2147483647 !important;
    width: 40px;
    height: 40px;
    display: block !important;
    background-color: #000;
    padding: 0;
  }
  #navSwitcher a {
    width: 30px !important;
    height: 18px !important;
    /* margin: 5px 4px 0; */
    border-color: #fff;
    border-style: solid;
    border-width: 2px 0;
    display: block;
    position: relative;
    /* transition: border-width 0.3s ease; */
  }
  .menuOpen #navSwitcher a {
    border-width: 0;
  }
  #navSwitcher span {
    position: absolute;
    inset: 0;
    height: 2px;
    margin: auto;
    background: #fff;
    transition: transform 0.3s ease;
  }
  #mainNav {
    position: fixed;
    inset: 80px 0 0;
    left: 0;
    transform: none;
    z-index: 19;
    width: 100%;
    height: auto;
    padding: 110px 0 0;
    background: var(--page-bg);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  #mainNav ul.inner {
    width: 100% !important;
    flex-direction: column;
    gap: 26px;
    padding: 0;
    padding-top: 80px;
    height: fit-content;
  }
  #mainNav li a {
    color: #4a4a4a !important;
    font-size: 18px;
    line-height: 1.2;
  }
  #mainNav .user-wrap {
    display: none !important;
  }
  .menuOpen {
    overflow: hidden;
  }
  .menuOpen #mainNav {
    min-height: calc(100vh - 80px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .menuOpen #navSwitcher a {
    height: 22px;
    border: none;
}

  .menuOpen #navSwitcher .r {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menuOpen #navSwitcher .l {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
}
/* Mobile content */
@media (max-width: 768px) {
  #wrapper .fv {
    min-height: 0;
  }
  #wrapper .fv .fv-img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center top;
       object-position: center top;
  }

  #wrapper .fv .logo {
    display: none;
  }

  #wrapper .news {
    padding: 74px 6px 0;
  }
  .section-heading {
    width: 100%;
    max-width: 348px;
  }
  .news-heading {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-heading h2 {
    font-size: 45px;
    text-align: center;
  }
  .news-heading .section-number {
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    width: 250px;
  }
  #wrapper .news .news-wrap {
    width: 100%;
    max-width: 360px;
    margin-top: 0;
  }
  .news-item-wrap {
    gap: 14px;
  }
  .news-item {
    display: block;
    min-height: 0;
    padding: 22px 23px 24px;
  }
  .news-thumb {
    width: 100%;
    margin-bottom: 20px;
    aspect-ratio: 1.48/1;
  }
  .news-item .date {
    margin-bottom: 13px;
    font-size: 13px;
  }
  .news-item .article {
    font-size: 13px;
    line-height: 1.55;
  }
  .more-btn {
    margin-top: 29px;
    margin-right: 14px;
    font-size: 12px;
  }
  .more-btn .arrow-right {
    width: 34px !important;
    min-width: 34px;
    max-width: 34px;
    height: 34px !important;
    min-height: 34px;
    max-height: 34px;
    flex: 0 0 34px;
  }
  #wrapper .sns-sec {
    padding: 86px 24px 66px;
  }
  .sns-heading {
    max-width: 320px;
    min-height: 154px;
    text-align: center;
  }
  .sns-heading .section-number {
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    line-height: 1;
    width: 250px;
  }
  .sns-heading h2 {
    position: absolute;
    inset: 50px 0 auto;
    z-index: 2;
    font-size: 47px;
    line-height: 1;
    text-align: center;
  }
  .sns-heading::before,
  .sns-heading::after {
    content: "";
    position: absolute;
    top: 118px;
    left: 50%;
    width: 86px;
    height: 1px;
    display: block;
    background: #8f8f8f;
  }
  .sns-heading::before {
    transform: translateX(-160px);
  }
  .sns-heading::after {
    transform: translateX(74px);
  }
  .sns-heading p {
    top: 105px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
  }
  #wrapper .sns-sec .wrapper {
    gap: 30px;
    margin-top: 22px;
  }
  #wrapper .sns-sec .wrapper a {
    width: 47px;
    height: 47px;
  }
  #wrapper .sns-sec .wrapper img {
    max-width: 25px;
    max-height: 25px;
  }
  footer {
    padding: 51px 20px 32px;
  }
  footer ul {
    flex-direction: column;
    align-items: center;
    gap: 13px;
    margin-bottom: 32px !important;
  }
}
@media (max-width: 390px) {
  .header_main {
    width: min(210px, 100% - 145px);
    flex-basis: min(210px, 100% - 145px);
  }
  .siteHeading a,
  .siteHeading a:visited {
    font-size: 13px;
  }
  .siteHeading .fanclub-name {
    font-size: 17px;
  }
}/*# sourceMappingURL=style.css.map */