@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: inherit;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
textarea {
  -webkit-appearance: none;
  appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

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

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

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

/* html
---------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

/* body
---------------------------------------------------------------------*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* site config
---------------------------------------------------------------------*/
/* functions：2024.ver_1.0 版
---------------------------------------------------------------------*/
/* setting / mixin
---------------------------------------------------------------------*/
/* site config
---------------------------------------------------------------------*/
/* reset：2021.ver_1.2 版
---------------------------------------------------------------------*/
article, aside, details, figcaption, figure, iframe,
footer, header, hgroup, menu, nav, section, img, svg, small,
*::before, *::after {
  display: block;
}

html {
  overflow-y: scroll;
}

body {
  position: relative;
  min-height: 100vh;
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: 0.7s;
  color: #111111;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* all

------------------------------------------------------------------------------------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  color: #111111;
  overflow: hidden;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* wordpress

------------------------------------------------------------------------------------------------------------------------------------------*/
/* wp-ac
---------------------------------------------------------------------*/
.wp-ac {
  line-height: 1.8;
  /* 画像アイテム */
}
.wp-ac::after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
  /*モダンブラウザ隙間対策*/
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.wp-ac * {
  margin: 0;
  color: inherit;
}
.wp-ac > * + * {
  margin-top: 1em;
}
.wp-ac .alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.wp-ac .alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.wp-ac .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.wp-ac .aligncenter > * {
  display: inline-block;
}
.wp-ac img {
  max-width: 100%;
  height: auto;
}
.wp-ac img.size-auto, .wp-ac img.size-full, .wp-ac img.size-large, .wp-ac img.size-medium, .attachment .wp-ac img, .widget-container .wp-ac img {
  max-width: 100%;
  height: auto;
}
.wp-ac img.alignleft, .wp-ac img.alignright, .wp-ac img.aligncenter {
  margin-bottom: 30px;
}
.wp-ac img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.wp-ac img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.wp-ac img.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.wp-ac a {
  text-decoration: underline;
  color: #333;
}
.wp-ac a:hover {
  text-decoration: none;
}
.wp-ac * + p {
  margin-top: 1em;
}
.wp-ac ul {
  list-style-type: disc;
  margin: 1em 0 0 1.5em;
}
.wp-ac ul ul, .wp-ac ul ol {
  margin-top: 0;
}
.wp-ac ol {
  list-style: decimal;
  margin: 1em 0 0 1.5em;
}
.wp-ac ol ul, .wp-ac ol ol {
  margin-top: 0;
}
.wp-ac ol ol {
  list-style: decimal;
}
.wp-ac h1, .wp-ac h2, .wp-ac h3, .wp-ac h4, .wp-ac h5, .wp-ac h6 {
  clear: both;
  font-weight: 700;
}
.wp-ac dl {
  margin: 1em 0 0;
}
.wp-ac dt {
  font-weight: 700;
}
.wp-ac dd {
  margin-bottom: 1em;
}
.wp-ac strong {
  font-weight: 700;
}
.wp-ac cite, .wp-ac em, .wp-ac i {
  font-style: italic;
}
.wp-ac big {
  font-size: 131.25%;
}
.wp-ac ins {
  background: #ffc;
  text-decoration: none;
}
.wp-ac blockquote {
  background: #EDEDED;
  padding: 1em;
}
.wp-ac blockquote cite, .wp-ac blockquote em, .wp-ac blockquote i {
  font-style: normal;
}
.wp-ac pre {
  background: #EDEDED;
  overflow: auto;
  color: #222;
  padding: 2em;
  margin-top: 1em;
}
.wp-ac abbr, .wp-ac acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.wp-ac sup, .wp-ac sub {
  vertical-align: baseline;
  position: relative;
  line-height: 1;
  height: 0;
}
.wp-ac sup {
  bottom: 1ex;
}
.wp-ac sub {
  top: 0.5ex;
}
.wp-ac small {
  font-size: smaller;
}
.wp-ac p#edit {
  border: 20px #004889 solid;
  background: url(/common/img/logo_s_white.png) no-repeat right center #004889;
  clear: both;
  color: #FFF;
  margin: 60px 0;
}
.wp-ac p#edit a {
  color: #FFF;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* .ff-oswald

------------------------------------------------------------------------------------------------------------------------------------------*/
.ff-oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.ff-zen-kaku-gothic-new {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}

.ff-noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.ff-roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* [class*="list"]

------------------------------------------------------------------------------------------------------------------------------------------*/
*[class*=list][class*=banners] {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (min-width: 768px) {
  *[class*=list][class*=banners] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 1024px) {
  *[class*=list][class*=banners] {
    grid-template-columns: repeat(5, 1fr);
  }
}
*[class*=list][class*=banners] > * a:focus {
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  *[class*=list][class*=banners] > * a:hover {
    opacity: 0.6;
  }
}
*[class*=list][class*=sns] {
  display: flex;
  gap: 8px;
}
*[class*=list][class*=sns] > * {
  aspect-ratio: 1/1;
  width: 32px;
}
*[class*=list][class*=sns] > * a:focus {
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  *[class*=list][class*=sns] > * a:hover {
    opacity: 0.6;
  }
}
*[class*=list][class*=news] > li {
  padding-block: clamp(16px, 1.875vw, 24px);
  border-top: solid 1px #CCCCCC;
}
*[class*=list][class*=news] > li:last-of-type {
  border-bottom: solid 1px #CCCCCC;
}
@media print, screen and (min-width: 768px) {
  *[class*=list][class*=news] > li:last-of-type {
    border-bottom: none;
  }
}
*[class*=list][class*=news] > li a {
  display: grid;
  border-left: 8px solid #FF7719;
  padding-left: clamp(12px, 1.875vw, 24px);
}
*[class*=list][class*=news] > li a:focus p {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  *[class*=list][class*=news] > li a:hover p {
    text-decoration: underline;
  }
}
*[class*=list][class*=news] > li a h4 {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-weight: 700;
  font-size: 1.6rem;
}
*[class*=list][class*=news] > li a h4 .cat_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #FF7719;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  color: #FFFFFF;
  padding-inline: 10px;
  min-width: 100px;
  height: 22px;
}
*[class*=list][class*=column] {
  display: grid;
}
@media print, screen and (min-width: 768px) {
  *[class*=list][class*=column][class*=three] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1024px) {
  *[class*=list][class*=column][class*=three] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 768px) {
  *[class*=list][class*=column][class*=four] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1024px) {
  *[class*=list][class*=column][class*=four] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 1450px) {
  *[class*=list][class*=column][class*=four] {
    grid-template-columns: repeat(4, 1fr);
  }
}
*[class*=list][class*=column][class*=five] {
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (min-width: 768px) {
  *[class*=list][class*=column][class*=five] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 1024px) {
  *[class*=list][class*=column][class*=five] {
    grid-template-columns: repeat(5, 1fr);
  }
}
*[class*=list][class*=number] > li {
  display: flex;
  align-items: baseline;
  counter-increment: num;
}
*[class*=list][class*=number] > li::before {
  content: "（" counter(num) "）";
  display: block;
}
*[class*=list][class*=disc_orange] > li {
  display: flex;
  column-gap: 8px;
  align-items: baseline;
  font-weight: 500;
  line-height: 1.6;
}
*[class*=list][class*=disc_orange] > li + li {
  margin-top: 5px;
}
*[class*=list][class*=disc_orange] > li::before {
  content: "";
  display: block;
  background-color: #FF7719;
  clip-path: circle(5px);
  aspect-ratio: 1/1;
  min-width: clamp(10px, 0.9375vw, 12px);
  width: clamp(10px, 0.9375vw, 12px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* ttl_[style??]

------------------------------------------------------------------------------------------------------------------------------------------*/
*[class*=ttl][class*=style01] {
  display: inline-flex;
  align-items: center;
  column-gap: clamp(8px, 1.875vw, 24px);
  font-weight: 900;
  font-size: clamp(3.6rem, 5vw, 6.4rem);
  line-height: 1.4;
}
*[class*=ttl][class*=style01] small {
  background-color: #111111;
  font-size: clamp(1.2rem, 1.875vw, 2.4rem);
  line-height: 1.4;
  color: #FFFFFF;
  padding: 0 clamp(6px, 0.625vw, 8px);
}
*[class*=ttl][class*=style02] {
  font-weight: 700;
  font-size: clamp(2.4rem, 2.5vw, 3.2rem);
  line-height: 1.4;
}
*[class*=ttl][class*=style03] {
  border-left: #FF7719 solid clamp(5px, 0.625vw, 8px);
  font-weight: 700;
  font-size: clamp(1.8rem, 1.875vw, 2.4rem);
  line-height: 1.2;
  padding-left: clamp(8px, 0.9375vw, 12px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* btn[??]

------------------------------------------------------------------------------------------------------------------------------------------*/
*[class*=btn][class*="01"] {
  display: inline-flex;
  column-gap: 24px;
  border-radius: 5px;
  border: solid 1px #111111;
  background-color: #FFFFFF;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  padding: clamp(14px, 1.25vw, 16px) 24px;
}
*[class*=btn][class*="01"]::after {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../img/icon/icn-arrow01_black.svg);
  aspect-ratio: 1/1.75;
  width: 8px;
}
*[class*=btn][class*="01"]:focus {
  background-color: #FF7719;
  color: #FFFFFF;
}
*[class*=btn][class*="01"]:focus::after {
  background-image: url(../img/icon/icn-arrow01_white.svg);
}
@media (hover: hover) and (pointer: fine) {
  *[class*=btn][class*="01"]:hover {
    background-color: #FF7719;
    color: #FFFFFF;
  }
  *[class*=btn][class*="01"]:hover::after {
    background-image: url(../img/icon/icn-arrow01_white.svg);
  }
}
*[class*=btn][class*="02"] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #111111;
  background-color: #FFFFFF;
  font-weight: 700;
  padding: clamp(14px, 1.25vw, 16px) clamp(16px, 1.875vw, 24px);
  height: clamp(48px, 4.375vw, 56px);
}
*[class*=btn][class*="02"]::after {
  content: "";
  display: block;
  background: url(../img/icon/icn-arrow01_black.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1.75;
  width: 8px;
}
*[class*=btn][class*="02"]:focus {
  background-color: #111111;
  color: #FFFFFF;
}
*[class*=btn][class*="02"]:focus::after {
  background-image: url(../img/icon/icn-arrow01_white.svg);
}
@media (hover: hover) and (pointer: fine) {
  *[class*=btn][class*="02"]:hover {
    background-color: #111111;
    color: #FFFFFF;
  }
  *[class*=btn][class*="02"]:hover::after {
    background-image: url(../img/icon/icn-arrow01_white.svg);
  }
}
*[class*=btn][class*="02"].color02 {
  border-color: #FF7719;
}
*[class*=btn][class*="02"].color02::after {
  background-image: url(../img/icon/icn-arrow01_orange.svg);
}
*[class*=btn][class*="02"].color02:focus {
  background-color: #FF7719;
  color: #FFFFFF;
}
*[class*=btn][class*="02"].color02:focus::after {
  background-image: url(../img/icon/icn-arrow01_white.svg);
}
@media (hover: hover) and (pointer: fine) {
  *[class*=btn][class*="02"].color02:hover {
    background-color: #FF7719;
    color: #FFFFFF;
  }
  *[class*=btn][class*="02"].color02:hover::after {
    background-image: url(../img/icon/icn-arrow01_white.svg);
  }
}
*[class*=btn][class*="02"].btn_center {
  justify-content: center;
  position: relative;
}
*[class*=btn][class*="02"].btn_center::after {
  transform: translateY(-50%);
  position: absolute;
  right: clamp(16px, 1.875vw, 24px);
  top: 50%;
}
*[class*=btn][class*="02"].none_link {
  pointer-events: none;
}
*[class*=btn][class*="02"].none_link::after {
  display: none;
}
*[class*=btn][class*="03"] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #FF7719;
  background-color: #FF7719;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.5625vw, 2rem);
  color: #FFFFFF;
  height: clamp(64px, 7.5vw, 96px);
}
*[class*=btn][class*="03"]::after {
  content: "";
  display: block;
  background: url(../img/icon/icn-arrow01_white.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1.75;
  width: 8px;
  transform: translateY(-50%);
  position: absolute;
  right: clamp(20px, 1.875vw, 24px);
  top: 50%;
}
*[class*=btn][class*="03"]:focus {
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  *[class*=btn][class*="03"]:hover {
    opacity: 0.6;
  }
}
*[class*=btn][class*="04"] {
  display: block;
  position: relative;
  border-left: 5px solid #FF7719;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  padding-inline: 12px calc(8px + clamp(20px, 1.875vw, 24px) * 2);
  padding-left: 12px;
}
*[class*=btn][class*="04"]::after {
  content: "";
  display: block;
  background: url(../img/icon/icn-arrow01_orange.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1.75;
  width: 8px;
  transform: translateY(-50%);
  position: absolute;
  right: clamp(20px, 1.875vw, 24px);
  top: 50%;
}
*[class*=btn][class*="04"]:focus {
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  *[class*=btn][class*="04"]:hover {
    opacity: 0.6;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* [??]_slider_nav

------------------------------------------------------------------------------------------------------------------------------------------*/
*[class*=slider_nav].slick-slider {
  display: grid;
  grid-template-columns: 1fr repeat(2, 12px);
  column-gap: 16px;
  align-items: center;
  margin-bottom: 0 !important;
  margin-top: clamp(24px, 2.5vw, 32px);
}
*[class*=slider_nav].slick-slider .slick-list {
  display: none;
}
*[class*=slider_nav].slick-slider .slick-arrow {
  background: url(../img/icon/icn-arrow01_black.svg) no-repeat center;
  background-size: 100% auto;
  position: static;
  transform: translate(0, 0);
  aspect-ratio: 1/1.75;
  height: auto;
  width: auto;
}
*[class*=slider_nav].slick-slider .slick-arrow::before {
  content: "";
}
*[class*=slider_nav].slick-slider .slick-prev {
  transform: rotate(180deg);
  order: 2;
}
*[class*=slider_nav].slick-slider .slick-next {
  order: 3;
}
*[class*=slider_nav].slick-slider .slick-dots {
  order: 1;
  display: flex;
  position: static;
}
@media print, screen and (min-width: 1280px) {
  *[class*=slider_nav].slick-slider .slick-dots {
    padding-right: 12px;
  }
}
*[class*=slider_nav].slick-slider .slick-dots li, *[class*=slider_nav].slick-slider .slick-dots li button {
  padding: 0;
  margin: 0;
  height: 3px;
  width: auto;
}
*[class*=slider_nav].slick-slider .slick-dots li::before, *[class*=slider_nav].slick-slider .slick-dots li button::before {
  content: "";
  display: none;
}
*[class*=slider_nav].slick-slider .slick-dots > li {
  flex: auto;
}
*[class*=slider_nav].slick-slider .slick-dots > li button {
  width: 100%;
}
*[class*=slider_nav].slick-slider .slick-dots > li:not(.slick-active) button {
  background-color: #CCCCCC;
}
*[class*=slider_nav].slick-slider .slick-dots > li.slick-active button {
  background-color: #111111;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* box_[??]

------------------------------------------------------------------------------------------------------------------------------------------*/
*[class^=box][class*=member] {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 300px;
}
*[class^=box][class*=member]:focus img {
  transform: scale(1.1, 1.1);
}
@media (hover: hover) and (pointer: fine) {
  *[class^=box][class*=member]:hover img {
    transform: scale(1.1, 1.1);
  }
}
*[class^=box][class*=member] > *:not(img) {
  position: absolute;
  z-index: 1;
}
*[class^=box][class*=member] img {
  aspect-ratio: 1/1.333;
  object-fit: cover;
  width: 100%;
  transition: all 0.7s;
}
*[class^=box][class*=member] h4 {
  display: flex;
  align-items: end;
  column-gap: clamp(10px, 1.5625vw, 20px);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  font-size: clamp(2rem, 2.1875vw, 2.8rem);
  color: #FFFFFF;
  padding: clamp(12px, 1.40625vw, 18px) clamp(12px, 1.25vw, 16px);
  height: clamp(110px, 12.5vw, 160px);
  width: 100%;
  bottom: 0;
}
*[class^=box][class*=member] h4 b {
  font-size: clamp(5.4rem, 6.25vw, 8rem);
  line-height: 1.2;
}
*[class^=box][class*=member] .position {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E22F00;
  font-weight: 700;
  line-height: 1.2;
  color: #FFFFFF;
  padding-inline: 10px;
  min-height: clamp(24px, 2.5vw, 32px);
  min-width: clamp(64px, 7.5vw, 96px);
}
*[class^=box][class*=schedule] {
  display: block;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border: solid 1px #CCCCCC;
  height: 100%;
}
*[class^=box][class*=schedule]:focus {
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  *[class^=box][class*=schedule]:hover {
    opacity: 0.6;
  }
}
*[class^=box][class*=schedule] .top {
  background-color: #111111;
  text-align: center;
  color: #FFFFFF;
  padding: clamp(10px, 0.9375vw, 12px) clamp(12px, 1.25vw, 16px) clamp(12px, 1.25vw, 16px);
}
*[class^=box][class*=schedule] .top .date {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(1.2rem, 1.40625vw, 1.8rem);
}
*[class^=box][class*=schedule] .top .date strong {
  font-size: clamp(2rem, 2.5vw, 3.2rem);
  line-height: 1;
}
*[class^=box][class*=schedule] .top .time, *[class^=box][class*=schedule] .top .loca {
  font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
}
*[class^=box][class*=schedule] .btm {
  padding: clamp(12px, 1.875vw, 24px) 12px;
}
*[class^=box][class*=schedule] .btm .teams_logo {
  position: relative;
}
*[class^=box][class*=schedule] .btm .teams_logo::before {
  content: "";
  display: block;
  background: url(../img/icon/icn-arrow01_black.svg) no-repeat center;
  background-size: 100% auto;
  aspect-ratio: 1/1.75;
  width: 8px;
  transform: translateY(-50%);
  position: absolute;
  right: clamp(4px, 0.9375vw, 12px);
  top: 50%;
}
*[class^=box][class*=schedule] .btm .teams_logo img {
  margin-inline: auto;
}
*[class^=box][class*=schedule] .btm * + .teams_name {
  margin-top: clamp(8px, 2.34375vw, 30px);
}
*[class^=box][class*=schedule] .btm .teams_name {
  display: flex;
  justify-content: center;
  column-gap: clamp(8px, 1.25vw, 16px);
  font-weight: 700;
  font-size: clamp(1rem, 1.25vw, 1.6rem);
}
*[class^=box][class*=schedule] .btm .teams_name::before {
  content: "vs";
  display: block;
  font-size: clamp(1rem, 1.25vw, 1.6rem);
  color: #CCCCCC;
}
*[class^=box][class*=schedule] .btm * + .match_result {
  text-align: center;
  margin-top: clamp(8px, 1.09375vw, 14px);
}
*[class^=box][class*=schedule] .btm .match_result {
  padding-inline: 64px;
}
@media print, screen and (min-width: 1280px) {
  *[class^=box][class*=schedule] .btm .match_result {
    padding-inline: 32px;
  }
}
*[class^=box][class*=schedule] .btm .match_result span {
  font-weight: 700;
}
*[class^=box][class*=schedule] .btm .match_result span.win, *[class^=box][class*=schedule] .btm .match_result span.defeat {
  position: relative;
  font-size: 3.2rem;
}
*[class^=box][class*=schedule] .btm .match_result span.win::before, *[class^=box][class*=schedule] .btm .match_result span.defeat::before {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  transform: translateX(calc((100% + 5px) * -1));
  position: absolute;
  left: 0;
}
*[class^=box][class*=schedule] .btm .match_result span.win::before {
  content: "〇";
  color: #FF7719;
}
*[class^=box][class*=schedule] .btm .match_result span.defeat::before {
  content: "×";
  color: #666666;
}
*[class^=box][class*=schedule] .btm .match_result span.draw {
  position: relative;
  font-size: 3.2rem;
}
*[class^=box][class*=schedule] .btm .match_result span.cancel {
  display: block;
  background-color: #666666;
  font-size: clamp(1.6rem, 1.5625vw, 2rem);
  line-height: 1.6;
  color: #FFFFFF;
  padding: clamp(5px, 0.625vw, 8px);
}
*[class^=box][class*=schedule].none_link {
  pointer-events: none;
}
*[class^=box][class*=schedule].none_link .btm .teams_logo::before {
  display: none;
}
*[class^=box][class*=data] > * + * {
  margin-top: 24px;
}
*[class^=box][class*=data] > * + .text_btn {
  margin-top: clamp(32px, 3.75vw, 48px);
}
*[class^=box][class*=data] .data_list {
  border-bottom: 1px solid #CCCCCC;
}
@media print, screen and (min-width: 768px) {
  *[class^=box][class*=data] .data_list {
    display: grid;
    grid-template-columns: clamp(140px, 14.0625vw, 180px) 1fr;
  }
}
*[class^=box][class*=data] .data_list > dt {
  border-top: 1px solid #CCCCCC;
  font-weight: 700;
  padding-top: clamp(16px, 1.875vw, 24px);
}
@media print, screen and (min-width: 768px) {
  *[class^=box][class*=data] .data_list > dt {
    padding-bottom: clamp(16px, 1.875vw, 24px);
  }
}
*[class^=box][class*=data] .data_list > dd {
  padding-bottom: clamp(16px, 1.875vw, 24px);
  margin-top: 12px;
}
@media print, screen and (min-width: 768px) {
  *[class^=box][class*=data] .data_list > dd {
    border-top: 1px solid #CCCCCC;
    padding-top: clamp(16px, 1.875vw, 24px);
    margin-top: 0;
  }
}
*[class^=box][class*=data] .text_btn .btn02 {
  margin-inline: auto;
  max-width: 400px;
}
*[class^=box][class*=side] + .box_side {
  margin-top: clamp(32px, 3.75vw, 48px);
}
*[class^=box][class*=side] > h4 {
  background-color: #FF7719;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.5625vw, 2rem);
  line-height: 1.4;
  color: #FFFFFF;
  padding: 8px 16px;
}
*[class^=box][class*=side] > h4 + * {
  margin-top: clamp(16px, 1.875vw, 24px);
}
*[class^=box][class*=side] .list {
  display: grid;
  gap: 16px;
}
*[class^=box][class*=lr] .inner {
  display: flex;
  row-gap: 16px;
  flex-direction: column;
  padding: clamp(24px, 3.75vw, 48px);
}
@media print, screen and (min-width: 768px) {
  *[class^=box][class*=lr] .inner {
    flex-direction: row;
  }
}
*[class^=box][class*=lr] .inner .ttl_style02 {
  font-size: clamp(2rem, 1.875vw, 2.4rem);
}
@media print, screen and (min-width: 768px) {
  *[class^=box][class*=lr] .inner .left {
    padding-right: clamp(24px, 3.125vw, 40px);
    max-width: 350px;
    width: 40%;
  }
}
*[class^=box][class*=lr] .inner .left > * + * {
  margin-top: clamp(16px, 1.875vw, 24px);
}
*[class^=box][class*=lr] .inner .left p span.text_sp {
  display: inline;
}
@media print, screen and (min-width: 768px) {
  *[class^=box][class*=lr] .inner .left p span.text_sp {
    display: none;
  }
}
*[class^=box][class*=lr] .inner .left p span.text_pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  *[class^=box][class*=lr] .inner .left p span.text_pc {
    display: inline;
  }
}
*[class^=box][class*=lr] .inner .right {
  border-top: 1px solid #CCCCCC;
  padding-top: 16px;
}
@media print, screen and (min-width: 768px) {
  *[class^=box][class*=lr] .inner .right {
    border-left: 1px solid #CCCCCC;
    border-top: none;
    padding-left: clamp(24px, 3.125vw, 40px);
    padding-top: 0;
    flex: 1;
  }
}
*[class^=box][class*=lr][class*=ffffff] .inner {
  background-color: #FFFFFF;
}
*[class^=box][class*=lr][class*=efefef] .inner {
  background-color: #EFEFEF;
}
*[class^=box][class*=free][class*=style01] {
  background-color: #EFEFEF;
}
*[class^=box][class*=free][class*=style01] .title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FF7719;
  font-weight: 700;
  font-size: clamp(2rem, 1.875vw, 2.4rem);
  color: #FFFFFF;
  padding: 8px clamp(24px, 2.5vw, 32px);
  min-width: clamp(140px, 14.0625vw, 180px);
  height: 56px;
}
*[class^=box][class*=free][class*=style01] .inner {
  padding: clamp(16px, 2.5vw, 32px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* wave_anima

------------------------------------------------------------------------------------------------------------------------------------------*/
.wave_anima {
  position: relative;
}
.wave_anima::before, .wave_anima::after {
  content: "";
  display: block;
  height: 20px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.wave_anima::before {
  background-image: url(../img/footer/wave_front.png);
  animation: wave_loop 100s linear infinite;
}
.wave_anima::after {
  background-image: url(../img/footer/wave_back.png);
  animation: wave_loop 50s linear infinite;
}
@keyframes wave_loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3360px 0;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* acc_btn

------------------------------------------------------------------------------------------------------------------------------------------*/
.acc_btn {
  position: relative;
  cursor: pointer;
}
.acc_btn::after {
  content: "";
  display: block;
  background-color: #FF7719;
  clip-path: polygon(calc(50% - 1px) 0, calc(50% + 1px) 0, calc(50% + 1px) calc(50% - 1px), 100% calc(50% - 1px), 100% calc(50% + 1px), calc(50% + 1px) calc(50% + 1px), calc(50% + 1px) 100%, calc(50% - 1px) 100%, calc(50% - 1px) calc(50% + 1px), 0 calc(50% + 1px), 0 calc(50% - 1px), calc(50% - 1px) calc(50% - 1px), calc(50% - 1px) 0);
  aspect-ratio: 1/1;
  width: 16px;
  transition: 0.7s;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.acc_btn.active::after {
  clip-path: polygon(0 calc(50% - 1px), 100% calc(50% - 1px), 100% calc(50% + 1px), 0 calc(50% + 1px), 0 calc(50% - 1px));
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* supporter_menu

------------------------------------------------------------------------------------------------------------------------------------------*/
.supporter_menu {
  display: grid;
  gap: 16px clamp(16px, 1.875vw, 24px);
}
@media print, screen and (min-width: 768px) {
  .supporter_menu {
    grid-template-columns: repeat(3, 1fr);
  }
}
.supporter_menu > * {
  background-color: #FFFFFF;
}
.supporter_menu > * a {
  display: grid;
  grid-auto-rows: min-content auto;
  height: 100%;
}
.supporter_menu > * a:focus {
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  .supporter_menu > * a:hover {
    opacity: 0.6;
  }
}
.supporter_menu > * a h4 {
  background-color: #FF7719;
  text-align: center;
  font-weight: 700;
  font-size: clamp(2rem, 1.875vw, 2.4rem);
  color: #FFFFFF;
  padding: clamp(16px, 1.71875vw, 22px);
}
.supporter_menu > * a h4 + * {
  display: grid;
  row-gap: clamp(18px, 1.875vw, 24px);
  text-align: center;
  color: #333333;
  padding: clamp(18px, 1.875vw, 24px);
}
.supporter_menu > * a h4 + * > *:last-child {
  align-self: self-end;
}
.supporter_menu > * a h4 + * .moretxt {
  display: inline-flex;
  column-gap: clamp(8px, 0.9375vw, 12px);
  border-bottom: solid 4px #FF7719;
  font-weight: 700;
  color: #FF7719;
  padding-bottom: 10px;
}
.supporter_menu > * a h4 + * .moretxt::after {
  content: "";
  display: block;
  background: url(../img/icon/icn-arrow01_orange.svg) no-repeat center;
  aspect-ratio: 1/1.75;
  width: 8px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* t

------------------------------------------------------------------------------------------------------------------------------------------*/
.t {
  display: block;
  text-indent: calc(clamp(1.4rem, 1.25vw, 1.6rem) * -1);
  padding-left: clamp(1.4rem, 1.25vw, 1.6rem);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* mail_form

------------------------------------------------------------------------------------------------------------------------------------------*/
#mail_form .form_dl {
  display: grid;
}
@media print, screen and (min-width: 1450px) {
  #mail_form .form_dl {
    grid-template-columns: max-content 1fr;
  }
}
@media print, screen and (min-width: 1450px) {
  #mail_form .form_dl > dt {
    padding-right: clamp(8px, 1.25vw, 16px);
  }
}
#mail_form .form_dl > dt span {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (min-width: 1450px) {
  #mail_form .form_dl > dt span {
    padding-block: 14px;
  }
}
#mail_form .form_dl > dt span.required {
  column-gap: 12px;
}
#mail_form .form_dl > dt span.required::before {
  content: "必須";
  display: block;
  background-color: #FF7719;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #FFFFFF;
  padding: 3px 8px;
}
#mail_form .form_dl > dd {
  padding-block: clamp(16px, 1.875vw, 24px);
}
@media print, screen and (min-width: 1450px) {
  #mail_form .form_dl > dd:not(:first-of-type) {
    border-top: 1px solid #CCCCCC;
  }
}
@media print, screen and (min-width: 1450px) {
  #mail_form .form_dl > dd:first-of-type {
    padding-top: 0;
  }
}
#mail_form .form_dl > dd:last-of-type {
  padding-bottom: 0;
}
#mail_form .form_dl > dd + dt {
  border-top: 1px solid #CCCCCC;
  padding-top: clamp(16px, 1.875vw, 24px);
}
@media print, screen and (min-width: 1450px) {
  #mail_form .form_dl > dd + dt:not(:last-of-type) {
    padding-bottom: clamp(16px, 1.875vw, 24px);
  }
}
#mail_form .form_dl > dd * + .text_center {
  margin-top: 32px;
}
#mail_form .form_dl > dd .text_center {
  text-align: center;
}
#mail_form .form_dl > dd input[type=text], #mail_form .form_dl > dd textarea {
  display: block;
  border: 1px solid #999999;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  padding: 14px 16px;
  width: 100%;
}
#mail_form .form_dl > dd input[type=text]:focus, #mail_form .form_dl > dd textarea:focus {
  outline: 2px solid #FF7719;
}
#mail_form .form_dl > dd input[type=text] + input[type=text] {
  margin-top: 16px;
}
#mail_form .form_dl > dd input[type=text] + p {
  margin-top: 8px;
}
#mail_form .form_dl > dd textarea {
  min-height: 200px;
}
#mail_form .form_dl > dd input[name*=郵便番号] {
  display: inline-block;
}
#mail_form .form_dl > dd input[name*=郵便番号1] {
  width: clamp(96px, 10vw, 128px);
}
#mail_form .form_dl > dd input[name*=郵便番号2] {
  width: clamp(128px, 12.5vw, 160px);
}
@media print, screen and (min-width: 768px) {
  #mail_form .form_dl > dd .chk_list {
    display: grid;
    gap: 8px 24px;
    grid-template-columns: repeat(2, max-content);
  }
}
#mail_form .form_dl > dd .chk_box {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
#mail_form .form_dl > dd .chk_box::before {
  content: "";
  display: block;
  border: 1px solid #999999;
  background-color: #FFFFFF;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  margin-right: 8px;
  aspect-ratio: 1/1;
  min-width: 20px;
  width: 20px;
}
#mail_form .form_dl > dd .chk_box a {
  text-decoration: underline;
}
#mail_form .form_dl > dd .chk_box a:focus {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  #mail_form .form_dl > dd .chk_box a:hover {
    text-decoration: none;
  }
}
#mail_form .form_dl > dd input[type=checkbox] {
  display: none;
}
#mail_form .form_dl > dd input[type=checkbox]:checked + .chk_box::before {
  background-image: url(../img/icon/checkmark01.svg);
}
#mail_form .form_dl > dd .submit_btn {
  display: inline-block;
  position: relative;
  width: min(100%, 380px);
  transition: all 0.7s;
}
#mail_form .form_dl > dd .submit_btn input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF7719;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  color: #FFFFFF;
  height: clamp(48px, 4.375vw, 56px);
  width: 100%;
}
#mail_form .form_dl > dd .submit_btn::after {
  content: "";
  display: block;
  background: url(../img/icon/icn-arrow01_white.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1.75;
  width: 8px;
  transform: translateY(-50%);
  position: absolute;
  right: 24px;
  top: 50%;
}
#mail_form .form_dl > dd .submit_btn:focus {
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  #mail_form .form_dl > dd .submit_btn:hover {
    opacity: 0.6;
  }
}
#mail_form .form_dl > dd .area_type01 input {
  display: inline-block;
  margin-right: 16px;
  max-width: 230px;
  width: 50%;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* wp-pagenavi

------------------------------------------------------------------------------------------------------------------------------------------*/
.wp-pagenavi {
  display: flex;
  column-gap: 12px;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi > * {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 38px;
}
.wp-pagenavi > *.page, .wp-pagenavi > *.current {
  border: 1px solid #111111;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
}
.wp-pagenavi > *.page {
  background-color: #111111;
  color: #FFFFFF;
}
.wp-pagenavi > *.page:focus {
  background-color: #FFFFFF;
  color: #111111;
}
@media (hover: hover) and (pointer: fine) {
  .wp-pagenavi > *.page:hover {
    background-color: #FFFFFF;
    color: #111111;
  }
}
.wp-pagenavi > *.previouspostslink, .wp-pagenavi > *.nextpostslink {
  background: url(../img/icon/icn-arrow01_black.svg) no-repeat center;
  background-size: 12px auto;
  text-indent: 99px;
}
.wp-pagenavi > *.previouspostslink:focus, .wp-pagenavi > *.nextpostslink:focus {
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  .wp-pagenavi > *.previouspostslink:hover, .wp-pagenavi > *.nextpostslink:hover {
    opacity: 0.6;
  }
}
.wp-pagenavi > *.previouspostslink {
  transform: rotate(180deg);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* form_confirmation

------------------------------------------------------------------------------------------------------------------------------------------*/
#form_confirmation .inner .right .form-items .form-dl {
  display: grid;
}
@media print, screen and (min-width: 1450px) {
  #form_confirmation .inner .right .form-items .form-dl {
    column-gap: 16px;
    grid-template-columns: 30% 1fr;
  }
}
@media print, screen and (min-width: 1450px) {
  #form_confirmation .inner .right .form-items .form-dl:first-child > dd {
    padding-top: 0;
  }
}
#form_confirmation .inner .right .form-items .form-dl + .form-dl {
  border-top: 1px solid #CCCCCC;
}
#form_confirmation .inner .right .form-items .form-dl + .form-dl > dt {
  padding-top: clamp(16px, 1.875vw, 24px);
}
@media print, screen and (min-width: 1450px) {
  #form_confirmation .inner .right .form-items .form-dl > dt {
    padding-bottom: clamp(16px, 1.875vw, 24px);
  }
}
#form_confirmation .inner .right .form-items .form-dl > dt span {
  display: block;
  font-weight: 700;
}
@media print, screen and (min-width: 1450px) {
  #form_confirmation .inner .right .form-items .form-dl > dt span {
    padding-block: 14px;
  }
}
#form_confirmation .inner .right .form-items .form-dl > dd {
  padding-block: clamp(16px, 1.875vw, 24px);
}
#form_confirmation .inner .right .form-items .form-dl > dd .result {
  border: 1px solid #999999;
  background-color: #FFFFFF;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  padding: 14px 16px;
}
#form_confirmation .inner .right .form-items .form-dl > dd .result .err {
  color: #FF0000;
}
#form_confirmation .inner .right * + .btns-items {
  margin-top: 16px;
}
#form_confirmation .inner .right .btns-items {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 1450px) {
  #form_confirmation .inner .right .btns-items {
    flex-direction: row;
  }
}
#form_confirmation .inner .right .btns-items .btn {
  max-width: 340px;
  width: 100%;
}
#form_confirmation .inner .right .btns-items .btn .submit-btn {
  display: block;
  position: relative;
  width: 100%;
  transition: 0.7s;
}
#form_confirmation .inner .right .btns-items .btn .submit-btn::after {
  content: "";
  display: block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  aspect-ratio: 1/1.75;
  width: 8px;
  transform: translateY(-50%);
  position: absolute;
  right: 24px;
  top: 50%;
}
#form_confirmation .inner .right .btns-items .btn .submit-btn input[value=送信], #form_confirmation .inner .right .btns-items .btn .submit-btn input[value=戻る] {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  height: clamp(48px, 4.375vw, 56px);
  width: 100%;
}
#form_confirmation .inner .right .btns-items .btn .submit-btn.send-btn::after {
  background-image: url(../img/icon/icn-arrow01_white.svg);
}
#form_confirmation .inner .right .btns-items .btn .submit-btn.send-btn input[value=送信] {
  border-color: #FF7719;
  background-color: #FF7719;
  color: #FFFFFF;
}
#form_confirmation .inner .right .btns-items .btn .submit-btn.send-btn:focus {
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  #form_confirmation .inner .right .btns-items .btn .submit-btn.send-btn:hover {
    opacity: 0.6;
  }
}
#form_confirmation .inner .right .btns-items .btn .submit-btn.back-btn::after {
  background-image: url(../img/icon/icn-arrow01_black.svg);
}
#form_confirmation .inner .right .btns-items .btn .submit-btn.back-btn input[value=戻る] {
  border-color: #111111;
  background-color: #FFFFFF;
  transition: 0.7s;
}
#form_confirmation .inner .right .btns-items .btn .submit-btn.back-btn:focus input[value=戻る] {
  background-color: #111111;
  color: #FFFFFF;
}
#form_confirmation .inner .right .btns-items .btn .submit-btn.back-btn:focus::after {
  background-image: url(../img/icon/icn-arrow01_white.svg);
}
@media (hover: hover) and (pointer: fine) {
  #form_confirmation .inner .right .btns-items .btn .submit-btn.back-btn:hover input[value=戻る] {
    background-color: #111111;
    color: #FFFFFF;
  }
  #form_confirmation .inner .right .btns-items .btn .submit-btn.back-btn:hover::after {
    background-image: url(../img/icon/icn-arrow01_white.svg);
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* form_send

------------------------------------------------------------------------------------------------------------------------------------------*/
#form_send .inner {
  background-color: #EFEFEF;
  padding: clamp(24px, 3.75vw, 48px);
}
#form_send .inner .send_box .completion {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.875vw, 2.4rem);
}
#form_send .inner .send_box * + .return-btn {
  margin-top: clamp(16px, 1.875vw, 24px);
}
#form_send .inner .send_box .return-btn .submit-btn {
  display: block;
  position: relative;
  margin-inline: auto;
  max-width: 340px;
  width: 100%;
  transition: 0.7s;
}
#form_send .inner .send_box .return-btn .submit-btn::after {
  content: "";
  display: block;
  background: url(../img/icon/icn-arrow01_black.svg) no-repeat center;
  background-size: contain !important;
  aspect-ratio: 1/1.75;
  width: 8px;
  transform: translateY(-50%);
  position: absolute;
  right: 24px;
  top: 50%;
}
#form_send .inner .send_box .return-btn .submit-btn input.return[type=button] {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #111111;
  background-color: #FFFFFF;
  transition: 0.7s;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  height: clamp(48px, 4.375vw, 56px);
  width: 100%;
}
#form_send .inner .send_box .return-btn .submit-btn:focus input.return[type=button] {
  background-color: #111111;
  color: #FFFFFF;
}
#form_send .inner .send_box .return-btn .submit-btn:focus::after {
  background-image: url(../img/icon/icn-arrow01_white.svg);
}
@media (hover: hover) and (pointer: fine) {
  #form_send .inner .send_box .return-btn .submit-btn:hover input.return[type=button] {
    background-color: #111111;
    color: #FFFFFF;
  }
  #form_send .inner .send_box .return-btn .submit-btn:hover::after {
    background-image: url(../img/icon/icn-arrow01_white.svg);
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* unscheduled

------------------------------------------------------------------------------------------------------------------------------------------*/
#unscheduled {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  text-align: center;
  font-weight: 900;
  font-size: clamp(2rem, 2.5vw, 3.2rem);
  padding: clamp(28px, 4.375vw, 56px) 24px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* Class

------------------------------------------------------------------------------------------------------------------------------------------*/
/* .box_center
---------------------------------------------------------------------*/
.box_center {
  padding-inline: 16px;
}
.box_center.default > * > * + * {
  margin-top: clamp(16px, 2.5vw, 32px);
}
.box_center > * {
  margin-inline: auto;
  max-width: 1200px;
}

/* .dc_pc, .dc_sp
---------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .dc_pc {
    display: contents;
  }
}

@media print, screen and (max-width: 767px) {
  .dc_sp {
    display: contents;
  }
}

/* .nb_pc, .nb_sp
---------------------------------------------------------------------*/
.nb_pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .nb_pc {
    display: block;
  }
}

.nb_sp {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .nb_sp {
    display: none;
  }
}

/* .text_vertical
---------------------------------------------------------------------*/
.text_vertical {
  writing-mode: vertical-rl;
}

/* Layout Templates: .lt_{stylename}
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1280px) {
  .lt_sidebox > header {
    position: fixed;
    height: 100vh;
    width: 240px;
  }
}
@media print, screen and (min-width: 1280px) {
  .lt_sidebox > main, .lt_sidebox > footer {
    width: calc(100% - 240px);
    margin-left: 240px;
  }
}

/* Grid List: .gl_{columns}
---------------------------------------------------------------------*/
*[class*=gl] {
  display: grid;
}
@media print, screen and (min-width: 768px) {
  *[class*=gl][class*=zwei] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 768px) {
  *[class*=gl][class*=drei] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 768px) {
  *[class*=gl][class*=vier] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1024px) {
  *[class*=gl][class*=vier] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print, screen and (min-width: 768px) {
  *[class*=gl][class*=funf] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1024px) {
  *[class*=gl][class*=funf] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 1280px) {
  *[class*=gl][class*=funf] {
    grid-template-columns: repeat(5, 1fr);
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* module / header

------------------------------------------------------------------------------------------------------------------------------------------*/
/* #header, #header_inner
---------------------------------------------------------------------*/
#header {
  background-color: #FFFFFF;
}
#header #header_inner {
  padding: 12px 16px;
}
@media print, screen and (min-width: 1280px) {
  #header #header_inner {
    display: grid;
    row-gap: clamp(12px, 2.5vw, 32px);
    padding: 32px 24px;
  }
}
#header #header_inner h1 a {
  display: block;
  margin-inline: auto;
  width: 64px;
}
#header #header_inner h1 a:focus {
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  #header #header_inner h1 a:hover {
    opacity: 0.6;
  }
}
@media print, screen and (min-width: 1280px) {
  #header #header_inner h1 a {
    width: 100%;
  }
}

/* #fixbar
---------------------------------------------------------------------*/
#fixbar {
  display: grid;
  column-gap: 1px;
  grid-template-columns: 1fr repeat(3, 1fr);
  background-color: #FFFFFF;
  width: 100%;
  position: fixed;
  z-index: 999999;
  bottom: 0;
  left: 0;
}
@media print, screen and (min-width: 1280px) {
  #fixbar {
    display: none;
  }
}
#fixbar > * > * {
  display: flex;
  row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  background-color: #FF7719;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  color: #FFFFFF;
  height: 48px;
}
#fixbar > * > *.fbb-menu {
  align-items: center;
  transition: all 0.7s;
}
#fixbar > * > *.fbb-menu .inner {
  position: relative;
  aspect-ratio: 1/1;
  width: 16px;
}
#fixbar > * > *.fbb-menu .inner > span, #fixbar > * > *.fbb-menu .inner::after, #fixbar > * > *.fbb-menu .inner::before {
  display: block;
  background-color: #FFFFFF;
  transition: all 0.4s;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
#fixbar > * > *.fbb-menu .inner::after, #fixbar > * > *.fbb-menu .inner::before {
  content: "";
}
#fixbar > * > *.fbb-menu .inner > span {
  text-indent: 99999rem;
  transform: translateY(-50%);
  overflow: hidden;
  top: 50%;
}
#fixbar > * > *.fbb-menu .inner::before {
  top: 0;
  animation: menu-bar-top 0.75s forwards;
}
#fixbar > * > *.fbb-menu .inner::after {
  top: 100%;
  animation: menu-bar-btm 0.75s forwards;
}
#fixbar > * > *[class*=fbm-]::before {
  content: "";
  display: block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 16px;
}
#fixbar > * > *.fbm-calendar::before {
  background-image: url(../img/icon/icn-calendar_white.svg);
}
#fixbar > * > *.fbm-ticket::before {
  background-image: url(../img/icon/icn-ticket_white.svg);
}
#fixbar > * > *.fbm-uniform::before {
  background-image: url(../img/icon/icn-uniform_white.svg);
}

/* on-click-nav
---------------------------------------------------------------------*/
.on-click-nav #fixbar .fbb-menu {
  background-color: #FFFFFF;
  color: #FF7719;
}
.on-click-nav #fixbar .fbb-menu .inner > span {
  opacity: 0;
}
.on-click-nav #fixbar .fbb-menu .inner::before {
  background-color: #FF7719;
  animation: active-menu-bar-top 0.75s forwards;
}
.on-click-nav #fixbar .fbb-menu .inner::after {
  background-color: #FF7719;
  animation: active-menu-bar-btm 0.75s forwards;
}

/* #menu_btn
---------------------------------------------------------------------*/
#menu_btn {
  background-color: #111111;
  position: relative;
  height: 32px;
  width: 32px;
}
#menu_btn > .inner {
  transform: translate(-50%, -50%);
  position: absolute;
  height: 50%;
  width: 50%;
  left: 50%;
  top: 50%;
}
#menu_btn > .inner > span, #menu_btn > .inner::after, #menu_btn > .inner::before {
  display: block;
  background: #FFFFFF;
  transition: all 0.4s;
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
}
#menu_btn > .inner::after, #menu_btn > .inner::before {
  content: "";
}
#menu_btn > .inner > span {
  text-indent: 999rem;
  transform: translateY(-50%);
  overflow: hidden;
  top: 50%;
}
#menu_btn > .inner::before {
  top: 0;
  animation: menu-bar-top 0.75s forwards;
}
#menu_btn > .inner::after {
  top: 100%;
  animation: menu-bar-btm 0.75s forwards;
}
@media print, screen and (min-width: 768px) {
  #menu_btn {
    display: none;
  }
}

/* on-click-nav */
.on-click-nav #menu_btn > .inner span {
  opacity: 0;
}
.on-click-nav #menu_btn > .inner::before {
  animation: active-menu-bar-top 0.75s forwards;
}
.on-click-nav #menu_btn > .inner::after {
  animation: active-menu-bar-btm 0.75s forwards;
}

/* @keyframes
---------------------------------------------------------------------*/
@keyframes menu-bar-top {
  0% {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  50% {
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    top: 0;
  }
}
@keyframes menu-bar-btm {
  0% {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  50% {
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    top: 100%;
    transform: translateY(-100%) rotate(0);
  }
}
@keyframes active-menu-bar-top {
  0% {
    top: 0;
  }
  50% {
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
@keyframes active-menu-bar-btm {
  0% {
    top: 100%;
    transform: translateY(-100%) rotate(0);
  }
  50% {
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
}
/*------------------------------------------------------------------------------------------------------------------------------------------

* module / gnav

------------------------------------------------------------------------------------------------------------------------------------------*/
/* #nav, #nav_inner
---------------------------------------------------------------------*/
#nav {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
}
@media print, screen and (min-width: 1280px) {
  #nav {
    background-color: #FFFFFF;
    opacity: 1;
    height: auto;
    position: static;
  }
}
#nav #nav_inner {
  display: flex;
  row-gap: 32px;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #FFFFFF;
  transform: translateX(-100%);
  padding: 32px 24px;
  height: 100%;
  width: 64%;
}
@media print, screen and (min-width: 768px) {
  #nav #nav_inner {
    width: 50%;
  }
}
@media print, screen and (min-width: 1024px) {
  #nav #nav_inner {
    row-gap: 24px;
    padding: 16px 24px;
    width: 40%;
  }
}
@media print, screen and (min-width: 1280px) {
  #nav #nav_inner {
    row-gap: 32px;
    justify-content: flex-start;
    transform: translateX(0);
    padding: 0;
    width: auto;
  }
}
#nav #nav_inner #main_menu {
  display: grid;
  row-gap: 6px;
}
@media print, screen and (min-width: 1024px) {
  #nav #nav_inner #main_menu {
    row-gap: 2px;
  }
}
@media print, screen and (min-width: 1280px) {
  #nav #nav_inner #main_menu {
    row-gap: 6px;
  }
}
#nav #nav_inner #main_menu *[class*=mm-] {
  display: flex;
  column-gap: 8px;
  align-items: center;
  font-weight: 500;
  font-size: 1.6rem;
  height: 40px;
}
#nav #nav_inner #main_menu *[class*=mm-]:focus {
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  #nav #nav_inner #main_menu *[class*=mm-]:hover {
    opacity: 0.6;
  }
}
#nav #nav_inner #main_menu *[class*=mm-]::before, #nav #nav_inner #main_menu *[class*=mm-]::after {
  content: "";
  display: block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
}
#nav #nav_inner #main_menu *[class*=mm-]::before {
  aspect-ratio: 1/1;
  width: 24px;
}
#nav #nav_inner #main_menu *[class*=mm-]::after {
  aspect-ratio: 1/1.75;
  margin-left: auto;
  width: 8px;
}
#nav #nav_inner #main_menu a[class*=mm-]::after {
  background-image: url(../img/icon/icn-arrow01_orange.svg);
}
#nav #nav_inner #main_menu span[class*=mm-] {
  transition: 0.7s;
  position: relative;
  cursor: pointer;
}
#nav #nav_inner #main_menu span[class*=mm-]::after {
  content: "";
  display: block;
  background-color: #FF7719;
  clip-path: polygon(calc(50% - 1px) 0, calc(50% - 1px) calc(50% - 1px), 0 calc(50% - 1px), 0 calc(50% + 1px), calc(50% - 1px) calc(50% + 1px), calc(50% - 1px) 100%, calc(50% + 1px) 100%, calc(50% + 1px) calc(50% + 1px), 100% calc(50% + 1px), 100% calc(50% - 1px), calc(50% + 1px) calc(50% - 1px), calc(50% + 1px) 0);
  aspect-ratio: 1/1;
  width: 16px;
  transition: 0.7s;
}
#nav #nav_inner #main_menu span[class*=mm-].active::after {
  clip-path: polygon(0 calc(50% - 1px), 0 calc(50% + 1px), 100% calc(50% + 1px), 100% calc(50% - 1px));
}
#nav #nav_inner #main_menu ul.sub_menu {
  display: none;
  background-color: #EFEEEE;
}
#nav #nav_inner #main_menu ul.sub_menu a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.3rem;
  padding-inline: 32px 8px;
  height: 40px;
}
#nav #nav_inner #main_menu ul.sub_menu a::after {
  content: "";
  display: block;
  background: url(../img/icon/icn-arrow01_orange.svg) no-repeat center;
  background-size: 100% auto;
  aspect-ratio: 1/1.75;
  margin-left: auto;
  width: 6px;
}
#nav #nav_inner #main_menu ul.sub_menu a:focus {
  background-color: #FFDAC1;
}
@media (hover: hover) and (pointer: fine) {
  #nav #nav_inner #main_menu ul.sub_menu a:hover {
    background-color: #FFDAC1;
  }
}
#nav #nav_inner #main_menu *.mm-calendar::before {
  background-image: url(../img/icon/icn-calendar_orange.svg);
}
#nav #nav_inner #main_menu *.mm-teammember::before {
  background-image: url(../img/icon/icn-teammember_orange.svg);
}
#nav #nav_inner #main_menu *.mm-baseballball::before {
  background-image: url(../img/icon/icn-baseballball_orange.svg);
}
#nav #nav_inner #main_menu *.mm-championshipcup::before {
  background-image: url(../img/icon/icn-championshipcup_orange.svg);
}
#nav #nav_inner #main_menu *.mm-megaphone::before {
  background-image: url(../img/icon/icn-megaphone_orange.svg);
}
#nav #nav_inner #main_menu *.mm-ticket::before {
  background-image: url(../img/icon/icn-ticket_orange.svg);
}
#nav #nav_inner #main_menu *.mm-uniform::before {
  background-image: url(../img/icon/icn-uniform_orange.svg);
}
#nav #nav_inner #main_menu *.mm-flag::before {
  background-image: url(../img/icon/icn-flag_orange.svg);
}
#nav #nav_inner #main_menu *.mm-sponsor::before {
  background-image: url(../img/icon/icn-sponsor_orange.svg);
}
#nav #nav_inner #main_menu *.mm-email::before {
  background-image: url(../img/icon/icn-email_orange.svg);
}
#nav #nav_inner .list_sns {
  flex-wrap: wrap;
  justify-content: center;
}
#nav.active-on {
  animation: nav-bg-open 0.1s forwards, nav-bg-on 0.7s 0.1s forwards;
}
#nav.active-on #nav_inner {
  animation: nav-list-on 0.75s 0.1s forwards;
}
#nav.active-off {
  animation: nav-bg-off 0.7s 0.4s both, nav-bg-up 0.1s 1.2s both;
}
#nav.active-off #nav_inner {
  animation: nav-list-off 0.7s both;
}

/* @keyframes
---------------------------------------------------------------------*/
/* on */
@keyframes nav-bg-open {
  100% {
    height: calc(100vh - 48px);
  }
}
@keyframes nav-bg-on {
  100% {
    opacity: 1;
  }
}
@keyframes nav-list-on {
  100% {
    transform: translateX(0);
  }
}
/* off */
@keyframes nav-bg-off {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes nav-bg-up {
  0% {
    height: calc(100vh - 48px);
  }
  100% {
    height: 0;
  }
}
@keyframes nav-list-off {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*------------------------------------------------------------------------------------------------------------------------------------------

* module / footer

------------------------------------------------------------------------------------------------------------------------------------------*/
/* #footer, #footer_inner
---------------------------------------------------------------------*/
#footer {
  padding-bottom: 48px;
}
@media print, screen and (min-width: 1280px) {
  #footer {
    padding-bottom: 0;
  }
}
#footer #footer_inner #footer_league {
  background-color: #EFEFEF;
  padding-bottom: 20px;
}
#footer #footer_inner #footer_league > * {
  padding-block: calc(48px - (clamp(3.6rem, 5vw, 6.4rem) * 1.4 - clamp(3.6rem, 5vw, 6.4rem)) / 2) 48px;
}
#footer #footer_inner #footer_contents {
  background-color: #FFFFFF;
}
#footer #footer_inner #footer_contents .f_banners ul.list_banners {
  padding-block: clamp(24px, 3.75vw, 48px) clamp(24px, 2.5vw, 32px);
}
#footer #footer_inner #footer_contents .maplinks {
  border-top: 1px solid #CCCCCC;
}
#footer #footer_inner #footer_contents .maplinks .inner {
  display: grid;
  row-gap: 24px;
  grid-template-columns: repeat(2, auto);
  align-items: flex-end;
  justify-content: space-between;
  padding-block: clamp(24px, 2.5vw, 32px) clamp(24px, 5.625vw, 72px);
}
@media print, screen and (min-width: 768px) {
  #footer #footer_inner #footer_contents .maplinks .inner {
    row-gap: 12px;
    column-gap: 32px;
    align-items: stretch;
  }
}
#footer #footer_inner #footer_contents .maplinks .inner .list_sitemap {
  display: grid;
  gap: 12px 32px;
  grid-template-columns: repeat(3, max-content);
  grid-column: 1/3;
}
@media print, screen and (min-width: 768px) {
  #footer #footer_inner #footer_contents .maplinks .inner .list_sitemap {
    display: flex;
    flex-wrap: wrap;
    grid-column: 1/2;
    column-gap: 24px;
    order: 1;
  }
}
#footer #footer_inner #footer_contents .maplinks .inner .list_sitemap a {
  font-weight: 700;
  font-size: 1.4rem;
}
#footer #footer_inner #footer_contents .maplinks .inner .list_sitemap a:focus {
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  #footer #footer_inner #footer_contents .maplinks .inner .list_sitemap a:hover {
    opacity: 0.6;
  }
}
#footer #footer_inner #footer_contents .maplinks .inner .list_other {
  display: flex;
  column-gap: 24px;
}
@media print, screen and (min-width: 768px) {
  #footer #footer_inner #footer_contents .maplinks .inner .list_other {
    order: 3;
  }
}
#footer #footer_inner #footer_contents .maplinks .inner .list_other a {
  text-decoration: underline;
  font-size: 1.2rem;
}
#footer #footer_inner #footer_contents .maplinks .inner .list_other a:focus {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  #footer #footer_inner #footer_contents .maplinks .inner .list_other a:hover {
    text-decoration: none;
  }
}
#footer #footer_inner #footer_contents .maplinks .inner .list_sns {
  grid-column: 1/3;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  #footer #footer_inner #footer_contents .maplinks .inner .list_sns {
    grid-column: 2/3;
    order: 2;
  }
}
#footer #footer_inner #returntop {
  background-color: #FFFFFF;
  text-align: center;
}
@media print, screen and (min-width: 1280px) {
  #footer #footer_inner #returntop {
    background: none;
    position: fixed;
    z-index: 9999;
    bottom: 16px;
    right: 32px;
  }
}
#footer #footer_inner #returntop span {
  display: inline-block;
  position: relative;
}
@media print, screen and (min-width: 1280px) {
  #footer #footer_inner #returntop span::after, #footer #footer_inner #returntop span::before {
    transform: translate(-50%, -100%);
    position: absolute;
    left: 50%;
  }
  #footer #footer_inner #returntop span::before {
    content: "TOPに戻る";
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    background-color: #FF7719;
    font-weight: 700;
    font-size: 1.4rem;
    color: #FFFFFF;
    height: 40px;
    width: 96px;
    top: -10px;
  }
  #footer #footer_inner #returntop span::after {
    content: "";
    display: block;
    background-color: #FF7719;
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
    height: 10px;
    width: 12px;
    top: -1px;
  }
}
#footer #footer_inner #returntop span:focus::after, #footer #footer_inner #returntop span:focus::before {
  animation-name: hover-before-after;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@media (hover: hover) and (pointer: fine) {
  #footer #footer_inner #returntop span:hover::after, #footer #footer_inner #returntop span:hover::before {
    animation-name: hover-before-after;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
}
@keyframes hover-before-after {
  0% {
    transform: translate(-50%, -100%);
  }
  50% {
    transform: translate(-50%, calc((100% + 5px) * -1));
  }
  100% {
    transform: translate(-50%, -100%);
  }
}
#footer #footer_inner #returntop span img {
  backface-visibility: hidden;
  cursor: pointer;
  width: 154px;
}
@media print, screen and (min-width: 1280px) {
  #footer #footer_inner #returntop span img {
    width: 80px;
  }
}
#footer #footer_inner .copyright {
  background-color: #EFEFEF;
  text-align: center;
  font-size: 1.2rem;
  color: #666666;
  padding: clamp(8px, 2.1875vw, 28px) 16px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* module / sidebar

------------------------------------------------------------------------------------------------------------------------------------------*/
/* #column_side aside
---------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------

* module / title

------------------------------------------------------------------------------------------------------------------------------------------*/
/* #page_title
---------------------------------------------------------------------*/
#page_title {
  background: url(../img/title/bg.svg) no-repeat right top, #FF7719;
  background-size: clamp(180px, 26.5625vw, 340px) auto;
}
#page_title .inner {
  display: flex;
  align-items: center;
  height: clamp(160px, 23.4375vw, 300px);
}
#page_title .inner h2 {
  width: 100%;
}
#page_title .inner h2 .ttl_style01 {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8px;
}
@media print, screen and (min-width: 768px) {
  #page_title .inner h2 .ttl_style01 {
    flex-direction: row;
    align-items: center;
  }
}

/* #breadcrumb
---------------------------------------------------------------------*/
#breadcrumb {
  margin-top: 24px;
}
#breadcrumb .inner * {
  font-size: 1.2rem;
}
#breadcrumb .inner i {
  display: inline-block;
  background: url(../img/icon/icn-arrow01_gray.svg) no-repeat center;
  background-size: contain;
  margin-inline: 6px;
  aspect-ratio: 1/1.748;
  width: 6px;
}
#breadcrumb .inner a {
  text-decoration: underline;
}
#breadcrumb .inner a.home::before {
  content: "";
  display: block;
  display: inline-block;
  background: url(../img/icon/icn-home_gray.svg) no-repeat center;
  background-size: contain;
  margin-right: 6px;
  aspect-ratio: 0.909/1;
  height: 1.4rem;
}
#breadcrumb .inner a:focus {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  #breadcrumb .inner a:hover {
    text-decoration: none;
  }
}
#breadcrumb .inner *:not(a) > span {
  color: #111111;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* module / main

------------------------------------------------------------------------------------------------------------------------------------------*/
/* #main_contents
---------------------------------------------------------------------*/
body:not(#home) #main_contents {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: center;
  row-gap: 48px;
  padding-block: clamp(48px, 5vw, 64px) clamp(64px, 7.5vw, 96px);
}
@media print, screen and (min-width: 768px) {
  body:not(#home) #main_contents {
    flex-direction: row-reverse;
    column-gap: 32px;
  }
}
@media print, screen and (min-width: 1024px) {
  body:not(#home) #main_contents {
    column-gap: clamp(32px, 12.5vw, 160px);
  }
}
body:not(#home) #main_contents #column_contents {
  width: 100%;
}
body:not(#home) #main_contents:has(#column_side) {
  padding-inline: 16px;
}
body:not(#home) #main_contents #column_side {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  body:not(#home) #main_contents #column_side {
    width: clamp(200px, 18.75vw, 240px);
  }
}
@media print, screen and (min-width: 768px) {
  body:not(#home) #main_contents #column_side + #column_contents {
    width: calc(min(100%, 1200px) - (clamp(200px, 18.75vw, 240px) + clamp(32px, 12.5vw, 160px)));
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* module / pagenavi

------------------------------------------------------------------------------------------------------------------------------------------*/
/* wp-pagenavi
---------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------

* page / index / common

------------------------------------------------------------------------------------------------------------------------------------------*/
#home #main_contents #column_contents *.before::before {
  content: "";
  display: block;
  border-top-style: solid;
  border-top-width: 1px;
  clip-path: polygon(0 0, 100% 0, 0 100%, 0 0);
  aspect-ratio: 1/0.107;
  width: 100%;
  transform: translateY(-1px);
}
@media print, screen and (min-width: 1280px) {
  #home #main_contents #column_contents *.before::before {
    height: clamp(100px, 9.4736842105vw, 180px);
  }
}
#home #main_contents #column_contents *.after::after {
  content: "";
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 100% 0);
  aspect-ratio: 1/0.107;
  width: 100%;
  transform: translateY(1px);
}
@media print, screen and (min-width: 1280px) {
  #home #main_contents #column_contents *.after::after {
    height: clamp(100px, 9.4736842105vw, 180px);
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / index / visual

------------------------------------------------------------------------------------------------------------------------------------------*/
#home #visual .inner .main_slider.slick-slider {
  margin-bottom: 0;
}
#home #visual .inner .main_slider.slick-slider .slick-list::before, #home #visual .inner .main_slider.slick-slider .slick-list::after {
  content: "";
  display: block;
  background-color: rgba(17, 17, 17, 0.8);
  height: 100%;
  position: absolute;
  z-index: 9;
  top: 0;
}
@media print, screen and (min-width: 800px) {
  #home #visual .inner .main_slider.slick-slider .slick-list::before, #home #visual .inner .main_slider.slick-slider .slick-list::after {
    width: calc((100% - 800px) / 2);
  }
}
#home #visual .inner .main_slider.slick-slider .slick-list::before {
  left: 0;
}
#home #visual .inner .main_slider.slick-slider .slick-list::after {
  right: 0;
}
#home #visual .inner .main_slider.slick-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  position: static;
}
#home #visual .inner .main_slider.slick-slider .slick-dots li {
  margin: 0;
  height: clamp(10px, 1.09375vw, 14px);
  width: clamp(10px, 1.09375vw, 14px);
}
#home #visual .inner .main_slider.slick-slider .slick-dots li button {
  background-color: #CCCCCC;
  padding: 0;
  height: clamp(10px, 1.09375vw, 14px);
  width: clamp(10px, 1.09375vw, 14px);
}
#home #visual .inner .main_slider.slick-slider .slick-dots li button::before {
  display: none;
}
#home #visual .inner .main_slider.slick-slider .slick-dots li.slick-active button {
  background-color: #EA6000;
}
#home #visual .inner .main_slider.slick-slider * + .slick-dots {
  margin-top: 24px;
}
#home #visual .inner .main_slider > li {
  display: none;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / index / result

------------------------------------------------------------------------------------------------------------------------------------------*/
#home #home_result {
  background-color: #FFFFFF;
  padding-block: 86px 48px;
}
@media print, screen and (min-width: 768px) {
  #home #home_result {
    padding-inline: 16px;
  }
}
@media print, screen and (min-width: 1800px) {
  #home #home_result {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  #home #home_result > * {
    margin-inline: auto;
    max-width: 1200px;
  }
}
#home #home_result .contents {
  padding-inline: 16px;
}
@media print, screen and (min-width: 768px) {
  #home #home_result .contents {
    padding-inline: 0;
  }
}
#home #home_result .contents > * + * {
  margin-top: clamp(32px, 3.125vw, 40px);
}
#home #home_result .contents #result_data {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 1024px) {
  #home #home_result .contents #result_data {
    column-gap: 40px;
    flex-direction: row;
    padding-inline: clamp(24px, 3.75vw, 48px);
  }
}
#home #home_result .contents #result_data .details {
  border-top: solid 4px #FF7719;
  text-align: center;
  padding-top: 8px;
}
@media print, screen and (min-width: 1024px) {
  #home #home_result .contents #result_data .details {
    border-left: solid 8px #FF7719;
    border-top: none;
    text-align: left;
    padding-left: 16px;
    padding-top: 0;
  }
}
#home #home_result .contents #result_data .details .date {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
}
#home #home_result .contents #result_data .details .date strong {
  font-size: 3.6rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 1024px) {
  #home #home_result .contents #result_data .details .date strong {
    line-height: 1;
  }
}
#home #home_result .contents #result_data .details .time {
  font-size: 1.4rem;
  color: #333333;
}
#home #home_result .contents #result_data .details .team {
  font-weight: 700;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 1024px) {
  #home #home_result .contents #result_data .details .team {
    display: flex;
    align-items: baseline;
    column-gap: 18px;
  }
}
#home #home_result .contents #result_data .details .team::before {
  content: "VS";
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  color: #333333;
  line-height: 1.4;
}
#home #home_result .contents #result_data .result {
  display: grid;
  column-gap: 32px;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}
@media print, screen and (min-width: 1024px) {
  #home #home_result .contents #result_data .result {
    column-gap: clamp(34px, 3.3684210526vw, 64px);
    margin-top: 0;
  }
}
#home #home_result .contents #result_data .result .score {
  display: grid;
  column-gap: 16px;
  grid-template-columns: repeat(3, min-content);
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: clamp(4rem, 6.25vw, 8rem);
  line-height: 1;
}
@media print, screen and (min-width: 1024px) {
  #home #home_result .contents #result_data .result .score {
    column-gap: clamp(16px, 2vw, 38px);
  }
}
#home #home_result .contents #result_data .result .score span {
  min-width: clamp(14px, 2.1875vw, 28px);
}
#home #home_result .contents #result_data .result .logo_img {
  aspect-ratio: 1/0.5;
  width: clamp(96px, 9.375vw, 120px);
}
#home #home_result .contents #result_data .result .cancel_text {
  display: block;
  background-color: #666666;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.5625vw, 2rem);
  line-height: 1.6;
  color: #FFFFFF;
  padding: clamp(5px, 0.625vw, 8px) clamp(8px, 1.25vw, 16px);
}
#home #home_result .contents #result_data .end {
  margin-top: 12px;
  min-width: clamp(80px, 7.5vw, 96px);
}
@media print, screen and (min-width: 1024px) {
  #home #home_result .contents #result_data .end {
    margin-left: auto;
    margin-top: 0;
  }
}
#home #home_result * + #result_score {
  margin-top: clamp(16px, 3.125vw, 40px);
}
#home #home_result #special_thanks {
  background: url(../img/index/result/st_bg_sp.png) no-repeat center;
  background-size: contain;
  padding: clamp(54px, 5.625vw, 72px) 40px clamp(40px, 5.625vw, 72px);
}
@media print, screen and (min-width: 768px) {
  #home #home_result #special_thanks {
    background-image: url(../img/index/result/st_bg_pc.png);
  }
}
#home #home_result #special_thanks p {
  text-align: center;
  font-weight: 900;
  font-size: clamp(2rem, 2.5vw, 3.2rem);
}
@media print, screen and (min-width: 1024px) {
  #home #home_result #result_score {
    padding-inline: clamp(24px, 3.75vw, 48px);
  }
}
#home #home_result #result_score .table_box #scoreboard {
  border: solid 1px #333333;
  width: 100%;
  table-layout: fixed;
}
#home #home_result #result_score .table_box #scoreboard tr + tr {
  border-top: solid 1px #707070;
}
#home #home_result #result_score .table_box #scoreboard tr > th, #home #home_result #result_score .table_box #scoreboard tr > td {
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  padding: clamp(6px, 1.25vw, 16px) clamp(8px, 1.875vw, 24px);
}
#home #home_result #result_score .table_box #scoreboard tr > th + *, #home #home_result #result_score .table_box #scoreboard tr > td + * {
  border-left: solid 1px #707070;
}
#home #home_result #result_score .table_box #scoreboard tr > th + *:nth-of-type(11), #home #home_result #result_score .table_box #scoreboard tr > td + *:nth-of-type(11) {
  border-left-width: 2px;
}
#home #home_result #result_score .table_box #scoreboard tr > th:first-of-type, #home #home_result #result_score .table_box #scoreboard tr > td:first-of-type {
  width: 12%;
}
@media print, screen and (min-width: 768px) {
  #home #home_result #result_score .table_box #scoreboard tr > th:first-of-type, #home #home_result #result_score .table_box #scoreboard tr > td:first-of-type {
    width: 170px;
  }
}
#home #home_result #result_score .table_box #scoreboard tr > th img, #home #home_result #result_score .table_box #scoreboard tr > td img {
  margin-inline: auto;
}
#home #home_result #result_score .table_box #scoreboard tr > th {
  background-color: #EFEFEF;
  color: #707070;
}
#home #home_result #result_score .table_box #scoreboard tr > th:not(:first-of-type):not(:nth-of-type(n+11)) {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.4rem, 1.875vw, 2.4rem);
}
#home #home_result #result_score .table_box #scoreboard tr > th:nth-of-type(n+11) {
  font-size: clamp(1.2rem, 1.25vw, 1.6rem);
}
#home #home_result #result_score .table_box #scoreboard tr > td:first-of-type img {
  width: clamp(35px, 5.46875vw, 70px);
}
#home #home_result #result_score .table_box #scoreboard tr > td:not(:first-of-type) {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.6rem, 2.34375vw, 3rem);
  min-height: clamp(24px, 5vw, 64px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / index / schedule

------------------------------------------------------------------------------------------------------------------------------------------*/
#home #home_schedule {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/index/schedule/bg.jpg);
}
@media print, screen and (min-width: 1280px) {
  #home #home_schedule {
    background-position: 240px center;
    background-size: calc(100vw - 240px) auto;
  }
}
#home #home_schedule.before::before {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
#home #home_schedule.after::after {
  background-color: #FF7719;
  border-color: #FF7719;
}
#home #home_schedule .inner > * {
  padding-block: 48px;
}
#home #home_schedule .inner > * .contents .schedule_slider.slick-slider {
  width: calc(clamp(180px, 21.875vw, 280px) * 3 + clamp(8px, 2.1875vw, 28px) * 3);
}
@media print, screen and (min-width: 768px) {
  #home #home_schedule .inner > * .contents .schedule_slider.slick-slider.child-2 {
    width: calc(clamp(180px, 21.875vw, 280px) * 2 + clamp(8px, 2.1875vw, 28px) * 2 - 1px);
  }
}
@media print, screen and (min-width: 768px) {
  #home #home_schedule .inner > * .contents .schedule_slider.slick-slider.child-3 {
    width: calc(clamp(180px, 21.875vw, 280px) * 3 + clamp(8px, 2.1875vw, 28px) * 3 - 1px);
  }
}
@media print, screen and (min-width: 768px) {
  #home #home_schedule .inner > * .contents .schedule_slider.slick-slider.child-4 {
    width: calc(clamp(180px, 21.875vw, 280px) * 4 + clamp(8px, 2.1875vw, 28px) * 4 - 1px);
  }
}
@media print, screen and (min-width: 768px) {
  #home #home_schedule .inner > * .contents .schedule_slider.slick-slider.child-5 {
    width: calc(clamp(180px, 21.875vw, 280px) * 5 + clamp(8px, 2.1875vw, 28px) * 5 - 1px);
  }
}
@media print, screen and (min-width: 768px) {
  #home #home_schedule .inner > * .contents .schedule_slider.slick-slider.child-6 {
    width: calc(clamp(180px, 21.875vw, 280px) * 6 + clamp(8px, 2.1875vw, 28px) * 6 - 1px);
  }
}
#home #home_schedule .inner > * .contents .schedule_slider.slick-slider .slick-slide {
  margin-right: clamp(8px, 2.1875vw, 28px);
  background-color: #FFFFFF;
}
#home #home_schedule .inner > * .contents .schedule_slider.slick-slider .slick-slide a.box_schedule {
  width: clamp(180px, 21.875vw, 280px);
}
#home #home_schedule .inner > * .contents .schedule_slider.slick-slider .slick-slide a.box_schedule .btm .teams_logo img {
  height: clamp(40px, 5vw, 64px);
}
#home #home_schedule .inner > * .contents .schedule_slider > li {
  display: none;
}
#home #home_schedule .inner > * .contents .schedule_slider_nav.slick-slider .slick-arrow {
  background: url(../img/icon/icn-arrow01_white.svg) no-repeat center;
}
#home #home_schedule .inner > * .contents .schedule_slider_nav.slick-slider .slick-dots > li:not(.slick-active) button {
  background-color: #FFFFFF;
}
#home #home_schedule .inner > * .contents .schedule_slider_nav.slick-slider .slick-dots > li.slick-active button {
  background-color: #FF7719;
}
#home #home_schedule .inner > * .contents .list_btns {
  display: flex;
  gap: 8px 24px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: clamp(24px, 2.96875vw, 38px);
}
@media print, screen and (min-width: 768px) {
  #home #home_schedule .inner > * .contents .list_btns {
    flex-direction: row;
  }
}
#home #home_schedule .inner > * .contents .list_btns > li {
  width: clamp(300px, 30vw, 384px);
}
#home #home_schedule .inner > * .contents .list_btns > li .btn01 {
  display: block;
  position: relative;
  text-align: center;
  box-shadow: 0 0 12px 0 #111111;
}
#home #home_schedule .inner > * .contents .list_btns > li .btn01::after {
  transform: translateY(-50%);
  position: absolute;
  right: 24px;
  top: 50%;
}
#home #home_schedule .inner > * .youtube {
  border-radius: 5px;
  background-color: #FFFFFF;
  margin-inline: auto;
  width: clamp(300px, 30vw, 384px);
}
@media print, screen and (min-width: 768px) {
  #home #home_schedule .inner > * .youtube {
    width: calc(clamp(300px, 30vw, 384px) * 2 + 24px);
  }
}
#home #home_schedule .inner > * .youtube .btn {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  align-items: center;
  position: relative;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  background-color: #FF0000;
  padding: 10px 24px;
  box-shadow: 0 0 12px 0 #111111;
}
@media print, screen and (min-width: 768px) {
  #home #home_schedule .inner > * .youtube .btn {
    flex-wrap: nowrap;
    justify-content: center;
    height: clamp(120px, 12.5vw, 160px);
    width: calc(clamp(300px, 30vw, 384px) * 2 + 24px);
  }
}
#home #home_schedule .inner > * .youtube .btn:focus {
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  #home #home_schedule .inner > * .youtube .btn:hover {
    opacity: 0.6;
  }
}
#home #home_schedule .inner > * .youtube .btn::before {
  content: "";
  display: block;
  background: url(../img/icon/icn-youtube_white.svg) no-repeat center;
  background-size: 100% auto;
  margin-right: clamp(16px, 1.875vw, 24px);
  aspect-ratio: 1/0.708;
  width: clamp(48px, 7.5vw, 96px);
}
#home #home_schedule .inner > * .youtube .btn::after {
  content: "";
  display: block;
  background: url(../img/icon/icn-arrow01_white.svg) no-repeat center;
  background-size: 100% auto;
  aspect-ratio: 1/1.75;
  width: clamp(8px, 0.9375vw, 12px);
  transform: translateY(-50%);
  position: absolute;
  right: 24px;
  top: 50%;
}
#home #home_schedule .inner > * .youtube .btn .text {
  font-weight: 700;
  font-size: clamp(2rem, 2.734375vw, 3.5rem);
  color: #FFFFFF;
  line-height: 1.4;
}
#home #home_schedule .inner > * .youtube .btn .text small {
  font-size: clamp(1.4rem, 1.875vw, 2.4rem);
}
@media print, screen and (min-width: 768px) {
  #home #home_schedule .inner > * .youtube .btn .text + .image {
    margin-left: 14px;
  }
}
#home #home_schedule .inner > * .youtube .btn .image {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #home #home_schedule .inner > * .youtube .btn .image {
    width: auto;
  }
}
#home #home_schedule .inner > * .youtube .btn .image img {
  margin-inline: auto;
  width: clamp(160px, 18.75vw, 240px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / index / news

------------------------------------------------------------------------------------------------------------------------------------------*/
#home #home_news {
  position: relative;
  background-color: #FF7719;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(../img/mascot.png);
  background-size: 64% auto;
  padding-block: 131px 64px;
  padding-left: 16px;
}
@media print, screen and (min-width: 768px) {
  #home #home_news {
    background-size: 40% auto;
    padding-block: 18px 0;
  }
}
#home #home_news .inner {
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  #home #home_news .inner {
    max-width: calc(50% + clamp(64px, 21.875vw, 280px));
  }
}
#home #home_news .inner::before {
  content: "";
  display: block;
  background-color: #FFFFFF;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 100% 0);
  aspect-ratio: 1/0.107;
  width: 100%;
  transform: translateY(1px);
}
#home #home_news .inner .contents {
  position: relative;
  background-color: #FFFFFF;
  padding-right: 16px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  #home #home_news .inner .contents {
    min-height: clamp(320px, 58.59375vw, 750px);
  }
}
#home #home_news .inner .contents > * {
  position: relative;
  padding-block: 48px;
  padding-left: clamp(24px, 3.75vw, 48px);
}
@media print, screen and (min-width: 768px) {
  #home #home_news .inner .contents > * {
    max-width: calc(600px + clamp(64px, 21.875vw, 280px));
  }
}
#home #home_news .inner .contents > * * + .list_news {
  margin-top: 32px;
}
#home #home_news .inner .contents > * * + .text_btn {
  margin-top: 24px;
}
#home #home_news .inner .contents > * .text_btn {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #home #home_news .inner .contents > * .text_btn {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 48px;
  }
}
#home #home_news .inner .contents > * .text_btn .btn01 {
  background-color: #111111;
  color: #FFFFFF;
  transform: translateX(-16px);
}
@media print, screen and (min-width: 768px) {
  #home #home_news .inner .contents > * .text_btn .btn01 {
    transform: translateX(0);
  }
}
#home #home_news .inner .contents > * .text_btn .btn01::after {
  background-image: url(../img/icon/icn-arrow01_white.svg);
}
#home #home_news .inner .contents > * .text_btn .btn01:focus {
  background-color: #FFFFFF;
  color: #111111;
}
#home #home_news .inner .contents > * .text_btn .btn01:focus::after {
  background-image: url(../img/icon/icn-arrow01_black.svg);
}
@media (hover: hover) and (pointer: fine) {
  #home #home_news .inner .contents > * .text_btn .btn01:hover {
    background-color: #FFFFFF;
    color: #111111;
  }
  #home #home_news .inner .contents > * .text_btn .btn01:hover::after {
    background-image: url(../img/icon/icn-arrow01_black.svg);
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / index / common

------------------------------------------------------------------------------------------------------------------------------------------*/
#home #home_member {
  background-color: #FFFFFF;
}
#home #home_member.after::after {
  background-color: #FF7719;
  border-color: #FF7719;
}
#home #home_member .inner > * {
  position: relative;
  padding-block: 48px;
}
@media print, screen and (min-width: 768px) {
  #home #home_member .inner > * {
    padding-bottom: 40px;
    padding-top: clamp(48px, 7.5vw, 96px);
  }
}
#home #home_member .inner > * > * + * {
  margin-top: clamp(32px, 2.96875vw, 38px);
}
#home #home_member .inner > * #select_terms {
  font-weight: 700;
  font-size: clamp(1.8rem, 1.5625vw, 2rem);
}
#home #home_member .inner > * .contents .member_slider.slick-slider {
  margin-bottom: 0;
  width: calc(clamp(200px, 23.4375vw, 300px) * 5 + clamp(16px, 1.875vw, 24px) * 5);
}
#home #home_member .inner > * .contents .member_slider .slick-slide {
  margin-right: clamp(16px, 1.875vw, 24px);
  background-color: #FFFFFF;
  width: clamp(200px, 23.4375vw, 300px);
}
#home #home_member .inner > * .contents .member_slider > li {
  display: none;
}
#home #home_member .inner > * .text_btn {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #home #home_member .inner > * .text_btn {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: clamp(48px, 7.5vw, 96px);
  }
}
#home #home_member .inner > * .text_btn .btn01 {
  background-color: #111111;
  color: #FFFFFF;
}
#home #home_member .inner > * .text_btn .btn01::after {
  background-image: url(../img/icon/icn-arrow01_white.svg);
}
#home #home_member .inner > * .text_btn .btn01:focus {
  background-color: #FFFFFF;
  color: #111111;
}
#home #home_member .inner > * .text_btn .btn01:focus::after {
  background-image: url(../img/icon/icn-arrow01_black.svg);
}
@media (hover: hover) and (pointer: fine) {
  #home #home_member .inner > * .text_btn .btn01:hover {
    background-color: #FFFFFF;
    color: #111111;
  }
  #home #home_member .inner > * .text_btn .btn01:hover::after {
    background-image: url(../img/icon/icn-arrow01_black.svg);
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / index / pickup

------------------------------------------------------------------------------------------------------------------------------------------*/
#home #home_pickup {
  background-color: #FF7719;
}
#home #home_pickup > * {
  padding-block: 48px;
}
@media print, screen and (min-width: 1280px) {
  #home #home_pickup > * {
    padding-bottom: 40px;
  }
}
#home #home_pickup > * > * + * {
  margin-top: 32px;
}
#home #home_pickup > * .pickupmenu {
  display: grid;
  gap: clamp(8px, 1.875vw, 24px);
}
@media print, screen and (min-width: 768px) {
  #home #home_pickup > * .pickupmenu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1300px) {
  #home #home_pickup > * .pickupmenu {
    grid-template-columns: repeat(3, 1fr);
  }
}
#home #home_pickup > * .pickupmenu a[class*=pum_] {
  display: flex;
  align-items: center;
  column-gap: clamp(16px, 1.875vw, 24px);
  border: solid 2px #111111;
  background-color: #FFFFFF;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.5625vw, 2rem);
  padding: clamp(12px, 1.875vw, 24px) clamp(16px, 1.875vw, 24px);
  height: clamp(64px, 9.375vw, 120px);
  box-shadow: 3px 3px 0 0 #111111;
}
#home #home_pickup > * .pickupmenu a[class*=pum_]:focus {
  box-shadow: 0 0 0 0 #111111;
}
@media (hover: hover) and (pointer: fine) {
  #home #home_pickup > * .pickupmenu a[class*=pum_]:hover {
    box-shadow: 0 0 0 0 #111111;
  }
}
#home #home_pickup > * .pickupmenu a[class*=pum_]::before, #home #home_pickup > * .pickupmenu a[class*=pum_]::after {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#home #home_pickup > * .pickupmenu a[class*=pum_]::before {
  aspect-ratio: 1/1;
  width: clamp(40px, 5.625vw, 72px);
}
#home #home_pickup > * .pickupmenu a[class*=pum_]::after {
  background-image: url(../img/icon/icn-arrow01_black.svg);
  aspect-ratio: 1/1.75;
  margin-left: auto;
  width: clamp(8px, 0.9375vw, 12px);
}
#home #home_pickup > * .pickupmenu a.pum_ticket::before {
  background-image: url(../img/icon/icn-ticket_black.svg);
}
#home #home_pickup > * .pickupmenu a.pum_uniform::before {
  background-image: url(../img/icon/icn-uniform_black.svg);
}
#home #home_pickup > * .pickupmenu a.pum_baseballball::before {
  background-image: url(../img/icon/icn-baseballball_black.svg);
}
#home #home_pickup > * .pickupmenu a.pum_sponsor::before {
  background-image: url(../img/icon/icn-sponsor_black.svg);
}
#home #home_pickup > * .pickupmenu a.pum_handshake::before {
  background-image: url(../img/icon/icn-handshake_black.svg);
}
#home #home_pickup > * .pickupmenu a.pum_heart::before {
  background-image: url(../img/icon/icn-heart_black.svg);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / index / supporter

------------------------------------------------------------------------------------------------------------------------------------------*/
#home #home_supporter {
  background-image: url(../img/index/supporter/bg.jpg);
  background-position: center bottom;
}
#home #home_supporter .filter {
  background-color: rgba(17, 17, 17, 0.6);
}
#home #home_supporter .filter.before::before {
  background-color: #FF7719;
  border-color: #FF7719;
}
#home #home_supporter .filter.after::after {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
#home #home_supporter .filter .inner > * {
  position: relative;
  padding-block: 48px;
}
@media print, screen and (min-width: 768px) {
  #home #home_supporter .filter .inner > * {
    padding-block: 40px;
  }
}
#home #home_supporter .filter .inner > * > * + * {
  margin-top: 32px;
}
#home #home_supporter .filter .inner > * h3 + p, #home #home_supporter .filter .inner > * .ttl_style01 {
  color: #FFFFFF;
}
#home #home_supporter .filter .inner > * > p {
  font-size: clamp(1.6rem, 1.875vw, 2.4rem);
}
@media print, screen and (min-width: 768px) {
  #home #home_supporter .filter .inner > * .supporter_menu {
    margin-top: 48px;
  }
}
#home #home_supporter .filter .inner > * .text_btn {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #home #home_supporter .filter .inner > * .text_btn {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 40px;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / index / sponsor

------------------------------------------------------------------------------------------------------------------------------------------*/
#home #home_sponsor {
  background-color: #FFFFFF;
}
#home #home_sponsor > * {
  padding-block: calc(48px - (clamp(3.6rem, 5vw, 6.4rem) * 1.4 - clamp(3.6rem, 5vw, 6.4rem)) / 2) 48px;
}
#home #home_sponsor > * .ttl_style01 {
  flex-direction: column;
  align-items: flex-start;
}
@media print, screen and (min-width: 768px) {
  #home #home_sponsor > * .ttl_style01 {
    flex-direction: row;
    align-items: center;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / member / common

------------------------------------------------------------------------------------------------------------------------------------------*/
#cpt_member * + *[id^=members] {
  margin-top: clamp(64px, 7.5vw, 96px);
}
#cpt_member *[id^=members] > * > * + * {
  margin-top: clamp(24px, 2.5vw, 32px);
}
#cpt_member *[id^=members] > * .list_column_five {
  gap: clamp(8px, 1.875vw, 24px);
}
#cpt_member *[id^=members] > * .list_column_five .box_member h4 {
  column-gap: clamp(8px, 0.9375vw, 12px);
}
#cpt_member *[id^=members] > * .list_column_five .box_member h4 b {
  font-size: clamp(4.8rem, 5vw, 6.4rem);
  line-height: 1.1;
}
#cpt_member *[id^=members] > * .list_column_five .box_member h4 span {
  font-size: clamp(1.3rem, 1.40625vw, 1.8rem);
}
#cpt_member *[id^=members] > * .list_column_five .box_member h4 span small {
  font-size: clamp(1rem, 0.9375vw, 1.2rem);
}
#cpt_member *[id^=members] > * .list_column_five .box_member .position {
  font-size: clamp(1.2rem, 1.25vw, 1.6rem);
  min-width: clamp(72px, 7.5vw, 96px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / member / anchors

------------------------------------------------------------------------------------------------------------------------------------------*/
#cpt_member #anchors ul {
  gap: clamp(8px, 1.25vw, 16px);
}
#cpt_member #anchors ul .btn02::after {
  transform: rotate(90deg);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / member / single

------------------------------------------------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  #cpt_member.single #single_contents .inner {
    display: grid;
    grid-template-columns: clamp(160px, 31.25vw, 400px) 1fr;
    column-gap: clamp(24px, 4.375vw, 56px);
  }
}
#cpt_member.single #single_contents .inner .image {
  margin-bottom: 32px;
  margin-right: 24px;
  width: clamp(160px, 31.25vw, 400px);
  float: left;
}
#cpt_member.single #single_contents .inner .text .top {
  display: flex;
  flex-direction: column;
  gap: 12px clamp(24px, 2.5vw, 32px);
}
@media print, screen and (min-width: 768px) {
  #cpt_member.single #single_contents .inner .text .top {
    flex-direction: row;
  }
}
#cpt_member.single #single_contents .inner .text .top .number b {
  font-size: clamp(86px, 11.796875vw, 151px);
  line-height: 0.7;
  color: #FF7719;
}
#cpt_member.single #single_contents .inner .text .top h3 {
  font-weight: 700;
  font-size: clamp(2.4rem, 3.125vw, 4rem);
  line-height: 1.6;
}
#cpt_member.single #single_contents .inner .text .top h3 small {
  font-weight: 400;
  font-size: 1.2rem;
}
#cpt_member.single #single_contents .inner .text .top h3 .position {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF7719;
  font-weight: 700;
  font-size: clamp(1.2rem, 1.25vw, 1.6rem);
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 8px;
  height: clamp(24px, 2.5vw, 32px);
  width: clamp(72px, 12.5vw, 160px);
}
@media print, screen and (min-width: 768px) {
  #cpt_member.single #single_contents .inner .text * + .btm {
    margin-top: clamp(32px, 5vw, 64px);
  }
}
#cpt_member.single #single_contents .inner .text .btm {
  clear: both;
}
#cpt_member.single #single_contents .inner .text .btm > * + * {
  margin-top: 48px;
}
#cpt_member.single #single_contents .inner .text .btm #individual_sponsors > * + * {
  margin-top: clamp(16px, 1.875vw, 24px);
}
#cpt_member.single #single_contents .inner .text .btm #individual_sponsors .list_disc_orange {
  display: flex;
  gap: clamp(6px, 1.25vw, 16px) 32px;
  flex-wrap: wrap;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  #cpt_member.single #single_contents .inner .text .btm #individual_sponsors .list_disc_orange {
    flex-direction: row;
  }
}
#cpt_member.single #single_contents .inner .text .btm #individual_sponsors .list_disc_orange > li + li {
  margin-top: 0;
}
#cpt_member.single #single_contents .inner .text .btm #individual_sponsors .list_disc_orange > li a.none_link {
  pointer-events: none;
}
#cpt_member.single #single_contents .inner .text .btm #individual_sponsors .list_disc_orange > li a:focus {
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  #cpt_member.single #single_contents .inner .text .btm #individual_sponsors .list_disc_orange > li a:hover {
    opacity: 0.6;
  }
}
#cpt_member.single #single_contents .inner .text .btm * + .text_btn {
  margin-top: clamp(32px, 3.28125vw, 42px);
}
#cpt_member.single #single_contents .inner .text .btm .text_btn .btn02 {
  margin-inline: auto;
  max-width: 400px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / about / common

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.about * + *[id^=about] {
  margin-top: clamp(64px, 7.5vw, 96px);
}
#page.about *[id^=about] > * > * + * {
  margin-top: 48px;
}
#page.about *[id^=about] > * > h3 + * {
  margin-top: clamp(24px, 2.5vw, 32px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / about / introduction

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.about #about_introduction {
  /*.column_box{
      display: grid;
      gap: 24px;
      @include config.mq-min(sp){
          grid-template-columns: repeat(2, 1fr);
      }
      > *[id^="cb_team"]{
          background-color: nth($list: config.$colors, $n: 3);
          border: 1px solid #CCCCCC;
          box-shadow: 0 0 6px 0 rgba($color: #000000, $alpha: 0.16);
          padding: config.Clamp(24px, 40px) config.Clamp(24px, 48px) 32px;
          .image{
              img{
                  margin-inline: auto;
              }
          }
          // #cb_team_logo
          &[id*="_logo"]{
              * + .image{
                  margin-top: 32px;
                  @include config.mq-min(sp){
                      margin-top: 24px;
                  }
              }
              .image{
                  img{
                      width: 240px;
                  }
              }
              * + .text{
                  margin-top: config.Clamp(32px, 48px);
              }
          }
          // cb_team_character
          &[id*="_character"]{
              > * + *{
                  margin-top: 24px;
              }
              .contents{
                  display: grid;
                  gap: 32px;
                  @include config.mq-min(1450px){
                      grid-template-columns: 1fr 200px;
                  }
                  .image{
                      @include config.mq-min(1450px){
                          order: 2;
                      }
                      img{
                          width: 200px;
                      }
                  }
                  .text{
                      @include config.mq-min(1450px){
                          order: 1;
                      }
                      > * + *{
                          margin-top: 16px;
                      }
                      h5{
                          text-align: center;
                          @include config.mq-min(1450px){
                              text-align: left;
                          }
                      }
                  }
              }
          }
      }
  }*/
}
#page.about #about_introduction > * .contents_box {
  display: flex;
  gap: 32px 48px;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  #page.about #about_introduction > * .contents_box {
    flex-direction: row;
  }
}
#page.about #about_introduction > * .contents_box .logo img {
  margin-inline: auto;
  min-width: clamp(240px, 25vw, 320px);
  width: clamp(240px, 25vw, 320px);
}
#page.about #about_introduction > * #characters_info {
  border: 1px solid #CCCCCC;
  padding: clamp(24px, 3.125vw, 40px) clamp(24px, 3.75vw, 48px);
}
#page.about #about_introduction > * #characters_info > * + * {
  margin-top: 24px;
}
#page.about #about_introduction > * #characters_info > h4 {
  font-size: clamp(2rem, 1.875vw, 2.4rem);
}
#page.about #about_introduction > * #characters_info .column_box {
  display: grid;
  row-gap: 32px;
}
@media print, screen and (min-width: 768px) {
  #page.about #about_introduction > * #characters_info .column_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 768px) {
  #page.about #about_introduction > * #characters_info .column_box > *:nth-child(even) {
    border-left: 1px solid #CCCCCC;
  }
}
@media print, screen and (min-width: 768px) {
  #page.about #about_introduction > * #characters_info .column_box > *:nth-child(even).mascot_box {
    padding-left: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  #page.about #about_introduction > * #characters_info .column_box > *:nth-child(odd).mascot_box {
    padding-right: 35px;
  }
}
#page.about #about_introduction > * #characters_info .column_box > * + *.mascot_box {
  border-top: 1px solid #CCCCCC;
  padding-top: 32px;
}
@media print, screen and (min-width: 768px) {
  #page.about #about_introduction > * #characters_info .column_box > * + *.mascot_box {
    border-top: none;
    padding-top: 0;
  }
}
#page.about #about_introduction > * #characters_info .column_box > * + *.mascots_box {
  border-top: 1px solid #CCCCCC;
  padding-top: 32px;
}
#page.about #about_introduction > * #characters_info .column_box h5 {
  text-align: center;
  font-size: clamp(2.4rem, 2.5vw, 3.2rem);
  line-height: 1;
}
@media print, screen and (min-width: 1450px) {
  #page.about #about_introduction > * #characters_info .column_box h5 {
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  #page.about #about_introduction > * #characters_info .column_box .column_winder {
    grid-column: 1/3;
  }
}
#page.about #about_introduction > * #characters_info .column_box .mascot_box {
  display: flex;
  gap: 32px;
  flex-direction: column;
}
@media print, screen and (min-width: 1450px) {
  #page.about #about_introduction > * #characters_info .column_box .mascot_box {
    flex-direction: row-reverse;
  }
}
#page.about #about_introduction > * #characters_info .column_box .mascot_box .image img {
  margin-inline: auto;
  min-width: clamp(200px, 17.1875vw, 220px);
  width: clamp(200px, 17.1875vw, 220px);
}
#page.about #about_introduction > * #characters_info .column_box .mascot_box .text > * + * {
  margin-top: 16px;
}
#page.about #about_introduction > * #characters_info .column_box .mascots_box > * > * + * {
  margin-top: clamp(16px, 1.875vw, 24px);
}
#page.about #about_introduction > * #characters_info .column_box .mascots_box > * h5 img {
  margin-inline: auto;
  width: clamp(200px, 31.25vw, 400px);
}
#page.about #about_introduction > * #characters_info .column_box .mascots_box > * h5 small {
  font-weight: 400;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  margin-top: 10px;
}
@media print, screen and (min-width: 1450px) {
  #page.about #about_introduction > * #characters_info .column_box .mascots_box > * h5 small {
    text-align: center;
  }
}
#page.about #about_introduction > * #characters_info .column_box .mascots_box > * .mascots_list {
  display: grid;
  gap: 32px 24px;
}
@media print, screen and (min-width: 768px) {
  #page.about #about_introduction > * #characters_info .column_box .mascots_box > * .mascots_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1450px) {
  #page.about #about_introduction > * #characters_info .column_box .mascots_box > * .mascots_list {
    grid-template-columns: repeat(5, 1fr);
  }
}
#page.about #about_introduction > * #characters_info .column_box .mascots_box > * .mascots_list > * {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
}
@media print, screen and (min-width: 1450px) {
  #page.about #about_introduction > * #characters_info .column_box .mascots_box > * .mascots_list > * {
    flex-direction: column;
  }
}
#page.about #about_introduction > * #characters_info .column_box .mascots_box > * .mascots_list > * > * + p {
  margin-top: 12px;
}
#page.about #about_introduction > * #characters_info .column_box .mascots_box > * .mascots_list > * .image {
  flex: 1;
}
@media print, screen and (min-width: 1450px) {
  #page.about #about_introduction > * #characters_info .column_box .mascots_box > * .mascots_list > * .image {
    flex: none;
  }
}
#page.about #about_introduction > * #characters_info .column_box .mascots_box > * .mascots_list > * .image img {
  margin-inline: auto;
  max-width: 200px;
  width: 100%;
}
#page.about #about_introduction > * #characters_info .column_box .mascots_box > * .mascots_list > * h6 {
  flex: 1;
  align-self: center;
  font-size: clamp(2rem, 1.875vw, 2.4rem);
}
@media print, screen and (min-width: 1450px) {
  #page.about #about_introduction > * #characters_info .column_box .mascots_box > * .mascots_list > * h6 {
    align-self: flex-start;
    flex: none;
  }
}
#page.about #about_introduction > * #characters_info .column_box .mascots_box > * .mascots_list > * p {
  width: 100%;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / about / stadiums

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.about #about_stadiums > * .box_free_style01 + .box_free_style01 {
  margin-top: clamp(16px, 2.5vw, 32px);
}
#page.about #about_stadiums > * .box_free_style01 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  gap: clamp(8px, 1.875vw, 24px);
}
@media print, screen and (min-width: 768px) {
  #page.about #about_stadiums > * .box_free_style01 .list {
    flex-direction: row;
  }
}
#page.about #about_stadiums > * .box_free_style01 .list > li {
  border: 1px solid #FF7719;
  background-color: #FFFFFF;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #page.about #about_stadiums > * .box_free_style01 .list > li {
    width: calc((100% - clamp(8px, 1.875vw, 24px) * 1) / 2);
  }
}
@media print, screen and (min-width: 1450px) {
  #page.about #about_stadiums > * .box_free_style01 .list > li {
    width: calc((100% - clamp(8px, 1.875vw, 24px) * 2) / 3);
  }
}
#page.about #about_stadiums > * .box_free_style01 .list > li h5 {
  font-weight: 700;
  font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
  color: #FF7719;
  padding: 14px clamp(32px, 3.125vw, 40px) 14px clamp(16px, 1.875vw, 24px);
}
#page.about #about_stadiums > * .box_free_style01 .list > li h5.acc_btn + * {
  display: none;
}
#page.about #about_stadiums > * .box_free_style01 .list > li h5.acc_btn::after {
  right: clamp(16px, 1.875vw, 24px);
}
#page.about #about_stadiums > * .box_free_style01 .list > li > * ul {
  border-top: 1px solid #FF7719;
  padding: clamp(12px, 1.09375vw, 14px) clamp(16px, 1.875vw, 24px) clamp(12px, 1.25vw, 16px);
}
#page.about #about_stadiums > * .box_free_style01 .list > li > * ul li {
  display: grid;
  grid-template-columns: max-content 1fr;
}
#page.about #about_stadiums > * .box_free_style01 .list > li > * ul li p a.map {
  display: inline-block;
  border: 1px solid #FF7719;
  font-weight: 700;
  font-size: clamp(1.2rem, 1.015625vw, 1.3rem);
  line-height: 1.4;
  color: #FF7719;
  padding: 3px 8px;
}
@media print, screen and (min-width: 768px) {
  #page.about #about_stadiums > * .box_free_style01 .list > li > * ul li p a.map {
    padding: 3px 6px;
  }
}
#page.about #about_stadiums > * .box_free_style01 .list > li > * ul li p a.map:focus {
  background-color: #FF7719;
  color: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  #page.about #about_stadiums > * .box_free_style01 .list > li > * ul li p a.map:hover {
    background-color: #FF7719;
    color: #FFFFFF;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / supporter / common

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.supporter * + *[id^=supporter] {
  margin-top: clamp(64px, 7.5vw, 96px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / supporter / with

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.supporter #supporter_with .column_box {
  display: grid;
  gap: 24px clamp(32px, 5.625vw, 72px);
}
@media print, screen and (min-width: 768px) {
  #page.supporter #supporter_with .column_box {
    grid-template-columns: 1fr clamp(240px, 32.03125vw, 410px);
  }
}
#page.supporter #supporter_with .column_box .text > * + * {
  margin-top: clamp(24px, 2.5vw, 32px);
}
#page.supporter #supporter_with .column_box .text p strong {
  font-weight: 700;
  font-size: clamp(2rem, 1.875vw, 2.4rem);
  line-height: 1.6;
}
#page.supporter #supporter_with .column_box .image img {
  margin-inline: auto;
  width: clamp(240px, 32.03125vw, 410px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / supporter / benefit

------------------------------------------------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
  #page.supporter #supporter_benefit {
    margin-top: 0;
  }
}
#page.supporter #supporter_benefit > * > * + * {
  margin-top: clamp(24px, 2.5vw, 32px);
}
#page.supporter #supporter_benefit > * .gray_box {
  background-color: #EFEFEF;
  padding: clamp(16px, 2.5vw, 32px);
}
#page.supporter #supporter_benefit > * .gray_box > * + * {
  margin-top: 16px;
}
#page.supporter #supporter_benefit > * .gray_box .mb_list {
  display: grid;
  gap: clamp(8px, 1.875vw, 24px);
}
@media print, screen and (min-width: 768px) {
  #page.supporter #supporter_benefit > * .gray_box .mb_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1024px) {
  #page.supporter #supporter_benefit > * .gray_box .mb_list {
    grid-template-columns: repeat(5, 1fr);
  }
}
#page.supporter #supporter_benefit > * .gray_box .mb_list > li[class*=mb_] {
  display: flex;
  gap: 20px 12px;
  align-items: center;
  border: 1px solid #FF7719;
  background-color: #FFFFFF;
  padding: 12px 16px;
}
@media print, screen and (min-width: 1024px) {
  #page.supporter #supporter_benefit > * .gray_box .mb_list > li[class*=mb_] {
    flex-direction: column;
    padding: 32px 8px 16px;
  }
}
#page.supporter #supporter_benefit > * .gray_box .mb_list > li[class*=mb_]::before {
  content: "";
  display: block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  aspect-ratio: 1/1;
  width: clamp(40px, 5vw, 64px);
}
#page.supporter #supporter_benefit > * .gray_box .mb_list > li[class*=mb_] p {
  font-weight: 700;
}
@media print, screen and (min-width: 1024px) {
  #page.supporter #supporter_benefit > * .gray_box .mb_list > li[class*=mb_] p {
    text-align: center;
  }
}
@media print, screen and (max-width: 1023px) {
  #page.supporter #supporter_benefit > * .gray_box .mb_list > li[class*=mb_] p br {
    display: contents;
  }
}
#page.supporter #supporter_benefit > * .gray_box .mb_list > li[class*=mb_][class*=players]::before {
  background-image: url(../img/icon/icn-players_orange.svg);
}
#page.supporter #supporter_benefit > * .gray_box .mb_list > li[class*=mb_][class*=memberscard]::before {
  background-image: url(../img/icon/icn-memberscard_orange.svg);
}
#page.supporter #supporter_benefit > * .gray_box .mb_list > li[class*=mb_][class*=supportshop]::before {
  background-image: url(../img/icon/icn-supportshop_orange.svg);
}
#page.supporter #supporter_benefit > * .gray_box .mb_list > li[class*=mb_][class*=ticket]::before {
  background-image: url(../img/icon/icn-ticket_orange.svg);
}
#page.supporter #supporter_benefit > * .gray_box .mb_list > li[class*=mb_][class*=tickets]::before {
  background-image: url(../img/icon/icn-tickets_orange.svg);
}
#page.supporter #supporter_benefit > * .gray_box .mb_list > li.and_more {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #CCCCCC;
  padding: 12px 16px;
}
@media print, screen and (min-width: 1024px) {
  #page.supporter #supporter_benefit > * .gray_box .mb_list > li.and_more {
    padding: 32px 8px 16px;
  }
}
#page.supporter #supporter_benefit > * .gray_box .mb_list > li.and_more p {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
  height: clamp(40px, 5vw, 64px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / supporter / menu

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.supporter #supporter_menu > * > * + * {
  margin-top: clamp(32px, 3.75vw, 48px);
}
#page.supporter #supporter_menu > * > h3 + * {
  margin-top: clamp(24px, 2.5vw, 32px);
}
#page.supporter #supporter_menu > * .list {
  display: grid;
  gap: clamp(8px, 1.875vw, 24px);
  background-color: #EFEFEF;
  padding: clamp(16px, 2.5vw, 32px);
}
@media print, screen and (min-width: 768px) {
  #page.supporter #supporter_menu > * .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1024px) {
  #page.supporter #supporter_menu > * .list {
    grid-template-columns: repeat(3, 1fr);
  }
}
#page.supporter #supporter_menu > * .list > * a {
  display: block;
  position: relative;
  border: 1px solid #FF7719;
  background-color: #FFFFFF;
  padding: 16px clamp(16px, 1.875vw, 24px);
}
#page.supporter #supporter_menu > * .list > * a::after {
  content: "";
  display: block;
  background: url(../img/icon/icn-arrow01_orange.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1.75;
  width: 8px;
  transform: translateY(-50%);
  position: absolute;
  right: 24px;
  top: 50%;
}
@media print, screen and (min-width: 768px) {
  #page.supporter #supporter_menu > * .list > * a::after {
    right: 20px;
  }
}
#page.supporter #supporter_menu > * .list > * a:focus {
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  #page.supporter #supporter_menu > * .list > * a:hover {
    opacity: 0.6;
  }
}
#page.supporter #supporter_menu > * .list > * a b {
  font-size: clamp(1.6rem, 1.40625vw, 1.8rem);
}
#page.supporter #supporter_menu > * .list > * a b small {
  display: flex;
  align-items: baseline;
  font-size: 1.6rem;
  color: #FF7719;
}
@media print, screen and (min-width: 768px) {
  #page.supporter #supporter_menu > * .list > * a b small {
    margin-top: clamp(3px, 0.46875vw, 6px);
  }
}
#page.supporter #supporter_menu > * .list > * a b small::before {
  content: "年会費";
  display: block;
  background-color: #FF7719;
  font-weight: 700;
  font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
  color: #FFFFFF;
  padding: 3px 8px;
  margin-right: 8px;
}
#page.supporter #supporter_menu > * .list > * a b small::after {
  content: "（税込）";
  display: block;
  font-size: 1.2rem;
}
#page.supporter #supporter_menu > * .supporter_menu > * {
  border: 1px solid #FF7719;
}
#page.supporter #supporter_menu > * .text_btn a.btn02 {
  margin-inline: auto;
  max-width: 400px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / supporter / benefits / common

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.supporter_benefits *[id^=benefits] > * > * + * {
  margin-top: clamp(32px, 3.75vw, 48px);
}
#page.supporter_benefits *[id^=benefits] > * > h3 + * {
  margin-top: clamp(24px, 2.5vw, 32px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / supporter / benefits / contents

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.supporter_benefits #benefits_contents > * #benefit_list > li {
  border: 1px solid #FF7719;
}
#page.supporter_benefits #benefits_contents > * #benefit_list > li + li {
  margin-top: clamp(16px, 3.75vw, 48px);
}
#page.supporter_benefits #benefits_contents > * #benefit_list > li h4 {
  background-color: #FF7719;
  font-weight: 700;
  font-size: clamp(2rem, 1.875vw, 2.4rem);
  color: #FFFFFF;
  padding: clamp(16px, 1.5625vw, 20px) clamp(16px, 2.5vw, 32px);
}
@media print, screen and (min-width: 768px) {
  #page.supporter_benefits #benefits_contents > * #benefit_list > li h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#page.supporter_benefits #benefits_contents > * #benefit_list > li h4 small {
  display: flex;
  align-items: center;
}
#page.supporter_benefits #benefits_contents > * #benefit_list > li h4 small::before {
  content: "年会費";
  display: block;
  background-color: #FFFFFF;
  color: #FF7719;
  font-size: clamp(1.2rem, 1.25vw, 1.6rem);
  line-height: 1.4;
  padding: clamp(3px, 0.46875vw, 6px) clamp(6px, 0.9375vw, 12px);
  margin-right: clamp(10px, 0.9375vw, 12px);
}
#page.supporter_benefits #benefits_contents > * #benefit_list > li h4 small span {
  display: flex;
  align-items: baseline;
  font-size: clamp(1.6rem, 1.875vw, 2.4rem);
}
#page.supporter_benefits #benefits_contents > * #benefit_list > li h4 small span::after {
  content: "（税込）";
  display: block;
  font-size: clamp(1.2rem, 1.25vw, 1.6rem);
}
#page.supporter_benefits #benefits_contents > * #benefit_list > li .inner {
  padding: 24px clamp(16px, 2.5vw, 32px) clamp(24px, 2.5vw, 32px);
}
#page.supporter_benefits #benefits_contents > * #benefit_list > li .inner > * + *[class^=benefit_] {
  margin-top: clamp(24px, 2.5vw, 32px);
}
#page.supporter_benefits #benefits_contents > * #benefit_list > li .inner *[class^=benefit_] > * + * {
  margin-top: clamp(16px, 1.875vw, 24px);
}
#page.supporter_benefits #benefits_contents > * #benefit_list > li .inner *[class^=benefit_][class*=common] .lists {
  display: grid;
  gap: clamp(8px, 1.25vw, 16px);
}
@media print, screen and (min-width: 768px) {
  #page.supporter_benefits #benefits_contents > * #benefit_list > li .inner *[class^=benefit_][class*=common] .lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1024px) {
  #page.supporter_benefits #benefits_contents > * #benefit_list > li .inner *[class^=benefit_][class*=common] .lists {
    grid-template-columns: repeat(3, 1fr);
  }
}
#page.supporter_benefits #benefits_contents > * #benefit_list > li .inner *[class^=benefit_][class*=common] .lists > li[class*=mb_] {
  display: flex;
  column-gap: 12px;
  align-items: center;
  border: 1px solid #FF7719;
  background-color: #FFFFFF;
  font-weight: 700;
  padding: clamp(12px, 1.25vw, 16px) 16px;
}
#page.supporter_benefits #benefits_contents > * #benefit_list > li .inner *[class^=benefit_][class*=common] .lists > li[class*=mb_]::before {
  content: "";
  display: block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  aspect-ratio: 1/1;
  width: 40px;
}
#page.supporter_benefits #benefits_contents > * #benefit_list > li .inner *[class^=benefit_][class*=common] .lists > li[class*=mb_][class*=players]::before {
  background-image: url(../img/icon/icn-players_orange.svg);
}
#page.supporter_benefits #benefits_contents > * #benefit_list > li .inner *[class^=benefit_][class*=common] .lists > li[class*=mb_][class*=memberscard]::before {
  background-image: url(../img/icon/icn-memberscard_orange.svg);
}
#page.supporter_benefits #benefits_contents > * #benefit_list > li .inner *[class^=benefit_][class*=common] .lists > li[class*=mb_][class*=supportshop]::before {
  background-image: url(../img/icon/icn-supportshop_orange.svg);
}
#page.supporter_benefits #benefits_contents > * #benefit_list > li .inner *[class^=benefit_][class*=common] .lists > li[class*=mb_][class*=ticketoff]::before {
  background-image: url(../img/icon/icn-ticketoff_orange.svg);
}
#page.supporter_benefits #benefits_contents > * #benefit_list > li .inner *[class^=benefit_][class*=common] .lists > li[class*=mb_][class*=tickets]::before {
  background-image: url(../img/icon/icn-tickets_orange.svg);
}
#page.supporter_benefits #benefits_contents > * #benefit_list > li .inner *[class^=benefit_][class*=other] .lists {
  display: flex;
  gap: clamp(6px, 0.9375vw, 12px) clamp(16px, 2.5vw, 32px);
  flex-wrap: wrap;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  #page.supporter_benefits #benefits_contents > * #benefit_list > li .inner *[class^=benefit_][class*=other] .lists {
    flex-direction: row;
  }
}
#page.supporter_benefits #benefits_contents > * #benefit_list > li .inner *[class^=benefit_][class*=other] .lists > li {
  display: flex;
  column-gap: 8px;
  align-items: center;
  font-weight: 700;
  line-height: 1.4;
}
#page.supporter_benefits #benefits_contents > * #benefit_list > li .inner *[class^=benefit_][class*=other] .lists > li::before {
  content: "";
  display: block;
  border-radius: 99px;
  background-color: #FF7719;
  aspect-ratio: 1/1;
  width: clamp(10px, 0.9375vw, 12px);
}
#page.supporter_benefits #benefits_contents > * #benefit_list > li .inner *[class^=benefit_][class*=notes] .lists > li {
  text-indent: calc(clamp(1.4rem, 1.25vw, 1.6rem) * -1);
  padding-left: clamp(1.4rem, 1.25vw, 1.6rem);
}
#page.supporter_benefits #benefits_contents > * #benefit_list > li .inner *[class^=benefit_][class*=notes] .lists > li + li {
  margin-top: 5px;
}
#page.supporter_benefits #benefits_contents > * .text_btn a.btn03 {
  column-gap: clamp(8px, 0.9375vw, 12px);
  margin-inline: auto;
  max-width: 480px;
}
#page.supporter_benefits #benefits_contents > * .text_btn a.btn03::before {
  content: "";
  display: block;
  background: url(../img/icon/icn-pen_white.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: clamp(24px, 2.5vw, 32px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / supporter / benefits / application / common

------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------

* page / supporter / benefits / application / form

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.supporter_benefits_application #application_form .inner #mail_form .plan_list {
  display: grid;
  row-gap: 8px;
}
#page.supporter_benefits_application #application_form .inner #mail_form .plan_list .chk_box span {
  line-height: 1.2;
}
#page.supporter_benefits_application #application_form .inner #mail_form .plan_list .chk_box span small {
  display: inline;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / supporter / compamies / common

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.supporter_compamies *[id^=compamies] + *[id^=compamies] {
  margin-top: clamp(64px, 7.5vw, 96px);
}
#page.supporter_compamies *[id^=compamies] > * > * + * {
  margin-top: clamp(32px, 3.75vw, 48px);
}
#page.supporter_compamies *[id^=compamies] > * > h3 + * {
  margin-top: clamp(24px, 2.5vw, 32px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / supporter / compamies / list

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.supporter_compamies #compamies_list > * .compamies_list_contents #date_current + * {
  margin-top: 8px;
}
#page.supporter_compamies #compamies_list > * .compamies_list_contents #company_lists > * {
  padding: clamp(16px, 1.5625vw, 20px) clamp(16px, 2.5vw, 32px);
}
#page.supporter_compamies #compamies_list > * .compamies_list_contents #company_lists > dt {
  background-color: #FF7719;
  font-weight: 700;
  font-size: clamp(2rem, 1.875vw, 2.4rem);
  color: #FFFFFF;
}
#page.supporter_compamies #compamies_list > * .compamies_list_contents #company_lists > dd {
  background-color: #EFEFEF;
}
#page.supporter_compamies #compamies_list > * .compamies_list_contents #company_lists > dd + dt {
  margin-top: clamp(16px, 2.5vw, 32px);
}
#page.supporter_compamies #compamies_list > * .compamies_list_contents #company_lists > dd .list_disc_orange {
  column-gap: clamp(8px, 1.25vw, 16px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / contact / common

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.contact * + *[id^=contact] {
  margin-top: clamp(16px, 3.75vw, 48px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / contact / tel

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.contact #contact_tel .inner {
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  padding: clamp(24px, 3.125vw, 40px) clamp(24px, 3.75vw, 48px);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 1450px) {
  #page.contact #contact_tel .inner .right .text_tel {
    display: flex;
    column-gap: 10px;
    align-items: baseline;
  }
}
#page.contact #contact_tel .inner .right .text_tel b {
  font-weight: 500;
  font-size: clamp(4rem, 4.375vw, 5.6rem);
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  #page.contact #contact_tel .inner .right .text_tel b a {
    pointer-events: none;
  }
}
#page.contact #contact_tel .inner .right .text_tel small {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / schedule / common

------------------------------------------------------------------------------------------------------------------------------------------*/
#cpt_schedule * + *[id^=schedule] {
  margin-top: clamp(64px, 7.5vw, 96px);
}
#cpt_schedule *[id^=schedule] > * > * + * {
  margin-top: clamp(32px, 3.75vw, 48px);
}
#cpt_schedule *[id^=schedule] > * > h3 + * {
  margin-top: clamp(24px, 2.5vw, 32px);
}
#cpt_schedule *[id^=schedule] > * .box_schedule .top {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}
#cpt_schedule *[id^=schedule] > * .box_schedule .top .date {
  font-size: 1.8rem;
}
#cpt_schedule *[id^=schedule] > * .box_schedule .top .date strong {
  font-size: clamp(2.4rem, 2.5vw, 3.2rem);
}
#cpt_schedule *[id^=schedule] > * .box_schedule .top .loca, #cpt_schedule *[id^=schedule] > * .box_schedule .top .time {
  font-size: 1.4rem;
}
#cpt_schedule *[id^=schedule] > * .box_schedule .top .loca {
  width: 100%;
}
#cpt_schedule *[id^=schedule] > * .box_schedule .btm .teams_logo img {
  height: clamp(48px, 5vw, 64px);
}
#cpt_schedule *[id^=schedule] > * .box_schedule .btm .teams_name {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}
#cpt_schedule *[id^=schedule] > * .box_schedule .btm .teams_name::before {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}
#cpt_schedule .list_column_four {
  gap: clamp(16px, 2.5vw, 32px) clamp(16px, 2.1875vw, 28px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / schedule / all

------------------------------------------------------------------------------------------------------------------------------------------*/
#cpt_schedule #schedule_all > * {
  position: relative;
}
#cpt_schedule #schedule_all > * p {
  text-align: center;
}
#cpt_schedule #schedule_all > * p .result_link {
  display: inline-flex;
  column-gap: 8px;
  align-items: center;
  font-weight: 500;
  text-decoration: underline;
}
#cpt_schedule #schedule_all > * p .result_link:focus {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  #cpt_schedule #schedule_all > * p .result_link:hover {
    text-decoration: none;
  }
}
@media print, screen and (min-width: 768px) {
  #cpt_schedule #schedule_all > * p .result_link {
    position: absolute;
    right: 0;
    top: 0;
  }
}
#cpt_schedule #schedule_all > * p .result_link::before {
  content: "";
  display: block;
  background: url(../img/icon/icn-arrow01_orange.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1.75;
  width: 8px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / schedule / result

------------------------------------------------------------------------------------------------------------------------------------------*/
#cpt_schedule #schedule_result > * .text_btn .btn02 {
  margin-inline: auto;
  max-width: 400px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / shop / common

------------------------------------------------------------------------------------------------------------------------------------------*/
#cpt_shop * + *[id^=shop] {
  margin-top: clamp(64px, 7.5vw, 96px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / shop / summary

------------------------------------------------------------------------------------------------------------------------------------------*/
#cpt_shop #shop_summary > * {
  display: flex;
  gap: 24px clamp(32px, 5.625vw, 72px);
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  #cpt_shop #shop_summary > * {
    flex-direction: row;
  }
}
#cpt_shop #shop_summary > * .text > * + * {
  margin-top: clamp(24px, 2.5vw, 32px);
}
@media print, screen and (min-width: 768px) {
  #cpt_shop #shop_summary > * .text {
    flex: 1;
  }
}
#cpt_shop #shop_summary > * .image > * + * {
  margin-top: 12px;
}
#cpt_shop #shop_summary > * .image img {
  margin-inline: auto;
  width: clamp(160px, 31.25vw, 240px);
}
#cpt_shop #shop_summary > * .image p small {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  #cpt_shop #shop_summary > * .image p small {
    text-align: left;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / shop / common

------------------------------------------------------------------------------------------------------------------------------------------*/
#cpt_shop #shop_lists > * > * + * {
  margin-top: clamp(24px, 3.75vw, 48px);
}
#cpt_shop #shop_lists > * > h3 + * {
  margin-top: clamp(24px, 2.5vw, 32px);
}
@media print, screen and (min-width: 1024px) {
  #cpt_shop #shop_lists > * > #anchor_list + * {
    margin-top: clamp(24px, 7.5vw, 96px);
  }
}
#cpt_shop #shop_lists > * #anchor_list {
  display: none;
  gap: 16px;
}
@media print, screen and (min-width: 1024px) {
  #cpt_shop #shop_lists > * #anchor_list {
    display: grid;
  }
}
#cpt_shop #shop_lists > * #anchor_list li .btn02::after {
  transform: rotate(90deg);
}
#cpt_shop #shop_lists > * .category_box h4 {
  border-bottom: 1px solid #FF7719;
  padding-bottom: 16px;
  padding-right: 32px;
}
@media print, screen and (min-width: 1024px) {
  #cpt_shop #shop_lists > * .category_box h4.acc_btn {
    pointer-events: none;
  }
}
#cpt_shop #shop_lists > * .category_box h4.acc_btn::after {
  transform: translateY(0);
  right: 16px;
  top: calc((clamp(1.8rem, 1.875vw, 2.4rem) * 1.4 - 16px) / 2);
}
@media print, screen and (min-width: 1024px) {
  #cpt_shop #shop_lists > * .category_box h4.acc_btn::after {
    display: none;
  }
}
#cpt_shop #shop_lists > * .category_box h4.acc_btn + * {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  #cpt_shop #shop_lists > * .category_box h4.acc_btn + * {
    display: block !important;
  }
}
#cpt_shop #shop_lists > * .category_box h4 + * {
  background-color: #EFEFEF;
  padding: 16px;
}
@media print, screen and (min-width: 1024px) {
  #cpt_shop #shop_lists > * .category_box h4 + * {
    background: none;
    padding: 0;
    margin-top: 24px;
  }
}
#cpt_shop #shop_lists > * .category_box h4 span {
  display: block;
  border-left: 8px solid #FF7719;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.875vw, 2.4rem);
  line-height: 1.4;
  padding-left: 12px;
}
#cpt_shop #shop_lists > * .list_column_three {
  gap: clamp(8px, 1.25vw, 16px);
}
#cpt_shop #shop_lists > * .list_column_three .btn02 {
  column-gap: clamp(8px, 1.875vw, 24px);
  line-height: 1.6;
  height: 100%;
}
@media print, screen and (min-width: 1024px) {
  #cpt_shop #shop_lists > * .list_column_three .btn02 {
    height: 80px;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / shop / single

------------------------------------------------------------------------------------------------------------------------------------------*/
#cpt_shop #single_contents > * > * + * {
  margin-top: clamp(24px, 2.5vw, 32px);
}
#cpt_shop #single_contents > * .ttl_style02 span {
  display: inline-block;
  align-items: center;
  background-color: #FF7719;
  font-weight: 700;
  font-size: clamp(1.2rem, 1.25vw, 1.6rem);
  color: #FFFFFF;
  padding: 4px 12px;
  margin-bottom: clamp(12px, 1.875vw, 24px);
  min-width: clamp(180px, 18.75vw, 240px);
}
#cpt_shop #single_contents > * .column_box {
  display: grid;
  gap: 32px clamp(32px, 5.625vw, 72px);
}
@media print, screen and (min-width: 768px) {
  #cpt_shop #single_contents > * .column_box {
    grid-template-columns: 1.2fr 2fr;
  }
}
@media print, screen and (min-width: 1450px) {
  #cpt_shop #single_contents > * .column_box {
    grid-template-columns: 480px 1fr;
  }
}
#cpt_shop #single_contents > * .column_box .column_sss > * + * {
  margin-top: 32px;
}
#cpt_shop #single_contents > * .column_box .column_sss #benefit_box {
  border: 1px solid #FF7719;
}
#cpt_shop #single_contents > * .column_box .column_sss #benefit_box h4 {
  display: flex;
  column-gap: 10px;
  align-items: center;
  background-color: #FF7719;
  font-weight: 700;
  font-size: clamp(2rem, 1.875vw, 2.4rem);
  line-height: 1.2;
  color: #FFFFFF;
  padding: 16px 12px;
}
@media print, screen and (min-width: 1024px) {
  #cpt_shop #single_contents > * .column_box .column_sss #benefit_box h4 {
    padding: 10px 24px;
  }
}
#cpt_shop #single_contents > * .column_box .column_sss #benefit_box h4::before {
  content: "";
  display: block;
  background: url(../img/icon/icn-supportshop_white.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 24px;
}
#cpt_shop #single_contents > * .column_box .column_sss #benefit_box h4 + * {
  padding: clamp(18px, 1.875vw, 24px) clamp(12px, 1.875vw, 24px);
}
#cpt_shop #single_contents > * .column_box .column_sss .map_link {
  display: inline-flex;
  column-gap: 8px;
  align-items: center;
  border: 1px solid #FF7719;
  background-color: #FFFFFF;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #FF7719;
  padding: 6px 12px;
}
#cpt_shop #single_contents > * .column_box .column_sss .map_link:focus {
  background-color: #FF7719;
  color: #FFFFFF;
}
#cpt_shop #single_contents > * .column_box .column_sss .map_link:focus::after {
  background-image: url(../img/icon/icn-arrow01_white.svg);
}
@media (hover: hover) and (pointer: fine) {
  #cpt_shop #single_contents > * .column_box .column_sss .map_link:hover {
    background-color: #FF7719;
    color: #FFFFFF;
  }
  #cpt_shop #single_contents > * .column_box .column_sss .map_link:hover::after {
    background-image: url(../img/icon/icn-arrow01_white.svg);
  }
}
#cpt_shop #single_contents > * .column_box .column_sss .map_link::after {
  content: "";
  display: block;
  background: url(../img/icon/icn-arrow01_orange.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1.75;
  width: 4px;
}
#cpt_shop #single_contents > * .column_box .column_ss .data_list a:not(.map_link):focus {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  #cpt_shop #single_contents > * .column_box .column_ss .data_list a:not(.map_link):hover {
    text-decoration: underline;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / privacypolicy / common

------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------

* page / privacypolicy / contents

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.privacypolicy #privacypolicy_contents > * > * + * {
  margin-top: 48px;
}
#page.privacypolicy #privacypolicy_contents > * > h3 + * {
  margin-top: clamp(24px, 2.5vw, 32px);
}
#page.privacypolicy #privacypolicy_contents > * > section > * + * {
  margin-top: 24px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / news / common

------------------------------------------------------------------------------------------------------------------------------------------*/
#post #news_contents > * + * {
  margin-top: clamp(32px, 3.75vw, 48px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / news / common

------------------------------------------------------------------------------------------------------------------------------------------*/
#post.single #news_single > * > * + * {
  margin-top: clamp(32px, 3.75vw, 48px);
}
#post.single #news_single > * .post_date {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-weight: 500;
  font-size: 1.6rem;
}
#post.single #news_single > * .post_date + * {
  margin-top: clamp(16px, 1.875vw, 24px);
}
#post.single #news_single > * .post_date .cat_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #FF7719;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  color: #FFFFFF;
  padding-inline: 10px;
  min-width: 100px;
  height: 22px;
}
#post.single #news_single > * h3 + * {
  margin-top: clamp(16px, 1.875vw, 24px);
}
#post.single #news_single > * .text_btn .btn02 {
  margin-inline: auto;
  max-width: 400px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / partner / common

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.partner *[id^=sponsor] + *[id^=sponsor] {
  margin-top: clamp(64px, 7.5vw, 96px);
}
#page.partner *[id^=sponsor] > * > * + * {
  margin-top: clamp(32px, 3.75vw, 48px);
}
#page.partner *[id^=sponsor] > * > h3 + * {
  margin-top: clamp(24px, 2.5vw, 32px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / partner / list

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.partner #partner_list > * > * + * {
  margin-top: clamp(24px, 3.75vw, 48px);
}
#page.partner #partner_list > * > h3 + * {
  margin-top: clamp(24px, 2.5vw, 32px);
}
#page.partner #partner_list > * > * #date_current + * {
  margin-top: 8px;
}
#page.partner #partner_list > * > * .list_column_three {
  gap: clamp(8px, 1.25vw, 16px);
}
#page.partner #partner_list > * > * .list_column_three .btn02 {
  column-gap: clamp(8px, 1.875vw, 24px);
  line-height: 1.6;
  height: 100%;
}
@media print, screen and (min-width: 1024px) {
  #page.partner #partner_list > * > * .list_column_three .btn02 {
    height: 80px;
  }
}
#page.partner #partner_list > * > section > * + * {
  margin-top: 24px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / company / common

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.company *[id^=company] + *[id^=company] {
  margin-top: clamp(64px, 7.5vw, 96px);
}
#page.company *[id^=company] > * > * + * {
  margin-top: clamp(32px, 3.75vw, 48px);
}
#page.company *[id^=company] > * > h3 + * {
  margin-top: clamp(24px, 2.5vw, 32px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / company / philosophy

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.company #company_philosophy > * #company_philosophy_list {
  display: grid;
  row-gap: clamp(16px, 1.875vw, 24px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / company / charter

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.company #company_charter > * #company_charter_list {
  display: grid;
  row-gap: 8px;
}
#page.company #company_charter > * #company_charter_list > li {
  display: flex;
  column-gap: 8px;
  counter-increment: num;
}
#page.company #company_charter > * #company_charter_list > li::before {
  content: counter(num) ".";
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / company / about

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.company #company_about > * .column_box {
  display: flex;
  gap: clamp(24px, 2.5vw, 32px) clamp(32px, 3.75vw, 48px);
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  #page.company #company_about > * .column_box {
    flex-direction: row;
  }
}
@media print, screen and (min-width: 768px) {
  #page.company #company_about > * .column_box > * {
    flex: 1;
  }
}
#page.company #company_about > * .column_box .box_map iframe {
  aspect-ratio: 1/0.677;
  width: 100%;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / project / common

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.project *[id^=project] + *[id^=project] {
  margin-top: clamp(64px, 7.5vw, 96px);
}
#page.project *[id^=project] > * > * + * {
  margin-top: clamp(32px, 3.75vw, 48px);
}
#page.project *[id^=project] > * > h3 + * {
  margin-top: clamp(24px, 2.5vw, 32px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / project / about

------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------

* page / project / poster

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.project #project_poster > * .image img {
  max-width: 400px;
  width: 100%;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / project / gallery

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.project #project_gallery > * #project_gallery_list {
  display: grid;
  gap: clamp(16px, 2.5vw, 32px);
}
@media print, screen and (min-width: 768px) {
  #page.project #project_gallery > * #project_gallery_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
#page.project #project_gallery > * #project_gallery_list > li img {
  aspect-ratio: 1/0.75;
  object-fit: cover;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / project / companylist

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.project #project_companylist > * .list_disc_orange {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (min-width: 768px) {
  #page.project #project_companylist > * .list_disc_orange {
    grid-template-columns: repeat(4, 1fr);
  }
}
#page.project #project_companylist > * .list_disc_orange a:focus {
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  #page.project #project_companylist > * .list_disc_orange a:hover {
    opacity: 0.6;
  }
}
#page.project #project_companylist > * .list_disc_orange a.none_link {
  pointer-events: none;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / notfound / common

------------------------------------------------------------------------------------------------------------------------------------------*/
#not_found *[id^=notfound] > * > * + * {
  margin-top: clamp(32px, 3.75vw, 48px);
}
#not_found *[id^=notfound] > * > h3 + * {
  margin-top: clamp(24px, 2.5vw, 32px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / notfound / contents

------------------------------------------------------------------------------------------------------------------------------------------*/
#not_found #notfound_contents > * * {
  text-align: center;
}
#not_found #notfound_contents > * .text_btn a.btn02 {
  margin-inline: auto;
  max-width: 400px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / volunteer / common

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.volunteer *[id^=volunteer] + *[id^=volunteer] {
  margin-top: clamp(64px, 7.5vw, 96px);
}
#page.volunteer *[id^=volunteer] > * > * + * {
  margin-top: clamp(32px, 3.75vw, 48px);
}
#page.volunteer *[id^=volunteer] > * > h3 + * {
  margin-top: clamp(24px, 2.5vw, 32px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / volunteer / recruiting

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.supporter_volunteer #volunteer_recruiting > * p strong {
  font-weight: 700;
  font-size: clamp(1.6rem, 1.5625vw, 2rem);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / volunteer / about

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.volunteer #volunteer_about > * #location_area > * + * {
  margin-top: 24px;
}
#page.volunteer #volunteer_about > * #location_area .list_disc_orange {
  padding-left: calc(clamp(5px, 0.625vw, 8px) + clamp(8px, 0.9375vw, 12px));
}
#page.volunteer #volunteer_about > * .box_free_style01 .inner > * + * {
  margin-top: 16px;
}
#page.volunteer #volunteer_about > * .box_free_style01 .inner #stadiums > dt {
  display: flex;
  column-gap: 8px;
  align-items: baseline;
  font-weight: 700;
  line-height: 1.6;
}
#page.volunteer #volunteer_about > * .box_free_style01 .inner #stadiums > dt::before {
  content: "";
  display: block;
  background-color: #FF7719;
  clip-path: circle(5px);
  aspect-ratio: 1/1;
  min-width: clamp(10px, 0.9375vw, 12px);
  width: clamp(10px, 0.9375vw, 12px);
}
#page.volunteer #volunteer_about > * .box_free_style01 .inner #stadiums > dd {
  padding-left: calc(clamp(10px, 0.9375vw, 12px) + 8px);
}
#page.volunteer #volunteer_about > * .box_free_style01 .inner #stadiums > dd + dt {
  margin-top: 5px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / volunteer / howtoapp

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.volunteer #volunteer_howtoapp > * .text_btn a.btn03 {
  column-gap: clamp(8px, 0.9375vw, 12px);
  max-width: 480px;
}
#page.volunteer #volunteer_howtoapp > * .text_btn a.btn03::before {
  content: "";
  display: block;
  background: url(../img/icon/icn-pen_white.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: clamp(24px, 2.5vw, 32px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / ticket / common

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.ticket *[id^=ticket] > * > * + * {
  margin-top: clamp(32px, 3.75vw, 48px);
}
#page.ticket *[id^=ticket] > * > h3 + * {
  margin-top: clamp(24px, 2.5vw, 32px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / ticket / contents

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.ticket #ticket_contents > * .tickets_list {
  display: grid;
  gap: clamp(16px, 1.875vw, 24px);
  background-color: #EFEFEF;
  padding: clamp(16px, 2.5vw, 32px);
}
@media print, screen and (min-width: 768px) {
  #page.ticket #ticket_contents > * .tickets_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1024px) {
  #page.ticket #ticket_contents > * .tickets_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
#page.ticket #ticket_contents > * .tickets_list > * .details {
  border: 1px solid #FF7719;
  background-color: #FFFFFF;
  padding: 16px clamp(16px, 1.875vw, 24px);
}
#page.ticket #ticket_contents > * .tickets_list > * .details h4 {
  font-size: clamp(1.6rem, 1.40625vw, 1.8rem);
}
#page.ticket #ticket_contents > * .tickets_list > * .details .price {
  display: flex;
  align-items: baseline;
  font-weight: 700;
  font-size: 1.6rem;
  color: #FF7719;
}
@media print, screen and (min-width: 768px) {
  #page.ticket #ticket_contents > * .tickets_list > * .details .price {
    margin-top: clamp(3px, 0.46875vw, 6px);
  }
}
#page.ticket #ticket_contents > * .tickets_list > * .details .price::before {
  content: "販売価格";
  display: block;
  background-color: #FF7719;
  font-weight: 700;
  font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
  color: #FFFFFF;
  padding: 3px 8px;
  margin-right: 8px;
}
#page.ticket #ticket_contents > * .tickets_list > * .details .price::after {
  content: "（税込）";
  display: block;
  font-size: 1.2rem;
}
#page.ticket #ticket_contents > * .tickets_list > * * + .text {
  margin-top: 5px;
}
#page.ticket #ticket_contents > * .tickets_list > * .text {
  font-size: 1.4rem;
  line-height: 1.6;
}
#page.ticket #ticket_contents > * #dealers > * + * {
  margin-top: clamp(16px, 1.875vw, 24px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / goods / common

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.goods *[id^=goods] + *[id^=goods] {
  margin-top: clamp(64px, 7.5vw, 96px);
}
#page.goods *[id^=goods] > * > * + * {
  margin-top: clamp(32px, 3.75vw, 48px);
}
#page.goods *[id^=goods] > * > h3 + * {
  margin-top: clamp(24px, 2.5vw, 32px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / goods / contents

------------------------------------------------------------------------------------------------------------------------------------------*/
#page.goods #goods_contents > * * {
  text-align: center;
}
#page.goods #goods_contents > * .text_btn a.btn02 {
  margin-inline: auto;
  max-width: 400px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* option / animations

------------------------------------------------------------------------------------------------------------------------------------------*/
/* @mixin 
---------------------------------------------------------------------*/
/* scroll action pattern: .sap_[??]
---------------------------------------------------------------------*/
[class*=sap][class*=ttl][class*=style01] {
  position: relative;
}
[class*=sap][class*=ttl][class*=style01]::before {
  content: "";
  display: block;
  background-color: #111111;
  height: 100%;
  width: 100%;
  position: absolute;
  transform-origin: left;
  transform: scaleX(0);
}
[class*=sap][class*=ttl][class*=style01] * {
  opacity: 0;
}
[class*=sap][class*=ttl][class*=style01].action::before {
  animation-name: ttl_style01_line;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
[class*=sap][class*=ttl][class*=style01].action * {
  animation-name: ttl_style01_font;
  animation-duration: 1.1s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}
@keyframes ttl_style01_line {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes ttl_style01_font {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[class*=sap][class*=fade-in] {
  transition: opacity 1s transform 0.7s;
  opacity: 0;
}
[class*=sap][class*=fade-in][class*=btm] {
  transform: translateY(clamp(100px, 15.625vw, 200px));
}
[class*=sap][class*=fade-in][class*=btm].action {
  animation-name: fade-in-btm;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
[class*=sap][class*=fade-in][class*=top] {
  transform: translateY(calc(clamp(100px, 15.625vw, 200px) * -1));
}
[class*=sap][class*=fade-in][class*=top].action {
  animation-name: fade-in-top;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
[class*=sap][class*=fade-in][class*=right] {
  transform: translateX(100%);
}
[class*=sap][class*=fade-in][class*=right].action {
  animation-name: fade-in-right;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
[class*=sap][class*=fade-in][class*=left] {
  transform: translateX(-100%);
}
[class*=sap][class*=fade-in][class*=left].action {
  animation-name: fade-in-left;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fade-in-btm {
  0% {
    transform: translateY(clamp(100px, 15.625vw, 200px));
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    transform: translateY(calc(clamp(100px, 15.625vw, 200px) * -1));
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
[class*=sap][class*=add][class*=news] {
  background-position: 100vw top;
}
[class*=sap][class*=add][class*=news].action {
  animation-name: news-bg;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes news-bg {
  0% {
    background-position: 100vw top;
  }
  100% {
    background-position: 0 top;
  }
}/*# sourceMappingURL=style.css.map */