.ms-Release {
  width: 94%;
  max-width: 980px;
  margin: 0 auto;
  color: #fff;
  padding-top: 50px;
  font-size: 1.6rem;
}
.ms-Release p {
  padding-top: 0.5em;
}
.ms-dt {
  font-size: 1.4rem;
  margin-bottom: 1em;
  color: #c00;
}
.ms-Release a {
  color: #fff;
  text-decoration: underline;
  word-break: break-all;
}
.ms-Release a:visited {
  color: #fff;
}
.ms-Release h1 {
  border-top: none;
  font-size: 2.8rem;
  line-height: 1.5;
  padding: 0 0 15px;
  border-bottom: 1px solid #808080;
  text-align: left;
  font-weight: bold;
}
.ms-Release .annnai {
  font-size: 1.8rem;
  padding: unset;
}
.ms-Release .Release_inner {
  margin: 50px 0;
}
.ms-Release h2 {
  padding: 50px 0 10px;
  font-size: 2rem;
}
.ms-Release h3 {
  padding-top: 50px;
  font-size: 1.8rem;
  width: 100%;
  margin: 0 auto;
  max-width: 770px;
}
.ms-Release .tenji_syarou .tenji_item {
  width: 100%;
  margin: 0 auto 20px;
  padding-top: 10px;
}
.ms-Release .tenji_syarou .tenji_item p {
  font-size: 1.8rem;
  width: 100%;
  margin: 0 auto;
  max-width: 770px;
}
.ms-Release .tenji_syarou .tenji_item p span:last-of-type {
  margin-right: 1em;
}
.ms-Release .tenji_syarou .tenji_item figure {
  width: 98%;
  max-width: 770px;
  margin: 30px auto 10px;
}
.ms-Release .tenji_syarou .tenji_item figure figcaption {
  text-align: center;
  margin: 10px 0;
  width: 100%;
  padding: 5px 0;
  background: #fff;
  color: #333;
  font-weight: bold;
  font-size: 2rem;
}
.ms-Release .Modulo_merchandises {
  border-top: 1px solid #808080;
  margin-top: 50px;
}
.ms-Release .rows_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 auto;
}
.ms-Release .Merchandise {
  width: calc(33% - 35px);
  margin: 0;
}
.ms-Release .Merchandise2 {
  width: calc(48% - 35px);
  margin: 20px 0;
}
.ms-Release .Merchandise figcaption,
.ms-Release .Merchandise2 figcaption {
  padding-top: 5px;
  text-align: center;
  font-size: 1.6rem;
}
.ms-Release .Merchandise figcaption span,
.ms-Release .Merchandise2 figcaption span {
  white-space: nowrap;
}
.ms-Release .yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.ms-Release .yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.ms-Release p.accessories {
  display: flex;
  flex-wrap: wrap;
}
.ms-Release .tenji_syarou .tenji_item h2 {
  width: 100%;
  margin: 0 auto;
  max-width: 770px;
}
.noSP {
  display: block;
}
.noPC {
  display: none;
}

@media (max-width: 736px) {
  .ms-Release .Merchandise,
  .ms-Release .Merchandise2 {
    width: calc(50% - 15px);
    margin: 20px 0 10px;
  }
  .noSP {
    display: none;
  }
  .noPC {
    display: block;
  }
}

@media (max-width: 540px) {
  .ms-Release .Merchandise,
  .ms-Release .Merchandise2 {
    width: calc(48% - 15px);
    min-width: 280px;
  }
}

html {
  font-size: 62.5%;
}

.Release_inner h2 span:after {
  content: unset;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 55.55555%;
  }
  .ms-Release h1 {
    font-size: 2.25rem;
  }
}