@charset "utf-8";
:root{
  --font-mincho:  YakuHanJP, "Zen Old Mincho", serif;
  --font-gothic:  YakuHanJP, "M PLUS 1p", sans-serif;
  --font-c01: #a01423;
  --font-c02: #fff;
  --button-color: linear-gradient(90deg, rgba(133, 13, 26, 1), rgba(160, 20, 35, 1));
}
/*defaultCancel*/
#wrapper:has(.st-ns_general-wrap){
  min-width: auto;
}
#container #mainContent{
  margin: 0;
  padding: 0;
}
.st-ns_general-wrap img{
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}
.st-ns_general-wrap,
.st-ns_general-wrap a{
  color: #222;
  text-decoration: none;
}
.st-ns_top,
.st-ns_common-h2,
.st-ns_common-h3{
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.st-ns_general-wrap .st-ns_flex_box{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
/*--fadeIn*/
.st-ns_general-wrap{
  animation: fadeIn 1s ease-out 0s 1 normal;
  -webkit-animation: fadeIn 1s ease-out 0s 1 normal;
  opacity: 1;
  width: 100%;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
/*defaultCancel*/

/*common_start*/
.st-ns_general-wrap{
  box-sizing: border-box;
  font-feature-settings: "palt";
  letter-spacing: 0.081em;
  overflow: hidden;
  position: relative;
  font-family: var(--font-mincho);
}
.st-ns_general-wrap a{
  display: block;
  opacity: 1;
  position: relative;
  transition: 0.3s;
}
.st-ns_general-wrap img{
  display: block;
  height: auto;
  width: 100%;
}
.st-ns_general-wrap a:hover img{
  opacity: 1;
}
.st-ns_general-wrap a:before,
.st-ns_general-wrap a:after{
  content: "";
  display: block;
  position: absolute;
}
.st-ns_sp-block,
.st-ns_sp-block a,
img.st-ns_sp-block{
  display: none;
}
.st-ns_com-w1000{
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.st-ns_common-h2{
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
  padding-top: 96px;
  justify-content: center;
  color: var(--font-c02);
  letter-spacing: -7px;
  position: relative;
}
.st-ns_common-h2::before{
  content: '';
  display: block;
  width: 313px;
  height: 84px;
  background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/260131mahoyaku/260130/bg_ribbon.png") no-repeat 0 0 / 100%;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.st-ns_common-h2 .st-ns_space{
    letter-spacing: 2px;
}
.st-ns_common-h3{
  font-family: var(--font-gothic);
  color: var(--font-c01);
  text-align: center;
  font-weight: 800;
  letter-spacing: 0;
  height: 132px;
  display: grid;
}
.st-ns_h3_box{
  margin: 0;
  padding: 0;
  background: none;
  justify-content: center;
  font-weight: 800;
}
/*common_end*/

/*top_start*/
.st-ns_top{
  background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/260131mahoyaku/260130/bg_top.png") repeat #a01423 center 0 / 74px 94px;
  padding-bottom: 36px;
}
.st-ns_top .st-ns_com-w1000{
  position: relative;
  z-index: 2;
}
/*top_end*/

/*anc_start*/
.st-ns_anc_wrap {
  position: relative;
}
.st-ns_anc_btn {
  display: none;
  cursor: pointer;
  position: fixed;
  top: 80px;
  left: initial;
  right: 32px;
  width: 40px;
  height: 40px;
  z-index: 12;
  box-sizing: border-box;
  transition: 0.3s;
  opacity: 0;
  filter: drop-shadow(0 0 2px #850d1a) drop-shadow(0 0 2px #850d1a);
}
.st-ns_anc_btn span {
  width: 40px;
  height: 4px;
  background: #fff;
  display: block;
  border-radius: 1000px;
  position: absolute;
  left: 50%;
  transform-origin: 50% 50%;
  transition: 0.3s;
}
.st-ns_anc_btn span:nth-of-type(1){
  translate: -50% 150%;
}
.st-ns_anc_btn span:nth-of-type(2){
  translate: -50% 450%;
}
.st-ns_anc_btn span:nth-of-type(3){
  translate: -50% 750%;
}
.st-ns_navigation_open .st-ns_anc_btn span {
  transition: 0.3s;
  translate: -50% 445%;
}
.st-ns_navigation_open .st-ns_anc_btn span:nth-of-type(1){
  rotate: 45deg;
}
.st-ns_navigation_open .st-ns_anc_btn span:nth-of-type(2){
  opacity: 0;
}
.st-ns_navigation_open .st-ns_anc_btn span:nth-of-type(3){
  rotate: -45deg;
}
.st-ns_anc-list{
  width: 200px;
  display: none;
}
.st-ns_anc-list a{
  background: #fff;
  display: flex;
  justify-content: center;
  border-radius: 1000px;
  border: 2px solid #440205;
  font-family: var(--font-gothic);
  font-weight: 700;
  color: #440205;
  font-size: 13px;
  height: 36px;
  align-items: center;
}
.st-ns_anc_txt{
  rotate: 0.03deg;
}
/* --fixd */
.st-ns_anc_fixd .st-ns_anc_wrap:before{
  content: '';
  display: block;
  background: rgba(68, 2, 5,0.5);
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 0;
}
.st-ns_anc_fixd.st-ns_navigation_open .st-ns_anc_wrap:before {
  position: fixed;
  height: 100vh;
  animation: st-ns_anc_wrap_01 0.5s ease forwards;
  z-index: 99;
}
.st-ns_anc_fixd.st-ns_navigation_close .st-ns_anc_wrap:before {
  position: absolute;
  height: 210vh;
  animation: st-ns_anc_wrap_02 0.5s ease forwards;
}
@keyframes st-ns_anc_wrap_01 {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes st-ns_anc_wrap_02 {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.st-ns_anc_fixd.st-ns_navigation_open .st-ns_navigation {
  position: fixed;
  top: 51px;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
}
.st-ns_anc_fixd .st-ns_anc_btn {
  display: block;
  opacity: 1;
  z-index: 99;
}
.st-ns_anc_fixd.st-ns_navigation_open .st-ns_anc-list {
  transition: 0.3s;
  display: block;
  position: absolute;
  top: 88px;
  left: initial;
  right: 40px;
}
.st-ns_anc_fixd .st-ns_anc-list li:nth-of-type(n+2) {
  margin-top: 1em;
}
.st-ns_anc_fixd .st-ns_anc-list .st-ns_current a {
  background: #440205;
  color: #fff;
  border-color: #240103;
}
/*anc_end*/

/*contents_start*/
.st-ns_main_contents{
  background: #850d1a;
  position: relative;
  padding-top: 24px;
  z-index: 0;
}
.st-ns_wave{
  width: 100%;
  height: 32px;
  background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/260131mahoyaku/260130/bg_wave.png") repeat-x center 0 / 142px 32px;
  position: absolute;
  top: -32px;
  left: 0;
  z-index: -2;
}
.st-ns_wave img{
  width: 2000px;
  mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALIAAAPoCAMAAABNqVRWAAAAllBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6C80qAAAAMXRSTlMA/eJYMOzEkge/T8mNcCIXDfqkiFtA8OfVuK17dm1LNiQeBPHctJybZV1FPrqdgWcszN3x+QAABJ9JREFUeNrs0lduwzAURFEWkVS3qnuPu9Pe/jeX3wSgETumSoA5K7gYDAMAAAAAAAAAAACAG7ZpXSXlYa/HQuX0TT4UY71/K+fymvqsHzaX5BgITvcQwXG+3LAOrWUcvNDDXrSp1qx93mI6oieoaeKx9gxkocgBVciMtWCz0Jyc4cE8ZY0aJBE5FyUD1hBfTjg1ggeVz9xbx4oaNDSe64EDalx09t09eDaiVqh3N6/+POTUmrx4/h/LV2qZDp+68GlMHdgtMvY3aamoI8M4ZQ/bhhNOHeKTcMse4ZWCOjeKV+w+2cXsqCeECbNfaldnE3HqFR6ZyvN/XMC71stQfszMVPfgDDdwoYt4dpJhXa8Y/TtItkAykq2QjGQrJCPZCslItkIykq2QjGQrJCPZCslItkIykq2QjGQrJCPZCslf7M6BAAAAAIAgf+sFRiiClJey8lJWXsrKS1l5KSsvZeWlrLyUlZey8lJWXsrKS1l5KSsvZeWlrLyUlZey8lJWXsrKS1l5KSsvZeWlrLyUlZey8lJWXsrKSzl250AAAAAAQJC/9QIjFEHKS1l5KSsvZeWlrLyUlZey8lJWXsrKS1l5KSsvZeWlrLyUlZey8lJWXsrKS1l5KSsvZeWlrLyUlZey8lJWXsrKS1l5KSsvZeWlrLyUlZey8lJWXsrKS1l5KSsvZeWlrLyUlZey8lJWXsrKS1l5KSsvZeWlrLyUlZey8lJWXsrKS1l5KSsvZeWlrLyUlZey8lJWXsrKsTsHAgAAAACC/K0XGKEIWsrKS1l5KSsvZeWlrLyUlZey8lJWXsrKS1l5KSsvZeWlrLyUlZey8lJWXsrKS1l5KSsvZeWlrLyUlZey8lJWXsrKS1l5KSsvZeWlrLyUlZey8lJWXsrKS1l5KSsvZeWlrLyUlZey8lJWXsrKS1l5KSsvZeWlrLyUlZey8lJWXsrKS1l5KSsvZeWlrLyUlZey8lJWXsrKS1l5KSsvZeWlrLyUlZey8lJWXsrKS1l5KSsvZeWlrLyUlZey8lJWXsrKS1l5KSsvZeWlrLyUlZey8lJWXsrKS1l5KSsvZeWlrLyUlZey8lJWXsrKS1l5KSsvZeWlrLyUlZey8lJWXsrKS1l5KSsvZeWlrLyUlZey8lJWXsrKS1l5KSsvZeWlrLyUlZey8lJWXsrKS7l254AGAAAAYVD/1hZ4ATdIgHJSVk7KyklZOSkrJ2XlpKyclJWTsnJSVk7KyklZOSkrJ2XlpKyclJWTsnJSVk7KyklZOSkrJ2XlpKyclJWTsnJSVk7KyklZOSkrJ2XlpKyclJWTsnJSVk7KyklZOSkrJ2XlpKyclJWTsnJSVk7KyklZOSkrJ2XlpKyclJWTsnJSVk7KyklZOSkrJ2XlpKyclJWTsnJSVk7KyklZOSkrJ2XlpKyclJWTsnJSVk7KyklZOSkrJ2XlpKyclJWTsnJSVk7KyklZOSkrJ2XlpKyclJWTsnJSVk7KyklZOSkrJ2XlpKyclJWTsnJSVk7KyklZOSkrJ2XlpKyclJWTsnJSVk7KyklZOSkrJ2XlpKyclJWTsnJSVk7Kl+UBYybuXR2vdaoAAAAASUVORK5CYII=);
  mask-repeat: repeat-x;
  mask-position: 50% 33px;
  mask-size: 142px 776px;
  position: absolute;
  top: -56px;
  left: 50%;
  translate: -50% 0;
}
.st-ns_bokeh{
  position: absolute;
  width: 100%;
  height: 253vw;
  top: 670px;
  left: 50%;
  translate: -50% 0;
  flex-direction: column;
}
.st-ns_bokeh span{
  display: block;
  background-image: radial-gradient(circle, #ff3046, transparent 70%);
  width: 1300px;
  height: 1300px;
  position: relative;
  z-index: -1;
  margin: -730px auto 0;

}
.st-ns_goods_frame{
  box-shadow: 0 0 0 2px #440205;
  border-radius: 20px;
  background: #fff;
  border: 5px solid #fff;
  margin: 51px auto 124px;
  position: relative;
}
.st-ns_goods03{
  margin-bottom: 0;
}
.st-ns_goods_inner{
  border: 1px solid #440205;
  border-radius: 16px;
  box-shadow: inset 5px 5px 2px 0 rgba(68, 2, 5, 0.1);
  position: relative;
  padding: 53px 0 72px;
}
.st-ns_goods02 .st-ns_goods_inner{
  padding-bottom: 39px;
}
.st-ns_goods_frame::before,
.st-ns_goods_frame::after{
  content: '';
  display: block;
  width: 270px;
  height: 270px;
  background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/260131mahoyaku/260130/bg_frame01.png") no-repeat 0 0 / 100%;
  position: absolute;
  z-index: 1;
}
.st-ns_goods_inner::before,
.st-ns_goods_inner::after{
  content: '';
  display: block;
  position: absolute;
}
.st-ns_goods_frame::before{
  top: -5px;
  left: -5px;
}
.st-ns_goods_frame::after{
  bottom: -5px;
  right: -5px;
  rotate: 180deg;
}
.st-ns_goods_inner::before{
  background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/260131mahoyaku/260130/bg_frame02_pc.png") no-repeat 0 0 / 100%;
  width: 127px;
  height: 185px;
  top: 0;
  right: 20px;
}
.st-ns_goods_inner::after{
  background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/260131mahoyaku/260130/bg_frame03_pc.png") no-repeat 0 0 / 100%;
  width: 219px;
  height: 235px;
  bottom: 17px;
  left: 17px;
}
.st-ns_h3_small{
  font-size: 40px;
}
.st-ns_h3_big{
  font-size: 48px;
  align-items: center;
}
.st-ns_h3_type{
  font-size: 24px;
  background: #a01423;
  color: var(--font-c02);
  margin: 0 0 7px 7px;
  padding: 8px 16px 8px 15px;
  border-radius: 100px;
  font-weight: 600;
}
.st-ns_goods01 .st-ns_goods_img{
  width: 730px;
  margin: 35px auto 0;
  padding: 0 0 48px;
}
.st-ns_goods02 .st-ns_goods_img{
  width: 632px;
  margin: 27px auto 0;
  padding: 0 0 40px;
}
.st-ns_goods03 .st-ns_goods_img{
  margin: -13px auto 0;
}
.st-ns_goods-link{
  width: 480px;
  background: var(--button-color);
  margin: 14px auto;
  position: relative;
  font-size: 26px;
}
.st-ns_goods-link::before,
.st-ns_goods-link::after{
  content: '';
  display: block;
  width: 480px;
  height: 14px;
  position: absolute;
  left: 0;
}
.st-ns_goods-link::before{
  background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/260131mahoyaku/260130/btn_deco_top_pc.png") no-repeat 0 0 / 100%;
  top: -14px;
}
.st-ns_goods-link::after{
  background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/260131mahoyaku/260130/btn_deco_btm_pc.png") no-repeat 0 0 / 100%;
  bottom: -14px;
}
.st-ns_goods-link .st-ns_link_inner{
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--font-c02);
  font-weight: 600;
}
.st-ns_goods-link .st-ns_link_inner::after{
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  height: 0;
  right: 24px;
  top: 50%;
  translate: 0 -50%;
  width: 0;
}
.st-ns_goods-link .st-ns_link_text{
  line-height: 1;
  padding-bottom: 2px;
}
.st-ns_goods_note{
  text-align: center;
  font-size: 14px;
  font-family: var(--font-gothic);
  font-weight: 600;
  color: var(--font-c01);
  padding-top: 12px;
  rotate: 0.03deg;
}
/*----carousel*/
.st-ns_carousel{
  width: 100%;
}
.st-ns_carousel_item{
  box-sizing: border-box;
  opacity: 0.6;
  transition: 0.3s;
  height: auto;
  width: 440px;
  transform: scale(0.8136);
  margin-left: -25px;
}
.slick-center.st-ns_carousel_item{
  opacity: 1;
  transition: 0.3s;
  transform: scale(1);
}
.st-ns_carousel_im{
  max-width: 440px;
}
.st-ns_goods03 .slick-prev,
.st-ns_goods03 .slick-next{
  position: absolute;
  top: 50%;
  cursor: pointer;
  height: 66px;
  width: 66px;
  z-index: 10;
  background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/260131mahoyaku/260130/ic_arrow.png") no-repeat 0 0 / 100%;
  translate: 0 26%;
}
.st-ns_goods03 .slick-prev{
  left: 20px;
  rotate: 180deg;
  filter: drop-shadow(-2px -2px 4px rgba(0,0,0,0.3));
}
.st-ns_goods03 .slick-next{
  right: 20px;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
}
.st-ns_goods03 .slick-dots{
  display: flex !important;
  margin: 48px auto 70px;
  justify-content: center;
}
.st-ns_goods03 .slick-dots li{
  display: block;
  margin: 0px 4px;
}
.st-ns_goods03 .slick-dots button {
  color: transparent;
  outline: none;
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  background: white;
  border-color: #bb2837;
  border: 2px solid #bb2837;
}
.st-ns_goods03 .slick-dots .slick-active button {
  background: #bb2837;
}
.st-ns_carousel .slick-track{
  margin-left: 80px;
}
/*----period*/
.st-ns_period_note{
  color: var(--font-c02);
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: var(--font-gothic);
  padding-top: 36px;
  line-height: 1.78;
  margin-bottom: 79px;
}
.st-ns_note_top,
.st-ns_note_mdl{
  font-size: 18px;
  rotate: 0.03deg;
  letter-spacing: 0.1em;
}
.st-ns_note_btm{
  font-size: 14px;
  rotate: 0.03deg;
  margin-top: 1px;
}
/*--game_intro*/
.st-ns_game_intro{
  background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/260131mahoyaku/260130/bg_circle.png") no-repeat center 0 / 1980px;
  padding-top: 407px;
  padding-bottom: 104px;
  text-align: center;
  color: var(--font-c02);
  position: relative;
  z-index: 2;
}
.st-ns_intro_top{
  font-size: 64px;
  font-weight: 700;
  letter-spacing: -.01em;
}
.st-ns_intro_top .st-ns_brackets{
  font-weight: 300;
}
.st-ns_intro_text{
  font-family: var(--font-gothic);
  font-size: 18px;
  rotate: 0.03deg;
  line-height: 3.11;
  margin-top: 38px;
}
[class^="st-ns_intro_mdl"]{
  font-size: 38px;
  font-weight: 700;
  line-height: 1.6;
}
.st-ns_intro_mdl01{
  margin-top: 38px;
}
.st-ns_intro_mdl02{
  letter-spacing: 0;
}
.st-ns_event_logo{
  width: 380px;
  margin: -4px auto 0;
  padding-left: 16px;
}
.st-ns_intro_date{
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.017em;
}
.st-ns_intro_date .st-ns_date_big{
  font-size: 64px;
}
.st-ns_game_dl{
  justify-content: space-between;
  width: 866px;
  margin: 32px auto 0;
  align-items: center;
}
.st-ns_game_logo{
  width: 234px;
}
.st-ns_dl_inner{
  margin-right: 12px;
}
.st-ns_download_tx{
  font-size: 24px;
  font-family: var(--font-gothic);
  margin-bottom: 19px;
  line-height: 1;
  align-items: center;
}
.st-ns_download_tx::before,
.st-ns_download_tx::after{
  content: '';
  display: block;
  width: 100px;
  height: 8px;
  background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/260131mahoyaku/260130/bg_deco_download.png") no-repeat 0 0 / 100%;
}
.st-ns_download_tx::after{
  rotate: 180deg;
}
.st-ns_dl_inner .st-ns_flex_box{
  width: 481px;
  justify-content: space-between;
}
[class^="st-ns_icon_"] img{
  height: 77px;
}
/*contents_end*/

/*footer_start*/
.st-ns_footer{
  position: relative;
  background: #440205;
  font-size: 12px;
  line-height: 1;
  padding: 10px 3%;
  text-align: center;
  z-index: 2;
  color: var(--font-c02);
  font-family: var(--font-gothic);
}
.st-ns_footer p{
  rotate: 0.03deg;
}
/*footer_end*/

/*relation_start*/
.st-ns_relation{
  margin: 72px 0 81px;
}
.st-ns_banner{
  width: 970px;
  margin: 0 auto;
}
/*relation_end*/

/*hover*/
.st-ns_general-wrap .st-ns_link-shift:hover{
  transform: translate(10px, 0px);
}
.st-ns_link-shift,
.st-ns_general-wrap a,
.st-ns_general-wrap a img{
  transition: 0.3s;
}
/*hover*/

/*1023 or less tablet*/
@media screen and (max-width:1023px){
  /*defaultCancel*/
  .st-ns_general-wrap a.is-tap{
    text-decoration: none!important;
  }
  /*defaultCancel*/

  /*common_start*/
  .st-ns_general-wrap{
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  .st-ns_sp-block,
  .st-ns_sp-block a,
  img.st-ns_sp-block{
    display: block;
  }
  .st-ns_pc-block,
  .st-ns_pc-block a,
  img.st-ns_pc-block{
    display: none;
  }
  .st-ns_com-w1000{
    max-width: 800px;
    width: clamp(18.75rem, 93.75vw, 59.941rem);
  }
  .st-ns_common-h2{
    font-size: clamp(1.75rem, 8.75vw, 4.375rem);
    padding-top: clamp(3.125rem, 15.63vw, 7.813rem);
    letter-spacing: -0.1em;
  }
  .st-ns_common-h2::before{
    width: clamp(9.781rem, 0.01rem + 48.85vw, 24.438rem);
    height: clamp(2.563rem, -0.021rem + 12.92vw, 6.438rem);
  }
  .st-ns_common-h2.st-ns_flex_box{
    flex-direction: column;
    text-align: center;
  }
  .st-ns_common-h2 .st-ns_space{
    letter-spacing: 0;
  }
  .st-ns_common-h2 .st-ns_h2_btm{
    font-size: clamp(2.25rem, 11.25vw, 5.625rem);
    margin-top: clamp(0.45rem, 2.25vw, 1.125rem);
  }
  .st-ns_common-h3{
    height: clamp(5.125rem, 25.62vw, 12.813rem);
    line-height: 1.2;
  }
  .st-ns_h3_box.st-ns_flex_box{
    flex-direction: column;
    text-align: center;
  }
  /*common_end*/

  /*top_start*/
  .st-ns_top{
    background-size: clamp(2.325rem, 11.63vw, 5.813rem) clamp(2.975rem, 14.88vw, 7.438rem);
    padding-bottom: 20px;
  }
  .st-ns_top .st-ns_com-w1000{
    width: 100%;
  }
  /*top_end*/

  /*anc_start*/
  .st-ns_anc-list{
    width: 80%;
  }
  .st-ns_anc-list a{
    font-size: 15px;
    height: 56px;
  }
  /* --fixd */
  .st-ns_anc_fixd.st-ns_navigation_open .st-ns_anc-list {
    right: 50%;
    translate: 50% 0;
  }
  /*anc_end*/

  /*contents_start*/
  .st-ns_main_contents{
    padding-top: clamp(1rem, 5vw, 2.5rem);
  }
  .st-ns_wave{
    height: clamp(25rem, 125vw, 62.5rem);
    background-size: clamp(4.45rem, 22.25vw, 11.125rem) clamp(1rem, 5vw, 2.5rem);
    top: -3.9vw;
  }
  .st-ns_wave img{
    width: clamp(62.5rem, 312.5vw, 156.25rem);
    mask-position: 50% clamp(0.825rem, 4.13vw, 2.063rem);
    mask-size: clamp(4.45rem, 22.25vw, 11.125rem) 1000px;
    top: initial;
    bottom: clamp(1.1rem, 5.5vw, 2.75rem);
    padding-top: clamp(0.475rem, 2.38vw, 1.188rem);
  }
  .st-ns_bokeh{
    top: 0;
    translate: -80% 0;
  }
  .st-ns_bokeh span{
    background-image: radial-gradient(circle, #ff3046, transparent 60%);
    width: clamp(32.5rem, 162.5vw, 81.25rem);
    height: clamp(32.5rem, 162.5vw, 81.25rem);
    margin-top: 0;
    padding: clamp(12rem, 60vw, 30rem) 0;
  }
  .st-ns_bokeh span:nth-of-type(n+5){
    display: none;
  }
  .st-ns_goods_frame{
    box-shadow: 0 0 0 clamp(0.063rem, -0.021rem + 0.42vw, 0.188rem) #440205;
    border-radius: clamp(0.5rem, 2.5vw, 1.25rem);
    border: clamp(0.125rem, 0.63vw, 0.313rem) solid #fff;
    margin: clamp(1.425rem, 7.13vw, 3.563rem) auto clamp(2rem, 10vw, 5rem); 
  }
  .st-ns_goods03{
    margin-bottom: 0;
  }
  .st-ns_goods_inner{
    border-width: clamp(0.063rem, -0.021rem + 0.42vw, 0.188rem);
    border-radius: clamp(0.4rem, 2vw, 1rem);
    box-shadow: inset clamp(0.25rem, 1.25vw, 0.625rem) clamp(0.25rem, 1.25vw, 0.625rem) 2px 0 rgba(68, 2, 5, 0.1);
    padding: clamp(0.9rem, 4.5vw, 2.25rem) 0 clamp(2.35rem, 11.75vw, 5.875rem);
  }
  .st-ns_goods02 .st-ns_goods_inner{
    padding-bottom: clamp(0.975rem, 4.87vw, 2.438rem);
  }
  .st-ns_goods_frame::before,
  .st-ns_goods_frame::after{
    width: clamp(5.9rem, 29.5vw, 14.75rem);
    height: clamp(5.9rem, 29.5vw, 14.75rem);
  }
  .st-ns_goods_frame::before{
    top: -0.625vw;
    left: -0.625vw;
  }
  .st-ns_goods_frame::after{
    bottom: -0.625vw;
    right: -0.625vw;
  }
  .st-ns_goods_inner::before{
    background-image: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/260131mahoyaku/260130/bg_frame02_sp.png");
    width: clamp(3.175rem, 15.88vw, 7.938rem);
    height: clamp(3.825rem, 19.13vw, 9.563rem);
    right: clamp(0.4rem, 2vw, 1rem);
  }
  .st-ns_goods_inner::after{
    background-image: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/260131mahoyaku/260130/bg_frame03_sp.png");
    width: clamp(2.275rem, 11.38vw, 5.688rem);
    height: clamp(4.775rem, 23.88vw, 11.938rem);
    bottom: clamp(0.45rem, 2.25vw, 1.125rem);
    left: clamp(0.425rem, 2.13vw, 1.063rem);
  }
  .st-ns_h3_small{
    font-size: clamp(1.25rem, 6.25vw, 3.125rem);
    margin-bottom: clamp(0.025rem, 0.13vw, 0.063rem);
    align-items: end;
    display: grid;
  }
  .st-ns_h3_big{
    font-size: clamp(1.5rem, 7.5vw, 3.75rem);
    justify-content: center;
    margin-top: clamp(0.075rem, 0.38vw, 0.188rem);
  }
  .st-ns_h3_big.st-ns_flex_box{
    margin-top: clamp(0.15rem, 0.75vw, 0.375rem);
  }
  .st-ns_h3_type{
    font-size: clamp(0.75rem, 3.75vw, 1.875rem);
    margin: 0 0 0 clamp(0.225rem, 1.13vw, 0.563rem);
    padding: clamp(0.35rem, 1.75vw, 0.875rem) clamp(0.525rem, 2.63vw, 1.313rem) clamp(0.375rem, 1.88vw, 0.938rem) clamp(0.5rem, 2.5vw, 1.25rem);
  }
  .st-ns_goods02 .st-ns_h3_small{
    margin-top: clamp(0.375rem, 1.88vw, 0.938rem);
  }
  .st-ns_goods02 .st-ns_h3_box.st-ns_flex_box{
    height: clamp(2.2rem, 11vw, 5.5rem);
  }
  .st-ns_goods02 .st-ns_h3_big.st-ns_flex_box{
    margin-top: 0;
  }
  .st-ns_goods03 .st-ns_common-h3{
    height: clamp(4.1rem, 20.5vw, 10.25rem);
  }
  .st-ns_goods03 .st-ns_h3_big{
    transform: scale(0.9, 1);
    letter-spacing: -0.03em;
  }
  .st-ns_goods03 .st-ns_h3_big.st-ns_flex_box{
    margin-top: clamp(1.3rem, 6.5vw, 3.25rem);
  }
  .st-ns_goods03 .st-ns_h3_type{
    transform: scale(1.1, 1);
    letter-spacing: 0;
  }
  .st-ns_goods01 .st-ns_goods_img{
    width: clamp(17.125rem, 85.63vw, 42.813rem);
    margin-top: clamp(0.85rem, 4.25vw, 2.125rem);
    padding: 0 0 clamp(0.7rem, 3.5vw, 1.75rem);
  }
  .st-ns_goods02 .st-ns_goods_img{
    width: clamp(14.825rem, 74.13vw, 37.063rem);
    margin-top: clamp(0.15rem, 0.75vw, 0.375rem);
    padding: 0 0 clamp(0.95rem, 4.75vw, 2.375rem);
  }
  .st-ns_goods03 .st-ns_goods_img{
    margin-top: -1.625vw;
  }
  .st-ns_goods-link{
    width: clamp(13.15rem, 65.75vw, 32.875rem);
    margin: clamp(0.575rem, 2.88vw, 1.438rem) auto;
    font-size: clamp(1rem, 5vw, 2.5rem);
  }
  .st-ns_goods-link::before,
  .st-ns_goods-link::after{
    width: clamp(13.15rem, 65.75vw, 32.875rem);
    height: clamp(0.575rem, 2.88vw, 1.438rem);
  }
  .st-ns_goods-link::before{
    background-image: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/260131mahoyaku/260130/btn_deco_top_sp.png");
    top: inherit;
    bottom: clamp(2rem, 10vw, 5rem);
  }
  .st-ns_goods-link::after{
    background-image: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/260131mahoyaku/260130/btn_deco_btm_sp.png");
    bottom: inherit;
    top: clamp(2rem, 10vw, 5rem);
  }
  .st-ns_goods-link .st-ns_link_inner{
    height: clamp(2rem, 10vw, 5rem);
  }
  .st-ns_goods-link .st-ns_link_inner::after{
    border-width: clamp(0.275rem, 1.38vw, 0.688rem) 0 clamp(0.275rem, 1.38vw, 0.688rem) clamp(0.5rem, 2.5vw, 1.25rem);
    right: clamp(0.75rem, 3.75vw, 1.875rem);
  }
  .st-ns_goods-link .st-ns_link_text{
    padding-bottom: clamp(0.05rem, 0.25vw, 0.125rem);
  }
  .st-ns_goods_note{
    font-size: clamp(0.75rem, 3.75vw, 1.875rem);
    padding-top: clamp(0.25rem, 1.25vw, 0.625rem);
  }
  /*----carousel*/
  .st-ns_carousel_item{
    width: clamp(10.95rem, 54.75vw, 27.375rem);
    transform: scale(0.6644);
    margin-left: -6.5vw;
  }
  .st-ns_carousel_im{
    max-width: clamp(10.95rem, 54.75vw, 27.375rem);
  }
  .st-ns_goods03 .slick-prev,
  .st-ns_goods03 .slick-next{
    height: clamp(1.65rem, 8.25vw, 4.125rem);
    width: clamp(1.65rem, 8.25vw, 4.125rem);
  }
  .st-ns_goods03 .slick-prev{
    left: clamp(0.5rem, 2.5vw, 1.25rem);
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
  }
  .st-ns_goods03 .slick-next{
    right: clamp(0.5rem, 2.5vw, 1.25rem);
  }
  .st-ns_goods03 .slick-dots{
    margin: clamp(1.225rem, 6.13vw, 3.063rem) auto clamp(1.825rem, 9.13vw, 4.563rem);
  }
  .st-ns_goods03 .slick-dots li{
    margin: 0px clamp(0.125rem, 0.63vw, 0.313rem);
  }
  .st-ns_goods03 .slick-dots button {
    width: clamp(0.425rem, 2.13vw, 1.063rem);
    height: clamp(0.425rem, 2.13vw, 1.063rem);
    border: clamp(0.063rem, 0.021rem + 0.21vw, 0.125rem) solid #bb2837;
  }
  .st-ns_carousel .slick-track{
    margin-left: clamp(2rem, 10vw, 5rem);
  }
  /*----period*/
  .st-ns_period_note{
    padding-top: clamp(1.025rem, 5.13vw, 2.563rem);
    line-height: 2;
    margin-bottom: clamp(2.4rem, 12vw, 6rem);
  }
  .st-ns_note_top,
  .st-ns_note_mdl{
    font-size: clamp(0.813rem, 4.06vw, 2.031rem);
    letter-spacing: 0.02em;
    font-weight: 500;
  }
  .st-ns_note_btm{
    font-size: clamp(0.625rem, 3.13vw, 1.563rem);
    margin-top: clamp(0.125rem, 0.63vw, 0.313rem);
    text-align: left;
    letter-spacing: -0.02em;
  }
  /*--game_intro*/
  .st-ns_game_intro{
    background-size: clamp(61.875rem, 309.38vw, 154.688rem);
    padding-top: clamp(11.975rem, 59.88vw, 29.938rem);
    padding-bottom: clamp(3.25rem, 16.25vw, 8.125rem);
    position: relative;
    z-index: 0;
  }
  .st-ns_game_intro::after{
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #a01423;
    height: clamp(17.5rem, 87.5vw, 43.75rem);
    z-index: -1;
  }
  .st-ns_intro_top{
    font-size: clamp(1.438rem, 7.19vw, 3.594rem);
    letter-spacing: -.05em;
    line-height: 1.8;
  }
  .st-ns_intro_text{
    font-size:  clamp(0.813rem, 4.06vw, 2.031rem);
    line-height: 2.5;
    margin-top: clamp(0.825rem, 4.13vw, 2.063rem);
    text-align: left;
    letter-spacing: 0.05em;
  }
  [class^="st-ns_intro_mdl"]{
    font-size: clamp(1rem, 5vw, 2.5rem);
    line-height: 1.6;
  }
  .st-ns_intro_mdl01{
    font-size: clamp(1.438rem, 7.19vw, 3.594rem);
    margin-top: clamp(1.325rem, 6.63vw, 3.313rem);
  }
  .st-ns_intro_mdl02{
    letter-spacing: -0.05em;
    margin-top: clamp(0.075rem, 0.38vw, 0.188rem);
  }
  .st-ns_event_logo{
    width: clamp(11.9rem, 59.5vw, 29.75rem);
    margin-top: -0.125vw;
    padding-left: clamp(0.4rem, 2vw, 1rem);
  }
  .st-ns_intro_date{
    font-size: clamp(0.875rem, 4.38vw, 2.188rem);
    line-height: 1;
    letter-spacing: 0.017em;
  }
  .st-ns_intro_date .st-ns_date_big{
    font-size: clamp(1.563rem, 7.81vw, 3.906rem);
  }
  .st-ns_game_dl{
    margin-top: clamp(0.75rem, 3.75vw, 1.875rem);
    width: clamp(18.5rem, 92.5vw, 46.25rem);
  }
  .st-ns_game_logo{
    width: clamp(9.75rem, 48.75vw, 24.375rem);
  }
  .st-ns_dl_inner{
    margin-right: 0;
    width: 100%;
  }
  .st-ns_download_tx{
    font-size: clamp(0.938rem, 4.69vw, 2.344rem);
    margin-bottom: clamp(0.575rem, 2.88vw, 1.438rem);
    line-height: 1;
  }
  .st-ns_download_tx::before,
  .st-ns_download_tx::after{
    width: clamp(3.45rem, 17.25vw, 8.625rem);
    height: clamp(0.275rem, 1.38vw, 0.688rem);
  }
  .st-ns_dl_inner>.st-ns_flex_box{
    width: 100%;
    align-items: center;
  }
  .st-ns_download_ic.st-ns_flex_box{
    flex-direction: column;
    width: clamp(8.325rem, 41.63vw, 20.813rem);
  }
  [class^="st-ns_icon_"] img{
    height: auto;
  }
  .st-ns_icon_google{
    margin-top: clamp(0.35rem, 1.75vw, 0.875rem);
  }
  /*contents_end*/

  /*footer_start*/
  .st-ns_footer{
    line-height: 1.2;
  }
  /*footer_end*/
  
  /*relation_start*/
  .st-ns_relation{
    margin: clamp(1.8rem, 9vw, 4.5rem) 0 clamp(2.025rem, 10.13vw, 5.063rem);
  }
  .st-ns_banner{
    max-width: 620px;
    width: clamp(18.75rem, 93.75vw, 46.875rem);
  }
  /*relation_end*/

}

