@charset "UTF-8";
:root, *::before, *::after {
  --pd-01: 20px;
  --width-01: calc(430px + (var(--pd-01) * 2));
  --height-header: 50px;
  --outline: 2px solid #ccc;
  --transition: .2s;
  --z-menubtn: 13;
  --z-menubg: 12;
  --z-overlay: 11;
  --z-spmenu: 10;
}
/* リセット
============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
}
ul, ol {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
/* デフォルト
============================================================ */
body {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  color: #323232;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 150%;
}
ol {
  padding: 0 0 0 1.25em;
}
@media all and (max-width: 767px) {
  ol {
    padding: 0 0 0 1.5em;
  }
}
a {
  color: #01f;
  word-break: normal;
  overflow-wrap: anywhere;
  text-decoration: none;
  transition: opacity var(--transition) linear, color var(--transition) linear, border var(--transition) linear, background var(--transition) linear, box-shadow var(--transition) linear, text-shadow var(--transition) linear, filter var(--transition) linear;
  line-break: strict;
}
a:focus:not(:focus-visible) {
  outline: 0;
}
a:focus-visible {
  outline: var(--outline);
}
@media (any-hover: hover) {
  a:hover img {
    filter: brightness(1.1);
  }
}
@media (hover: none) {
  a:active img {
    filter: brightness(1.1);
  }
}
a img {
  transition: filter var(--transition) linear;
}
a::before, a::after {
  transition: var(--transition) linear;
}
button {
  min-height: 40px;
  padding: 0 10px;
  font-family: inherit;
  font-size: 16px;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  transition: var(--transition) linear;
  -webkit-tap-highlight-color: transparent;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button:focus-visible {
  outline: var(--outline);
}
img, picture {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/* レイアウト
============================================================ */
.l-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.l-wrapper.is-fixed {
  position: fixed;
  right: 0;
  left: 0;
  overflow-y: scroll;
}
.l-contents-wrap {
  position: relative;
  width: 100%;
  max-width: var(--width-01);
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.lottie-star {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.lottie-cloud {
  position: fixed;
  bottom: -4px;
  left: 0;
  width: 100%;
}
/* ----------------------------------------
メインエリア
---------------------------------------- */
.l-main {
  width: 100%;
  line-height: 150%;
}
:where(.l-main) p + p {
  margin: 1em 0 0;
}
:where(.l-main) ul:where(:not(.list-reset)) li {
  position: relative;
  padding: 0 0 0 1em;
}
:where(.l-main) ul:where(:not(.list-reset)) li::before {
  position: absolute;
  top: 0.5em;
  left: 3px;
  width: 6px;
  height: 6px;
  content: "";
  background: #d9d9d9;
  border-radius: 3px;
}
/* ヘッダー
---------------------------------------- */
.l-header {
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: var(--height-header);
  transform: translateX(-50%);
}
.header-inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
.nav-global {
  width: 100%;
}
.menu-global {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.menu-global li:nth-of-type(1) a {
  padding-left: 20px;
}
.menu-global li:nth-of-type(2) a {
  padding-left: 25px;
}
.menu-global-link {
  position: relative;
  display: block;
  width: 120px;
  padding-block: 9px;
  font-size: 80%;
  font-weight: bold;
  color: #323232;
  border: 1px solid;
  border-radius: 18px;
}
.menu-global-link::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23323232%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22m184.49%20136.49-80%2080a12%2012%200%200%201-17-17L159%20128%2087.51%2056.49a12%2012%200%201%201%2017-17l80%2080a12%2012%200%200%201-.02%2017z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.2s linear;
}
@media (any-hover: hover) {
  .menu-global-link:hover::after {
    transform: translateY(calc(-50% + 1px)) rotate(90deg);
  }
}
@media (hover: none) {
  .menu-global-link:active::after {
    transform: translateY(calc(-50% + 1px)) rotate(90deg);
  }
}
/* フッター
---------------------------------------- */
.l-footer {
  padding: 20px var(--pd-01);
  background: #323232;
}
@media all and (max-width: 767px) {
  .l-footer {
    padding-bottom: 60px;
  }
}
.footer-ttl {
  color: #fff;
  text-align: center;
}
.footer-logo {
  margin: 10px 0 0;
  text-align: center;
}
.footer-link {
  max-width: 260px;
  margin: 20px auto 0;
}
.footer-link-a {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  height: 50px;
  color: inherit;
  background: #c8c8c8;
  border-radius: 25px;
}
.footer-link-a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23323232%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22m184.49%20136.49-80%2080a12%2012%200%200%201-17-17L159%20128%2087.51%2056.49a12%2012%200%201%201%2017-17l80%2080a12%2012%200%200%201-.02%2017z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
  transition: 0.2s linear;
}
@media (any-hover: hover) {
  .footer-link-a:hover::after {
    transform: translate(1px, -50%);
  }
}
@media (hover: none) {
  .footer-link-a:active::after {
    transform: translate(1px, -50%);
  }
}
/* トップへ戻るボタン
---------------------------------------- */
.btn-to-top {
  position: fixed;
  right: var(--pd-01);
  bottom: calc(var(--pd-01) + 30px);
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: var(--transition) linear;
}
.btn-to-top.is-visible {
  pointer-events: auto;
  opacity: 1;
}
.btn-to-top.is-rising {
  transform: translateY(-10px);
}
.btn-to-top.is-rising .link-to-top {
  background-image: url("/asset/img/link_totop_rising.png");
}
.btn-to-top.is-rising .link-to-top::after {
  transform: translateX(-50%) translateY(10px);
}
@media all and (max-width: 767px) {
  .btn-to-top {
    right: 10px;
    bottom: 35px;
  }
}
.link-to-top {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 106px;
  height: 136px;
  font-size: 88%;
  color: transparent;
  background: url("/asset/img/link_totop_normal.png") no-repeat bottom center;
  background-size: 100%;
  transform: scale(1);
  transition: var(--transition) linear;
}
.link-to-top::after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  display: block;
  width: 70px;
  padding: 4px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  content: "To Top";
  background: #323232;
  border-radius: 15px;
  transform: translateX(-50%);
}
.link-to-top:focus:not(:focus-visible) {
  outline: 0;
}
.link-to-top:focus-visible {
  outline: var(--outline);
}
@media all and (max-width: 767px) {
  .link-to-top {
    width: 53px;
    height: 68px;
  }
  .link-to-top::after {
    bottom: -25px;
    width: 60px;
    font-size: 12px;
  }
}
.l-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("/asset/img/bg_pc.png") no-repeat;
  background-position: center;
  background-size: cover;
}
:is(.l-pc-left, .l-pc-right) {
  position: absolute;
  width: calc((100% - var(--width-01)) / 2);
  height: 100vh;
}
@media all and (max-width: 920px) {
  :is(.l-pc-left, .l-pc-right) {
    display: none;
  }
}
.l-pc-left {
  left: 0;
}
.l-pc-right {
  right: 0;
}
:is(.l-pc-left-contents, .l-pc-right-contents) {
  position: absolute;
  top: calc(50% - 60px);
  transform: translateY(-50%);
}
.l-pc-left-contents {
  right: 10%;
  padding-left: 10%;
}
.sns-pc {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 40px 0 0;
}
.sns-pc-link {
  display: grid;
  place-content: center;
  width: 38px;
  height: 38px;
  color: inherit;
  background: #fff;
  border-radius: 2px;
  transition: 0.2s linear;
}
@media (any-hover: hover) {
  .sns-pc-link:hover {
    transform: translateY(-2px);
  }
}
@media (hover: none) {
  .sns-pc-link:active {
    transform: translateY(-2px);
  }
}
.l-pc-right-contents {
  left: 10%;
}
.pc-contents-ttl {
  font-weight: bold;
  text-align: center;
}
.nav-pc {
  width: 200px;
}
@media all and (max-width: 1100px) {
  .nav-pc {
    width: 160px;
  }
}
.menu-pc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0 0;
}
.menu-pc-link {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  padding-block: 20px;
  font-weight: bold;
  color: inherit;
  background: #fff;
  border: 1px solid #323232;
  border-radius: 30px;
}
.menu-pc-link::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23323232%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22m184.49%20136.49-80%2080a12%2012%200%200%201-17-17L159%20128%2087.51%2056.49a12%2012%200%201%201%2017-17l80%2080a12%2012%200%200%201-.02%2017z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.2s transform linear;
}
@media (any-hover: hover) {
  .menu-pc-link:hover::after {
    transform: translateY(calc(-50% + 2px)) rotate(90deg);
  }
}
@media (hover: none) {
  .menu-pc-link:active::after {
    transform: translateY(calc(-50% + 2px)) rotate(90deg);
  }
}
.menu-pc-link.is-active {
  color: #fff;
  background: #ff7101;
}
.menu-pc-link.is-active::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22m184.49%20136.49-80%2080a12%2012%200%200%201-17-17L159%20128%2087.51%2056.49a12%2012%200%201%201%2017-17l80%2080a12%2012%200%200%201-.02%2017z%22%2F%3E%3C%2Fsvg%3E");
}
@media all and (max-width: 1100px) {
  .menu-pc-link::after {
    right: 10px;
  }
}
.sec-intro {
  position: relative;
  display: grid;
  place-content: center;
  padding-block: 90px 120px;
  background: url("/asset/img/img_01.png") no-repeat;
  background-position: center;
  background-size: cover;
}
.sec-intro::after {
  position: absolute;
  bottom: -1px;
  z-index: 2;
  display: block;
  width: 100%;
  height: 72px;
  content: "";
  background: url("/asset/img/img_03.png") no-repeat;
  background-size: cover;
}
@media all and (max-width: 767px) {
  .type-mobile .sec-intro {
    min-height: 100svh;
    overflow: hidden;
  }
}
:is(.intro-img-01, .intro-img-02, .intro-img-03) {
  position: absolute;
  z-index: 1;
}
.intro-img-01 {
  top: 14%;
  right: 16px;
  animation: move-01 3s infinite alternate ease-in-out;
}
.type-mobile .intro-img-01 {
  top: 20%;
  right: 4px;
}
.type-mobile .intro-img-01 img {
  width: 100px;
}
@keyframes move-01 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px) rotate(2deg);
  }
}
.intro-img-02 {
  top: 38%;
  left: 6px;
  animation: move-02 3s 0.5s infinite alternate ease-in-out;
}
.type-mobile .intro-img-02 {
  top: 68%;
}
.type-mobile .intro-img-02 img {
  width: 90px;
}
@keyframes move-02 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px) rotate(-2deg);
  }
}
.intro-img-03 {
  right: 16px;
  bottom: 4%;
  animation: move-03 3s 0.75s infinite alternate ease-in-out;
}
.type-mobile .intro-img-03 {
  right: 8px;
}
.type-mobile .intro-img-03 img {
  width: 106px;
}
@keyframes move-03 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px) rotate(2deg);
  }
}
.intro-logo {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media all and (min-width: 431px) {
  .intro-logo {
    width: 270px;
  }
}
@media all and (max-width: 430px) {
  .intro-logo img {
    width: 250px;
  }
}
.about-header {
  position: relative;
  min-height: 242px;
  padding-block: 44px 92px;
  overflow: hidden;
  background: url("/asset/img/img_04.png") top no-repeat;
  background-size: cover;
}
.about-header::after {
  position: absolute;
  bottom: -1px;
  z-index: 3;
  display: block;
  width: 100%;
  height: 72px;
  content: "";
  background: url("/asset/img/img_03.png") no-repeat;
  background-size: cover;
}
.about-header-point {
  position: relative;
  z-index: 1;
  width: 200px;
  margin-inline: auto;
}
.about-header-label {
  position: absolute;
  top: calc(-0.5em - 10px);
  left: 50%;
  display: inline-block;
  width: 60%;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background: #006dc5;
  border-radius: 1em;
  transform: translateX(-50%);
}
.about-header-box {
  display: grid;
  place-items: center;
  padding-block: 28px 20px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 2px 3px 0 rgba(95, 175, 255, 0.7);
}
.about-header-box ul li {
  padding: 0 0 0 20px;
}
.about-header-box ul li + li {
  margin: 5px 0 0;
}
.about-header-box ul li::before {
  top: calc(50% - 7px);
  left: 0;
  width: 14px;
  height: 14px;
  background: url("/asset/img/img_06.png") no-repeat;
  background-size: cover;
}
.about-header-img {
  position: absolute;
  bottom: 17px;
  left: 50%;
  z-index: 2;
  width: calc(100% - 40px);
  text-align: center;
  opacity: 0;
  transform: translateX(-50%) translateY(100px);
  transition: 0.5s ease-in-out;
}
.about-header-img.is-fadein {
  opacity: 1;
  transform: translateX(-50%);
}
.about-contents {
  padding: 40px var(--pd-01) 200px;
  background-color: #fff;
}
.about-ttl-secondary {
  margin: 30px 0 0;
  font-size: 125%;
  color: #e74291;
}
.about-ttl-secondary::before {
  font-size: 70%;
  content: "#";
}
.about-ttl-secondary::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 2px;
  content: "";
  background: url("/asset/img/anime_kirakira.png") no-repeat;
  background-size: contain;
}
.sec-flow {
  position: relative;
  background: #ffd54a;
}
.sec-flow::before {
  position: absolute;
  top: -72px;
  z-index: 3;
  display: block;
  width: 100%;
  height: 72px;
  content: "";
  background: url("/asset/img/img_07.png") no-repeat;
  background-size: cover;
}
.flow-img {
  position: absolute;
  top: -10em;
  z-index: 4;
  padding-inline: var(--pd-01);
}
.flow-img.is-fadein {
  animation: poyoyon2 0.8s ease-in-out forwards;
}
@keyframes poyoyon2 {
  0% {
    transform: scale(1, 1) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
}
.flow-contents {
  padding: 100px var(--pd-01) 130px;
  background-color: #ffd54a;
}
.flow-list {
  margin: 20px 0 0;
}
.flow-item {
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}
.flow-item + .flow-item {
  margin: 20px 0 0;
}
.flow-item-header {
  display: grid;
  grid-template-columns: 63px auto;
  gap: 10px;
  align-items: center;
}
.flow-item-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 61px;
  padding-top: 3px;
  background: #ffd54a;
  border-radius: 5px;
}
.flow-item-step {
  font-size: 18px;
}
.flow-item-count {
  font-size: 28px;
}
.flow-item-title {
  font-size: 20px;
  font-weight: bold;
}
.flow-item-contents {
  margin: 10px 0 0;
}
.sec-tournament {
  position: relative;
  background: #62c9ee;
}
.sec-tournament::before {
  position: absolute;
  top: -72px;
  z-index: 3;
  display: block;
  width: 100%;
  height: 72px;
  content: "";
  background: url("/asset/img/img_11.png") no-repeat;
  background-size: cover;
}
.sec-tournament::after {
  position: absolute;
  bottom: -1px;
  z-index: 3;
  display: block;
  width: 100%;
  height: 72px;
  content: "";
  background: url("/asset/img/img_03.png") no-repeat;
  background-size: cover;
}
.tournament-contents {
  padding: 30px var(--pd-01) 0;
}
.tournament-sponsor {
  margin: 20px 0 0;
  text-align: center;
}
.tournament-list {
  margin: 20px 0 0;
}
.tournament-item {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}
.tournament-item + .tournament-item {
  margin: 20px 0 0;
}
.tournament-item-header h3 {
  font-size: 125%;
}
.dt-width5em {
  display: grid;
  grid-template-columns: 5em auto;
  gap: 0 1em;
  margin: 10px 0 0;
}
.tournament-item-contents {
  padding: 20px 0 0;
  margin: 10px 0 0;
  border-top: 2px solid #666;
}
.tournament-item-prize {
  display: grid;
  grid-template-columns: auto 85px;
  gap: 10px;
}
.tournament-item-prize + .tournament-item-prize {
  margin: 10px 0 0;
}
@media all and (max-width: 767px) {
  .tournament-item-prize {
    grid-template-columns: auto 65px;
  }
}
.tournament-item-prize-label {
  display: inline-block;
  padding: 2px 10px;
  color: #fff;
  background: #3f62d4;
  border-radius: 4px;
}
.tournament-item-prize-txt {
  margin: 5px 0 0;
  word-break: normal;
  overflow-wrap: anywhere;
}
.s-fz-s {
  font-size: 76%;
}
.tournament-item-link {
  margin: 15px 0 0;
}
.tournament-item-link-a {
  position: relative;
  display: grid;
  place-content: center;
  height: 60px;
  font-size: 18px;
  color: #fff;
  background: #ff7101;
  border-radius: 30px;
}
.tournament-item-link-a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22m184.49%20136.49-80%2080a12%2012%200%200%201-17-17L159%20128%2087.51%2056.49a12%2012%200%201%201%2017-17l80%2080a12%2012%200%200%201-.02%2017z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
  transition: 0.2s linear;
}
@media (any-hover: hover) {
  .tournament-item-link-a:hover::after {
    transform: translate(1px, -50%);
  }
}
@media (hover: none) {
  .tournament-item-link-a:active::after {
    transform: translate(1px, -50%);
  }
}
.tournament-item-link-a[href="#"] {
  pointer-events: none;
  background: #aaa;
}
.tournament-img {
  position: relative;
  z-index: 5;
  height: 264px;
}
:is(.tournament-img-a, .tournament-img-b, .tournament-img-c) {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.tournament-img-a {
  z-index: 7;
}
.tournament-img-b {
  z-index: 8;
  opacity: 0;
  transition: 0.2s linear;
}
.tournament-img-b.is-fadein {
  opacity: 1;
}
.tournament-img-c {
  z-index: 6;
  opacity: 0;
  transform: scale(0);
  transition: 0.5s ease-in-out;
}
.tournament-img-c.is-fadein {
  opacity: 1;
  transform: scale(1);
}
@media all and (max-width: 767px) {
  .tournament-img-c {
    left: var(--pd-01);
    width: calc(100% - var(--pd-01) * 2);
  }
}
/* not found
============================================================ */
.sec-notfound {
  position: relative;
  display: grid;
  place-content: center;
  padding-block: 90px 120px;
  background: #72cbef;
}
/* 汎用スタイル
============================================================ */
.cmn-ttl {
  display: inline-block;
  padding-inline: 5px 10px;
  font-size: 162%;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.5em;
}
.cmn-ttl::before {
  margin-right: 10px;
  content: "#";
}
.cmn-ttl.color-yellow {
  background-image: repeating-linear-gradient(-45deg, #ffd54a 0, #ffd54a 4px, transparent 4px, transparent 8px);
}
.cmn-ttl.color-white {
  position: relative;
  background-image: repeating-linear-gradient(-45deg, #fff 0, #fff 4px, transparent 4px, transparent 8px);
}
.cmn-ttl.color-white::after {
  position: absolute;
  top: 11px;
  right: -33px;
  display: inline-block;
  width: 25px;
  height: 25px;
  content: "";
  background: url("/asset/img/anime_vector.png") no-repeat;
  background-size: contain;
}
.cmn-ttl-en {
  font-size: 92%;
}
.cmn-maru-gothic {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
}
/* --- 表示/非表示 ------------------- */
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
.tb-only {
  display: none;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .tb-only {
    display: unset;
  }
}
/* --- 余白 ------------------- */
.m-t05em {
  margin-top: 0.5em;
}
.m-t1em {
  margin-top: 1em;
}
.m-t2em {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .sp-only-m-t1em {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sp-only-m-t1em {
    margin-top: 1em;
  }
}
/* --- 文字詰め ------------------- */
.set-center {
  text-align: center;
}
.set-left {
  text-align: left;
}
.set-right {
  text-align: right;
}