@charset "UTF-8";
@-webkit-keyframes spin-right {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(360deg); /* 360度回転 */
  }
}
@keyframes spin-right {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(360deg); /* 360度回転 */
  }
}
@-webkit-keyframes spin-left {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(-360deg); /* 360度回転 */
  }
}
@keyframes spin-left {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(-360deg); /* 360度回転 */
  }
}
@-webkit-keyframes spin-right-center {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); /* 360度回転 */
  }
}
@keyframes spin-right-center {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); /* 360度回転 */
  }
}
@-webkit-keyframes arrow-fade {
  0% {
    fill: rgba(255, 255, 255, 0); /* 初期位置 */
  }
  40% {
    fill: #B100FF;
  }
  80% {
    fill: #fff;
  }
  100% {
    fill: #fff;
  }
}
@keyframes arrow-fade {
  0% {
    fill: rgba(255, 255, 255, 0); /* 初期位置 */
  }
  40% {
    fill: #B100FF;
  }
  80% {
    fill: #fff;
  }
  100% {
    fill: #fff;
  }
}
@-webkit-keyframes scaleFit {
  0% {
    transform: scale(0.5); /* 初期位置 */
  }
  75% {
    transform: scale(1.03); /* 初期位置 */
  }
  100% {
    transform: scale(1); /* 初期位置 */
  }
}
@keyframes scaleFit {
  0% {
    transform: scale(0.5); /* 初期位置 */
  }
  75% {
    transform: scale(1.03); /* 初期位置 */
  }
  100% {
    transform: scale(1); /* 初期位置 */
  }
}
@-webkit-keyframes poemSlide {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes poemSlide {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes fontChange {
  0% {
    font-family: "DotGothic16", sans-serif;
  }
  80% {
    font-family: "Zen Old Mincho", serif;
    transform: skewY(5deg) scale(1.2);
  }
  100% {
    font-family: "Shippori Antique", sans-serif;
    transform: skewY(0deg);
    font-weight: normal;
  }
}
@keyframes fontChange {
  0% {
    font-family: "DotGothic16", sans-serif;
  }
  80% {
    font-family: "Zen Old Mincho", serif;
    transform: skewY(5deg) scale(1.2);
  }
  100% {
    font-family: "Shippori Antique", sans-serif;
    transform: skewY(0deg);
    font-weight: normal;
  }
}
@-webkit-keyframes albumAnime {
  0% {
    background: #fff;
  }
  20% {
    background: #8337E6;
  }
  40% {
    background: #831550;
  }
  60% {
    background: #FB33BF;
  }
  80% {
    background: #61C3BB;
  }
  100% {
    background: #fff;
  }
}
@keyframes albumAnime {
  0% {
    background: #fff;
  }
  20% {
    background: #8337E6;
  }
  40% {
    background: #831550;
  }
  60% {
    background: #FB33BF;
  }
  80% {
    background: #61C3BB;
  }
  100% {
    background: #fff;
  }
}
/*=============================================================
 tools
=============================================================*/
.page__ttlBox__title .glitch {
  background-image: url("../img/news/title-pc.png");
}
@media only screen and (max-width: 768px) {
  .page__ttlBox__title .glitch {
    background-image: url("../img/news/title-sp.png");
  }
}

.news__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.news__deco__item {
  position: absolute;
  z-index: 2;
}
.news__deco .deco1 {
  bottom: 330px;
  left: calc(50% - 927px);
  transform: rotate(82deg);
  width: 340px;
}
@media only screen and (max-width: 1350px) {
  .news__deco .deco1 {
    width: 25.1851851852vw;
    left: calc(50% - 68.6666666667vw);
  }
}
@media only screen and (max-width: 768px) {
  .news__deco .deco1 {
    bottom: 37.5vw;
    width: 35.625vw;
    left: calc(50% - 63.75vw);
  }
}
.news__deco .deco2 {
  bottom: 150px;
  left: calc(50% - 990px);
  transform: rotate(82deg);
  width: 456px;
}
@media only screen and (max-width: 1350px) {
  .news__deco .deco2 {
    width: 33.7777777778vw;
  }
}
@media only screen and (max-width: 768px) {
  .news__deco .deco2 {
    bottom: 15.625vw;
    width: 47.65625vw;
    left: calc(50% - 70.3125vw);
  }
}
.news__deco .deco3 {
  bottom: 140px;
  right: calc(50% - 934px);
  width: 340px;
}
@media only screen and (max-width: 1350px) {
  .news__deco .deco3 {
    width: 25.1851851852vw;
  }
}
@media only screen and (max-width: 768px) {
  .news__deco .deco3 {
    bottom: 23.4375vw;
    width: 35.625vw;
    right: calc(50% - 55.46875vw);
  }
}
.news__list {
  width: 1000px;
  margin: 0 auto 35px;
}
@media only screen and (max-width: 1350px) {
  .news__list {
    width: 74.0740740741vw;
    margin-bottom: 2.5925925926vw;
  }
}
@media only screen and (max-width: 768px) {
  .news__list {
    position: relative;
    width: 81.25vw;
    margin-bottom: 3.4375vw;
    z-index: 2;
  }
}
.news__list__item {
  position: relative;
}
.news__list__item:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1350px) {
  .news__list__item:not(:last-child) {
    margin-bottom: 3.7037037037vw;
  }
}
@media only screen and (max-width: 768px) {
  .news__list__item:not(:last-child) {
    margin-bottom: 6.5625vw;
  }
}
.news__list__item::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 5px);
  left: 0;
  display: block;
  width: 491px;
  height: 6px;
  background: url("../img/parts/frame_deco_text.png") no-repeat top left;
  background-size: contain;
}
@media only screen and (max-width: 1350px) {
  .news__list__item::before {
    bottom: calc(100% + basevw(5));
    width: basevw(491);
    height: basevw(6);
  }
}
@media only screen and (max-width: 768px) {
  .news__list__item::before {
    bottom: calc(100% + 0.9375vw);
    width: 76.71875vw;
    height: 0.9375vw;
  }
}
.news__list__item__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 64px;
  min-height: 88px;
  height: 100%;
  padding: 25px 196px 25px 50px;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 1350px) {
  .news__list__item__link {
    gap: 0 4.7407407407vw;
    min-height: 6.5185185185vw;
    padding: 1.8518518519vw 14.5185185185vw 1.8518518519vw 3.7037037037vw;
  }
}
@media only screen and (max-width: 768px) {
  .news__list__item__link {
    display: block;
    min-height: unset;
    padding: 3.75vw 14.84375vw 3.75vw 2.8125vw;
  }
}
.news__list__item__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 52px;
  transform: translateY(-50%);
  width: 53px;
  height: 53px;
  background: url("../img/news/item_deco_off.png") no-repeat top center;
  background-size: contain;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1350px) {
  .news__list__item__link::after {
    right: 3.8518518519vw;
    width: 3.9259259259vw;
    height: 3.9259259259vw;
  }
}
@media only screen and (max-width: 768px) {
  .news__list__item__link::after {
    right: 3.125vw;
    width: 8.28125vw;
    height: 8.28125vw;
  }
}
.news__list__item__date {
  flex-shrink: 0;
  font-size: 20px;
  font-family: "Audiowide", sans-serif;
}
@media only screen and (max-width: 1350px) {
  .news__list__item__date {
    font-size: 1.4814814815vw;
  }
}
@media only screen and (max-width: 768px) {
  .news__list__item__date {
    font-size: 3.75vw;
  }
}
.news__list__item__text {
  font-size: 24px;
  line-height: 1.4;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1350px) {
  .news__list__item__text {
    font-size: 1.7777777778vw;
  }
}
@media only screen and (max-width: 768px) {
  .news__list__item__text {
    font-size: 4.375vw;
  }
}
.news__list__item:hover .frame__base {
  background-color: #B100FF;
}
@media only screen and (max-width: 768px) {
  .news__list__item:hover .frame__base {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.news__list__item:hover .news__list__item__link::after {
  background-image: url("../img/news/item_deco_on.png");
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .news__list__item:hover .news__list__item__link::after {
    background-image: url("../img/news/item_deco_off.png");
    transform: translateY(-50%);
  }
}
.news__list__item:hover .news__list__item__text {
  color: #FFEB55;
}
.news__con__ttlBox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 64px;
  width: 1000px;
  height: 100%;
  margin: 0 auto 28px;
  padding: 25px 50px;
  color: #fff;
  text-decoration: none;
  z-index: 2;
}
@media only screen and (max-width: 1350px) {
  .news__con__ttlBox {
    gap: 0 4.7407407407vw;
    width: 74.0740740741vw;
    margin-bottom: 2.0740740741vw;
    padding: 1.8518518519vw 3.7037037037vw;
  }
}
@media only screen and (max-width: 768px) {
  .news__con__ttlBox {
    display: block;
    min-height: unset;
    padding: 3.75vw 2.8125vw;
  }
}
.news__con__ttlBox .frame__base {
  background-color: #B100FF;
}
.news__con__ttlBox__date {
  position: relative;
  flex-shrink: 0;
  font-size: 20px;
  font-family: "Audiowide", sans-serif;
}
@media only screen and (max-width: 1350px) {
  .news__con__ttlBox__date {
    font-size: 1.4814814815vw;
  }
}
@media only screen and (max-width: 768px) {
  .news__con__ttlBox__date {
    font-size: 3.75vw;
  }
}
.news__con__ttlBox__title {
  position: relative;
  font-size: 24px;
  color: #FFEB55;
  line-height: 1.4;
}
@media only screen and (max-width: 1350px) {
  .news__con__ttlBox__title {
    font-size: 1.7777777778vw;
  }
}
@media only screen and (max-width: 768px) {
  .news__con__ttlBox__title {
    font-size: 4.375vw;
  }
}
.news__con__detail {
  position: relative;
  width: 1000px;
  margin: 0 auto 45px;
  padding: 30px 50px;
  z-index: 2;
}
@media only screen and (max-width: 1350px) {
  .news__con__detail {
    width: 74.0740740741vw;
    margin-bottom: 3.3333333333vw;
    padding: 2.2222222222vw 3.7037037037vw;
  }
}
.news__con__detail__wrap {
  position: relative;
}
.news__con__detail h2 {
  position: relative;
  display: flex;
  gap: 0 5px;
  font-size: 24px;
  line-height: 1.3;
  color: #FFEB55;
  padding: 10px 20px;
  margin: 1.5em 0 1em;
  border-top: 1px solid #B100FF;
}
@media only screen and (max-width: 768px) {
  .news__con__detail h2 {
    gap: 0 2.34375vw;
    font-size: 4.375vw;
    padding: 1.5625vw 0vw;
  }
}
.news__con__detail h2::before {
  content: "";
  width: 56px;
  height: 19px;
  margin-top: 6px;
  background: url("../img/parts/h_deco01.svg") no-repeat top center;
  background-size: contain;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .news__con__detail h2::before {
    margin-top: 0.78125vw;
    width: 8.75vw;
    height: 2.96875vw;
  }
}
.news__con__detail h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 22px;
  background: linear-gradient(#B100FF, #B100FF) left bottom/calc(100% - 20px - 10px) 1px no-repeat, url("../img/parts/h_frame.png") no-repeat bottom right;
  background-size: calc(100% - 20px - 10px) 1px, 51px 100%;
}
@media only screen and (max-width: 768px) {
  .news__con__detail h2::after {
    height: 3.4375vw;
    background: linear-gradient(#B100FF, #B100FF) left bottom/calc(100% - 3.125vw - 1.5625vw) 1px no-repeat, url("../img/parts/h_frame.png") no-repeat bottom right;
    background-size: calc(100% - 3.125vw - 1.5625vw) 1px, 7.96875vw 100%;
  }
}
.news__con__detail h3 {
  display: flex;
  gap: 0 10px;
  font-size: 24px;
  line-height: 1.3;
  color: #FFEB55;
  padding: 10px 20px;
  margin: 1.4em 0 0.7em;
  border-top: 1px solid #B100FF;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  .news__con__detail h3 {
    gap: 0 1.5625vw;
    font-size: 3.75vw;
    padding: 1.5625vw 3.125vw;
  }
}
.news__con__detail h3::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 12px;
  background-color: #B100FF;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .news__con__detail h3::before {
    width: 1.09375vw;
    height: 1.09375vw;
    margin-top: 2.03125vw;
  }
}
.news__con__detail h4 {
  display: flex;
  gap: 0 10px;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  padding: 0.2em 20px 0.3em;
  margin: 1em 0 0.5em;
  background-color: #B100FF;
}
@media only screen and (max-width: 768px) {
  .news__con__detail h4 {
    gap: 0 1.5625vw;
    font-size: 3.125vw;
    padding: 0.2em 3.125vw 0.3em;
  }
}
.news__con__detail h4::before {
  content: "";
  width: 13px;
  height: 13px;
  margin-top: 4px;
  background: url("../img/parts/parts_x_line_wh.svg") no-repeat top center;
  background-size: contain;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .news__con__detail h4::before {
    margin-top: 1.09375vw;
    width: 2.03125vw;
    height: 2.03125vw;
  }
}
.news__con__detail h5 {
  font-size: 16px;
  color: #FFEB55;
}
.news__con__detail strong {
  color: #FFEB55;
}
.news__con__detail p {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .news__con__detail p {
    font-size: 3.125vw;
  }
}
.news__con__detail p a {
  color: #FFEB55;
  text-decoration: none;
}
.news__con__detail p a:hover {
  text-decoration: underline;
}
.news__con__detail .wp-block-image {
  margin: 2.5em 0;
  text-align: center;
}
.news__con__detail .wp-block-image img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .news__con__detail .wp-block-image img {
    width: 100%;
  }
}
.news__con__detail .wp-block-button {
  display: inline-block;
  position: relative;
  margin: 1.5em 30px;
}
@media only screen and (max-width: 768px) {
  .news__con__detail .wp-block-button {
    display: block;
    margin: 1.5em 4.6875vw;
  }
}
.news__con__detail .wp-block-button::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% - 0.2px);
  display: block;
  width: 30px;
  height: 100%;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  background-color: #fff;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 768px) {
  .news__con__detail .wp-block-button::before {
    width: 4.6875vw;
  }
}
.news__con__detail .wp-block-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 0.2px);
  display: block;
  width: 30px;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 768px) {
  .news__con__detail .wp-block-button::after {
    width: 4.6875vw;
  }
}
.news__con__detail .wp-block-button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 40px;
  height: 100%;
  font-size: 24px;
  line-height: 1.1;
  color: #B100FF;
  padding: 10px 0;
  background-color: #fff;
  text-decoration: none;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 768px) {
  .news__con__detail .wp-block-button a {
    width: 100%;
    min-width: unset;
    min-height: 9.375vw;
    font-size: 3.75vw;
  }
}
.news__con__detail .wp-block-button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 19px;
  background: url("../img/parts/arrow_pl.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .news__con__detail .wp-block-button a::after {
    width: 2.1875vw;
    height: 2.96875vw;
  }
}
.news__con__detail .wp-block-button:hover::before, .news__con__detail .wp-block-button:hover::after {
  background-color: #B100FF;
}
@media only screen and (max-width: 768px) {
  .news__con__detail .wp-block-button:hover::before, .news__con__detail .wp-block-button:hover::after {
    background-color: #fff;
  }
}
.news__con__detail .wp-block-button:hover a {
  color: #fff;
  background-color: #B100FF;
}
@media only screen and (max-width: 768px) {
  .news__con__detail .wp-block-button:hover a {
    font-size: 3.75vw;
    color: #B100FF;
    background-color: #fff;
  }
}
.news__con__detail .wp-block-button:hover a::after {
  transform: translateY(-50%) scale(1.2);
  background-image: url("../img/parts/arrow_wh.svg");
}
@media only screen and (max-width: 768px) {
  .news__con__detail .wp-block-button:hover a::after {
    transform: translateY(-50%);
    background-image: url("../img/parts/arrow_pl.svg");
  }
}
.news__con__detail .wp-block-embed.aligncenter {
  text-align: center;
}
.news__con__detail .wp-block-embed iframe {
  width: 800px;
  height: 450px;
}
@media only screen and (max-width: 1250px) {
  .news__con__detail .wp-block-embed iframe {
    width: 59.2592592593vw;
    height: 33.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .news__con__detail .wp-block-embed iframe {
    width: 78.125vw;
    height: 45.3125vw;
  }
}