@charset "utf-8";

footer {
  display: none;
  padding: 40px;
  background: #000000;
}
footer > 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 > 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 > 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 > 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: 52px;
    background: url(https://gigaplus.makeshop.jp/dartshive/special/2024_cat/images/footer_arrow.png) no-repeat;
    width: .9rem;
    height: 1.2rem;
    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);
}