@charset "UTF-8";
@media print {
  a {
    text-decoration: none !important;
  }
  .fixed {
    position: static !important;
  }
}
.fit_move {
  aspect-ratio: 16/9 !important;
}
.fit_move.reversal {
  aspect-ratio: 9/16 !important;
}

.fit_cam {
  aspect-ratio: 3/2 !important;
}
.fit_cam.reversal {
  aspect-ratio: 2/3 !important;
}

.fit_dis {
  aspect-ratio: 4/3 !important;
}
.fit_dis.reversal {
  aspect-ratio: 3/4 !important;
}

.fit_gold {
  aspect-ratio: 8/5 !important;
}
.fit_gold.reversal {
  aspect-ratio: 5/8 !important;
}

.fit_none {
  aspect-ratio: auto !important;
}

.back_filter {
  filter: drop-shadow(1px 1px 0 rgb(255, 255, 255)) drop-shadow(-1px 1px 0 rgb(255, 255, 255)) drop-shadow(1px -1px 0 rgb(255, 255, 255)) drop-shadow(-1px -1px 0 rgb(255, 255, 255));
}

.d_font {
  color: #B20004 !important;
}

.d_back {
  background-color: #B20004 !important;
}

.d_white {
  background-color: #FFFFFF !important;
}

.d_back_h:hover, .d_back_h:active, .d_back_h:focus {
  background-color: #B20004 !important;
  color: #FFFFFF !important;
}

.d_border {
  border-color: #B20004 !important;
}

.d2_font {
  color: #F2F2F2 !important;
}

.d2_back {
  background-color: #F2F2F2 !important;
}

.d2_back_h:hover, .d2_back_h:active, .d2_back_h:focus {
  background-color: #F2F2F2 !important;
  color: #FFFFFF !important;
}

.d2_border {
  border-color: #F2F2F2 !important;
}

.d3_font {
  color: #00A9EC !important;
}

.d3_back {
  background-color: #00A9EC !important;
}

.d3_back_h:hover, .d3_back_h:active, .d3_back_h:focus {
  background-color: #00A9EC !important;
  color: #FFFFFF !important;
}

.d3_border {
  border-color: #00A9EC !important;
}

a {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .table-smxs th, .table-smxs td {
    display: block;
    width: 100% !important;
  }
  .table-smxs th {
    border-bottom: none;
  }
  .table-smxs td {
    border-top: none;
  }
}

.animate__animated {
  visibility: hidden;
}
.animate__animated.action {
  visibility: visible;
}

/*ドロワー*/
@media (max-width: 991.98px) {
  .over_hidden {
    overflow: hidden !important;
  }
}

.l-drawer {
  --drawer-width:20rem;
  --icon-space:20px;
  position: relative;
}
@media (max-width: 767.98px) {
  .l-drawer {
    --icon-space:15px;
  }
}
.l-drawer__checkbox {
  display: none;
}
.l-drawer__icon {
  cursor: pointer;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  aspect-ratio: 1/1;
  top: var(--icon-space);
  right: var(--icon-space);
  background: #B20004;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .l-drawer__icon {
    width: 60px;
  }
}
.l-drawer__icon-parts, .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  background-color: #FFFFFF;
  display: block;
  width: 45%;
  height: 2px;
  margin: auto;
}
.l-drawer__icon-parts {
  position: relative;
}
.l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: " ";
  width: 100%;
}
.l-drawer__icon-parts:before {
  top: -20px;
}
.l-drawer__icon-parts:after {
  bottom: -20px;
}
@keyframes roop_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.l-drawer__icon-text {
  position: absolute;
  color: #B20004;
  font-size: 0.875em;
  text-shadow: 1px 1px 0px #FFFFFF, -1px 1px 0px #FFFFFF, 1px -1px 0px #FFFFFF, -1px -1px 0px #FFFFFF, 1px 0px 0px #FFFFFF, 0px 1px 0px #FFFFFF, -1px 0px 0px #FFFFFF, 0px -1px 0px #FFFFFF;
  text-align: center;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: roop_rotate 15s linear infinite;
}
.l-drawer__icon-text.animation-stop {
  animation-play-state: paused;
}
@media (max-width: 767.98px) {
  .l-drawer__icon-text {
    font-size: 0.75em;
  }
}
.l-drawer__icon-text span {
  position: absolute;
  height: 100%;
  line-height: 1em;
  transform-origin: center bottom; /* 回転の基準点 */
}
.l-drawer__icon-text span:nth-child(1) {
  transform: translate(-50%, -1.4em) rotate(-22.5deg);
}
.l-drawer__icon-text span:nth-child(2) {
  transform: translate(-50%, -1.4em) rotate(-7.5deg);
}
.l-drawer__icon-text span:nth-child(3) {
  transform: translate(-50%, -1.4em) rotate(7.5deg);
}
.l-drawer__icon-text span:nth-child(4) {
  transform: translate(-50%, -1.4em) rotate(22.5deg);
}
.l-drawer__overlay {
  background: #000;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
}
.l-drawer__menu {
  max-width: 100%;
  width: var(--drawer-width);
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: calc(-1 * var(--drawer-width));
  padding: 0 0;
  background: var(--main-bg);
}
.l-drawer__menu .navgation {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 100svh;
  padding: 1em 0;
  overflow-x: hidden;
  transition: 0.3s;
}
.l-drawer__menu .navgation-nav {
  border-top: 1px solid #CCCCCC;
}
.l-drawer__menu .navgation-link {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.5em 1em;
  font-size: 1.125em;
  font-weight: 500;
  border-bottom: 1px solid #CCCCCC;
  --trans-time:0.3s;
}
@media (max-width: 1199.98px) {
  .l-drawer__menu .navgation-link {
    font-size: 1em;
  }
}
.l-drawer__menu .navgation-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 5px;
  background: #B20004;
  transition: var(--trans-time);
}
.l-drawer__menu .navgation-link::after {
  content: "";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  transition: var(--trans-time);
}
.l-drawer__menu .navgation-link-text {
  margin: 0;
}
.l-drawer__menu .navgation-link-eng {
  color: #B20004;
  font-size: 70%;
  margin: 0;
}
.l-drawer__menu .navgation-link:hover, .l-drawer__menu .navgation-link:active {
  transition: var(--trans-time);
}
.l-drawer__menu .navgation-link:hover::before, .l-drawer__menu .navgation-link:active::before {
  height: 100%;
  transition: var(--trans-time);
}
.l-drawer__menu .navgation-link:hover::after, .l-drawer__menu .navgation-link:active::after {
  right: 2%;
  transition: var(--trans-time);
}
.l-drawer__menu .navgation-sub_link {
  display: inline-block;
  font-size: 0.8125em;
  margin: 0 auto;
}
.l-drawer__menu .navgation-sub_link:hover, .l-drawer__menu .navgation-sub_link:active {
  text-decoration: underline;
}
.l-drawer__menu .navgation-logo {
  max-width: 75%;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .l-drawer__menu .navgation-logo {
    max-width: 100%;
  }
}
.l-drawer__menu .navgation-sns {
  display: block;
  transition: 0.3s;
  max-width: 40px;
}
.l-drawer__menu .navgation-sns:hover, .l-drawer__menu .navgation-sns:active {
  transform: translateY(-5px);
}
.l-drawer__menu .navgation-text {
  font-size: 1em;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .l-drawer__menu .navgation-text {
    font-size: 0.875em;
  }
}
@media (max-width: 991.98px) {
  .l-drawer__menu .navgation-text {
    font-size: 1em;
  }
}
.l-drawer__icon {
  z-index: 100;
}
.l-drawer__menu {
  z-index: 99;
}
.l-drawer__overlay {
  z-index: 98;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon {
  right: calc(var(--drawer-width) + var(--icon-space));
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
  background: transparent;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
  transform: rotate(-45deg);
  top: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
  transform: rotate(45deg);
  bottom: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__overlay {
  opacity: 0.3;
  pointer-events: auto;
  touch-action: none;
}
.l-drawer__checkbox:checked ~ .l-drawer__menu {
  right: 0;
}
.l-drawer__icon, .l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__overlay, .l-drawer__menu {
  transition: all 0.3s;
}

.img_fit {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.img_fit-back {
  display: block;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}
.img_fit-back.logo_img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.img_fit-back.fit_auto {
  aspect-ratio: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.img_fit-space {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 0.5em;
}
.img_fit-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #FFFFFF;
  font-size: 1.875em;
  font-weight: bolder;
  letter-spacing: 0.05em;
}
.img_fit.back_opacity:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  transition: 0.3s;
}
.img_fit.img_link:hover::after, .img_fit.img_link:active::after, .img_fit.img_link:focus::after {
  opacity: 0;
}

.swiper-wrapper {
  padding-bottom: 50px;
}
.swiper-slide {
  height: auto !important;
}
/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.loader, .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 0, 0.2);
  border-right: 1.1em solid rgba(0, 0, 0, 0.2);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
  border-left: 1.1em solid #999999;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
[data-target-mask] {
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-property: clip-path;
  transition-delay: 0.2s;
  visibility: hidden;
}
[data-target-mask][data-top] {
  clip-path: inset(99.99% 0 0 0);
}
[data-target-mask][data-left] {
  clip-path: inset(0 0 0 99.99%);
}
[data-target-mask][data-right] {
  clip-path: inset(0 99.99% 0 0);
}
[data-target-mask][data-bottom] {
  clip-path: inset(0 0 99.99% 0);
}
[data-target-mask].action {
  visibility: visible;
  clip-path: inset(0);
}
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightSmall {
  animation-name: fadeInRightSmall;
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

html {
  scroll-behavior: auto !important;
  --main-text: #3E3A39;
  --main-text2: #B20004;
  --main-bg: #FFFFFF;
  --main-bd:#CCCCCC;
  --main-chk:#C9C9C8;
  --main-input:#FFFFFF;
  --main-placeholder:inherit;
  --main-shadow:#CCCCCC;
}
@media (max-width: 991.98px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "fot-cezanne-pron", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 500;
  font-style: normal;
  color: var(--main-text);
  background: #F2F2F2;
  --menu-w:280px;
}
@media (max-width: 1199.98px) {
  body {
    --menu-w:230px;
  }
}
@media (max-width: 991.98px) {
  body {
    --menu-w:400px;
  }
}

main {
  overflow: hidden;
}

.hiragino, .profile-player, .h2_title, .footer-title, .menu_bar-link {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
}

.eng, .world, .profile-name {
  font-family: "Bebas Neue";
}

.wf-loading #contents {
  opacity: 0;
  filter: blur(5px);
}

.wf-active #contents {
  opacity: 1;
  filter: blur(0);
  transition: opacity 0.7s ease, filter 0.7s ease;
}

.wp-block-image.alignwide {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.container {
  max-width: 1030px;
}
.container.sp_space {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.text_default {
  font-size: 1.25em;
  line-height: 1.75em;
  margin: 0;
}
@media (max-width: 991.98px) {
  .text_default {
    font-size: 1.125em;
  }
}

.section_space {
  overflow: visible;
}
.section_space.over_space {
  padding-top: 8em !important;
  padding-bottom: 8em !important;
}
@media (max-width: 767.98px) {
  .section_space.over_space {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }
}
@media (max-width: 767.98px) {
  .section_space.over_space.sp_space {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
  }
}

.back_color {
  background: var(--main-bg);
}

.sticky_space {
  position: relative;
}
.sticky_space .sticky_top {
  position: sticky;
  z-index: 0;
  top: 0;
}
.sticky_space .sticky_top-mv {
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.sticky_space .sticky_sub {
  position: relative;
  overflow: hidden;
}

.h1_5 {
  font-size: 2.1875rem;
}

.h2_5 {
  font-size: 1.875rem;
}

.h5_5 {
  font-size: 1.125rem;
}

.h7 {
  font-size: 0.9375rem;
}

.lh_2 {
  line-height: 2em;
}

.lh_18 {
  line-height: 1.8em;
}

.lh_15 {
  line-height: 1.5em;
}

.lh_1 {
  line-height: 1em;
}

.lt_50 {
  letter-spacing: 0.05em;
}

.lt_100 {
  letter-spacing: 0.1em;
}

.text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.text-line {
  text-decoration: none;
}
.text-line:hover, .text-line:active {
  text-decoration: none;
}

.text_shadow {
  text-shadow: 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF;
}

.lead {
  font-size: 1.15rem;
  font-weight: inherit;
}

a {
  color: inherit;
}
a:hover, a:active {
  outline: none;
  color: inherit;
}

a[href^="tel:"] {
  cursor: default;
  color: inherit;
}
a[href^="tel:"]:hover, a[href^="tel:"]:active {
  color: inherit;
  text-decoration: none;
}

.blank_link {
  color: #0066cb;
  text-decoration: underline;
}
.blank_link:hover, .blank_link:active {
  color: #0066cb;
  text-decoration: none;
}

.breadcrumbs {
  background: #B20004;
  padding: 0.5em 1em;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .aioseo-breadcrumbs {
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.breadcrumbs a:hover, .breadcrumbs a:active {
  color: inherit;
  text-decoration: underline;
}

.content_space {
  zoom: 1;
  line-height: 2em;
}
.content_space:after {
  content: "";
  display: block;
  clear: both;
}
.content_space strong {
  font-weight: bold;
}
.content_space em {
  font-style: italic;
}
.content_space blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.content_space .aligncenter {
  margin: 0 auto;
}
.content_space .alignright {
  float: right;
}
.content_space .alignleft {
  float: left;
}
.content_space img {
  max-width: 100%;
  height: auto;
}

.pager {
  text-align: center;
  margin: 0 0;
}
.pager a.page-numbers, .pager .current {
  border: solid 1px #221714;
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  background: transparent;
  color: #221714;
}
.pager a.page-numbers:hover, .pager a.page-numbers:active, .pager .current:hover, .pager .current:active {
  text-decoration: none;
  color: #FFFFFF;
  background: #221714;
}
.pager .current {
  border: solid 1px #221714;
  color: #FFFFFF;
  background: #221714;
}

.side_category-title {
  display: block;
  width: 100%;
  background: #B20004;
  color: #FFFFFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: none;
  padding: 0.5em 1em;
  margin: 0;
}
.side_category-list {
  list-style: none;
  margin: 0;
}
.side_category-list .list-group-item {
  padding: 0;
}
.side_category-list .list-group-item:first-child {
  border-radius: 0 !important;
}
.side_category-list a {
  display: block;
  padding: 0.75rem 1.25rem;
}
.side_category-list a:hover, .side_category-list a:active {
  background: rgba(178, 0, 4, 0.2);
  text-decoration: none;
}
.side_category-list .children {
  padding-left: 1.5rem;
}
.side_category-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.side_category-btn:focus-visible {
  outline: none;
}
.side_category-btn[aria-expanded=true] i {
  transform: rotate(180deg);
}

@media (max-width: 767.98px) {
  input[type=text], input[type=tel], input[type=email], textarea, select {
    font-size: 16px !important;
  }
}

.information_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #B20004;
  color: #FFFFFF;
  padding: 1.5em 2em;
}
@media (max-width: 767.98px) {
  .information_title {
    padding: 0.5em 1em;
  }
}
.information_title-text01 {
  margin: 0;
  font-size: 1.4375em;
}
@media (max-width: 991.98px) {
  .information_title-text01 {
    font-size: 1.25em;
  }
}
.information_title-text02 {
  margin: 0;
  font-size: 1.25em;
}
@media (max-width: 991.98px) {
  .information_title-text02 {
    font-size: 1.125em;
  }
}

.btn_detail {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border: 2px solid #B20004;
  background: #B20004;
  color: #FFFFFF;
  font-size: 1.875em;
  font-weight: bold;
  padding: 0.5em 1em;
  line-height: 1em;
  transition: 0.3s;
}
.btn_detail i {
  transition: 0.3s;
}
.btn_detail:hover, .btn_detail:active {
  background: #FFFFFF;
  color: #B20004;
}

.blog_list_link {
  position: relative;
  display: block;
  padding: 1.5em 0;
}
@media (max-width: 575.98px) {
  .blog_list_link {
    padding: 1em 0;
  }
}
.blog_list_link::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #B20004, #B20004 5px, transparent 5px);
  background-size: 10px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.blog_list_link:hover, .blog_list_link:active {
  text-decoration: none;
  color: inherit;
}
.blog_list_link:hover .fit_img, .blog_list_link:active .fit_img {
  transform: scale(1.2);
}
.blog_list_link .ov-h {
  position: relative;
}
.blog_list_link .fit_space {
  position: relative;
  overflow: hidden;
  padding-top: 70%;
  background: #FFFFFF;
  z-index: 1;
  border: 1px solid #CCCCCC;
}
.blog_list_link .fit_space .fit_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  transition: 0.2s;
}
.blog_list_link .fit_space .fit_img.logo_img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.blog_list_link-date {
  font-size: 1.125em;
  margin: 0;
}
@media (max-width: 767.98px) {
  .blog_list_link-date {
    font-size: 0.875em;
  }
}
.blog_list_link-cat {
  font-size: 1em;
  margin: 0;
}
@media (max-width: 767.98px) {
  .blog_list_link-cat {
    font-size: 0.875em;
  }
}
.blog_list_link-cat .cat_space {
  border: 1px solid #3E3A39;
  color: #3E3A39;
  font-weight: bold;
  border-radius: 25px;
  line-height: 1em;
  padding: 0em 1em;
}
@media (max-width: 767.98px) {
  .blog_list_link-cat .cat_space {
    padding: 0em 1em;
  }
}
.blog_list_link-title {
  font-size: 1.375em;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 767.98px) {
  .blog_list_link-title {
    font-size: 1.125em;
  }
}
.blog_list_link-excerpt {
  position: relative;
  font-size: 1.125em;
}
@media (max-width: 991.98px) {
  .blog_list_link-excerpt {
    font-size: 1.125em;
  }
}
.blog_list_link-excerpt .ov-t {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
}
.blog_list_link-excerpt .ov-t.one_line {
  -webkit-line-clamp: 1;
  height: 1.4em;
}

header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #F2F2F2;
  padding: 1em 0;
  box-shadow: 0px 5px 10px -5px gray;
}

.menu_bar {
  display: flex;
  justify-content: center;
  row-gap: 1em;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .menu_bar {
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
@media (max-width: 1199.98px) {
  .menu_bar {
    gap: 0.5em;
  }
}
.menu_bar-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5625em;
  background-color: #B20004;
  color: #FFFFFF;
  line-height: 1em;
  border: 2px solid #B20004;
  margin: 0;
  padding: 0.25em 1em;
  transition: 0.3s;
}
@media (max-width: 1399.98px) {
  .menu_bar-link {
    font-size: 1.25em;
  }
}
@media (max-width: 1199.98px) {
  .menu_bar-link {
    font-size: 1.125em;
  }
}
@media (max-width: 991.98px) {
  .menu_bar-link {
    font-size: 1em;
    line-height: 1.25em;
  }
}
@media (max-width: 575.98px) {
  .menu_bar-link {
    font-size: 0.9375em;
    padding: 0.25em 0.5em;
  }
}
.menu_bar-link:hover {
  color: #B20004;
  background: #FFFFFF;
}

.splide .splide__list .splide__slide .splide_img {
  position: relative;
}
.splide .splide__list .splide__slide .splide_img:before {
  content: "";
  display: block;
  background: #000000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.splide .splide__list .splide__slide.is-active .splide_img::before {
  content: none;
}
.splide .splide__list .splide__slide img {
  height: 427px;
}
@media (max-width: 1399.98px) {
  .splide .splide__list .splide__slide img {
    height: 350px;
  }
}
@media (max-width: 1199.98px) {
  .splide .splide__list .splide__slide img {
    height: 300px;
  }
}
@media (max-width: 991.98px) {
  .splide .splide__list .splide__slide img {
    height: 250px;
  }
}
@media (max-width: 767.98px) {
  .splide .splide__list .splide__slide img {
    height: 180px;
  }
}
@media (max-width: 575.98px) {
  .splide .splide__list .splide__slide img {
    height: 130px;
  }
}
.splide .splide__arrow {
  background: #FFFFFF;
  opacity: 1;
  transition: 0.3s;
}
.splide .splide__arrow svg {
  transition: 0.3s;
}
.splide .splide__arrow:hover {
  background: #B20004;
}
.splide .splide__arrow:hover svg {
  fill: #FFFFFF;
}
.splide .splide__pagination {
  display: none;
}

.footer {
  background: #B20004;
  padding: 3em 2em 8em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1em;
}
.footer-title {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.75em;
  text-align: center;
  margin: 0;
}
@media (max-width: 767.98px) {
  .footer-title {
    font-size: 1.4375em;
  }
}
.footer .supporters {
  max-width: 1600px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.5em;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
.footer .supporters-name {
  color: #FFFFFF;
  font-size: 1.3125em;
  margin: 0;
}
@media (max-width: 767.98px) {
  .footer .supporters-name {
    font-size: 1.125em;
  }
}
.footer .supporters-line {
  width: 100%;
  height: 1px;
  position: relative;
  margin: 1em 0;
}
.footer .supporters-line::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background: #FFFFFF;
}
.footer .supporters-link {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.2em;
       column-gap: 0.2em;
}
.footer .supporters-link i {
  font-size: 60%;
}
.footer .takamuretennis_link {
  display: block;
  transition: 0.3s;
}
.footer .takamuretennis_link:hover {
  transform: scale(1.1);
}

.h2_title {
  font-size: 1.75em;
  color: #B20004;
  margin: 0;
}

.profile {
  position: relative;
}
.profile-player {
  font-size: 1.75em;
  color: #B20004;
  margin: 0;
}
.profile-name {
  font-size: 9.375em;
  color: #B20004;
  line-height: 1em;
  margin: 0;
}
@media (max-width: 575.98px) {
  .profile-name {
    font-size: 6.25em;
  }
}
.profile-text {
  font-size: 1.25em;
  line-height: 1.75em;
  margin: 0;
  text-align: justify;
  letter-spacing: -0.02em;
  font-weight: bold;
}

.world {
  font-size: 15.625em;
  color: #E2E2E1;
  line-height: 1em;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateX(-10%);
  writing-mode: vertical-rl;
  white-space: nowrap;
  margin: 0;
}
@media (max-width: 1399.98px) {
  .world {
    font-size: 7.5em;
  }
}
@media (max-width: 1199.98px) {
  .world {
    display: none;
  }
}

.recruiting-members {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #00A9EC;
  aspect-ratio: 500/250;
}
@media (max-width: 767.98px) {
  .recruiting-members {
    aspect-ratio: 3/1;
  }
}
@media (max-width: 575.98px) {
  .recruiting-members {
    aspect-ratio: 7/3;
  }
}
.recruiting-members-ok {
  position: absolute;
  top: 3%;
  right: 2%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  color: #00A9EC;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  border-radius: 50%;
  margin: 0;
  padding: 0.5em;
}
@media (max-width: 991.98px) {
  .recruiting-members-ok {
    font-size: 1.125em;
  }
}
.recruiting-members-name {
  font-size: 2.8125em;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .recruiting-members-name {
    font-size: 2.5em;
  }
}
@media (max-width: 991.98px) {
  .recruiting-members-name {
    font-size: 1.875em;
  }
}
.recruiting-membersship {
  display: flex;
  align-items: center;
  margin: 0;
}
.recruiting-membersship-one {
  background: #FFFFFF;
  font-size: 1.5625em;
  font-weight: bold;
  writing-mode: vertical-rl;
  line-height: 1em;
  padding: 0.25em 0.2em;
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .recruiting-membersship-one {
    font-size: 1.25em;
  }
}
.recruiting-membersship-num {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-size: 5.4375em;
  line-height: 1em;
  color: #FFFFFF;
}
@media (max-width: 1199.98px) {
  .recruiting-membersship-num {
    font-size: 4.375em;
  }
}
@media (max-width: 991.98px) {
  .recruiting-membersship-num {
    font-size: 3.75em;
  }
}
.recruiting-membersship-yen {
  color: #FFFFFF;
  font-size: 3.125em;
  font-weight: bold;
  align-self: end;
}
@media (max-width: 1199.98px) {
  .recruiting-membersship-yen {
    font-size: 2.8125em;
  }
}
.recruiting-text {
  font-size: 3.125em;
  font-weight: bold;
  color: #009FE8;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .recruiting-text {
    font-size: 2.5em;
  }
}
@media (max-width: 991.98px) {
  .recruiting-text {
    font-size: 1.875em;
  }
}
@media (max-width: 575.98px) {
  .recruiting-text {
    font-size: 1.5625em;
  }
}

.benefits-text {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0;
  text-align: justify;
}
@media (max-width: 767.98px) {
  .benefits-text {
    font-size: 1.25em;
  }
}
.benefits-part {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #00A9EC;
  color: #FFFFFF;
  aspect-ratio: 500/250;
  padding: 1em;
}
.benefits-part-num {
  font-size: 5.5em;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
}
@media (max-width: 767.98px) {
  .benefits-part-num {
    font-size: 3.125em;
  }
}
.benefits-part-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.375em;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  margin: 0;
}
@media (max-width: 1399.98px) {
  .benefits-part-content {
    font-size: 2.1875em;
  }
}
@media (max-width: 1199.98px) {
  .benefits-part-content {
    font-size: 1.75em;
  }
}
@media (max-width: 991.98px) {
  .benefits-part-content {
    font-size: 1.5625em;
  }
}
@media (max-width: 767.98px) {
  .benefits-part-content {
    font-size: 1.25em;
    flex-direction: column;
    row-gap: 0.25em;
  }
}
@media (max-width: 575.98px) {
  .benefits-part-content {
    font-size: 1.4375em;
  }
}
.benefits-part-content-sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 0.25em;
  margin: 0;
}
.benefits-part-content-small {
  letter-spacing: 0;
  font-size: 60%;
  text-align: center;
}
.benefits-name {
  font-size: 1.25em;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  background: #B20004;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 2em;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .benefits-name {
    font-size: 1.125em;
  }
}

.score-title {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0;
}
@media (max-width: 767.98px) {
  .score-title {
    font-size: 1.25em;
  }
}
.score-table {
  border-collapse: separate;
  border-spacing: 0 0.5em;
}
@media (max-width: 575.98px) {
  .score-table tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #AAAAAA;
    padding: 0.5em 0;
  }
}
.score-table td {
  font-size: 1.3125em;
  border: none;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .score-table td {
    font-size: 1.25em;
  }
}
@media (max-width: 991.98px) {
  .score-table td {
    font-size: 1.125em;
  }
}
@media (max-width: 767.98px) {
  .score-table td {
    font-size: 1em;
  }
}
@media (max-width: 575.98px) {
  .score-table td {
    font-size: 1.125em;
  }
}
.score-table .year {
  width: 4.5em;
}
.score-table .tournament {
  width: 60%;
}
@media (max-width: 991.98px) {
  .score-table .tournament {
    width: 55%;
  }
}
@media (max-width: 767.98px) {
  .score-table .tournament {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .score-table .tournament {
    width: auto;
    flex-grow: 1;
  }
}
.score-table .tournament-text {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  position: relative;
  margin: 0;
}
.score-table .tournament-text::after {
  content: "";
  width: 1px;
  height: 2px;
  background: #AAAAAA;
  flex: 1;
  margin-right: 0.5em;
}
@media (max-width: 575.98px) {
  .score-table .tournament-text::before, .score-table .tournament-text::after {
    content: none;
  }
}
.score-table .tournament-text.noline::before, .score-table .tournament-text.noline::after {
  content: none;
}
@media (max-width: 767.98px) {
  .score-table .result {
    vertical-align: middle;
  }
}
@media (max-width: 575.98px) {
  .score-table .result {
    width: 100%;
    margin-left: 4.5em;
  }
}

.information_list-link {
  display: block;
  border-top: 1px solid var(--main-bd);
  padding: 1em 0em 1em 0;
  position: relative;
  transition: 0.3s;
}
.information_list-link:first-child {
  border-top: none;
}
.information_list-link:hover, .information_list-link:active {
  background: #efefef;
  color: #3E3A39;
}
@media (max-width: 767.98px) {
  .information_list-link {
    padding: 0.5em;
  }
}
.information_list-date {
  font-weight: bold;
  font-size: 1.375em;
  margin: 0;
  color: inherit;
}
@media (max-width: 767.98px) {
  .information_list-date {
    font-size: 1.125em;
  }
}
.information_list-title {
  line-height: 1.4em;
  font-size: 1.3125em;
  margin: 0;
  padding-right: 1em;
  color: inherit;
}
@media (max-width: 767.98px) {
  .information_list-title {
    font-size: 1.125em;
  }
}

.external_link {
  display: flex;
  overflow: hidden;
  position: relative;
}
.external_link::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.external_link:hover::before {
  animation: shine 0.75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}