@charset "UTF-8";
.p-content {
  padding-bottom: 74px;
}

.p-news__title {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 2;
  color: #91109B;
  font-family: "Kaisei Opti", serif;
}
.p-news__title::before {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 112px;
  height: 72px;
  margin: auto;
  content: "";
  background: url("../../images/p_back_star.png") center no-repeat;
  background-size: 100% auto;
}
.p-news__title::after {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 76px;
  height: 59px;
  margin: auto;
  content: "";
  background: url("../../images/p_jewelry_pink.png") center no-repeat;
  background-size: 100% auto;
  -webkit-animation: 5s linear infinite rotation3;
          animation: 5s linear infinite rotation3;
}

@-webkit-keyframes rotation3 {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes rotation3 {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
.p-news__title-span {
  display: block;
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: -12px;
  font-family: "Kiwi Maru", "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.p-news__list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.p-news__item-link {
  display: block;
  border: 2px solid #A5723C;
  border-radius: 200px 200px 0 0;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 13px;
  transition: 0.2s ease-out;
  height: 100%;
  max-height: 326px;
}
[data-whatinput=keyboard] .p-news__item-link:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-news__item-link-data {
  text-align: center;
  padding-top: 34px;
  position: relative;
  font-family: "Kaisei Opti", serif;
  font-size: 1.4rem;
}
.p-news__item-link-data::before {
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  display: block;
  width: 81px;
  height: 12px;
  margin: auto;
  content: "";
  background: url("../../images/i_news_ribbon.svg") center no-repeat;
  background-size: 100% auto;
}

.p-news__item-link-img {
  margin: 6px 7px 0;
}

.p-news__item-link-img-src {
  width: 100%;
  height: 100%;
}

.p-news__item-link-text {
  color: #625962;
  margin: 10px 8px 0;
  font-size: 1.2rem;
}

.p-nav {
  position: relative;
  padding: 50px 0;
}
.p-nav:before, .p-nav:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  right: 0px;
  height: 32px;
  background: url(../../images/bg_deco_nav.png) top center repeat-x;
  background-size: auto 100%;
}
.p-nav:before {
  top: 0px;
}
.p-nav:after {
  bottom: 0px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media print, screen and (min-width: 768px) {
  .p-content {
    padding-bottom: 150px;
  }
  .p-news__title {
    font-size: 6rem;
  }
  .p-news__title::before {
    width: 224px;
    height: 145px;
  }
  .p-news__title::after {
    width: 162px;
    height: 125px;
    top: 20px;
  }
  .p-news__title-span {
    font-size: 2rem;
    margin-top: -16px;
  }
  .p-news__list {
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    margin-block: 40px 70px;
  }
  .p-news__item-link {
    max-height: 440px;
    width: auto;
    padding-bottom: 20px;
  }
  .p-news__item-link-data {
    padding-top: 80px;
    font-size: 1.8rem;
  }
  .p-news__item-link-data::before {
    top: 42px;
    width: 124px;
    height: 19px;
  }
  .p-news__item-link-img {
    margin: 24px 10px 0;
  }
  .p-news__item-link-text {
    margin: 15px 20px 0;
    font-size: 1.6rem;
  }
  .p-nav {
    padding: 64px 0 128px;
  }
  .p-nav:before, .p-nav:after {
    height: 44px;
  }
}
@media print, screen and (min-width: 1025px) {
  .p-news__item-link:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}