@charset "UTF-8";
/* --------------------------------------------------
-------------------------------------------------- 関数 */
#news {
  border-bottom: 2px solid #fff;
}
#news .motif {
  top: -50px;
}
@media only screen and (max-width: 1620px) {
  #news .motif {
    top: -3.0864197531vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .motif {
    top: -1.875vw;
  }
}
#news .ttl-box h1, #news .ttl-box .ttl {
  width: 242px;
  margin-bottom: 135px;
}
@media only screen and (max-width: 1620px) {
  #news .ttl-box h1, #news .ttl-box .ttl {
    width: 14.9382716049vw;
    margin-bottom: 8.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .ttl-box h1, #news .ttl-box .ttl {
    width: 30.3125vw;
    margin-bottom: 16.875vw;
  }
}
#news .ttl-box h1 .jp, #news .ttl-box .ttl .jp {
  width: 133px;
}
@media only screen and (max-width: 1620px) {
  #news .ttl-box h1 .jp, #news .ttl-box .ttl .jp {
    width: 8.2098765432vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .ttl-box h1 .jp, #news .ttl-box .ttl .jp {
    width: 17.03125vw;
  }
}
#news .trigger {
  top: 64px;
}
@media only screen and (max-width: 1620px) {
  #news .trigger {
    top: 3.950617284vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .trigger {
    top: 9.6875vw;
  }
}
#news .news__list ul {
  width: 1200px;
  margin: 0 auto 58px;
}
@media only screen and (max-width: 1620px) {
  #news .news__list ul {
    width: 74.0740740741vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul {
    width: auto;
    margin-bottom: 9.0625vw;
  }
}
#news .news__list ul li:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1620px) {
  #news .news__list ul li:not(:last-child) {
    margin-bottom: 1.8518518519vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li:not(:last-child) {
    margin-bottom: 4.6875vw;
  }
}
#news .news__list ul li a {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 110px 1fr;
  gap: 0 70px;
  padding: 32px 200px 32px 100px;
  color: #fff;
  background-color: #071250;
  border: 1px solid #fff;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.25s ease;
  overflow: hidden;
}
@media only screen and (max-width: 1620px) {
  #news .news__list ul li a {
    grid-template-columns: 6.7901234568vw 1fr;
    gap: 0 4.3209876543vw;
    padding: 1.975308642vw 12.3456790123vw 1.975308642vw 6.1728395062vw;
    border-radius: 6.1728395062vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li a {
    display: block;
    border-radius: 7.8125vw;
    padding: 3.125vw 3.125vw 4.6875vw;
  }
}
#news .news__list ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: linear-gradient(0deg, #0c20da, rgba(12, 32, 218, 0.7));
  transition: all 0.25s ease;
}
#news .news__list ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  width: 59px;
  height: 59px;
  background: url("../img/top/news/icon.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1620px) {
  #news .news__list ul li a::after {
    right: 6.1728395062vw;
    width: 3.6419753086vw;
    height: 3.6419753086vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li a::after {
    top: 2.8125vw;
    right: 3.125vw;
    transform: unset;
    width: 6.875vw;
    height: 6.875vw;
  }
}
#news .news__list ul li a:hover {
  border-color: #071250;
}
#news .news__list ul li a:hover::before {
  opacity: 1;
}
#news .news__list ul li a:hover::after {
  transform: scale(1.05) translateX(50px) translateY(-50%) rotate(135deg);
}
#news .news__list ul li time {
  position: relative;
  font-size: 29px;
  line-height: 1;
  font-family: "Playfair Display", serif;
  margin-bottom: 5px;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1620px) {
  #news .news__list ul li time {
    font-size: 1.7901234568vw;
    margin-bottom: 0.3086419753vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li time {
    display: inline-block;
    font-size: 4.375vw;
    margin-bottom: 1.5625vw;
  }
}
#news .news__list ul li time span {
  display: block;
  font-size: 44px;
}
@media only screen and (max-width: 1620px) {
  #news .news__list ul li time span {
    font-size: 2.7160493827vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li time span {
    display: inline;
    font-size: 6.875vw;
  }
}
#news .news__list ul li p {
  position: relative;
  font-size: 20px;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1620px) {
  #news .news__list ul li p {
    font-size: 1.2345679012vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li p {
    font-size: 3.125vw;
  }
}
#news .news__con .news-h-box {
  display: grid;
  align-items: center;
  grid-template-columns: 110px 1fr;
  gap: 0 70px;
  padding: 32px 50px 32px;
  border-radius: 500px;
  margin-bottom: 40px;
  background-image: linear-gradient(90deg, #0c20da, rgba(12, 32, 218, 0.7));
}
@media only screen and (max-width: 1620px) {
  #news .news__con .news-h-box {
    grid-template-columns: 6.7901234568vw 1fr;
    gap: 0 4.3209876543vw;
    padding: 1.975308642vw 3.0864197531vw 1.975308642vw;
    border-radius: 6.1728395062vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con .news-h-box {
    display: block;
    border-radius: 7.8125vw;
    padding: 3.125vw 4.6875vw 4.6875vw;
    margin-bottom: 3.90625vw;
  }
}
#news .news__con .news-h-box time {
  font-size: 28px;
  line-height: 1;
  color: #fff;
  font-family: "Playfair Display", serif;
  margin-bottom: 5px;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1620px) {
  #news .news__con .news-h-box time {
    font-size: 1.7283950617vw;
    margin-bottom: 0.3086419753vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con .news-h-box time {
    display: inline-block;
    font-size: 4.375vw;
    margin-bottom: 3.125vw;
  }
}
#news .news__con .news-h-box time span {
  display: block;
  font-size: 44px;
}
@media only screen and (max-width: 1620px) {
  #news .news__con .news-h-box time span {
    font-size: 2.7160493827vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con .news-h-box time span {
    display: inline;
    font-size: 6.875vw;
  }
}
#news .news__con .news-h-box h1 {
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1620px) {
  #news .news__con .news-h-box h1 {
    font-size: 1.4814814815vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con .news-h-box h1 {
    font-size: 3.75vw;
  }
}
#news .news__con__detail {
  padding: 50px 50px 86px;
  color: #fff;
  border-radius: 30px;
  background-color: rgba(7, 18, 80, 0.7);
  margin-bottom: 58px;
}
@media only screen and (max-width: 1620px) {
  #news .news__con__detail {
    padding: 3.0864197531vw 3.0864197531vw 5.3086419753vw;
    margin-bottom: 3.5802469136vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail {
    padding: 3.90625vw 4.6875vw 8.59375vw;
    border-radius: 4.6875vw;
    margin-bottom: 9.0625vw;
  }
}
#news .news__con__detail h2 {
  position: relative;
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-bottom: 1.5em;
  border-bottom: 2px solid #B4A468;
}
@media only screen and (max-width: 1620px) {
  #news .news__con__detail h2 {
    font-size: 1.3580246914vw;
    padding-bottom: 0.6172839506vw;
    padding-left: 1.8518518519vw;
    border-bottom: 0.1234567901vw solid #B4A468;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail h2 {
    font-size: 4.0625vw;
    padding-left: 6.5625vw;
    padding-bottom: 1.5625vw;
    border-width: 0.3125vw;
  }
}
#news .news__con__detail h2::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/parts/motif_gold.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1620px) {
  #news .news__con__detail h2::before {
    width: 1.5432098765vw;
    height: 1.5432098765vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail h2::before {
    width: 4.84375vw;
    height: 4.84375vw;
  }
}
#news .news__con__detail h3 {
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  padding: 6px 15px;
  border: 1px solid #B4A468;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1620px) {
  #news .news__con__detail h3 {
    font-size: 1.2345679012vw;
    padding: 0.3703703704vw 0.9259259259vw;
    border: 1px solid #B4A468;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail h3 {
    font-size: 3.75vw;
    padding: 0.9375vw 2.34375vw;
    margin-bottom: 1.25vw;
  }
}
#news .news__con__detail h4 {
  font-size: 16px;
  color: #B4A468;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail h4 {
    font-size: 3.125vw;
  }
}
#news .news__con__detail a {
  color: #B4A468;
}
#news .news__con__detail p {
  font-size: 16px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail p {
    font-size: 3.125vw;
  }
}
#news .news__con__detail p strong {
  color: #FBFF8B;
}
#news .news__con__detail p.small {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail p.small {
    font-size: 2.5vw;
  }
}
#news .news__con__detail p a {
  color: #B4A468;
  word-break: break-word;
}
#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-button {
  text-align: center;
}
#news .news__con__detail .wp-block-button a {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 380px;
  padding: 10px 20px;
  padding-right: 60px;
  min-height: 70px;
  line-height: 1.3;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  box-sizing: border-box;
  margin: 1em auto;
  border-radius: 0 40px 40px 0;
  background-color: #B4A468;
  text-decoration: none;
}
@media only screen and (max-width: 1620px) {
  #news .news__con__detail .wp-block-button a {
    min-width: 23.4567901235vw;
    padding: 0.6172839506vw 1.2345679012vw;
    padding-right: 3.7037037037vw;
    min-height: 4.3209876543vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .wp-block-button a {
    min-width: 59.375vw;
    padding: 1.5625vw 3.125vw;
    padding-right: 9.375vw;
    min-height: 10.9375vw;
    border-radius: 0 15.625vw 15.625vw 0;
    font-size: 3.125vw;
  }
}
#news .news__con__detail .wp-block-button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 21px;
  height: 30px;
  background: url("../img/parts/arrow_wh_line.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1620px) {
  #news .news__con__detail .wp-block-button a::after {
    right: 1.5432098765vw;
    width: 1.2962962963vw;
    height: 1.8518518519vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .wp-block-button a::after {
    right: 3.90625vw;
    width: 3.28125vw;
    height: 4.6875vw;
  }
}
#news .news__con__detail .wp-block-button a span {
  font-size: 32px;
  letter-spacing: 0.05em;
  font-family: "Bebas Neue", serif;
}
@media only screen and (max-width: 1620px) {
  #news .news__con__detail .wp-block-button a span {
    font-size: 1.975308642vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .wp-block-button a span {
    font-size: 5vw;
  }
}
#news .news__con__detail .wp-block-button__bl a {
  background-color: #0C20DA;
}
#news .news__con__detail .wp-block-embed.aligncenter {
  text-align: center;
}
#news .news__con__detail .wp-block-embed iframe {
  width: 800px;
  height: 450px;
}
@media only screen and (max-width: 1620px) {
  #news .news__con__detail .wp-block-embed iframe {
    width: 49.3827160494vw;
    height: 27.7777777778vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .wp-block-embed iframe {
    width: 78.125vw;
    height: 45.3125vw;
  }
}
#news .spotlight .spot1 {
  transform: skewX(-100deg);
  transition: all 0.7s 0.4s ease;
}
@media only screen and (max-width: 768px) {
  #news .spotlight .spot1 {
    transition: all 0.7s 0.5s ease;
  }
}
#news .spotlight .spot2 {
  transform: skewX(100deg);
  transition: all 0.7s 0.4s ease;
}
@media only screen and (max-width: 768px) {
  #news .spotlight .spot2 {
    transition: all 0.7s 0.5s ease;
  }
}
#news .spotlight .spot3 {
  transform: skewX(-100deg);
  transition: all 0.7s 0.3s ease;
}
#news .spotlight .spot4 {
  transform: skewX(100deg);
  transition: all 0.7s 0.3s ease;
}
#news .spotlight .spot5 {
  transform: skewX(-100deg);
  transition: all 0.7s 0.4s ease;
}
#news .spotlight .spot6 {
  transform: skewX(100deg);
  transition: all 0.7s 0.4s ease;
}
#news .news__list ul li {
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s 0.8s ease;
}
#news .move-on .spotlight .spot1 {
  transform: skewX(-44deg);
}
#news .move-on .spotlight .spot2 {
  transform: skewX(44deg);
}
#news .move-on .spotlight .spot3 {
  transform: skewX(-44deg);
}
#news .move-on .spotlight .spot4 {
  transform: skewX(44deg);
}
#news .move-on .spotlight .spot5 {
  transform: skewX(-44deg);
}
#news .move-on .spotlight .spot6 {
  transform: skewX(44deg);
}
#news .move-on .news__list ul li {
  transform: translateY(0px);
  opacity: 1;
}
#news .move-on .btn {
  opacity: 1;
}