@charset "utf-8";
/*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;
  justify-content: space-between;
}
a{
  color: #333;
  text-decoration: none;
}
/*--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-family: "DotGothic16", sans-serif;
  font-feature-settings: "palt";
  overflow: hidden;
  position: relative;
}
.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_area-h2{
  padding-bottom: 176px;
}
.st-ns_common-h2{
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 72px;
  mix-blend-mode: lighten;
  opacity: 0;
  padding-top: 72px;
  text-align: center;
  transform: translateY(10px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.st-ns_common-h2.st-ns_show{
  opacity: 1;
  transform: translateY(0);
}
.st-ns_common-h2 .st-ns_com-w1000{
  max-width: 910px;
}
/*common_end*/

/*top_start*/
.st-ns_top{
  background-image: repeating-linear-gradient(0deg, rgb(255 255 255 / 5%) 0px, rgb(255 255 255 / 5%) 2px, transparent 2px, transparent 4px), linear-gradient(0deg, #58509a 40%, #72a1d5);
}
.st-ns_main-visual{
  display: block;
  margin: 0 auto;
  padding: 30px 0;
  width: clamp(64rem, 20.571rem + 67.86vw, 66.375rem);
}
/*top_end*/

/*anc_start*/
.st-ns_anc-wrap{
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 800;
  height: 100%;
  line-height: 1.375;
  position: absolute;
  right: 0;
  text-align: center;
  top: 588px;
  width: auto;
  z-index: 50;
}
.st-ns_anc-wrap.st-ns_is-fixed{
   animation: fade-in 1s;
   position: fixed;
   top: 40px;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.st-ns_anc-button{
  align-items: center;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  filter: drop-shadow(0px 0px 3px rgba(246, 0, 255, 0.8)) drop-shadow(0px 0px 3px rgba(246, 0, 255, 0.8));
  flex-direction: column;
  height: 56px;
  justify-content: center;
  position: absolute;
  right: 32px;
  row-gap: 9px;
  top: 32px;
  width: 56px;
  z-index: 50;
}
.st-ns_category-box{
  background: #eee286;
  border: 1px solid #fff;
  border-radius: 26px;
  box-shadow: inset 0 0 0 9px #eee286, inset 0 0 0 11px #ffffff;
  box-sizing: border-box;
  display: flex;
  filter: drop-shadow(0px 0px 3px rgba(246, 0, 255, 1));
  flex-direction: column;
  height: 350px;
  justify-content: center;
  position: absolute;
  right: -100vw;
  top: 104px;
  width: 280px;
}
.st-ns_category-box.st-ns_active{
  right: 32px;
}
.st-ns_category-box > li{
  rotate: 0.03deg;
}
.st-ns_category-box > li+li{
  margin-top: 28px;
}
.st-ns_category-label{
  color: #e95a61;
}
.st-ns_category-label::before{
  background: #e95a61;
  clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
  content: '';
  display: inline-block;
  height: 15px;
  translate: -1px 1px;
  width: 15px;
}
.st-ns_category-list li{
  margin-top: 7px;
}
.st-ns_category-list .st-ns_active_link{
  color: #58509a;
}
.st-ns_anc-button-line,
.st-ns_anc-button::before,
.st-ns_anc-button::after {
  background-color: #fff;
  content: "";
  height: 2px;
  transition: transform 0.3s, opacity 0.3s;
  width: 32px;
}
.st-ns_anc-button.st-ns_is-opened .st-ns_anc-button-line{
  opacity: 0;
}
.st-ns_anc-button.st-ns_is-opened::before {
  transform: translateY(11px) rotate(45deg);
}
.st-ns_anc-button.st-ns_is-opened::after {
  transform: translateY(-11px) rotate(-45deg);
}
/*anc_end*/

/*scenes*/
.st-ns_scenes{
  background: #3c4f5f;
  overflow: hidden;
  width: 100%;
}
.st-ns_scene-list{
  animation: scroll 30s linear infinite;
  display: flex;
  width: max-content;
}
.st-ns_scene-list li{
  flex-shrink: 0;
  width: 228px;
}
.st-ns_scene-list img{
  height: 128px;
  width: auto;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/*scenes*/

/*goods_start*/
.st-ns_goods-01{
  background-color: #58509a;
  background-image: repeating-linear-gradient(0deg, rgb(255 255 255 / 5%) 0px, rgb(255 255 255 / 5%) 2px, transparent 2px, transparent 4px);
  padding-top: 32px;
  position: relative;
}
.st-ns_goods-02{
  background-color: #69a8d8;
  background-image: repeating-linear-gradient(0deg, rgb(255 255 255 / 15%) 0px, rgb(255 255 255 / 15%) 2px, transparent 2px, transparent 4px);
  position: relative;
}
.st-ns_goods-01::after,
.st-ns_goods-02::after{
  bottom: 0;
  content: '';
  display: block;
  height: 88px;
  position: absolute;
  width: 100%;
}
.st-ns_goods-01::after{
  background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/260611milkysubway/260608/bg_halftone_01.png") repeat-x 0 0 / 88px;
}
.st-ns_goods-02::after{
  background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/260611milkysubway/260608/bg_halftone_02.png") repeat-x 0 0 / 88px;
}
.st-ns_goods-unit{
  margin-top: -80px;
  padding-top: 80px;
}
.st-ns_goods-unit:nth-of-type(n+2){
  margin-top: -16px;
}
.st-ns_goods-inner{
  background-color: rgb(123 183 228 / 40%);
  background-image: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/260611milkysubway/260608/bg_noise.png");
  border: 2px solid #9dffa8;
  border-radius: 26px;
  box-sizing: border-box;
  padding-bottom: 64px;
}
.st-ns_goods-02 .st-ns_goods-inner{
  background-color: rgb(0 89 130 / 40%);
  border-color: #eee286;
}
.st-ns_common-h3{
  color: #9dffa8;
  font-size: 42px;
  font-weight: 100;
  padding: 42px 0 23px;
  text-align: center;
}
.st-ns_goods-02 .st-ns_common-h3{
  color: #eee286;
}
.st-ns_goods-im{
  display: block;
  margin: 0 auto;
  max-width: 930px;
}
.st-ns_goods-link-list{
  font-family: YakuHanJP, "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  letter-spacing: -0.05em;
  margin: 0 auto;
  padding-top: 40px;
}
.st-ns_goods-link-list+.st-ns_goods-link-list{
  padding-top: 32px;
}
.st-ns_goods-link-list.st-ns_link-one{
  width: 440px;
}
.st-ns_goods-link-list.st-ns_link-two{
  width: 860px;
}
.st-ns_goods-link-list.st-ns_link-two li{
  width: calc((100% - (28px * 1)) / 2);
}
.st-ns_goods-link-list.st-ns_link-three{
  width: 872px;
}
.st-ns_goods-link-list.st-ns_link-three li{
  width: calc((100% - (19px * 2)) / 3);
}
.st-ns_goods-link-list.st-ns_link-four{
  width: 910px;
}
.st-ns_goods-link-list.st-ns_link-four li{
  width: calc((100% - (15px * 4)) / 5);
}
.st-ns_goods-link-list a{
  align-items: center;
  background: #9dffa8;
  border-radius: 100px;
  box-shadow: 0 8px 0 0px rgb(157 255 168 / 35%);
  color: #003046;
  display: flex;
  font-size: 24px;
  height: 64px;
  justify-content: center;
}
.st-ns_goods-link-list.st-ns_link-four a{
  font-size: 22px;
  height: 56px;
  padding-right: 14px;
}
.st-ns_goods-02 .st-ns_goods-link-list a{
  background: #eee286;
  box-shadow: 0 8px 0 0px rgb(238 226 134 / 35%);
}
.st-ns_goods-link-list .st-ns_btn-icon{
  color: #003046;
  display: block;
  height: 18px;
  position: absolute;
  right: 30px;
  top: auto;
  width: 18px;
}
.st-ns_goods-link-list.st-ns_link-four .st-ns_btn-icon{
  height: 16px;
  width: 16px;
}
.st-ns_subtext{
  font-size: 75%;
  rotate: 0.03deg;
}
/*goods_end*/

/*relation_start*/
.st-ns_relation{
  background-color: #58509a;
  background-image: repeating-linear-gradient(0deg, rgb(255 255 255 / 5%) 0px, rgb(255 255 255 / 5%) 2px, transparent 2px, transparent 4px);
  padding-bottom: 154px;
}
.st-ns_relation-list{
  flex-wrap: wrap;
}
.st-ns_relation-list li{
  width: calc((100% - (29px * 2)) / 3);
}
.st-ns_relation-list li:nth-of-type(n+4){
  margin-top: 66px;
}
.st-ns_relation-item .st-ns_im{
  background: rgb(123 183 228 / 40%);
  border: 2px solid #9dffa8;
  border-radius: 20px;
  padding: 20px;
}
.st-ns_relation-item .st-ns_txt{
  color: #9dffa8;
  margin-top: 18px;
  text-align: center;
}
/*relation_end*/

/*character*/
.st-ns_character{
  background-color: #005075;
  background-image: repeating-linear-gradient(0deg, rgb(255 255 255 / 5%) 0px, rgb(255 255 255 / 5%) 2px, transparent 2px, transparent 4px);
  padding-bottom: 148px;
  padding-top: 8px;
}
.st-ns_character .st-ns_common-h2{
  margin-bottom: 32px;
  mix-blend-mode: normal;
}
.st-ns_character .st-ns_common-h2 .st-ns_com-w1000{
  max-width: 528px;
}
.st-ns_chara-list.st-ns_flex-box{
  align-items: baseline;
  color: #9dffa8;
  justify-content: center;
  padding: 0 40px;
  text-align: center;
}
.st-ns_chara-item{
  display: flex;
  justify-content: center;
  width: calc(100% / 5);
}
.st-ns_chara-list dt img{
  filter: drop-shadow(6px 6px 0 rgba(0,0,0,0.14));
  width: 213px;
}
.st-ns_chara-item:nth-of-type(2) dt img{
  transform: translateX(-12px)
}
.st-ns_chara-item:nth-of-type(3) dt img{
  transform: translateX(-28px)
}
.st-ns_chara-item:nth-of-type(4) dt img{
  transform: translateX(-31px)
}
.st-ns_chara-item:nth-of-type(5) dt img{
  transform: translateX(-10px)
}
.st-ns_name{
  font-size: 20px;
  padding-top: 18px;
}
.st-ns_voice{
  font-size: 16px;
}
/*character*/

/*footer_start*/
.st-ns_footer{
  background: #000;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 12px;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
}
/*footer_end*/

/*hover*/
.st-ns_general-wrap a,
.st-ns_general-wrap a img{
  transition: 0.3s;
}
.st-ns_general-wrap .st-ns_link-shift:hover,
.st-ns_general-wrap .st-ns_anc-wrap a:hover{
  transform: translate(10px, 0);
}
.st-ns_ticket-note-list > li.st-ns_link a:hover{
  text-decoration: underline;
}
/*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, -0.038rem + 93.94vw, 50.063rem);
  }
  .st-ns_area-h2{
    padding-bottom: clamp(10rem, 50vw, 20rem);
  }
  .st-ns_common-h2{
    margin-bottom: clamp(2rem, 10vw, 4rem);
    padding-top: clamp(3rem, 15vw, 6rem);
  }
  .st-ns_common-h2 .st-ns_com-w1000{
    width: clamp(17.13rem, 85.65vw, 34.259rem);
  }
  /*common_end*/
  
  /*top_start*/
  .st-ns_top{
    background-image: repeating-linear-gradient(0deg, rgb(255 255 255 / 5%) 0px, rgb(255 255 255 / 5%) clamp(0.125rem, -0.018rem + 0.71vw, 0.339rem), transparent clamp(0.125rem, -0.018rem + 0.71vw, 0.339rem), transparent clamp(0.25rem, -0.036rem + 1.43vw, 0.679rem)), linear-gradient(0deg, #58509a 40%, #72a1d5);
  }
  .st-ns_main-visual{
    max-width: 100%;
    padding: 0;
    width: clamp(20rem, -13.333rem + 166.67vw, 53.333rem);
  }
  /*top_end*/

  /*anc_start*/
  .st-ns_anc-wrap{
    font-size: clamp(1rem, 5vw, 2rem);
    right: 0;
    top: clamp(25.625rem, -0.347rem + 129.86vw, 64.583rem);
  }
  .st-ns_anc-button{
    right: clamp(1rem, 5vw, 2rem);
    top: clamp(1rem, 5vw, 2rem);
  }
  .st-ns_category-box{
    border-radius: clamp(1.625rem, 8.13vw, 3.25rem);
    height: clamp(21.875rem, 109.38vw, 43.75rem);
    width: clamp(17.5rem, 87.5vw, 35rem);
  }
  .st-ns_category-box.st-ns_active{
    right: clamp(1.25rem, 6.25vw, 2.5rem);
  }
  .st-ns_category-box > li+li{
    margin-top: clamp(1.75rem, 8.75vw, 3.5rem);
  }
  .st-ns_category-label::before{
    height: clamp(0.938rem, 4.69vw, 1.875rem);
    translate: -1px clamp(0.063rem, 0.31vw, 0.125rem);
    width: clamp(0.938rem, 4.69vw, 1.875rem);
  }
  .st-ns_category-list li{
    margin-top: clamp(0.438rem, 2.19vw, 0.875rem);
  }
  /*anc_end*/
  
  /*scenes*/
  .st-ns_scene-list li{
    width: clamp(10rem, 50vw, 20rem);
  }
  .st-ns_scene-list img{
    height: clamp(5.625rem, 28.13vw, 11.25rem);
  }
  /*scenes*/
  
  /*goods_start*/
  .st-ns_goods-01{
    background-image: repeating-linear-gradient(0deg, rgb(255 255 255 / 5%) 0px, rgb(255 255 255 / 5%) clamp(0.125rem, -0.018rem + 0.71vw, 0.339rem), transparent clamp(0.125rem, -0.018rem + 0.71vw, 0.339rem), transparent clamp(0.25rem, -0.036rem + 1.43vw, 0.679rem));
    padding-top: clamp(2.25rem, 11.25vw, 4.5rem);
  }
  .st-ns_goods-02{
    background-image: repeating-linear-gradient(0deg, rgb(255 255 255 / 15%) 0px, rgb(255 255 255 / 15%) clamp(0.125rem, -0.018rem + 0.71vw, 0.339rem), transparent clamp(0.125rem, -0.018rem + 0.71vw, 0.339rem), transparent clamp(0.25rem, -0.036rem + 1.43vw, 0.679rem));
  }
  .st-ns_goods-01::after,
  .st-ns_goods-02::after{
    background-size: clamp(5.5rem, 27.5vw, 11rem);
    height: clamp(5.5rem, 27.5vw, 11rem);
  }
  .st-ns_goods-unit{
    margin-top: 0;
    padding-top: 0;
  }
  .st-ns_goods-unit:nth-of-type(n+2){
    margin-top: clamp(2.25rem, 11.25vw, 4.5rem);
  }
  .st-ns_goods-inner{
    border-radius: clamp(0.813rem, 4.06vw, 1.625rem);
    padding-bottom: clamp(2rem, 10vw, 4rem);
  }
  .st-ns_common-h3{
    font-size: clamp(1.5rem, 7.5vw, 3rem);
    padding: clamp(1.75rem, 8.75vw, 3.5rem) 0 clamp(1rem, 5vw, 2rem);
  }
  .st-ns_goods-im{
    width: clamp(17.13rem, 85.65vw, 34.259rem);
  }
  .st-ns_goods-link-list{
    padding-top: clamp(1rem, 5vw, 2rem);
  }
  .st-ns_goods-link-list+.st-ns_goods-link-list{
    padding-top: clamp(1rem, 5vw, 2rem);
  }
  .st-ns_goods-link-list.st-ns_link-one,
  .st-ns_goods-link-list.st-ns_link-two,
  .st-ns_goods-link-list.st-ns_link-three,
  .st-ns_goods-link-list.st-ns_link-four{
    flex-wrap: wrap;
    width: clamp(17.125rem, 85.63vw, 34.25rem);
  }
  .st-ns_goods-link-list.st-ns_link-two li{
    width: calc((100% - (clamp(0.625rem, 3.13vw, 1.25rem) * 1)) / 2);
  }
  .st-ns_goods-link-list.st-ns_link-three li{
    width: calc((100% - (clamp(0.625rem, 3.13vw, 1.25rem) * 1)) / 2);
  }
  .st-ns_goods-link-list.st-ns_link-three li:nth-of-type(3){
    margin-top: clamp(1rem, 5vw, 2rem);
  }
  .st-ns_goods-link-list.st-ns_link-four li{
    width: calc((100% - (clamp(0.625rem, 3.13vw, 1.25rem) * 2)) / 3);
  }
  .st-ns_goods-link-list.st-ns_link-four li:nth-of-type(1){
    margin-bottom: clamp(0.875rem, 4.38vw, 1.75rem);
    margin-left: clamp(2.969rem, 14.84vw, 5.938rem);
  }
  .st-ns_goods-link-list.st-ns_link-four li:nth-of-type(2){
    margin-bottom: clamp(0.875rem, 4.38vw, 1.75rem);
    margin-right: clamp(2.969rem, 14.84vw, 5.938rem);
  }
  .st-ns_goods-link-list a,
  .st-ns_goods-link-list.st-ns_link-four a{
    box-shadow: 0 clamp(0.313rem, 1.56vw, 0.625rem) 0 0px rgb(157 255 168 / 35%);
    flex-direction: column;
    font-size: clamp(0.813rem, 4.06vw, 1.625rem);
    height: clamp(3.125rem, 15.63vw, 6.25rem);
    padding-bottom: clamp(0.625rem, 3.13vw, 1.25rem);
    padding-right: 0;
  }
  .st-ns_goods-link-list.st-ns_link-one a{
    flex-direction: row;
  }
  .st-ns_goods-link-list.st-ns_link-two a{
    height: clamp(3.875rem, 19.38vw, 7.75rem);
  }
  .st-ns_goods-02 .st-ns_goods-link-list a{
    box-shadow: 0 clamp(0.313rem, 1.56vw, 0.625rem) 0 0px rgb(238 226 134 / 35%);
  }
  .st-ns_goods-link-list .st-ns_btn-icon,
  .st-ns_goods-link-list.st-ns_link-four .st-ns_btn-icon{
    bottom: clamp(0.625rem, 3.13vw, 1.25rem);
    height: clamp(0.719rem, 3.59vw, 1.438rem);
    right: 50%;
    translate: 70% 0;
    width: clamp(0.719rem, 3.59vw, 1.438rem);
  }
  /*goods_end*/

  /*relation_start*/
  .st-ns_relation{
    background-image: repeating-linear-gradient(0deg, rgb(255 255 255 / 5%) 0px, rgb(255 255 255 / 5%) clamp(0.125rem, -0.018rem + 0.71vw, 0.339rem), transparent clamp(0.125rem, -0.018rem + 0.71vw, 0.339rem), transparent clamp(0.25rem, -0.036rem + 1.43vw, 0.679rem));
    padding-bottom: clamp(7.25rem, 36.25vw, 14.5rem);
  }
  .st-ns_relation-list li{
    width: calc((100% - (clamp(0.625rem, 3.13vw, 1.25rem) * 1)) / 2);
  }
  .st-ns_relation-list li:nth-of-type(n+3){
    margin-top: clamp(1.25rem, 6.25vw, 2.5rem);
  }
  .st-ns_relation-item .st-ns_im{
    border-radius: clamp(0.625rem, 3.13vw, 1.25rem);
    padding: clamp(0.781rem, 3.91vw, 1.563rem);
  }
  .st-ns_relation-item .st-ns_txt{
    font-size: clamp(0.875rem, 4.38vw, 1.75rem);
    margin-top: clamp(0.75rem, 3.75vw, 1.5rem);
    text-align: left;
    word-break: break-word;
  }
  /*relation_end*/
  
  /*character*/
  .st-ns_character{
    background-image: repeating-linear-gradient(0deg, rgb(255 255 255 / 5%) 0px, rgb(255 255 255 / 5%) clamp(0.125rem, -0.018rem + 0.71vw, 0.339rem), transparent clamp(0.125rem, -0.018rem + 0.71vw, 0.339rem), transparent clamp(0.25rem, -0.036rem + 1.43vw, 0.679rem));
    padding-bottom: clamp(7.25rem, 36.25vw, 14.5rem);
    padding-top: 0;
  }
  .st-ns_character .st-ns_common-h2{
    margin-bottom: clamp(2rem, 10vw, 4rem);
  }
  .st-ns_character .st-ns_common-h2 .st-ns_com-w1000{
    width: clamp(16.5rem, 82.5vw, 33rem);
  }
  .st-ns_chara-list.st-ns_flex-box{
    flex-wrap: wrap;
    padding: 0;
  }
  .st-ns_chara-item{
    display: flex;
    justify-content: center;
    width: calc(100% / 3);
  }
  .st-ns_chara-item:nth-of-type(n+4){
    margin-top: clamp(1.25rem, 6.25vw, 2.5rem);
    width: calc((100% / 2) - clamp(1.875rem, 9.38vw, 3.75rem));
  }
  .st-ns_chara-item:nth-of-type(n+1) dt img{
    transform: translateX(0)
  }
  .st-ns_chara-item:nth-of-type(3) dt img{
    transform: translateX(-0.4rem)
  }
  .st-ns_chara-list dt img{
    width: clamp(7.313rem, 36.56vw, 14.625rem);
  }
  .st-ns_name{
    font-size: clamp(1rem, 5vw, 2rem);
    padding-top: clamp(0.375rem, 1.88vw, 0.75rem);
  }
  .st-ns_voice{
    font-size: clamp(0.75rem, 3.75vw, 1.5rem);
  }
  /*character*/

  /*footer_start*/
  .st-ns_footer{
    padding: 10px 3%;
    word-break: keep-all;
  }
  /*footer_end*/
}