<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* PC用 */
@media screen and (min-width:768px) {
  body {
    min-width: 1200px;
    background: #e9e9e9;
  }
  .pcNone {
    display: none;
  }
  img {
    vertical-align: bottom;
  }
  .logo {
    position: relative;
    z-index: 10;
  }
  /* メインビジュアル
	-------------------------------------------------- */
  #mainVisual {
    padding: 100px 0;
  }
  .mvTitle {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .mvTitle p:nth-child(2) {
    margin: 0 30px;
  }
  .mvTitle p img {
    width: 100%;
  }
  .mvPhoto {
    display: -webkit-flex;
    display: flex;
    margin-top: 80px;
    overflow-x: hidden;
    justify-content: center;
  }
  .mvPhoto li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: 360px;
  }
  .mvPhoto img {
    height: 100%;
  }
  /* セクション
	-------------------------------------------------- */
  .secWrap {
    box-sizing: border-box;
    width: 1200px;
    margin: 0px auto 200px;
    background: #ffffff;
    padding: 50px 50px;
  }
  #staff .secWrap {
    margin-bottom: 50px;
  }
  .secWrap h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    font-family: 'Oswald', 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    color: #333333;
    transform: translateY(-50%);
  }
  .playerList {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .playerList &gt; li {
    width: 30%;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
  }
  .playerList.col4 {
    justify-content: flex-start;
  }
  .playerList.col4 &gt; li {
    width: 23%;
    margin: 0 1% 50px;
  }
  .playerThum {
    display: block;
    box-sizing: border-box;
    border: 1px solid #cccccc;
  }
  .playerThum a:hover {
    opacity: 0.8;
  }
  .playerThum img {
    width: 100%;
  }
  .playerThum.new, .playerThum.staff {
    position: relative;
    z-index: 1;
  }
  .playerThum.new::before {
    content: "NEW";
    font-family: 'Oswald', 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #ffffff;
    background: #cc0000;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    padding: 12px 10px;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .playerThum.staff::after {
    display: block;
    box-sizing: border-box;
    content: "STAFF PLAYER";
    font-family: 'Oswald', 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    letter-spacing: 0.1em;
    color: #ffffff;
    background: #000000;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    padding: 5px 10px;
    bottom: 10px;
    left: 0;
    z-index: 2;
  }
  .playerName {
    font-size: 18px;
    margin-top: 20px;
    text-align: left;
  }
  .playerName a {
    text-decoration: none;
    color: #000000;
  }
  .playerName a:hover {
    text-decoration: underline;
  }
  .playerSNS {
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
  }
  .playerSNS li {
    width: 36px;
    margin-right: 10px;
  }
  .playerSNS a {
    box-sizing: border-box;
    display: block;
    transition: all .3s;
  }
  .playerSNS a:hover {
    transform: translateY(-5px);
  }
  .playerSNS a img {
    width: 100%;
    image-rendering: crisp-edges;
  }
  .noDetail {
    box-sizing: border-box;
    display: block;
    background: #ffffff;
    margin-top: auto;
    color: #5f5f60;
    border: 2px solid #5f5f60;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .detailLink, .goodsLink {
    box-sizing: border-box;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.1em;
    transition: all .3s;
    position: relative;
  }
  .detailLink {
    background: #5f5f60;
    margin-top: 20px;
    border: 2px solid #5f5f60;
  }
  .goodsLink {
    background: #cc0000;
    margin-top: 10px;
    border: 2px solid #cc0000;
  }
  .detailLink::after, .goodsLink::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    top: 50%;
    right: 10%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }
  .detailLink:hover {
    background: #000000;
    border: 2px solid #000000;
  }
  .goodsLink:hover {
    background: #ffffff;
    color: #cc0000;
    border: 2px solid #cc0000;
  }
  .detailLink:hover::after {
    right: 8%;
  }
  .goodsLink:hover::after {
    right: 8%;
    border-top: 2px solid #cc0000;
    border-right: 2px solid #cc0000;
  }
  .tyuui {
    text-align: right;
    font-size: 14px;
  }
}
/* SP用 */
@media screen and (max-width:767px) {
  body {
    background: #e9e9e9;
  }
  .spNone {
    display: none;
  }
  img {
    vertical-align: bottom;
  }
  /* メインビジュアル
	-------------------------------------------------- */
  #mainVisual {
    padding: 20px 0;
  }
  .mvTitle p {
    margin: 15px 0 0;
    text-align: center;
    width: 100%;
  }
  .mvTitle p img {
    height: 77px;
  }
  .mvPhoto {
    display: -webkit-flex;
    display: flex;
    margin-top: 30px;
  }
  .mvPhoto li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .mvPhoto li:nth-child(1), .mvPhoto li:nth-child(4) {
    display: none;
  }
  .mvPhoto img {
    width: 100%;
  }
  /* セクション
	-------------------------------------------------- */
  .secWrap {
    box-sizing: border-box;
    width: 94%;
    margin: 0px auto 60px;
    background: #ffffff;
    padding: 20px 15px;
  }
  #staff .secWrap {
    margin-bottom: 0;
  }
  .secWrap h2 {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    font-family: 'Oswald', 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    letter-spacing: 0.1em;
    color: #333333;
  }
  .playerList {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .playerList &gt; li {
    width: 46%;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
  }
  .playerThum {
    display: block;
    box-sizing: border-box;
    border: 1px solid #cccccc;
  }
  .playerThum a {
    display: block;
  }
  .playerThum img {
    width: 100%;
  }
  .playerThum.new, .playerThum.staff {
    position: relative;
    z-index: 1;
  }
  .playerThum.new::before {
    content: "NEW";
    font-family: 'Oswald', 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #ffffff;
    background: #cc0000;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    position: absolute;
    padding: 8px 5px;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .playerThum.staff::after {
    display: block;
    content: "STAFF PLAYER";
    font-family: 'Oswald', 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #ffffff;
    background: #000000;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    text-align: center;
    position: absolute;
    padding: 8px 10px;
    bottom: 10px;
    left: 0;
    z-index: 2;
  }
  .playerName {
    font-size: 16px;
    margin-top: 15px;
  }
  .playerSNS {
    margin: 15px 0;
    display: -webkit-flex;
    display: flex;
  }
  .playerSNS li {
    width: 30px;
    margin-right: 8px;
  }
  .playerSNS li:last-child {
    margin-right: 0;
  }
  .playerSNS a {
    box-sizing: border-box;
    display: block;
    transition: all .3s;
  }
  .playerSNS a:hover {
    transform: translateY(-5px);
  }
  .playerSNS a img {
    width: 100%;
  }
  .noDetail {
    box-sizing: border-box;
    display: block;
    background: #ffffff;
    margin-top: auto;
    color: #5f5f60;
    border: 1px solid #5f5f60;
    text-align: center;
    padding: 9px 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
  }
  .detailLink, .goodsLink {
    box-sizing: border-box;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: all .3s;
    position: relative;
  }
  .detailLink {
    background: #5f5f60;
    margin-top: 0px;
    border: 2px solid #5f5f60;
  }
  .goodsLink {
    background: #cc0000;
    margin-top: 10px;
    border: 2px solid #cc0000;
  }
  .tyuui {
    font-size: 14px;
  }
}
/*コンテンツ共通*/
img {
  width: 100%;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
@media screen and (max-width:1000px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
.content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 薄い黒背景 */
  z-index: 10;
  text-align: center;
  opacity: 0; /* 初期状態で非表示 */
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  transition: opacity 1s ease-in-out, background-color 0.5s ease-in-out;
  margin-bottom: -00px;
  padding-bottom: 30px;
}
/*.content h2 {
  display: inline-block;
  color: white;
  background: linear-gradient(to right, #e60000, #f39800, #fff100, #009944, #0068b7, #1d2088, #920783);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 90px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
}*/
.content h2 {
  display: inline-block;
  color: white;
  background: linear-gradient(to right, #c3eacd, #63c3d2, #7c9bd2, #cc9fd3, #f37b9c, #f49d8d, #fdb87d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 90px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
}

.content h3 {
  display: inline-block;
  color: white;
  font-size: 72px;
  font-weight: bold;
  margin: 0 0 120px;
}
@media screen and (max-width:1200px) {
  .content {
    top: -40px;
    width: auto;
    height: auto;
    margin-bottom: -40px;
    padding-bottom: 30px;
  }
  .content h2 {
    font-size: 64px;
  }
  .content h3 {
    font-size: 64px;
  }
}
@media screen and (max-width:768px) {
  .content h2 {
    font-size: 80px;
  }
  .content h3 {
    font-size: 48px;
    margin: 0 0 60px;
  }
}
@media screen and (max-width:468px) {
  .content {
    top: -80px;
    width: auto;
    height: auto;
    margin-bottom: -80px;
    padding-bottom: 30px;
  }
  .content h2 {
    font-size: 46px;
  }
  .content h3 {
    font-size: 30px;
  }
}
/*mv*/
.MV {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.content .MV_textarea {
  position: relative;
  max-width: 55%;
  width: 100%;
  margin: 0 auto;
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@media screen and (max-width:1200px) {
  .content .MV_textarea {
    max-width: 80%;
  }
}
@media screen and (max-width:768px) {
  .content .MV_textarea {
    max-width: 85%;
  }
}
/*スライダー*/
.slider-container {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.slider {
  width: 100%;
}
.slider img {
  width: 88%;
  height: auto;
  object-fit: cover;
  transform: scale(0);
  animation: expand 1.5s ease-in-out forwards;
}
.slick-slide {
  padding: 0;
}
@media screen and (max-width: 1300px) and (max-height: 550px) {
  .slider img {
    width: 67%;
  }
}
@media screen and (max-width:768px) {
  .slider img {
    width: 100%;
  }
  .slider-container {
    margin-bottom: 5px;
  }
  .slick-slide {
    padding: 0 5px;
  }
}
@media screen and (max-width:500px) {
  .slider-container {
    margin-bottom: 4px;
  }
  .slick-slide {
    padding: 0 2px;
  }
}
/* 四角に広がるアニメーション */
@keyframes expand {
  0% {
    transform: scale(0); /* 初期状態で縮小 */
  }
  100% {
    transform: scale(1); /* 最終状態で元のサイズに */
  }
}
.rtl .slick-track {
  direction: rtl;
}
.slider_area {
  width: 100%;
  position: fixed;
  transform: scale(1);
  transform-origin: top;
  top: -10%;
}
@media screen and (max-width:2560px) {
  .slider_area {
    width: 100%;
    position: fixed;
    transform: scale(1);
    transform-origin: top;
    top: 7%;
  }
}
@media screen and (max-width:1200px) {
  .slider_area {
    transform: scale(1.2);
    top: 9%;
  }
}
@media screen and (max-width: 1300px) and (max-height: 550px) {
  .slider_area {
    transform: scale(1);
    top: 12%;
  }
}
@media screen and (max-width:1024px) {
  .slider_area {
    transform: scale(1.3);
  }
}
@media screen and (max-width:768px) {
  .slider_area {
    transform: scale(1.7);
    top: 5%;
  }
}
@media screen and (max-width:600px) {
  .slider_area {
    top: 10%;
    transform: scale(3);
  }
}
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&amp;display=swap');
.scroll_down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -80%;
}
.scroll_down a {
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  /*writing-mode: vertical-lr;*/
  text-decoration: none;
  text-transform: uppercase;
}
.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation:
    circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove {
  0% {
    bottom: 100px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 2px;
  height: 100px;
  background: #fff;
}
@media screen and (max-width:1200px) {
  .scroll_down {
    bottom: -120%;
  }
  @keyframes circlemove {
    0% {
      bottom: 90px;
    }
    100% {
      bottom: 0px;
    }
  }
  .scroll_down:after {
    height: 90px;
  }
}
@media screen and (max-width:768px) {
  .scroll_down {
    bottom: -65%;
  }
  @keyframes circlemove {
    0% {
      bottom: 100px;
    }
    100% {
      bottom: 0px;
    }
  }
  .scroll_down:after {
    height: 100px;
  }
}
@media screen and (max-width:500px) {
  .scroll_down {
    bottom: -110%;
  }
}
/*floating*/
.floating_nav {
  position: fixed; /* 固定位置 */
  bottom: 0; /* 初期状態で画面下部に表示 */
  left: 0;
  width: 100%;
  z-index: 10;
}
.floating_nav .nav_list {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.floating_nav .nav_list .nav_listitem {
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating_nav .nav_list .nav_listitem a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
.floating_nav .nav_list .nav_listitem p {
  color: #FFF;
  font-size: 18px;
  padding: 10px 0;
}
.official_nav {
  width: 100%;
  background-color: #B50004;
}
.support_nav {
  width: 100%;
  background-color: #000000;
}
.staff_nav {
  width: 100%;
  background-color: #1E4791;
}
@media screen and (max-width:768px) {
  .floating_nav .nav_list .nav_listitem p {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
  }
}
footer {
  display: none;
  padding: 40px;
  background: #000000;
}
footer &gt; a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
  text-decoration: none;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}
footer &gt; a i {
  font-size: 20px;
}
.sns {
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 40px;
}
.sns li {
  width: 17%;
}
.sns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 100%;
  background: #333333;
  aspect-ratio: 1;
}
.sns li a img {
  width: auto;
  height: 60%;
}
.sns li:nth-child(1) a img {
  height: 50%;
}
.official_app {
  font-size: clamp(16px, 1.5vw, 18px);
  color: #ffffff;
  font-weight: 600;
  margin-top: 40px;
  text-align: center;
}
.download {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.download a {
  display: block;
  margin: 0 10px;
}
.download img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}
.copyright {
  background: #333333;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 10px 0;
  position: relative;
}
@media screen and (max-width:1000px) {
  footer {
    display: block;
    padding: 40px 20px;
    background: #000000;
    position: relative;
  }
  footer &gt; a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px 20px;
    text-decoration: none;
    font-size: clamp(16px, 1.5vw, 18px);
    color: #333333;
    font-weight: 600;
  }
  footer &gt; a i {
    font-size: 24px;
  }
  .sns {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 40px;
  }
  .sns li {
    width: 18%;
  }
  .sns li a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 100%;
    background: #333333;
    aspect-ratio: 1;
  }
  .sns li a img {
    height: 60%;
  }
  .sns li:nth-child(1) a img {
    height: 50%;
  }
  .official_app {
    font-size: clamp(16px, 1.5vw, 18px);
    color: #ffffff;
    font-weight: 600;
    margin-top: 40px;
    text-align: center;
  }
  .download {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .download a {
    display: block;
    margin: 0 10px;
  }
  .download img {
    width: 100%;
    height: 80px;
    object-fit: contain;
  }
  .copyright {
    background: #333333;
    color: #ffffff;
    font-size: clamp(14px, 1.3vw, 16px);
    text-align: center;
    padding: 10px 0;
  }
}
@media screen and (min-width:1200px) {
  #floatNav {
    z-index: 11 !important;
    ;
  }
  /*  #floatNav .container{
    display: none !important;
  }*/
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    background: #ffffff;
  }
  .h_inner {
    box-sizing: border-box;
    padding: 10px 0;
    height: 60px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  .logoH img {
    width: auto;
    height: 100%;
  }
  .open-btn1 {
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 40px;
  }
  .open-btn1 span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    height: 5px;
    transform: scaleY(0.5) translateY(1px);
    background: #333333;
    width: 100%;
  }
  .open-btn1 span:nth-of-type(1) {
    top: 8px;
  }
  .open-btn1 span:nth-of-type(2) {
    top: 18px;
  }
  .open-btn1 span:nth-of-type(3) {
    top: 28px;
    width: 70%;
  }
  .open-btn1.active span:nth-of-type(1) {
    top: 13px;
    right: 0;
    transform: translateY(6px) rotate(-45deg);
    width: 120%;
    height: 3px;
  }
  .open-btn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  .open-btn1.active span:nth-of-type(3) {
    top: 25px;
    right: 0px;
    transform: translateY(-6px) rotate(45deg);
    width: 120%;
    height: 3px;
  }
  /* 暗い背景 */
  .nav-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    /* z-index: 5; */
    transition: all 0.3s;
  }
  /* .bg-activeが付与された時 */
  .nav-bg.bg-active {
    display: block;
    transition: all 0.3s;
  }
  #sp-g-nav {
    display: none;
  }
  #pc-g-nav {
    box-sizing: border-box;
    position: fixed;
    z-index: 10;
    background-color: #f1f1f1;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    width: 100%;
    top: 0;
    right: -100%;
    transition: all 0.3s;
    padding: 80px 0 0;
    overflow-y: auto; /* 縦方向のスクロールを許可 */
    -webkit-overflow-scrolling: touch; /* スムーズスクロール（スマホ対応） */
  }
  #pc-g-nav.panel-active {
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    transition: all 0.3s;
    padding: 80px 0 0;
    z-index: 11;
  }
  .navInner {
    display: block;
    box-sizing: border-box;
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  #pc-g-nav.panel-active .navInner:nth-of-type(1) {
    margin-bottom: 2rem;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    box-shadow: none;
    padding: 20px 30px;
  }
  #pc-g-nav.panel-active .navInner:nth-of-type(1) h2 {
    position: relative;
    cursor: pointer;
    font-weight: 700;
    padding: 2rem 0;
  }
  .navInner h2.open::before {
    transform: rotate(90deg);
    opacity: 0;
  }
  #pc-g-nav.panel-active .navInner:nth-of-type(1) h2::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 58px;
    width: 2px;
    height: 14px;
    margin-top: -7px;
    background-color: #cc0000;
    transition: 0.2s;
  }
  #pc-g-nav.panel-active .navInner:nth-of-type(1) h2::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 52px;
    width: 14px;
    height: 2px;
    margin-top: -1px;
    background-color: #cc0000;
  }
  #pc-g-nav.panel-active .navInner:nth-of-type(2) {
    margin-bottom: 2rem;
  }
  #pc-g-nav.panel-active .navInner:nth-of-type(1) .pageLink {
    display: block;
  }
  #pc-g-nav.panel-active .navInner:nth-of-type(1) .pageLink li {
    padding: 2rem 0;
    position: relative;
  }
  #pc-g-nav.panel-active .navInner:nth-of-type(1) .pageLink li a {
    color: #333333;
  }
  #pc-g-nav.panel-active .navInner:nth-of-type(1) .pageLink li::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0%;
    background: url(https://gigaplus.makeshop.jp/dartshive/special/2024_cat/images/footer_arrow.png) no-repeat;
    width: .8rem;
    height: 1.1rem;
    transform: translateY(-50%);
  }
  .tabs {
    display: flex;
    flex-wrap: wrap;
  }
  /*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item {
    background-color: #000000;
    color: #ffffff;
  }
  .tab_item {
    box-sizing: border-box;
    width: 32%;
    background-color: #f6f6f6;
    font-size: 16px;
    text-align: center;
    color: #333333;
    display: block;
    font-weight: 500;
    padding: 10px 0;
    margin-bottom: 2%;
    border-radius: 5px;
    transition: 0.2s;
    cursor: pointer;
  }
  .tab_item:nth-child(4), .tab_item:nth-child(10) {
    margin: 0 2% 2%;
  }
  /*ラジオボタンを全て消す*/
  input[name="tab_item"] {
    display: none;
  }
  .tab_content {
    display: none;
    width: 100%;
    margin-top: 40px;
  }
  /*選択されているタブのコンテンツのみを表示*/
  #nav_official:checked ~ #official_content, #nav_amazing:checked ~ #amazing_content, #nav_season:checked ~ #season_content, #nav_ambassador:checked ~ #ambassador_content, #nav_queen:checked ~ #queen_content {
    display: block;
  }
  .tab_content ul {
    display: flex;
    flex-wrap: wrap;
  }
  .tab_content li {
    width: 16.5%;
  }
  .tab_content li a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 14px;
    padding: 10px 0 10px 20px;
    color: #333333;
    text-decoration: none;
    font-weight: 500;
    transition: 0.2s;
  }
  .navInner li {
    border-bottom: 1px solid #cccccc;
  }
  .navInner li:last-child {
    border-bottom: none;
  }
  .navInner li a i {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 14px;
    margin-top: -7px;
  }
  .tab_content li a:hover {
    color: #cc0000;
  }
  .navInner li span {
    font-size: 13px;
    margin-left: 5px;
  }
  .collaboItem {
    text-align: center;
  }
  .collaboItem a {
    color: #065FD4;
    position: relative;
  }
  .collaboItem a::before {
    content: "";
    position: absolute;
    left: -15%;
    top: 50%;
    background: url(https://gigaplus.makeshop.jp/dartshive/special/2024_cat/images/Alert.png) center top / 100% no-repeat;
    width: 2rem;
    height: 2rem;
    transform: translateY(-50%);
  }
  .linkFlex {
    display: flex;
    justify-content: center;
  }
  .navInner a.item, .navInner a.shop {
    display: block;
    width: 35%;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
    padding: 15px 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    margin: 10px 20px;
  }
  .navInner a.item {
    background: #cc0000;
  }
  .navInner a.shop {
    background: #065fd4;
  }
  .navInner a.item:hover, .navInner a.shop:hover {
    margin: 13px 20px 7px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .navInner a.item::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    background: url(https://gigaplus.makeshop.jp/dartshive/special/2024_cat/images/item_arrow.png) center top / 100% no-repeat;
    width: 1rem;
    height: 1.4rem;
    transform: translateY(-50%);
  }
  .navInner a.shop::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    background: url(https://gigaplus.makeshop.jp/dartshive/special/2024_cat/images/item_link.png) center top / 100% no-repeat;
    width: 1.8rem;
    height: 1.8rem;
    transform: translateY(-50%);
  }
  .navInner a i {
    position: absolute;
    top: 50%;
    right: 20px;
  }
  .navInner a.item i {
    font-size: 20px;
    margin-top: -10px;
  }
  .navInner:nth-of-type(2) {
    margin-bottom: 2rem;
  }
  .navInner a.shop i {
    font-size: 16px;
    margin-top: -8px;
  }
  header h1 {
    display: none;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-top: 40px;
  }
  .visual {
    margin-top: 100px;
    text-align: center;
  }
  .visual span:nth-child(1) {
    display: block;
  }
  .visual span:nth-child(2) {
    display: none;
  }
  .visual img {
    width: 100%;
    max-width: 1200px;
  }
  .campaign {
    text-align: center;
    margin-top: 40px;
  }
  .linkBlock {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 800px;
  }
  .linkBlock a {
    display: block;
    width: 48%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
    padding: 15px 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    margin: 40px 0 0;
  }
  .linkBlock a.item {
    background: #cc0000;
  }
  .linkBlock a.shop {
    background: #065fd4;
  }
  .linkBlock a.item:hover, .linkBlock a.shop:hover {
    margin: 43px 0 -3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .linkBlock a i {
    position: absolute;
    top: 50%;
    right: 20px;
  }
  .linkBlock a.item i {
    font-size: 24px;
    margin-top: -12px;
  }
  .linkBlock a.shop i {
    font-size: 18px;
    margin-top: -9px;
  }
  .overview {
    text-align: center;
    margin-top: 60px;
  }
  .overview span img {
    width: 100%;
    max-width: 300px;
  }
  .overview p {
    font-size: 16px;
    margin-top: 40px;
    text-align: center;
    line-height: 1.8em;
  }
}
/* SP用 */
@media screen and (max-width:1199px) {
  .hrader_bottom {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    background: #fff;
    /* position: sticky; */
    margin-top: 6rem;
    /* z-index: 10; */
    border-bottom: 1px solid #ccc;
  }
  #AxolotlCollabo .m-Contents_Wrapper_Inner_MV_bg {
    margin-top: 0;
  }
  .hrader_bottom h1 {
    font-size: 1.5rem !important;
    text-align: center;
    padding: 1.5rem 2rem;
  }
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #header .h_inner {
    box-sizing: border-box;
    padding: 10px 20px;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    background: #ffffff;
    display: flex;
    justify-content: space-between;
  }
  .logoH img {
    width: auto;
    height: 100%;
  }
  .open-btn1 {
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 40px;
  }
  .open-btn1 span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    height: 5px;
    transform: scaleY(0.5) translateY(1px);
    background: #333333;
    width: 100%;
  }
  .open-btn1 span:nth-of-type(1) {
    top: 8px;
  }
  .open-btn1 span:nth-of-type(2) {
    top: 18px;
  }
  .open-btn1 span:nth-of-type(3) {
    top: 28px;
    width: 70%;
  }
  .open-btn1.active span:nth-of-type(1) {
    top: 13px;
    right: 0;
    transform: translateY(6px) rotate(-45deg);
    width: 120%;
    height: 3px;
  }
  .open-btn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  .open-btn1.active span:nth-of-type(3) {
    top: 25px;
    right: 0px;
    transform: translateY(-6px) rotate(45deg);
    width: 120%;
    height: 3px;
  }
  /* 暗い背景 */
  .nav-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    /* z-index: 5; */
    transition: all 0.3s;
  }
  /* .bg-activeが付与された時 */
  .nav-bg.bg-active {
    display: block;
    transition: all 0.3s;
  }
  #pc-g-nav {
    display: none;
  }
  #sp-g-nav {
    box-sizing: border-box;
    position: fixed;
    z-index: 10;
    background-color: #f1f1f1;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    width: 100%;
    top: 0;
    right: -100%;
    transition: all 0.3s;
    padding: 80px 20px 20px;
  }
  #sp-g-nav.panel-active {
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    transition: all 0.3s;
    overflow-y: scroll;
    padding: 80px 20px 20px;
    z-index: 11;
  }
  .navInner {
    display: block;
    box-sizing: border-box;
    padding: 20px 20px 30px;
  }
  .navInner:nth-of-type(1) {
    margin-bottom: 2rem;
    border-radius: 5px;
    position: relative;
    padding: 1.2rem 0 1.2rem 5rem;
    border: 1px solid #CCCCCC;
    background: #ffffff;
    display: none;
  }
  .navInner:nth-of-type(1) a {
    color: #065FD4;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px; /* 線の太さ */
  }
  .navInner:nth-of-type(1)::before {
    content: "";
    position: absolute;
    left: 5%;
    top: 50%;
    background: url(https://gigaplus.makeshop.jp/dartshive/special/2024_cat/images/Alert.png) center top / 100% no-repeat;
    width: 2rem;
    height: 2rem;
    transform: translateY(-50%);
  }
  .navInner:nth-of-type(2) {
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .navInner:nth-of-type(3) {
    padding: 2rem 0 3rem;
  }
  .navInner h2 {
    display: block;
    box-sizing: border-box;
    padding: 15px 0;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    z-index: 1;
  }
  .navInner h2::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 6px;
    width: 2px;
    height: 14px;
    margin-top: -7px;
    background-color: #cc0000;
    transition: 0.2s;
  }
  .navInner h2.open::before {
    transform: rotate(90deg);
    opacity: 0;
  }
  .navInner h2::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 14px;
    height: 2px;
    margin-top: -1px;
    background-color: #cc0000;
  }
  /*  .navInner ul{
    display: none;
  }*/
  .navInner li a {
    display: block;
    box-sizing: border-box;
    position: relative;
    padding: 15px 0 !important;
    font-size: 13px;
    font-weight: 500;
    /*border-bottom: 1px solid #cccccc;*/
    color: #333333;
    text-decoration: none;
  }
  .navInner li {
    border-bottom: 1px solid #cccccc;
  }
  .navInner li:last-child {
    border-bottom: none;
  }
  .navInner:nth-of-type(2) li a {
    position: relative;
  }
  .navInner:nth-of-type(2) li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: url(https://gigaplus.makeshop.jp/dartshive/special/2024_cat/images/footer_arrow.png) no-repeat;
    width: .8rem;
    height: 1.1rem;
    transform: translateY(-50%);
  }
  .navInner li i {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 14px;
    margin-top: -7px;
  }
  .navInner li span {
    font-size: 13px;
    margin-left: 5px;
  }
  .navInner a.item, .navInner a.shop {
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
    padding: 15px 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto;
  }
  .navInner a.item {
    margin-top: 20px;
    background: #cc0000;
  }
  .navInner a.item::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    background: url(https://gigaplus.makeshop.jp/dartshive/special/2024_cat/images/item_arrow.png) center top / 100% no-repeat;
    width: 1rem;
    height: 1.4rem;
    transform: translateY(-50%);
  }
  .navInner a.shop {
    margin-top: 20px;
    background: #065fd4;
  }
  .navInner a.shop::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    background: url(https://gigaplus.makeshop.jp/dartshive/special/2024_cat/images/item_link.png) center top / 100% no-repeat;
    width: 1.8rem;
    height: 1.8rem;
    transform: translateY(-50%);
  }
  .navInner a.item i, .navInner a.shop i {
    position: absolute;
    top: 50%;
    right: 20px;
  }
  .navInner a.item i {
    font-size: 20px;
    margin-top: -10px;
  }
  .navInner a.shop i {
    font-size: 16px;
    margin-top: -8px;
  }
}
.hidden {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s, transform 0.8s;
}
.show {
  opacity: 1;
  transform: translateY(0);
}</pre></body></html>