@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, th, dt {
  font-weight: inherit;
}

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

:root {
  --color: #fff;
  --header-height: 3.75rem;
}
@media screen and (min-width: 1024px) {
  :root {
    --header-height: 7.5rem;
  }
}

.is-section-light,
.is-nav-open {
  --color: #111D59;
}

.____wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .____wrap {
    gap: 1.25rem;
  }
}

.____wrapHead {
  width: 6.25rem;
}
@media screen and (min-width: 1024px) {
  .____wrapHead {
    width: 25rem;
  }
}

.____wrapBody {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*----------------------------------------------------
	フォーム
----------------------------------------------------*/
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

input,
select,
label {
  vertical-align: middle;
  color: #fff;
}

[type=text] {
  line-height: normal;
}

input[type=text],
input[type=email],
input[type=tel],
button {
  -webkit-appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  color: #fff;
  font-family: "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
}

input[type=submit],
button {
  cursor: pointer;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
}

*:focus {
  outline: none;
}

/*----------------------------------------------------
	フォント
----------------------------------------------------*/
html {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  html {
    font-size: 5vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
  html {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 21.3333333333px;
  }
}

body {
  font-family: "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: var(--color);
  background: #111D59;
}

.serif {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
}

/*----------------------------------------------------
	レスポンシブ
----------------------------------------------------*/
@media screen and (min-width: 641px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .sp-tab {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .pc-tab {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tab {
    display: none;
  }
}

/*----------------------------------------------------
	リンク
----------------------------------------------------*/
a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.2s cubic-bezier(0.61, 1, 0.88, 1), background 0.2s cubic-bezier(0.61, 1, 0.88, 1), border 0.2s cubic-bezier(0.61, 1, 0.88, 1), -webkit-box-shadow 0.2s cubic-bezier(0.61, 1, 0.88, 1);
  transition: color 0.2s cubic-bezier(0.61, 1, 0.88, 1), background 0.2s cubic-bezier(0.61, 1, 0.88, 1), border 0.2s cubic-bezier(0.61, 1, 0.88, 1), -webkit-box-shadow 0.2s cubic-bezier(0.61, 1, 0.88, 1);
  transition: color 0.2s cubic-bezier(0.61, 1, 0.88, 1), background 0.2s cubic-bezier(0.61, 1, 0.88, 1), border 0.2s cubic-bezier(0.61, 1, 0.88, 1), box-shadow 0.2s cubic-bezier(0.61, 1, 0.88, 1);
  transition: color 0.2s cubic-bezier(0.61, 1, 0.88, 1), background 0.2s cubic-bezier(0.61, 1, 0.88, 1), border 0.2s cubic-bezier(0.61, 1, 0.88, 1), box-shadow 0.2s cubic-bezier(0.61, 1, 0.88, 1), -webkit-box-shadow 0.2s cubic-bezier(0.61, 1, 0.88, 1);
}
a svg,
a img {
  -webkit-transition: color 0.2s cubic-bezier(0.61, 1, 0.88, 1), background 0.2s cubic-bezier(0.61, 1, 0.88, 1), border 0.2s cubic-bezier(0.61, 1, 0.88, 1), opacity 0.2s cubic-bezier(0.61, 1, 0.88, 1), -webkit-box-shadow 0.2s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.2s cubic-bezier(0.61, 1, 0.88, 1);
  transition: color 0.2s cubic-bezier(0.61, 1, 0.88, 1), background 0.2s cubic-bezier(0.61, 1, 0.88, 1), border 0.2s cubic-bezier(0.61, 1, 0.88, 1), opacity 0.2s cubic-bezier(0.61, 1, 0.88, 1), -webkit-box-shadow 0.2s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.2s cubic-bezier(0.61, 1, 0.88, 1);
  transition: color 0.2s cubic-bezier(0.61, 1, 0.88, 1), background 0.2s cubic-bezier(0.61, 1, 0.88, 1), border 0.2s cubic-bezier(0.61, 1, 0.88, 1), opacity 0.2s cubic-bezier(0.61, 1, 0.88, 1), box-shadow 0.2s cubic-bezier(0.61, 1, 0.88, 1), transform 0.2s cubic-bezier(0.61, 1, 0.88, 1);
  transition: color 0.2s cubic-bezier(0.61, 1, 0.88, 1), background 0.2s cubic-bezier(0.61, 1, 0.88, 1), border 0.2s cubic-bezier(0.61, 1, 0.88, 1), opacity 0.2s cubic-bezier(0.61, 1, 0.88, 1), box-shadow 0.2s cubic-bezier(0.61, 1, 0.88, 1), transform 0.2s cubic-bezier(0.61, 1, 0.88, 1), -webkit-box-shadow 0.2s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.2s cubic-bezier(0.61, 1, 0.88, 1);
}
@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (hover: none) {
  a, button {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
}
[anchor-target] {
  content: "";
  display: block;
  position: relative;
  pointer-events: none;
  top: calc(-1 * var(--header-height));
}

/*----------------------------------------------------
	コンテナ
----------------------------------------------------*/
.l-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
}
@media screen and (max-width: 640px) {
  .l-container {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
  .l-container {
    padding-left: 9.375vw;
    padding-right: 9.375vw;
  }
}
@media screen and (min-width: 1024px) {
  .l-container {
    padding-left: 2.7777777778vw;
    padding-right: 11.1111111111vw;
  }
}
@media screen and (min-width: 1921px) {
  .l-container {
    padding-left: 53.3333333333px;
    padding-right: 213.3333333333px;
  }
}

/*----------------------------------------------------
	body
----------------------------------------------------*/
html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  body.no-scroll {
    overflow: hidden;
    height: 100vh;
  }
}

.l-body-wrap {
  width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 1023px) {
  .l-body-wrap {
    overflow: hidden;
  }
}

/*----------------------------------------------------
	l-header-drawer
----------------------------------------------------*/
.l-header-drawer {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100vh;
  overflow: auto;
  opacity: 0;
  z-index: 500;
  pointer-events: none;
  -webkit-transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.is-nav-open .l-header-drawer {
  pointer-events: auto;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .l-header-drawer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-header-drawer__bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100vh;
}
.l-header-drawer__bg picture {
  height: 100%;
}
.l-header-drawer__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-header-drawer__wrap {
  padding: 2.5rem 0 1.25rem;
  position: relative;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "lang" "nav" "sns" "nav2" "copyright";
}
@media screen and (min-width: 1024px) {
  .l-header-drawer__wrap {
    padding: 0 8.125rem;
        grid-template-areas: "nav nav" "sns nav2" "sns lang" "sns copyright";
    -ms-grid-columns: 25.6875rem 1fr;
    grid-template-columns: 25.6875rem 1fr;
    -ms-grid-rows: auto auto auto 1fr;
    grid-template-rows: auto auto auto 1fr;
  }
}

.l-header-drawer__nav {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: nav;
  margin-top: 1.875rem;
}

.l-footer-wrap > .l-header-drawer__nav {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
@media screen and (max-width: 1023px) {
  .l-header-drawer__nav > ul {
    display: -ms-grid;
    display: grid;
    gap: 0.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-header-drawer__nav > ul {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8.125rem 1fr 8.125rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.4375rem 8.125rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-header-drawer__navLv1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .l-header-drawer__navLv1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.625rem;
  }
}

@media screen and (max-width: 1023px) {
  .l-header-drawer__navLv2 {
    display: none;
  }
}
.l-header-drawer__nav2 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: nav2;
  margin-top: 1.25rem;
}
.l-footer-wrap > .l-header-drawer__nav2 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.l-header-drawer__nav2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.875rem;
}
@media screen and (max-width: 1023px) {
  .l-header-drawer__nav2 .c-link-angle__ico {
    display: none;
  }
  .l-header-drawer__nav2 .c-link-angle__txt {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-header-drawer__nav2 {
    margin-top: 0.75rem;
  }
  .l-header-drawer__nav2 ._press {
    font-size: 1.125rem;
  }
  .l-header-drawer__nav2 ul {
    gap: 0 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-header-drawer__nav2 {
    margin-top: 3.75rem;
  }
}

.l-header-drawer__sns {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: sns;
  margin-top: 1.5625rem;
}

.l-footer-wrap > .l-header-drawer__sns {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.p-teams-detail > .l-header-drawer__sns {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
.l-header-drawer__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1.75rem;
}
.l-header-drawer__sns svg {
  fill: #fff;
  width: 2rem;
}
@media screen and (min-width: 1024px) {
  .l-header-drawer__sns {
    margin-top: 6.875rem;
  }
  .l-header-drawer__sns ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 1rem;
  }
}

.l-header-drawer__lang {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: lang;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5rem;
  line-height: 1.125;
}
.l-header-drawer__lang h3 {
  margin-right: 0.375rem;
  color: #fff;
}
.l-header-drawer__lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-drawer__lang ul li + li:before {
  display: inline-block;
  content: "/";
  margin-inline: 0.1875rem;
}
.l-header-drawer__lang li {
  color: #656565;
}
.l-header-drawer__lang a {
  color: #656565;
}
.l-header-drawer__lang .is-current {
  color: #F9911A;
}
@media screen and (min-width: 1024px) {
  .l-header-drawer__lang {
    margin-top: 1.875rem;
  }
}

.l-header-drawer__copyright {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: copyright;
  margin-top: 0.625rem;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #AEAEAE;
}

.l-footer-wrap > .l-header-drawer__copyright {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
@media screen and (min-width: 1024px) {
  .l-header-drawer__copyright {
    display: none;
  }
}

/*----------------------------------------------------
	ヘッダー メニュー
----------------------------------------------------*/
.l-header-menu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 550;
  width: 4.375rem;
  height: 4.375rem;
  cursor: pointer;
  background: #fff;
  opacity: 0;
}
.l-header-menu div {
  position: relative;
}
.l-header-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 2.6875rem;
  background: #111D59;
  left: 0.84375rem;
  -webkit-transition: top 0.35s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0s cubic-bezier(0.16, 1, 0.3, 1);
  transition: top 0.35s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0s cubic-bezier(0.16, 1, 0.3, 1);
  transition: top 0.35s cubic-bezier(0.16, 1, 0.3, 1), transform 0s cubic-bezier(0.16, 1, 0.3, 1);
  transition: top 0.35s cubic-bezier(0.16, 1, 0.3, 1), transform 0s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0s cubic-bezier(0.16, 1, 0.3, 1);
}
.l-header-menu span:nth-child(1) {
  top: calc(50% - 0.4375rem);
}
.l-header-menu span:nth-child(2) {
  top: 50%;
}
.l-header-menu span:nth-child(3) {
  top: calc(50% + 0.4375rem);
}
.l-header-menu.is-nav-open span {
  -webkit-transition: top 0.2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.3s 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: top 0.2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.3s 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: top 0.2s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: top 0.2s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s 0.2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.3s 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.l-header-menu.is-nav-open span:nth-child(1) {
  top: 50%;
  -webkit-transform: scale(-1, -1) rotate(-45deg);
          transform: scale(-1, -1) rotate(-45deg);
}
.l-header-menu.is-nav-open span:nth-child(2) {
  width: 0;
  left: 50%;
}
.l-header-menu.is-nav-open span:nth-child(3) {
  top: 50%;
  -webkit-transform: scale(-1, -1) rotate(45deg);
          transform: scale(-1, -1) rotate(45deg);
}
body:not(.page-front).loadedLower .l-header-menu, .openerEnd .l-header-menu {
  -webkit-transition: 1s 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 1s 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .l-header-menu {
    width: 8.125rem;
    height: 8.125rem;
  }
  .l-header-menu span {
    width: 5rem;
    left: 1.5625rem;
  }
  .l-header-menu span:nth-child(1) {
    top: calc(50% - 0.75rem);
  }
  .l-header-menu span:nth-child(3) {
    top: calc(50% + 0.75rem);
  }
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
.l-header-logo {
  width: 5.0625rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 500;
  opacity: 0;
}
body:not(.page-front).loadedLower .l-header-logo, .openerEnd .l-header-logo {
  -webkit-transition: 1s 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 1s 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 1;
}
.l-header-logo img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-header-logo {
    width: 9.375rem;
    left: 1.25rem;
    top: 0.625rem;
  }
}

.l-header-ticket {
  position: absolute;
  right: 5rem;
  top: 1.4375rem;
  z-index: 500;
  opacity: 0;
}
body:not(.page-front).loadedLower .l-header-ticket, .openerEnd .l-header-ticket {
  -webkit-transition: 1s 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 1s 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .l-header-ticket {
    right: 9.875rem;
    top: 2.5rem;
  }
}

/*----------------------------------------------------
	main
----------------------------------------------------*/
/*----------------------------------------------------
	フッター
----------------------------------------------------*/
.l-footer {
  padding: 2rem 0;
  background-color: #fff;
  color: #111D59;
}
.l-footer a {
  color: #111D59;
}
@media (hover: hover) {
  .l-footer a:hover {
    color: #F9911A;
  }
  .l-footer a:hover svg {
    fill: #F9911A;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer {
    padding: 4.625rem 0;
  }
}

.l-footer-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 0 auto 0 auto 0 auto;
      grid-template-areas: "logo nav" "sns sns" "nav2 nav2" "copyright copyright";
  -ms-grid-columns: 5.25rem 1.5625rem 1fr;
  grid-template-columns: 5.25rem 1fr;
  gap: 0 1.5625rem;
}
@media screen and (min-width: 1024px) {
  .l-footer-wrap {
        grid-template-areas: "logo nav" "logo sns" "logo nav2" "logo copyright";
    -ms-grid-columns: 17.875rem 5.0625rem 1fr;
    grid-template-columns: 17.875rem 1fr;
    -ms-grid-rows: auto 0 auto 0 auto 0 1fr;
    grid-template-rows: auto auto auto 1fr;
    gap: 0 5.0625rem;
    padding-right: 3.125rem;
  }
  .l-footer-wrap > .l-header-drawer__nav {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .l-footer-wrap > .l-header-drawer__nav2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .l-footer-wrap > .l-header-drawer__sns {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .l-footer-wrap > .l-header-drawer__copyright {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}

.l-footer-logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
  padding: 0 0.4375rem;
}
@media screen and (min-width: 1024px) {
  .l-footer-logo {
    padding: 0 3.125rem;
  }
}

.l-footer-nav {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: nav;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.7142857143;
}

.l-footer-wrap > .l-footer-nav {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
.l-footer-nav ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.875rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0rem 1.875rem;
}
@media screen and (min-width: 1024px) {
  .l-footer-nav {
    padding-top: 2.6875rem;
    font-size: 2.125rem;
    line-height: 1.1176470588;
  }
  .l-footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.9375rem 1.875rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-footer-sns {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: sns;
  margin-top: 2.5rem;
}

.l-footer-wrap > .l-footer-sns {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.p-teams-detail > .l-footer-sns {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
.l-footer-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1.75rem;
}
.l-footer-sns svg {
  fill: #111D59;
  width: 2rem;
}
@media screen and (min-width: 1024px) {
  .l-footer-sns {
    margin-top: 5.625rem;
  }
  .l-footer-sns ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 1rem;
  }
}

.l-footer-nav2 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: nav2;
  margin-top: 2.125rem;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.7;
  position: relative;
}

.l-footer-wrap > .l-footer-nav2 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.l-footer-nav2 ._press {
  font-size: 0.875rem;
  font-weight: 400;
}
.l-footer-nav2 ._press svg {
  margin-left: 0.1875rem;
  width: 0.75rem;
  stroke: #111D59;
  fill: #fff;
}
.l-footer-nav2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .l-footer-nav2 {
    margin-top: 0.75rem;
    font-size: 1rem;
  }
  .l-footer-nav2 ._press {
    font-size: 1.125rem;
  }
  .l-footer-nav2 ul {
    gap: 0 2.5rem;
  }
}

.l-footer-copyright {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: copyright;
  margin-top: 0.625rem;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-size: 0.625rem;
  line-height: 1.3636363636;
  color: #AEAEAE;
}

.l-footer-wrap > .l-footer-copyright {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
@media screen and (min-width: 1024px) {
  .l-footer-copyright {
    margin-top: -1.625rem;
    text-align: right;
    font-size: 0.75rem;
  }
}

/*----------------------------------------------------
	l-aside
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.l-aside-copy {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-aside-copy {
    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;
    width: 8.125rem;
    height: 100vh;
    padding-top: 3.75rem;
    position: fixed;
    right: 0;
    top: 0;
    background: #F9911A;
    z-index: 520;
    opacity: 0;
  }
  body:not(.page-front).loadedLower .l-aside-copy, .openerEnd .l-aside-copy {
    -webkit-transition: 1s 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    transition: 1s 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 1;
  }
}

.l-aside-copy__txt {
  position: absolute;
  white-space: nowrap;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  letter-spacing: -0.05em;
  color: #001169;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.l-aside-news {
  position: fixed;
  left: 0;
  bottom: 100px;
  z-index: 450;
  opacity: 0;
  -webkit-transform: rotate3d(1, 0, 0, 90deg);
          transform: rotate3d(1, 0, 0, 90deg);
}
body:not(.page-front).loadedLower .l-aside-news, .openerEnd .l-aside-news {
  -webkit-transition: 1s 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 1s 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transform: rotate3d(1, 0, 0, 0);
          transform: rotate3d(1, 0, 0, 0);
  opacity: 1;
}
/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-about
----------------------------------------------------*/
.p-about {
  position: relative;
  overflow: hidden;
  padding: 0 0 5.9375rem;
}
.p-about .l-container {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-about {
    padding: 0 0 12.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-about-mv {
  margin-top: 2.625rem;
}
@media screen and (min-width: 1024px) {
  .p-about-mv {
    margin-top: 6.125rem;
  }
}

.p-about-mv__inner {
  position: relative;
}

.p-about-mv__bg {
  position: relative;
  z-index: 5;
  width: 14.0625rem;
  margin-top: -10.75rem;
  bottom: -10.75rem;
  overflow: hidden;
}
.p-about-mv__bg picture img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .p-about-mv__bg {
    width: 63.9375rem;
    margin-top: -34.375rem;
    bottom: -34.375rem;
  }
}

.p-about-mv__title1 {
  position: absolute;
  display: -ms-grid;
  display: grid;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  left: 2rem;
  top: 21.875rem;
  font-weight: 400;
  font-size: 2.86001875rem;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #F9911A;
  z-index: 10;
  --color-rep-outline: #fff;
}
.p-about-mv__title1 span span:nth-child(5) {
  margin-left: 0.08em;
}
.p-about-mv__title1 span span:nth-child(n+5) {
  -webkit-text-stroke: 0.125rem #fff;
  color: transparent;
}
.p-about-mv__title1 span.text-rep-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  will-change: transform;
}
.p-about-mv__title1 span.text-rep-child:not(:last-child) {
  -webkit-text-stroke: 1px var(--color-rep-outline);
  text-stroke: 1px var(--color-rep-outline);
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  color: transparent;
}
.p-about-mv__title1 span.text-rep-child:last-child {
  opacity: 1 !important;
}
.p-about-mv__title1 span.text-rep-child:last-child span {
  opacity: 1 !important;
}
@media screen and (min-width: 1024px) {
  .p-about-mv__title1 {
    left: 7.5rem;
    top: 53.125rem;
    font-size: 13.7354375rem;
  }
}

.p-about-mv__title1__ {
  position: absolute;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  left: 1.0625rem;
  top: 5.5rem;
  font-weight: 400;
  font-size: 2.86001875rem;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #F9911A;
}
.p-about-mv__title1__ span:nth-child(5) {
  margin-left: 0.08em;
}
.p-about-mv__title1__ span:nth-child(n+5) {
  -webkit-text-stroke: 0.125rem #fff;
  color: transparent;
}
@media screen and (min-width: 1024px) {
  .p-about-mv__title1__ {
    left: 5.125rem;
    top: 21.875rem;
    font-size: 13.7354375rem;
  }
}

.p-about-mv__desc {
  position: absolute;
  left: 1.0625rem;
  top: 11.5625rem;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  .p-about-mv__desc {
    left: 5.875rem;
    top: 47.8125rem;
    font-size: 2rem;
  }
}

.p-about-mv__title2 {
  position: absolute;
  top: 13.5rem;
  right: -4.125rem;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 79%;
  text-align: right;
  letter-spacing: -0.03em;
  color: #F9911A;
}
@media screen and (min-width: 1024px) {
  .p-about-mv__title2 {
    width: 62.5rem;
    top: 65.375rem;
    right: -13.25rem;
    font-size: 16.375rem;
  }
}

.p-about-mv__type {
  position: absolute;
  bottom: 0;
  white-space: nowrap;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 100%;
  letter-spacing: -0.035em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-about-mv__type > p {
  -webkit-animation: textMarquee 30s linear infinite;
          animation: textMarquee 30s linear infinite;
}
@media screen and (min-width: 1024px) {
  .p-about-mv__type {
    font-size: 4.625rem;
  }
}

.p-about-mv__wrap2 {
  padding: 0.5rem 0 0;
  position: relative;
  color: #111D59;
}
.p-about-mv__wrap2:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  top: 0;
  height: calc(100% - 5.9375rem);
  background-color: #fff;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .p-about-mv__wrap2 {
    padding: 2.625rem 0 0;
  }
  .p-about-mv__wrap2:after {
    height: calc(100% - 17.5rem);
  }
}

.p-about-mv__logo {
  width: 3.5rem;
  margin-right: 0.3125rem;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .p-about-mv__logo {
    width: 9.7375rem;
    margin-right: 0.625rem;
  }
}

.p-about-mv__title3 {
  margin-top: 0.75rem;
}
.p-about-mv__title3 ._en {
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 79%;
  text-align: right;
  letter-spacing: -0.03em;
}
.p-about-mv__title3 ._ja {
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 0.6552625rem;
  line-height: 150%;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .p-about-mv__title3 {
    margin-top: 1.625rem;
  }
  .p-about-mv__title3 ._en {
    margin-right: 0.3125rem;
    font-size: 16.375rem;
  }
  .p-about-mv__title3 ._ja {
    margin-top: 1.5625rem;
    font-size: 1.875rem;
  }
}

.p-about-lead__footer {
  margin-top: 0.625rem;
}
.p-about-mv__pictures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8125rem;
}
.p-about-mv__pictures li {
  position: relative;
  overflow: hidden;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.p-about-mv__pictures li:nth-child(2) {
  margin-top: 1.875rem;
}
.p-about-mv__pictures li:nth-child(3) {
  margin-top: 3.75rem;
}
.p-about-mv__pictures picture:not(:first-child) {
  position: absolute;
  top: 100%;
}
.p-about-mv__pictures picture:nth-child(2) {
  z-index: 2;
}
.p-about-mv__pictures picture:nth-child(3) {
  z-index: 3;
}
.p-about-mv__pictures picture:nth-child(4) {
  z-index: 4;
}
@media screen and (min-width: 1024px) {
  .p-about-mv__pictures {
    margin-top: -6.4375rem;
    gap: 4.125rem;
  }
  .p-about-mv__pictures li:nth-child(2) {
    margin-top: 6.6875rem;
  }
  .p-about-mv__pictures li:nth-child(3) {
    margin-top: 13.375rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-about-lead {
  margin-top: 1.4375rem;
}
@media screen and (min-width: 1024px) {
  .p-about-lead {
    margin-top: 7.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-about-lead__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-about-lead__head {
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 100%;
  color: #F9911A;
}
@media screen and (min-width: 1024px) {
  .p-about-lead__head {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 2rem;
  }
}

.p-about-lead__body {
  position: relative;
  z-index: 2;
}
.p-about-lead__body h2 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 120%;
}
.p-about-lead__body p {
  margin-top: 1.25rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 170%;
}
@media screen and (max-width: 1023px) {
  .p-about-lead__body {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-lead__body {
    width: 51.25rem;
  }
  .p-about-lead__body h2 {
    font-size: 2.625rem;
    line-height: 3.125rem;
  }
  .p-about-lead__body p {
    margin-top: 2.5rem;
    font-size: 1.5rem;
    line-height: 200%;
  }
}

.p-about-lead__pic {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.625rem;
}
.p-about-lead__pic figure:nth-child(1) {
  width: 11.5625rem;
}
.p-about-lead__pic figure:nth-child(2) {
  width: 6.25rem;
}
@media screen and (min-width: 1024px) {
  .p-about-lead__pic {
    margin-top: -13.125rem;
    gap: 1.375rem;
  }
  .p-about-lead__pic figure:nth-child(1) {
    width: 51.25rem;
  }
  .p-about-lead__pic figure:nth-child(2) {
    width: 24.875rem;
  }
}

.p-about-lead__picture {
  position: relative;
  z-index: 2;
  margin-top: 2.75rem;
}
.p-about-lead__picture figure {
  position: absolute;
}
.p-about-lead__picture img {
  width: 28.75rem;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .p-about-lead__picture figure:nth-child(1),
.p-about-lead__picture figure:nth-child(2),
.p-about-lead__picture figure:nth-child(6) {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-lead__picture {
    margin-top: 10.25rem;
  }
}

.p-about-lead__type {
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 10.161625rem;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-about-lead__type > p {
  padding-right: 1em;
  -webkit-animation: textMarquee 30s linear infinite;
          animation: textMarquee 30s linear infinite;
}
@media screen and (min-width: 1024px) {
  .p-about-lead__type {
    font-size: 25rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-about-vision {
  margin-top: 4.5625rem;
}
@media screen and (min-width: 1024px) {
  .p-about-vision {
    margin-top: 13.5rem;
  }
}

.p-about-vision__body {
  margin-top: 2.125rem;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 2.3125rem;
  line-height: 98%;
  letter-spacing: -0.035em;
}
.p-about-vision__body span:nth-child(1) {
  margin-left: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .p-about-vision__body {
    margin-inline: -0.3125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-about-vision__body {
    margin-top: 3.125rem;
    font-size: 7rem;
    line-height: 1;
  }
  .p-about-vision__body span:nth-child(1) {
    margin-left: 24.375rem;
  }
  .p-about-vision__body span:nth-last-child(23) {
    margin-right: 1.25em;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-about-values {
  margin-top: 4.625rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 1024px) {
  .p-about-values {
    margin-top: 12.5rem;
    padding-bottom: 9.0625rem;
  }
}

.p-about-values__list {
  margin-top: 2.4375rem;
}
.p-about-values__list li + li {
  margin-top: 1.5rem;
}
.p-about-values__list li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #F9911A;
}
.p-about-values__list li h3 ._no {
  margin-right: 0.75rem;
  color: #fff;
}
.p-about-values__list li p {
  margin-top: 0.8125rem;
  font-family: "open-sans", sans-serif;
  font-weight: 800;
  font-size: 0.875rem;
  line-height: 120%;
}
@media screen and (min-width: 1024px) {
  .p-about-values__list {
    margin-top: 3.125rem;
    margin-left: 26.25rem;
  }
  .p-about-values__list li + li {
    margin-top: 4rem;
  }
  .p-about-values__list li h3 {
    font-size: 10.625rem;
  }
  .p-about-values__list li h3 ._no {
    margin-right: 1.25rem;
  }
  .p-about-values__list li p {
    margin-top: 1.25rem;
    font-size: 1.3125rem;
  }
}

.p-about-values__pic {
  margin-top: 5.625rem;
  height: 7.5rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-about-values__pic {
    margin-top: 16.75rem;
    height: 31.25rem;
  }
}

.p-about-values__type {
  margin-top: 1.25rem;
  white-space: nowrap;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 100%;
  letter-spacing: -0.035em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-about-values__type > p {
  -webkit-animation: textMarquee 30s linear infinite;
          animation: textMarquee 30s linear infinite;
}
@media screen and (min-width: 1024px) {
  .p-about-values__type {
    margin-top: 0.625rem;
    font-size: 4.625rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-about-opportunity {
  padding-bottom: 6.25rem;
}
.p-about-opportunity__body {
  margin-top: 2.5rem;
}
.p-about-opportunity__body dl + dl {
  margin-top: 1.875rem;
}
.p-about-opportunity__body dt ._en {
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 100%;
  letter-spacing: -0.03em;
}
.p-about-opportunity__body dt ._ja {
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 170%;
}
.p-about-opportunity__body dd {
  margin-top: -0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  line-height: 1;
}
.p-about-opportunity__body dd sup {
  margin-right: 0.1em;
  position: relative;
  top: -1em;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 6.25rem;
  letter-spacing: -0.03em;
  color: #F9911A;
}
.p-about-opportunity__body dd ._num {
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 12.5rem;
  letter-spacing: -0.03em;
  color: #F9911A;
}
.p-about-opportunity__body dd ._unit {
  margin-left: 0.15em;
  font-weight: 700;
  font-size: 1.25rem;
  color: #FFFFFF;
}
.p-about-opportunity__body ._ex {
  margin-top: 0.625rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 170%;
  text-align: right;
  color: #AEAEAE;
}
@media screen and (min-width: 1024px) {
  .p-about-opportunity__body {
    margin-top: 8.4375rem;
    margin-left: 26.25rem;
  }
  .p-about-opportunity__body dl + dl {
    margin-top: 2.5rem;
  }
  .p-about-opportunity__body dt ._en {
    font-size: 4rem;
  }
  .p-about-opportunity__body dt ._ja {
    font-size: 1rem;
  }
  .p-about-opportunity__body dd sup {
    font-size: 12.5rem;
  }
  .p-about-opportunity__body dd ._num {
    font-size: 25rem;
  }
  .p-about-opportunity__body dd ._unit {
    font-size: 1.875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-about-tips {
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 1024px) {
  .p-about-tips {
    padding-bottom: 9.0625rem;
  }
}

.p-about-tips__body {
  margin-top: 3.125rem;
}
@media screen and (min-width: 1024px) {
  .p-about-tips__body {
    margin-top: 2.5rem;
    margin-left: 26.25rem;
  }
}

.p-about-tips__lead {
  font-weight: 700;
  font-size: 1rem;
  line-height: 170%;
}
@media screen and (min-width: 1024px) {
  .p-about-tips__lead {
    font-size: 1.5rem;
    line-height: 200%;
  }
}

.p-about-tips__slide {
  margin-top: 2.5rem;
}
.p-about-tips__slide .swiper {
  overflow: initial;
}
.p-about-tips__slide .swiper-wrapper {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.p-about-tips__slide .swiper-slide {
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-about-tips__slide {
    width: 27.75rem;
    margin-top: 3.125rem;
  }
}

.p-about-tips__slideCtrl {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-about-outline__body {
  margin-top: 3.125rem;
}
.p-about-outline__body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 130%;
}
.p-about-outline__body dl + dl {
  margin-top: 1.125rem;
}
.p-about-outline__body dt {
  width: 4.75rem;
  color: #F9911A;
}
.p-about-outline__body dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1024px) {
  .p-about-outline__body {
    margin-top: 3.125rem;
    margin-left: 26.25rem;
  }
  .p-about-outline__body dl {
    font-size: 1rem;
    line-height: 170%;
  }
  .p-about-outline__body dl + dl {
    margin-top: 1.6875rem;
  }
  .p-about-outline__body dt {
    width: 11.875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-faq
----------------------------------------------------*/
.p-faq {
  padding: 0 0 5.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-faq {
    padding: 0 0 12.5rem;
  }
}

.p-faq__section {
  margin-top: 3.125rem;
}
@media screen and (min-width: 1024px) {
  .p-faq__section {
    margin-top: 3.75rem;
  }
}

.p-faq-section + .p-faq-section {
  margin-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-faq-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
  }
  .p-faq-section + .p-faq-section {
    margin-top: 6.25rem;
  }
}

.p-faq-section__head h2 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #F9911A;
}
@media screen and (min-width: 1024px) {
  .p-faq-section__head {
    width: 25rem;
  }
  .p-faq-section__head h2 {
    font-size: 2.25rem;
  }
}

.p-faq-section__list {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 1024px) {
  .p-faq-section__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    padding-right: 13.125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-faq-item {
  border-bottom: 1px solid #FFFFFF;
}
.p-faq-item i {
  width: 1.875rem;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 100%;
  color: #F9911A;
}
.p-faq-item:not(:first-child) {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 1024px) {
  .p-faq-item i {
    width: 2.875rem;
    font-size: 2.5rem;
  }
  .p-faq-item:not(:first-child) {
    margin-top: 3.125rem;
  }
}

.p-faq-item__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 1.25rem;
  text-align: left;
}
.p-faq-item__q ._title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0.625rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 140%;
}
.is-open .p-faq-item__q ._title, .p-faq-item__q.is-open ._title {
  color: #F9911A;
}
.p-faq-item__q .c-btn-plus {
  margin-left: auto;
}
.p-faq-item__q i {
  margin-top: 0.125rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (hover: hover) {
  .p-faq-item__q:hover ._title {
    color: #F9911A;
  }
}
@media screen and (min-width: 1024px) {
  .p-faq-item__q {
    padding-bottom: 1.875rem;
  }
  .p-faq-item__q ._title {
    margin-right: 1.25rem;
    font-size: 1.5rem;
  }
}

.p-faq-item__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 1.25rem;
}
.p-faq-item__a > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-faq-item__a a span {
  text-decoration: underline;
}
@media (hover: hover) {
  .p-faq-item__a a:hover span {
    text-decoration: none;
  }
}
.p-faq-item__a ._ico-external {
  text-decoration: none;
  margin-inline: 0.125rem 0.25rem;
}
.p-faq-item__a ._ico-external svg {
  width: 0.75rem;
  height: auto;
  stroke: #fff;
}
@media screen and (min-width: 1024px) {
  .p-faq-item__a {
    padding-bottom: 1.5625rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-gallery
----------------------------------------------------*/
.p-gallery {
  padding: 0 0 5.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-gallery {
    padding: 0 0 12.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-gallery-tag {
  margin-top: 2.625rem;
  border-bottom: 1px solid #AEAEAE;
}
@media screen and (min-width: 1024px) {
  .p-gallery-tag {
    margin-top: 3.75rem;
    margin-left: 26.25rem;
  }
}

.p-gallery-tag__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.25rem;
}
.p-gallery-tag__head button {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-gallery-tag__head button.is-open {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 1023px) {
  .p-gallery-tag__head .c-heading-en {
    font-size: 1.875rem;
  }
}
.p-gallery-tag__list {
  display: none;
  padding-bottom: 1.875rem;
}
.p-gallery-tag__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 170%;
}
@media (hover: hover) {
  .p-gallery-tag__list a {
    -webkit-transition: none;
    transition: none;
  }
  .p-gallery-tag__list a:hover {
    color: #F9911A;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-gallery-list__list {
  margin-top: 3.125rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.3125rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.3125rem;
}
.p-gallery-list__list figcaption {
  margin-top: 0.375rem;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .p-gallery-list__list figcaption {
    display: none;
  }
  .p-gallery-list__list figure[data-span-sp="2"] {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
  .p-gallery-list__list img {
    aspect-ratio: 300/230;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  .p-gallery-list__list {
    margin-top: 3.75rem;
    -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.625rem 1.25rem;
  }
  .p-gallery-list__list figure[data-span="2"] {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

.p-gallery-list__more {
  position: relative;
  text-align: center;
}
.p-gallery-list__more:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 7.375rem;
  left: 0;
  top: -7.375rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#111D59), color-stop(18.75%, rgba(16, 28, 86, 0.96875)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, #111D59 0%, rgba(16, 28, 86, 0.96875) 18.75%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .p-gallery-list__more:after {
    height: 26.5rem;
    top: -26.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-news
----------------------------------------------------*/
.p-news {
  padding: 0 0 5.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-news {
    padding: 0 0 12.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-news-section:not(:first-child) .cm-main-header {
  padding-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-news-section:not(:first-child) .cm-main-header {
    padding-top: 7.5rem;
  }
}

.p-news-section__list {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-news-section__list {
    margin: 2.5rem 0 0 13.125rem;
  }
}

.p-news-section__paginate {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-news-section__paginate {
    margin-top: 5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-news-detail__body {
  margin-top: 3.125rem;
}
@media screen and (min-width: 1024px) {
  .p-news-detail__body {
    margin-top: 3.75rem;
    margin-left: 13.125rem;
  }
}

.p-news-detail__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .p-news-detail__title {
    font-size: 2.625rem;
    line-height: 1.1904761905;
  }
}

.p-news-detail__meta {
  margin-top: 0.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-news-detail__meta {
    margin-top: 0.9375rem;
    gap: 0 1.125rem;
  }
}

.p-news-detail__category {
  color: #111D59;
}
.p-news-detail__category span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.3125rem;
  font-weight: 700;
  font-size: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-news-detail__category span {
    height: 2rem;
    font-size: 0.75rem;
  }
}

.p-news-detail__date {
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 100%;
  color: #AEAEAE;
}
@media screen and (min-width: 1024px) {
  .p-news-detail__date {
    font-size: 1.25rem;
  }
}

.p-news-detail__entry {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 1024px) {
  .p-news-detail__entry {
    margin-top: 4.375rem;
  }
}

.p-news-detail__foot {
  margin-top: 3.125rem;
}
@media screen and (min-width: 1024px) {
  .p-news-detail__foot {
    margin-top: 5.375rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-policy
----------------------------------------------------*/
.p-policy {
  padding: 0 0 5.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-policy {
    padding: 0 0 12.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-privacy
----------------------------------------------------*/
.p-privacy {
  padding: 0 0 5.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-privacy {
    padding: 0 0 12.5rem;
  }
}

.p-privacy-lead__body {
  margin-top: 3.25rem;
}
@media screen and (min-width: 1024px) {
  .p-privacy-lead__body {
    margin: 3.75rem 0 0 26.25rem;
    max-width: 38.125rem;
  }
}

.p-privacy-lead__more {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-privacy-lead__more {
    margin: 3.125rem 0 0 26.25rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-schedule
----------------------------------------------------*/
.p-schedule {
  position: relative;
  overflow: hidden;
  padding: 0 0 5.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-schedule {
    padding: 0 0 12.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-schedule-tournament {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-schedule-tournament {
    margin-inline: -15px;
    padding: 0 15px;
    overflow: auto;
  }
  .p-schedule-tournament img {
    width: 557px;
    max-width: none;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-schedule-ranking {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .p-schedule-ranking {
    margin-top: 30px;
  }
}

.p-schedule-ranking__body {
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .p-schedule-ranking__body {
    margin-top: 20px;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-schedule-result {
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  .p-schedule-result {
    margin-top: 115px;
  }
}

.p-schedule-result__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D7D7D7;
}
.p-schedule-result__tab button {
  width: 7.03125rem;
  height: 3.75rem;
  padding-top: 0.125rem;
  border: 1px solid #D7D7D7;
  margin-bottom: -1px;
}
.p-schedule-result__tab button + button {
  margin-left: -1px;
}
.p-schedule-result__tab button ._en {
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
}
.p-schedule-result__tab button ._ja {
  margin-top: 1px;
  font-weight: 700;
  font-size: 0.625rem;
  line-height: 170%;
  color: #F9911A;
}
.p-schedule-result__tab button:hover, .p-schedule-result__tab button.is-current {
  background: #F9911A;
}
.p-schedule-result__tab button:hover ._en, .p-schedule-result__tab button.is-current ._en {
  color: #111D59;
}
.p-schedule-result__tab button:hover ._ja, .p-schedule-result__tab button.is-current ._ja {
  color: #111D59;
}
@media screen and (max-width: 1023px) {
  .p-schedule-result__tab {
    margin-top: 16px;
    margin-bottom: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-schedule-result__tab {
    margin-top: 50px;
  }
  .p-schedule-result__tab button {
    padding-top: 0.25rem;
    width: 9.375rem;
    height: 5rem;
  }
  .p-schedule-result__tab button ._en {
    font-size: 1.625rem;
  }
  .p-schedule-result__tab button ._ja {
    font-size: 0.75rem;
  }
}

.p-schedule-result-content:not(.is-current) {
  display: none;
}
.p-schedule-result-content__section {
  margin-top: 50px;
}
.p-schedule-result-content__section ._pdf {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-schedule-result-content__section {
    margin-top: 60px;
  }
  .p-schedule-result-content__section ._pdf {
    margin-top: 40px;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-teams
----------------------------------------------------*/
.p-teams {
  position: relative;
  overflow: hidden;
  padding: 0 0 5.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-teams {
    padding: 0 0 12.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-teams-list {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-teams-list {
    margin-top: 2.5rem;
    margin-left: 25rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-teams-detail {
  margin-top: 3.25rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 0 auto 0 auto;
      grid-template-areas: "head head" "slide sns" "desc desc";
  -ms-grid-columns: 1fr 1.25rem 1.5625rem;
  grid-template-columns: 1fr 1.5625rem;
  gap: 0 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-teams-detail {
    margin-top: 3.625rem;
    padding-right: 1.25rem;
        grid-template-areas: "head head head" "desc slide sns";
    -ms-grid-columns: 25rem 1fr 2.1875rem;
    grid-template-columns: 25rem 1fr 2.1875rem;
  }
  .p-teams-detail > .l-header-drawer__sns {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-teams-detail > .l-footer-sns {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}

.p-teams-detail__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: head;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-teams-detail__head {
    padding-bottom: 2.5rem;
    padding-left: 26.25rem;
  }
}

.p-teams-detail__ja {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 120%;
}
@media screen and (min-width: 1024px) {
  .p-teams-detail__ja {
    font-size: 3.125rem;
  }
}

.p-teams-detail__en {
  margin-top: 0.625rem;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  color: #AEAEAE;
}
@media screen and (min-width: 1024px) {
  .p-teams-detail__en {
    font-size: 1.75rem;
  }
}

.p-teams-detail__slide {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  position: relative;
  grid-area: slide;
}
.p-teams-detail__slideMain {
  width: 15.3125rem;
}
.p-teams-detail__slideMain img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-teams-detail__slideMain {
    width: 46.5625rem;
  }
}

.p-teams-detail__slideThumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-teams-detail__slideThumb button {
  aspect-ratio: 56/40;
  width: 3.5rem;
}
.p-teams-detail__slideThumb button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .p-teams-detail__slideThumb {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-teams-detail__slideThumb button {
    width: 8.75rem;
  }
}

.p-teams-detail__slideCtrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
  position: absolute;
  right: -2.75rem;
  top: max(6.25rem, calc(50% - 2.5rem));
}
@media screen and (min-width: 1024px) {
  .p-teams-detail__slideCtrl {
    gap: 1.5625rem;
    right: -3.4375rem;
    top: max(12.5rem, calc(50% - 2.5rem));
  }
}

.p-teams-detail__sns {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: sns;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer-wrap > .p-teams-detail__sns {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.p-teams-detail > .p-teams-detail__sns {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
.p-teams-detail__sns h3 {
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 100%;
  color: #AEAEAE;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.p-teams-detail__sns ul {
  margin-top: 0.9375rem;
  font-size: 0;
}
.p-teams-detail__sns li + li {
  margin-top: 0.625rem;
}
.p-teams-detail__sns svg {
  fill: #fff;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-teams-detail__sns {
    padding-top: 0.625rem;
  }
  .p-teams-detail__sns h3 {
    font-size: 1.25rem;
  }
  .p-teams-detail__sns ul {
    margin-top: 1.875rem;
  }
  .p-teams-detail__sns li + li {
    margin-top: 1.25rem;
  }
}

.p-teams-detail__desc {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: desc;
  margin-top: 3.125rem;
}

@media screen and (min-width: 1024px){
  .l-header-drawer__nav {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .l-header-drawer__nav2 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .l-header-drawer__sns {
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .l-header-drawer__lang {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .l-header-drawer__copyright {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .l-footer-logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    -ms-grid-column: 1;
  }
  .l-footer-nav {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .l-footer-wrap > .l-footer-nav {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .l-footer-sns {
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .l-footer-wrap > .l-footer-sns {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .l-footer-nav2 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .l-footer-wrap > .l-footer-nav2 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .l-footer-copyright {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .l-footer-wrap > .l-footer-copyright {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-teams-detail__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-teams-detail__slide {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-teams-detail__sns {
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .l-footer-wrap > .p-teams-detail__sns {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-teams-detail > .p-teams-detail__sns {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-teams-detail__desc {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
@media screen and (min-width: 1024px) {
  .p-teams-detail__desc {
    margin-top: 0;
  }
}

.p-teams-detail__descTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D7D7D7;
  margin-bottom: 1.875rem;
}
.p-teams-detail__descTab button {
  width: 7.03125rem;
  height: 3.75rem;
  padding-top: 0.125rem;
  border: 1px solid #D7D7D7;
  margin-bottom: -1px;
}
.p-teams-detail__descTab button + button {
  margin-left: -1px;
}
.p-teams-detail__descTab button ._en {
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
}
.p-teams-detail__descTab button ._ja {
  margin-top: 1px;
  font-weight: 700;
  font-size: 0.625rem;
  line-height: 170%;
  color: #F9911A;
}
.p-teams-detail__descTab button:hover, .p-teams-detail__descTab button.is-current {
  background: #F9911A;
}
.p-teams-detail__descTab button:hover ._en, .p-teams-detail__descTab button.is-current ._en {
  color: #111D59;
}
.p-teams-detail__descTab button:hover ._ja, .p-teams-detail__descTab button.is-current ._ja {
  color: #111D59;
}
@media screen and (min-width: 1024px) {
  .p-teams-detail__descTab {
    margin-bottom: 2.5rem;
  }
  .p-teams-detail__descTab button {
    padding-top: 0.25rem;
    width: 9.375rem;
    height: 5rem;
  }
  .p-teams-detail__descTab button ._en {
    font-size: 1.625rem;
  }
  .p-teams-detail__descTab button ._ja {
    font-size: 0.75rem;
  }
}

.p-teams-detail__descContent:not(.is-current) {
  display: none;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-teams-players {
  margin-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-teams-players {
    margin-top: 6.25rem;
  }
}

.p-teams-players__list {
  margin-top: 1.375rem;
}
@media screen and (min-width: 1024px) {
  .p-teams-players__list {
    margin-top: 4.125rem;
  }
}

.p-teams-players__foot {
  margin-top: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-teams-players__foot {
    margin-top: 4.375rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-terms
----------------------------------------------------*/
.p-terms {
  padding: 0 0 5.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-terms {
    padding: 0 0 12.5rem;
  }
}

.p-terms__items {
  margin-top: 3.125rem;
}
@media screen and (min-width: 1024px) {
  .p-terms__items {
    margin-top: 3.75rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-terms-item + .p-terms-item {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-terms-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
  }
  .p-terms-item + .p-terms-item {
    margin-top: 6.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-terms-item__head {
    width: 25rem;
  }
}

.p-terms-item__body {
  margin-top: 0.875rem;
}
.p-terms-item__body ._date {
  text-align: right;
}
.p-terms-item__body > * + * {
  margin-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-terms-item__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    padding-right: 13.125rem;
  }
  .p-terms-item__body:first-child {
    margin-left: 26.25rem;
  }
  .p-terms-item__body > * + * {
    margin-top: 3.125rem;
  }
}

/*----------------------------------------------------
	p-tickets
----------------------------------------------------*/
.p-tickets {
  padding: 0 0 5.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-tickets {
    padding: 0 0 12.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-tickets-map {
  margin-top: 3.25rem;
}
@media screen and (min-width: 1024px) {
  .p-tickets-map {
    margin-top: 3.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .p-tickets-map__head {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-tickets-map__body {
  margin-top: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .p-tickets-map__body {
    margin-top: 0;
    width: 51.25rem;
  }
}

.p-tickets-price {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-tickets-price {
    margin-top: 6.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .p-tickets-price__head {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-tickets-price__body {
  margin-top: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .p-tickets-price__body {
    margin-top: 0;
    width: 51.25rem;
  }
}

.p-tickets-caution {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-tickets-caution {
    margin-top: 6.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .p-tickets-caution__head {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-tickets-caution__body {
  margin-top: 1.125rem;
}
.p-tickets-caution__body ul {
  font-weight: 700;
  font-size: 1rem;
  line-height: 170%;
}
.p-tickets-caution__body li {
  position: relative;
  padding-left: 1.3125rem;
}
.p-tickets-caution__body li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.3125rem;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #F9911A;
}
@media screen and (min-width: 1024px) {
  .p-tickets-caution__body {
    margin-top: 0;
    width: 51.25rem;
  }
  .p-tickets-caution__body ul {
    font-size: 1.5rem;
    line-height: 200%;
  }
  .p-tickets-caution__body li {
    padding-left: 1.625rem;
  }
  .p-tickets-caution__body li:before {
    top: 1rem;
  }
}

.p-tickets-caution__more {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-tickets-caution__more {
    margin-top: 4.6875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-tickets-access {
  margin-top: 4.375rem;
}
@media screen and (min-width: 1024px) {
  .p-tickets-access {
    margin-top: 15.3125rem;
  }
}

.p-tickets-access__wrap {
  margin-top: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-tickets-access__wrap {
    margin-top: 3.6875rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 0 auto;
        grid-template-areas: "pic map" "info map";
    gap: 0 2.1875rem;
    -ms-grid-columns: 1fr 2.1875rem 51.25rem;
    grid-template-columns: 1fr 51.25rem;
  }
}

.p-tickets-access__pic {
  grid-area: pic;
}
@media screen and (max-width: 1023px) {
  .p-tickets-access__pic {
    display: none;
  }
}
.p-tickets-access__map {
  grid-area: map;
}
.p-tickets-access__info {
  grid-area: info;
  margin-top: 1.25rem;
}
@media screen and (min-width: 1024px){
  .p-tickets-access__pic {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-tickets-access__map {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .p-tickets-access__info {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.p-tickets-access__info dl + dl {
  margin-top: 1.875rem;
}
.p-tickets-access__info dt {
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 100%;
  color: #F9911A;
  text-transform: uppercase;
}
.p-tickets-access__info dd {
  margin-top: 0.3125rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 120%;
}
@media screen and (min-width: 1024px) {
  .p-tickets-access__info {
    margin-top: 3.75rem;
  }
  .p-tickets-access__info dl + dl {
    margin-top: 2.5rem;
  }
  .p-tickets-access__info dt {
    font-size: 1.625rem;
  }
  .p-tickets-access__info dd {
    margin-top: 0.375rem;
    font-size: 1.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-top
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-mv {
  padding: 8.75rem 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-top-mv {
    padding: 16.875rem 0 0;
  }
}

.p-top-mv__title {
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 3.1875rem;
  line-height: 85%;
  letter-spacing: -0.035em;
}
.p-top-mv__title span {
  display: inline-block;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.openerEnd .p-top-mv__title.is-visible span {
  -webkit-transition: 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 1023px) {
  .p-top-mv__title {
    margin-right: -0.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-mv__title {
    font-size: 8.75rem;
  }
}

.p-top-mv__teams {
  margin-top: 0.75rem;
  white-space: nowrap;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 100%;
  letter-spacing: -0.035em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-mv__teams > p {
  -webkit-animation: textMarquee 30s linear infinite;
          animation: textMarquee 30s linear infinite;
}
@media screen and (min-width: 1024px) {
  .p-top-mv__teams {
    margin-top: 1.25rem;
    font-size: 4.625rem;
  }
}

@-webkit-keyframes textMarquee {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes textMarquee {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes textMarqueeRight {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes textMarqueeRight {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-top-mv-video {
  margin-top: 0.75rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-top-mv-video {
    margin-top: 1.25rem;
    overflow: hidden;
  }
}

.p-top-mv-video__wrap {
  -webkit-transform: translate3d(0, 31.25rem, 0) scale(1.15);
          transform: translate3d(0, 31.25rem, 0) scale(1.15);
}
.openerEnd .p-top-mv-video__wrap {
  -webkit-transition: 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transform: translate3d(0, 0, 6.25rem) scale(1);
          transform: translate3d(0, 0, 6.25rem) scale(1);
  opacity: 1;
}

.p-top-mv-video__mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}
.p-top-mv-video__mask svg {
  width: 100%;
  height: 100%;
}
.p-top-mv-video__video {
  position: relative;
  -webkit-clip-path: url(#clip_mv);
          clip-path: url(#clip_mv);
  height: 9.4375rem;
}
@media screen and (min-width: 1024px) {
  .p-top-mv-video__video {
    height: 40.375rem;
  }
}
.p-top-mv-video__video img,
.p-top-mv-video__video video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -webkit-transform: scale(1.25) translateY(-10%);
          transform: scale(1.25) translateY(-10%);
}
.p-top-mv-video__video:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F88906;
  mix-blend-mode: multiply;
  z-index: 2;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-info {
  margin-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-top-info {
    margin-top: 6.25rem;
  }
}

.p-top-info__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4375rem;
  margin-bottom: 0rem;
}
.p-top-info__picture figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1024px) {
  .p-top-info__picture {
    margin-bottom: -3.75rem;
    gap: 1.25rem;
  }
}

.p-top-info__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 2.5rem;
  line-height: 82%;
  position: relative;
}
.p-top-info__date p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-info__date ._line {
  width: 2.5rem;
  height: 0.125rem;
  background-color: #fff;
}
.p-top-info__date sup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 0.5em;
  margin-left: 0.1em;
  font-size: 0.75rem;
  line-height: 0.85em;
}
@media screen and (min-width: 1024px) {
  .p-top-info__date {
    gap: 1.125rem;
    font-size: 11.875rem;
  }
  .p-top-info__date ._line {
    width: 5rem;
    height: 0.625rem;
  }
  .p-top-info__date sup {
    font-size: 3.375rem;
    line-height: 1em;
  }
}

.p-top-info__place {
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 0.625rem;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  .p-top-info__place {
    margin-top: 0.5rem;
    font-size: 2.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-about {
  margin-top: 4.375rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 1024px) {
  .p-top-about {
    margin-top: 11.875rem;
    padding-bottom: 9.375rem;
  }
}

.p-top-about__leadEn {
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 3.1875rem;
  line-height: 82%;
  /* or 42/16+rem */
  letter-spacing: -0.035em;
}
@media screen and (min-width: 1024px) {
  .p-top-about__leadEn {
    margin-right: -1.875rem;
    font-size: 12.75rem;
  }
}

.p-top-about__leadJa {
  margin-top: 0.75rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  .p-top-about__leadJa {
    margin-top: 2rem;
    font-size: 1.875rem;
  }
}

.p-top-about__wrap {
  position: relative;
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .p-top-about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-about__wrap {
    margin-top: 12.5rem;
    gap: 1.25rem;
  }
}

.p-top-about__bg {
  font-size: 0;
  position: absolute;
  top: 7.5rem;
  left: calc(50% - 6.5rem);
}
.p-top-about__bg svg {
  width: 13rem;
}
@media screen and (min-width: 1024px) {
  .p-top-about__bg {
    top: 18.75rem;
    left: calc(50% - 20.625rem);
  }
  .p-top-about__bg svg {
    width: 41.25rem;
  }
}

.p-top-about__head {
  width: 6.25rem;
}
@media screen and (min-width: 1024px) {
  .p-top-about__head {
    width: 23.75rem;
  }
}

.p-top-about__body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 1024px) {
  .p-top-about__body {
    font-size: 2.5rem;
    line-height: 5rem;
  }
}

.p-top-about__type {
  margin-top: 4.375rem;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 3.5625rem;
  line-height: 82%;
  letter-spacing: -0.035em;
}
.p-top-about__type span:nth-child(1) {
  margin-left: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .p-top-about__type {
    margin-inline: -0.3125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-about__type {
    margin-top: 12.5rem;
    font-size: 12.75rem;
  }
  .p-top-about__type span:nth-child(1) {
    margin-left: 24.375rem;
  }
}

.p-top-about__more {
  margin-top: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-top-about__more {
    margin-top: 4.375rem;
    text-align: center;
  }
}

.p-top-about__picture {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-about__picture a {
  display: block;
  position: relative;
}
.p-top-about__picture a .c-btn-more {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1023px) {
  .p-top-about__picture figure:nth-child(1) {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-about__picture {
    margin-top: 6.875rem;
    gap: 1.25rem;
  }
  .p-top-about__picture figure:nth-child(1) {
    width: 25rem;
  }
  .p-top-about__picture figure:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-teams {
  position: relative;
  overflow: hidden;
}
.p-top-teams__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  padding: 1.25rem 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-top-teams__wrap {
    padding: 9.375rem 0;
    gap: 1.25rem;
  }
}

.p-top-teams__head {
  width: 6.25rem;
}
@media screen and (min-width: 1024px) {
  .p-top-teams__head {
    width: 25rem;
  }
}

.p-top-teams__pic {
  width: 6.25rem;
  position: absolute;
  left: 0;
  top: 4.375rem;
}
@media screen and (min-width: 1024px) {
  .p-top-teams__pic {
    width: 25rem;
    top: 39.6875rem;
  }
}

.p-top-teams__bg {
  width: 11.5625rem;
  position: absolute;
  left: 6.875rem;
  top: 22.5rem;
  opacity: 0.2;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .p-top-teams__bg {
    width: 51.25rem;
    top: 66rem;
    left: 26.25rem;
  }
}

.p-top-teams__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-teams-picture {
  position: relative;
  overflow: hidden;
  padding: 7.5rem 0 6.25rem;
}
@media screen and (min-width: 1024px) {
  .p-top-teams-picture {
    padding: 16.875rem 0 15.5rem;
  }
}

.p-top-teams-picture__type {
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 3.125rem;
  line-height: 2.875rem;
  letter-spacing: -0.035em;
  white-space: nowrap;
}
.p-top-teams-picture__type div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-teams-picture__type p {
  padding-right: 1em;
}
.p-top-teams-picture__type div:nth-child(1) {
  position: relative;
  z-index: 1;
}
.p-top-teams-picture__type div:nth-child(1) p {
  -webkit-animation: textMarquee 20s linear infinite;
          animation: textMarquee 20s linear infinite;
}
.p-top-teams-picture__type div:nth-child(2) {
  position: relative;
  z-index: 3;
}
.p-top-teams-picture__type div:nth-child(2) p {
  -webkit-animation: textMarqueeRight 20s linear infinite;
          animation: textMarqueeRight 20s linear infinite;
}
@media screen and (min-width: 1024px) {
  .p-top-teams-picture__type {
    font-size: 11.75rem;
    line-height: 10.625rem;
  }
}

.p-top-teams-picture__picture {
  width: 9.75rem;
  position: absolute;
  z-index: 2;
  top: 3.125rem;
  left: calc(50% - 4.875rem);
}
@media screen and (min-width: 1024px) {
  .p-top-teams-picture__picture {
    width: 25rem;
    top: 11.25rem;
    left: calc(50% - 12.5rem);
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	cm-aside
----------------------------------------------------*/
.cm-aside-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12.5rem;
  height: 5.625rem;
  padding: 1rem 0.625rem;
  position: relative;
  background: #FFFFFF;
  color: #111D59;
}
@media screen and (min-width: 1024px) {
  .cm-aside-news__link {
    width: 26.25rem;
    height: 9.375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.1875rem 1.875rem;
  }
}

.cm-aside-news__head {
  width: 3.6875rem;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5625rem;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  .cm-aside-news__head {
    display: none;
  }
}
.cm-aside-news__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1024px) {
  .cm-aside-news__body {
    padding: 0 1.25rem;
    border-left: 1px solid #111D59;
  }
}

.cm-aside-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cm-aside-news__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1rem;
  padding: 0 0.3125rem;
  background: #F9911A;
  margin-right: 0.3125rem;
  font-weight: 700;
  font-size: 0.5rem;
}
.cm-aside-news__date {
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .cm-aside-news__date {
    font-size: 1rem;
  }
}

.cm-aside-news__title {
  margin-top: 0.1875rem;
  padding-right: 2rem;
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 1.1;
  color: #111111;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .cm-aside-news__title {
    margin-top: 0.3125rem;
    padding-right: 3rem;
    font-size: 0.9375rem;
    line-height: 1.3;
  }
}

.cm-aside-news__ico {
  position: absolute;
  right: 0.625rem;
  top: calc(50% - 0.78125rem);
}
.cm-aside-news__ico .c-btn-circle {
  width: 1.5625rem;
  height: 1.5625rem;
}
@media screen and (min-width: 1024px) {
  .cm-aside-news__ico {
    right: 1.875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	cm-entry
----------------------------------------------------*/
body figure {
  margin-bottom: 0;
}

.cm-entry {
  font-size: 0.875rem;
  line-height: 170%;
}
.cm-entry > * + * {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  word-break: break-all;
}
.cm-entry h1, .cm-entry h2 {
  margin-top: 2.5rem;
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 140%;
}
.cm-entry h1 + *, .cm-entry h2 + * {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .cm-entry h1, .cm-entry h2 {
    margin-top: 5.625rem;
    margin-bottom: 0.9375rem;
    font-size: 1.875rem;
  }
}
.cm-entry h3 {
  margin-top: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 140%;
}
.cm-entry h3 + * {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .cm-entry h3 {
    margin-top: 3.75rem;
    margin-bottom: 0.9375rem;
    font-size: 1.5rem;
  }
}
.cm-entry h4 {
  font-size: 1em;
  margin-bottom: 1.33em;
  font-weight: bold;
}
.cm-entry h5 {
  font-size: 0.83em;
  margin-bottom: 1.67em;
  font-weight: bold;
}
.cm-entry strong {
  font-weight: bold;
}
.cm-entry em {
  font-style: italic;
}
.cm-entry ul, .cm-entry ol {
  margin-left: 1.5em;
}
.cm-entry ol li {
  list-style: decimal;
}
.cm-entry ul {
  margin-left: 0;
}
.cm-entry ul li + li {
  margin-top: 0.5em;
}
.cm-entry ul li {
  position: relative;
}
.cm-entry ul li:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  position: relative;
  top: 0.2em;
  background: #F9911A;
  border-radius: 100%;
}
.cm-entry table {
  width: 100%;
}
.cm-entry table th {
  font-weight: bold;
}
.cm-entry table th,
.cm-entry table td {
  padding: 0.5em 0.5em;
  font-size: 0.875rem;
  border: 1px solid #AEAEAE;
}
.cm-entry th {
  color: #111111;
  background: #FFFFFF;
}
.cm-entry a {
  color: #F9911A;
  text-decoration: underline;
}
.cm-entry a:hover {
  text-decoration: none;
}
.cm-entry blockquote {
  padding: 1.25rem 2.5rem;
  position: relative;
  background: #D7D7D7;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.9;
  color: #191919;
}
.cm-entry blockquote:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/ico-blockquote.svg) center center/contain no-repeat;
  position: absolute;
  top: 0.875rem;
  left: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .cm-entry {
    font-size: 1.125rem;
  }
  .cm-entry > * + * {
    margin-top: 1.875rem;
  }
  .cm-entry ul {
    font-size: 1rem;
  }
  .cm-entry blockquote {
    padding: 2.25rem 3.75rem;
    font-size: 0.9375rem;
  }
  .cm-entry blockquote:before {
    width: 1.5rem;
    height: 1.5rem;
  }
  .cm-entry table th,
.cm-entry table td {
    padding: 0.5em 0.5em;
    font-size: 0.9375rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	cm-main
----------------------------------------------------*/
.cm-main-header {
  padding-top: 9.0625rem;
}
@media screen and (min-width: 1024px) {
  .cm-main-header {
    padding-top: 20rem;
  }
}

.cm-main-header__title {
  margin-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-main-header__title {
    margin-top: 2.5rem;
  }
}

.cm-main-header--pt0 {
  padding-top: 0;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-main-ambitions {
  position: relative;
  overflow: hidden;
  padding: 0 0 5.9375rem;
}
@media screen and (min-width: 1024px) {
  .cm-main-ambitions {
    padding: 0 0 9.375rem;
  }
}

.cm-main-ambitions__pic {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.625rem;
}
.cm-main-ambitions__pic figure:nth-child(1) {
  width: 11.5625rem;
}
.cm-main-ambitions__pic figure:nth-child(2) {
  width: 6.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-main-ambitions__pic {
    margin-top: 6.25rem;
    gap: 1.375rem;
  }
  .cm-main-ambitions__pic figure:nth-child(1) {
    width: 51.25rem;
  }
  .cm-main-ambitions__pic figure:nth-child(2) {
    width: 24.875rem;
  }
}

.cm-main-ambitions__title {
  margin-top: 1.3125rem;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 2.5625rem;
  line-height: 2.6875rem;
  letter-spacing: -0.035em;
}
@media screen and (min-width: 1024px) {
  .cm-main-ambitions__title {
    margin-top: 3.75rem;
    font-size: 9.625rem;
    line-height: 8.75rem;
  }
}

.cm-main-ambitions__gallery {
  margin-top: 2.5rem;
}
.cm-main-ambitions__gallery .swiper {
  overflow: initial;
}
.cm-main-ambitions__gallery .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.cm-main-ambitions__gallery figure {
  width: 6.25rem;
  padding: 0 0.625rem;
  background-color: #111D59;
}
.cm-main-ambitions__gallery img {
  mix-blend-mode: lighten;
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .cm-main-ambitions__gallery {
    margin-top: 6.25rem;
  }
  .cm-main-ambitions__gallery figure {
    width: 10rem;
    padding: 0 0.625rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-main-external {
  padding: 0 0 5rem;
}
@media screen and (min-width: 1024px) {
  .cm-main-external {
    padding: 0 0 12.5rem;
  }
}

.cm-main-external__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cm-main-external__snsHead {
  padding-top: 1.375rem;
  width: 6.875rem;
}
@media screen and (min-width: 1024px) {
  .cm-main-external__snsHead {
    width: 26.25rem;
    padding-left: 2.0625rem;
    padding-top: 5.25rem;
  }
}

.cm-main-external__snsBody {
  padding-top: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cm-main-external__snsBody a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid #AEAEAE;
}
.cm-main-external__snsBody a span {
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: -0.035em;
}
.cm-main-external__snsBody a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #F9911A;
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.cm-main-external__snsBody .c-btn-circle {
  margin-left: auto;
}
@media (hover: hover) {
  .cm-main-external__snsBody a:hover {
    color: #F9911A;
  }
  .cm-main-external__snsBody a:hover:after {
    width: 100%;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .cm-main-external__snsBody {
    padding-top: 3.6875rem;
  }
  .cm-main-external__snsBody a {
    width: 25rem;
    padding: 1.5625rem 0;
  }
  .cm-main-external__snsBody a span {
    font-size: 4.375rem;
  }
  .cm-main-external__snsBody .c-btn-circle {
    width: 3.75rem;
    height: 3.75rem;
  }
  .cm-main-external__snsBody .c-btn-circle svg {
    stroke-width: 0.03125rem;
  }
}

.cm-main-external__partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .cm-main-external__partner {
    margin-top: 4.375rem;
  }
}

.cm-main-external__partnerHead {
  width: 6.875rem;
}
@media screen and (min-width: 1024px) {
  .cm-main-external__partnerHead {
    width: 26.25rem;
    padding-left: 2.0625rem;
  }
}

.cm-main-external__partnerBody {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cm-main-external__partnerBody dl:not(:first-child) {
  margin-top: 1.4375rem;
}
.cm-main-external__partnerBody dl dt {
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 0.75rem;
  line-height: 100%;
  letter-spacing: -0.035em;
}
.cm-main-external__partnerBody dl dd {
  margin-top: 0.3125rem;
}
.cm-main-external__partnerBody dl ul {
  display: -ms-grid;
  display: grid;
}
.cm-main-external__partnerBody dl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.cm-main-external__partnerBody dl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.cm-main-external__partnerBody dl a img {
  -webkit-transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.cm-main-external__partnerBody dl a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.cm-main-external__partnerBody dl a:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.cm-main-external__partnerBody dl a:hover:before {
  -webkit-box-shadow: inset 0 0 0 0.25rem #111D59;
          box-shadow: inset 0 0 0 0.25rem #111D59;
}
@media screen and (min-width: 1024px) {
  .cm-main-external__partnerBody dl:not(:first-child) {
    margin-top: 2.5rem;
  }
  .cm-main-external__partnerBody dl dt {
    font-size: 2.5rem;
  }
  .cm-main-external__partnerBody dl dd {
    margin-top: 1.3125rem;
  }
}

.cm-main-external__partnerList1 ul {
  -ms-grid-columns: 1.75rem 0.25rem 5.25rem 0.25rem 3.625rem;
  grid-template-columns: 1.75rem 5.25rem 3.625rem;
  gap: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-main-external__partnerList1 ul {
    -ms-grid-columns: 8rem 1.25rem 24.0625rem 1.25rem 16.75rem;
    grid-template-columns: 8rem 24.0625rem 16.75rem;
    gap: 1.25rem;
  }
  .cm-main-external__partnerList1 a {
    padding: 1.5625rem 0;
  }
  .cm-main-external__partnerList1 img {
    height: 7.1875rem;
  }
}

@media screen and (min-width: 1024px) {
  .cm-main-external__partnerList2 a {
    padding: 2.625rem 0;
  }
  .cm-main-external__partnerList2 img {
    width: 32.75rem;
  }
}

.cm-main-external__partnerList3 ul {
  -ms-grid-columns: 1fr 0.25rem 1fr 0.25rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-main-external__partnerList3 ul {
    gap: 1rem;
  }
  .cm-main-external__partnerList3 a {
    padding: 1.5625rem 0;
  }
  .cm-main-external__partnerList3 img {
    width: 11.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	cm-modal
----------------------------------------------------*/
.cm-modal {
  display: none;
}

.cm-modal.is-open {
  display: block;
}

.cm-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 9, 0, 0.8);
  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;
  z-index: 600;
}

.cm-modal__wrap {
  width: 100%;
  max-height: 100vh;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  overflow-y: auto;
}

.cm-modal__container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
}
@media screen and (max-width: 640px) {
  .cm-modal__container {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
  .cm-modal__container {
    padding-left: 9.375vw;
    padding-right: 9.375vw;
  }
}
@media screen and (min-width: 1024px) {
  .cm-modal__container {
    padding-left: 2.7777777778vw;
    padding-right: 11.1111111111vw;
  }
}
@media screen and (min-width: 1921px) {
  .cm-modal__container {
    padding-left: 53.3333333333px;
    padding-right: 213.3333333333px;
  }
}

.cm-modal__close {
  position: absolute;
  right: 0.5625rem;
  top: 0.5rem;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5rem;
  height: 2.5rem;
}
.cm-modal__close span {
  display: block;
  position: absolute;
  left: 0.46875rem;
  -webkit-transition: top 0.35s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0s cubic-bezier(0.16, 1, 0.3, 1);
  transition: top 0.35s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0s cubic-bezier(0.16, 1, 0.3, 1);
  transition: top 0.35s cubic-bezier(0.16, 1, 0.3, 1), transform 0s cubic-bezier(0.16, 1, 0.3, 1);
  transition: top 0.35s cubic-bezier(0.16, 1, 0.3, 1), transform 0s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0s cubic-bezier(0.16, 1, 0.3, 1);
  width: 1.5625rem;
  height: 0.125rem;
  background: #fff;
  border-radius: 0.25rem;
}
.cm-modal__close span:nth-child(1) {
  top: 50%;
  -webkit-transform: scale(-1, -1) rotate(-45deg);
          transform: scale(-1, -1) rotate(-45deg);
}
.cm-modal__close span:nth-child(2) {
  width: 0;
  left: 50%;
}
.cm-modal__close span:nth-child(3) {
  top: 50%;
  -webkit-transform: scale(-1, -1) rotate(45deg);
          transform: scale(-1, -1) rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .cm-modal__close {
    right: 1.1875rem;
  }
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    opacity: 1;
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    opacity: 1;
  }
}
.cm-modal[aria-hidden=false] .cm-modal__overlay {
  opacity: 0;
  -webkit-animation: mmfadeIn 0.3s 0.2s cubic-bezier(0, 0, 0.2, 1) forwards;
          animation: mmfadeIn 0.3s 0.2s cubic-bezier(0, 0, 0.2, 1) forwards;
}

.cm-modal[aria-hidden=false] .cm-modal__container {
  opacity: 0;
  -webkit-animation: mmslideIn 0.3s 0.2s cubic-bezier(0, 0, 0.2, 1) forwards;
          animation: mmslideIn 0.3s 0.2s cubic-bezier(0, 0, 0.2, 1) forwards;
}

.cm-modal[aria-hidden=true] .cm-modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
}

.cm-modal[aria-hidden=true] .cm-modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
}

.cm-modal .cm-modal__container,
.cm-modal .cm-modal__overlay {
  will-change: transform;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-modal__container ._salon_title {
  margin-top: -2.5rem;
  position: relative;
  top: -1.5rem;
  z-index: 10;
}
.cm-modal__container ._salon_title svg {
  width: 100%;
  height: 0.5875rem;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-modal-btn-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}
.cm-modal-btn-close i {
  font-size: 0;
  width: 0.875rem;
  margin-left: 0.625rem;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	cm-opener
----------------------------------------------------*/
.cm-opener {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 600;
  pointer-events: none;
}
.cm-opener__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #111D59;
}

.cm-opener__wrap {
  position: relative;
  height: 100vh;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 18.75rem;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .cm-opener__wrap {
    width: 75rem;
  }
}

.cm-opener__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.03em;
  width: 100%;
}
.cm-opener__txt dt {
  color: #F9911A;
}
.cm-opener__txt dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin-left: 0rem;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.cm-opener__txt dd span {
  position: absolute;
  top: 0;
  visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .cm-opener__txt {
    font-size: 12.5rem;
  }
  .cm-opener__txt dd {
    margin-left: 0.375rem;
  }
}

.cm-opener__indicator {
  margin-top: 0.75rem;
  position: relative;
  width: 100%;
}
.cm-opener__indicator div {
  position: absolute;
  width: 100%;
  height: 0.1875rem;
  right: 0;
  background: #FFFFFF;
}
.cm-opener__indicator span {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.1875rem;
  width: 0%;
  background-color: #F9911A;
}
@media screen and (min-width: 1024px) {
  .cm-opener__indicator {
    margin-top: 1.375rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	cm-paginate
----------------------------------------------------*/
.cm-paginate__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;
}
.cm-paginate__ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cm-paginate__ctrl a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.cm-paginate__ctrl:first-child {
  margin-right: 1.25rem;
}
.cm-paginate__ctrl:last-child {
  margin-left: 1.25rem;
}
.cm-paginate__ctrl.is-disabled, .is-disabled .cm-paginate__ctrl {
  opacity: 0.5;
  pointer-events: none;
}
.cm-paginate__page {
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: -0.01em;
}
.cm-paginate__page a, .cm-paginate__page span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 100%;
}
.cm-paginate__page a:hover {
  background: #F9911A;
}
.cm-paginate__page.is-current a, .cm-paginate__page.is-current span {
  background: #F9911A;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-paginate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2.1875rem;
}
@media screen and (min-width: 1024px) {
  .cm-paginate-list {
    gap: 0 1.25rem;
  }
}

.cm-paginate-list__ctrl.is-disabled, .is-disabled .cm-paginate-list__ctrl {
  opacity: 0.5;
  pointer-events: none;
}
.cm-paginate-list__index {
  font-weight: 700;
  font-size: 0.875rem;
}
.cm-paginate-list__index a {
  color: #F9911A;
  text-decoration: underline;
  text-underline-offset: 0.375rem;
  -webkit-transition: none !important;
  transition: none !important;
}
.cm-paginate-list__index a:hover {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .cm-paginate-list__index {
    margin-top: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .cm-paginate-list__index {
    font-size: 1.5rem;
  }
  .cm-paginate-list__index a {
    text-underline-offset: 0.625rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-paginate-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2.1875rem;
}
@media screen and (min-width: 1024px) {
  .cm-paginate-more {
    gap: 0 1.25rem;
  }
}

.cm-paginate-more__ctrl {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.cm-paginate-more__index {
  font-weight: 700;
  font-size: 0.875rem;
}
.cm-paginate-more__index span {
  color: #F9911A;
  text-decoration: underline;
  text-underline-offset: 0.375rem;
  -webkit-transition: none !important;
  transition: none !important;
}
.cm-paginate-more__index span:hover {
  color: #fff;
}
a:hover .cm-paginate-more__index span {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .cm-paginate-more__index {
    margin-top: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .cm-paginate-more__index {
    font-size: 1.5rem;
  }
  .cm-paginate-more__index span {
    text-underline-offset: 0.625rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-btn
----------------------------------------------------*/
.c-btn-circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 2.25rem;
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  .c-btn-circle {
    width: 2.25rem;
  }
}

.c-btn-circle__circle {
  width: 100%;
  height: auto;
  fill: #F9911A;
  stroke: #111D59;
}
@media (hover: hover) {
  button:hover .c-btn-circle__circle, a:hover .c-btn-circle__circle {
    fill: #111D59;
    stroke: #fff;
  }
}

.c-btn-circle__arrow {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  fill: #111D59;
}
@media (hover: hover) {
  button:hover .c-btn-circle__arrow, a:hover .c-btn-circle__arrow {
    fill: #fff;
  }
}

.c-btn-circle--s {
  width: 1.375rem;
}
@media screen and (min-width: 1024px) {
  .c-btn-circle--s {
    width: 2.25rem;
  }
}

.c-btn-circle--inverse .c-btn-circle__circle {
  fill: transparent;
  stroke: #fff;
}
@media (hover: hover) {
  a:hover .c-btn-circle--inverse .c-btn-circle__circle {
    fill: #F9911A;
    stroke: #111D59;
  }
}
.c-btn-circle--inverse .c-btn-circle__arrow {
  fill: #fff;
}
@media (hover: hover) {
  a:hover .c-btn-circle--inverse .c-btn-circle__arrow {
    fill: #111D59;
  }
}

.c-btn-circle--wh .c-btn-circle__circle {
  fill: #fff;
  stroke: #111D59;
}
@media (hover: hover) {
  button:hover .c-btn-circle--wh .c-btn-circle__circle, a:hover .c-btn-circle--wh .c-btn-circle__circle {
    fill: #F9911A;
    stroke: #111D59;
  }
}
.c-btn-circle--wh .c-btn-circle__arrow {
  stroke: #111D59;
}
@media (hover: hover) {
  button:hover .c-btn-circle--wh .c-btn-circle__arrow, a:hover .c-btn-circle--wh .c-btn-circle__arrow {
    fill: #111D59;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.875rem;
  padding: 0.375rem 0.625rem;
  gap: 0.3125rem;
  background: #F9911A;
  /* ORANGE */
  border: 1px solid #F9911A;
  border-radius: 3.125rem;
}
@media (hover: hover) {
  .c-btn-more:hover, a:hover .c-btn-more {
    background: #111D59;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn-more {
    height: 3.125rem;
    padding: 0.625rem 1.25rem;
    gap: 0.625rem;
  }
}

.c-btn-more__txt {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 100%;
  text-align: center;
  color: #111D59;
  position: relative;
  overflow: hidden;
}
.c-btn-more__txt span {
  display: inline-block;
  -webkit-transform-origin: 50% 50% 0.5em;
          transform-origin: 50% 50% 0.5em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotate3d(1, 0, 0, 0);
          transform: rotate3d(1, 0, 0, 0);
  -webkit-transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.c-btn-more__txt:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: 50% 50% 0.5em;
          transform-origin: 50% 50% 0.5em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotate3d(1, 0, 0, 90deg);
          transform: rotate3d(1, 0, 0, 90deg);
  -webkit-transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
}
@media (hover: hover) {
  a:hover .c-btn-more__txt {
    color: #F9911A;
  }
  a:hover .c-btn-more__txt span {
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
            transform: rotate3d(1, 0, 0, -90deg);
    opacity: 0;
  }
  a:hover .c-btn-more__txt:after {
    opacity: 1;
    -webkit-transform: rotate3d(1, 0, 0, 0);
            transform: rotate3d(1, 0, 0, 0);
  }
}
@media screen and (min-width: 1024px) {
  .c-btn-more__txt {
    font-size: 1.25rem;
  }
}

.c-btn-more__en {
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  line-height: 100%;
  text-align: center;
  color: #111D59;
  position: relative;
  overflow: hidden;
}
.c-btn-more__en span {
  display: inline-block;
  -webkit-transform-origin: 50% 50% 0.5em;
          transform-origin: 50% 50% 0.5em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotate3d(1, 0, 0, 0);
          transform: rotate3d(1, 0, 0, 0);
  -webkit-transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.c-btn-more__en:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: 50% 50% 0.5em;
          transform-origin: 50% 50% 0.5em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotate3d(1, 0, 0, 90deg);
          transform: rotate3d(1, 0, 0, 90deg);
  -webkit-transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
}
@media (hover: hover) {
  a:hover .c-btn-more__en {
    color: #F9911A;
  }
  a:hover .c-btn-more__en span {
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
            transform: rotate3d(1, 0, 0, -90deg);
    opacity: 0;
  }
  a:hover .c-btn-more__en:after {
    opacity: 1;
    -webkit-transform: rotate3d(1, 0, 0, 0);
            transform: rotate3d(1, 0, 0, 0);
  }
}
@media screen and (min-width: 1024px) {
  .c-btn-more__en {
    font-size: 2.125rem;
  }
}

.c-btn-more__arrow {
  position: relative;
  width: 1.375rem;
  font-size: 0;
}
.c-btn-more__arrow svg {
  width: 100%;
  height: auto;
}
.c-btn-more__arrow svg:nth-child(1) {
  fill: #F9911A;
  stroke: #111D59;
}
.c-btn-more__arrow svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  fill: #111D59;
}
@media (hover: hover) {
  a:hover .c-btn-more__arrow svg:nth-child(1) {
    fill: transparent;
    stroke: #F9911A;
  }
  a:hover .c-btn-more__arrow svg:nth-child(2) {
    fill: #F9911A;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn-more__arrow {
    width: 2.25rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-plus {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.1875rem;
  height: 2.1875rem;
  background: #F9911A;
  border-radius: 100%;
  border: 1px solid #F9911A;
}
.c-btn-plus:before, .c-btn-plus:after {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.125rem;
  background-color: #111D59;
  position: absolute;
}
.c-btn-plus:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-btn-plus.is-open:after, .is-open .c-btn-plus:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
@media (hover: hover) {
  .c-btn-plus:hover, button:hover .c-btn-plus {
    background-color: #111D59;
  }
  .c-btn-plus:hover:before, .c-btn-plus:hover:after, button:hover .c-btn-plus:before, button:hover .c-btn-plus:after {
    background-color: #F9911A;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-pdf {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7.5rem;
  height: 1.9375rem;
  border: 1px solid #F9911A;
  background: #F9911A;
  border-radius: 3.125rem;
}
@media (hover: hover) {
  .c-btn-pdf:hover, a:hover .c-btn-pdf {
    background: #111D59;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn-pdf {
    width: 13.125rem;
    height: 3.4375rem;
  }
}

.c-btn-pdf__txt {
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  color: #001169;
}
@media (hover: hover) {
  a:hover .c-btn-pdf__txt {
    color: #F9911A;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn-pdf__txt {
    font-size: 2.125rem;
  }
}

.c-btn-pdf__ico {
  margin-left: 0.3125rem;
  font-size: 0;
  border: 1px solid transparent;
}
.c-btn-pdf__ico svg {
  width: 2rem;
  height: auto;
}
@media (hover: hover) {
  a:hover .c-btn-pdf__ico {
    border: 1px solid #F9911A;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn-pdf__ico {
    margin-left: 0.625rem;
  }
  .c-btn-pdf__ico svg {
    width: 3.3125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	.c-card
----------------------------------------------------*/
.c-card-team {
  position: relative;
}
.c-card-team__link {
  display: block;
  padding: 0.625rem 0;
}
@media screen and (min-width: 1024px) {
  .c-card-team__link {
    padding: 1.25rem 0;
  }
}

.c-card-team__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-card-team__name ._en {
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
}
.c-card-team__name ._ja {
  margin-top: 0.375rem;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  line-height: 100%;
  color: #AEAEAE;
}
@media screen and (min-width: 1024px) {
  .c-card-team__name ._en {
    font-size: 3.75rem;
    line-height: 4.375rem;
  }
  .c-card-team__name ._ja {
    margin-top: 0.625rem;
    font-size: 2.375rem;
    line-height: 170%;
  }
}

@media screen and (max-width: 1023px) {
  .c-card-team__ico {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .c-card-team__ico {
    position: absolute;
    right: 0;
    top: calc(50% - 1rem);
  }
}

.c-card-team__marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 14.375rem;
  background: #F9911A;
  position: absolute;
  z-index: 2;
  top: calc(50% - 7.1875rem);
  left: -50vw;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 11.875rem;
  line-height: 100%;
  letter-spacing: -0.03em;
  white-space: nowrap;
  color: #111D59;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotate3d(1, 0, 0, 90deg) translate3d(0, 100%, 0);
          transform: rotate3d(1, 0, 0, 90deg) translate3d(0, 100%, 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.c-card-team__marquee p {
  margin-right: 0.5em;
}
@media (hover: hover) {
  a:hover .c-card-team__marquee {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
    transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
    -webkit-transform: rotate3d(1, 0, 0, 0) translate3d(0, 0, 0);
            transform: rotate3d(1, 0, 0, 0) translate3d(0, 0, 0);
  }
  .c-card-team__marquee p {
    -webkit-animation: textMarquee 20s linear infinite;
            animation: textMarquee 20s linear infinite;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-news__link {
  display: -ms-grid;
  display: grid;
  padding: 0.375rem 0;
}
@media screen and (max-width: 1023px) {
  .c-card-news__link {
    -ms-grid-rows: auto 0 auto;
        grid-template-areas: "meta meta" "title ico";
    -ms-grid-columns: 1fr 0.5rem 2.25rem;
    grid-template-columns: 1fr 2.25rem;
    grid-gap: 0 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-card-news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.25rem 0;
  }
}

.c-card-news__meta {
  grid-area: meta;
  margin-bottom: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .c-card-news__meta {
    width: 14.375rem;
  }
}

.c-card-news__category {
  color: #111D59;
}
.c-card-news__category span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.3125rem;
  font-weight: 700;
  font-size: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .c-card-news__category {
    width: 6.875rem;
  }
  .c-card-news__category span {
    height: 2rem;
    font-size: 0.75rem;
  }
}

.c-card-news__date {
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 100%;
  color: #AEAEAE;
}
@media screen and (min-width: 1024px) {
  .c-card-news__date {
    font-size: 1.25rem;
  }
}

.c-card-news__title {
  grid-area: title;
  font-size: 0.875rem;
  line-height: 130%;
}
a:hover .c-card-news__title {
  color: #F9911A;
}
@media screen and (min-width: 1024px) {
  .c-card-news__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 150%;
  }
}

.c-card-news__ico {
  grid-area: ico;
}

@media screen and (max-width: 1023px){
  .c-card-news__meta {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .c-card-news__title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .c-card-news__ico {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 1024px) {
  .c-card-news__ico {
    width: 2.25rem;
    margin-left: 1.25rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-tips {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 26px 26px;
  color: #111D59;
  background: #F9911A;
  min-height: 287px;
}
@media screen and (min-width: 1024px) {
  .c-card-tips {
    padding: 40px 40px 50px;
  }
}

.c-card-tips__no {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  height: 20px;
  border: 1px solid #111D59;
  border-radius: 26px;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  .c-card-tips__no {
    padding: 0 15px;
    height: 30px;
    font-size: 20px;
  }
}

.c-card-tips__title {
  margin-top: 36px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
}
@media screen and (min-width: 1024px) {
  .c-card-tips__title {
    margin-top: 60px;
    margin-bottom: 38px;
    font-size: 28px;
    line-height: 140%;
  }
}

.c-card-tips__sns {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.c-card-tips__sns svg {
  width: 28px;
  height: auto;
  fill: #111D59;
}
@media screen and (min-width: 1024px) {
  .c-card-tips__sns {
    gap: 40px;
  }
  .c-card-tips__sns svg {
    width: 40px;
  }
}

.c-card-tips__link {
  margin-top: auto;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-heading
----------------------------------------------------*/
.c-heading-section__en {
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: -0.035em;
}
@media screen and (min-width: 1024px) {
  .c-heading-section__en {
    font-size: 10rem;
    line-height: 7.125rem;
  }
}

.c-heading-section__ja {
  margin-top: 0.625rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #F9911A;
}
@media screen and (min-width: 1024px) {
  .c-heading-section__ja {
    margin-top: 1.125rem;
    font-size: 1rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-en {
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 100%;
  letter-spacing: -0.035em;
  color: #F9911A;
}
@media screen and (min-width: 1024px) {
  .c-heading-en {
    font-size: 2rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-ja {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #F9911A;
}
@media screen and (min-width: 1024px) {
  .c-heading-ja {
    font-size: 2.625rem;
    line-height: 1.1904761905;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-line-section
----------------------------------------------------*/
.c-line-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.c-line-section:before, .c-line-section:after {
  content: "";
  display: block;
  height: 1px;
  background: #AEAEAE;
}
.c-line-section:before {
  width: 6.25rem;
}
.c-line-section:after {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1024px) {
  .c-line-section {
    gap: 1.25rem;
  }
  .c-line-section:before {
    width: 25rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	.c-link
----------------------------------------------------*/
.c-link-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-link-arrow__txt {
  position: relative;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 200%;
  color: #F9911A;
}
.c-link-arrow__txt:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #F9911A;
  position: absolute;
  left: 0;
  bottom: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .c-link-arrow__txt {
    font-size: 1.5rem;
  }
}

.c-link-arrow__ico {
  position: relative;
  width: 1.375rem;
  margin-left: 0.3125rem;
  font-size: 0;
}
.c-link-arrow__ico svg {
  width: 100%;
  height: auto;
}
.c-link-arrow__ico svg:nth-child(1) {
  fill: #F9911A;
  stroke: #111D59;
}
.c-link-arrow__ico svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  fill: #111D59;
}
@media screen and (min-width: 1024px) {
  .c-link-arrow__ico {
    margin-left: 0.625rem;
    width: 2.25rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-link-angle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-link-angle__ico {
  margin-right: 0.3125rem;
  font-size: 0;
}
.c-link-angle__ico svg {
  width: 0.375rem;
  height: auto;
  fill: #F9911A;
}
@media screen and (min-width: 1024px) {
  .c-link-angle__ico {
    margin-right: 0.75rem;
  }
}

.c-link-angle__txt {
  font-size: 0.875rem;
  line-height: 1.625rem;
}
.c-link-angle__external svg {
  margin-left: 0.1875rem;
  width: 0.75rem;
  stroke: #fff;
  fill: #111D59;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-link-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-link-nav__en {
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 3.125rem;
  line-height: 1.12;
  color: #F9911A;
}
@media screen and (min-width: 1024px) {
  .c-link-nav__en {
    font-size: 4rem;
    line-height: 1.125;
  }
}

.c-link-nav__ja {
  font-size: 0.75rem;
}
@media screen and (max-width: 1023px) {
  .c-link-nav__ja {
    color: #AEAEAE;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-link-external {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-link-external__txt {
  text-decoration-line: underline;
}
@media (hover: hover) {
  a:hover .c-link-external__txt {
    text-decoration: none;
  }
}

.c-link-external__ico {
  font-size: 0;
  margin-left: 0.125rem;
}
.c-link-external__ico svg {
  width: 0.75rem;
  height: auto;
  stroke: #fff;
}
.c-link-external--ticket .c-link-external__txt {
  font-size: 0.75rem;
  color: #F9911A;
  line-height: 165%;
}
@media screen and (min-width: 1024px) {
  .c-link-external--ticket .c-link-external__txt {
    font-size: 0.875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-link-circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.c-link-circle__txt {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 165%;
  text-decoration-line: underline;
  text-underline-offset: 0.375rem;
  text-decoration-thickness: 1px;
}
@media (hover: hover) {
  a:hover .c-link-circle__txt {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px) {
  .c-link-circle__txt {
    font-size: 1.5rem;
  }
}

.c-link-circle__ico {
  position: relative;
  width: 1.375rem;
  margin-left: 0.3125rem;
  font-size: 0;
}
.c-link-circle__ico svg {
  width: 100%;
  height: auto;
}
.c-link-circle__ico svg:nth-child(1) {
  fill: #F9911A;
  stroke: #111D59;
}
.c-link-circle__ico svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  fill: #111D59;
}
@media (hover: hover) {
  a:hover .c-link-circle__ico svg:nth-child(1) {
    fill: #111D59;
    stroke: #fff;
  }
  a:hover .c-link-circle__ico svg:nth-child(2) {
    fill: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .c-link-circle__ico {
    margin-left: 0.625rem;
    width: 2.25rem;
  }
}

.c-link-circle--inverse .c-link-circle__txt {
  color: #111D59;
}
.c-link-circle--inverse svg:nth-child(1) {
  fill: #111D59;
  stroke: #111D59;
}
.c-link-circle--inverse svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  fill: #F9911A;
}
@media (hover: hover) {
  .c-link-circle--inverse:hover .c-link-circle__ico svg:nth-child(1) {
    fill: #F9911A;
    stroke: #111D59;
  }
  .c-link-circle--inverse:hover .c-link-circle__ico svg:nth-child(2) {
    fill: #111D59;
    stroke: #111D59;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-list
----------------------------------------------------*/
.c-list-ol {
  font-size: 0.875rem;
  line-height: 2;
}
.c-list-ol li {
  padding-left: 1.5em;
  counter-increment: item;
}
.c-list-ol li:before {
  display: inline-block;
  text-indent: -1.5em;
  content: counter(item, decimal-leading-zero) ".";
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2;
  color: #AEAEAE;
}
@media screen and (min-width: 1024px) {
  .c-list-ol {
    font-size: 0.875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-paragraph
----------------------------------------------------*/
.c-paragraph {
  font-size: 0.875rem;
  line-height: 1.7;
}
.c-paragraph + .c-paragraph {
  margin-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .c-paragraph {
    font-size: 1rem;
  }
  .c-paragraph + .c-paragraph {
    margin-top: 3.125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-table
----------------------------------------------------*/
table.c-table {
  width: 100%;
}
table.c-table th, table.c-table td {
  vertical-align: middle;
  border: 1px solid #fff;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-table--rangingPC th {
  height: 78px;
  background-color: #fff;
  color: #111D59;
  border: none;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
}
.c-table--rangingPC th:not(:last-child):not(._score) {
  border-right: 1px solid #111D59;
}
.c-table--rangingPC th:nth-child(1), .c-table--rangingPC th:nth-child(2), .c-table--rangingPC th:nth-child(3) {
  color: #F9911A;
}
.c-table--rangingPC td {
  padding: 15px 17px;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 140%;
}
.c-table--rangingPC td ._cny {
  display: block;
  margin-top: 3px;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.125;
  color: #AEAEAE;
}

.c-table--rangingSP th {
  width: 75px;
  height: 63px;
  background-color: #fff;
  color: #111D59;
  border: none;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}
.c-table--rangingSP th:not(:last-child):not(._score) {
  border-bottom: 1px solid #111D59;
}
.c-table--rangingSP tr:nth-child(1) th,
.c-table--rangingSP tr:nth-child(2) th,
.c-table--rangingSP tr:nth-child(3) th {
  color: #F9911A;
}
.c-table--rangingSP td {
  padding: 5px 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-table--resultPC thead.c-table__head {
  font-weight: 700;
  font-size: 24px;
  color: #111D59;
}
.c-table--resultPC thead.c-table__head th {
  height: 78px;
  background-color: #fff;
  border: none;
}
.c-table--resultPC thead.c-table__head th:not(:last-child):not(._score) {
  border-right: 1px solid #111D59;
}
.c-table--resultPC thead.c-table__head ._time {
  width: 150px;
}
.c-table--resultPC thead.c-table__head ._score {
  width: 116px;
  border-top: 1px solid #111D59;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
}
.c-table--resultPC tbody.c-table__body td {
  height: 80px;
}
.c-table--resultPC tbody.c-table__body ._time {
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
}
.c-table--resultPC tbody.c-table__body ._name {
  padding: 0 26px;
  font-weight: 700;
  font-size: 24px;
}
.c-table--resultPC tbody.c-table__body ._score {
  width: 116px;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  border-right: none;
  border-left: none;
}
.c-table--resultPC tbody.c-table__body ._score:last-child {
  border-right: 1px solid #fff;
}

.c-table--resultSP thead.c-table__head ._time {
  width: 75px;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.c-table--resultSP thead.c-table__head ._name {
  width: 110px;
  padding: 16px 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-align: left;
}
.c-table--resultSP tbody.c-table__body {
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}
.c-table--resultSP tbody.c-table__body th, .c-table--resultSP tbody.c-table__body td {
  height: 63px;
}
.c-table--resultSP tbody.c-table__body th {
  border: none;
  border-top: 1px solid #111D59;
  background-color: #fff;
  color: #111D59;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-table--players thead.c-table__head th {
  height: 2.1875rem;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  color: #111D59;
  background-color: #fff;
}
.c-table--players thead.c-table__head th:not(:last-child) {
  border-right: 1px solid #111D59;
}
@media screen and (min-width: 1024px) {
  .c-table--players thead.c-table__head th {
    height: 5rem;
    font-size: 1.5rem;
  }
}
.c-table--players tbody.c-table__body td {
  height: 2.9375rem;
}
.c-table--players tbody.c-table__body td:nth-child(1) {
  white-space: nowrap;
}
.c-table--players tbody.c-table__body ._en {
  padding: 0 0.375rem;
  text-align: center;
  font-family: "abolition", "heisei-kaku-gothic-std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
}
.c-table--players tbody.c-table__body ._ja {
  padding: 0 0.5rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  .c-table--players tbody.c-table__body td {
    height: 5rem;
  }
  .c-table--players tbody.c-table__body td:nth-child(1) {
    width: 4.75rem;
  }
  .c-table--players tbody.c-table__body ._en {
    padding: 0 1.875rem;
    font-size: 1.25rem;
  }
  .c-table--players tbody.c-table__body ._ja {
    padding: 0 1.875rem;
    font-size: 1rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

/* Common Styles */
/* Bullets */
/* Progress */
/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
.bold,
.strong {
  font-weight: bold;
}

.u-hide {
  display: none;
}

.u-breakLine {
  display: inline-block;
}

.u-only-sp {
  display: block !important;
}
@media screen and (min-width: 641px) {
  .u-only-sp {
    display: none !important;
  }
}

.u-only-pc {
  display: none !important;
}
@media screen and (min-width: 641px) {
  .u-only-pc {
    display: block !important;
  }
}

[data-delay="0.1"] {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-delay="0.2"] {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-delay="0.3"] {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-delay="0.4"] {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-delay="0.5"] {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-delay="0.6"] {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-delay="0.7"] {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-delay="0.8"] {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-delay="0.9"] {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-delay="1"] {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-delay="1.1"] {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-delay="1.2"] {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-delay="1.3"] {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-delay="1.4"] {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-delay="1.5"] {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-delay="1.6"] {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-delay="1.7"] {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-delay="1.8"] {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-delay="1.9"] {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-delay="2"] {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-delay="2.1"] {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-delay="2.2"] {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-delay="2.3"] {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-delay="2.4"] {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-delay="2.5"] {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-delay="2.6"] {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-delay="2.7"] {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-delay="2.8"] {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-delay="2.9"] {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-delay="3"] {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.u-mask {
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.u-mask img {
  -webkit-transform: translate3d(0, 2.5rem, 0) scale(1.1);
          transform: translate3d(0, 2.5rem, 0) scale(1.1);
}
.is-visible .u-mask, .u-mask.is-visible {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition: 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.is-visible .u-mask img, .u-mask.is-visible img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.js-type span {
  display: inline-block;
}

.c-orange {
  color: #F9911A;
}