@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/************************************************************

RESET

************************************************************/
.superstar h1,
.superstar h2,
.superstar h3,
.superstar div,
.superstar p,
.superstar ol,
.superstar ul,
.superstar li,
.superstar figure {
  margin: 0;
  padding: 0;
}

.superstar ol,
.superstar ul {
  list-style: none;
}

.superstar img {
  vertical-align: top;
  width: 100%;
}

.superstar a[target=_blank]:after {
  display: none;
}

body, html {
  font-size: 100%;
}

.superstar {
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.3vw + 0.785rem, 1rem);
  line-height: 2;
  height: 100%;
  letter-spacing: 0.1em;
  background-color: #014d89;
  font-feature-settings: "palt";
}
.superstar .superstar-inner {
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}
.superstar .superstar-inner-m {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.superstar .superstar-inner-s {
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 1400px) {
  .superstar-inner, .superstar-inner-m {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 1000px) {
  .superstar-inner-s {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 768px) {
  .superstar {
    line-height: 1.8;
    min-width: 100%;
  }
  .superstar .superstar-inner, .superstar .superstar-inner-m, .superstar .superstar-inner-s {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .superstar .superstar img {
    width: 100%;
    display: block;
    line-height: 1;
  }
}
/*---------------------------
		PC / sp
----------------------------*/
.pc_none {
  display: none;
}

.sp_none {
  display: inline-block;
}

.pc_br {
  display: block;
}

.sp_br, .sp_br2 {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: inline-block;
  }
  .sp_none {
    display: none;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  main img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp_br2 {
    display: block;
  }
}
.anime {
  opacity: 0;
  transition: 1s;
}
.anime.blur {
  filter: blur(10px);
  transform: scaleX(130%);
  transition: 0.3s all ease-out;
}
.anime.active {
  opacity: 1;
}
.anime.active.blur {
  filter: blur(0px);
  transform: scaleX(100%);
}

.breadcrumbs {
  position: relative;
  z-index: 101;
  background-color: #fff;
}

footer {
  background-color: #fff;
  position: relative;
  z-index: 100;
}

.superstar #superstar-mv {
  overflow: hidden;
}
.superstar #superstar-mv .figure {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  position: relative;
}
.superstar #superstar-mv .figure img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.superstar #superstar-mv .figure .sapporo {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 4vw 0 4vw 2vw;
}
.superstar #superstar-mv .figure .sapporo img {
  width: 50%;
}
.superstar #superstar-mv .figure .sapporo:after {
  content: "";
  background: url(/superstar/assets/img/mv_bg1.jpg) no-repeat right 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + (100vw - 100%) / 2);
  left: calc((100% - 100vw) / 2);
  z-index: -1;
}
.superstar #superstar-mv .figure .mizuno {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5vw 0;
}
.superstar #superstar-mv .figure .mizuno img {
  width: 65%;
}
.superstar #superstar-mv .figure .mizuno:after {
  content: "";
  background: url(/superstar/assets/img/mv_bg2.jpg) no-repeat 0 50% #000f1f;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + (100vw - 100%) / 2);
  right: calc((100% - 100vw) / 2);
  z-index: -1;
}
.superstar #superstar-mv .figure .obj {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  height: 96%;
  transform: translate(-38%, -50%);
}
.superstar #superstar-mv .figure .obj img {
  width: auto;
  height: 100%;
}
.superstar #superstar-mv .figure .obj img.sp_none {
  display: block;
}
.superstar #superstar-mv .figure .obj img.pc_none {
  display: none;
}
.superstar #superstar-mv h2 {
  background-color: #fff;
  text-align: center;
  padding: 40px 0;
}
.superstar #superstar-mv h2 img {
  width: 75%;
}
.superstar #superstar-mv h2 .superstar-ttl {
  display: inline-block;
  position: relative;
}
.superstar #superstar-mv h2 .superstar-ttl span {
  display: block;
  width: 20%;
  position: absolute;
  top: -85%;
  right: -1%;
  z-index: 10;
}
.superstar #superstar-mv.mv-anime .sapporo img {
  opacity: 0;
  filter: blur(30px);
  transform: translateX(150px);
  transition: 0.4s all ease-out;
}
.superstar #superstar-mv.mv-anime .mizuno img {
  opacity: 0;
  filter: blur(30px);
  transform: translateX(-150px);
  transition: 0.4s all ease-out;
}
.superstar #superstar-mv.mv-anime .obj {
  opacity: 0;
  transform: scale(1.6) rotate(-10deg) translate(-38%, -50%);
  transition: 0.3s all ease-out;
  transform-origin: left top;
  transition-delay: 0.5s;
  filter: brightness(200%);
}
.superstar #superstar-mv.mv-anime h2 .ttl-img {
  opacity: 0;
  transform: scale(0.4);
  transition: 0.3s all ease-out;
  transition-delay: 0.9s;
}
.superstar #superstar-mv.mv-anime h2 span {
  opacity: 0;
  transform: scale(1.7) rotate(10deg);
  transition: 0.3s all ease-out;
  transition-delay: 1.4s;
}
.superstar #superstar-mv.mv-anime.active .sapporo img {
  opacity: 1;
  filter: blur(0px);
  transform: translateX(0px);
}
.superstar #superstar-mv.mv-anime.active .mizuno img {
  opacity: 1;
  filter: blur(0px);
  transform: translateX(0px);
}
.superstar #superstar-mv.mv-anime.active .obj {
  opacity: 1;
  transform: scale(1) rotate(0deg) translate(-38%, -50%);
  filter: brightness(100%);
}
.superstar #superstar-mv.mv-anime.active h2 .ttl-img {
  opacity: 1;
  transform: scale(1);
}
.superstar #superstar-mv.mv-anime.active h2 span {
  opacity: 1;
  transform: scale(1) rotate(0);
}
.superstar #superstar-lead {
  padding: 60px 0 0;
  background: url(/superstar/assets/img/bg1.jpg) repeat-y 50% 0;
  background-size: 100%;
}
.superstar #superstar-lead .superstar-slide {
  margin: 0 auto;
}
.superstar #superstar-lead .superstar-slide .splide__slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.superstar #superstar-lead .superstar-flex {
  position: relative;
  padding: 100px 0 120px;
}
.superstar #superstar-lead .superstar-flex .article {
  width: 75.1%;
}
.superstar #superstar-lead .superstar-flex .article.anime {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transition: 1.2s all ease-out;
}
.superstar #superstar-lead .superstar-flex .article.anime.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.superstar #superstar-lead .superstar-flex .figure {
  position: absolute;
  top: 100px;
  right: -5%;
  width: 48%;
}
.superstar #superstar-lead .superstar-flex .figure.anime {
  transform: translate(-10px, 50px) rotate(-10deg);
  transform-origin: right;
  filter: brightness(200%);
}
.superstar #superstar-lead .superstar-flex .figure.anime.active {
  transform: translate(0px, 0px) rotate(0deg);
  filter: brightness(100%);
}
.superstar #superstar-contents {
  padding: 110px 0 140px;
  background: url(/superstar/assets/img/bg2.jpg) no-repeat 50% 0;
  background-size: cover;
}
.superstar #superstar-contents h3 {
  margin: 0 auto 80px;
}
.superstar #superstar-contents h3.sp-ttl {
  width: 61%;
}
.superstar #superstar-contents h3.product-ttl {
  margin-top: 140px;
  width: 78.9%;
}
.superstar #superstar-contents .superstar-bnrlist {
  width: 67%;
  margin: auto;
}
.superstar #superstar-contents .superstar-bnrlist li {
  margin-bottom: 60px;
}
.superstar #superstar-contents .superstar-bnrlist li:last-child {
  margin-bottom: 0px;
}
.superstar #superstar-contents .superstar-bnrlist li a {
  display: inline-block;
  transition: 0.3s all ease-out;
}
.superstar #superstar-contents .superstar-bnrlist li a:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px) scale(1.05);
  filter: brightness(110%);
}
.superstar #superstar-contents .superstar-bnrlist li.coming a {
  cursor: default;
}
.superstar #superstar-contents .superstar-bnrlist li.coming a:hover {
  box-shadow: none;
  transform: translateY(0px) scale(1);
  filter: brightness(100%);
}
.superstar #superstar-contents .superstar-product {
  display: flex;
}
.superstar #superstar-contents .superstar-product .figure {
  width: 50%;
  box-sizing: border-box;
  padding-right: 60px;
  margin-top: 10px;
}
.superstar #superstar-contents .superstar-product .figure img {
  width: 103%;
  display: block;
  margin-left: -3%;
}
.superstar #superstar-contents .superstar-product .figure.anime {
  transform: translate(-10px, 50px) rotate(-10deg);
  transform-origin: right;
  filter: brightness(200%);
}
.superstar #superstar-contents .superstar-product .figure.anime.active {
  transform: translate(0px, 0px) rotate(0deg);
  filter: brightness(100%);
}
.superstar #superstar-contents .superstar-product .article {
  width: 50%;
}
.superstar #superstar-contents .superstar-product .article dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
.superstar #superstar-contents .superstar-product .article dl dt, .superstar #superstar-contents .superstar-product .article dl dd {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  font-size: 16px;
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
}
.superstar #superstar-contents .superstar-product .article dl dt:last-of-type, .superstar #superstar-contents .superstar-product .article dl dd:last-of-type {
  margin-bottom: 0px;
}
.superstar #superstar-contents .superstar-product .article dl dt {
  width: 13em;
  font-weight: 700;
}
.superstar #superstar-contents .superstar-product .article dl dd {
  width: calc(100% - 13em);
  font-weight: 400;
}
.superstar #superstar-contents .superstar-product .article.anime {
  transform: translateX(-50px);
}
.superstar #superstar-contents .superstar-product .article.anime.active {
  transform: translateX(0);
}

@media screen and (max-width: 768px) {
  .superstar {
    overflow: hidden;
  }
  .superstar #superstar-mv {
    overflow: hidden;
  }
  .superstar #superstar-mv .superstar-inner-s {
    padding: 0 !important;
  }
  .superstar #superstar-mv .figure {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: stretch;
    position: relative;
  }
  .superstar #superstar-mv .figure img {
    width: 100%;
    display: block;
  }
  .superstar #superstar-mv .figure .sapporo {
    display: block;
    padding: 25px 0 60vw;
    position: relative;
  }
  .superstar #superstar-mv .figure .sapporo img {
    width: 24%;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .superstar #superstar-mv .figure .sapporo:after {
    content: "";
    background: url(/superstar/assets/img/mv_bg1.jpg) no-repeat right 0;
    background-size: cover;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
  }
  .superstar #superstar-mv .figure .mizuno {
    display: block;
    padding: 60vw 0 25px;
  }
  .superstar #superstar-mv .figure .mizuno img {
    width: 34%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .superstar #superstar-mv .figure .mizuno:after {
    content: "";
    background: url(/superstar/assets/img/mv_bg2.jpg) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    right: 0;
    z-index: -1;
  }
  .superstar #superstar-mv .figure .obj {
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 46%;
    height: auto;
    transform: translate(-55%, -42%);
  }
  .superstar #superstar-mv .figure .obj img {
    width: 100%;
    height: 100%;
  }
  .superstar #superstar-mv .figure .obj img.sp_none {
    display: none;
  }
  .superstar #superstar-mv .figure .obj img.pc_none {
    display: block;
  }
  .superstar #superstar-mv h2 {
    padding: 20px 0;
  }
  .superstar #superstar-mv h2 img {
    width: 90%;
  }
  .superstar #superstar-mv h2 .superstar-ttl {
    display: inline-block;
    position: relative;
  }
  .superstar #superstar-mv h2 .superstar-ttl span {
    display: block;
    width: 24%;
    position: absolute;
    top: -155%;
    right: 2%;
    z-index: 10;
  }
  .superstar #superstar-mv.mv-anime .sapporo img {
    opacity: 0;
    filter: blur(30px);
    transform: translateX(150px);
    transition: 0.4s all ease-out;
  }
  .superstar #superstar-mv.mv-anime .mizuno img {
    opacity: 0;
    filter: blur(30px);
    transform: translateX(-150px);
    transition: 0.4s all ease-out;
  }
  .superstar #superstar-mv.mv-anime .obj {
    opacity: 0;
    transform: scale(1.2) rotate(-5deg) translate(-55%, -42%);
    transition: 0.3s all ease-out;
    transform-origin: left top;
    transition-delay: 0.5s;
    filter: brightness(200%);
  }
  .superstar #superstar-mv.mv-anime h2 .ttl-img {
    opacity: 0;
    transform: scale(0.4);
    transition: 0.3s all ease-out;
    transition-delay: 0.9s;
  }
  .superstar #superstar-mv.mv-anime h2 span {
    opacity: 0;
    transform: scale(1.7) rotate(10deg);
    transition: 0.3s all ease-out;
    transition-delay: 1.4s;
    transform-origin: center;
  }
  .superstar #superstar-mv.mv-anime.active .sapporo img {
    opacity: 1;
    filter: blur(0px);
    transform: translateX(-50%);
  }
  .superstar #superstar-mv.mv-anime.active .mizuno img {
    opacity: 1;
    filter: blur(0px);
    transform: translateX(-50%);
  }
  .superstar #superstar-mv.mv-anime.active .obj {
    opacity: 1;
    transform: scale(1) rotate(0deg) translate(-55%, -42%);
    filter: brightness(100%);
  }
  .superstar #superstar-mv.mv-anime.active h2 .ttl-img {
    opacity: 1;
    transform: scale(1);
  }
  .superstar #superstar-mv.mv-anime.active h2 span {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
  .superstar #superstar-lead {
    padding: 40px 0 0;
    background: url(/superstar/assets/img/bg1_sp.jpg) repeat-y 50% 0;
    background-size: 100%;
  }
  .superstar #superstar-lead .superstar-flex {
    padding: 40px 0 60px;
  }
  .superstar #superstar-lead .superstar-flex .article {
    width: 90%;
    margin: auto;
  }
  .superstar #superstar-lead .superstar-flex .figure {
    position: relative;
    top: auto;
    right: auto;
    width: 90%;
    margin: 60px auto 0;
  }
  .superstar #superstar-contents {
    padding: 50px 0 90px;
    background: url(/superstar/assets/img/bg2_sp.jpg) no-repeat 50% 0;
    background-size: cover;
  }
  .superstar #superstar-contents h3 {
    margin: 0 auto 45px;
  }
  .superstar #superstar-contents h3.sp-ttl {
    width: 66%;
  }
  .superstar #superstar-contents h3.product-ttl {
    margin-top: 110px;
    width: 90%;
  }
  .superstar #superstar-contents .superstar-bnrlist {
    width: 100%;
  }
  .superstar #superstar-contents .superstar-bnrlist li {
    margin-bottom: 40px;
  }
  .superstar #superstar-contents .superstar-bnrlist li:last-child {
    margin-bottom: 0px;
  }
  .superstar #superstar-contents .superstar-bnrlist li a:hover {
    box-shadow: none;
    transform: translateY(0px) scale(1);
    filter: brightness(100%);
  }
  .superstar #superstar-contents .superstar-product {
    flex-direction: column;
  }
  .superstar #superstar-contents .superstar-product .figure {
    width: 80%;
    box-sizing: border-box;
    padding-right: 0px;
    margin-top: 0px;
    margin: 0 auto 60px;
  }
  .superstar #superstar-contents .superstar-product .figure img {
    width: 103%;
    display: block;
    margin-left: -3%;
  }
  .superstar #superstar-contents .superstar-product .figure.anime {
    transform: translate(-10px, 50px) rotate(-10deg);
    transform-origin: right;
    filter: brightness(200%);
  }
  .superstar #superstar-contents .superstar-product .figure.anime.active {
    transform: translate(0px, 0px) rotate(0deg);
    filter: brightness(100%);
  }
  .superstar #superstar-contents .superstar-product .article {
    width: 100%;
  }
  .superstar #superstar-contents .superstar-product .article dl {
    display: block;
  }
  .superstar #superstar-contents .superstar-product .article dl dt, .superstar #superstar-contents .superstar-product .article dl dd {
    margin: 0;
    padding: 0;
    margin-bottom: 60px;
    text-align: center;
  }
  .superstar #superstar-contents .superstar-product .article dl dt:last-of-type, .superstar #superstar-contents .superstar-product .article dl dd:last-of-type {
    margin-bottom: 0px;
  }
  .superstar #superstar-contents .superstar-product .article dl dt {
    width: 100%;
    margin-bottom: 20px;
  }
  .superstar #superstar-contents .superstar-product .article dl dt:last-of-type {
    margin-bottom: 20px;
  }
  .superstar #superstar-contents .superstar-product .article dl dd {
    width: 100%;
    font-weight: 400;
  }
  .superstar #superstar-contents .superstar-product .article.anime {
    transform: translateX(0px);
    transform: translateY(30px);
  }
  .superstar #superstar-contents .superstar-product .article.anime.active {
    transform: translateX(0) translateY(0);
  }
}