@charset "utf-8";
/* all
-------------------------------------------------------------------*/
:root {
  --black: #000;
  --white: #fff;
  --main_color: #958758;
  --bg_color: #1d1d1d;
  --bg_color_hover: #313030;
  --vk-width-container: min(75em, 94.7916666667%);
  --header: 5em;
}
html,
body {
  background: var(--black);
  color: var(--white);
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 1.4;
  scroll-behavior: smooth;
  scroll-padding-top: 6em;
}
html[lang="zh-CN"],
html[lang="zh-CN"] body {
  font-family: 'Noto Sans SC', 'Noto Sans JP', sans-serif;
}
html[lang="ko"],
html[lang="ko"] body {
  font-family: 'Noto Sans KR', 'Noto Sans JP', sans-serif;
}
body {
  width: 100%;
  font-size: 100%;
  text-align: center;
  text-size-adjust: none;
  font-feature-settings: 'palt';
  -webkit-text-size-adjust: none;
}
main {
  overflow: clip;
  width: 100%;
  margin-top: var(--header);
}
.roboto {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.sitewrap {
  width: var(--vk-width-container);
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
}
.sitewrap-large {
  width: min(95em, 100%);
}
.site-body:has(#pan) {
  padding-top: 0;
}
img {
  max-width: 100%;
  height: auto;
}
*:has(>wbr) {
  word-break: keep-all;
}
.block_link a,
a.block_link {
  display: inline-block;
  text-decoration: none;
}
.block_link a img {
  transition: opacity 0.4s;
}
@media (hover: hover) and (pointer: fine),
(hover: none) and (pointer: coarse) {
  .block_link a:hover img,
  a:hover img.opacity {
    opacity: 0.7;
  }
}
@media screen and (max-width:1600px) {
  .sitewrap-large {
    width: 100%;
  }
  .sitewrap-large>* {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width:1270px) {
  :root {
    --vk-width-container: 100%;
  }
  .sitewrap>* {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width:767px) {
  :root {
    --header: 4.28571428571em;
  }
  html,
  body {
    font-size: 14px;
  }
  .sitewrap>*,
  .sitewrap-large>* {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* header
-------------------------------------------------------------------*/
.skip-link {
  position: absolute;
  z-index: -1000;
  inset: 0 auto auto 0;
  opacity: 0;
  width: 0;
  height: 0;
}
.skip-link:focus-visible {
  opacity: 1;
  width: auto;
  height: auto;
  z-index: 1000;
}
:is(header, footer) * {
  margin: 0;
  padding: 0;
  line-height: inherit;
}
header {
  position: fixed;
  z-index: 1001;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  min-height: var(--header);
  font-size: 1rem;
  inset: 0 0 auto;
  background: var(--black);
  padding-right: 1.5em;
}
header #site_ttl {
  position: relative;
  z-index: 1010;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75em 1em;
  white-space: nowrap;
}
header #site_ttl a {
  display: inline-block;
  vertical-align: middle;
  width: 153px;
  filter: drop-shadow(1px 1px 0 var(--white)) drop-shadow(-1px 1px 0 var(--white)) drop-shadow(1px -1px 0 var(--white)) drop-shadow(-1px -1px 0 var(--white));
}
header #site_ttl a img {
  width: 100%;
}
header .hamburger-menu_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .hamburger-menu_wrap #switch {
  position: fixed;
  z-index: -999;
  width: 0;
  height: 0;
  opacity: 0;
  display: none !important;
}
header .hamburger-menu_wrap #NavWrap .nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: auto;
  margin-left: auto;
}
header .nav-menu_lang {
  position: relative;
  z-index: 100;
  min-width: calc(8.75em + 2px);
  min-height: calc(1.75em + 2px);
}
header .nav-menu_lang .gtranslate_wrapper {
  position: absolute;
  z-index: 10;
  width: 100%;
  max-height: calc(1.75em + 2px);
  background: var(--white);
  border: 1px solid var(--main_color);
  border-radius: 0.875em;
  overflow: hidden;
  transition: max-height .4s;
}
header .nav-menu_lang .gtranslate_wrapper.opened,
header .nav-menu_lang .gtranslate_wrapper:has(a:focus-visible) {
  max-height: calc(1.75em * 14 + 2px);
}
header .nav-menu_lang .gtranslate_wrapper p,
header .nav-menu_lang .gtranslate_wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 1.75em;
  font-size: 1rem;
  font-weight: bold;
  color: var(--bg_color_hover);
  cursor: pointer;
  text-decoration: none;
}
header .nav-menu_lang .gtranslate_wrapper p {
  position: relative;
  z-index: 10;
}
header .nav-menu_lang .gtranslate_wrapper p::before,
header .nav-menu_lang .gtranslate_wrapper p::after {
  position: absolute;
  z-index: 10;
  display: inline-block;
  content: "";
}
header .nav-menu_lang .gtranslate_wrapper p::before {
  width: 1em;
  aspect-ratio: 1/1;
  background: url(../img/common/icon-language.svg) no-repeat;
  background-size: cover;
  top: 52%;
  left: 0.35em;
  translate: 0 -50%;
}
header .nav-menu_lang .gtranslate_wrapper p::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: var(--main_color) transparent transparent transparent;
  border-width: 0.375em 0.21875em 0 0.21875em;
  top: 52%;
  right: 0.75em;
  translate: 0 -50%;
}
header .nav-menu_lang .gtranslate_wrapper a.gt-current-lang {
  color: var(--main_color);
}
header .hamburger-menu_wrap #NavWrap .nav-list {
  text-align: left;
}
header .hamburger-menu_wrap #NavWrap .nav-list li a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.7em;
  min-height: 1.6em;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}
header .hamburger-menu_wrap #NavWrap .nav-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5em;
  width: 640px;
}
header .hamburger-menu_wrap #NavWrap .nav-list a span {
  position: relative;
  z-index: 10;
  display: inline-block;
}
header .hamburger-menu_wrap #NavWrap .nav-list a span::before {
  position: absolute;
  z-index: 10;
  display: inline-block;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--main_color);
  left: 0;
  bottom: -0.1em;
  scale: 0 1;
  transform-origin: right;
  transition: scale .4s;
}
@media (hover: hover) and (pointer: fine),
(hover: none) and (pointer: coarse) {
  header .nav-menu_lang .gtranslate_wrapper a:hover {
    color: var(--main_color);
  }
  header .hamburger-menu_wrap #NavWrap :is(.nav-box, .nav-list) a:hover span::before {
    scale: 1 1;
    transform-origin: left;
  }
}
@media screen and (max-width:1050px) {
  header {
    min-height: 4.28571428571em;
  }
  header #site_ttl {
    min-height: 60px;
    padding: 0 0.78571428571em;
  }
  header #site_ttl a {
    width: 120px;
  }
  header .hamburger-menu_wrap #switch {
    display: inline-block !important;
  }
  header .hamburger-menu_wrap label[for="switch"] {
    position: absolute;
    z-index: 1010;
    top: 5px;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.68181818181em;
    width: 4.54545454545em;
    aspect-ratio: 1/1;
    font-size: 0.78571428571rem;
    text-transform: uppercase;
    padding: 0.57142857142em;
  }
  header .hamburger-menu_wrap label[for="switch"] b {
    position: relative;
    z-index: 10;
    width: 2.5em;
    aspect-ratio: 35/3;
    transition: rotate .4s;
    background: var(--white);
  }
  header .hamburger-menu_wrap label[for="switch"] b::before,
  header .hamburger-menu_wrap label[for="switch"] b::after {
    position: absolute;
    z-index: 10;
    display: inline-block;
    content: "";
    width: 100%;
    aspect-ratio: 35/3;
    background: var(--white);
    border-radius: 1em;
    inset: -8px 0 auto;
    transition: rotate .4s;
  }
  header .hamburger-menu_wrap label[for="switch"] b::after {
    inset: auto 0 -8px;
  }
  header .hamburger-menu_wrap #switch:focus-visible~label[for="switch"] {
    outline: 2px solid #000;
  }
  header .hamburger-menu_wrap #switch:checked~label[for="switch"] b {
    rotate: -25deg;
    translate: -5% -5%;
  }
  header .hamburger-menu_wrap #switch:checked~label[for="switch"] b::before {
    translate: 0 330%;
    rotate: 410deg;
    transform-origin: center;
  }
  header .hamburger-menu_wrap #switch:checked~label[for="switch"] b::after {
    opacity: 0;
  }
  header .hamburger-menu_wrap #NavWrap {
    position: fixed;
    z-index: 1000;
    inset: auto 0;
    top: -10px;
    width: 100%;
    height: 100%;
    background: var(--black);
    padding: 2.25em 15px 3em;
    opacity: 0;
    visibility: hidden;
    transition: top .4s, opacity .4s, visibility .4s;
  }
  header .hamburger-menu_wrap #switch:checked~#NavWrap {
    top: var(--header);
    opacity: 1;
    visibility: visible;
  }
  header .hamburger-menu_wrap #NavWrap .nav-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 2em;
    width: 100%;
  }
  header .hamburger-menu_wrap #NavWrap .nav-list {
    flex-direction: column;
    width: 100%;
    margin: 0;
    gap: 0;
    border-bottom: 1px solid var(--main_color);
  }
  header .hamburger-menu_wrap #NavWrap .nav-list li {
    width: 100%;
  }
  header .hamburger-menu_wrap #NavWrap .nav-list li a {
    position: relative;
    z-index: 10;
    display: flex;
    gap: 0.5em;
    width: 100%;
    min-height: 4.28571428571em;
    font-size: 1rem;
    padding-inline: 15px;
    border-top: 1px solid var(--main_color);
    padding-right: 45px;
  }
  header .hamburger-menu_wrap #NavWrap .nav-list li a::after {
    position: absolute;
    z-index: 10;
    display: inline-block;
    content: "";
    width: 0.5em;
    aspect-ratio: 1/1;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: var(--main_color);
    top: 50%;
    right: 30px;
    translate: 0 -50%;
    rotate: 45deg;
  }
  header .hamburger-menu_wrap #NavWrap .nav-list a span::before {
    display: none;
  }
}
/* contents
-------------------------------------------------------------------*/
.section,
section {
  position: relative;
  z-index: 10;
}
.slick-slide img {
  width: 100%;
}
h2:not([class]) {
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-bottom: 0.8125em;
  margin-bottom: 2.1875em;
}
h2:not([class])::after {
  position: absolute;
  z-index: 10;
  inset: auto 0 0;
  display: inline-block;
  content: "";
  width: 1.1875em;
  height: 2px;
  background: var(--main_color);
  margin-inline: auto;
}
.common_btn {
  text-align: center;
  margin: 0 auto;
}
.team-detail .common_btn {
  margin-top: 2em;
}
.common_btn a,
.table-toggle_btn {
  --key_color: var(--main_color);
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.555556em;
  min-width: 16.875em;
  width: fit-content;
  min-height: 4.25em;
  font-size: 1rem;
  font-weight: bold;
  color: var(--key_color);
  background: var(--black);
  border: 1px solid var(--key_color);
  border-radius: 4.25em;
  padding: 0.555556em 2.875em;
  margin: auto;
  text-decoration: none;
  transition: color .3s, translate .3s;
  overflow: hidden;
  cursor: pointer;
}
.table-toggle_btn {
  justify-content: center;
  min-height: 3.5em;
}
.common_btn a::before,
.table-toggle_btn::before {
  position: absolute;
  z-index: -10;
  inset: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--main_color);
  transform-origin: right;
  scale: 0 1;
  transition: scale .6s;
}
.common_btn a i,
.table-toggle_btn i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 0.6875em;
  aspect-ratio: 9/14;
  overflow: clip;
}
.common_btn a i::before,
.table-toggle_btn i::before {
  content: "";
  width: 0.5em;
  aspect-ratio: 1 / 1;
  border-top: 2px solid;
  border-right: 2px solid;
  rotate: 45deg;
  translate: -0.25em 0;
}
.common_btn.btn_white a {
  --key_color: #282828;
  border-color: var(--white);
  background: var(--white);
}
.common_btn.btn_white a::before {
  background: var(--bg_color);
}
@media (hover: hover) and (pointer: fine),
(hover: none) and (pointer: coarse) {
  .common_btn a:hover,
  .table-toggle_btn:hover {
    color: var(--bg_color);
    translate: 0 -3px;
  }
  .common_btn a:hover::before,
  .table-toggle_btn:hover::before {
    transform-origin: left;
    scale: 1 1;
  }
  .common_btn.btn_white a:hover {
    color: var(--main_color);
  }
}
@media screen and (max-width:767px) {
  h2:not([class]) {
    font-size: 1.75rem;
    padding-bottom: 0.5em;
    margin-bottom: 1.5em;
  }
}
/* footer
-------------------------------------------------------------------*/
#pageTop {
  position: fixed;
  z-index: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 7em;
  aspect-ratio: 1/1;
  background: var(--black);
  border: 1px solid;
  border-radius: 100%;
  bottom: 3em;
  right: 2%;
  transition: background .4s;
}
#pageTop img {
  rotate: -90deg;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(152deg) brightness(103%) contrast(103%);
}
footer {
  background: var(--bg_color);
  padding-block: 2.625em 3em;
}
footer .footer_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.375em;
  margin-bottom: 2.25em;
}
footer small {
  font-size: 0.875rem;
  color: #969393;
}
@media (hover: hover) and (pointer: fine),
(hover: none) and (pointer: coarse) {
  #pageTop:hover {
    background: var(--bg_color);
  }
}
@media screen and (max-width:767px) {
  #pageTop {
    width: 4em;
  }
  #pageTop img {
    width: 40%;
  }
  footer {
    padding-block: 2em 1.5em;
    padding-inline: 15px;
  }
  footer .footer_link {
    flex-wrap: wrap;
    gap: 1em;
  }
  footer .footer_link li img {
    width: auto;
    height: 30px;
  }
  footer small {
    font-size: 0.75rem;
    color: #969393;
  }
}
/* top
-------------------------------------------------------------------*/
main.top .top-heading_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.125em;
  font-size: 1.5rem;
  margin-bottom: 3.125em;
}
main.top .top-heading_box .top-heading_ttl {
  font-weight: bold;
}
main.top .top-heading_box.txt_center {
  align-items: center;
  text-align: center;
}
main.top .mv-wrap .mv-title {
  position: absolute;
  z-index: 10;
  left: 50%;
  translate: -50% -50%;
  width: min(569px, 29.6354166667vw);
  top: 17%;
  filter: drop-shadow(2px 2px 0 var(--white)) drop-shadow(-2px 2px 0 var(--white)) drop-shadow(2px -2px 0 var(--white)) drop-shadow(-2px -2px 0 var(--white)) drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.1)) drop-shadow(-4px 4px 16px rgba(0, 0, 0, 0.1)) drop-shadow(4px -4px 16px rgba(0, 0, 0, 0.1)) drop-shadow(-4px -4px 16px rgba(0, 0, 0, 0.1));
}
main.top .mv-wrap .mv-controls {
  position:absolute;
  z-index:20;
  inset:auto 0 4%;
  margin-inline:auto;
}
main.top .mv-wrap .mv-control-btn {
  position: relative;
  z-index: 10;
  text-indent: -9999px;
  width: 3.4em;
  aspect-ratio: 1/1;
  font-size: 1rem;
  font-weight: bold;
  font-family: inherit;
  color: var(--white);
  background: var(--main_color);
  border: 1px solid var(--main_color);
  border-radius: 100%;
  cursor: pointer;
}
main.top .mv-wrap .mv-control-btn::before {
  position: absolute;
  z-index: 100;
  inset: 50% auto auto 50%;
  display: block;
  content: "";
  width: 0.8em;
  aspect-ratio: 18/20;
  background: var(--white);
  mask: url(../img/common/icon-stop.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  translate: -50% -50%;
}
main.top .mv-wrap .mv-control-btn.is-paused::before {
  mask-image: url(../img/common/icon-start.svg);
}
main.top .news-wrap {
  padding-block: 7.5em 8em;
}
main.top .news-wrap::after {
  position: absolute;
  top: 0;
  left: calc(50% + 196px);
  translate: -50%;
  z-index: -10;
  content: "";
  display: inline-block;
  width: 1560px;
  height: calc(100% - 8em);
  background: var(--bg_color);
}
main.top .news-wrap :is(.top-heading_box, .common_btn) {
  float: left;
  margin-left: 5.3125vw;
}
main.top .news-wrap .news-list {
  float: right;
  width: calc(100% - 248px - 5.3125vw - 4.42708333333vw);
  margin-left: 4.42708333333vw;
  margin-top: -1.875em;
  margin-bottom: 3.5em;
}
main.top .news-wrap .news-list .news-item a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5em;
  font-size: 1rem;
  color: var(--white);
  text-decoration: none;
  padding-block: 1.75em;
  padding-inline: 5px;
  border-bottom: 1px solid #555555;
}
main.top .news-wrap .news-list .news-item a .news-item_article {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5em 1.25em;
  width: calc(100% - 1.5em - 200px);
}
main.top .news-wrap .news-list .news-item a .news-item_article time {
  font-size: 1.25em;
  font-weight: bold;
  color: var(--main_color);
}
main.top .news-wrap .news-list .news-item a .news-item_article .news-item_ttl {
  width: 100%;
  font-size: 1.125em;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
main.top .news-wrap .common_btn {
  width: 100%;
  margin: 0 auto 3.5em;
}
main.top .news-wrap .news-bg_text {
  position: absolute;
  z-index: -5;
  mix-blend-mode: difference;
  left: -0.5em;
  bottom: 0;
}
main.top .about-wrap {
  padding-block: 3.25em;
}
main.top .about-wrap .about-catch {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--main_color);
  margin-bottom: 1.25em;
}
main.top .about-wrap .about-lead {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 2.5em;
}
main.top .team-wrap {
  background: var(--black);
  padding-block: 4.25em 7.75em;
}
main.top .team-wrap::after {
  position: absolute;
  right: -280px;
  bottom: -150px;
  z-index: -10;
  display: inline-block;
  content: "";
  width: 956px;
  aspect-ratio: 956/808;
  background: url(../img/deraspo-nagoya/logomark.svg);
  mix-blend-mode: luminosity;
  opacity: 0.23;
}
main.top .team-wrap .team-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5em 1.125em;
}
main.top .team-wrap .team-item a {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: var(--bg_color);
  text-decoration: none;
  transition: background .4s;
}
main.top .team-wrap .team-item a::before {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: inline-block;
  content: "";
  border-style: solid;
  border-width: 0;
  border-image: linear-gradient(90deg, rgb(170, 134, 44) 0%, rgb(135, 94, 1) 29%, rgb(215, 189, 100) 70%, rgb(246, 230, 146) 82%, rgb(198, 140, 20) 100%);
  border-image-slice: 1;
  transition: border-width .1s;
}
main.top .team-wrap .team-item a .team-item_logo {
  width: 60%;
}
main.top .team-wrap .team-item a .team-item_logo img {
  object-fit: contain;
  max-width: inherit;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
main.top .team-wrap .team-item a .team-item_name {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
main.top .team-wrap .team-item a .team-item_league {
  font-size: 1rem;
  font-weight: bold;
  color: #9e9e9e;
  margin-bottom: 3.375em;
}
@media screen and (max-width:1730px) {
  main.top .team-wrap .team-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width:1390px) {
  main.top .team-wrap .team-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
main.top .business-wrap {
  background: var(--main_color);
  padding-block: 7.5em;
}
main.top .business-wrap h2:not([class])::after {
  background: var(--white);
}
main.top .business-wrap .business-lead {
  width: min(100%, 1000px);
  font-size: 1rem;
  line-height: 1.8;
  color: var(--black);
  letter-spacing: 0.05em;
  margin: 0 auto 4em;
}
main.top .sns-wrap {
  padding-block: 3.75em;
}
main.top .sns-wrap .sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
}
main.top .sns-wrap .sns-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 4.125em;
  aspect-ratio: 1/1;
  border: 1px solid;
  border-radius: 100%;
  transition: background .4s;
}
@media (hover: hover) and (pointer: fine),
(hover: none) and (pointer: coarse) {
  main.top .mv-wrap .mv-control-btn:hover {
    color: var(--main_color);
    background: var(--white);
  }
  main.top .mv-wrap .mv-control-btn:hover::before {
    background: var(--main_color);
  }
  main.top .news-wrap .news-list .news-item a:hover {
    background: var(--bg_color_hover);
  }
  main.top .team-wrap .team-item a:hover {
    background: var(--black);
  }
  main.top .team-wrap .team-item a:hover::before {
    border-width: 3px;
  }
  main.top .sns-wrap .sns-item a:hover {
    background: var(--bg_color_hover);
  }
}
@media screen and (max-width:767px) {
  main.top .top-heading_box {
    align-items: center;
    text-align: center;
    gap: 0.5em;
    font-size: 1.25rem;
    margin-bottom: 2em;
  }
  main.top .top-heading_box .top-heading_en img {
    width: auto;
    height: 36px;
  }
  main.top .mv-wrap .mv-title {
    width: 48.5333333333vw;
    top: 33%;
    filter: drop-shadow(1px 1px 0 var(--white)) drop-shadow(-1px 1px 0 var(--white)) drop-shadow(1px -1px 0 var(--white)) drop-shadow(-1px -1px 0 var(--white)) drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.1)) drop-shadow(-2px 2px 8px rgba(0, 0, 0, 0.1)) drop-shadow(2px -2px 8px rgba(0, 0, 0, 0.1)) drop-shadow(-2px -2px 8px rgba(0, 0, 0, 0.1));
  }
  main.top .news-wrap {
    padding-block: 3.5em 4em;
  }
  main.top .news-wrap::after {
    left: 0;
    right: 0;
    translate: 0;
    width: 100%;
    height: calc(100% - 4em);
  }
  main.top .news-wrap :is(.top-heading_box, .common_btn) {
    float: none;
    margin-left: 0;
  }
  main.top .news-wrap .news-list {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 2.5em;
  }
  main.top .news-wrap .news-list .news-item a {
    gap: 1.64285714286em;
    padding-block: 1em;
  }
  main.top .news-wrap .news-list .news-item a .news-item_image {
    width: 68px;
  }
  main.top .news-wrap .news-list .news-item a .news-item_article {
    gap: 0.25em 1em;
    width: calc(100% - 1.64285714286em - 68px);
  }
  main.top .news-wrap .news-list .news-item a .news-item_article time {
    font-size: 1em;
  }
  main.top .news-wrap .news-list .news-item a .news-item_article .news-item_ttl {
    font-size: 1em;
  }
  main.top .news-wrap .common_btn {
    margin: 0 auto 2.5em;
  }
  main.top .about-wrap {
    padding-block: 3.25em;
  }
  main.top .about-wrap .about-catch {
    font-size: 1.5rem;
  }
  main.top .about-wrap .about-lead {
    text-align: left;
    font-size: 1.125rem;
  }
  main.top .team-wrap {
    padding-block: 2.5em 7.75em;
  }
  main.top .team-wrap::after {
    right: -240px;
    bottom: -120px;
    width: 600px;
  }
  main.top .team-wrap .team-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5em;
  }
  main.top .team-wrap .team-item a::before {
    display: none;
  }
  main.top .team-wrap .team-item a .team-item_logo {
    width: 90%;
  }
  main.top .team-wrap .team-item a .team-item_name {
    font-size: 1rem;
    padding-inline: 0.5em;
    margin-bottom: 0.5em;
  }
  main.top .team-wrap .team-item a .team-item_league {
    font-size: 0.75rem;
    padding-inline: 0.5em;
    margin-bottom: 2.5em;
  }
  main.top .business-wrap {
    padding-block: 3.5em;
  }
  main.top .business-wrap .business-lead {
    margin: 0 auto 2em;
  }
  main.top .sns-wrap {
    padding-block: 1.75em;
  }
  main.top .sns-wrap .sns-list {
    gap: 1em;
  }
  main.top .sns-wrap .sns-item a {
    width: 3.5em;
  }
  main.top .sns-wrap .sns-item a img {
    width: 55%;
  }
}
/* team
-------------------------------------------------------------------*/
.team-detail h2:not([class]) {
  margin-bottom: 1.36em;
}
.team-detail :is(p, li) {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.team-detail :is(p, ul):not(:first-child) {
  margin-top: 1em;
}
.team-detail .team-title_wrap {
  --key_color: #21409a;
}
.team-detail .team-title_wrap.dragons {
  --key_color: #00408e;
}
.team-detail .team-title_wrap.top-nagoya {
  --key_color: #af6207;
}
.team-detail .team-title_wrap.nagoya-grampus {
  --key_color: #b00f19;
}
.team-detail .team-title_wrap.loveledge {
  --key_color: #792849;
}
.team-detail .team-title_wrap:is(.wolfdogs, .redstar) {
  --key_color: #ad1612;
}
.team-detail .team-title_wrap.hcnagoya {
  --key_color: #9e9012;
}
.team-detail .team-title_wrap.phenix {
  --key_color: #cdb71b;
}
.team-detail .team-title_wrap.brightpegasus {
  --key_color: #b80931;
}
.team-detail .team-title_wrap.verblitz {
  --key_color: #075530;
}
.team-detail .team-title_wrap.antelopes {
  --key_color: #a52d3d;
}
.team-detail .team-title_wrap.shuttles {
  --key_color: #023793;
}
.team-detail .team-title_wrap.redterriers {
  --key_color: #bc0e1f;
}
.team-detail .team-title_wrap.nagoyaoceans {
  --key_color: #1e1e1e;
}
.team-detail .team-title_wrap.orques {
  --key_color: #bea405;
}
.team-detail .team-title_wrap.cyclones {
  --key_color: #121c5e;
}
.team-detail .team-title_wrap.dolphins {
  --key_color: #b92429;
}
.team-detail .team-title_wrap.koalas {
  --key_color: #ad0e2d;
}
.team-detail .team-title_wrap .team-title_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.75em;
  width: min(100%, 1750px);
  text-align: left;
  min-height: 18.75em;
  margin-inline: auto;
}
.team-detail .team-title_wrap .team-title_logo {
  width: clamp(200px, 20%, 250px);
}
.team-detail .team-title_wrap .team-title_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.75em;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-text-stroke: 6px var(--key_color);
  paint-order: stroke;
  flex: 1;
}
.team-detail .team-title_wrap .team-title_box .team-title {
  font-size: 2.33333333333em;
  font-weight: bold;
  line-height: 1.2;
  -webkit-text-stroke-width: 8px;
}
.team-detail .team-title_wrap .team-title_image {
  position: absolute;
  z-index: -10;
  inset: 0;
}
.team-detail .team-title_wrap .team-title_image img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.team-detail section:not(.team-title_wrap) {
  padding-block: 6.25em;
}
.team-detail section:has(#pan) {
  padding-top:0;
}
.team-detail .small-inner {
  width: min(100%, 1110px);
  margin-inline: auto;
}
.team-detail section:nth-child(odd) {
  background-color: var(--bg_color);
}
.team-detail .team-flex_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
}
.team-detail .team-flex_box .team-flex_article {
  max-width: 697px;
  flex: 1;
}
.team-detail .team-flex_box .team-flex_title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.team-detail .team-flex_box .team-flex_image {
  width: min(50%, 745px);
}
.team-detail .team-flex_box:nth-child(even) {
  flex-direction: row-reverse;
}
.team-detail .team-flex_box+.team-flex_box {
  margin-top: 7.5em;
}
.team-detail .team-home_box .team-home_image {
  text-align: center;
  margin-bottom: 4em;
}
.team-detail :is(.team-record_text, .team-player_text):not(:last-child) {
  margin-bottom: 2em;
}
.team-detail .team-record_table {
  width: 100%;
}
.team-detail .team-record_table thead * {
  text-align: center;
  font-weight: 500;
  background: var(--bg_color);
}
.team-detail .team-record_table :is(th, td) {
  height: 3em;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  padding: 0.5em;
}
.team-detail .team-record_table tbody tr {
  border-bottom: 1px solid var(--white);
}
.team-detail .team-record_table .is-hidden-row {
  display: none;
}
.team-detail .is-expanded .team-record_table .is-hidden-row {
  display: table-row;
}
.team-detail .team-record_table .table-toggle_wrapper {
  text-align: center;
  margin-top: 20px;
}
.team-detail .table-toggle_wrapper {
  margin: 2em auto 0;
}
.team-detail .team-player_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75em;
}
.team-detail .team-player_list .team-player_item {
  display:flex;
  justify-items:stretch;
  align-items:flex-start;
  flex-direction:column;
  border: 1px solid;
}
.team-detail .team-player_list .team-player_item > * {
  width:100%;
}
.team-detail .team-player_list .team-player_image {
  margin-bottom:2em;
}
.team-detail .team-player_list .team-player_article {
  padding: 0 1.25em 2em;
}
.team-detail .team-player_list .team-player_name {
  font-size: 1.25rem;
  font-weight: bold;
}
.team-detail .team-player_list .team-player_position {
  font-size: 0.875rem;
}
.team-detail .team-player_list .team-plaer_text {
  border-top: 2px solid;
  padding-top: 1.5em;
  margin-top: 1em;
}
.team-detail .team-player_list .team-plaer_text p {
  line-height: 1.6;
}
.team-detail .team-player_text {
  margin-bottom: 2em;
}
.team-detail .free_box a {
  color: var(--main_color);
}
.team-detail .free_box:not(:last-child) {
  margin-bottom: 5em;
}
.team-detail .free_box ul:not([class]) {
  padding-left: 1.5em
}
.team-detail .free_box ul li {
  list-style: inherit;
}
.team-detail .team-notice_box:not(:last-child) {
  margin-bottom: 5em;
}
.team-detail .team-notice_box .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
}
.team-detail .team-notice_box .news-item a {
  display: block;
  height: 100%;
  text-decoration: none;
  padding: 0.375em;
}
.team-detail .team-notice_box .news-item a .news-item_article {
  margin-top: 1em;
}
.team-detail .team-sns_list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.875em;
  width: min(100%, 720px);
  margin-inline: auto;
}
.team-detail .team-sns_item {
  width: calc((100% - 1.875em * 2) / 3);
}
.team-detail .team-sns_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75em;
  height: 100%;
  min-height: 3.4em;
  background: var(--white);
  font-size: 1.25rem;
  font-weight: bold;
  color: #282828;
  text-decoration: none;
  border-radius: 0.25em;
  padding: 0.6255em;
  transition: translate .4s, opacity .4s;
}
.team-detail .official-wrap {
  background-size: cover;
  background-position: center;
}
.team-detail .official-wrap::after {
  position: absolute;
  z-index: -5;
  inset: 0;
  content: "";
  background: var(--black);
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine),
(hover: none) and (pointer: coarse) {
  .team-detail .free_box a:hover {
    text-decoration: none;
  }
  .team-detail .team-notice_box .news-item a:hover {
    background: var(--bg_color_hover);
  }
  .team-detail .team-sns_item a:hover {
    translate: 0 -3px;
    opacity: 0.6;
  }
}
@media screen and (max-width:767px) {
  .team-detail h2:not([class]) {
    margin-bottom: 1.36em;
  }
  .team-detail :is(p, li) {
    line-height: 1.6;
  }
  .team-detail .team-title_wrap .team-title_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    min-height: 14.286em;
    padding: 0.5em 15px 1.5em;
  }
  .team-detail .team-title_wrap .team-title_logo {
    width: 22%;
  }
  .team-detail .team-title_wrap .team-title_box {
    justify-content: flex-start;
    gap: 0.5em;
    font-size: 0.85714285714rem;
    -webkit-text-stroke-width: 2px;
  }
  .team-detail .team-title_wrap .team-title_box .team-title {
    font-size: 1.66666666667em;
    -webkit-text-stroke-width: 4px;
  }
  .team-detail section:not(.team-title_wrap) {
    padding-block: 3em;
  }
  .team-detail .small-inner {
    width: min(100%, 1110px);
    margin-inline: auto;
  }
  .team-detail .bg_gry {
    background: var(--bg_color);
  }
  .team-detail .team-flex_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
  }
  .team-detail .team-flex_box .team-flex_article {
    max-width: 100%;
  }
  .team-detail .team-flex_box .team-flex_title {
    font-size: 1.7rem;
  }
  .team-detail .team-flex_box .team-flex_image {
    width: 100%;
  }
  .team-detail .team-flex_box:nth-child(even) {
    flex-direction: column;
  }
  .team-detail .team-flex_box+.team-flex_box {
    margin-top: 3.5em;
  }
  .team-detail .team-home_box .team-home_image {
    margin-bottom: 2em;
  }
  .team-detail .team-record_scroll {
    overflow-x: auto;
  }
  .team-detail .team-record_table {
    min-width: 200vw;
    white-space: nowrap;
  }
  .team-detail .team-player_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .team-detail .team-player_list .team-player_image{
    margin-bottom:1em;
  }
  .team-detail .team-player_list .team-player_article {
    padding: 0 1.25em 1em;
  }
  .team-detail .team-notice_box .news-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .team-detail .team-notice_box .news-item a {
    display: flex;
    gap: 0.75em;
    padding: 0;
  }
  .team-detail .team-notice_box .news-item a .news-item_image {
    width: 40%;
  }
  .team-detail .team-notice_box .news-item a .news-item_article {
    width: 60%;
    margin-top: 0;
  }
  .team-detail .team-sns_list {
    flex-wrap: wrap;
    gap: 1em;
  }
  .team-detail .team-sns_item {
    width: calc((100% - 1em) / 2);
  }
  .team-detail .team-sns_item a {
    min-height: 3.4em;
    font-size: 1rem;
  }
  .team-detail .team-sns_item a img {
    width: 24px;
  }
}
@media print {
  html {
    zoom: 60%;
  }
  header:not(.entry-header, .archive-header) {
    position: absolute;
  }
}
/*  パンくずリスト  */
#pan {
  position: relative;
  z-index: 2;
  margin-top: 2.125rem;
  margin-bottom: 4.125rem;
  overflow: hidden;
}
#pan ol {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  font-size: 0;
  overflow-y: hidden;
  overflow-x: auto;
}
#pan li,
#pan li * {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  white-space: nowrap;
}
#pan li::after {
  display: inline-block;
  vertical-align: middle;
  content: "\003E";
  margin-left: 1em;
}
#pan li:not(:last-child) {
  margin-right: 1em;
}
#pan li:last-child::after {
  display: none;
}
#pan li * {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--white);
}
#pan li a {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
@media (hover: hover) and (pointer: fine),
(hover: none) and (pointer: coarse) {
  #pan li a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  #pan {
    position: relative;
    z-index: 10;
    margin-top: 1em;
    margin-bottom: 2.5em;
    overflow: hidden;
  }
  #pan:after,
  #pan li:last-child:after {
    position: absolute;
    z-index: 10;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 1.25em;
    width: 0.75em;
    background: var(--white);
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%);
  }
  #pan a {
    text-decoration: underline;
  }
  #pan li:last-child {
    position: relative;
    padding-right: 0.75em;
    margin-right: 0;
    flex-grow: 1;
  }
  #pan li:last-child:after {
    z-index: 20;
    top: -1em;
    right: 0;
    bottom: -1em;
    background: var(--black);
  }
}