@charset "UTF-8";
/* ==============================================================
*  ベース
* ============================================================ */
.addReset * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.addReset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Verdana, Roboto, "Droid Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  color: #0e1b3c;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  background-color: rgb(14, 27, 60);
  /* HTML5 display-role reset for older browsers */
}
.addReset *::before,
.addReset *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.addReset main, .addReset article, .addReset aside, .addReset details, .addReset figcaption, .addReset figure,
.addReset footer, .addReset header, .addReset hgroup, .addReset menu, .addReset nav, .addReset section {
  display: block;
}
.addReset ol, .addReset ul {
  list-style: none;
}
.addReset ol li,
.addReset ul li {
  list-style: none;
}
.addReset blockquote, .addReset q {
  quotes: none;
}
.addReset blockquote::before, .addReset blockquote::after,
.addReset q::before, .addReset q::after {
  content: "";
  content: none;
}
.addReset table {
  border-collapse: collapse;
  border-spacing: 0;
}
.addReset a {
  text-decoration: none;
  color: #209bea;
}
.addReset a:focus,
.addReset *:focus {
  outline: none;
}
.addReset img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-width: 0;
  line-height: 0;
  vertical-align: bottom;
}
.addReset a img {
  outline: none;
  border-width: 0;
  border-style: none;
}
.addReset video {
  width: 100%;
  height: auto;
}
.addReset button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.addReset select,
.addReset textarea,
.addReset input,
.addReset form {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: 0;
  color: inherit;
  font-family: inherit;
  background: #FFFFFF;
  vertical-align: middle;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.addReset textarea:focus,
.addReset input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.addReset input[type=submit],
.addReset input[type=button] {
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  cursor: pointer;
}
.addReset input[type=submit]::-webkit-search-decoration,
.addReset input[type=button]::-webkit-search-decoration {
  display: none;
}
.addReset input[type=submit]::focus,
.addReset input[type=button]::focus {
  outline-offset: -2px;
}
.addReset input[type=radio],
.addReset input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.addReset textarea:-ms-input-placeholder {
  color: #DDDDDD;
}
.addReset textarea::-ms-input-placeholder {
  color: #DDDDDD;
}
.addReset textarea::-webkit-input-placeholder {
  color: #DDDDDD;
}
.addReset textarea::-moz-placeholder {
  color: #DDDDDD;
}
.addReset textarea::placeholder {
  color: #DDDDDD;
}
.addReset input:-ms-input-placeholder {
  color: #DDDDDD;
}
.addReset input::-ms-input-placeholder {
  color: #DDDDDD;
}
.addReset input::-webkit-input-placeholder {
  color: #DDDDDD;
}
.addReset input::-moz-placeholder {
  color: #DDDDDD;
}
.addReset input::placeholder {
  color: #DDDDDD;
}

/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: var(--cc-blue) !important;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-blue: #0e1b3c;
  --cc-lblue: #1e2570;
  --cc-hblue: #09122a;
  --w1280: 1280px;
  --space: 30px;
  --rem: 1rem /16;
}

/* ================================================

- 表示アニメーション

================================================ */
/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

.mTop55 {
  margin-top: 55px;
}

.mTop60 {
  margin-top: 60px;
}

.mTop65 {
  margin-top: 65px;
}

.mTop70 {
  margin-top: 70px;
}

.mTop75 {
  margin-top: 75px;
}

.mTop80 {
  margin-top: 80px;
}

.mTop85 {
  margin-top: 85px;
}

.mTop90 {
  margin-top: 90px;
}

.mTop95 {
  margin-top: 95px;
}

.mTop100 {
  margin-top: 100px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

.mBtm55 {
  margin-bottom: 55px;
}

.mBtm60 {
  margin-bottom: 60px;
}

.mBtm65 {
  margin-bottom: 65px;
}

.mBtm70 {
  margin-bottom: 70px;
}

.mBtm75 {
  margin-bottom: 75px;
}

.mBtm80 {
  margin-bottom: 80px;
}

.mBtm85 {
  margin-bottom: 85px;
}

.mBtm90 {
  margin-bottom: 90px;
}

.mBtm95 {
  margin-bottom: 95px;
}

.mBtm100 {
  margin-bottom: 100px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

/* ================================================

- イージング

================================================ */
@font-face {
  font-family: "FBWS";
  src: url("/files/user/static/asset/font/Fbws-Regular.otf") format("OpenType"), url("/files/user/static/asset/font/Fbws-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
/* ==============================================================
*  レイアウト
* ============================================================ */
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: var(--cc-blue) !important;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-blue: #0e1b3c;
  --cc-lblue: #1e2570;
  --cc-hblue: #09122a;
  --w1280: 1280px;
  --space: 30px;
  --rem: 1rem /16;
}

/* ================================================

- 表示アニメーション

================================================ */
/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

.mTop55 {
  margin-top: 55px;
}

.mTop60 {
  margin-top: 60px;
}

.mTop65 {
  margin-top: 65px;
}

.mTop70 {
  margin-top: 70px;
}

.mTop75 {
  margin-top: 75px;
}

.mTop80 {
  margin-top: 80px;
}

.mTop85 {
  margin-top: 85px;
}

.mTop90 {
  margin-top: 90px;
}

.mTop95 {
  margin-top: 95px;
}

.mTop100 {
  margin-top: 100px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

.mBtm55 {
  margin-bottom: 55px;
}

.mBtm60 {
  margin-bottom: 60px;
}

.mBtm65 {
  margin-bottom: 65px;
}

.mBtm70 {
  margin-bottom: 70px;
}

.mBtm75 {
  margin-bottom: 75px;
}

.mBtm80 {
  margin-bottom: 80px;
}

.mBtm85 {
  margin-bottom: 85px;
}

.mBtm90 {
  margin-bottom: 90px;
}

.mBtm95 {
  margin-bottom: 95px;
}

.mBtm100 {
  margin-bottom: 100px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

/* ================================================

- イージング

================================================ */
/* ================================================

- ヘッダー

================================================ */
#header {
  width: 100%;
}

.l-header {
  width: 100%;
  background-color: var(--cc-blue);
  position: relative;
  z-index: 10;
}

.l-header__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: 130px;
  padding: 0 40px;
  position: relative;
}

.l-header__logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 73px;
  width: 73px;
}
.l-header__logo a {
  display: block;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.l-header__logo a:hover {
  opacity: 0.7;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-header__inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    min-height: 0;
    padding: 8px 4vw;
  }
  .l-header__logo {
    max-width: 73px;
    width: 13.333vw;
  }
}
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: var(--cc-blue) !important;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-blue: #0e1b3c;
  --cc-lblue: #1e2570;
  --cc-hblue: #09122a;
  --w1280: 1280px;
  --space: 30px;
  --rem: 1rem /16;
}

/* ================================================

- 表示アニメーション

================================================ */
/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

.mTop55 {
  margin-top: 55px;
}

.mTop60 {
  margin-top: 60px;
}

.mTop65 {
  margin-top: 65px;
}

.mTop70 {
  margin-top: 70px;
}

.mTop75 {
  margin-top: 75px;
}

.mTop80 {
  margin-top: 80px;
}

.mTop85 {
  margin-top: 85px;
}

.mTop90 {
  margin-top: 90px;
}

.mTop95 {
  margin-top: 95px;
}

.mTop100 {
  margin-top: 100px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

.mBtm55 {
  margin-bottom: 55px;
}

.mBtm60 {
  margin-bottom: 60px;
}

.mBtm65 {
  margin-bottom: 65px;
}

.mBtm70 {
  margin-bottom: 70px;
}

.mBtm75 {
  margin-bottom: 75px;
}

.mBtm80 {
  margin-bottom: 80px;
}

.mBtm85 {
  margin-bottom: 85px;
}

.mBtm90 {
  margin-bottom: 90px;
}

.mBtm95 {
  margin-bottom: 95px;
}

.mBtm100 {
  margin-bottom: 100px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

/* ================================================

- イージング

================================================ */
/* ================================================

- ナビゲーション

================================================ */
.l-nav {
  margin-left: 68px;
}

ul.l-nav__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
ul.l-nav__list > li:not(:first-child) {
  margin-left: 2em;
}

.l-nav__list__item > a {
  display: block;
  padding-bottom: 20px;
  text-align: center;
  white-space: nowrap;
  position: relative;
}
.l-nav__list__item > a:hover > span.-en {
  color: var(--cc-blue);
}
.l-nav__list__item > a:hover > span.-en::after, .l-nav__list__item > a:hover > span.-en::before {
  width: 50%;
}
.l-nav__list__item > a > span.-en {
  display: block;
  padding: 3px;
  font-size: 1.3125rem;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.l-nav__list__item > a > span.-en::after, .l-nav__list__item > a > span.-en::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 0%;
  height: 100%;
  background: #FFFFFF;
  -webkit-transition: width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  z-index: -1;
}
.l-nav__list__item > a > span.-en::before {
  left: 50%;
}
.l-nav__list__item > a > span.-en::after {
  right: 50%;
}
.l-nav__list__item > a > span.-jp {
  display: block;
  margin-top: 4px;
  font-size: 0.6875rem;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.l-nav__list__item > a[href^="javascript:void(0)"] {
  cursor: default;
  opacity: 0.2;
}
.l-nav__list__item > a[href^="javascript:void(0)"]:hover span {
  color: #FFFFFF;
}
.l-nav__list__item > a[href^="javascript:void(0)"]:hover span::after, .l-nav__list__item > a[href^="javascript:void(0)"]:hover span::before {
  width: 0;
}

.l-nav__list__item.js-dropdonw a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #FFFFFF transparent transparent transparent;
}

.l-nav__sns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-left: auto;
}

.privacypolicy .l-nav ul li a[href="/privacypolicy/"]::before,
.contact .l-nav ul li a[href="/contact/"]::before,
.access .l-nav ul li a[href="/access/"]::before,
.partner .l-nav ul li a[href="/partner/"]::before,
.recruit .l-nav ul li a[href="/recruit/"]::before,
.news .l-nav ul li a[href="/news/"]::before,
.top .l-nav ul li a[href="/"]::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/*--- media screen ---*/
@media screen and (max-width: 1410px) {
  .l-nav__sns {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 1300px) {
  .l-nav {
    margin-left: 30px;
  }
  ul.l-nav__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  ul.l-nav__list > li:not(:first-child) {
    margin-left: 1.75em;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 1190px) {
  .l-nav {
    margin-left: 25px;
  }
  ul.l-nav__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  ul.l-nav__list > li:not(:first-child) {
    margin-left: 1.4em;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 1024px) {
  .l-nav {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    height: 100svh;
    padding: 50px 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: top, visibility, opacity 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: top, visibility, opacity 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    background-color: #FFFFFF;
  }
  .l-nav::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--cc-blue);
    -webkit-transition: top 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: top 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    z-index: -2;
  }
  .l-nav::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a2447;
    -webkit-transition: top 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: top 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    z-index: -1;
  }
  .l-nav.-active {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
  .l-nav.-active::after, .l-nav.-active::before {
    top: 0;
  }
  .l-nav__sns {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  ul.l-nav__list {
    display: block;
    height: 100%;
    padding: 0 10vw;
    position: relative;
    z-index: 12;
  }
  ul.l-nav__list > li:not(:last-child) {
    margin-right: 0;
  }
  ul.l-nav__list > li:not(:first-child) {
    margin-top: 4.5em;
  }
  .l-nav__list__item {
    width: 100%;
  }
  .l-nav__list__item > a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    padding: 0 0;
    font-size: 6.6666666667vw;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    text-shadow: 0 50px 0 #1a2447;
  }
  .l-nav__list__item > a > span span {
    display: inline-block;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
            transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .l-nav__list__item > a:hover > span::before {
    background-color: #FFFFFF;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .l-nav__list__item > a:hover > span span {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .l-nav__list__item > a:hover > span span:nth-child(1) {
    -webkit-transition-delay: 30ms;
            transition-delay: 30ms;
  }
  .l-nav__list__item > a:hover > span span:nth-child(2) {
    -webkit-transition-delay: 60ms;
            transition-delay: 60ms;
  }
  .l-nav__list__item > a:hover > span span:nth-child(3) {
    -webkit-transition-delay: 90ms;
            transition-delay: 90ms;
  }
  .l-nav__list__item > a:hover > span span:nth-child(4) {
    -webkit-transition-delay: 120ms;
            transition-delay: 120ms;
  }
  .l-nav__list__item > a:hover > span span:nth-child(5) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }
  .l-nav__list__item > a:hover > span span:nth-child(6) {
    -webkit-transition-delay: 180ms;
            transition-delay: 180ms;
  }
  .l-nav__list__item > a:hover > span span:nth-child(7) {
    -webkit-transition-delay: 210ms;
            transition-delay: 210ms;
  }
  .l-nav__list__item > a::before {
    width: 48%;
    background-color: #FFFFFF;
  }
  .l-nav__list__item.-top {
    display: block;
  }
}
/*--- media screen ---*/
/* ================================================

- ナビゲーション

================================================ */
.l-nav__item__child {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background-color: #FFFFFF;
  -webkit-filter: drop-shadow(0px 1px 8px rgba(26, 36, 72, 0.2));
          filter: drop-shadow(0px 1px 8px rgba(26, 36, 72, 0.2));
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity, top 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity, top 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.l-nav__item__child.-show {
  top: 130px;
  opacity: 1;
  visibility: visible;
}

ul.l-nav__item__child__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
ul.l-nav__item__child__list > li > a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.625;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--cc-hblue);
  white-space: nowrap;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
ul.l-nav__item__child__list > li > a:hover {
  opacity: 0.7;
}
ul.l-nav__item__child__list > li > a[href^="javascript:void(0)"] {
  cursor: default;
  color: #a8adbe;
}
ul.l-nav__item__child__list > li > a[href^="javascript:void(0)"] small {
  display: inline-block;
  margin-left: 10px;
}
ul.l-nav__item__child__list > li > a[href^="javascript:void(0)"]:hover {
  opacity: 1;
}
ul.l-nav__item__child__list > li:not(:first-child) {
  margin-left: 5em;
}

/*--- media screen ---*/
@media screen and (max-width: 1024px) {
  .l-nav__item__child {
    position: static;
    min-width: 0;
    padding: 0;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: opacity, height 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity, height 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .l-nav__item__child.-show {
    height: 17.867vw;
    margin-top: 10px;
    padding-left: 12vw;
    opacity: 1;
    visibility: visible;
  }
  ul.l-nav__item__child__list {
    border-left: solid 1px #FFFFFF;
  }
  ul.l-nav__item__child__list > li > a {
    padding-left: 4vw;
    font-size: 4.1333333333vw;
    line-height: 1.725;
    color: #FFFFFF;
  }
  ul.l-nav__item__child__list > li > a span {
    font-size: 4.4vw;
  }
  ul.l-nav__item__child__list > li > a small {
    font-size: 3.6vw;
  }
  ul.l-nav__item__child__list > li > a[href^="javascript:void(0)"] small {
    margin-left: 2.667vw;
  }
  ul.l-nav__item__child__list > li:not(:first-child) {
    margin-top: 10px;
  }
  .l-nav__list__item.js-dropdonw::before, .l-nav__list__item.js-dropdonw::after {
    content: "";
    position: absolute;
    top: 21px;
    right: 0;
    display: block;
    width: 16px;
    height: 2px;
    background-color: #FFFFFF;
  }
  .l-nav__list__item.js-dropdonw::before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-nav__list__item.js-dropdonw::after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  .l-nav__list__item.js-dropdonw.-show::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
}
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: var(--cc-blue) !important;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-blue: #0e1b3c;
  --cc-lblue: #1e2570;
  --cc-hblue: #09122a;
  --w1280: 1280px;
  --space: 30px;
  --rem: 1rem /16;
}

/* ================================================

- 表示アニメーション

================================================ */
/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

.mTop55 {
  margin-top: 55px;
}

.mTop60 {
  margin-top: 60px;
}

.mTop65 {
  margin-top: 65px;
}

.mTop70 {
  margin-top: 70px;
}

.mTop75 {
  margin-top: 75px;
}

.mTop80 {
  margin-top: 80px;
}

.mTop85 {
  margin-top: 85px;
}

.mTop90 {
  margin-top: 90px;
}

.mTop95 {
  margin-top: 95px;
}

.mTop100 {
  margin-top: 100px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

.mBtm55 {
  margin-bottom: 55px;
}

.mBtm60 {
  margin-bottom: 60px;
}

.mBtm65 {
  margin-bottom: 65px;
}

.mBtm70 {
  margin-bottom: 70px;
}

.mBtm75 {
  margin-bottom: 75px;
}

.mBtm80 {
  margin-bottom: 80px;
}

.mBtm85 {
  margin-bottom: 85px;
}

.mBtm90 {
  margin-bottom: 90px;
}

.mBtm95 {
  margin-bottom: 95px;
}

.mBtm100 {
  margin-bottom: 100px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

/* ================================================

- イージング

================================================ */
/* ================================================

- フッター

================================================ */
.l-megamenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  inset: 0;
  z-index: 11;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  height: 100svh;
  -webkit-transition: top, visibility, opacity 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: top, visibility, opacity 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
}
.l-megamenu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: -1;
  -webkit-transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-megamenu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: var(--cc-blue);
  z-index: -1;
  -webkit-transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.l-megamenu.-active {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.l-megamenu.-active::after, .l-megamenu.-active::before {
  width: 50%;
}

.l-megamenu__inner {
  height: 100%;
  padding: 100px 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.l-megamenu__hamburgerBtn {
  position: absolute;
  top: 40px;
  right: 40px;
}

.l-megamenu__sns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  top: auto;
  left: 50%;
  width: 50%;
}

.l-megamenu__nav {
  margin-top: 30px;
  position: relative;
  top: auto;
  left: 50%;
  width: 50%;
}

.l-megamenu__sc {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 100%;
}

.l-megamenu__sc:not(:first-of-type) {
  margin-top: 100px;
}

.l-megamenu__sc__ttl {
  width: calc(50% - 50px);
}
.l-megamenu__sc__ttl > a {
  display: block;
  text-align: right;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.l-megamenu__sc__ttl > a:hover {
  opacity: 0.7;
}
.l-megamenu__sc__ttl > a > span.-en {
  display: block;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.l-megamenu__sc__ttl > a > span.-jp {
  display: block;
  margin-top: 4px;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.l-megamenu__sc__ttl > a[href^="javascript:void(0)"] {
  cursor: default;
  opacity: 0.3;
}
.l-megamenu__sc__child {
  width: calc(50% - 50px);
  margin-left: 150px;
  position: relative;
}
.l-megamenu__sc__child::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -110px;
  width: 80px;
  height: 3px;
  background-color: #FFFFFF;
}

.l-megamenu__sc__list > li > a {
  display: block;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.l-megamenu__sc__list > li > a:hover {
  opacity: 0.7;
}
.l-megamenu__sc__list > li > a[href^="javascript:void(0)"] {
  cursor: default;
  opacity: 0.3;
}
.l-megamenu__sc__list > li:not(:first-child) {
  margin-top: 30px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-megamenu::before {
    background-color: var(--cc-blue);
  }
  .l-megamenu::after {
    display: none;
  }
  .l-megamenu.-active::after, .l-megamenu.-active::before {
    width: 100%;
  }
  .l-megamenu__inner {
    height: 100%;
    padding: 60px 16vw 100px;
  }
  .l-megamenu__hamburgerBtn {
    top: 30px;
    right: 30px;
  }
  .l-megamenu__sns {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    position: static;
    width: 100%;
  }
  .l-megamenu__nav {
    margin-top: 60px;
    position: static;
    width: 100%;
  }
  .l-megamenu__sc {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .l-megamenu__sc:not(:first-of-type) {
    margin-top: 60px;
  }
  .l-megamenu__sc__ttl {
    width: 100%;
  }
  .l-megamenu__sc__ttl > a {
    text-align: left;
  }
  .l-megamenu__sc__ttl > a > span.-en {
    display: block;
    font-size: 9.8666666667vw;
  }
  .l-megamenu__sc__ttl > a > span.-jp {
    margin-top: 4px;
    font-size: 4vw;
  }
  .l-megamenu__sc__child {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    padding-left: 40px;
  }
  .l-megamenu__sc__child::before {
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #FFFFFF;
  }
  .l-megamenu__sc__list > li > a {
    font-size: 4.5333333333vw;
  }
  .l-megamenu__sc__list > li:not(:first-child) {
    margin-top: 30px;
  }
}
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: var(--cc-blue) !important;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-blue: #0e1b3c;
  --cc-lblue: #1e2570;
  --cc-hblue: #09122a;
  --w1280: 1280px;
  --space: 30px;
  --rem: 1rem /16;
}

/* ================================================

- 表示アニメーション

================================================ */
/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

.mTop55 {
  margin-top: 55px;
}

.mTop60 {
  margin-top: 60px;
}

.mTop65 {
  margin-top: 65px;
}

.mTop70 {
  margin-top: 70px;
}

.mTop75 {
  margin-top: 75px;
}

.mTop80 {
  margin-top: 80px;
}

.mTop85 {
  margin-top: 85px;
}

.mTop90 {
  margin-top: 90px;
}

.mTop95 {
  margin-top: 95px;
}

.mTop100 {
  margin-top: 100px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

.mBtm55 {
  margin-bottom: 55px;
}

.mBtm60 {
  margin-bottom: 60px;
}

.mBtm65 {
  margin-bottom: 65px;
}

.mBtm70 {
  margin-bottom: 70px;
}

.mBtm75 {
  margin-bottom: 75px;
}

.mBtm80 {
  margin-bottom: 80px;
}

.mBtm85 {
  margin-bottom: 85px;
}

.mBtm90 {
  margin-bottom: 90px;
}

.mBtm95 {
  margin-bottom: 95px;
}

.mBtm100 {
  margin-bottom: 100px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

/* ================================================

- イージング

================================================ */
/* ================================================

- フッター

================================================ */
#footer {
  width: 100%;
}

.l-footer {
  width: 100%;
  padding: 44px 0 44px;
  background-color: var(--cc-hblue);
}

.l-footer__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 54px;
  position: relative;
}

.l-footer__logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 86px;
}
.l-footer__logo a {
  display: block;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.l-footer__logo a:hover {
  opacity: 0.7;
}

.l-footer__nav {
  margin-left: 45px;
}

ul.l-footer__nav__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
ul.l-footer__nav__list li:not(:first-child) {
  margin-left: 4em;
}

.l-footer__nav__item a {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  position: relative;
  -webkit-transition: opacity 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.l-footer__nav__item a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.l-footer__nav__item a:hover {
  opacity: 0.7;
}
.l-footer__nav__item a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.l-footer__copyright {
  margin-left: auto;
}
.l-footer__copyright small {
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-footer {
    padding: 44px 0 64px;
  }
  .l-footer__inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 6.4vw;
  }
  .l-footer__logo {
    width: 86px;
    margin: 0 auto;
  }
  .l-footer__nav {
    margin: 40px auto 0;
  }
  ul.l-footer__nav__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
  ul.l-footer__nav__list li {
    width: calc(50% - 15px);
  }
  ul.l-footer__nav__list li:not(:first-child) {
    margin-left: 0;
  }
  .l-footer__nav__item a {
    display: block;
    font-size: 3.7333333333vw;
    text-align: center;
  }
  .l-footer__nav__item a:hover {
    opacity: 1;
  }
  .l-footer__nav__item a:hover::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .l-footer__copyright {
    margin: 40px auto 0;
  }
  .l-footer__copyright small {
    font-size: 3.4666666667vw;
    text-align: center;
  }
}
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: var(--cc-blue) !important;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-blue: #0e1b3c;
  --cc-lblue: #1e2570;
  --cc-hblue: #09122a;
  --w1280: 1280px;
  --space: 30px;
  --rem: 1rem /16;
}

/* ================================================

- 表示アニメーション

================================================ */
/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

.mTop55 {
  margin-top: 55px;
}

.mTop60 {
  margin-top: 60px;
}

.mTop65 {
  margin-top: 65px;
}

.mTop70 {
  margin-top: 70px;
}

.mTop75 {
  margin-top: 75px;
}

.mTop80 {
  margin-top: 80px;
}

.mTop85 {
  margin-top: 85px;
}

.mTop90 {
  margin-top: 90px;
}

.mTop95 {
  margin-top: 95px;
}

.mTop100 {
  margin-top: 100px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

.mBtm55 {
  margin-bottom: 55px;
}

.mBtm60 {
  margin-bottom: 60px;
}

.mBtm65 {
  margin-bottom: 65px;
}

.mBtm70 {
  margin-bottom: 70px;
}

.mBtm75 {
  margin-bottom: 75px;
}

.mBtm80 {
  margin-bottom: 80px;
}

.mBtm85 {
  margin-bottom: 85px;
}

.mBtm90 {
  margin-bottom: 90px;
}

.mBtm95 {
  margin-bottom: 95px;
}

.mBtm100 {
  margin-bottom: 100px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

/* ================================================

- イージング

================================================ */
/* ================================================

- パートナー

================================================ */
.l-partners {
  padding: 60px 0 74px;
  background-color: var(--cc-blue);
  position: relative;
  border-top: solid 1px #29375e;
}

ul.l-partners__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 670px;
  width: 100%;
  margin: 40px auto 0;
  gap: 24px 20px;
}
ul.l-partners__list li {
  width: calc(33.3333333333% - 13.3333333333px);
}

.l-partners__banner a {
  display: block;
  padding: 5px;
  line-height: 1;
  background-color: #FFFFFF;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.l-partners__banner a img {
  width: 100%;
  height: auto;
}
.l-partners__banner a:hover {
  opacity: 0.7;
}

/*--- media screen ---*/
@media screen and (max-width: 1024px) {
  .l-partners {
    padding: 40px 0 60px;
  }
  .m-w1130.l-partners__inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 6.4vw;
  }
  ul.l-partners__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 15px;
    margin: 30px auto 0;
  }
  ul.l-partners__list li {
    width: calc(33.3333333333% - 10px);
  }
  .l-partners__banner a {
    padding: 0 0.8vw;
  }
}
/* ================================================

- タイトル

================================================ */
.l-partners__head {
  position: relative;
}

.l-partners__ttl {
  font-size: 2.875rem;
  letter-spacing: 0.18em;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}
.l-partners__ttl span {
  display: block;
  margin-top: 1px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.l-partners__ttl.-center {
  text-align: center;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-partners__ttl {
    font-size: 12vw;
  }
  .l-partners__ttl span {
    margin-top: 1px;
    font-size: 4vw;
  }
}
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: var(--cc-blue) !important;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-blue: #0e1b3c;
  --cc-lblue: #1e2570;
  --cc-hblue: #09122a;
  --w1280: 1280px;
  --space: 30px;
  --rem: 1rem /16;
}

/* ================================================

- 表示アニメーション

================================================ */
/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

.mTop55 {
  margin-top: 55px;
}

.mTop60 {
  margin-top: 60px;
}

.mTop65 {
  margin-top: 65px;
}

.mTop70 {
  margin-top: 70px;
}

.mTop75 {
  margin-top: 75px;
}

.mTop80 {
  margin-top: 80px;
}

.mTop85 {
  margin-top: 85px;
}

.mTop90 {
  margin-top: 90px;
}

.mTop95 {
  margin-top: 95px;
}

.mTop100 {
  margin-top: 100px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

.mBtm55 {
  margin-bottom: 55px;
}

.mBtm60 {
  margin-bottom: 60px;
}

.mBtm65 {
  margin-bottom: 65px;
}

.mBtm70 {
  margin-bottom: 70px;
}

.mBtm75 {
  margin-bottom: 75px;
}

.mBtm80 {
  margin-bottom: 80px;
}

.mBtm85 {
  margin-bottom: 85px;
}

.mBtm90 {
  margin-bottom: 90px;
}

.mBtm95 {
  margin-bottom: 95px;
}

.mBtm100 {
  margin-bottom: 100px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

/* ================================================

- イージング

================================================ */
/* ================================================

- フッター

================================================ */
.l-card {
  padding: 0 30px;
}

.l-card__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.l-card__list > li {
  width: calc(33.3333333333% - 10.6666666667px);
}
.l-card__list > li:not(:nth-child(3n)) {
  margin-right: 16px;
}
.l-card__list > li:not(:nth-child(-n+3)) {
  margin-top: 62px;
}

.l-card__list.-hometown {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.l-card__list.-hometown > li {
  width: calc(33.3333333333% - 18px);
}
.l-card__list.-hometown > li:not(:nth-child(3n)) {
  margin-right: 27px;
}
.l-card__list.-hometown > li:not(:nth-child(-n+3)) {
  margin-top: 33px;
}

.l-card__item {
  position: relative;
}
.l-card__item > a {
  display: block;
}
.l-card__item > a:hover .l-card__photo img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.l-card__photo {
  overflow: hidden;
  background-color: #091033;
}
.l-card__photo img {
  aspect-ratio: 136/91;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.l-card__detail {
  padding: 18px 18px;
  background-color: var(--cc-blue);
}

.l-card__summary > p {
  font-size: 0.875rem;
  line-height: 1.643;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}

.l-card__summary.-hometown > p {
  font-size: 0.9375rem;
  line-height: 1.6;
}

.l-card__parts {
  margin-top: 20px;
  position: relative;
}

.l-card__update {
  font-size: 1.25rem;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #9faed4;
}

ul.l-card__sns {
  position: absolute;
  bottom: 9px;
  right: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
ul.l-card__sns > li:not(:first-child) {
  margin-left: 15px;
}

.l-card__sns__item a {
  display: block;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.l-card__sns__item a:hover {
  opacity: 0.7;
}
.l-card__sns__item a svg {
  fill: #9faed4;
}
.l-card__sns__item a.-twitter svg {
  width: 14px;
}
.l-card__sns__item a.-instagram svg {
  width: 14px;
}
.l-card__sns__item a.-facebook svg {
  width: 7px;
}

ul.l-card__label {
  position: absolute;
  top: -13px;
  right: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
ul.l-card__label > li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: 30px;
  padding: 0 10px;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #ffffff;
  background-color: var(--cc-lblue);
}
ul.l-card__label > li:not(:first-child) {
  margin-left: 10px;
}

.l-card__notNews {
  padding: 180px 0 0;
  text-align: center;
}
.l-card__notNews p {
  font-size: 2rem;
  line-height: 1.444;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  color: #ffffff;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-card {
    padding: 0;
  }
  .l-card__list.-hometown,
  .l-card__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-card__list.-hometown > li,
  .l-card__list > li {
    width: 100%;
    border-bottom: solid 1px #29375e;
  }
  .l-card__list.-hometown > li:not(:nth-child(3n)),
  .l-card__list > li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .l-card__list.-hometown > li:not(:nth-child(-n+3)),
  .l-card__list > li:not(:nth-child(-n+3)) {
    margin-top: 0;
  }
  .l-card__list.-hometown > li:first-child,
  .l-card__list > li:first-child {
    border-top: solid 1px #29375e;
  }
  .l-card__item > a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    width: 100%;
  }
  .l-card__item > a:hover .l-card__photo img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .l-card__photo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: 100px;
    background-color: var(--cc-hblue);
  }
  .l-card__detail {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }
  .l-card__summary.-hometown,
  .l-card__summary {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 5px;
  }
  .l-card__summary.-hometown > p,
  .l-card__summary > p {
    font-size: 3.7333333333vw;
    line-height: 1.643;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .l-card__parts {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
  .l-card__update {
    font-size: 4.2666666667vw;
  }
  ul.l-card__sns {
    display: none;
    bottom: 9px;
    right: 20px;
  }
  ul.l-card__sns > li:not(:first-child) {
    margin-left: 15px;
  }
  .l-card__sns__item a {
    display: block;
    -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .l-card__sns__item a:hover {
    opacity: 0.7;
  }
  .l-card__sns__item a svg {
    fill: #9faed4;
  }
  .l-card__sns__item a.-twitter svg {
    width: 14px;
  }
  .l-card__sns__item a.-instagram svg {
    width: 14px;
  }
  .l-card__sns__item a.-facebook svg {
    width: 7px;
  }
  ul.l-card__label {
    top: 6px;
    right: 10px;
  }
  ul.l-card__label > li {
    min-height: 20px;
    padding: 0 7px;
    font-size: 3.2vw;
  }
  .l-card__notNews {
    padding: 100px 0 40px;
  }
  .l-card__notNews p {
    font-size: 7.2vw;
  }
}
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: var(--cc-blue) !important;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-blue: #0e1b3c;
  --cc-lblue: #1e2570;
  --cc-hblue: #09122a;
  --w1280: 1280px;
  --space: 30px;
  --rem: 1rem /16;
}

/* ================================================

- 表示アニメーション

================================================ */
/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

.mTop55 {
  margin-top: 55px;
}

.mTop60 {
  margin-top: 60px;
}

.mTop65 {
  margin-top: 65px;
}

.mTop70 {
  margin-top: 70px;
}

.mTop75 {
  margin-top: 75px;
}

.mTop80 {
  margin-top: 80px;
}

.mTop85 {
  margin-top: 85px;
}

.mTop90 {
  margin-top: 90px;
}

.mTop95 {
  margin-top: 95px;
}

.mTop100 {
  margin-top: 100px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

.mBtm55 {
  margin-bottom: 55px;
}

.mBtm60 {
  margin-bottom: 60px;
}

.mBtm65 {
  margin-bottom: 65px;
}

.mBtm70 {
  margin-bottom: 70px;
}

.mBtm75 {
  margin-bottom: 75px;
}

.mBtm80 {
  margin-bottom: 80px;
}

.mBtm85 {
  margin-bottom: 85px;
}

.mBtm90 {
  margin-bottom: 90px;
}

.mBtm95 {
  margin-bottom: 95px;
}

.mBtm100 {
  margin-bottom: 100px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

/* ================================================

- イージング

================================================ */
/* ================================================

- グリッド

================================================ */
.l-grid {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-template-areas: "grid1 grid2";
}

.l-grid-1 {
  grid-area: grid1;
  min-width: 0;
}

.l-grid-2 {
  grid-area: grid2;
  background-color: #080E32;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "grid1" "grid2";
  }
}
/* ================================================

- サイドバー

================================================ */
.l-grid-2.-team {
  padding-top: 60px;
  padding-left: 30px;
}

.l-sidebarNav__list li a {
  padding: 20px 10px 19px 32px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #FFFFFF;
  border-left: solid 1px #00609e;
  border-right: solid 1px #00609e;
  border-bottom: solid 1px #00609e;
  -webkit-transition: padding-left 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), background-color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: padding-left 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), background-color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.l-sidebarNav__list li a span.-en {
  min-width: 138px;
  font-size: 1.25rem;
  letter-spacing: 0.18em;
  font-family: "Teko", sans-serif;
  font-weight: 400;
}
.l-sidebarNav__list li a span.-jp {
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.l-sidebarNav__list li a:hover {
  padding-left: 42px;
  background-color: #00609e;
}
.l-sidebarNav__list li > a[href^="javascript:void(0)"] {
  cursor: default;
}
.l-sidebarNav__list li > a[href^="javascript:void(0)"] span {
  opacity: 0.2;
}
.l-sidebarNav__list li > a[href^="javascript:void(0)"]:hover {
  padding-left: 32px;
  background-color: inherit;
}
.l-sidebarNav__list li a.-active {
  width: 370px;
  min-height: 60px;
  background-image: url(../images/common/pattern-1.jpg);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  border: none;
}
.l-sidebarNav__list li a.-active span.-en {
  min-width: 0;
}
.l-sidebarNav__list li a.-active span.-jp {
  margin-left: 1.5em;
}
.l-sidebarNav__list li:first-child a {
  border-top: solid 1px #00609e;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .l-grid-2.-team {
    padding-top: 0;
    padding-left: 0;
  }
  .l-sidebarNav__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .l-sidebarNav__list li {
    width: 50%;
  }
  .l-sidebarNav__list li a {
    padding: 14px 2.667vw 14px 6.4vw;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-sidebarNav__list li a span.-en {
    min-width: 0;
    font-size: 5.0666666667vw;
  }
  .l-sidebarNav__list li a span.-jp {
    margin-left: 0;
    margin-top: 5px;
    font-size: 2.9333333333vw;
  }
  .l-sidebarNav__list li a:hover {
    padding-left: 6.4vw;
  }
  .l-sidebarNav__list li a.-active {
    width: auto;
    min-height: 0;
    background-image: url(../images/common/pattern-1.jpg);
    -webkit-transform: translateX(0);
            transform: translateX(0);
    border-left: solid 1px #00609e;
    border-right: solid 1px #00609e;
    border-bottom: solid 1px #00609e;
  }
  .l-sidebarNav__list li a.-active span.-en {
    min-width: 0;
  }
  .l-sidebarNav__list li a.-active span.-jp {
    margin-left: 0;
    margin-top: 5px;
  }
  .l-sidebarNav__list li:nth-child(2),
  .l-sidebarNav__list li:first-child {
    border-top: solid 1px #00609e;
  }
}
/* ==============================================================
*  モジュール
* ============================================================ */
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: var(--cc-blue) !important;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-blue: #0e1b3c;
  --cc-lblue: #1e2570;
  --cc-hblue: #09122a;
  --w1280: 1280px;
  --space: 30px;
  --rem: 1rem /16;
}

/* ================================================

- 表示アニメーション

================================================ */
/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

.mTop55 {
  margin-top: 55px;
}

.mTop60 {
  margin-top: 60px;
}

.mTop65 {
  margin-top: 65px;
}

.mTop70 {
  margin-top: 70px;
}

.mTop75 {
  margin-top: 75px;
}

.mTop80 {
  margin-top: 80px;
}

.mTop85 {
  margin-top: 85px;
}

.mTop90 {
  margin-top: 90px;
}

.mTop95 {
  margin-top: 95px;
}

.mTop100 {
  margin-top: 100px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

.mBtm55 {
  margin-bottom: 55px;
}

.mBtm60 {
  margin-bottom: 60px;
}

.mBtm65 {
  margin-bottom: 65px;
}

.mBtm70 {
  margin-bottom: 70px;
}

.mBtm75 {
  margin-bottom: 75px;
}

.mBtm80 {
  margin-bottom: 80px;
}

.mBtm85 {
  margin-bottom: 85px;
}

.mBtm90 {
  margin-bottom: 90px;
}

.mBtm95 {
  margin-bottom: 95px;
}

.mBtm100 {
  margin-bottom: 100px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

/* ================================================

- イージング

================================================ */
/* ================================================

- base

================================================ */
.m-w1280 {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1200 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1120 {
  max-width: 1120px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1100 {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1080 {
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1060 {
  max-width: 1060px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1040 {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1020 {
  max-width: 1020px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1000 {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1130 {
  max-width: 1130px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-mv {
    margin-top: 60px;
  }
}
/* ================================================

- タイトル

================================================ */
.m-page__head {
  position: relative;
}

.m-page__ttl {
  font-size: 4.375rem;
  letter-spacing: 0.18em;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}
.m-page__ttl span {
  display: block;
  margin-top: 1px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.m-page__ttl.-min {
  font-size: 2.25rem;
}

.m-page__ttl.-center {
  text-align: center;
}

.m-sc__ttl {
  font-size: 3.125rem;
  letter-spacing: 0.18em;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}
.m-sc__ttl span {
  display: block;
  margin-top: -1px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.m-sc__ttl.-center {
  text-align: center;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-page__head.-news {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .m-page__head.-news .m-page__ttl {
    padding: 0 6.4vw;
  }
  .m-page__head.-player,
  .m-page__head.-community {
    padding: 0 6.4vw;
  }
  .m-page__ttl {
    font-size: 9.6vw;
    white-space: nowrap;
  }
  .m-page__ttl span {
    margin-top: 1px;
    font-size: 3.7333333333vw;
  }
  .m-page__ttl.-min {
    font-size: 9.3333333333vw;
  }
  .m-sc__ttl {
    font-size: 9.6vw;
  }
  .m-sc__ttl span {
    margin-top: 0;
    font-size: 3.7333333333vw;
  }
}
/* ================================================

- テキスト

================================================ */
*.m-fz15-lh2 {
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

*.m-fz15-lh17 {
  font-size: 0.9375rem;
  line-height: 1.733;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

*.m-fz15-lh18 {
  font-size: 0.9375rem;
  line-height: 1.866;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

*.m-fz16-lh17 {
  font-size: 1rem;
  line-height: 1.75;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

*.m-fz24-lh15 {
  font-size: 1.5rem;
  line-height: 1.583;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

*.m-fz24-lh14 {
  font-size: 1.5rem;
  line-height: 1.465;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

*.m-fz36-lh14 {
  font-size: 2.25rem;
  line-height: 1.444;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}

.m-comingSoon {
  padding: 100px 0;
}
.m-comingSoon p {
  line-height: 1.7;
  color: #FFFFFF;
  text-align: center;
}

.m-comingSoon.-jp p {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
}
.m-comingSoon.-jp p span {
  font-size: 1.875rem;
}
.m-comingSoon.-jp p small {
  font-size: 1.25rem;
}

.m-comingSoon.-en p {
  font-size: 2.625rem;
  font-family: "Teko", sans-serif;
  font-weight: 400;
}

.game .m-comingSoon.-en p {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-comingSoon.-matches {
  padding: 173px 0 0;
}

/* comingsoonコンテンツ
************/
.top-player__btn {
  display: none;
  height: 0;
}

.m-topicTxt {
  margin-top: 100px;
  text-align: center;
}
.m-topicTxt p {
  font-size: 1.5rem;
  line-height: 1.583;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  *.m-fz15-lh2 {
    font-size: 3.7333333333vw;
  }
  *.m-fz15-lh17 {
    font-size: 3.7333333333vw;
  }
  *.m-fz15-lh18 {
    font-size: 3.7333333333vw;
  }
  *.m-fz16-lh17 {
    font-size: 4vw;
  }
  *.m-fz24-lh15 {
    font-size: 5.8666666667vw;
  }
  *.m-fz36-lh14 {
    font-size: 9.0666666667vw;
  }
  .m-comingSoon {
    padding: 70px 0;
  }
  .m-comingSoon.-jp p {
    font-size: 7.7333333333vw;
  }
  .m-comingSoon.-jp p span {
    font-size: 7.2vw;
  }
  .m-comingSoon.-jp p small {
    font-size: 4.8vw;
  }
  .m-comingSoon.-en p {
    font-size: 10.9333333333vw;
  }
  .m-comingSoon.-matches {
    padding: 70px 0;
  }
  .m-topicTxt {
    margin-top: 80px;
    text-align: left;
  }
  .m-topicTxt p {
    font-size: 4vw;
  }
}
/* ================================================

- ボタン

================================================ */
.m-btn button,
.m-btn a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 160px;
  min-height: 60px;
  padding: 0 22px;
  font-size: 0.9375rem;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  background-color: #0385d9;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.m-btn button span,
.m-btn a span {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: left;
  z-index: 1;
}
.m-btn button:hover,
.m-btn a:hover {
  color: #1e2570;
}

.m-btn.-line.-next button,
.m-btn.-line.-next a {
  letter-spacing: 0.06em;
  border: solid 1px #FFFFFF;
  background-color: transparent;
}
.m-btn.-line.-next button::after,
.m-btn.-line.-next a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: rgb(255, 255, 255);
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.m-btn.-line.-next button:hover,
.m-btn.-line.-next a:hover {
  color: #1e2570;
}
.m-btn.-line.-next button:hover span::before,
.m-btn.-line.-next a:hover span::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230px%22%20height%3D%2210px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(22%2C%2070%2C%20110)%22%20d%3D%22M29.1000%2C4.1000%20L23.1000%2C9.1000%20L23.1000%2C6.000%20L0.000%2C6.000%20L0.000%2C3.999%20L23.1000%2C3.1000%20L23.1000%2C-0.000%20L29.1000%2C4.1000%20Z%22%2F%3E%3C%2Fsvg%3E");
}
.m-btn.-line.-next button:hover::after,
.m-btn.-line.-next a:hover::after {
  background-color: #FFFFFF;
}

.m-btn.-w200 button,
.m-btn.-w200 a {
  width: 200px;
}

.m-btn.-w280 button,
.m-btn.-w280 a {
  width: 280px;
}

.m-btn.-w300 button,
.m-btn.-w300 a {
  width: 300px;
}

.m-btn.-w320 button,
.m-btn.-w320 a {
  max-width: 320px;
  width: 100%;
}

.m-btn.-w540 button,
.m-btn.-w540 a {
  max-width: 540px;
  width: 540px;
  min-height: 80px;
  padding: 0 27px 0 33px;
  font-size: 1.125rem;
}

.m-btn.-w700 button,
.m-btn.-w700 a {
  max-width: 700px;
  width: 700px;
  min-height: 90px;
  padding: 0 40px 0 42px;
  font-size: 1.5rem;
}

.m-btn.-next button,
.m-btn.-next a {
  position: relative;
}
.m-btn.-next button span::before,
.m-btn.-next a span::before {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230px%22%20height%3D%2210px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M29.1000%2C4.1000%20L23.1000%2C9.1000%20L23.1000%2C6.000%20L0.000%2C6.000%20L0.000%2C3.999%20L23.1000%2C3.1000%20L23.1000%2C-0.000%20L29.1000%2C4.1000%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 10px;
  -webkit-transition: right 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: right 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.m-btn.-next button::after,
.m-btn.-next a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.m-btn.-next button:hover,
.m-btn.-next a:hover {
  color: #FFFFFF;
}
.m-btn.-next button:hover span::before,
.m-btn.-next a:hover span::before {
  right: -7px;
}
.m-btn.-next button:hover::after,
.m-btn.-next a:hover::after {
  left: 0;
  width: 100%;
}

.m-btn.-hbg-w button::after,
.m-btn.-hbg-w a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.m-btn.-hbg-w button:hover,
.m-btn.-hbg-w a:hover {
  color: #FFFFFF;
  border: solid 1px var(--cc-hblue);
}
.m-btn.-hbg-w button:hover::after,
.m-btn.-hbg-w a:hover::after {
  left: 0;
  width: 100%;
}

.m-btn.-next.-hbg-w button::after,
.m-btn.-next.-hbg-w a::after {
  background-color: #FFFFFF;
}
.m-btn.-next.-hbg-w button:hover,
.m-btn.-next.-hbg-w a:hover {
  color: #FFFFFF;
  border: solid 1px var(--cc-hblue);
}
.m-btn.-next.-hbg-w button:hover span::before,
.m-btn.-next.-hbg-w a:hover span::before {
  right: -7px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230px%22%20height%3D%2210px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(26%2C%2036%2C%2071)%22%20d%3D%22M30.000%2C4.1000%20L23.1000%2C9.1000%20L23.1000%2C6.000%20L0.000%2C6.000%20L0.000%2C3.999%20L23.1000%2C3.1000%20L23.1000%2C-0.000%20L30.000%2C4.1000%20Z%22%2F%3E%3C%2Fsvg%3E");
}

.m-btn.-center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.m-txt--arrow {
  display: block;
  padding-left: 14px;
  position: relative;
}
.m-txt--arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #1e2570;
}

.m-bgBtn {
  background-image: url(/files/user/static/asset/images/common/pattern-1.jpg);
  background-size: 600px;
  background-position: top center;
  background-repeat: repeat;
}
.m-bgBtn button,
.m-bgBtn a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: 46px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.m-bgBtn button:hover,
.m-bgBtn a:hover {
  opacity: 0.7;
}
.m-bgBtn button span,
.m-bgBtn a span {
  display: inline-block;
  padding-right: 30px;
  font-size: 1rem;
  line-height: 1.583;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  position: relative;
}
.m-bgBtn button span::before,
.m-bgBtn a span::before {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 1.5px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.m-bgBtn a:not([href]) {
  opacity: 0.5;
  cursor: default;
}

.m-bgBtn.-off {
  background-image: none;
  background-color: #888888;
}

.m-bgBtn.-external button span::before,
.m-bgBtn.-external a span::before {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214px%22%20height%3D%2214px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M12.774%2C6.440%20L12.774%2C2.101%20L6.707%2C8.154%20L5.840%2C7.289%20L11.907%2C1.235%20L7.558%2C1.235%20L7.558%2C0.010%20L14.002%2C0.010%20L14.002%2C6.440%20L12.774%2C6.440%20ZM1.214%2C12.770%20L11.383%2C12.770%20L11.383%2C8.862%20L12.610%2C8.862%20L12.610%2C13.994%20L-0.013%2C13.994%20L-0.013%2C1.399%20L5.131%2C1.399%20L5.131%2C2.623%20L1.214%2C2.623%20L1.214%2C12.770%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(0deg) translateY(-50%);
          transform: rotate(0deg) translateY(-50%);
}

.m-bgBtn.-fz20 button span,
.m-bgBtn.-fz20 a span {
  font-size: 1.25rem;
}

.m-bgBtn.top-player__btn,
.m-bgBtn.top-community__btn,
.m-bgBtn.top-news__btn {
  background-size: 600px;
}

.m-bgBtn.-center {
  margin-left: auto;
  margin-right: auto;
}

.m-bgBtn.-w320 {
  width: 320px;
}
.m-bgBtn.-w320 button,
.m-bgBtn.-w320 a {
  min-height: 56px;
}

.m-bgBtn.-w340 {
  width: 340px;
}
.m-bgBtn.-w340 button,
.m-bgBtn.-w340 a {
  min-height: 56px;
}

.m-bgBtn.-w360 {
  width: 360px;
}
.m-bgBtn.-w360 button,
.m-bgBtn.-w360 a {
  min-height: 60px;
}

.m-bgBtn.-w420 {
  width: 420px;
}
.m-bgBtn.-w420 button,
.m-bgBtn.-w420 a {
  min-height: 56px;
}

.m-btn-row4 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.m-btn-row4 .m-bgBtn {
  width: calc(25% - 7.5px);
}
.m-btn-row4 .m-bgBtn a {
  min-height: 56px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-btn button,
  .m-btn a {
    padding: 0 4vw;
    font-size: 4vw;
  }
  .m-btn button:hover,
  .m-btn a:hover {
    color: #0385d9;
  }
  .m-btn.-line.-next button:hover,
  .m-btn.-line.-next a:hover {
    color: #0385d9;
  }
  .m-btn.-w540 button,
  .m-btn.-w540 a {
    min-height: 70px;
    padding: 0 4vw;
    font-size: 4.2666666667vw;
  }
  .m-btn.-w700 button,
  .m-btn.-w700 a {
    max-width: 700px;
    width: 100%;
    min-height: 70px;
    padding: 0 4vw;
    font-size: 4.5333333333vw;
  }
  .m-btn.-next button:hover span::before,
  .m-btn.-next a:hover span::before {
    right: 2px;
  }
  .m-btn.-next button:hover::after,
  .m-btn.-next a:hover::after {
    width: 0;
  }
  .m-btn.-next.-hbg-w button::after,
  .m-btn.-next.-hbg-w a::after {
    background-color: #0385d9;
  }
  .m-btn.-next.-hbg-w button:hover,
  .m-btn.-next.-hbg-w a:hover {
    color: #FFFFFF;
  }
  .m-btn.-next.-hbg-w button:hover span::before,
  .m-btn.-next.-hbg-w a:hover span::before {
    right: 2px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230px%22%20height%3D%2210px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M29.1000%2C4.1000%20L23.1000%2C9.1000%20L23.1000%2C6.000%20L0.000%2C6.000%20L0.000%2C3.999%20L23.1000%2C3.1000%20L23.1000%2C-0.000%20L29.1000%2C4.1000%20Z%22%2F%3E%3C%2Fsvg%3E");
  }
  .m-bgBtn button,
  .m-bgBtn a {
    min-height: 46px;
    padding: 10px 0 10px 3.2vw;
  }
  .m-bgBtn button span,
  .m-bgBtn a span {
    padding-right: 8vw;
    font-size: 4.2666666667vw;
  }
  .m-bgBtn.-fz20 button span,
  .m-bgBtn.-fz20 a span {
    font-size: 4.2666666667vw;
  }
  .m-bgBtn.-w320 {
    max-width: 320px;
    width: 85.333vw;
  }
  .m-bgBtn.-w320 button,
  .m-bgBtn.-w320 a {
    min-height: 56px;
  }
  .m-bgBtn.-w340 {
    max-width: 340px;
    width: 85.333vw;
  }
  .m-bgBtn.-w340 button,
  .m-bgBtn.-w340 a {
    min-height: 56px;
  }
  .m-bgBtn.-w360 {
    max-width: 320px;
    width: 85.333vw;
  }
  .m-bgBtn.-w360 button,
  .m-bgBtn.-w360 a {
    min-height: 56px;
  }
  .m-bgBtn.-w420 {
    max-width: 420px;
    width: 85.333vw;
  }
  .m-bgBtn.-w420 button,
  .m-bgBtn.-w420 a {
    min-height: 56px;
  }
  .m-btn-row4 {
    gap: 4vw;
  }
  .m-btn-row4 .m-bgBtn {
    width: calc(50% - 2vw);
  }
  .m-btn-row4 .m-bgBtn a {
    min-height: 50px;
  }
  .m-btn-row4 .m-bgBtn a span {
    padding-right: 6.4vw;
    font-size: 3.4666666667vw;
  }
}
/* ================================================

- ハンバーガーボタン

================================================ */
.m-hamburgerBtn {
  display: block;
  margin-left: 23px;
  cursor: pointer;
  background-color: transparent;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  z-index: 20;
}
.m-hamburgerBtn .m-hamburgerBtn__line {
  position: relative;
  width: 28px;
  height: 35px;
}
.m-hamburgerBtn .m-hamburgerBtn__line span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.m-hamburgerBtn .m-hamburgerBtn__line span::before,
.m-hamburgerBtn .m-hamburgerBtn__line span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-transition: inherit;
  transition: inherit;
}
.m-hamburgerBtn .m-hamburgerBtn__line span::before {
  top: -8px;
}
.m-hamburgerBtn .m-hamburgerBtn__line span::after {
  top: 8px;
}

.m-hamburgerBtn.-active .m-hamburgerBtn__line span {
  background-color: transparent;
}
.m-hamburgerBtn.-active .m-hamburgerBtn__line span::before,
.m-hamburgerBtn.-active .m-hamburgerBtn__line span::after {
  top: 0;
  background-color: #FFFFFF;
}
.m-hamburgerBtn.-active .m-hamburgerBtn__line span::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.m-hamburgerBtn.-active .m-hamburgerBtn__line span::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.m-hamburgerBtn__txt {
  font-size: 0.875rem;
  letter-spacing: 0.18em;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-hamburgerBtn {
    display: block;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 8vw;
  }
}
/* ================================================

- ページ送り

================================================ */
.m-pagination {
  margin-top: 55px;
}

ul.m-pagination__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 21px;
}
ul.m-pagination__list li span,
ul.m-pagination__list li a {
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
ul.m-pagination__list li span:hover,
ul.m-pagination__list li a:hover {
  opacity: 0.7;
}
ul.m-pagination__list li.-prev {
  margin-right: 5px;
}
ul.m-pagination__list li.-next {
  margin-left: 5px;
}
ul.m-pagination__list li.-num span,
ul.m-pagination__list li.-num a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 36px;
  height: 46px;
  text-align: center;
  background-color: #00609e;
  -webkit-transition: background-color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: background-color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
ul.m-pagination__list li.-num span:hover,
ul.m-pagination__list li.-num a:hover {
  opacity: 1;
  background-color: #1e2570;
}
ul.m-pagination__list li.-num span.-active {
  background-color: #1e2570;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-pagination {
    margin-top: 40px;
    padding: 0 6.4vw;
  }
  ul.m-pagination__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    gap: 2.667vw;
  }
  ul.m-pagination__list li span,
  ul.m-pagination__list li a {
    font-size: 3.7333333333vw;
  }
  ul.m-pagination__list li.-prev {
    margin-right: 1.067vw;
  }
  ul.m-pagination__list li.-next {
    margin-left: 1.067vw;
  }
  ul.m-pagination__list li.-num span,
  ul.m-pagination__list li.-num a {
    width: 7.467vw;
    height: 11.2vw;
  }
}
/* ================================================

- パンくず

================================================ */
.m-breadcrumb {
  padding: 13px 0 13px;
  background-color: #13234d;
}

ol.m-breadcrumb__list {
  padding: 0 30px;
  letter-spacing: -0.4em;
}
ol.m-breadcrumb__list li {
  display: inline;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
ol.m-breadcrumb__list li a {
  color: #209bea;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
ol.m-breadcrumb__list li a:hover {
  opacity: 0.7;
}
ol.m-breadcrumb__list li:not(:first-child)::before {
  content: ">";
  display: inline-block;
  margin: 0 0.75em;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  ol.m-breadcrumb__list {
    padding: 0 6.4vw;
  }
  ol.m-breadcrumb__list li {
    font-size: 3.4666666667vw;
    line-height: 1.4;
  }
}
/* ================================================

- フロートボタン

================================================ */
.r-detail .m-floatBtn,
.recruit .m-floatBtn,
.partner .m-floatBtn {
  display: none;
}

.m-floatBtn {
  position: fixed;
  right: 40px;
  bottom: -60px;
  width: 163px;
  min-height: 163px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity, bottom 0.5s;
  transition: opacity, bottom 0.5s;
}
.m-floatBtn a {
  display: block;
  position: relative;
  -webkit-transition: opacity, -webkit-transform 0.3s;
  transition: opacity, -webkit-transform 0.3s;
  transition: opacity, transform 0.3s;
  transition: opacity, transform 0.3s, -webkit-transform 0.3s;
}
.m-floatBtn a:hover {
  opacity: 0.8;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.m-floatBtn.-active {
  bottom: 40px;
  opacity: 1;
}

.m-floatBtn__circle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 120px;
  min-height: 120px;
  background-color: #0385d9;
  border-radius: 100%;
}
.m-floatBtn__circle p {
  font-size: 1rem;
  line-height: 1.375;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
}

.m-floatBtn__txt {
  -webkit-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  -webkit-animation: rotate-txt 5.5s linear both infinite;
          animation: rotate-txt 5.5s linear both infinite;
}

.m-floatBtn.-academy .m-floatBtn__circle {
  background-color: #FFFFFF;
}
.m-floatBtn.-academy .m-floatBtn__circle p {
  color: var(--cc-blue);
}

@-webkit-keyframes rotate-txt {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  50% {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes rotate-txt {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  50% {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-floatBtn {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    right: auto;
    left: -2.667vw;
  }
  .m-floatBtn a:hover {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .m-floatBtn.-active {
    bottom: 2.667vw;
  }
}
/* ================================================

- SNSアイコン

================================================ */
ul.m-sns__list {
  gap: 10px 23px;
}
ul.m-sns__list li a {
  display: block;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
ul.m-sns__list li a:hover {
  opacity: 0.7;
}
ul.m-sns__list li a.-twitter svg {
  width: 17px;
  height: 17px;
}
ul.m-sns__list li a.-youtube svg {
  width: 17px;
  height: 17px;
}
ul.m-sns__list li a.-instagram svg {
  width: 18px;
  height: 18px;
}
ul.m-sns__list li a.-shop svg {
  width: 18px;
  height: 17px;
}
ul.m-sns__list li a.-facebook svg {
  width: 8px;
}
ul.m-sns__list li a.-ticket svg {
  width: 19px;
  height: 19px;
}

/*--- media screen ---*/
/* ================================================

- アコーディオン

================================================ */
.m-accordion__details {
  background-color: #FFFFFF;
}

.m-accordion__details:not(:first-of-type) {
  margin-top: 10px;
}

.m-accordion__summary {
  /* display: list-item; */ /* 外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  padding: 25px 40px 25px 76px;
  font-size: 1.0625rem;
  line-height: 1.475;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: var(--cc-hblue);
  position: relative;
  cursor: pointer;
}
.m-accordion__summary::before {
  content: "Q";
  position: absolute;
  top: 10px;
  left: 25px;
  font-size: 2.25rem;
  letter-spacing: 0.02em;
  color: var(--cc-lblue);
  font-family: "Teko", sans-serif;
  font-weight: 600;
}

/* Safariで表示されるデフォルトの三角形アイコンを消します */
summary.m-accordion__summary::-webkit-details-marker {
  display: none;
}

.m-accordion__icon {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: absolute;
  top: 38px;
  right: 45px;
}
.m-accordion__icon::before, .m-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 2px;
  background-color: var(--cc-lblue);
}
.m-accordion__icon::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-accordion__icon::after {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

/* アコーディオンが開いた時のスタイル */
details.m-accordion__details.-open .m-accordion__icon::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.m-accordion__content__txt {
  padding: 0px 40px 22px 94px;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.m-accordion__content__txt::before {
  content: "A";
  position: absolute;
  top: -5px;
  left: 47px;
  font-size: 2.25rem;
  letter-spacing: 0.02em;
  color: var(--cc-hblue);
  font-family: "Teko", sans-serif;
  font-weight: 600;
}
.m-accordion__content__txt p {
  font-size: 1.0625rem;
  line-height: 1.475;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--cc-hblue);
}

.js-details.-open .m-accordion__content__txt {
  opacity: 1;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-accordion__details:not(:first-of-type) {
    margin-top: 10px;
  }
  .m-accordion__summary {
    padding: 5.333vw 10.667vw 5.333vw 14.667vw;
    font-size: 4vw;
  }
  .m-accordion__summary::before {
    top: 1.333vw;
    left: 3.467vw;
    font-size: 9.0666666667vw;
  }
  .m-accordion__icon {
    top: 8vw;
    right: 8vw;
  }
  .m-accordion__icon::before, .m-accordion__icon::after {
    width: 16px;
  }
  .m-accordion__content__txt {
    padding: 0px 5.333vw 5.333vw 20vw;
  }
  .m-accordion__content__txt::before {
    top: -1.333vw;
    left: 9.333vw;
    font-size: 9.0666666667vw;
  }
  .m-accordion__content__txt p {
    font-size: 4vw;
  }
}
/* ================================================

- その他

================================================ */
.m-indent--kome li,
.m-indent--kome p {
  position: relative;
  padding-left: 1em;
}
.m-indent--kome li::before,
.m-indent--kome p::before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.m-indent--dot li,
.m-indent--dot p {
  position: relative;
  padding-left: 1em;
}
.m-indent--dot li::before,
.m-indent--dot p::before {
  display: block;
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.m-indent--square li,
.m-indent--square p {
  position: relative;
  padding-left: 1.25em;
}
.m-indent--square li::before,
.m-indent--square p::before {
  display: block;
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}

.m-indent--number {
  counter-reset: item;
}
.m-indent--number li {
  position: relative;
  padding-left: 1.25em;
}
.m-indent--number li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

a.-tel[href^="tel:"] {
  pointer-events: none;
}

.m-h-opacity a {
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.m-h-opacity a:hover {
  opacity: 0.7;
}

a.m-underline {
  position: relative;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
a.m-underline::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #209bea;
}

@media (hover: hover) {
  a.m-underline:-moz-any-link:hover {
    opacity: 0.7;
  }
  a.m-underline:any-link:hover {
    opacity: 0.7;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  a.-tel[href^="tel:"] {
    pointer-events: auto;
  }
}
/* ================================================

- タブ

================================================ */
.js-tab-panel {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow: hidden;
}

.js-tab-panel.-active {
  visibility: visible;
  opacity: 1;
  height: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ================================================

- BOO TIKCET

================================================ */
.m-booTicket {
  margin-top: 50px;
}

.m-booTicket__btn {
  max-width: 358px;
  width: 100%;
  margin: 0 auto;
}
.m-booTicket__btn a {
  display: block;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.m-booTicket__btn a img.-logo {
  display: block;
}
.m-booTicket__btn a span {
  display: block;
  margin-top: 23px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
.m-booTicket__btn a[href^="javascript:void(0)"] {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  cursor: default;
}

@media (hover: hover) {
  .m-booTicket__btn a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .m-booTicket__btn a:any-link:hover {
    opacity: 0.7;
  }
}
.m-booTicket__note {
  margin-top: 40px;
  text-align: center;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .m-booTicket {
    margin-top: 50px;
  }
  .m-booTicket__btn {
    width: 68vw;
  }
  .m-booTicket__btn a span {
    margin-top: 23px;
    font-size: 4.5333333333vw;
  }
  .m-booTicket__note {
    margin-top: 40px;
    text-align: left;
  }
}
/* ================================================

- トランジション

================================================ */
.v-enter-active,
.v-leave-active {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.v-enter-active {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.v-enter-to,
.v-leave-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.v-leave-to {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.v2-enter-active,
.v2-leave-active {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.v2-enter-active {
  opacity: 0;
}

.v2-enter-to,
.v2-leave-active {
  opacity: 1;
}

.v2-leave-to {
  opacity: 0;
}