/*=============================================================
 tools
=============================================================*/
#news {
  margin-top: 100px;
}
@media only screen and (max-width: 1250px) {
  #news {
    margin-top: 8vw;
  }
}
@media only screen and (max-width: 768px) {
  #news {
    margin: 0 0 3.125vw;
  }
}
#news .bg-deco {
  position: absolute;
  top: 90px;
  left: 0;
}
@media only screen and (max-width: 1250px) {
  #news .bg-deco {
    top: 7.2vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .bg-deco {
    top: 17.1875vw;
  }
}
#news .spot.left {
  top: 265px;
}
@media only screen and (max-width: 1250px) {
  #news .spot.left {
    top: 21.2vw;
  }
}
#news .spot.left span {
  background-color: #FFA2A2;
}
#news .spot.right {
  top: 90px;
}
@media only screen and (max-width: 1250px) {
  #news .spot.right {
    top: 7.2vw;
  }
}
#news .spot.right .blur-wrap:nth-child(1) span {
  background-color: #FF1A2B;
}
#news .ttl-box h1, #news .ttl-box .title {
  width: 434px;
}
@media only screen and (max-width: 1250px) {
  #news .ttl-box h1, #news .ttl-box .title {
    width: 34.72vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .ttl-box h1, #news .ttl-box .title {
    width: 41.875vw;
  }
}
#news .ttl-box h1 .ttl, #news .ttl-box .title .ttl {
  width: 375px;
  top: 45px;
  left: 30px;
}
@media only screen and (max-width: 1250px) {
  #news .ttl-box h1 .ttl, #news .ttl-box .title .ttl {
    width: 30vw;
    top: 3.6vw;
    left: 2.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .ttl-box h1 .ttl, #news .ttl-box .title .ttl {
    width: 36.25vw;
    top: 4.375vw;
    left: 2.8125vw;
  }
}
#news .ttl-box h1 .shine, #news .ttl-box .title .shine {
  top: 25px;
  left: 105px;
  width: 99px;
}
@media only screen and (max-width: 1250px) {
  #news .ttl-box h1 .shine, #news .ttl-box .title .shine {
    top: 2vw;
    left: 8.4vw;
    width: 7.92vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .ttl-box h1 .shine, #news .ttl-box .title .shine {
    width: 9.53125vw;
    top: 2.8125vw;
    left: 10.15625vw;
  }
}
#news .news__list {
  margin-bottom: 55px;
}
@media only screen and (max-width: 1250px) {
  #news .news__list {
    margin-bottom: 4.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list {
    margin-bottom: 6.5625vw;
  }
}
#news .news__list ul li:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1250px) {
  #news .news__list ul li:not(:last-child) {
    margin-bottom: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li:not(:last-child) {
    margin-bottom: 7.03125vw;
  }
}
#news .news__list ul li a {
  position: relative;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 0 50px;
  align-items: center;
  min-height: 160px;
  padding: 50px 42px;
  box-sizing: border-box;
  background-color: rgba(50, 25, 28, 0.8);
  border: 1px solid #FF1A2B;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1250px) {
  #news .news__list ul li a {
    grid-template-columns: 12.8vw 1fr;
    min-height: 12.8vw;
    padding: 4vw 3.36vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li a {
    display: block;
    padding: 7.8125vw 7.03125vw;
  }
}
#news .news__list ul li a p {
  color: #fff;
}
#news .news__list ul li a::before, #news .news__list ul li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1250px) {
  #news .news__list ul li a::before, #news .news__list ul li a::after {
    width: 4vw;
    height: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li a::before, #news .news__list ul li a::after {
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
#news .news__list ul li a::before {
  bottom: -2px;
  left: -2px;
  border-bottom: 4px solid #FF1A2B;
  border-left: 4px solid #FF1A2B;
}
@media only screen and (max-width: 1250px) {
  #news .news__list ul li a::before {
    bottom: -0.16vw;
    left: -0.16vw;
    border-bottom-width: 0.32vw;
    border-left-width: 0.32vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li a::before {
    bottom: -0.3125vw;
    left: -0.3125vw;
    border-bottom-width: 0.625vw;
    border-left-width: 0.625vw;
  }
}
#news .news__list ul li a::after {
  top: -2px;
  right: -2px;
  border-top: 4px solid #FF1A2B;
  border-right: 4px solid #FF1A2B;
}
@media only screen and (max-width: 1250px) {
  #news .news__list ul li a::after {
    top: -0.16vw;
    right: -0.16vw;
    border-top-width: 0.32vw;
    border-right-width: 0.32vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li a::after {
    top: -0.3125vw;
    right: -0.3125vw;
    border-top-width: 0.625vw;
    border-right-width: 0.625vw;
  }
}
#news .news__list ul li a:hover {
  background-color: #FF1A2B;
  border-color: #fff;
}
#news .news__list ul li a:hover::before, #news .news__list ul li a:hover::after {
  border-color: #fff;
}
@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: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 1250px) {
  #news .news__list ul li .date p {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li .date p {
    font-size: 3.125vw;
    line-height: 1.2;
  }
}
#news .news__list ul li .date p span {
  font-size: 30px;
  margin-left: 0.8em;
  font-weight: 500;
}
@media only screen and (max-width: 1250px) {
  #news .news__list ul li .date p span {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li .date p span {
    font-size: 5.3125vw;
    margin-left: 0.4em;
  }
}
#news .news__list ul li .txt p {
  font-size: 24px;
}
@media only screen and (max-width: 1250px) {
  #news .news__list ul li .txt p {
    font-size: 1.92vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__list ul li .txt p {
    font-size: 4.375vw;
  }
}
#news .news__con .h-box {
  position: relative;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 0 50px;
  align-items: baseline;
  min-height: 160px;
  padding: 50px 42px;
  margin-bottom: 34px;
  box-sizing: border-box;
  background-color: #FF1A2B;
  border: 1px solid #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1250px) {
  #news .news__con .h-box {
    grid-template-columns: 12.8vw 1fr;
    min-height: 12.8vw;
    margin-bottom: 2.72vw;
    padding: 4vw 3.36vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con .h-box {
    display: block;
    padding: 7.8125vw 7.03125vw;
  }
}
#news .news__con .h-box p {
  color: #fff;
}
#news .news__con .h-box::before, #news .news__con .h-box::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1250px) {
  #news .news__con .h-box::before, #news .news__con .h-box::after {
    width: 4vw;
    height: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con .h-box::before, #news .news__con .h-box::after {
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
#news .news__con .h-box::before {
  bottom: -2px;
  left: -2px;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
}
@media only screen and (max-width: 1250px) {
  #news .news__con .h-box::before {
    bottom: -0.16vw;
    left: -0.16vw;
    border-bottom-width: 0.32vw;
    border-left-width: 0.32vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con .h-box::before {
    bottom: -0.3125vw;
    left: -0.3125vw;
    border-bottom-width: 0.625vw;
    border-left-width: 0.625vw;
  }
}
#news .news__con .h-box::after {
  top: -2px;
  right: -2px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}
@media only screen and (max-width: 1250px) {
  #news .news__con .h-box::after {
    top: -0.16vw;
    right: -0.16vw;
    border-top-width: 0.32vw;
    border-right-width: 0.32vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con .h-box::after {
    top: -0.3125vw;
    right: -0.3125vw;
    border-top-width: 0.625vw;
    border-right-width: 0.625vw;
  }
}
#news .news__con .date {
  padding-top: 0.6em;
}
@media only screen and (max-width: 768px) {
  #news .news__con .date {
    margin-bottom: 1.5625vw;
  }
}
#news .news__con .date p {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media only screen and (max-width: 1250px) {
  #news .news__con .date p {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con .date p {
    font-size: 3.125vw;
    line-height: 1.2;
  }
}
#news .news__con .date p span {
  font-size: 30px;
  margin-left: 0.8em;
  font-weight: 500;
}
@media only screen and (max-width: 1250px) {
  #news .news__con .date p span {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con .date p span {
    font-size: 5.3125vw;
    margin-left: 0.4em;
  }
}
#news .news__con h1 {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (max-width: 1250px) {
  #news .news__con h1 {
    font-size: 1.92vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con h1 {
    font-size: 4.375vw;
  }
}
#news .news__con__detail {
  position: relative;
  padding: 50px 100px;
  background-color: #32191C;
  border: 1px solid #fff;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1250px) {
  #news .news__con__detail {
    padding: 4vw 8vw;
    margin-bottom: 8vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail {
    padding: 7.8125vw 5.9375vw;
  }
}
#news .news__con__detail::before, #news .news__con__detail::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1250px) {
  #news .news__con__detail::before, #news .news__con__detail::after {
    width: 4vw;
    height: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail::before, #news .news__con__detail::after {
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
#news .news__con__detail::before {
  bottom: -2px;
  left: -2px;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
}
@media only screen and (max-width: 1250px) {
  #news .news__con__detail::before {
    bottom: -0.16vw;
    left: -0.16vw;
    border-bottom-width: 0.32vw;
    border-left-width: 0.32vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail::before {
    bottom: -0.3125vw;
    left: -0.3125vw;
    border-bottom-width: 0.625vw;
    border-left-width: 0.625vw;
  }
}
#news .news__con__detail::after {
  top: -2px;
  right: -2px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}
@media only screen and (max-width: 1250px) {
  #news .news__con__detail::after {
    top: -0.16vw;
    right: -0.16vw;
    border-top-width: 0.32vw;
    border-right-width: 0.32vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail::after {
    top: -0.3125vw;
    right: -0.3125vw;
    border-top-width: -0.625vw;
    border-right-width: -0.625vw;
  }
}
#news .news__con__detail h2 {
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  padding: 20px 70px;
  margin: 1.5em 0 1em;
  background-image: linear-gradient(90deg, #ff1a2b, #ffbd29);
  -webkit-clip-path: polygon(25px 0, 100% 0, 100% 100%, 0 100%, 0 22px);
          clip-path: polygon(25px 0, 100% 0, 100% 100%, 0 100%, 0 22px);
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail h2 {
    font-size: 4.375vw;
    padding: 3.125vw 8.59375vw 2.34375vw;
    -webkit-clip-path: polygon(3.90625vw 0, 100% 0, 100% 100%, 0 100%, 0 3.4375vw);
            clip-path: polygon(3.90625vw 0, 100% 0, 100% 100%, 0 100%, 0 3.4375vw);
  }
}
#news .news__con__detail h3 {
  position: relative;
  display: inline-flex;
  font-size: 20px;
  line-height: 1.2;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #fff;
  padding: 10px 32px;
  margin: 1.4em 0 0.7em;
  border: 1px solid #FFBD29;
  background-color: transparent;
  gap: 0 5px;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail h3 {
    font-size: 3.4375vw;
    gap: 0 0.78125vw;
  }
}
#news .news__con__detail h3::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -0.9px;
  display: block;
  width: 17px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17.05" height="16.02" viewBox="0 0 17.05 16.02"><path d="M0,0v16.02l17.05-16.02Z" fill="%2332191c"/><line x1="0" y1="16.02" x2="17.05" y2="0" stroke="%23FFBD29" stroke-width="1"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail h3::before {
    top: -1.5px;
    left: -1.5px;
    width: 2.65625vw;
    height: 2.5vw;
  }
}
#news .news__con__detail h3::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -0.9px;
  display: block;
  width: 17px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17.05" height="16.02" viewBox="0 0 17.05 16.02"><g transform="scale(-1,-1) translate(-17.05,-16.02)"><path d="M0,0v16.02l17.05-16.02Z" fill="%2332191c"/><line x1="0" y1="16.02" x2="17.05" y2="0" stroke="%23FFBD29" stroke-width="1"/></g></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail h3::after {
    bottom: -1.5px;
    right: -1.5px;
    width: 2.65625vw;
    height: 2.5vw;
  }
}
#news .news__con__detail h4 {
  display: flex;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #FFBD29;
  margin-bottom: 0.5em;
  gap: 0 5px;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail h4 {
    font-size: 3.4375vw;
    gap: 0 0.78125vw;
  }
}
#news .news__con__detail h4::before {
  content: "";
  position: relative;
  top: -2px;
  display: block;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2228.446%22 height=%2228.371%22 viewBox=%220 0 28.446 28.371%22><path d=%22M733.587,79.724c-6.712-6.7-11.955-10.87-11.639-14.427.271-3.049,4.968-7.331,11.466-13.731l-.144-.166c-7.2,7.081-10.942,10.4-13.861,11.065-2.951.675-5.2-1.365-9.187-4.991l-.15.166c5.868,5.942,5.91,6.468,5.843,8.423-.1,3.033-5.659,7.794-10.774,13.02l.144.166c6.8-6.69,10.287-10.117,13.341-10.381,3.143-.273,6.2,2.577,14.646,10.9Z%22 transform=%22translate(-705.141 -51.4)%22 fill=%22%23FFBD29%22/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail h4::before {
    top: -0.3125vw;
    width: 4.375vw;
    height: 4.375vw;
  }
}
#news .news__con__detail > p {
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail > p {
    font-size: 3.125vw;
  }
}
#news .news__con__detail > p a {
  color: #FF1A2B;
}
#news .news__con__detail > p.small {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail > p.small {
    font-size: 3.125vw;
  }
}
#news .news__con__detail > p.mb {
  margin-bottom: 1.8em;
}
#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 {
  position: relative;
  display: inline-block;
  margin: 2em auto;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #fff;
}
#news .news__con__detail .wp-block-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #FF1A2B;
  transform: skewX(-10deg);
  transition: all 0.35s ease;
}
#news .news__con__detail .wp-block-button a {
  position: relative;
  display: block;
  padding: 0.8em;
  font-size: 20px;
  line-height: 1.2;
  color: #32191C;
  text-decoration: none;
  padding: 0.7em 2.5em;
  text-align: center;
  overflow: hidden;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 1250px) {
  #news .news__con__detail .wp-block-button a {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .wp-block-button a {
    font-size: 4.375vw;
    padding: 0.6em;
    border-radius: 15.625vw;
  }
}
#news .news__con__detail .wp-block-button a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 14px;
  height: 13px;
  background: url("../img/parts/arrow_bk.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 1250px) {
  #news .news__con__detail .wp-block-button a::after {
    right: 1.76vw;
    width: 1.12vw;
    height: 1.04vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .wp-block-button a::after {
    width: 2.8125vw;
    height: 2.65625vw;
    right: 4.6875vw;
  }
}
#news .news__con__detail .wp-block-button:hover::before {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .wp-block-button:hover::before {
    width: 0;
  }
}
#news .news__con__detail .wp-block-button:hover a {
  color: #fff;
}
#news .news__con__detail .wp-block-button:hover a::after {
  background-image: url("../img/parts/arrow_wh.svg");
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .wp-block-button:hover a::after {
    background-image: url("../img/parts/arrow_bk.svg");
  }
}
#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: 1250px) {
  #news .news__con__detail .wp-block-embed iframe {
    width: 64vw;
    height: 36vw;
  }
}
@media only screen and (max-width: 768px) {
  #news .news__con__detail .wp-block-embed iframe {
    width: 78.125vw;
    height: 45.3125vw;
  }
}