@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");
#newArrivals:before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 300px;
  height: 300px;
  background: rgba(23, 209, 255, 0.5);
  filter: blur(4em);
  transition: all 0.5s ease;
  opacity: 0;
  z-index: -1;
}
#newArrivals:before {
  top: -50px;
  left: -80px;
}
#news #container,
#news #content {
  width: 100%;
  position: relative;
  padding-bottom: 0;
}
#news #container:after,
#news #container:before,
#news #content:after,
#news #content:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  pointer-events: none;
}
#news #container:before,
#news #content:before {
  height: 150px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #000);
  z-index: -1;
}
@media only screen and (max-width: 959px) {
  #news #container,
  #news #content {
    min-width: 100%;
  }
}
#news img {
  display: block;
}
.news-header {
  font-family: "Play";
  font-weight: 700;
  font-size: 54px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  padding: 0.75em;
  line-height: 1;
}
@media only screen and (max-width: 959px) {
  .news-header.resize {
    font-size: 40px;
  }
}
#newArrivals {
  position: relative;
  padding: 0 48px 85px;
}
@media screen and (min-width: 960px) {
  #newArrivals {
    padding: 0 0 2em;
  }
}
@media only screen and (max-width: 959px) {
  #newArrivals:before {
    opacity: 0.8;
  }
  #newArrivals:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  }
}
.newArrivals-list {
  margin: auto;
  width: 100%;
  max-width: 1370px;
}
@media screen and (min-width: 960px) {
  .newArrivals-list {
    display: flex;
    gap: 35px;
    justify-content: center;
  }
  .newArrivals-list .news-box {
    width: calc(100% / 3);
    max-width: 434px;
    overflow-wrap: anywhere;
    word-break: inherit;
  }
  .newArrivals-list .news-box:before {
    opacity: 0.4;
  }
  .newArrivals-list .news-box:nth-child(2) .news-detail:before,
  .newArrivals-list .news-box:nth-child(2):before {
    background: rgba(219, 23, 255, 0.5);
  }
}
#news-archives {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 40px 0 30px;
}
@media only screen and (max-width: 959px) {
  #news-archives {
    padding: 20px 0 20px;
  }
}
#news-archives .news-box {
  display: grid;
  grid-template-columns: 32% 1fr;
  margin-bottom: 30px;
  overflow-wrap: anywhere;
  word-break: inherit;
}
@media only screen and (max-width: 959px) {
  #news-archives .news-box {
    margin-bottom: 10px;
    padding: 15px 20px;
    gap: 0 15px;
  }
}
#news-archives .news-box:last-child {
  margin-bottom: 0;
}
#news-archives .news-title--archive {
  line-height: 1.4;
}
@media only screen and (max-width: 959px) {
  #news-archives .news-detail {
    padding: 0;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #news-archives .news-title--archive {
    grid-column: 1/2;
  }
}
#news-tabnavi {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  overflow-x: auto;
  justify-content: center;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#news-tabnavi::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 960px) {
  #news-tabnavi:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  }
}
.tab {
  flex: 0 0 auto;
  display: flex;
  align-items: end;
  height: 100%;
  min-height: 80px;
  color: #fff;
  text-align: center;
  max-width: 100%;
}
@media only screen and (max-width: 959px) {
  .tab {
    min-height: 60px;
  }
}
.tab li {
  width: 100%;
  min-width: 200px;
  border-bottom: 2px solid #fff;
  font-size: clamp(1.2rem, 3.8vw, 1.6rem);
  font-weight: bold;
  padding: 0 1em 1em;
  transition: over;
  cursor: pointer;
  white-space: nowrap;
}
@media only screen and (max-width: 959px) {
  .tab li {
    min-width: auto;
  }
}
.tab li.is-active,
.tab li:hover {
  color: #0ff;
  border-color: #0ff;
}
.tab li.tab-newarrival.is-active,
.tab li.tab-newarrival:hover {
  color: #f9aa01;
  border-color: #f9aa01;
}
.new-icon {
  display: inline-block;
  width: 42px;
  height: 19px;
  margin: -2px 0 0 2px;
  background: url("../img/icon_new.svg") top center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.news-btnWrap {
  margin: 80px auto 20px;
}
@media only screen and (max-width: 959px) {
  .news-btnWrap {
    margin: 40px auto 20px;
  }
}
.news-btnWrap:after,
.news-btnWrap:before {
  content: "";
  display: table;
}
.news-btnWrap:after {
  clear: both;
}
.news-btn {
  max-width: 200px;
  width: 33%;
  font-weight: 700;
  font-size: clamp(1.3rem, 4.4vw, 1.6rem);
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  border: 1px solid #fff;
  line-height: 1;
  padding: 1em;
  display: block;
  background: transparent;
  white-space: nowrap;
  transition: over;
}
.news-btn:hover {
  box-shadow: 0 0 15px #0ff;
}
.news-btn--back {
  float: left;
}
.news-btn--next {
  float: right;
}
.news-btn--more {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 959px) {
  .news-btn--more {
    width: 70%;
    margin: 0 auto 70px;
  }
}
.news-no-post {
  margin: 70px 0 170px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
}
@media only screen and (max-width: 959px) {
  .news-no-post {
    margin: 30px 0 60px;
  }
}
#news-main {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  #news-main {
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 355px;
    gap: 25px;
    margin-bottom: 50px;
  }
}
.entry-content h1,
.news-page-title {
  font-size: clamp(1.6rem, 5.4vw, 2.4rem);
  font-weight: normal;
  margin-bottom: 1.2em;
  line-height: 1.4;
}
.entry-header {
  margin-bottom: 40px;
}
.entry-header .news-media {
  margin-top: 20px;
}
.entry-footer {
  margin-top: 40px;
}
@media only screen and (max-width: 959px) {
  .entry-footer {
    margin-top: 20px;
  }
}
.entry-footer .news-like {
  display: flex;
  justify-content: end;
}
.entry-content {
  text-align: left;
}
.entry-content * + :not(li):not(.tag) {
  margin-top: 1.5em;
}
.entry-content h1 {
  font-weight: bold;
}
.entry-content h2 {
  font-size: clamp(1.6rem, 5.4vw, 2.2rem);
  line-height: 1.2;
  letter-spacing: 0.8px;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #fff;
}
.entry-content h3 {
  font-size: clamp(1.6rem, 5.4vw, 2.2rem);
  padding-left: 0.5em;
  border-left: 3px solid #fff;
}
.entry-content h4 {
  font-size: clamp(1.5rem, 4.4vw, 2rem);
  padding-left: 0.5em;
  border-left: 3px solid #fff;
  line-height: 1.4;
}
.entry-content h5 {
  font-size: clamp(1.4rem, 4.4vw, 1.8rem);
}
.entry-content h6 {
  font-size: clamp(1.3rem, 4.4vw, 1.6rem);
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.entry-content .head-img {
  width: 60px;
  display: block;
  flex-shrink: 0;
}
.entry-content div,
.entry-content li,
.entry-content p {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
}
@media only screen and (max-width: 959px) {
  .entry-content div,
  .entry-content li,
  .entry-content p {
    font-size: 1.4rem;
  }
}
.entry-content caption,
.entry-content small {
  font-size: clamp(1.1rem, 2.2vw, 1.3rem);
  color: #bbb;
}
.entry-content a {
  color: #f9aa01;
}
.entry-content .highlight {
  display: inline;
  background: linear-gradient(transparent 70%, rgba(249, 170, 1, 0.7) 70%);
}
.entry-content ul li {
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.25em;
}
.entry-content ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 0.75em;
}
.entry-content ol {
  padding-left: 1.5em;
  list-style-type: decimal;
}
.entry-content ol li {
  text-align: left;
  margin-bottom: 0.25em;
}
.entry-content a {
  overflow-wrap: anywhere;
}
.entry-content a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.entry-content img,
.entry-content picture {
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 100%;
}
.entry-content blockquote {
  position: relative;
  padding-left: 0.5em;
  box-sizing: border-box;
  font-style: italic;
  border-left: 3px solid #fff;
}
.entry-content blockquote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}
.entry-content blockquote cite {
  display: block;
  text-align: right;
  font-size: 0.9em;
}
.entry-content code {
  font-size: clamp(1.4rem, 4.5vw, 1.6rem);
  background: #2d2d2d;
  border: 1px solid #fff;
  border-radius: 5px;
  display: block;
  padding: 0.5em;
  line-height: 1.4;
}
.entry-content table {
  border-collapse: separate;
  border-spacing: 1px;
  max-width: 100%;
}
.entry-content td,
.entry-content th {
  padding: 1em;
}
.entry-content th {
  background: rgba(255, 255, 255, 0.25);
  text-align: center;
}
.entry-content tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.1);
}
.entry-content tr:nth-child(2n) {
  background: rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 959px) {
  .entry-content .table-scroll {
    display: block;
    overflow-x: scroll;
    position: relative;
    width: 100%;
  }
  .entry-content .table-scroll::-webkit-scrollbar {
    height: 6px;
  }
  .entry-content .table-scroll table {
    width: 100%;
    white-space: nowrap;
  }
}
.entry-content ins {
  color: #ff9;
  background-color: transparent;
}
.entry-content__primary {
  width: 100%;
  padding: 20px;
  background: linear-gradient(270deg, #00526c 0%, #40006e 100%);
}
.tag {
  display: inline-block;
  color: #000;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0 0.5em;
  margin-left: 0.5em;
  position: relative;
  z-index: 1;
  transform: skewX(-15deg);
}
.tag:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: inline-block;
  background: #90c1f9;
}
.tag--none:before {
  background: #4de8ad;
}
.tag--none:lang(ja):after {
  content: "消去不可";
}
.tag--none:lang(en):after {
  content: "cannot be cancelled";
}
.tag--none:lang(de):after {
  content: "nicht eliminierbar";
}
.tag--none:lang(fr):after {
  content: "annulation impossible";
}
.tag--none:lang(ko):after {
  content: "해제 불가";
}
.tag--none:lang(zh-cmn-Hant-TW):after {
  content: "無法消除";
}
.tag--none:lang(es):after {
  content: "inamovible";
}
.tag--trigger:before {
  background: #f9ec90;
}
.tag--count:before {
  background: #ff9c39;
}
.arts {
  color: #fff;
  font-size: inherit;
  padding-left: 1.6em;
  position: relative;
  z-index: 1;
}
.arts:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6em;
  height: 100%;
  background-position: center center;
  background-size: contain;
}
.arts--strike:before {
  background: url("../img/arts-strike.png") no-repeat center center/contain;
}
.arts--strike:lang(ja):after {
  content: "打撃アーツ";
}
.arts--strike:lang(en):after {
  content: "Strike Arts";
}
.arts--strike:lang(de):after {
  content: "Schlagangriff";
}
.arts--strike:lang(fr):after {
  content: "Arts physiques";
}
.arts--strike:lang(ko):after {
  content: "타격 아츠";
}
.arts--strike:lang(zh-cmn-Hant-TW):after {
  content: "打擊招式";
}
.arts--strike:lang(es):after {
  content: "Destrezas físicas";
}
.arts--blast:before {
  background: url("../img/arts-blast.png") no-repeat center center/contain;
}
.arts--blast:lang(ja):after {
  content: "射撃アーツ";
}
.arts--blast:lang(en):after {
  content: "Blast Arts";
}
.arts--blast:lang(de):after {
  content: "Fernangriff";
}
.arts--blast:lang(fr):after {
  content: "Arts d'énergie";
}
.arts--blast:lang(ko):after {
  content: "사격 아츠";
}
.arts--blast:lang(zh-cmn-Hant-TW):after {
  content: "射擊招式";
}
.arts--blast:lang(es):after {
  content: "Destrezas de energía";
}
.arts--special:before {
  background: url("../img/arts-special.png") no-repeat center center/contain;
}
.arts--special:lang(ja):after {
  content: "特殊アーツ";
}
.arts--special:lang(en):after {
  content: "Special Arts";
}
.arts--special:lang(de):after {
  content: " Superangriff";
}
.arts--special:lang(fr):after {
  content: "Arts uniques";
}
.arts--special:lang(ko):after {
  content: "특수 아츠";
}
.arts--special:lang(zh-cmn-Hant-TW):after {
  content: "特殊招式";
}
.arts--special:lang(es):after {
  content: "Destrezas singulares";
}
.arts--specialmove:before {
  background: url("../img/arts-specialmove.png") no-repeat center center/contain;
}
.arts--specialmove:lang(ja):after {
  content: "必殺アーツ";
}
.arts--specialmove:lang(en):after {
  content: "Special Move Arts";
}
.arts--specialmove:lang(de):after {
  content: "Spezialangriff";
}
.arts--specialmove:lang(fr):after {
  content: "Arts spéciaux";
}
.arts--specialmove:lang(ko):after {
  content: "필살 아츠";
}
.arts--specialmove:lang(zh-cmn-Hant-TW):after {
  content: "必殺招式";
}
.arts--specialmove:lang(es):after {
  content: "Destrezas especiales";
}
.arts--awakening:before {
  background: url("../img/arts-awakening.png") no-repeat center center/contain;
}
.arts--awakening:lang(ja):after {
  content: "覚醒アーツ";
}
.arts--awakening:lang(en):after {
  content: "Awakened Arts";
}
.arts--awakening:lang(de):after {
  content: "Erweckungsangriffe";
}
.arts--awakening:lang(fr):after {
  content: "Arts d'éveil";
}
.arts--awakening:lang(ko):after {
  content: "각성 아츠";
}
.arts--awakening:lang(zh-cmn-Hant-TW):after {
  content: "覺醒招式";
}
.arts--awakening:lang(es):after {
  content: "Destrezas despertar";
}
.arts--ultimate:before {
  background: url("../img/arts-ultimate.png") no-repeat center center/contain;
}
.arts--ultimate:lang(ja):after {
  content: "究極アーツ";
}
.arts--ultimate:lang(en):after {
  content: "Ultimate Arts";
}
.arts--ultimate:lang(de):after {
  content: "Finaler Angriff";
}
.arts--ultimate:lang(fr):after {
  content: "Arts ultimes";
}
.arts--ultimate:lang(ko):after {
  content: "궁극 아츠";
}
.arts--ultimate:lang(zh-cmn-Hant-TW):after {
  content: "究極招式";
}
.arts--ultimate:lang(es):after {
  content: "Destrezas definitivas";
}
.text-wrap {
  display: flex;
  gap: 1em;
}
.text-wrap p {
  margin-top: 0;
}
.text-wrap__img {
  width: 30%;
  max-width: 160px;
  flex-shrink: 0;
}
.news-page-content {
  position: relative;
  padding: clamp(5%, 6vw, 60px);
  background: url("../img/common/bg_stripe_s.png") repeat;
  overflow-wrap: anywhere;
}
.sideber {
  width: 100%;
}
.sideber .news-box {
  grid-template-columns: 34% 1fr;
  margin-bottom: 10px;
  gap: 0 20px;
  padding: 20px;
  overflow-wrap: anywhere;
  word-break: inherit;
}
.sideber .news-media + .news-detail {
  padding: 0;
}
.sideber .news-detail {
  grid-template-columns: 1fr;
  gap: 10px;
}
.sideber .news-title--archive {
  grid-column: 1/2;
  font-size: 1.4rem;
}
.sideber .news-category,
.sideber .news-date {
  font-size: 1.2rem;
}
.sideber iframe {
  display: none;
}
@media only screen and (max-width: 959px) {
  .sideber {
    display: none;
  }
}
.sideber-title {
  width: 100%;
  border-bottom: 2px solid #f9aa01;
  font-size: clamp(1.2rem, 3.8vw, 1.6rem);
  font-weight: bold;
  padding-bottom: 1em;
  color: #f9aa01;
  text-align: center;
  margin-bottom: 10px;
}
#news .wpulike {
  padding: 0;
}
#news .wpulike .wp_ulike_btn,
#news .wpulike .wp_ulike_btn:hover {
  background-color: rgba(224, 224, 224, 0.2);
}
#news .wpulike-default button.wp_ulike_btn {
  min-height: 28px;
}
@media only screen and (max-width: 959px) {
  #news .wpulike-default button.wp_ulike_btn {
    min-width: 30px;
  }
}
