@charset "UTF-8";
.news__nav__category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .news__nav__category__list {
    margin-bottom: 18px;
  }
}

.news__nav__category__item {
  border: 2px solid #e75297;
  border-radius: 9999px;
  font-weight: 900;
  line-height: 24px;
  margin: 0 4px 4px 0;
  text-align: center;
  width: 72px;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 769px) {
  .news__nav__category__item {
    line-height: 28px;
    margin: 0 6px 6px 0;
    width: 100px;
    font-size: 0.8125rem;
  }
}

.news__nav__category__item.-active {
  background-color: #e75297;
  color: #fff;
}

@media (min-width: 769px) {
  .news__nav__category__item:hover {
    background-color: #e75297;
    color: #fff;
  }
}

.news__nav__category__item a {
  display: block;
  height: 100%;
}

.news__archive {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news__archive:before {
  background-image: -webkit-radial-gradient(circle farthest-side, rgba(231, 82, 151, 0.9) 50%, transparent 50%, transparent 100%);
  background-image: radial-gradient(circle farthest-side, rgba(231, 82, 151, 0.9) 50%, transparent 50%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 4px 2px;
  background-position: top left;
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.news__archive:last-of-type:after {
  background-image: -webkit-radial-gradient(circle farthest-side, rgba(231, 82, 151, 0.9) 50%, transparent 50%, transparent 100%);
  background-image: radial-gradient(circle farthest-side, rgba(231, 82, 151, 0.9) 50%, transparent 50%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 4px 2px;
  background-position: top left;
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.news__archive a {
  display: block;
  padding: 15px 26px 15px 0;
}

@media (min-width: 769px) {
  .news__archive a {
    padding: 20px 60px 20px 0;
  }
}

.news__archive__metalist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news__archive__date {
  color: #b3b3b3;
  font-weight: bold;
  margin-right: 4px;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 769px) {
  .news__archive__date {
    margin-right: 8px;
    font-size: 0.8125rem;
  }
}

.news__archive__category {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news__archive__category .item {
  background-color: #f8cbe0;
  border-radius: 9999px;
  color: #e75297;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  margin-right: 4px;
  text-align: center;
  width: 64px;
  font-size: 11px;
  font-size: 0.6875rem;
}

.news__archive__new {
  color: #ff0000;
  font-weight: bold;
  margin-right: 4px;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 769px) {
  .news__archive__new {
    margin-right: 4px;
    font-size: 0.8125rem;
  }
}

.news__archive__ttl {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 769px) {
  .news__archive__ttl {
    font-size: 1.125rem;
  }
}

.news__archive__arw {
  background: url(../../../../assets/img/common/ui/arw_circle.svg);
  display: block;
  height: 21px;
  pointer-events: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 21px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 769px) {
  .news__archive__arw {
    height: 28px;
    width: 28px;
    position: absolute;
    top: 50%;
    right: 16px;
  }
}

@media (min-width: 769px) {
  .news__archive:hover {
    background: rgba(231, 82, 151, 0.1);
  }
}

@media (min-width: 769px) {
  .news__archive:hover .news__archive__arw {
    -webkit-transform: translate(8px, -50%);
            transform: translate(8px, -50%);
  }
}

.news__single＿_cont {
  /* ----------------------------------------
      個別記事用
      ---------------------------------------- */
}

.news__single＿_cont .attoComment {
  border: 4px solid #009fe8;
  border-radius: 20px;
  padding: 20px;
  position: relative;
}

@media (min-width: 769px) {
  .news__single＿_cont .attoComment {
    background: url(../../../../assets/img/page/news/detail/pic0627_att.png) no-repeat;
    border: none;
    height: 270px;
    margin: 20px auto 0;
    padding: 36px 150px 0 60px;
    line-height: 24px;
    width: 543px;
    font-size: 0.875rem;
  }
}

.news__single＿_cont .attoComment:before {
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  content: '';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  position: absolute;
  top: auto;
  left: 50%;
  bottom: -24px;
}

@media (min-width: 769px) {
  .news__single＿_cont .attoComment:before {
    display: none;
  }
}

.news__single＿_cont .attoComment:after {
  border: 18px solid transparent;
  border-top: 18px solid #009fe8;
  content: '';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: auto;
  left: 50%;
  bottom: -36px;
}

@media (min-width: 769px) {
  .news__single＿_cont .attoComment:after {
    display: none;
  }
}

.news__single＿_cont .attoComment__ph {
  background: url(../../../../assets/img/page/news/detail/pic0627_att_nrw.png) no-repeat;
  height: 146px;
  margin: 16px 10% 0 auto;
  width: 124px;
}

.news__single＿_cont .dvd_tokuten {
  margin-top: 16px;
}

.news__single＿_cont .dvd_tokuten tbody tr {
  display: block;
  padding: 16px 0;
}

.news__single＿_cont .dvd_tokuten tbody td {
  padding: 4px;
  vertical-align: top;
}

@media (min-width: 769px) {
  .news__single＿_cont .nyanpasu_fes__ph {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media (min-width: 769px) {
  .news__single＿_cont .nyanpasu_fes__goodslist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.news__single＿_cont .poster {
  position: relative;
}

.news__single＿_cont .poster__ph {
  display: none;
}

@media (min-width: 769px) {
  .news__single＿_cont .poster__ph {
    display: block;
    position: absolute;
    bottom: -80px;
    right: 150px;
  }
}

.news__single＿_cont .poster__ph img {
  margin: 0;
}

.news__single＿_cont {
  position: relative;
}

.news__single＿_cont strong {
  font-weight: bold;
  color: #e75297;
}

.news__single＿_cont .bold {
  font-weight: bold;
}

.news__single＿_cont .offer {
  font-size: 85%;
  line-height: 1.7;
}

.news__single＿_cont .border {
  border: 1px solid #ccc;
}

.news__single＿_cont .liner {
  border-bottom: 1px solid #e75297;
  padding-bottom: 10px;
}

.news__single＿_cont .clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.news__single＿_cont img {
  height: auto;
  margin: 0 14px 14px 0;
  vertical-align: baseline;
}

@media (min-width: 769px) {
  .news__single＿_cont img {
    margin: 0 16px 16px 0;
  }
}

.alive .news__single＿_cont a img {
  border: 1px solid #b3b3b3;
}

.alive .news__single＿_cont span {
  display: inline-block;
  position: relative;
}

.alive .news__single＿_cont span img {
  margin-bottom: 0;
}

.alive .news__single＿_cont span.midashi {
  display: block;
}

@media (min-width: 769px) {
  .alive .news__single＿_cont span.midashi {
    position: absolute;
    left: 0;
    bottom: -16px;
    right: 0;
    margin-right: 16px;
  }
}

.news__single＿_cont .midashi {
  width: auto;
  background: #5a3219;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 0;
  border-radius: 12px;
  text-align: center;
}

.news__single＿_cont .nowPrtBg {
  text-align: center;
  margin: auto;
  vertical-align: middle;
  display: table-cell;
}

.news__single＿_cont .nowPrtBg:after {
  display: block;
  vertical-align: middle;
}

.news__single＿_cont p {
  margin-top: 8px;
}

.news__single＿_cont a {
  color: #e75297;
  text-decoration: underline;
}

@media (min-width: 769px) {
  .news__single＿_cont a {
    text-decoration: none;
  }
}

@media (min-width: 769px) {
  .news__single＿_cont a:hover {
    text-decoration: underline;
  }
}

.news__single＿_cont ul {
  margin: 8px 0 0 1em;
  list-style-type: disc;
}

.news__single＿_cont li {
  list-style-type: disc;
}

.news__single＿_cont h1 {
  background: -webkit-repeating-linear-gradient(135deg, #7a4c39, #7a4c39 5px, #73402a 5px, #73402a 10px);
  background: repeating-linear-gradient(-45deg, #7a4c39, #7a4c39 5px, #73402a 5px, #73402a 10px);
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  padding: 0 12px;
  width: 100%;
}

@media (min-width: 769px) {
  .news__single＿_cont h1 {
    padding: 0 16px;
  }
}

.news__single＿_cont h2 {
  background: url(../../../../assets/img/page/news/bg_h2.png) repeat;
  background-position: 2px left;
  background-size: 4px 30px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 16px;
  padding-left: 22px;
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media (min-width: 769px) {
  .news__single＿_cont h2 {
    background-position: bottom left;
    background-repeat: repeat-x;
    line-height: 40px;
    font-size: 1.125rem;
  }
}

.news__single＿_cont h2:before {
  background: url(../../../../assets/img/page/news/ico_h2.svg) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 15px;
  width: 16px;
  position: absolute;
  top: 7px;
  left: 0;
}

@media (min-width: 769px) {
  .news__single＿_cont h2:before {
    height: 16px;
    width: 18px;
    position: absolute;
    top: 10px;
    left: 0;
  }
}

.news__single＿_cont dl {
  margin-top: 16px;
}

.news__single＿_cont dl dt {
  color: #e75297;
  display: inline-block;
  padding: 2px 10px 2px 0;
  width: 80px;
}

.news__single＿_cont dl dd {
  display: inline-block;
  padding: 2px 10px 2px 0;
  width: calc(100% - 90px);
}

.onair .news__single＿_cont table,
.other .news__single＿_cont table {
  width: 100%;
  margin-top: 16px;
  border-bottom: 1px solid #eaeaea;
}

.onair .news__single＿_cont table thead,
.other .news__single＿_cont table thead {
  border-radius: 9999px;
  overflow: hidden;
}

.onair .news__single＿_cont table thead tr,
.other .news__single＿_cont table thead tr {
  background: -webkit-repeating-linear-gradient(135deg, #7a4c39, #7a4c39 5px, #73402a 5px, #73402a 10px);
  background: repeating-linear-gradient(-45deg, #7a4c39, #7a4c39 5px, #73402a 5px, #73402a 10px);
  border-radius: 9999px;
}

.onair .news__single＿_cont table thead th,
.other .news__single＿_cont table thead th {
  border-radius: 9999px;
  color: #fff;
  line-height: 1.6;
  padding: 2px 0 2px 10px;
  position: relative;
  text-align: left;
  font-size: 11px;
  font-size: 0.6875rem;
}

@media (min-width: 769px) {
  .onair .news__single＿_cont table thead th,
  .other .news__single＿_cont table thead th {
    padding: 2px 0 2px 16px;
    font-size: 0.875rem;
  }
}

.onair .news__single＿_cont table thead th + th:before,
.other .news__single＿_cont table thead th + th:before {
  background: -webkit-repeating-linear-gradient(135deg, #7a4c39, #7a4c39 5px, #73402a 5px, #73402a 10px);
  background: repeating-linear-gradient(-45deg, #7a4c39, #7a4c39 5px, #73402a 5px, #73402a 10px);
  content: '';
  display: block;
  height: 100%;
  width: 18px;
  position: absolute;
  top: 0;
  left: -9px;
}

@media (min-width: 769px) {
  .onair .news__single＿_cont table thead th + th:before,
  .other .news__single＿_cont table thead th + th:before {
    width: 20px;
    position: absolute;
    top: 0;
    left: -10px;
  }
}

.onair .news__single＿_cont table tbody td,
.other .news__single＿_cont table tbody td {
  border-bottom: 1px solid #eaeaea;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 769px) {
  .onair .news__single＿_cont table tbody td,
  .other .news__single＿_cont table tbody td {
    padding: 10px 10px 10px 16px;
  }
}

.onair .news__single＿_cont table tbody td a,
.other .news__single＿_cont table tbody td a {
  font-weight: bold;
  text-decoration: underline;
}

.onair .news__single＿_cont table tbody td:nth-of-type(1),
.other .news__single＿_cont table tbody td:nth-of-type(1) {
  width: 30%;
}

.onair .news__single＿_cont table tbody td:nth-of-type(2),
.other .news__single＿_cont table tbody td:nth-of-type(2) {
  width: 70%;
}

.news__single__meta {
  background-image: -webkit-radial-gradient(circle farthest-side, rgba(231, 82, 151, 0.9) 50%, transparent 50%, transparent 100%);
  background-image: radial-gradient(circle farthest-side, rgba(231, 82, 151, 0.9) 50%, transparent 50%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 4px 2px;
  background-position: top left;
  padding: 15px 0;
  position: relative;
}

@media (min-width: 769px) {
  .news__single__meta {
    padding: 20px 0 0;
  }
}

.news__single__metalist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news__single__date {
  color: #b3b3b3;
  font-weight: bold;
  margin-right: 4px;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 769px) {
  .news__single__date {
    margin-right: 8px;
    font-size: 0.8125rem;
  }
}

.news__single__category {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news__single__category .item {
  background-color: #f8cbe0;
  border-radius: 9999px;
  color: #e75297;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  margin-right: 4px;
  text-align: center;
  width: 64px;
  font-size: 11px;
  font-size: 0.6875rem;
}

.news__single__new {
  color: #ff0000;
  font-weight: bold;
  margin-right: 4px;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 769px) {
  .news__single__new {
    margin-right: 4px;
    font-size: 0.8125rem;
  }
}

.news__single__ttl {
  background-image: -webkit-radial-gradient(circle farthest-side, rgba(231, 82, 151, 0.9) 50%, transparent 50%, transparent 100%);
  background-image: radial-gradient(circle farthest-side, rgba(231, 82, 151, 0.9) 50%, transparent 50%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 4px 2px;
  background-position: bottom left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  padding: 0 0 15px;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 769px) {
  .news__single__ttl {
    padding: 0 0 20px;
    font-size: 1.125rem;
  }
}

.news__single__sharelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 8px;
  right: 0;
}

@media (min-width: 769px) {
  .news__single__sharelist {
    position: absolute;
    top: 10px;
    right: 0;
  }
}

.news__single__shareitem {
  width: 28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 769px) {
  .news__single__shareitem {
    width: 30px;
  }
}

.news__single__shareitem + .news__single__shareitem {
  margin-left: 4px;
}

@media (min-width: 769px) {
  .news__single__shareitem:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
