.news_contents .content_wrap {
  padding: 320px 0 5%;
}

.news_contents .content_inner {
  position: relative;
}

.news_contents .news_wrap {
  width: 75%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news_contents .content_ttl {
  position: absolute;
  top: -95px;
  left: 5%;
  z-index: -1;
}

.bg_pink_1 {
  background-image: -webkit-linear-gradient(
    left,
    #feb9e5 0%,
    #feb9e5 50%,
    #fec8d1 50%,
    #fec8d1 100%
  );
  background-image: linear-gradient(
    90deg,
    #feb9e5 0%,
    #feb9e5 50%,
    #fec8d1 50%,
    #fec8d1 100%
  );
}

.bg_pink_1 .bg-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #fec9e6;
}

.bg_pink_1 .bg-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #fdabc5;
  background-image: -webkit-radial-gradient(
      #fdbcd1 20%,
      rgba(238, 238, 238, 0) 0
    ),
    -webkit-radial-gradient(#fdbcd1 20%, rgba(238, 238, 238, 0) 0);
  background-image: radial-gradient(#fdbcd1 20%, rgba(238, 238, 238, 0) 0),
    radial-gradient(#fdbcd1 20%, rgba(238, 238, 238, 0) 0);
  background-position: 0 0, 20px 20px;
  background-size: 40px 40px;
}

.news_item {
  width: 45%;
  margin-bottom: 5%;
  position: relative;
}

.news_item a {
  color: #fff;
}

.news_one {
  position: relative;
}

.dl_btn_list {
  display: flex;
  padding-top: 2%;
}

.dl_btn_list li {
  padding-right: 2%;
}

@media screen and (min-width: 751px) {
  .ornament_bubble_news {
    position: absolute;
    z-index: -1;
    top: -130px;
    left: 0;
    width: 100%;
    height: 110%;
    background-image: url(../images/news/pc/pc_news_bg.webp);
    background-position: top center;
    background-repeat: no-repeat;
  }
  .news_one .ribbon_new {
    top: 3px;
    right: 45px;
  }
  .news_one:before {
    content: " ";
    display: block;
    background: url(../images/news/pc/pc_news_top.webp) no-repeat center;
    background-size: 100%;
    padding-top: calc(52 / 852 * 100%);
  }
  .news_one:after {
    content: " ";
    display: block;
    background: url(../images/news/pc/pc_news_bottom.webp) no-repeat center;
    background-size: 100%;
    padding-top: calc(48 / 852 * 100%);
  }
  .news_one .news_one_inner {
    background: url(../images/news/pc/pc_news_inner.webp) repeat-y;
    background-size: 100%;
    padding: 0 8%;
    box-sizing: border-box;
  }
  .news_one .news_one_image {
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .news_one .news_one_image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    padding-bottom: 8px;
  }
  .news_one .news_one_text {
    width: 100%;
  }
  .news_one .news_one_text .news_ttl {
    font-size: 24px;
  }
  .news_one .news_one_text .date i {
    padding: 0 2%;
  }
  .news_detail {
    width: 100%;
    position: relative;
    z-index: 10;
  }
  .news_detail:before {
    content: " ";
    display: block;
    background: url(../images/news/pc/pc_news_detail_top.webp) no-repeat center;
    background-size: 100%;
    padding-top: calc(52 / 852 * 100%);
  }
  .news_detail:after {
    content: " ";
    display: block;
    background: url(../images/news/pc/pc_news_detail_bottom.webp) no-repeat
      center;
    background-size: 100%;
    padding-top: calc(47 / 852 * 100%);
  }
  .news_detail .news_detail_inner {
    background: url(../images/news/pc/pc_news_detail_inner.webp) repeat-y;
    background-size: 100%;
    padding: 0 8%;
    box-sizing: border-box;
  }
  .news_detail .news_detail_image {
    width: 85%;
    margin: 0 auto 5%;
  }
  .news_detail .news_detail_image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .news_detail .news_detail_text {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .news_detail .news_detail_text .news_ttl {
    font-size: 24px;
  }
  .news_detail .news_detail_text .date i {
    padding: 0 2%;
  }
  .news_detail .heading,
  .news_detail h2 {
    background: #fff;
    color: #e75478;
    font-size: 24px;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-bottom: 2.5%;
    font-weight: bold;
  }
  .news_detail .subsection {
    margin: 0 10px 3.5%;
  }
  .news_detail .subsection:last-of-type {
    margin: 0 10px 0;
  }
  .news_detail .subsection .subheading,
  .news_detail h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .news_detail .subsection .detail_inner {
    font-size: 18px;
    padding-bottom: 2em;
  }
}

@media screen and (max-width: 750px) {
  .news_contents .content_wrap {
    padding: 50% 0 5%;
  }
  .news_contents .ribbon_new {
    top: 0;
  }
  .news_contents .news_wrap {
    width: 95%;
    display: block;
    margin: 0 auto;
  }
  .news_contents .content_ttl {
    position: absolute;
    top: -70px;
    left: 5%;
    z-index: -1;
  }
  .bg_pink_1 {
    background-image: -webkit-linear-gradient(
      left,
      #feb9e5 0%,
      #feb9e5 50%,
      #fec8d1 50%,
      #fec8d1 100%
    );
    background-image: linear-gradient(
      90deg,
      #feb9e5 0%,
      #feb9e5 50%,
      #fec8d1 50%,
      #fec8d1 100%
    );
  }
  .bg_pink_1 .bg-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #fec9e6;
  }
  .bg_pink_1 .bg-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #fdabc5;
    background-image: -webkit-radial-gradient(
        #fdbcd1 24%,
        rgba(238, 238, 238, 0) 0
      ),
      -webkit-radial-gradient(#fdbcd1 24%, rgba(238, 238, 238, 0) 0);
    background-image: radial-gradient(#fdbcd1 24%, rgba(238, 238, 238, 0) 0),
      radial-gradient(#fdbcd1 24%, rgba(238, 238, 238, 0) 0);
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
  }
  .news_wrap {
    width: 100%;
  }
  .news_item {
    width: 100%;
  }
  .news_one {
    width: 100%;
  }
  .news_one:before {
    content: " ";
    display: block;
    background: url(../images/news/sp/sp_news_top.webp) no-repeat bottom center;
    background-size: 100%;
    padding-top: calc(74 / 566 * 100%);
  }
  .news_one:after {
    content: " ";
    display: block;
    background: url(../images/news/sp/sp_news_bottom.webp) no-repeat bottom
      center;
    background-size: 100%;
    padding-top: calc(74 / 566 * 100%);
  }
  .news_one .news_one_inner {
    background: url(../images/news/sp/sp_news_inner.webp) repeat-y;
    background-size: 100%;
    padding: 0 8%;
    box-sizing: border-box;
  }
  .news_one .news_one_image {
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .news_one .news_one_image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    padding-bottom: 8px;
  }
  .news_one .news_one_text {
    width: 100%;
  }
  .news_one .news_one_text .news_ttl {
    font-size: 18px;
  }
  .news_one .news_one_text .date i {
    padding: 0 2%;
  }
  .news_detail {
    position: relative;
    z-index: 10;
  }
  .news_detail:before {
    content: " ";
    display: block;
    background: url(../images/news/sp/sp_news_top.webp) no-repeat bottom center;
    background-size: 100%;
    padding-top: calc(74 / 566 * 100%);
  }
  .news_detail:after {
    content: " ";
    display: block;
    background: url(../images/news/sp/sp_news_bottom.webp) no-repeat bottom
      center;
    background-size: 100%;
    padding-top: calc(73 / 566 * 100%);
  }
  .news_detail .news_detail_inner {
    background: url(../images/news/sp/sp_news_inner.webp) repeat-y;
    background-size: 100%;
    padding: 0 8%;
    box-sizing: border-box;
  }
  .news_detail .news_detail_image {
    width: 90%;
    margin: 0 auto 5%;
  }
  .news_detail .news_detail_image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .news_detail .news_detail_text {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .news_detail .news_detail_text .news_ttl {
    font-size: 18px;
  }
  .news_detail .news_detail_text .date i {
    padding: 0 2%;
  }
  .news_detail .heading,
  .news_detail h2 {
    background: #fff;
    color: #e75478;
    font-size: 18px;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-bottom: 2.5%;
    font-weight: bold;
  }
  .news_detail .subsection {
    margin: 0 10px 3.5%;
  }
  .news_detail .subsection:last-of-type {
    margin: 0 10px 0;
  }
  .news_detail .subsection .subheading,
  .news_detail h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .news_detail .subsection .detail_inner {
    font-size: 16px;
    padding-bottom: 1.5em;
  }
}

/* coming soon */
.dl_btn_list {
  display: flex;
  padding-top: 2%;
}

.dl_btn_list li #btn {
  opacity: 0.8;
  filter: blur(1px);
}

.dl_btn_list li .btn-container {
  padding-right: 2%;
  position: relative;
  display: inline-block;
}

.coming_soon {
  position: absolute;
  width: 100%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 99;
  text-align: center;
}

.coming_soon::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  filter: blur(3px);
}

p {
  word-wrap: break-word;
}

/*
  NEWS:記事詳細の画像表示
*/
.news_detail .news_detail_inner .text img {
  width: 85%;
  margin: 0 auto 5%;
  display: block;
}

/*
  NEWS: ページネーション
*/
.c-pagination {
  width: 100%;
}

/* コンテナ余白 */
.c-pagination .navigation.pagination {
  margin-top: 40px;
}

/* 中央寄せ */
.c-pagination .navigation.pagination .nav-links {
  text-align: center;
  font-size: 0; /* インライン要素の隙間対策 */
}

/* 共通：数字・前へ・次へ（.page-numbers は prev/next も含む） */
.c-pagination .navigation.pagination .nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  box-sizing: border-box;
  width: 36px; /* 直径 */
  height: 36px; /* 直径 */
  border: 1px solid #fd73b9;
  border-radius: 50%;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  color: #fd73b9;
  background: #ffffff;
  text-decoration: none;
  padding: 0;
  margin: 0 5px; /* 左右の間隔（合計10px相当） */
  transition: background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
}

/* 現在ページ：塗りつぶし */
.c-pagination .navigation.pagination .nav-links .page-numbers.current {
  background: #fd73b9;
  color: #ffffff;
  border-color: #fd73b9;
  cursor: default;
}

/* ホバー／フォーカス（反転） */
.c-pagination .navigation.pagination .nav-links a.page-numbers:hover,
.c-pagination .navigation.pagination .nav-links a.page-numbers:focus,
.c-pagination .navigation.pagination .nav-links a.page-numbers:focus-visible {
  background: #fd73b9;
  color: #ffffff;
  border-color: #fd73b9;
  outline: none;
}

/* 省略記号 ... は丸にしない・色も抑える */
.c-pagination .navigation.pagination .nav-links .page-numbers.dots {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  margin: 0 6px;
  padding: 0 4px;
  color: #999;
  background: transparent;
  font-weight: normal;
  font-size: 14px;
}

/*
  NEWS:記事カテゴリー表示
 */
.cat-filter {
  margin: 0 0 40px;
}
.cat-filter__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cat-filter__item {
  margin: 0;
}

.cat-filter__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 14px;
  border: 1px solid #fd73b9;
  border-radius: 9999px;
  background: #fff;
  color: #fd73b9;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.cat-filter__link:hover,
.cat-filter__link:focus {
  background: #fd73b9;
  color: #fff;
  border-color: #fd73b9;
  outline: none;
}
.cat-filter__link.is-active {
  background: #fd73b9;
  color: #fff;
  border-color: #fd73b9;
}

/* NEWS:タグ */
.date a.news_tag {
  color: #fff;
}
.date a.news_tag:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

/* NEWS:投稿が無い場合 */
.no-post {
  color: #fd73b9;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
