<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: noto-sans-cjk-jp, sans-serif;
}
html {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 62.5%; /*標準サイズ*/
  line-height: 1.7;
}
img {
  width: 100%;
}
a{
    text-decoration: none;
}
.content-wrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 10rem 0;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
@media screen and (max-width:1200px){
	.content-wrap{
		padding: 6rem 2rem;
	}
}
@media screen and (max-width:600px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
	.content-wrap{
		padding: 6rem 1rem;
	}
}

/*----------------------------ヘッダー----------------------------*/
/* PC用 */
@media screen and (min-width:1200px){
  #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;
  }
  
  .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;
  }
  .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;
  }
  
  .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;
  }
}
/*----------------------------ヘッダー----------------------------*/

/*----------------------------フッター----------------------------*/
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;
}
@media screen and (max-width:1000px) {
  footer {
    display: none;
    padding: 40px 20px;
    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: 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;
  }
}
/*----------------------------フッター----------------------------*/


#Niconico_event .Mainvisual{
    margin-top: 5rem;
    background-image: url("https://gigaplus.makeshop.jp/dartshive/special/2025_niconico/images/mv_bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#Niconico_event .Mainvisual .content-wrap{
        padding: 10rem 2rem;
}
@media screen and (max-width:1300px){
    #Niconico_event .Mainvisual .content-wrap{
            padding: 3rem 2rem;
    }
}
@media screen and (max-width:768px){
    #Niconico_event .Mainvisual{
        margin-top: 0rem;
    }
}
/*----------------------------ナビゲーション----------------------------*/
#Niconico_event .Navgation{
    background-image: url("https://gigaplus.makeshop.jp/dartshive/special/2025_niconico/images/nav_bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width:768px){
	#Niconico_event .Navgation{display: none;}
}
#Niconico_event .Navgation_images_top img{
    vertical-align: top;
}
#Niconico_event .Navgation_images_bottom img{
    vertical-align: bottom;
}
#Niconico_event .Navgation_list{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 5rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
#Niconico_event .Navgation_listitem{
    position: relative;
    background-color: #6591FD;
    padding: 2rem 0;
    width: calc(100% / 6);
    border-radius: 3rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
#Niconico_event .Navgation_listitem::after{
    position: absolute;
    content: "";
    top: 55%;
    right: 6%;
    background: url("https://gigaplus.makeshop.jp/dartshive/special/2025_niconico/images/up-arrow.png") no-repeat;
    background-size: contain;
    width:13px;
    height: 23px;
    transform: translateY(-50%);
}
#Niconico_event .Navgation_listitem:hover {
  transform: translateY(3px);
  box-shadow: none;
}
#Niconico_event .Navgation_listitem a{
    text-decoration: none;
}
#Niconico_event .Navgation_listitem p{
    color: #FFF;
    font-size: 1.4rem;
    font-weight: Medium;
    text-align: center;
}

@media screen and (max-width:1200px){
    
}
@media screen and (max-width:1024px){
    
}
@media screen and (max-width:768px){
    #Niconico_event .Navgation_listitem p{
        font-size: 1.2rem;
    }
    #Niconico_event .Navgation_list{
        justify-content: center;
            padding: 5rem 1rem;
    }
    #Niconico_event .Navgation_listitem{
        width: calc(100% / 3 - 15px);
    }
}
@media screen and (max-width:600px){
        #Niconico_event .Navgation_listitem {
            width: calc(100% / 2 - 10px);
            padding: 1.5rem 0;
    }
}
/*----------------------------ナビゲーション----------------------------*/
.section_Englishttl{
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
}
.section_Japanesettl{
    font-size: 4rem;
    font-weight: bold;
    text-align: left;
}
.section_bgttl{
    max-width: 180px;
    width: 100%;
    margin-right: auto;
    margin-bottom: 9rem;
    line-height: 0;
}
.caution{
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    background: #f8f8f8;
    margin-bottom: 6rem;
    padding: 3rem;
}
.caution_ttl{
    font-size: 1.6rem;
    font-weight: bold;
    color: #262F2E;
    margin-bottom: 3rem;
}
.caution_text{
    font-size: 1.3rem;
    color: #262F2E;
}
/*----------------------------ピックアップ----------------------------*/
.Pickup{
    background-color: #EDF5EE;
}
.Pickup .section_Englishttl{
    color: #61E5B0;
}
.Pickup .Pickup_list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap:15px;
}
.Pickup .Pickup_list .Pickup_listitem{
    position: relative;
    width: calc(100% / 3 - 30px);
    border-radius: 3rem;
    background-color: #FFF;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    padding: 3rem 3rem 4.5rem;
    margin-bottom: 4rem;
}
.Pickup .Pickup_list .Pickup_listitem a{
    text-decoration: none;
}
.Pickup_images{
    margin-bottom: 2.5rem;
}
.Pickup_ttl{
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 2.5rem;
    color: #262F2E;
}
.Pickup_text{
    font-size: 1.4rem;
    text-align: left;
    color: #262F2E;
}
.Pickup_arrow{
    position: absolute;
    max-width: 58px;
    width: 100%;
    bottom: -3rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.Pickup_arrow img{
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

@media screen and (max-width:1200px){
    
}
@media screen and (max-width:1024px){
    
}
@media screen and (max-width:768px){
    .Pickup .Pickup_list{
        gap: 20px;
    }
    .Pickup .Pickup_list .Pickup_listitem{
         width: calc(100% / 2 - 10px);
    }
}
@media screen and (max-width:600px){
    .Pickup .Pickup_list .Pickup_listitem {
        width: 100%;
    }
    .Pickup .Pickup_list .Pickup_listitem{
            padding: 3rem 2rem 4.5rem;
    }
}
/*----------------------------ピックアップ----------------------------*/

/*----------------------------スペシャル----------------------------*/
.Special{
    background-color: #F9EAD1;
}
.Special .section_Englishttl{
    color: #F7B159;
}
.Special .Special_ttl{
    text-align: center;
    margin: 0 auto 6rem;
}
.Special .Special_ttl span{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.Special .Special_ttl span::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 35%;
    background: linear-gradient(90deg, #7098FC, #61E5B0, #ABE98F, #F7B159, #EF6482, #B27FFD);
    opacity: 0.5;
    z-index: -1;
}
.Special .Special_box{
    width: 100%;
    background: #fff;
    filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.16));
    border-radius: 3rem;
    padding: 6rem;
}
.Special .Special_box .Special_images{
    margin-bottom: 5rem;
}
.Special .Special_box .flex{
    display: flex;
    justify-content: space-between;
    gap: 6rem;
    margin-bottom: 5rem;
}
.Special .Special_box .flex .Special_text{
    width: 100%;
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 0;
}
.Special .Special_box .flex .Special_news{
    width: 100%;
}
.Special .Special_box .flex .Special_news .Special_news_item{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
}
.Special .Special_box .flex .Special_news .Special_news_itemtab{
    max-width: 85px;
    width: 100%;
    font-size: 1.6rem;
    background-color: #F7B159;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}
.Special .Special_box .flex .Special_news .Special_news_itemcontent{
    width: 100%;
    font-size: 1.6rem;
    color: #262F2E;
}

.Special .Special_box .Special_join{
    width: 100%;
    background: linear-gradient(
        90deg,
      rgba(112, 152, 252, 0.4) 0%, 
      rgba(97, 229, 176, 0.4) 19.24%, 
      rgba(171, 233, 143, 0.4) 39.74%, 
      rgba(247, 177, 89, 0.4) 62.33%, 
      rgba(239, 100, 130, 0.4) 83.67%, 
      rgba(178, 127, 253, 0.4) 100%
    );
    padding: 6rem;
    margin-bottom: 6rem;
}

.Special .Special_box .Special_join .Special_join_ttl{
    color: #262F2E;
    font-size: 2.6rem;
    text-align: center;
    font-weight: bold;
}
.Special .Special_box .Special_join .Special_join_subttl{
    color: #CC0000;
    font-size: 14px;
    text-align: center;
    margin: 2rem 0 6rem;
    font-weight: bold;
}
@media screen and (max-width:768px){
	.Special .Special_box .Special_join .Special_join_subttl{
		text-align: left;
		margin-top: 10px;
	}
}


.Special .Special_box .Special_join .flex{
    display: flex;
	box-sizing: border-box;
    justify-content: space-between;
	margin-bottom: 0;
	background: #ffffff;
	border-radius: 1rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	padding: 3rem;
	gap: 0;
}

.Special_join_img{width: 25%;}
.join_item_text_sp{display: none;}
.Special .Special_box .Special_join .flex .Special_join_item{width: 70%;}

.Special .Special_box .Special_join .flex .Special_join_item .join_item_text{
    font-size: 1.6rem;
	font-weight: 600;
    color: #cc0000;
    text-align: left;
}
.Special .Special_box .Special_join .flex .Special_join_item .join_item_ttl{
    font-size: 2.4rem;
    font-weight: bold;
    color: #262F2E;
    text-align: left;
    margin: 3rem 0;
}
.Special .Special_box .Special_join .flex .Special_join_item .join_item_ttl .red{
    font-size: 2.4rem;
    color: #CC0000;
}
.Special .Special_box .Special_join .flex .Special_join_item  .join_item_notes{
    font-size: 1.3rem;
    color: #000000;
    text-align: left;
}

.Special_btn{
    position: relative;
    max-width: 363px;
    width: 100%;
    border-radius: 30px;
    background: #c00;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    padding: 1.5rem 0;
    margin: 0 auto;
    font-size: 1.6rem;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}
.Special_btn::after{
    position: absolute;
    content: "";
    top: 55%;
    right: 6%;
    background: url(https://gigaplus.makeshop.jp/dartshive/special/2025_niconico/images/arrow-down.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
}
.Special_btn:hover {
  transform: translateY(3px);
  box-shadow: none;
}

@media screen and (max-width:768px){
    .Pickup_ttl{
        font-size: 1.8rem;
        text-align: center;
    }
    .Special .Special_box .flex{
        display: block;
    }
    .Special .Special_box .flex .Special_text{
        margin-bottom: 3rem;
    }
    .Special .Special_box .Special_join{
        padding: 3rem;
    }
    .Special .Special_box .Special_join .Special_join_ttl{
        font-size: 2.4rem;
    }
    .Special .Special_box .Special_join .flex{
        display: block;
    }
    .Special .Special_box .Special_join .flex .Special_join_item{
        margin-bottom: 3rem;
    }
    .Special .Special_box .Special_join .flex .Special_join_item .join_item_ttl{
        margin: 2rem 0;
    }
    .Special .Special_box .Special_join .flex .Special_join_item .join_item_ttl
    .Special .Special_box .Special_join .flex .Special_join_item .join_item_ttl .red{
        font-size: 2.2rem;
    }
}
@media screen and (max-width:600px){
    .section_Japanesettl{
        font-size: 3rem;
    }
    .Special .Special_box{
           padding: 6rem 2rem;
    }
    .Special .Special_ttl,
    .Special .Special_box .Special_images{
        margin-bottom: 3rem;
    }
    .Special .Special_ttl span{
        font-size: 26px;
    }
    .Special .Special_box .Special_join .Special_join_ttl{
        font-size: 2rem;
		text-align: left;
    }
    .Special .Special_box .Special_join{
        padding: 2rem;
    }
    .Special .Special_box .flex .Special_text,
    .Special .Special_box .flex .Special_news .Special_news_itemtab,
    .Special .Special_box .flex .Special_news .Special_news_itemcontent{
        font-size: 1.4rem;
    }
    .Special .Special_box .flex{
        margin-bottom: 3rem;
    }
}
/*----------------------------スペシャル----------------------------*/

/*----------------------------グッズ----------------------------*/
.Goods{
    background-color: #F4DAD8;
}
.Goods .section_Englishttl{
    color: #EF6482;
}

.Goods .Goods_item{
    background-color: #FFF;
    border-radius: 3rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 6rem; 
    margin-bottom: 6rem;
}
.Goods .Goods_item .flex{
    display: flex;
    justify-content: space-between;
    gap: 6rem;
}
.Goods_item_info{
    width: 100%;
    order: 1;
}
.Goods_item_img{
    width: 100%;
    order: 2;
}
.Goods_item_name{
    font-size: 2rem;
    color: #262F2E;
    text-align: left;
    font-weight: bold;
    margin-bottom: 3rem;
}
.Goods_item_name .pink{
    font-size: 2rem;
    color: #EF6482;
    font-weight: bold;
    margin-bottom: 3rem;
}
.Goods_item_price{
    font-size: 1.4rem;
    color: #EF6482;
    font-weight: bold;
    margin-bottom: 3rem;

}
.Goods_item_bonus{
    border: 2px solid #EF6482;
    margin-bottom: 2rem;
}
.Goods_item_bonus_ttl{
    font-size: 1.4rem;
    background-color: #EF6482;
    color: #FFF;
    width: 100%;
    text-align: center;
    padding: 1.5rem 0;
}
.Goods_item_bonus_text{
    color: #EF6482;
    font-size: 1.4rem;
    padding: 1rem 1rem 0;
}
.Goods_item_box_notestext{
    color: #333333;
    font-size: 1.2rem;
    padding: 1rem 1rem 1rem 1.5rem;
}
.Goods_item_box{
    border: 2px solid #333333;
    margin-bottom: 0rem;
}
.Goods_item_box.mb{
    margin-bottom: 2rem;
}
.Goods_item_box_ttl{
    font-size: 1.4rem;
    background-color: #333333;
    color: #FFF;
    width: 100%;
    text-align: center;
    padding: 1.5rem 0;
}
.Goods_item_box_text{
    color: #333333;
    font-size: 1.4rem;
    padding: 1rem;
}
.Goods .caution{
    margin-bottom: 0;
}

.movie{
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-bottom: 2rem;
}

.movie iframe{
	width: 100%;
	height: 100%;
}

@media screen and (max-width:1200px){
    
}
@media screen and (max-width:1024px){
    
}
@media screen and (max-width:768px){
    .Goods .Goods_item{
        padding: 6rem 2rem;
    }
    .Goods .Goods_item .flex{
        display: grid;
    }
    .Goods_item_info{
        order: 2;
    }
    .Goods_item_img{
            order: 1;
    }
}
@media screen and (max-width:600px){
    .Goods .Goods_item .flex{
        gap: 3rem;
    }
    .Goods_item_name{
        font-size: 1.8rem;
    }
    .Goods_item_name .pink{
        font-size: 1.8rem;
    }
}
/*----------------------------グッズ----------------------------*/


/*----------------------------ブースイベント----------------------------*/
.BoothEvent{
    background-color: #CAAAF8;
}
.BoothEvent .section_Englishttl{
    color: #B27FFD;
}
.BoothEvent_box{
    width: 100%;
    background: #fff;
    filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.16));
    border-radius: 3rem;
    padding: 6rem;
}
.BoothEvent_ttl {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}
.BoothEvent_ttl+p {
	font-size: 24px;
	text-align: center;
	margin: 2rem 0 6rem;
}
.BoothEvent_box .BoothEvent_images{
    margin-bottom: 5rem;
}
.BoothEvent_box .flex{
    display: flex;
    justify-content: space-between;
    gap: 6rem;
    margin-bottom: 5rem;
}
.BoothEvent_box .flex .BoothEvent_text{
    width: 100%;
    font-size: 1.6rem;
    text-align: left;
}
.BoothEvent_box .flex .BoothEvent_news{
    width: 100%;
}
.BoothEvent_news_item{
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    align-items: center;
}
.BoothEvent_news_itemtab{
    max-width: 85px;
    width: 100%;
    font-size: 1.6rem;
    background-color: #F7B159;
    color: #FFF;
    text-align: center;
    margin-right: auto;
    font-weight: bold;
}
.BoothEvent_news_itemcontent{
    width: 100%;
    font-size: 1.6rem;
    color: #262F2E;
}
@media screen and (max-width:1200px){
    
}
@media screen and (max-width:1024px){
    
}
@media screen and (max-width:768px){
    .BoothEvent_box .flex{
        display: block;
    }
    .BoothEvent_box .flex .BoothEvent_text{
        margin-bottom: 3rem;
    }
}
@media screen and (max-width:600px){
    .BoothEvent_box{
        padding: 6rem 2rem;
    }
    .BoothEvent_box .BoothEvent_images{
        margin-bottom: 3rem;
    }
    .BoothEvent_ttl{
        font-size: 24px;
    }
	.BoothEvent_ttl+p {
		font-size: 14px;
		text-align: center;
		margin: 2rem 0 3rem;
	}
    .BoothEvent_box .flex .BoothEvent_text,
    .BoothEvent_news_itemtab,
    .BoothEvent_news_itemtab,
    .BoothEvent_news_itemcontent{
        font-size: 1.4rem;
    }
    
}
/*----------------------------ブースイベント----------------------------*/

/*----------------------------ブース情報----------------------------*/
.BoothInfo .section_Englishttl{
    color: #6591FC;
}

.BoothInfo .flex{
    display: flex;
    justify-content: space-between;
    gap: 6rem;
}
.BoothInfo .flex .BoothInfo_item{
    width: 100%;
}
.BoothInfo .flex .BoothInfo_item:first-child{
    margin-bottom: 0rem;
}
.BoothInfo .flex .BoothInfo_item .BoothInfo_images{
    max-width: 365px;
    width: 100%;
    margin: 0 auto 6rem;
}
.BoothInfo .flex .BoothInfo_item .BoothInfo_content{
    background: #f8f8f8;
    padding: 3rem;
}
.BoothInfo .flex .BoothInfo_item .BoothInfo_content .BoothInfo_text{
    font-size: 1.6rem;
    color: #262F2E;
    margin-bottom: 3rem;
}
.BoothInfo .flex .BoothInfo_item .BoothInfo_content .BoothInfo_text a{
    font-size: 1.6rem;
    color: #262F2E;
}
.BoothInfo .flex .BoothInfo_item .BoothInfo_content .BoothInfo_btn{
    position: relative;
    max-width: 363px;
    width: 100%;
    border-radius: 30px;
    background: #c00;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    padding: 1.5rem 0;
    margin: 0 auto;
    font-size: 1.6rem;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}
.BoothInfo .flex .BoothInfo_item .BoothInfo_content .BoothInfo_btn::after{
    position: absolute;
    content: "";
    top: 55%;
    right: 6%;
    background: url(https://gigaplus.makeshop.jp/dartshive/special/2025_niconico/images/arrow-down.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
}
.BoothInfo .flex .BoothInfo_item .BoothInfo_content .BoothInfo_btn:hover {
  transform: translateY(3px);
  box-shadow: none;
}
.BoothEvent .caution{
    margin-bottom: 0;
}
@media screen and (max-width:768px){
    .BoothInfo .flex{
        display: block;
    }
    .BoothInfo .flex .BoothInfo_item:first-child{
        margin-bottom: 6rem;
    }
}
/*----------------------------ブース情報----------------------------*/

@media screen and (max-width:768px){
	.Special_join_img{width: 100%;}
	.join_item_text_sp{display: block; font-size: 1.6rem; font-weight: 600; color: #cc0000; text-align: left; margin-bottom: 20px;}
	.Special .Special_box .Special_join .flex .Special_join_item{width: 100%;}
	.join_item_text{display: none;}
	.Special .Special_box .Special_join .flex .Special_join_item .join_item_ttl{font-size: 2rem;}
	.section_Englishttl{margin-left: 2rem;}
	.section_Japanesettl{margin-left: 2rem;}
	.section_bgttl{margin-left: 2rem;}
	.Goods .caution{display: none;}
	.Goods .Goods_item.mB0{margin-bottom: 0;}
	.Special_news_item{display: block !important;}
	.Special .Special_box .flex .Special_text, .Special .Special_box .flex .Special_news .Special_news_itemtab, .Special .Special_box .flex .Special_news .Special_news_itemcontent{margin-top: 10px;}
	.BoothEvent_news_item{display: block;}
	.BoothEvent_box .flex .BoothEvent_text, .BoothEvent_news_itemtab, .BoothEvent_news_itemtab, .BoothEvent_news_itemcontent{margin-top: 10px;}
}</pre></body></html>