@charset "UTF-8";
.sp_sub_menu {
  display: none;
}

body {
  background-color: #000;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  scroll-behavior: smooth;
}

h1 {
  font-size: clamp(32px, 5vw, 75px);
  transition: font-size 0.2s ease;
  font-weight: 900;
  line-height: 80px;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  h1 {
    font-size: clamp(44px, 5vw, 44px);
    line-height: 50px;
  }
}

h2 {
  font-size: 80px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 80px;
  line-height: 40px;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
h2 .jp-title {
  font-size: 14px;
}

.fanclub-item {
h3 {
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  line-height: 24px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}
h3 .jp-title {
  font-size: 12px;
}
}

a.more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 200px;
  height: 40px;
  margin: 30px auto 0;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  text-decoration: none !important;
  border: 1px solid #FFF;
}
@media (max-width: 1023px) {
  a.more-btn {
    width: 100%;
  }
}
a.more-btn p {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  a.more-btn p {
    font-size: 20px;
  }
}
a.more-btn:hover {
  color: #000;
  background-color: #fff;
}

.pageTop a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  background-color: #000;
  justify-content: center;
  border-radius: 100px;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 3px 6px #000;
  border: 1px solid #fff;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 10;
}
@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;
}

header {
  background-color: #000;
  color: #fff;
  width: 100%;
  padding-bottom: 0;
  position: fixed;
}
@media (max-width: 767px) {
  header {
    position: fixed;
    z-index: 9;
  }
}
header .inner {
  max-width: 1240px !important;
  margin: auto !important;
  display: flex;
  max-width: none;
  margin: 0;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  header .inner {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  header .inner {
    padding: 0 10px;
  }
}
header .inner .header_main {
  margin-right: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  header .inner .header_main {
    margin-right: auto;
  }
}
header .inner .header_main .siteHeading {
  padding-right: 0;
}
header .inner .header_main .siteHeading a {
  font-size: clamp(16px, 3vw, 40px);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  header .inner .header_main .siteHeading a {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  header .inner .header_main .siteHeading a {
    font-size: 16px;
    letter-spacing: 0px;
  }
}
header .inner .header_main .siteHeading a:visited {
  color: #fff;
}
header .inner .header_main .siteHeading a:hover {
  opacity: 0.5;
}
header .inner .header_main .forSp {
  width: -moz-fit-content;
  width: fit-content;
}
header .inner .header_main .forSp a {
  letter-spacing: 1px;
}
header .inner #header_user {
  display: flex;
  gap: 10px;
  width: 250px;
  background-color: transparent;
  margin-left: auto;
  height: 40px;
  padding: 0;
}
@media (max-width: 767px) {
  header .inner #header_user {
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
    gap: 5px;
    margin-top: 50px;
    margin-bottom: 5px;
  }
}
header .inner #header_user p {
  margin-right: 0;
  width: 120px;
  border: 1px solid #fff;
  transition: 0.3s ease-in-out;
  height: 40px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  header .inner #header_user p {
    width: 80px;
    height: 30px;
  }
}
@media (max-width: 410px) {
  header .inner #header_user p {
    width: 70px;
    height: 30px;
  }
}
header .inner #header_user p a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  header .inner #header_user p a {
    font-weight: 400;
    font-size: 11px;
  }
}
header .inner #header_user p:hover {
  background-color: #fff;
}
header .inner #header_user p:hover a {
  color: #000;
}

#mainNav {
  background-color: #000;
  margin: auto;
  padding: 0;
  position: fixed;
  top: 60px;
  z-index: 2;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  width: -webkit-fill-available; /* Safari / Chrome */
  width: -moz-available; /* Firefox */
  width: stretch;
  padding-top: 20px;
}
@media (max-width: 1023px) {
  #mainNav {
    padding: 0 50px;
    top: 60px !important;
  }
}
@media (max-width: 767px) {
  #mainNav {
    padding: 0;
    flex-direction: column;
    height: 100%;
    padding: 20px 0;
  }
}
#mainNav .inner {
  display: flex;
  max-width: 1240px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: right;
}
@media (max-width: 767px) {
  #mainNav .inner {
    flex-direction: column;
  }
}
#mainNav .inner li {
  margin-right: 0;
  margin-left: 30px;
}
@media (max-width: 767px) {
  #mainNav .inner li {
    height: auto;
    overflow: visible;
    margin-left: 0;
  }
}
#mainNav .inner li a {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  transition: 0.3s ease-in-out;
  font-size: 18px !important;
  font-weight: 400 !important;
  padding-left: 0;
  padding-right: 0;
}
#mainNav .inner li a:nth-child(1) {
  padding-left: 0;
}
@media (max-width: 1023px) {
  #mainNav .inner li a {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  #mainNav .inner li a {
    border-top: unset;
    padding: 0;
  }
}
#mainNav .inner li a:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  /* ハンバーガーの初期状態 */
  #navSwitcher {
    position: fixed;
    top: 14px;
    right: 10px;
    background-color: transparent;
    border-radius: 100px;
    border-color: #fff;
    top: 0px;
  }
  #navSwitcher span {
    transition: transform 0.3s ease, opacity 0.3s ease;
    background-color: #fff;
    height: 3px;
  }
  #navSwitcher a {
    border-color: #fff;
    border-width: 3px;
  }
  /* メニュー非表示時 */
  #mainNav {
    position: fixed;
    left: 0;
    height: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9;
    pointer-events: none;
    transform: translateY(10px);
    z-index: 11;
  }
  #mainNav ul {
    width: 100vw !important;
    background-color: #000;
    padding-top: 50px;
  }
  #mainNav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  #mainNav ul li a {
    width: -moz-fit-content;
    width: fit-content;
  }
  /* メニュー表示時 */
  .menuOpen #mainNav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    height: 100vh;
    transform: translateY(0px);
    margin-top: 25px !important;
  }
}
#wrapper {
  position: relative;
}
#wrapper .fv {
  height: 100vh;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #wrapper .fv {
    height: 100vh;
  }
}
@media (max-width: 360px) {
  #wrapper .fv {
    height: calc(100vh - 67px);
  }
}
#wrapper .fv .fv-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1240px;
  margin: auto;
}
@media (max-width: 1023px) {
  #wrapper .fv .fv-wrap {
    flex-direction: column;
  }
}
#wrapper .fv .fv-wrap .fv-img {
  margin-top: 105px;
  --fade: 50px; /* ← グラデ幅 */
  --strength: 0.9; /* ← 黒の強さ(0〜1) */
  position: relative;
  display: inline-block; /* 画像サイズに合わせる */
}
@media (max-width: 767px) {
  #wrapper .fv .fv-wrap .fv-img {
    --fade: 30px; /* ← グラデ幅 */
    --strength: 0.9; /* ← 黒の強さ(0〜1) */
    margin-top: 0px;
  }
}
#wrapper .fv .fv-wrap .fv-img > img {
  display: block;
  width: 100%;
  height: auto;
}
#wrapper .fv .fv-wrap .fv-img::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* 四辺＋四隅のグラデーションを重ねる */
  background: linear-gradient(to right, rgba(0, 0, 0, var(--strength)), rgba(0, 0, 0, 0) var(--fade)) left/var(--fade) 100% no-repeat, linear-gradient(to left, rgba(0, 0, 0, var(--strength)), rgba(0, 0, 0, 0) var(--fade)) right/var(--fade) 100% no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, var(--strength)), rgba(0, 0, 0, 0) var(--fade)) top/100% var(--fade) no-repeat, linear-gradient(to top, rgba(0, 0, 0, var(--strength)), rgba(0, 0, 0, 0) var(--fade)) bottom/100% var(--fade) no-repeat, radial-gradient(circle at top left, rgba(0, 0, 0, var(--strength)), rgba(0, 0, 0, 0) var(--fade)) top left/var(--fade) var(--fade) no-repeat, radial-gradient(circle at top right, rgba(0, 0, 0, var(--strength)), rgba(0, 0, 0, 0) var(--fade)) top right/var(--fade) var(--fade) no-repeat, radial-gradient(circle at bottom left, rgba(0, 0, 0, var(--strength)), rgba(0, 0, 0, 0) var(--fade)) bottom left/var(--fade) var(--fade) no-repeat, radial-gradient(circle at bottom right, rgba(0, 0, 0, var(--strength)), rgba(0, 0, 0, 0) var(--fade)) bottom right/var(--fade) var(--fade) no-repeat;
}
#wrapper .fv .fv-wrap .right {
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: left;
  z-index: 1;
}
@media (max-width: 1023px) {
  #wrapper .fv .fv-wrap .right {
    width: 100%;
    height: 35%;
    justify-content: center;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  #wrapper .fv .fv-wrap .right {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  #wrapper .fv .fv-wrap .right .container {
    width: 100%;
    padding: 0 10px;
  }
}
#wrapper .fv .fv-wrap .right .container .title {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  #wrapper .fv .fv-wrap .right .container .title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #wrapper .fv .fv-wrap .right .container .title {
    margin-bottom: 15px;
  }
}
#wrapper .fv .fv-wrap .right .container .title .jp-name {
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 200;
}
@media (max-width: 767px) {
  #wrapper .fv .fv-wrap .right .container .title .jp-name {
    font-size: clamp(14px, 4vw, 14px);
    font-weight: 100;
  }
}
#wrapper .fv .fv-wrap .right .container .title .en-title {
  font-size: 40px;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #wrapper .fv .fv-wrap .right .container .title .en-title {
    font-size: 24px;
    margin-top: 15px;
  }
}
#wrapper .fv .fv-wrap .right .container .fv-btn {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
#wrapper .fv .fv-wrap .right .container .fv-btn a {
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 40px;
  font-size: 15px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #wrapper .fv .fv-wrap .right .container .fv-btn a {
    width: 100%;
  }
}
#wrapper .fv .fv-wrap .right .container .fv-btn a:hover {
  color: #000;
  background-color: #fff;
}
#wrapper .fv .fv-wrap .left {
  right: 0;
  top: 0;
  z-index: 0;
  width: 55%;
  height: 100vh;
}
@media (max-width: 1023px) {
  #wrapper .fv .fv-wrap .left {
    position: static;
    height: 65%;
    margin: auto;
    align-items: center;
  }
}
@media (max-width: 767px) {
  #wrapper .fv .fv-wrap .left {
    padding-top: 80px;
    width: 100%;
  }
}
@media (max-width: 360px) {
  #wrapper .fv .fv-wrap .left {
    padding-top: 67px;
  }
}
#wrapper .fv .fv-wrap .left .fv-img {
  width: 100%;
  height: 100%;
  background-image: url("//img-fan.pia.jp/main/image/2wylrx03/0d9b2ldf.jpeg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  #wrapper .fv .fv-wrap .left .fv-img {
    background-size: contain;
  }
}
#wrapper .news {
  padding: 100px 30px;
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 767px) {
  #wrapper .news {
    padding: 100px 10px;
  }
}
#wrapper .news .container {
  display: flex;
  flex-direction: column;
}
#wrapper .news .container hr {
  border-color: #AFAFAF;
  border-width: 0.3px;
  margin: 0;
}
#wrapper .news .container .news-item {
  display: flex;
  padding: 20px 0 20px 10px;
  flex-direction: row;
  gap: 30px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  #wrapper .news .container .news-item {
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
  }
}
#wrapper .news .container .news-item:active {
  color: unset;
}
#wrapper .news .container .news-item:hover {
  background-color: #fff;
}
#wrapper .news .container .news-item:hover .date, #wrapper .news .container .news-item:hover .article, #wrapper .news .container .news-item:hover .cat-wrap .cat-item {
  color: #000;
}
#wrapper .news .container .news-item:hover .cat-wrap .cat-item {
  border-color: #fff;
}
#wrapper .news .container .news-item .date {
  font-size: 14px;
}
#wrapper .news .container .news-item .article {
  font-size: 16px;
}
@media (max-width: 767px) {
  #wrapper .news .container .news-item .article {
    font-size: 14px;
  }
}
#wrapper .news .news-btn {
  padding-top: 60px;
}
#wrapper .news .news-btn .news-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 40px;
  margin: auto;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  border: 1px solid #fff;
  transition: 0.3s;
}
#wrapper .news .news-btn .news-more:hover {
  color: #000;
  background-color: #fff;
}
#wrapper .fanclub {
  padding: 100px;
  background: transparent linear-gradient(54deg, #BA1233 0%, #680D33 48%, #240B35 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 1023px) {
  #wrapper .fanclub {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  #wrapper .fanclub {
    padding: 100px 10px;
  }
}
#wrapper .fanclub .container .fanclub-menu {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  #wrapper .fanclub .container .fanclub-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 300px));
    gap: 10px;
  }
}
#wrapper .fanclub .container .fanclub-menu .fanclub-item {
  display: flex;
  padding: 30px 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #fff;
  max-width: 300px;
  width: 25%;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  min-width: 100px;
}
@media (max-width: 767px) {
  #wrapper .fanclub .container .fanclub-menu .fanclub-item {
    width: auto;
    max-width: unset;
    padding: 20px 10px;
  }
}
#wrapper .fanclub .container .fanclub-menu .fanclub-item .sp-only {
  display: none;
}
@media (max-width: 450px) {
  #wrapper .fanclub .container .fanclub-menu .fanclub-item .sp-only {
    display: block;
  }
}
#wrapper .fanclub .container .fanclub-menu .fanclub-item h3 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #wrapper .fanclub .container .fanclub-menu .fanclub-item h3 {
    padding: 0 5px;
  }
}
#wrapper .fanclub .container .fanclub-menu .fanclub-item img {
  width: 100px;
}
#wrapper .fanclub .container .fanclub-menu .fanclub-item .fanclub-img {
  max-width: 100px;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wrapper .sns-sec {
  width: 100vw;
  background-color: #fff;
  margin: auto;
  padding: 60px 0;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 767px) {
  #wrapper .sns-sec {
    flex-direction: column;
  }
}
#wrapper .sns-sec .sns-title {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
}
#wrapper .sns-sec .wrapper {
  display: flex;
  gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
}
#wrapper .sns-sec .wrapper a {
  padding: 1px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: 0.3s ease-in-out;
}
#wrapper .sns-sec .wrapper a img {
  max-height: 28px;
  max-width: 28px;
}
@media (max-width: 1023px) {
  #wrapper .sns-sec .wrapper a {
    width: 40px;
    height: 40px;
  }
}
#wrapper .sns-sec .wrapper a:hover {
  transform: translateY(-5px);
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */