@charset "UTF-8";
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

picture {
  display: block;
  line-height: 0;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

input,
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  color: #080c7b;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック Mediu", YuGothic, YuGothicM, ‘メイリオ’, meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  position: relative;
}
@media (max-width: 768px) {
  body {
    font-size: 0.78125rem;
  }
}

ol,
ul {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-word;
}

a {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  color: #080c7b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.5;
}

::-moz-selection {
  background: #f4d957;
  color: #080c7b;
}

::selection,
::-moz-selection {
  background: #f4d957;
  color: #080c7b;
}

h1,
h2,
h3,
h4,
h5,
h6,
li {
  font-size: 100%;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.js-scroll {
  height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 50px;
}
.js-scroll.is-scroll {
  background-color: #080c7b;
}

@-webkit-keyframes menu-bar-1 {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar-1 {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar-2 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar-2 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar-1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
}
@keyframes active-menu-bar-1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar-2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    -webkit-transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
  }
}
@keyframes active-menu-bar-2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    -webkit-transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
  }
}
@-webkit-keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #fff;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
            transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.4em;
    height: 0;
    -webkit-transform: translate3d(0, -0.3, 0) rotate(45deg);
            transform: translate3d(0, -0.3, 0) rotate(45deg);
  }
  100% {
    width: 0.4em;
    height: 0.7em;
    border-color: #fff;
    -webkit-transform: translate3d(0, -0.7em, 0) rotate(45deg);
            transform: translate3d(0, -0.7em, 0) rotate(45deg);
  }
}
@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #fff;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
            transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.4em;
    height: 0;
    -webkit-transform: translate3d(0, -0.3, 0) rotate(45deg);
            transform: translate3d(0, -0.3, 0) rotate(45deg);
  }
  100% {
    width: 0.4em;
    height: 0.7em;
    border-color: #fff;
    -webkit-transform: translate3d(0, -0.7em, 0) rotate(45deg);
            transform: translate3d(0, -0.7em, 0) rotate(45deg);
  }
}
html,
body {
  width: 100%;
}

.body--fixed {
  position: fixed;
}

.sec {
  position: relative;
}
.sec.bg {
  background-color: #ccc;
}

.sec-inner, .sec-inner--w, .sec-inner--s {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .sec-inner, .sec-inner--w, .sec-inner--s {
    padding: 3rem 0;
  }
}
.sec-inner--s {
  max-width: 1000px;
}
.sec-inner--w {
  width: 100%;
  max-width: 100%;
}
.sec-inner .sec-box, .sec-inner--s .sec-box, .sec-inner--w .sec-box {
  margin: 5rem auto 0;
}
@media (max-width: 768px) {
  .sec-inner .sec-box, .sec-inner--s .sec-box, .sec-inner--w .sec-box {
    margin: 2.5rem auto 0;
  }
}

.header {
  width: 95%;
  margin: 20px 2.5%;
  background-color: #fff;
  height: 90px;
  position: fixed;
  top: 0;
  padding: 0 1.5rem;
  border-radius: 100px;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .header {
    width: 93%;
    margin: 10px 3.5%;
    height: 55px;
    padding: 0 1rem;
  }
}
.header__logo {
  width: 30%;
  max-width: 300px;
}
@media (max-width: 768px) {
  .header__logo {
    width: 70%;
  }
}
.header__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .gnav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .gnav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow-y: scroll;
  }
}

.gnav__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .gnav__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    border: none;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.gnav__main > li {
  margin-right: 1.5rem;
  line-height: 1;
}
@media (max-width: 1024px) {
  .gnav__main > li {
    width: 100%;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  }
}
.gnav__main > li a, .gnav__main > li span {
  font-size: 90%;
  font-weight: 700;
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
  .gnav__main > li a, .gnav__main > li span {
    font-size: 130%;
    color: #fff;
    display: block;
    padding: 1.2rem 0;
    position: relative;
  }
  .gnav__main > li a::after, .gnav__main > li span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 2;
    width: 25px;
    height: 25px;
    border-radius: 10rem;
    background: url("/baseball/assets/img/arrow.svg") center no-repeat;
    background-size: 40% auto;
    background-color: #f4d957;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 1024px) {
  .gnav__cv {
    margin: 0 auto;
  }
}
.gnav__cv .btn-cv a {
  color: #fff;
  background: linear-gradient(70deg, #080c7b 5%, rgba(8, 12, 123, 0.8), #080c7b 95%);
}

@media (max-width: 1024px) {
  body.js-hamb__menu--active .header__logo a {
    color: #fff;
  }
}

.hamb__btn {
  display: none;
  height: 90px;
}
@media (max-width: 1024px) {
  .hamb__btn {
    width: 60px;
    margin: 0 1rem;
    cursor: pointer;
    display: block;
    position: fixed;
    right: 5%;
    top: 20px;
    z-index: 303;
  }
  .hamb__btnInr {
    height: 100%;
    padding: 15px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hamb__btn .hamb__bar, .hamb__btn .hamb__bar:before, .hamb__btn .hamb__bar:after {
    width: 100%;
    height: 2px;
    margin: auto;
    background: #222;
    border-radius: 5px;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .hamb__btn .hamb__bar:before, .hamb__btn .hamb__bar:after {
    content: "";
    background: #222;
    position: absolute;
  }
  .hamb__btn .hamb__bar:before {
    bottom: 8px;
    -webkit-animation: menu-bar-1 0.75s forwards;
    animation: menu-bar-1 0.75s forwards;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .hamb__btn .hamb__bar:after {
    top: 8px;
    -webkit-animation: menu-bar-2 0.75s forwards;
    animation: menu-bar-2 0.75s forwards;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}
@media (max-width: 768px) {
  .hamb__btn {
    width: 60px;
    height: 55px;
    margin: 0;
    top: 10px;
  }
}

.hamb__menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1024px) {
  .hamb__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 13% 10%;
    background-color: #080c7b;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 302;
    overflow-y: scroll;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  .hamb__menu .gheader {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 1024px) {
  .js-hamb__menu--active .hamb__menu {
    pointer-events: all;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .js-hamb__menu--active .hamb__btn .hamb__bar, .js-hamb__menu--active .hamb__btn .hamb__bar:before, .js-hamb__menu--active .hamb__btn .hamb__bar:after {
    background: transparent !important;
  }
  .js-hamb__menu--active .hamb__btn .hamb__bar:before {
    background: #fff !important;
    bottom: 11px;
    -webkit-animation: active-menu-bar-1 0.75s forwards;
    animation: active-menu-bar-1 0.75s forwards;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .js-hamb__menu--active .hamb__btn .hamb__bar:after {
    background: #fff !important;
    -webkit-animation: active-menu-bar-2 0.75s forwards;
    animation: active-menu-bar-2 0.75s forwards;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}

/*.gnav__sub {
  position: absolute;
  top: $header-h;
  left: 1em;
  width: calc(100% - 4rem - 72px - 1em);
  background-color: $clr-text;
  padding: 2em 3em 3em;
  display: flex;
  flex-wrap: wrap;
  gap: 0 2em;
  display: none;
  opacity: 0;
  @include transition;
  @include sp {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    opacity: 1;
    top: inherit;
    left: inherit;
    background-color: transparent;
    padding: 0;
  }
  li {
    width: calc(100% / 4 - 2em);
    border-bottom: 1px solid rgba($color: #fff, $alpha: 0.5);
    @include sp {
      width: 100%;
    }
    a {
      justify-content: space-between;
      padding: 1.5em 0;
      @include sp {
        padding: 0.7em $win-pd;
      }
      &::before {
        display: none;
      }
      &::after {
        transform: rotate(-90deg);
      }
      &:hover {
				@include pc{
          background-color: #fff;
          color: $clr-text !important;
          padding-left: 1em;
				}
      }
    }
  }
  &--s {
    @extend .gnav__sub;
    flex-direction: column;
    top: 100%;
    left: 0;
    width: 120%;
    padding: 1em 1em 2em;
    @include sp {
      padding: 0;
      width: 100%;
    }
    > li {
      width: 100%;
    }
  }
}*/
/*.gnav__main > li.sub-s {
  position: relative;
}

.gnav__main > li:hover {
  > .gnav__sub {
    display: flex;
    opacity: 1;
  }
}*/
.ft-rm {
  margin-top: 4rem;
  background-color: #000033;
  color: #fff;
  text-align: center;
  position: relative;
}
.ft-rm .sec-inner {
  padding: 4.5rem 0 !important;
}
@media (max-width: 768px) {
  .ft-rm .sec-inner {
    padding: 2.5rem 0 !important;
  }
}
.ft-rm::before {
  content: "";
  background: url("/baseball/assets/img/bg-body.svg") top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 0.1;
  z-index: 0;
}
.ft-rm .hd_title-1 {
  color: inherit;
}
@media (max-width: 1024px) {
  .ft-rm .hd_title-1 {
    font-size: 115%;
  }
}
.ft-rm .hd_title-1::before {
  font-size: 220%;
}
.ft-rm .txt {
  font-size: 90%;
}
@media (max-width: 768px) {
  .ft-rm .txt {
    font-size: 95%;
    text-align: left;
    margin-inline: auto;
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
  }
}
.ft-rm .btn-1 {
  max-width: 200px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .ft-rm .btn-1 {
    width: 45%;
    margin-top: -0.1rem;
  }
}
.ft-rm .btn-1 a {
  font-size: 100%;
}

#ft-bnr {
  text-align: center;
  gap: 0;
}
#ft-bnr > * {
  width: 33.3333333333%;
}
#ft-bnr .bnr-1 .fitimg::after {
  padding-top: 75%;
}
@media (max-width: 1024px) {
  #ft-bnr .bnr-1 .fitimg::after {
    padding-top: 40%;
  }
}
#ft-bnr .bnr-1.bnr-community .overlay {
  padding: 0 2rem;
}
@media (max-width: 768px) {
  #ft-bnr .bnr-1 .ttl {
    font-size: 105%;
  }
}
#ft-bnr .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1025px) {
  #ft-bnr .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1025px) {
  #ft-bnr .box > * {
    height: 50%;
  }
}
@media (max-width: 1024px) {
  #ft-bnr .box > * {
    width: 50%;
  }
}
#ft-bnr .box > * a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  #ft-bnr .box > * a {
    padding: 1.5rem 0;
  }
}
#ft-bnr .box .bnr-contact a {
  background-color: #f4d957;
}
#ft-bnr .box .bnr-corporate a {
  background-color: #fff;
  height: 100%;
  color: #222;
  font-weight: 700;
  font-size: 90%;
}
#ft-bnr .box .bnr-corporate figure {
  width: 80%;
  margin: 0 auto 0.2rem;
}
#ft-bnr .box .bnr-corporate figure img {
  max-height: 105px;
}
@media (max-width: 768px) {
  #ft-bnr .box .bnr-corporate p {
    font-size: 75%;
  }
}

.footer {
  background-color: #000033;
  color: #fff;
  text-align: center;
}
.footer a {
  color: #fff;
}
.footer .ft-inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 3.5rem 0;
}
@media (max-width: 768px) {
  .footer .ft-inner {
    padding: 2.5rem 0;
  }
}
.footer .ft-inner .logo {
  max-width: 320px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer .ft-inner .logo {
    width: 80%;
  }
}
.footer .ft-inner .link-cs {
  max-width: 160px;
  margin: 0 auto;
  margin-top: 1.5rem;
  text-align: center;
  font-size: 80%;
}
@media (max-width: 768px) {
  .footer .ft-inner .link-cs {
    margin-top: 1rem;
  }
}
.footer .ft-inner .link-cs a {
  display: block;
  padding: 0.5rem 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
}
.footer .ft-inner .ft-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 700;
  margin: 3.5rem auto;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .footer .ft-inner .ft-sitemap {
    display: none;
  }
}
.footer .ft-btm {
  margin-top: 4.5rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .footer .ft-btm {
    margin-top: 2.5rem;
  }
}
.footer .ft-btm .ft-linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  font-size: 90%;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .footer .ft-btm .ft-linkList {
    margin-bottom: 0.5rem;
  }
}
.footer .ft-btm .ft-linkList > li a.link-nw {
  padding-right: 0.8rem;
}
.footer .ft-btm .ft-linkList > li a.link-nw::after {
  width: 0.6rem;
  height: 0.6rem;
  top: 0;
  right: 0;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.footer .ft-btm .copyright {
  opacity: 0.2;
}

.kv-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 0 auto;
  padding: 2rem 0;
}
@media (max-width: 1024px) {
  .kv-area {
    display: block;
    padding: 1rem 0;
  }
}
.kv-area .breadcrumb {
  text-align: right;
}
.kv-area .page__ttl {
  padding: 3rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1024px) {
  .kv-area .page__ttl {
    padding: 1.5rem 0;
  }
}

.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb ol li {
  font-size: 0.8125rem;
  position: relative;
}
@media (max-width: 768px) {
  .breadcrumb ol li {
    font-size: 0.5625rem;
  }
}
.breadcrumb ol li::after {
  margin: 0 4px 0 1px;
  content: ">";
  opacity: 0.5;
}
.breadcrumb ol li:last-child {
  margin: 0;
}
.breadcrumb ol li:last-child:after {
  display: none;
}
.breadcrumb ol li a {
  color: #080c7b;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .breadcrumb ol li:last-of-type span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.breadcrumb ol li span {
  white-space: normal;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 4rem;
}
@media (max-width: 1024px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex > * {
    width: 100% !important;
  }
}
@media (min-width: 1025px) {
  .flex.row-rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex.center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page__ttl {
  color: #080c7b;
  font-size: 170%;
  font-weight: 700;
}
@media (max-width: 768px) {
  .page__ttl {
    font-size: 150%;
  }
}
.page__ttl span {
  display: block;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  font-weight: normal;
  font-size: 450%;
  line-height: 1;
}
@media (max-width: 768px) {
  .page__ttl span {
    font-size: 350%;
  }
}

.hd_title-3, .hd_title-2, .hd_title-1 {
  color: #080c7b;
  position: relative;
  z-index: 0;
}
.hd_title-1 {
  margin-bottom: 2rem;
  font-size: 1.6875rem;
  color: #080c7b;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .hd_title-1 {
    font-size: 1.1875rem;
    margin-bottom: 1rem;
  }
}
.hd_title-1:before {
  content: attr(data-text);
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 400%;
  text-transform: uppercase;
  display: block;
  line-height: 1.03;
}
@media (max-width: 768px) {
  .hd_title-1:before {
    font-size: 280%;
    letter-spacing: 0;
  }
}
.hd_title-1--left {
  text-align: left;
}
.hd_title-1--white:before {
  color: #fff;
}
.hd_title-2 {
  margin-bottom: 4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .hd_title-2 {
    margin-bottom: 1.5rem;
  }
}
.hd_title-2::before {
  content: attr(data-text);
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-size: 580%;
  font-weight: 400;
  display: block;
  letter-spacing: 0.02em;
  line-height: 0.5;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .hd_title-2::before {
    font-size: 400%;
  }
}
.hd_title-2 span {
  display: inline-block;
  font-size: 2.25rem;
  font-weight: 700;
  background-color: #080c7b;
  color: #fff;
  padding: 0.2rem 0.4rem;
  line-height: 1;
  position: relative;
}
@media (max-width: 768px) {
  .hd_title-2 span {
    font-size: 1.375rem;
  }
}
.hd_title-2--left {
  text-align: left;
}
.hd_title-2 .sml {
  font-size: 70%;
  letter-spacing: 0.07em;
}
.hd_title-2 .big {
  font-size: 130%;
}
.hd_title-3 {
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 768px) {
  .hd_title-3 {
    margin-bottom: 1.5rem;
  }
}
.hd_title-3 span {
  font-size: 180%;
}
.hd_title-3::after {
  content: attr(data-text);
  font-family: "Anton", sans-serif;
  font-size: 85%;
  font-weight: 400;
  display: block;
  margin-top: 0.3rem;
  letter-spacing: 0.1em;
  line-height: 1;
  opacity: 0.2;
}
.hd_title-4 {
  font-size: 1.3125rem;
  font-weight: 500;
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .hd_title-4 {
    font-size: 0.9375rem;
    font-weight: 700;
  }
}

.head-txt, .head-txt--s {
  margin: 0 auto 2rem;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.head-txt--s {
  max-width: 1000px;
}

.en {
  font-family: "Anton", sans-serif;
}

.listNote, .list-nmb--2, .list-nmb, .list-dot, .list-dot--s {
  margin: 0.5rem auto;
}
.listNote > li, .list-nmb--2 > li, .list-nmb > li, .list-dot > li, .list-dot--s > li {
  padding-left: 15px;
  position: relative;
}
.listNote > li .sml, .list-nmb--2 > li .sml, .list-nmb > li .sml, .list-dot > li .sml, .list-dot--s > li .sml {
  font-size: 90%;
}

.list-dot > li:before, .list-dot--s > li:before {
  width: 8px;
  height: 8px;
  background-color: #080c7b;
  border-radius: 50%;
  content: "";
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0.8em;
}
.list-dot--s > li::before {
  width: 5px;
  height: 5px;
  top: 0.8em;
}
.list-nmb {
  list-style-type: decimal;
  margin-left: 1.7em;
}
.list-nmb > li {
  padding-left: 0;
}
.list-nmb--2 {
  counter-reset: number;
}
.list-nmb--2 > li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 30px;
}
.list-nmb--2 > li:before {
  width: 30px;
  counter-increment: number;
  content: "(" counter(number) ")";
  text-align: right;
  position: absolute;
  left: -4px;
  top: 0;
}
.list-nmb--2 > li:last-child {
  margin-bottom: 0;
}
.listNote > li {
  text-indent: -15px;
}
.listNote > li:before {
  content: "※";
}

.tbl-2, .tbl-1 {
  width: 100%;
  border-collapse: collapse;
}
.tbl-2 thead tr th, .tbl-1 thead tr th {
  text-align: center;
  padding: 1.2rem 0.5rem;
  background-color: #080c7b;
  color: #fff;
}
.tbl-2 tr:nth-child(odd), .tbl-1 tr:nth-child(odd) {
  background-color: #fff;
}
.tbl-2 th, .tbl-1 th,
.tbl-2 td,
.tbl-1 td {
  padding: 1.7rem 1.5rem;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 768px) {
  .tbl-2 th, .tbl-1 th,
  .tbl-2 td,
  .tbl-1 td {
    padding: 1rem 1.5rem;
  }
}
.tbl-2 th, .tbl-1 th {
  background-color: #080c7b;
  padding: 0.7rem 1.5rem;
}
.tbl-2 td, .tbl-1 td {
  padding: 1rem 1.5rem;
}
.th-center.tbl-2 tbody th, .th-center.tbl-1 tbody th {
  text-align: center;
}
.no-bg-th.tbl-2 tbody th, .no-bg-th.tbl-1 tbody th {
  background-color: transparent;
}

.tbl-1 {
  margin: 0 auto 1rem;
  border-collapse: separate;
  border-spacing: 0 1px;
}
.tbl-1 th,
.tbl-1 td {
  text-align: left;
}
.tbl-1 th {
  font-size: 90%;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  text-align: center;
}
.tbl-1.no-bdrV {
  border-width: 1px 0;
}
.tbl-1.no-bdrV th,
.tbl-1.no-bdrV td {
  border-left: none;
}
.tbl-1.sp th {
  white-space: inherit;
}
@media (min-width: 1025px) {
  .tbl-1.sp th {
    width: 22%;
  }
}
@media (max-width: 768px) {
  .tbl-1.sp {
    border: none;
  }
  .tbl-1.sp th,
  .tbl-1.sp td {
    width: 100% !important;
    display: block;
    border: none;
  }
}
.tbl-2 thead th {
  color: #fff;
  font-size: 90%;
}
.tbl-2 thead th:nth-child(1) {
  background-color: rgba(8, 12, 123, 0.5);
}
.tbl-2 thead th:nth-child(2) {
  background-color: rgba(8, 12, 123, 0.7);
}
.tbl-2 td {
  padding: 1.2rem 1.5rem;
}

@media (max-width: 768px) {
  .sp-scroll {
    width: 100%;
    max-width: 100vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .sp-scroll:before {
    content: "→横スクロールできます";
    position: sticky;
    left: 0;
    top: 0;
  }
  .sp-scroll > table {
    margin-top: 8px;
    white-space: nowrap;
  }
}
.btn, .btn-2, .btn-1 {
  text-align: left;
}
.btn > *, .btn-2 > *, .btn-1 > * {
  display: block;
  font-weight: 700;
  position: relative;
}
.btn > *::after, .btn-2 > *::after, .btn-1 > *::after {
  content: "";
  display: block;
  border-radius: 10rem;
  background: url("/baseball/assets/img/arrow.svg") center no-repeat;
  background-size: 40% auto;
  background-color: #f4d957;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn > *:hover, .btn-2 > *:hover, .btn-1 > *:hover {
  opacity: 1;
}
.btn-1 {
  max-width: 400px;
  margin: 2rem auto;
}
.btn-1 > * {
  display: block;
  padding: 8% 13%;
  background-color: #080c7b;
  color: #fff;
  font-size: 130%;
  border-radius: 100rem;
  position: relative;
}
.btn-1 > *::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
  width: 35px;
  height: 35px;
}
@media (max-width: 768px) {
  .btn-1 > *::after {
    width: 30px;
    height: 30px;
  }
}
.btn-1 > *:hover::after {
  -webkit-transform: translateY(-50%) scale(1.15);
          transform: translateY(-50%) scale(1.15);
}
.btn-2 {
  margin: 2rem 0 0;
}
@media (max-width: 1024px) {
  .btn-2 {
    display: table;
    margin: 1.5rem auto 0;
  }
}
@media (max-width: 768px) {
  .btn-2 {
    font-size: 120%;
  }
}
.btn-2 > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  letter-spacing: 0;
}
.btn-2 > *::after {
  width: 50px;
  height: 50px;
}
@media (max-width: 768px) {
  .btn-2 > *::after {
    width: 40px;
    height: 40px;
  }
}
.btn-2 > *:hover::after {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: inherit;
    text-decoration: underline;
  }
}

.link-nw {
  position: relative;
}
.link-nw::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(/baseball/assets/img/windows.svg);
  background-size: contain;
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
}
@media (max-width: 768px) {
  .link-nw::after {
    width: 0.7rem;
    height: 0.7rem;
  }
}

.bnr-2, .bnr-1 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.bnr-2 .bnrInr, .bnr-1 .bnrInr, .bnr-2 > a, .bnr-1 > a {
  display: block;
  width: 100%;
  height: 100%;
}
.bnr-2 .ttl, .bnr-1 .ttl {
  margin-bottom: 0;
}
.bnr-2 .ttl::before, .bnr-1 .ttl::before {
  color: inherit;
}
.bnr-2 .txt, .bnr-1 .txt {
  margin: 1em auto 0;
}
@media (max-width: 768px) {
  .bnr-2 .txt, .bnr-1 .txt {
    font-size: 80%;
  }
}

.bnr-1 a {
  opacity: 1;
  position: relative;
}
.bnr-1 a:hover .fitimg img {
  opacity: 0.5;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.bnr-1 .fitimg {
  background-color: #000;
}
.bnr-1 .fitimg::after {
  padding-top: 40%;
}
@media (max-width: 1024px) {
  .bnr-1 .fitimg::after {
    padding-top: 65%;
  }
}
.bnr-1 .fitimg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bnr-1 .fitimg img {
  opacity: 0.7;
}
.bnr-1 .overlay {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
.bnr-1 .overlay > * {
  color: #fff;
}
.bnr-1 .ttl {
  font-size: 150%;
  letter-spacing: 0;
}
.bnr-1 .ttl::before {
  font-size: 200%;
  letter-spacing: 0.1em;
}
.bnr-1 .btn-1 {
  max-width: 200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .bnr-1 .btn-1 {
    width: 38%;
    margin-top: -0.5rem;
  }
}
.bnr-1 .btn-1 span {
  font-size: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .bnr-1 .btn-1 span {
    font-size: 95%;
  }
  .bnr-1 .btn-1 span::after {
    width: 24px;
    height: 24px;
  }
}
.bnr-1 .btn-1:hover span {
  background-color: rgba(8, 12, 123, 0.7);
}
.bnr-2 a {
  line-height: 1.7;
}
.bnr-2 a > span {
  display: block;
}
.bnr-2 .ttl {
  margin-top: 1rem;
}

.clm, .clm-4, .clm-3, .clm-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 1em;
  margin: 2rem auto;
}
@media (max-width: 1024px) {
  .clm, .clm-4, .clm-3, .clm-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1025px) {
  .clm > *, .clm-4 > *, .clm-3 > *, .clm-2 > * {
    margin: 0 !important;
  }
}
@media (max-width: 1024px) {
  .clm > *, .clm-4 > *, .clm-3 > *, .clm-2 > * {
    width: 100% !important;
  }
}
.clm > *.w100, .clm-4 > *.w100, .clm-3 > *.w100, .clm-2 > *.w100 {
  width: 100%;
}
.clm-2 > * {
  width: calc(50% - 0.5em);
}
.clm-3 > * {
  width: calc(33.3333333333% - 0.6666666667em);
}
.clm-4 > * {
  width: calc(25% - 0.75em);
}

.l-gridwrap, .l-gridwrap--g5, .l-gridwrap--g4, .l-gridwrap--g3, .l-gridwrap--g2, .l-gridwrap--g1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 768px) {
  .l-gridwrap, .l-gridwrap--g5, .l-gridwrap--g4, .l-gridwrap--g3, .l-gridwrap--g2, .l-gridwrap--g1 {
    margin: 0 -6px;
  }
}
.l-gridwrap > li, .l-gridwrap--g5 > li, .l-gridwrap--g4 > li, .l-gridwrap--g3 > li, .l-gridwrap--g2 > li, .l-gridwrap--g1 > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
}
@media (max-width: 768px) {
  .l-gridwrap > li, .l-gridwrap--g5 > li, .l-gridwrap--g4 > li, .l-gridwrap--g3 > li, .l-gridwrap--g2 > li, .l-gridwrap--g1 > li {
    padding: 6px;
  }
}
.l-gridwrap--g1 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-gridwrap--g1 > li {
  max-width: 100%;
  min-width: 100%;
}
.l-gridwrap--g2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-gridwrap--g2 > li {
  max-width: 50%;
  min-width: 50%;
}
.l-gridwrap--g3 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-gridwrap--g3 > li {
  max-width: 33.3333333333%;
  min-width: 33.3333333333%;
}
.l-gridwrap--g4 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-gridwrap--g4 > li {
  max-width: 25%;
  min-width: 25%;
}
.l-gridwrap--g5 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-gridwrap--g5 > li {
  max-width: 20%;
  min-width: 20%;
}
@media (max-width: 768px) {
  .l-gridwrap.sp1 > li, .sp1.l-gridwrap--g1 > li, .sp1.l-gridwrap--g2 > li, .sp1.l-gridwrap--g3 > li, .sp1.l-gridwrap--g4 > li, .sp1.l-gridwrap--g5 > li {
    max-width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 1024px) {
  .l-gridwrap.sp2 > li, .sp2.l-gridwrap--g1 > li, .sp2.l-gridwrap--g2 > li, .sp2.l-gridwrap--g3 > li, .sp2.l-gridwrap--g4 > li, .sp2.l-gridwrap--g5 > li {
    max-width: 25%;
    min-width: 25%;
  }
}
@media (max-width: 768px) {
  .l-gridwrap.sp2 > li, .sp2.l-gridwrap--g1 > li, .sp2.l-gridwrap--g2 > li, .sp2.l-gridwrap--g3 > li, .sp2.l-gridwrap--g4 > li, .sp2.l-gridwrap--g5 > li {
    max-width: 50%;
    min-width: 50%;
  }
}

.mediabox--r, .mediabox {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  .mediabox--r, .mediabox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.mediabox--r:last-child, .mediabox:last-child {
  margin-bottom: 0;
}

.mediabox--r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .mediabox--r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.mediabox__img {
  width: 55%;
  line-height: 0;
}
@media (max-width: 768px) {
  .mediabox__img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px !important;
  }
}
.mediabox__img span {
  margin-top: 10px;
  display: block;
  font-size: 0.875rem;
  line-height: lh(14);
  text-align: center;
}
@media (max-width: 768px) {
  .mediabox__img span {
    font-size: 0.75rem;
    line-height: lh(12);
  }
}
.mediabox__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .mediabox__txt {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .sp-wfull {
    width: calc(100% + 20px * 2);
    max-width: inherit;
    margin: 0 -20px;
    display: block;
  }
}
.fitimg {
  height: auto;
  position: relative;
  overflow: hidden;
}
.fitimg::after {
  content: "";
  display: block;
  padding-top: 67%;
}
.fitimg img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

figcaption {
  font-size: 85%;
  text-align: center;
  margin: 0.2rem 0;
}

@media (min-width: 1025px) {
  a:hover .fitimg {
    position: relative;
  }
  a:hover .fitimg img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.pcNone {
  display: none !important;
}
@media (max-width: 768px) {
  .pcNone {
    display: block !important;
  }
}

@media (max-width: 1024px) {
  .tbNone {
    display: none;
  }
}

@media (max-width: 768px) {
  .spNone {
    display: none;
  }
}

.txt, .txt--right, .txt--center {
  margin-bottom: 1.2rem;
}
.txt--center {
  text-align: center;
}
.txt--right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

mark {
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #fffb80));
  background: linear-gradient(transparent 65%, #fffb80 65%);
  color: inherit;
}

.input-select select, .input-textarea, .input-text {
  width: 100%;
  padding: 1.2rem;
  outline: none;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input-select select, .input-textarea, .input-text {
  /* placeholder */
}
.input-select select::-webkit-input-placeholder, .input-textarea::-webkit-input-placeholder, .input-text::-webkit-input-placeholder {
  font-size: 80%;
}
.input-select select:-ms-input-placeholder, .input-textarea:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  font-size: 80%;
}
.input-select select::-moz-placeholder, .input-textarea::-moz-placeholder, .input-text::-moz-placeholder {
  font-size: 80%;
}
.input-select select:focus, .input-textarea:focus, .input-text:focus {
  /* focus時にplaceholder非表示 */
}
.input-select select:focus::-webkit-input-placeholder, .input-textarea:focus::-webkit-input-placeholder, .input-text:focus::-webkit-input-placeholder {
  color: transparent;
}
.input-select select:focus::-moz-placeholder, .input-textarea:focus::-moz-placeholder, .input-text:focus::-moz-placeholder {
  color: transparent;
}
.input-select select:focus:-ms-input-placeholder, .input-textarea:focus:-ms-input-placeholder, .input-text:focus:-ms-input-placeholder {
  color: transparent;
}
.input-select select:focus::-ms-input-placeholder, .input-textarea:focus::-ms-input-placeholder, .input-text:focus::-ms-input-placeholder {
  color: transparent;
}

.input-check, .input-radio {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .input-check, .input-radio {
    -webkit-tap-highlight-color: transparent;
  }
}
.input-check span, .input-radio span {
  padding: 5px 0;
  margin-bottom: 3px;
  line-height: 1.4;
}
.input-check span span, .input-radio span span {
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input-check span span:before, .input-radio span span:before, .input-check span span:after, .input-radio span span:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input-check span label, .input-radio span label {
  cursor: pointer;
}

.input-check label {
  cursor: pointer;
}
.input-check span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input-check span:before, .input-check span:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input-check span:after {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 5px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .input-check span:hover:after {
    background: transparent;
    border-color: #ccc;
  }
}
.input-check input:checked + span:before {
  content: "";
  margin-top: -4px;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  position: absolute;
  top: 50%;
  left: 4px;
  z-index: 10;
  -webkit-animation: checkbox-check 250ms 50ms ease-in-out forwards;
  animation: checkbox-check 250ms 50ms ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.input-check input:checked + span:after {
  background: #080c7b;
  border: 2px solid #080c7b;
}

.form-wrap .sec .sec-inner {
  max-width: 100%;
  width: 100%;
}
.form-wrap .sec .sec-inner .txt-box {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.form-area {
  width: 100%;
  margin: 2rem auto;
}
@media (min-width: 1025px) {
  .form-area {
    max-width: 1200px;
    width: 90%;
    margin: 4rem auto;
  }
}

.form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  padding: 2rem;
}
.form-block:nth-child(odd) {
  background-color: rgba(34, 34, 34, 0.06);
}
@media (max-width: 768px) {
  .form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.5rem 1.2rem;
  }
}
.form-block .label {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .form-block .label {
    width: 100%;
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    font-size: 110%;
  }
}
.form-block .control {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .form-block .control {
    width: 100%;
    padding-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
.form-block .control.clm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form-block label {
  display: inline-block;
  font-weight: bold;
}
.form-block .form-control-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.form-block.form-agree {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-block.form-agree .input-check {
  text-align: center;
  padding: 1em;
}
.form-block.form-agree .input-check .error {
  color: #db584b;
  font-weight: bold;
  font-size: 95%;
}

@media (max-width: 768px) {
  .input-text {
    font-size: 16px;
  }
}
.input-text.zip {
  width: 50%;
  margin-left: 0.3rem;
}

.input-textarea {
  height: 15em;
}
@media (max-width: 768px) {
  .input-textarea {
    font-size: 16px;
  }
}

.input-radio label {
  margin-bottom: 5px;
  margin-right: 1em;
}
.input-radio span {
  position: relative;
  padding-left: 30px;
}
.input-radio span:before, .input-radio span:after {
  content: "";
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transition-property: border-color, -webkit-transform;
  transition-property: border-color, -webkit-transform;
  transition-property: transform, border-color;
  transition-property: transform, border-color, -webkit-transform;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input-radio span:before {
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.input-radio span:after {
  width: 16px;
  height: 16px;
  background: #080c7b;
  -webkit-transform: translate(0, -50%) scale(0);
          transform: translate(0, -50%) scale(0);
  left: 4px;
}
.input-radio span:hover:after {
  -webkit-transform: translate(0, -50%) scale(0.5);
          transform: translate(0, -50%) scale(0.5);
}
.input-radio input:checked + span:before {
  border-color: #080c7b;
}
.input-radio input:checked + span:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 4;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%) scale(1);
          transform: translate(0, -50%) scale(1);
}

.input-check span {
  position: relative;
  padding-left: 35px;
}

.input-select {
  width: 55%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-select:before {
  content: "";
  display: block;
  border: 5px solid transparent;
  border-top: 6px solid #080c7b;
  margin-top: 3px;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
}
.input-select select {
  padding-right: 3em;
  width: 100%;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: transparent;
}
.input-select select option {
  background: #fff;
  color: #080c7b;
}
.input-select select::-ms-expand {
  display: none;
}
.input-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.birth-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.birth-box > li {
  width: 33.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.birth-box .input-select {
  width: 80%;
  margin-right: 0.3rem;
}

.item-req::after, .item-any::after {
  content: "必須";
  display: inline-block;
  margin-left: 0.3rem;
  padding: 0.4rem 0.5rem;
  border-radius: 100px;
  background: #db584b;
  color: #fff;
  font-size: 0.5625rem;
  font-weight: bold;
  line-height: 1;
  vertical-align: text-bottom;
}

.item-any::after {
  content: "任意";
  background: #ccc;
}

input.error,
textarea.error,
select.error {
  background-color: rgba(219, 88, 75, 0.25);
}

.error-txt {
  width: 100%;
  margin: 0.6rem 0 0;
  font-size: 80%;
  position: relative;
  line-height: 1;
}
.error-txt::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 15px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent #db584b transparent;
  border-width: 0 4px 9px 4px;
}
.error-txt span {
  display: inline-block;
  color: #fff;
  background-color: #db584b;
  padding: 5px 10px;
  border-radius: 100px;
}

.form-btn {
  max-width: 800px;
  margin: 4rem auto 0;
  text-align: center;
}
@media (max-width: 768px) {
  .form-btn {
    margin: 2rem auto;
  }
}
.form-btn button {
  max-width: 200px;
  width: 35%;
  padding: 1.7rem 0;
  margin: 0 2px;
  background-color: #080c7b;
  color: #fff;
  border-radius: 100px;
  cursor: pointer;
  border-style: none;
  -webkit-appearance: none;
}
@media (max-width: 768px) {
  .form-btn button {
    padding: 1.2rem 0;
  }
}
.form-btn button.back {
  background-color: rgba(34, 34, 34, 0.5);
}
.form-btn button:hover {
  opacity: 0.8;
}

#btn-back {
  background-color: #080c7b;
  border-color: #080c7b;
  opacity: 0.7;
}

.btn.is-disable {
  background-color: #ccc;
  border-color: #ccc;
  pointer-events: none;
}

.contact__confirm .form-control {
  margin-top: 0.5em;
}

.form-agree {
  margin-top: 3rem;
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
.form-agree a {
  text-decoration: underline;
}

.complete-box {
  display: table;
  margin: 0 auto;
}
.complete-box .red {
  color: #db584b;
}
.complete-box .home {
  display: table;
  margin: 2rem auto;
}
.complete-box .home a {
  font-weight: normal;
}

#modal__overlay {
  width: 100%;
  height: 130%;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 400;
  opacity: 0;
}

.modal__open {
  cursor: pointer;
}

.modal__close {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: -40px;
  z-index: 0;
}
@media (max-width: 768px) {
  .modal__close {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}
.modal__close:before, .modal__close:after {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 14px;
  left: 0;
}
.modal__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal__area {
  width: 100%;
  max-width: 1200px;
  padding: 0 40px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 401;
  display: none;
}
@media (max-width: 768px) {
  .modal__area {
    padding: 0 20px;
  }
}

.modal__contents {
  padding: 50px;
  max-height: 80vh;
  overflow-y: scroll;
  background: #fff;
  opacity: 0;
  display: none;
  -webkit-transition: 1s;
  transition: 1s;
}
@media (max-width: 768px) {
  .modal__contents {
    padding: 20px;
    max-height: 70vh;
    -webkit-overflow-scrolling: touch;
  }
}

.acd-wrap {
  margin-bottom: 50px;
}
.acd-wrap ul {
  background-color: #35924a;
  width: 150px;
  padding: 0;
  color: #fff;
  margin-left: 30px;
}
.acd-wrap li {
  list-style: none;
}
.acd-wrap ul ul {
  height: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-top: 1px solid #67a863;
  background-color: #5eaa6c;
  margin: 0;
}
.acd-wrap ul li li {
  border-bottom: 1px dotted #7fbf8b;
  padding: 10px 0 10px 10px;
  margin-left: 15px;
}
.acd-wrap ul:nth-of-type(1) li.active li:last-child {
  border-bottom: 1px solid #67a863;
}
.acd-wrap button {
  position: relative;
  border: none;
  width: 100%;
  background-color: inherit;
  color: #fff;
  cursor: pointer;
  text-align: left;
  padding: 15px 0 15px 20px;
  font-size: 1em;
}
.acd-wrap button:hover {
  background-color: #1a5b27;
}
.acd-wrap button::before,
.acd-wrap button::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 1.5px;
  height: 8px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.acd-wrap button::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 35px;
}
.acd-wrap button::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 30px;
}
.acd-wrap li.active button::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.acd-wrap li.active button::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.acd-wrap ul:nth-of-type(2) {
  background-color: #357d87;
}
.acd-wrap ul:nth-of-type(2) ul {
  background-color: #519fa5;
  border-top: 1px solid #5d9fa8;
}
.acd-wrap ul:nth-of-type(2) button:hover {
  background-color: #1c4b56;
}
.acd-wrap ul:nth-of-type(2) li li {
  border-bottom: 1px dotted #73bebf;
}
.acd-wrap ul:nth-of-type(2) li.active li:last-child {
  border-bottom: 1px solid #5d9fa8;
}
.acd-wrap ul.active {
  overflow-y: auto;
}

.swiper-main *:focus {
  outline: none;
}

.swiper {
  position: relative;
}

body {
  padding-top: 110px;
  background-color: #eee;
  position: relative;
}
@media (max-width: 768px) {
  body {
    padding-top: 65px;
  }
}
body::before {
  content: "";
  background: url("/baseball/assets/img/bg-body.svg") bottom center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.07;
  z-index: -1;
}

main > .sec:nth-child(1) .sec-inner {
  padding-top: 0;
}

.numbers {
  counter-reset: number 0;
}
.numbers > li {
  position: relative;
  z-index: -1;
}
.numbers > li::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  display: block;
  text-align: right;
  font-size: 8.75rem;
  color: #fff;
  font-family: "Anton", sans-serif;
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.03em;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.8;
  z-index: -1;
}

.pager {
  margin: 5rem auto;
}
.pager .pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2rem;
  text-align: center;
}
.pager .pager-list li a, .pager .pager-list li.current {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
}
@media (min-width: 1025px) {
  .pager .pager-list li a:hover {
    border-color: #080c7b;
    background-color: #080c7b;
    color: #fff;
  }
}
.pager .pager-list li.current {
  background-color: #080c7b;
  color: #fff;
}
.pager .pager-list li.prev a, .pager .pager-list li.next a {
  border: none;
  color: #080c7b;
  background-color: transparent;
}
.pager .pager-list li.prev a:hover, .pager .pager-list li.next a:hover {
  opacity: 0.6;
}

.news-area main {
  width: 100%;
}

.news-date {
  font-family: "Anton", sans-serif;
  letter-spacing: 0;
  white-space: nowrap;
  letter-spacing: 0.1em;
}

.news-time {
  font-family: "Anton", sans-serif;
  letter-spacing: 0;
  white-space: nowrap;
  letter-spacing: 0.1em;
}

.news-icon {
  background-color: rgba(8, 12, 123, 0.1);
  color: #080c7b;
  font-size: 90%;
  padding: 0.5rem 1rem;
  border-radius: 10rem;
  letter-spacing: 0;
  white-space: nowrap;
  letter-spacing: 0.05em;
}

.news-title {
  line-height: 1.6;
}

.news-list {
  width: 100%;
}
.news-list > li {
  padding: 2rem 2rem;
  line-height: 1;
}
.news-list > li:nth-child(odd) {
  background-color: #fff;
}
@media (max-width: 1024px) {
  .news-list > li {
    padding: 1rem 1.3rem;
  }
}
.news-list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
@media (max-width: 1024px) {
  .news-list > li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-decoration: underline;
  }
}
@media (min-width: 1025px) {
  .news-list > li a:hover {
    color: #b8a23a;
  }
}
.news-list > li .news-date {
  margin-right: 0.8rem;
  margin-top: 0.6rem;
}
.news-list > li .news-time {
  margin-right: 0.8rem;
  margin-top: 0.6rem;
}
.news-list > li .news-icon {
  margin-right: 0.8rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.news-list > li .news-title {
  width: 100%;
  font-size: 110%;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .news-list > li .news-title {
    width: 100%;
    padding: 0.6em 0;
  }
}

.news-area main {
  margin-bottom: 3rem;
}

.game-list {
  border-top: 1px solid #080c7b;
}
.game-list > li {
  background-color: transparent !important;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #080c7b;
}
.game-list > li a {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media (min-width: 1025px) {
  .game-list > li a {
    padding-right: 3rem;
  }
}
.game-list > li a::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
  border-radius: 10rem;
  background: url("/baseball/assets/img/arrow.svg") center no-repeat;
  background-size: 40% auto;
  background-color: #f4d957;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
}
@media (max-width: 1024px) {
  .game-list > li a::after {
    display: none;
  }
}
.game-list > li a:hover::after {
  opacity: 0.7;
}
.game-list > li .news-title {
  margin-top: 0.5rem;
}
@media (max-width: 1024px) {
  .game-list > li .news-title {
    margin-top: 0.1rem;
  }
}

.news-detail {
  max-width: 1000px;
  margin: 0 auto;
}
.news-detail .title-box {
  padding: 1.5rem 1rem;
  border: 1px solid #080c7b;
  border-width: 1px 0;
  margin-bottom: 3rem;
}
.news-detail .news-date {
  text-align: center;
  margin: 0.5rem 0;
}
.news-detail .category {
  text-align: center;
  margin-top: 0.5rem;
}
.news-detail .news-title {
  font-size: 190%;
  margin: 0.4em 0;
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
@media (max-width: 768px) {
  .news-detail .news-title {
    font-size: 1.125rem;
  }
}

.btn-list {
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin: 4rem auto;
}

.sidenav {
  width: 20%;
}
.sidenav .hd_title-1 {
  font-size: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.8rem;
  padding: 0 0.3rem;
}
.sidenav .hd_title-1::before {
  font-size: 220%;
}
.sidenav .nav > li a {
  display: block;
}
.sidenav .category {
  margin-bottom: 3rem;
}
.sidenav .category .nav > li {
  margin-bottom: 0.3rem;
}
.sidenav .category .nav > li a {
  font-size: 95%;
  font-weight: 600;
  padding: 0.7rem 1.5rem;
  background-color: rgba(8, 12, 123, 0.1);
  border-radius: 100rem;
  position: relative;
  text-align: center;
}
.sidenav .category .nav > li a:hover {
  opacity: 1;
  background-color: #080c7b;
  color: #fff;
}
.sidenav .category .nav > li.current a {
  background-color: #080c7b;
  color: #fff;
}
.sidenav .archive .nav {
  border-top: 1px solid #080c7b;
}
.sidenav .archive .nav > li {
  border-bottom: 1px solid #080c7b;
}
.sidenav .archive .nav > li a {
  padding: 0.4rem 0.5rem;
}

.editor-wrap {
  margin: 3rem 0;
}
.editor-wrap h1,
.editor-wrap h2,
.editor-wrap h3,
.editor-wrap p,
.editor-wrap ul,
.editor-wrap ol,
.editor-wrap strong,
.editor-wrap em {
  margin-top: 1em;
}
.editor-wrap h1,
.editor-wrap h2,
.editor-wrap h3,
.editor-wrap h4 {
  font-weight: 700;
  line-height: 1.3;
  margin: 1.6rem auto;
}
.editor-wrap h1 .sml,
.editor-wrap h2 .sml,
.editor-wrap h3 .sml,
.editor-wrap h4 .sml {
  font-size: 70%;
  letter-spacing: 0.04em;
}
.editor-wrap h1 {
  color: #080c7b;
  font-size: 135%;
  background-color: #080c7b;
  color: #fff;
  padding: 1.2rem;
  border-radius: 4px;
}
.editor-wrap h2 {
  font-size: 130%;
  padding: 0 0 0.6em;
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media (max-width: 768px) {
  .editor-wrap h2 {
    font-size: 0.9375rem;
  }
}
.editor-wrap h2::after {
  content: "";
  display: block;
  width: 15%;
  height: 1px;
  background-color: #080c7b;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.editor-wrap h3 {
  font-size: 120%;
  padding-left: 1.4rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.editor-wrap h3::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 5px;
  background-color: #080c7b;
  position: absolute;
  left: 0;
  top: 0.7rem;
  opacity: 0.3;
}
.editor-wrap h4 {
  font-size: 105%;
  color: red;
}
.editor-wrap .layout, .editor-wrap .layout-2, .editor-wrap .layout-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4em auto;
}
@media (max-width: 1024px) {
  .editor-wrap .layout, .editor-wrap .layout-2, .editor-wrap .layout-1 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.editor-wrap .layout .ph, .editor-wrap .layout-2 .ph, .editor-wrap .layout-1 .ph {
  width: 50%;
}
@media (max-width: 1024px) {
  .editor-wrap .layout .ph, .editor-wrap .layout-2 .ph, .editor-wrap .layout-1 .ph {
    width: 100%;
  }
}
.editor-wrap .layout .txt-box, .editor-wrap .layout-2 .txt-box, .editor-wrap .layout-1 .txt-box {
  width: 45%;
  padding: 2.5rem 0;
}
.editor-wrap .layout .txt-box .lead, .editor-wrap .layout-2 .txt-box .lead, .editor-wrap .layout-1 .txt-box .lead {
  font-size: 120%;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .editor-wrap .layout .txt-box, .editor-wrap .layout-2 .txt-box, .editor-wrap .layout-1 .txt-box {
    width: 100%;
    padding: 1.3em 0 0 !important;
  }
}
.editor-wrap .layout-1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.editor-wrap .imgs, .editor-wrap .imgs80, .editor-wrap .imgs100 {
  margin: 2em auto;
  text-align: center;
}
.editor-wrap .imgs img, .editor-wrap .imgs80 img, .editor-wrap .imgs100 img {
  width: 100%;
}
.editor-wrap .imgs .caption, .editor-wrap .imgs80 .caption, .editor-wrap .imgs100 .caption {
  display: block;
  margin: 0.8em;
  font-size: 95%;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .editor-wrap .imgs80 {
    width: 80%;
  }
}
.editor-wrap [class^=clm-] .imgs, .editor-wrap [class^=clm-] .imgs100, .editor-wrap [class^=clm-] .imgs80 {
  margin: 0 auto;
}
.editor-wrap .box-color {
  margin: 2.5rem auto;
  padding: 1.5rem 2rem;
  background-color: rgba(244, 217, 87, 0.4);
}
.editor-wrap .google-map {
  margin: 3rem auto;
  position: relative;
}
.editor-wrap .google-map::after {
  content: "";
  display: block;
  padding-top: 43%;
}
@media (max-width: 768px) {
  .editor-wrap .google-map::after {
    padding-top: 70%;
  }
}
.editor-wrap .google-map iframe {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.editor-wrap .youtube {
  max-width: 700px;
  margin: 3rem auto;
  position: relative;
  text-align: center;
}
.editor-wrap .youtube::after {
  content: "";
  display: block;
  padding-top: 56%;
}
.editor-wrap .youtube iframe {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.editor-wrap p a:not(:hover) {
  text-decoration: underline;
  opacity: 0.8;
}
.editor-wrap [class^=btn] a {
  text-decoration: none !important;
  opacity: 1 !important;
}
.editor-wrap [class^=btn].btn-results {
  margin-top: 3rem;
}
.editor-wrap [class^=btn].btn-results a {
  font-size: 115%;
  padding-top: 6%;
  padding-bottom: 6%;
}

body#TOP {
  padding-top: 0 !important;
}
body#TOP .sec .sec-inner,
body#TOP .sec .sec-inner--s,
body#TOP .sec .sec-inner--w {
  padding: 8rem 0;
}
@media (max-width: 1024px) {
  body#TOP .sec .sec-inner,
  body#TOP .sec .sec-inner--s,
  body#TOP .sec .sec-inner--w {
    padding: 6rem 0;
  }
}
@media (max-width: 768px) {
  body#TOP .sec .sec-inner,
  body#TOP .sec .sec-inner--s,
  body#TOP .sec .sec-inner--w {
    padding: 4rem 0;
  }
}

#top-fv {
  background-color: #050751;
}
@media (max-width: 768px) {
  #top-fv {
    padding-top: 1.5rem;
  }
}
#top-fv .fitimg::after {
  padding-top: 69.5%;
}
.bg-diagonal, #top-news, #top-results {
  position: relative;
}
.bg-diagonal::before, #top-news::before, #top-results::before {
  content: "";
  position: absolute;
  top: 20%;
  width: 100%;
  height: 50%;
  background-color: #000;
  -webkit-transform: skew(0deg, -10deg);
          transform: skew(0deg, -10deg);
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.05)));
  background: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.05) 100%);
  z-index: -1;
}

#top-results .results-list {
  gap: 0.5rem;
}
#top-results .results-list > li {
  width: 33.3333333333%;
  background-color: #fff;
  padding: 2.3rem 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  #top-results .results-list > li {
    padding: 1.3rem 1rem;
  }
}
#top-results .results-list .tournament {
  font-size: 110%;
  margin: 0 0 1.3rem;
}
#top-results .btn-2 {
  float: right;
}

.flowing-letters {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1024px) {
  .flowing-letters {
    padding-top: 2rem;
  }
}
.flowing-letters .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  -webkit-animation: marquee-scroll 35s linear infinite;
          animation: marquee-scroll 35s linear infinite;
}
@media (max-width: 768px) {
  .flowing-letters .inner {
    -webkit-animation-duration: 25s;
            animation-duration: 25s;
  }
}
.flowing-letters .inner > span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  font-family: "Anton", sans-serif;
  font-size: 1000%;
  letter-spacing: 0.08em;
  color: #222;
  margin: 0 1.5rem 0 1.5rem;
  line-height: 1;
  opacity: 0.1;
}
@media (max-width: 768px) {
  .flowing-letters .inner > span {
    font-size: 650%;
    letter-spacing: 0.04em;
    margin: 0 0.5rem 0 0.5rem;
  }
}
.flowing-letters .inner > span > img {
  width: 130px;
  margin: -0.8rem 0 0;
}
@media (max-width: 768px) {
  .flowing-letters .inner > span > img {
    width: 60px;
  }
}

@-webkit-keyframes marquee-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#top-schedule {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, #f8f8f8), to(transparent));
  background: linear-gradient(0deg, #f8f8f8 60%, transparent 100%);
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  #top-schedule {
    padding-bottom: 6rem;
  }
}
#top-schedule::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  padding-top: 100%;
  background: url("/baseball/assets/img/top/ph-schedule.jpg") left bottom -2rem no-repeat;
  background-size: 100%;
}
@media (max-width: 1024px) {
  #top-schedule::before {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #top-schedule::before {
    width: 70%;
  }
}
#top-schedule .flex {
  gap: 0;
  position: relative;
}
#top-schedule .flex .in-block {
  width: 75%;
}
@media (min-width: 1025px) {
  #top-schedule .hd_title-1 {
    display: inline;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  #top-schedule .game-list > li {
    padding: 2.5rem 0;
  }
}
@media (min-width: 1025px) {
  #top-schedule .btn-2 {
    position: absolute;
    left: 0;
    top: 26rem;
  }
}

#top-news .sec-inner {
  width: auto;
  max-width: 100%;
  margin-left: 10%;
  position: relative;
}
@media (max-width: 768px) {
  #top-news .sec-inner {
    margin-left: 5%;
  }
}
@media (min-width: 1025px) {
  #top-news .hd_title-1 {
    text-align: left;
  }
}
@media (min-width: 1025px) {
  #top-news .in-block {
    width: 72%;
  }
}
@media (min-width: 1025px) {
  #top-news .btn-2 {
    position: absolute;
    left: 0;
    top: 18rem;
  }
}

#top-gallery {
  margin: 3rem 0 13rem;
}
@media (max-width: 768px) {
  #top-gallery {
    margin: 2rem 0 6rem;
  }
}
#top-gallery .sec-inner {
  padding: 0 !important;
}
@media (min-width: 1025px) {
  #top-gallery .sec-inner.title-box {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
    z-index: 1;
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  #top-gallery .sec-inner.title-box {
    position: relative;
    margin-bottom: -2.5rem;
  }
}
#top-gallery .sec-inner.title-box .hd_title-1 {
  margin: 0;
  text-align: left;
}
@media (min-width: 1025px) {
  #top-gallery .sec-inner.title-box .hd_title-1 {
    width: 45%;
  }
}
#top-gallery .sec-inner.title-box .hd_title-1::before {
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  #top-gallery .sec-inner.title-box .hd_title-1::before {
    font-size: 16vw;
    letter-spacing: 0.1em;
  }
}
#top-gallery .sec-inner.btn-box {
  position: relative;
  z-index: 2;
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1024px) {
  #top-gallery .sec-inner.btn-box {
    margin-top: -2rem;
  }
}
#top-gallery .sec-inner.btn-box ul {
  width: 55%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
}
@media (max-width: 1024px) {
  #top-gallery .sec-inner.btn-box ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  #top-gallery .sec-inner.btn-box ul {
    width: 65%;
    gap: 0.3rem;
  }
}
#top-gallery .sec-inner.btn-box ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#top-gallery .sec-inner.btn-box ul .btn-1 {
  margin: 0;
}
#top-gallery .slide {
  margin: 0 0.3rem;
  -webkit-transform: skew(-10deg, 0);
          transform: skew(-10deg, 0);
}
#top-gallery .slide:nth-child(odd) {
  margin-top: 3rem;
  -webkit-transform: skew(-10deg, 0) translate(-0.5rem, 0);
          transform: skew(-10deg, 0) translate(-0.5rem, 0);
}
#top-gallery .slide::after {
  padding-top: 100%;
}
#top-gallery .slide img {
  -webkit-transform: skew(10deg, 0) scale(1.2);
          transform: skew(10deg, 0) scale(1.2);
}

.team-about .ph-main {
  margin-bottom: 3rem;
}
.team-about .outline {
  max-width: 950px;
  margin: 0 auto;
}
.team-about .outline .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem 1rem;
}
@media (max-width: 1024px) {
  .team-about .outline .flex {
    display: table;
    margin: 0 auto;
  }
}
.team-about .outline .flex dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1;
}
@media (max-width: 1024px) {
  .team-about .outline .flex dl {
    padding: 0.2rem 0;
  }
}
.team-about .outline .flex dl dt {
  width: 110px;
  background-color: #080c7b;
  color: #fff;
  text-align: center;
  padding: 0.8rem 0;
}
@media (max-width: 768px) {
  .team-about .outline .flex dl dt {
    width: 80px;
    padding: 0.6rem 0;
    font-size: 90%;
  }
}
.team-about .outline .flex dl dd {
  font-size: 260%;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .team-about .outline .flex dl dd {
    font-size: 180%;
  }
}
.team-about .outline .flex dl dd .nmb {
  font-size: 160%;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  vertical-align: sub;
  letter-spacing: 0;
}
.team-about .points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8rem auto 2rem;
}
@media (max-width: 1024px) {
  .team-about .points {
    margin: 3rem auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 0;
  }
}
.team-about .points > li {
  width: 27%;
  margin: 0 -1%;
  background-color: #fff;
  border-radius: 100rem;
  position: relative;
  text-align: center;
}
@media (max-width: 1024px) {
  .team-about .points > li {
    width: 51%;
  }
}
.team-about .points > li:nth-child(even) {
  margin-top: -5rem;
}
@media (max-width: 1024px) {
  .team-about .points > li:nth-child(even) {
    margin: 0;
  }
}
.team-about .points > li::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  border-radius: 100rem;
  overflow: hidden;
  -webkit-mask-image: url("/baseball/assets/img/ball.svg");
          mask-image: url("/baseball/assets/img/ball.svg");
  -webkit-mask-size: 112% auto;
          mask-size: 112% auto;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #080c7b;
  opacity: 0.07;
}
.team-about .points > li p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  font-size: 140%;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .team-about .points > li p {
    font-size: 4vw;
  }
}
.team-about .points > li p span {
  display: inline-block;
  background-color: #f4d957;
  padding: 0.1rem 0.1rem;
  font-size: 140%;
  white-space: nowrap;
  margin-top: 0.5rem;
}
.team-about .points {
  counter-reset: number 0;
}
.team-about .points .nmb {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  top: -0.6rem;
  color: #f4d957;
  font-family: "Anton", sans-serif;
  font-size: 160%;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .team-about .points .nmb {
    font-size: 130%;
  }
}
.team-about .points .nmb::after {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  display: block;
  font-size: 230%;
  color: #f4d957;
  font-family: "Anton", sans-serif;
}

.team-message {
  background: url("/baseball/assets/img/team/message.jpg") center/cover no-repeat;
  color: #fff;
}
@media (min-width: 1025px) {
  .team-message {
    background-attachment: fixed;
  }
}
.team-message .sec-inner--s {
  padding: 8rem 0;
}
@media (max-width: 1024px) {
  .team-message .sec-inner--s {
    padding: 4rem 0;
  }
}
.team-message .hd_title-2 {
  color: inherit;
}
.team-message .hd_title-2::before {
  font-style: italic;
  font-size: 820%;
  margin-left: -1.5rem;
  letter-spacing: 0.05em;
  opacity: 0.1;
}
@media (max-width: 768px) {
  .team-message .hd_title-2::before {
    font-size: 20vw;
  }
}
.team-message .hd_title-2 span {
  font-size: 600%;
  background-color: transparent;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  letter-spacing: 0.1em;
  margin-top: -3.7rem;
}
@media (max-width: 768px) {
  .team-message .hd_title-2 span {
    font-size: 420%;
  }
}
.team-message .txt {
  text-align: center;
  line-height: 2.4;
  padding: 0.7rem 0;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .team-message .txt {
    line-height: 2.2;
    padding: 0.4rem 0;
  }
}

.team-history .txt {
  display: table;
  margin: 0 auto;
  line-height: 2.5;
}
.team-history .tbl-2 tr td:nth-child(3) {
  font-weight: bold;
}

.score {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 0 1.2rem;
  position: relative;
}
.score::before {
  content: "-";
  color: #ccc;
  font-size: 800%;
  font-weight: 900;
  line-height: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  top: 3.5rem;
}
.score::after {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  padding: 0 0.5rem;
  font-size: 105%;
  font-weight: 800;
  letter-spacing: 0;
}
.score.win::after {
  content: "WIN";
  background-color: #b8a23a;
  color: #fff;
  letter-spacing: 0.05em;
}
.score.lose::after {
  content: "LOSE";
  background-color: rgba(34, 34, 34, 0.5);
  color: #ccc;
}
.score.draw::after {
  content: "DRAW";
  background-color: rgba(8, 12, 123, 0.8);
  color: #ccc;
}
.score > li {
  width: 50%;
}
.score > li .nmb {
  font-family: "Anton", sans-serif;
  font-size: 800%;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1;
}
.score > li .team {
  font-weight: 700;
  font-size: 95%;
  line-height: 1.3;
}
.score > li .biko {
  font-weight: 700;
  font-size: 80%;
  line-height: 1.2;
}
.score > li.sec {
  color: #b8a23a;
}

.results-list .date {
  font-family: "Anton", sans-serif;
  letter-spacing: 0.15em;
}
.results-list .tournament {
  line-height: 1.5;
}
.results-list .box {
  background-color: #fff;
  gap: 0;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.results-list .box .info-area {
  width: 60%;
  padding: 2rem;
  color: #fff;
  position: relative;
  z-index: 0;
}
.results-list .box .info-area::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 110%;
  margin-left: -10%;
  background-color: #080c7b;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  z-index: -1;
}
.results-list .box .score-area {
  width: 40%;
  padding: 1.8rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.results-list .box .tournament {
  font-size: 140%;
  line-height: 1.5;
  margin: 0.3rem 0 0.7rem;
}

.tbl-schedule tr th {
  width: 17%;
}

.schedule .title-box time {
  margin: 0 0.4rem;
}

.member-section {
  position: relative;
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .member-section {
    margin-bottom: 6rem;
  }
}
.member-section::before {
  content: "";
  position: absolute;
  top: 3rem;
  width: 100%;
  height: 50%;
  background-color: #000;
  -webkit-transform: skew(0deg, -10deg);
          transform: skew(0deg, -10deg);
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.05)));
  background: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.05) 100%);
  z-index: -1;
}

.member-index-area .sec-inner {
  width: 100%;
  max-width: 100%;
}
.member-index-area .sec-inner .member-list, .member-index-area .sec-inner .member-list--other, .member-index-area .sec-inner .member-list--index {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.member-list, .member-list--other, .member-list--index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.member-list a, .member-list--other a, .member-list--index a {
  display: block;
}
.member-list a:hover, .member-list--other a:hover, .member-list--index a:hover {
  opacity: 1;
}
.member-list a:hover .fitimg img, .member-list--other a:hover .fitimg img, .member-list--index a:hover .fitimg img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.member-list .ph, .member-list--other .ph, .member-list--index .ph {
  position: relative;
}
.member-list .ph .fitimg::after, .member-list--other .ph .fitimg::after, .member-list--index .ph .fitimg::after {
  padding-top: 130%;
}
.member-list .ph .status, .member-list--other .ph .status, .member-list--index .ph .status {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  gap: 1px;
}
.member-list .ph .status .icon, .member-list--other .ph .status .icon, .member-list--index .ph .status .icon {
  display: inline-block;
  font-size: 80%;
  background-color: #f4d957;
  font-weight: 700;
  padding: 0.3rem;
  line-height: 1;
}
.member-list .info, .member-list--other .info, .member-list--index .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0.6rem;
  line-height: 1;
}
.member-list .info .name, .member-list--other .info .name, .member-list--index .info .name {
  font-size: 170%;
  font-weight: 700;
  white-space: nowrap;
}
.member-list .info .en, .member-list--other .info .en, .member-list--index .info .en {
  font-size: 70%;
  margin-top: 0.7rem;
  letter-spacing: 0.2em;
  opacity: 0.2;
}
.member-list .info .nmb, .member-list--other .info .nmb, .member-list--index .info .nmb {
  font-family: "Anton", sans-serif;
  font-size: 300%;
  text-align: right;
  white-space: nowrap;
}
.member-list--index {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 2rem;
}
@media (max-width: 1024px) {
  .member-list--index {
    gap: 2rem 1rem;
  }
}
.member-list--index > li {
  width: calc(25% - 1.5rem);
}
@media (max-width: 1024px) {
  .member-list--index > li {
    width: calc(50% - 0.5rem);
  }
}
.member-list--other {
  overflow: hidden;
}
.member-list--other li.slide {
  margin: 0 0.7rem;
}
.member-list.few-slides .slick-track, .few-slides.member-list--index .slick-track, .few-slides.member-list--other .slick-track {
  -webkit-transform: none !important;
          transform: none !important;
}

.member-mv {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .member-mv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0;
  }
}
.member-mv .fitimg {
  width: 50%;
}
.member-mv .fitimg::after {
  padding-top: 100%;
}
.member-mv .info-box {
  width: 50%;
  text-align: center;
  line-height: 1;
  position: relative;
}
@media (min-width: 1025px) {
  .member-mv .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  .member-mv .info-box {
    padding: 3rem 0;
  }
}
.member-mv .info-box::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url("/baseball/assets/img/ball.svg") center no-repeat;
  background-size: 85% auto;
  opacity: 0.05;
  -webkit-animation: 25s 0s rotate linear infinite;
          animation: 25s 0s rotate linear infinite;
}
.member-mv .info-box .nmb {
  font-family: "Anton", sans-serif;
  font-size: 800%;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .member-mv .info-box .nmb {
    font-size: 600%;
    margin-bottom: 1rem;
  }
}
.member-mv .info-box .position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
}
.member-mv .info-box .position > li {
  background-color: #080c7b;
  color: #fff;
  padding: 0.7rem;
  font-weight: 700;
}
.member-mv .info-box .status {
  margin-top: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1px;
}
.member-mv .info-box .status .icon {
  display: inline-block;
  font-size: 90%;
  background-color: #f4d957;
  font-weight: 700;
  padding: 0.4rem;
  line-height: 1;
}
.member-mv .info-box .name {
  font-size: 300%;
  font-weight: 700;
  margin-top: 1.2rem;
}
.member-mv .info-box .en {
  margin-top: 1rem;
  font-size: 120%;
  opacity: 0.2;
  letter-spacing: 0.1em;
}
.member-mv .info-box .comment {
  margin-top: 1.6rem;
}
.member-mv .info-box .comment span {
  font-size: 170%;
  letter-spacing: 0;
  font-weight: 800;
  background-color: #f4d957;
  line-height: 1.4;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.p-message {
  margin: 10rem auto 0;
}
@media (max-width: 1024px) {
  .p-message {
    margin-top: 5rem;
  }
}
.p-message .box {
  background-color: #080c7b;
  border-radius: 20px;
  color: #fff;
  position: relative;
}
.p-message .box .hd_title-1 {
  color: #f4d957;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  top: -3.4rem;
}
@media (max-width: 1024px) {
  .p-message .box .hd_title-1 {
    top: -2rem;
    width: 100%;
  }
}
.p-message .box .flex {
  padding: 6rem 3rem 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .p-message .box .flex {
    padding: 6rem 1.5rem 1.5rem;
  }
}
.p-message .box .flex::before {
  content: "";
  width: 450px;
  height: 450px;
  background: url("/baseball/assets/img/ball.svg") right bottom no-repeat;
  background-size: contain;
  position: absolute;
  right: -4rem;
  top: 2rem;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 0.1;
  z-index: 0;
}
@media (max-width: 768px) {
  .p-message .box .flex::before {
    width: 250px;
    height: 250px;
  }
}
.p-message .box .fitimg {
  border-radius: 100rem;
}
@media (min-width: 1025px) {
  .p-message .box .fitimg {
    width: 27%;
    margin-top: -1.5rem;
  }
}
@media (max-width: 1024px) {
  .p-message .box .fitimg {
    width: 85% !important;
    margin: 0 auto 1.5rem;
  }
}
.p-message .box .fitimg::after {
  padding-top: 100%;
}
@media (min-width: 1025px) {
  .p-message .box .txt {
    width: 70%;
    padding: 3rem 0;
  }
}

.other-member-area {
  padding: 0 0 3rem;
}

.other-member-area .slick-list {
  padding: 0 8%;
}
@media (max-width: 768px) {
  .other-member-area .slick-list {
    padding: 0 18%;
  }
}

.slick-prev,
.slick-next {
  width: 65px !important;
  height: 65px !important;
  background: #080c7b !important;
  border-radius: 100rem !important;
  position: relative;
}
.slick-prev::after,
.slick-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url("/baseball/assets/img/arrow.svg") center/40% auto no-repeat;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.slick-prev {
  left: 6% !important;
}
.slick-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-next {
  right: 6% !important;
}

.gallery-area .date {
  font-family: "Anton", sans-serif;
  letter-spacing: 0.2em;
}

.gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 1rem;
}
@media (max-width: 768px) {
  .gallery-list {
    gap: 2rem 0.5rem;
  }
}
.gallery-list > li {
  width: calc(33.3333333333% - 0.6666666667rem);
}
@media (max-width: 768px) {
  .gallery-list > li {
    width: calc(50% - 0.25rem);
  }
}
.gallery-list > li a {
  display: block;
}
.gallery-list > li a .fitimg {
  background-color: #000;
}
.gallery-list > li a .fitimg::before {
  content: "すべての写真を見る";
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-size: 85%;
  padding: 0.5rem 1.2rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
@media (max-width: 1024px) {
  .gallery-list > li a .fitimg::before {
    display: none;
  }
}
.gallery-list > li a .date {
  font-size: 85%;
  font-family: "Anton", sans-serif;
  margin-top: 1rem;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (max-width: 768px) {
  .gallery-list > li a .date {
    margin-top: 0.4rem;
  }
}
.gallery-list > li a .title {
  font-size: 110%;
  line-height: 1.5;
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
.gallery-list > li a:hover {
  opacity: 1;
}
.gallery-list > li a:hover .fitimg::before {
  opacity: 1;
}
.gallery-list > li a:hover .fitimg img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.4;
}

.gallery-detail .title-wrap .title {
  font-size: 200%;
}

.gallery {
  margin: 3rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 768px) {
  .gallery {
    gap: 0.1rem;
  }
}
.gallery > li {
  width: calc(25% - 0.75rem);
}
@media (max-width: 768px) {
  .gallery > li {
    width: calc(33.3333333333% - 0.0666666667rem);
  }
}
.gallery > li a {
  display: block;
}
.gallery > li a .fitimg::after {
  padding-top: 100%;
}

.blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 1rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .blog-list {
    gap: 2rem 0.5rem;
  }
}
.blog-list > li {
  width: calc(33.3333333333% - 0.6666666667rem);
}
@media (max-width: 1024px) {
  .blog-list > li {
    width: calc(50% - 0.6666666667rem);
  }
}
@media (max-width: 768px) {
  .blog-list > li {
    width: calc(50% - 0.25rem);
  }
}
.blog-list > li a {
  display: block;
  opacity: 1;
}
.blog-list > li .fitimg {
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .blog-list > li .fitimg {
    margin-bottom: 0.4rem;
  }
}
.blog-list > li .news-date {
  font-size: 90%;
  vertical-align: middle;
}
.blog-list > li .news-icon {
  font-size: 80%;
  padding: 0.3rem 1rem;
  margin-left: 0.2rem;
}
@media (max-width: 768px) {
  .blog-list > li .news-icon {
    font-size: 70%;
    padding: 0.2rem 0.7rem;
  }
}
.blog-list > li .news-title {
  font-weight: normal;
  margin-top: 0.3rem;
}
.message-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 2.5rem;
  margin-bottom: 1rem;
}
.message-box .flex .ph {
  width: 20%;
  text-align: center;
}
.message-box .flex .ph .fitimg {
  border-radius: 100rem;
  overflow: hidden;
}
.message-box .flex .ph .fitimg::after {
  padding-top: 100%;
}
.message-box .flex .in-block {
  width: 75%;
}
.message-box .flex .box {
  margin: 0 0 3rem;
}
.message-box .flex .box:last-child {
  margin-bottom: 0;
}
.message-box .flex .box .date {
  font-size: 85%;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.15em;
}
.message-box .flex .box .title {
  font-size: 130%;
  margin-bottom: 1rem;
}
.message-box .flex .box .name-box {
  text-align: right;
}
.message-box .flex .box .name-box .team {
  font-size: 90%;
}

#Community .page__ttl span {
  font-size: 350%;
}
@media (max-width: 768px) {
  #Community .page__ttl span {
    font-size: 250%;
  }
}
#Community .hd_title-3 span {
  letter-spacing: 0.1em;
}
@media (min-width: 1025px) {
  #Community .hd_title-3 span {
    font-size: 220%;
  }
}
#Community .sec-block {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  #Community .sec-block {
    margin-bottom: 2.5rem;
  }
}
#Community .sec-block figure {
  width: 50%;
}
#Community .sec-block .in-block {
  width: 50%;
}
#Community .sec-block .in-block h3 {
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  #Community .sec-block .in-block h3 {
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  #Community .sec-block .in-block h3 {
    margin-top: 2rem;
  }
}
#Community .sec-block .in-block .txt {
  font-size: 95%;
}

.complete-box .btn-home {
  display: table;
  margin: 3rem auto;
  font-size: 90%;
}

.sitemap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3em 1fr 3em 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 3em;
}
@media (max-width: 1024px) {
  .sitemap {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .sitemap {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.sitemap > li {
  font-size: 110%;
  font-weight: 600;
  padding: 1rem 0;
  border-bottom: 2px solid #080c7b;
}
@media (max-width: 768px) {
  .sitemap > li {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .sitemap > li.top {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    width: calc(33.3333333333% - 2rem);
  }
}
.sitemap > li a {
  display: block;
  padding: 1rem 0;
  position: relative;
}
.sitemap > li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
  width: 2rem;
  height: 2rem;
  border-radius: 10rem;
  background: url("/baseball/assets/img/arrow.svg") center no-repeat;
  background-size: 40% auto;
  background-color: #f4d957;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}