@charset "UTF-8";

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  line-height: 1.8;
}

.page-news a {
  color: #A55AA0;
  text-decoration: underline;
}

.page-news a:hover {
  color: #A55AA0;
  text-decoration: none;
}

header {
  padding-top: 82px;
}

.news-wrapper {
  max-width: 950px;
  /* width: 100%; */
  margin: 0 auto;
  padding: 0 30px;
}

.news-ttl {
  width: 116px;
  margin-inline: auto;
}

.page-news .news-ttl {
  width: 265px;
}

.pagenews.page-goods .news-ttl {
  width: 324px;
}

footer {
  padding-top: 45px;
}

@media screen and (max-width: 768px) {

  header {
    padding-top: 82px;
  }

  .page-news .news-ttl {
    width: 60%;
  }
  
  .pagenews.page-goods .news-ttl {
    width: 70%;
  }

  .news-ttl {
    width: 68px;
  }

}

/* news body */

.page-news dl {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 60px 0 80px;
  position: relative;
}

.page-news dl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%223%22%20viewBox%3D%220%200%2013%203%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_12722%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2012722%22%20transform%3D%22translate(-56%20-543)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_2768%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%202768%22%20width%3D%2213%22%20height%3D%223%22%20transform%3D%22translate(56%20543)%22%20fill%3D%22%23fff%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_13%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2013%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%20transform%3D%22translate(56%20543)%22%20fill%3D%22%23707070%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') repeat-x left center / 13px auto;
}

.page-news.page-goods dl:after {
  background: none;
}

.page-news dl:first-of-type {
  padding-top: 100px;
}

.page-news dl:last-of-type {
  border-bottom: none;
}

.page-news dl dt {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  padding: 30px 0;
}

.page-news dl dd {
  margin: 0;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: 500;
}

.page-news dl dd:last-child {
  border-bottom: none;
}

.page-news dl dt span {
  font-size: 16px;
  display: block;
  padding: 0 0 10px 2rem;
  float: right;
  color: #000;
  scroll-margin-top: 30px;
}

@media screen and (max-width: 768px) {

  .page-news dl {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 40px 0 80px;
    position: relative;
  }

  .page-news dl:first-of-type {
    padding-top: 30px;
  }

  .page-news dl dt span {
    float: none;
    clear: both;
    padding: 0 0 8px;
    font-size: 16px;
  }

}

.page-news dd p {
  font-size: 1rem;
  margin: 0 0 1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #000;
  font-weight: 500;
}

.page-news dd p a {
  color: #CC3481;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s
}

.page-news dd p a:hover {
  border-color: inherit;
  color: #CC3481;
}

.page-news dd p:last-child {
  margin-bottom: 0;
}

/* img */

.page-news .-img {
  margin-bottom: 1em;
}

.page-news img {
  max-width: 100%;
  height: auto !important;
  vertical-align: top;
}

.page-news img.size-L {
  max-width: 100%;
}

.page-news img.size-M {
  width: 600px;
}

.page-news img.size-S {
  width: 400px;
}

.page-news img.size-XS {
  width: 200px;
}

.page-news img.size-m:nth-child(n + 2) {
  margin-left: 1%;
}

.page-news img.size-s:nth-child(n + 2) {
  margin-left: 1%;
}

@media screen and (max-width: 768px) {

  .page-news img.size-L,
  .page-news img.size-M,
  .page-news img.size-S,
  .page-news img.size-XS {
    max-width: 100%;
    width: 100%;
    margin: 0 0 1% 0 !important;
  }

}

.-twoimg {
  display: flex;
  justify-content: space-between;
}

.-twoimg+.-twoimg {
  margin-top: 30px
}

.-twoimg_scene {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.-twoimg_center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.-twoimg_end {
  display: flex;
  align-items: flex-end;
}

.-twoimg .-item {
  width: 48%;
}

.-twoimg_scene .-item {
  width: 49%;
}

.-underline {
  border-bottom: 2px solid #000;
}

.page-news dd .-question {
  margin: 0 0 0.5em;
}

.-box {
  border: 1px solid #450B6B;
  padding: 9px 10px;
  margin: 0 0 1em;
}

.platform {
  margin-top: 30px;
}

.platform-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.platform-list-item {
  width: 24%;
  margin-bottom: 11px;
  border: 1px solid #ccc;
}

.platform-list-link {}

.img-S {
  width: 400px;
}

.copyright {
  display: block;
  font-size: 80%;
  text-align: right;
}

@media screen and (min-width: 769px) {

  .platform-list-link {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }

  .platform-list-link:hover {
    opacity: 0.5;
  }

}

@media screen and (max-width: 768px) {

  .platform-list-item {
    width: 48%;
  }

  .img-S {
    max-width: 100%;
    width: 100%;
  }

  .-twoimg.-col {
    flex-direction: column;
  }

  .-twoimg.-col .-item {
    width: 100%;
  }

}

.page-news dd .mb_half {
  margin-bottom: 0.5em;
}


.page-news dd .-mt4 {
  margin-top: 4em;
}