@charset "UTF-8";

main {
  background: #000;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  main {
    padding-top: 117px;
  }
}

h2 {
  margin-top: -28rem;
  font-size: 3.4rem;
  text-align: left;
}
@media print, screen and (min-width: 414px) {
  h2 {
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 512px) {
  h2 {
    margin-top: -45rem;
    font-size: 4.8rem;
  }
}
@media print, screen and (min-width: 580px) {
  h2 {
    margin-top: -38rem;
  }
}
@media print, screen and (min-width: 768px) {
  h2 {
    margin-left: 0.8rem;
    font-size: 4.1rem;
  }
}
@media print, screen and (min-width: 1024px) {
  h2 {
    margin-top: -55rem;
    text-align: right;
    text-shadow: 2px 2px 8px black;
  }
}
@media print, screen and (min-width: 1280px) {
  h2 {
    margin-top: -52rem;
  }
}
@media print, screen and (min-width: 1366px) {
  h2 {
    margin-top: -34rem;
  }
}
@media print, screen and (min-width: 1600px) {
  h2 {
    margin-top: -28rem;
  }
}
@media print, screen and (min-width: 1920px) {
  h2 {
    margin-top: -24rem;
  }
}
@media print, screen and (min-width: 1921px) {
  h2 {
    margin-top: -40rem;
  }
}
.player_name {
  margin: 0.3rem;
  text-align: left;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 512px) {
  .player_name {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .player_name {
    margin-left: 1.2rem;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .player_name {
    margin-right: 2.5rem;
    text-align: right;
    font-size: 1.35rem;
  }
}

h3 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 400;
}

@media print, screen and (min-width: 768px) {
  h3 {
    font-size: 3.2rem;
  }
}

@media print, screen and (min-width: 1024px) {
  h3 {
    font-size: 2.8rem;
  }
}

.l-grid {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.l-section_inner {
  padding-left: 10px;
  padding-right: 10px;
}

@media print, screen and (min-width: 784px) {
  .l-section_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media print, screen and (min-width: 1024px) {
  .l-section_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.area1 {
  background-image: url(../images/miwa-goods/miwa_kv_sp.jpg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 520px;
  margin-bottom: -10px;
}
@media print, screen and (min-width: 512px) {
  .area1 {
    background-image: url(../images/miwa-goods/miwa_kv_sp.jpg);
    background-size: 100% auto;
    padding-top: 780px;
  }
}
@media print, screen and (min-width: 768px) {
  .area1 {
    background-image: url(../images/miwa-goods/miwa_kv_tb.jpg);
    background-size: 100% auto;
    padding-top: 780px;
  }
}
@media print, screen and (min-width: 1024px) {
  .area1 {
    background-image: url(../images/miwa-goods/miwa_kv_pc.jpg);
    background-size: 100% auto;
    margin-bottom: -36rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .area1 {
    padding-top: 800px;
    margin-bottom: -28rem;
  }
}
@media print, screen and (min-width: 1366px) {
  .area1 {
    padding-top: 800px;
    margin-bottom: -24rem;
  }
}
@media print, screen and (min-width: 1600px) {
  .area1 {
    margin-bottom: -14rem;
  }
}
@media print, screen and (min-width: 1920px) {
  .area1 {
    margin-bottom: -16rem;
    padding-top: 840px;
  }
}
@media print, screen and (min-width: 1921px) {
  .area1 {
    padding-top: 1024px;
  }
}
.l-section_inner_mv {
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
}

@media print, screen and (min-width: 1024px) {
  .l-section_inner_mv {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    bottom: 140px;
  }
}

.box19 {
  position: relative;
  padding: 1em 2em;
  max-width: 450px;
  margin: 0 auto;
}

.box19:before,
.box19:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  display: inline-block;
}

.box19:before {
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  top: 0;
  left: 0;
}

.box19:after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  bottom: 0;
  right: 0;
}

.box19 p {
  margin: 0;
  padding: 0;
}

.mv-slideLeft {
  opacity: 0;
  transform: translateX(-100%);
  transition-property: opacity transform;
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
}

.mv-slideLeft.is-active {
  opacity: 1;
  transform: translateX(0);
}

.mv-slideRight {
  opacity: 0;
  transform: translateX(100%);
  transition-property: opacity transform;
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-delay: 0.2s;
}

.mv-slideRight.is-active {
  opacity: 1;
  transform: translateX(0);
}

.mv-fadeIn {
  opacity: 0;
  transform: translateY(15%);
  transition-property: opacity transform;
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-delay: 0.4s;
}

.mv-fadeIn.is-active {
  opacity: 1;
  transform: translateY(0);
}

.is-slideLeft {
  opacity: 0;
  transform: translateX(-100%);
  transition-property: opacity transform;
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
}

.is-slideLeft.is-active {
  opacity: 1;
  transform: translateX(0);
}

.is-slideRight {
  opacity: 0;
  transform: translateX(100%);
  transition-duration: 0.2s;
}

.is-slideRight.is-active {
  opacity: 1;
  transform: translateX(0);
}

.is-fadeIn {
  opacity: 0;
  transform: translateY(15%);
  transition-property: opacity transform;
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
}

.is-fadeIn.is-active {
  opacity: 1;
  transform: translateY(0);
}
