/*=============================================================
 tools
=============================================================*/
#news .ttl-box .title, #news .ttl-box h1 {
  width: 344px;
}
@media only screen and (max-width: 1400px) {
  #news .ttl-box .title, #news .ttl-box h1 {
    width: 24.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .ttl-box .title, #news .ttl-box h1 {
    width: 41.25vw;
  }
}
#news .news__list {
  margin-bottom: 45px;
}
@media only screen and (max-width: 1400px) {
  #news .news__list {
    margin-bottom: 3.2142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list {
    margin-bottom: 6.5625vw;
  }
}
#news .news__list ul li {
  position: relative;
  background: url("../img/news/frame_btm-pc.png") no-repeat bottom center, url("../img/news/frame_top-pc.png") no-repeat top center;
  background-size: 100% auto;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li {
    background: url("../img/news/frame_btm-sp.png") no-repeat bottom center, url("../img/news/frame_top-sp.png") no-repeat top center;
    background-size: 100% auto;
  }
}
#news .news__list ul li:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1400px) {
  #news .news__list ul li:not(:last-child) {
    margin-bottom: 1.7142857143vw;
  }
}
#news .news__list ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: calc(100% - 50px);
  background: url("../img/news/frame_rp-pc.png") repeat-y;
  background-size: 100% auto;
}
@media only screen and (max-width: 1400px) {
  #news .news__list ul li::before {
    height: calc(100% - 3.5714285714vw);
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li::before {
    background-image: url("../img/news/frame_rp-sp.png");
    height: calc(100% - 7.8125vw);
  }
}
#news .news__list ul li a {
  position: relative;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 0 60px;
  color: #514252;
  align-items: center;
  min-height: 163px;
  padding: 10px 100px 10px 50px;
  box-sizing: border-box;
  text-decoration: none;
}
@media only screen and (max-width: 1400px) {
  #news .news__list ul li a {
    grid-template-columns: 17.8571428571vw 1fr;
    min-height: 11.6428571429vw;
    padding: 0.7142857143vw 7.1428571429vw 0.7142857143vw 3.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li a {
    display: block;
    min-height: 26.5625vw;
    padding: 4.6875vw 12.5vw 4.6875vw 5.9375vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li .date {
    margin-bottom: -1.5625vw;
  }
}
#news .news__list ul li .date p {
  font-size: 32px;
  font-family: "Libre Bodoni", serif;
}
@media only screen and (max-width: 1400px) {
  #news .news__list ul li .date p {
    font-size: 2.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li .date p {
    font-size: 3.75vw;
  }
}
#news .news__list ul li .date p span {
  font-size: 48px;
  font-weight: bold;
  margin-left: 0.2em;
}
@media only screen and (max-width: 1400px) {
  #news .news__list ul li .date p span {
    font-size: 3.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li .date p span {
    font-size: 4.6875vw;
  }
}
#news .news__list ul li .txt p {
  font-size: 20px;
}
@media only screen and (max-width: 1400px) {
  #news .news__list ul li .txt p {
    font-size: 1.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li .txt p {
    font-size: 3.125vw;
  }
}
#news .news__list ul li .arrow {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  border: 1.5px solid #CFAC77;
  transition: all 0.35s ease;
  transform-origin: center center;
}
@media only screen and (max-width: 1400px) {
  #news .news__list ul li .arrow {
    right: 3.5714285714vw;
    width: 4.2857142857vw;
    height: 4.2857142857vw;
    border-radius: 7.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li .arrow {
    top: 3.125vw;
    transform: unset;
    right: 3.125vw;
    width: 7.8125vw;
    height: 7.8125vw;
    border-radius: 15.625vw;
  }
}
#news .news__list ul li .arrow::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url("../img/news/deco.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 1400px) {
  #news .news__list ul li .arrow::after {
    width: 2vw;
    height: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li .arrow::after {
    width: 3.59375vw;
    height: 3.59375vw;
  }
}
#news .news__list ul li:hover {
  transform: scale(1.02);
}
#news .news__list ul li:hover a .arrow {
  transform: translateY(-50%) scale(1.1);
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li:hover a .arrow {
    transform: unset;
  }
}
#news .news__list ul li:hover a .arrow::after {
  transform: rotate(90deg) scale(1.1);
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li:hover a .arrow::after {
    transform: scale(1);
  }
}
#news .news__con .h-box {
  position: relative;
  min-height: 166px;
  padding: 30px 50px;
  margin-bottom: 25px;
  box-sizing: border-box;
  background: url("../img/news/frame_btm-pc.png") no-repeat bottom center, url("../img/news/frame_top-pc.png") no-repeat top center;
  background-size: 100% auto;
}
@media only screen and (max-width: 768px) {
  #news .news__con .h-box {
    padding: 3.90625vw 5.9375vw;
    min-height: 26.5625vw;
    margin-bottom: 3.125vw;
    background: url("../img/news/frame_btm-sp.png") no-repeat bottom center, url("../img/news/frame_top-sp.png") no-repeat top center;
    background-size: 100% auto;
  }
}
#news .news__con .h-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: calc(100% - 50px);
  background: url("../img/news/frame_rp-pc.png") repeat-y;
  background-size: 100% auto;
}
@media only screen and (max-width: 1400px) {
  #news .news__con .h-box::before {
    height: calc(100% - 3.5714285714vw);
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con .h-box::before {
    background-image: url("../img/news/frame_rp-sp.png");
    height: calc(100% - 7.8125vw);
  }
}
#news .news__con .h-box .date {
  position: relative;
}
#news .news__con .h-box .date p {
  font-size: 22px;
  font-family: "Libre Bodoni", serif;
}
@media only screen and (max-width: 768px) {
  #news .news__con .h-box .date p {
    font-size: 3.75vw;
    margin-bottom: -0.2em;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con .h-box .date p span {
    font-size: 4.6875vw;
    padding-left: 1.25vw;
  }
}
#news .news__con .h-box h1 {
  position: relative;
  font-size: 24px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  #news .news__con .h-box h1 {
    font-size: 3.75vw;
  }
}
#news .news__con__detail {
  position: relative;
  padding: 50px 100px;
  border: 3px solid #DBC199;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 76px;
}
@media only screen and (max-width: 1400px) {
  #news .news__con__detail {
    padding: 3.5714285714vw 7.1428571429vw;
    margin-bottom: 5.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail {
    padding: 4.6875vw 3.125vw 7.8125vw;
    border-width: 0.46875vw;
  }
}
#news .news__con__detail .deco::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 34px;
  height: 34px;
  background: url("../img/parts/block_deco.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .deco::before {
    width: 5vw;
    height: 5vw;
  }
}
#news .news__con__detail .deco::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1, 1);
  display: block;
  width: 34px;
  height: 34px;
  background: url("../img/parts/block_deco.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .deco::after {
    width: 5vw;
    height: 5vw;
  }
}
#news .news__con__detail .deco span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(1, -1);
  display: block;
  width: 34px;
  height: 34px;
  background: url("../img/parts/block_deco.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .deco span::before {
    width: 5vw;
    height: 5vw;
  }
}
#news .news__con__detail .deco span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scale(-1, -1);
  display: block;
  width: 34px;
  height: 34px;
  background: url("../img/parts/block_deco.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .deco span::after {
    width: 5vw;
    height: 5vw;
  }
}
#news .news__con__detail h2 {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 1.2;
  padding: 0.6em 0.6em;
  min-height: 55px;
  color: #fff;
  border: 2px solid #DBC199;
  box-sizing: border-box;
  gap: 0 0.4em;
  margin: 1.3em 0 0.5em;
  background: url("../img/parts/h2_deco_btm-pc.png") no-repeat bottom left, url("../img/parts/h2_deco_top-pc.png") no-repeat top left, linear-gradient(90deg, #ff85bb, #db4e8b);
  background-size: 100% auto, 100% auto, auto;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail h2 {
    font-size: 3.75vw;
    border-top-width: 0.3125vw;
    border-bottom-width: 0.3125vw;
    min-height: 7.8125vw;
    background-image: url("../img/parts/h2_deco_btm-sp.png"), url("../img/parts/h2_deco_top-sp.png"), linear-gradient(90deg, #ff85bb, #db4e8b);
  }
}
#news .news__con__detail h2::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/parts/kira_yl.svg") no-repeat top center;
  background-size: contain;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail h2::before {
    width: 3.125vw;
    height: 3.125vw;
  }
}
#news .news__con__detail h3 {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 1.2;
  padding: 0.4em 0;
  min-height: 55px;
  border-top: 2px solid #DBC199;
  border-bottom: 2px solid #DBC199;
  box-sizing: border-box;
  padding-left: 0.3em;
  gap: 0 0.2em;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail h3 {
    font-size: 3.4375vw;
    border-top-width: 0.3125vw;
    border-bottom-width: 0.3125vw;
    min-height: 7.8125vw;
  }
}
#news .news__con__detail h3::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/parts/kira_yl.svg") no-repeat top center;
  background-size: contain;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail h3::before {
    width: 3.75vw;
    height: 3.59375vw;
  }
}
#news .news__con__detail h4 {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  color: #F3589B;
  gap: 0 0.2em;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail h4 {
    font-size: 3.125vw;
  }
}
#news .news__con__detail h4::before, #news .news__con__detail h4::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/parts/kira_pk.svg") no-repeat top center;
  background-size: contain;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail h4::before, #news .news__con__detail h4::after {
    width: 2.1875vw;
    height: 2.1875vw;
  }
}
#news .news__con__detail h5 {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  padding: 0.4em 0.5em;
  gap: 0 0.2em;
  margin: 1.3em 0 0.5em;
  border: 2px solid #DBC199;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail h5 {
    font-size: 2.8125vw;
    border-width: 0.3125vw;
    padding: 0.4em;
  }
}
#news .news__con__detail h5::before, #news .news__con__detail h5::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/parts/kira_gl.svg") no-repeat top center;
  background-size: contain;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail h5::before, #news .news__con__detail h5::after {
    width: 1.875vw;
    height: 1.875vw;
  }
}
#news .news__con__detail p {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail p {
    font-size: 3.125vw;
  }
}
#news .news__con__detail a {
  color: #94174D;
}
#news .news__con__detail .wp-block-image {
  margin: 2.5em 0;
  text-align: center;
}
#news .news__con__detail .wp-block-image img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .wp-block-image img {
    width: 100%;
  }
}
#news .news__con__detail .wp-block-buttons {
  display: flex;
  align-items: center;
}
#news .news__con__detail .wp-block-button {
  position: relative;
  display: inline-block;
  min-width: 300px;
  min-height: 70px;
  background-image: linear-gradient(90deg, rgb(255, 216, 162), rgb(255, 133, 187) 30%, rgb(255, 49, 123));
  border-radius: 100px;
}
@media only screen and (max-width: 1400px) {
  #news .news__con__detail .wp-block-button {
    min-width: 21.4285714286vw;
    min-height: 5vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .wp-block-button {
    min-width: 100%;
    min-height: 12.5vw;
    border-radius: 15.625vw;
  }
}
#news .news__con__detail .wp-block-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgb(255, 49, 123) 1%, rgb(255, 133, 187) 10%, rgb(255, 216, 162) 50%, rgb(255, 133, 187) 90%, rgb(255, 49, 123));
  border-radius: 100px;
  opacity: 0;
  transition: all 0.5s ease;
}
#news .news__con__detail .wp-block-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  background: url("../img/parts/btn_line.png") no-repeat top center;
  background-size: 100% 100%;
  pointer-events: none;
}
@media only screen and (max-width: 1400px) {
  #news .news__con__detail .wp-block-button::after {
    width: calc(100% - 1vw);
    height: calc(100% - 1vw);
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .wp-block-button::after {
    width: calc(100% - 2.1875vw);
    height: calc(100% - 2.1875vw);
  }
}
#news .news__con__detail .wp-block-button a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 70px;
  border-radius: 100px;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  border: 4px solid #DBC199;
  text-decoration: none;
  font-family: "Libre Bodoni", serif;
  box-sizing: border-box;
  transition: all 0.3s ease;
  padding: 20px 55px 14px 55px;
}
@media only screen and (max-width: 1400px) {
  #news .news__con__detail .wp-block-button a {
    font-size: 1.4285714286vw;
    min-height: 5vw;
    border-width: 0.2857142857vw;
    padding: 1.4285714286vw 3.9285714286vw 1vw 3.9285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .wp-block-button a {
    border-radius: 15.625vw;
    font-size: 3.75vw;
    min-height: 12.5vw;
    padding: 3.125vw 8.59375vw 2.1875vw 8.59375vw;
  }
}
#news .news__con__detail .wp-block-button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 39px;
  height: 12px;
  background: url("../img/parts/arrow_wh.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1400px) {
  #news .news__con__detail .wp-block-button a::after {
    right: 1.4285714286vw;
    width: 2.7857142857vw;
    height: 0.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .wp-block-button a::after {
    right: 3.90625vw;
    width: 6.09375vw;
    height: 1.875vw;
  }
}
#news .news__con__detail .wp-block-button:hover::before {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .wp-block-button:hover::before {
    opacity: 0;
  }
}
#news .news__con__detail .wp-block-button:hover a {
  text-shadow: 0 0 10px #DB4E8B;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .wp-block-button:hover a {
    text-shadow: none;
  }
}
#news .news__con__detail .wp-block-button:hover a::after {
  transform: translateY(-50%) translateX(10px);
  opacity: 0;
}
@media only screen and (max-width: 1400px) {
  #news .news__con__detail .wp-block-button:hover a::after {
    transform: translateY(-50%) translateX(0.7142857143vw);
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .wp-block-button:hover a::after {
    transform: translateY(-50%);
  }
}