@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

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

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

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

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * 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;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

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

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

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

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

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

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Added by Yuta Adachi
   # ================================================================= */
html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
  width: 100%;
  margin: 0 auto;
  font-size: 62.5%;
}

body {
  font-size: calc((24/750)*100vw);
  line-height: 1.6;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Osaka, "MS PGothic", "ＭＳ Ｐゴシック", Helvetica, Arial, Sans-Serif;
  color: #fff;
  text-align: left;
  background-color: #0F1014;
}
@media screen and (min-width: 960px), print {
  body {
    font-size: min(calc((16/1040)*100vw), 16px);
    line-height: 1.375;
  }
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media only screen and (min-width: 960px) {
  a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

ul {
  padding-left: 0;
}

figure {
  margin: 0;
}

@media screen and (min-width: 960px), print {
  .sp {
    display: none !important;
  }
}

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

.c-inner {
  width: min(calc((1040/1040)*100vw), 1040px);
  padding-inline: min(calc((20/1040)*100vw), 20px);
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  .c-inner {
    width: 100%;
    padding-inline: calc((27/750)*100vw);
  }
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

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

.EVC_Footer__txtArea {
  background-color: #222222;
  color: #fff;
  line-height: 2;
  margin-top: min(calc((80/1040)*100vw), 80px);
}
@media screen and (max-width: 959px) {
  .EVC_Footer__txtArea {
    margin-top: calc((60/750)*100vw);
  }
}
.EVC_Footer__txtArea__inner {
  padding: 0 3.3333333333vw;
}
@media print, screen and (min-width: 960px) {
  .EVC_Footer__txtArea__inner {
    width: min(calc((1180/1200)*100vw), 1180px);
    padding: min(calc((15/1200)*100vw), 15px) min(calc((10/1200)*100vw), 10px);
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.EVC_Footer__txtArea__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.6666666667vw 0;
  margin: 0;
}
@media print, screen and (min-width: 960px) {
  .EVC_Footer__txtArea__link {
    width: min(calc((450/1200)*100vw), 450px);
    padding: 0 0 min(calc((10/1200)*100vw), 10px);
  }
}
.EVC_Footer__txtArea__link a {
  font-size: 3.2vw;
  color: #fff;
}
@media print, screen and (min-width: 960px) {
  .EVC_Footer__txtArea__link a {
    font-size: min(calc((13/1200)*100vw), 13px);
  }
}
.EVC_Footer__txtArea__copy {
  font-size: 2.6666666667vw;
  letter-spacing: 0.1em;
  padding: 3.4666666667vw 0;
  text-align: center;
  border-top: 1px solid #515151;
  margin: 0;
}
@media print, screen and (min-width: 960px) {
  .EVC_Footer__txtArea__copy {
    font-size: min(calc((13/1200)*100vw), 13px);
    text-align: left;
    padding: 0;
    border: none;
  }
}

html {
  scroll-behavior: smooth;
}

main {
  overflow: hidden;
}

.mv-hero {
  margin: 0 auto;
}
.mv-countdown {
  width: min(calc((1120/1120)*100vw), 1120px);
  max-width: 100%;
  height: min(calc((390/1040)*100vw), 390px);
  background: url(../images/index/mv_02_pc.webp) no-repeat center center/contain;
  position: relative;
  margin: max(calc((-88/1040)*100vw), -88px) auto 0;
}
@media screen and (max-width: 959px) {
  .mv-countdown {
    width: 100%;
    height: calc((390/750)*100vw);
    background-image: url(../images/index/mv_02_sp.webp);
    margin-top: calc((-100/750)*100vw);
    margin-bottom: calc((-50/750)*100vw);
  }
}
.mv-countdown-boxOuter {
  border: min(calc((5/1040)*100vw), 5px) solid rgba(255, 255, 255, 0.3);
  border-radius: min(calc((20/1040)*100vw), 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .mv-countdown-boxOuter {
    border-width: calc((5/750)*100vw);
    border-radius: calc((20/750)*100vw);
  }
}
.mv-countdown-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(calc((660/1040)*100vw), 660px);
  height: min(calc((206/1040)*100vw), 206px);
  background-color: #000;
  background: -webkit-linear-gradient(306deg, #28272F 9.13%, #040404 62.89%);
  background: linear-gradient(144deg, #28272F 9.13%, #040404 62.89%);
  -webkit-box-shadow: 0 0 min(calc((24/1040)*100vw), 24px) 0 rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 min(calc((24/1040)*100vw), 24px) 0 rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 959px) {
  .mv-countdown-box {
    width: calc((695/750)*100vw);
    height: calc((206/750)*100vw);
    -webkit-box-shadow: 0 0 calc((24/750)*100vw) 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 calc((24/750)*100vw) 0 rgba(255, 255, 255, 0.4);
  }
}
.mv-countdown-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(calc((24/1040)*100vw), 24px);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .mv-countdown-txt {
    font-size: calc((30/750)*100vw);
  }
}
.mv-countdown-txt:before {
  content: "";
  display: inline-block;
  width: calc(65px/2);
  height: calc(80px/2);
  background: url(../images/index/mv_icon_01.webp) no-repeat center center/contain;
  margin-right: min(calc((20/1040)*100vw), 20px);
}
@media screen and (max-width: 959px) {
  .mv-countdown-txt:before {
    width: calc((32/750)*100vw);
    height: calc((40/750)*100vw);
    margin-right: calc((20/750)*100vw);
  }
}
.mv-countdown-txt .small {
  font-size: min(calc((16/1040)*100vw), 16px);
}
@media screen and (max-width: 959px) {
  .mv-countdown-txt .small {
    font-size: calc((14/750)*100vw);
  }
}
.mv-countdown-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(calc((90/1040)*100vw), 90px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #D9D9D9;
  margin: 0;
  font-variant-numeric: tabular-nums;
}
@media screen and (max-width: 959px) {
  .mv-countdown-num {
    font-size: calc((80/750)*100vw);
    letter-spacing: 0.03em;
  }
}
.mv-countdown-num span {
  font-size: min(calc((112/1040)*100vw), 112px);
  background: -webkit-linear-gradient(5deg, #71757E 0%, #EEF1F0 100%);
  background: linear-gradient(85deg, #71757E 0%, #EEF1F0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0.15em;
  position: relative;
  top: min(calc((10/1040)*100vw), 10px);
}
@media screen and (max-width: 959px) {
  .mv-countdown-num span {
    font-size: calc((112/750)*100vw);
    top: calc((5/750)*100vw);
  }
}

.cvArea-inner {
  border-radius: min(calc((16/1040)*100vw), 16px);
  border: 1px solid #CBD2E0;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .cvArea-inner {
    border-radius: calc((16/750)*100vw);
    border-width: calc((2/750)*100vw);
  }
}
.cvArea-txtArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: min(calc((30/1040)*100vw), 30px) min(calc((26/1040)*100vw), 26px) min(calc((24/1040)*100vw), 24px);
}
@media screen and (max-width: 959px) {
  .cvArea-txtArea {
    margin: calc((40/750)*100vw) calc((24/750)*100vw) calc((30/750)*100vw);
  }
}
.cvArea-txtArea dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .cvArea-txtArea dl {
    display: block;
  }
}
.cvArea-txtArea dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(calc((111/1040)*100vw), 111px);
  height: min(calc((52/1040)*100vw), 52px);
  font-size: min(calc((14/1040)*100vw), 14px);
  font-weight: 700;
  border-radius: min(calc((4/1040)*100vw), 4px);
  background-color: #2FB2B9;
  margin: 0;
  margin-right: min(calc((16/1040)*100vw), 16px);
}
@media screen and (max-width: 959px) {
  .cvArea-txtArea dt {
    width: calc((307/750)*100vw);
    height: calc((68/750)*100vw);
    font-size: calc((24/750)*100vw);
    border-radius: calc((8/750)*100vw);
    margin-right: 0;
    margin-bottom: calc((16/750)*100vw);
  }
}
.cvArea-txtArea dd {
  font-size: min(calc((18/1040)*100vw), 18px);
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .cvArea-txtArea dd {
    font-size: calc((20/750)*100vw);
    line-height: 1.5;
  }
}
.cvArea-txtArea dd .big {
  font-size: min(calc((48/1040)*100vw), 48px);
}
@media screen and (max-width: 959px) {
  .cvArea-txtArea dd .big {
    font-size: calc((40/750)*100vw);
  }
}
.cvArea-txtArea-period {
  padding-left: min(calc((27/1040)*100vw), 27px);
  border-left: 1px solid #787878;
}
@media screen and (max-width: 959px) {
  .cvArea-txtArea-period {
    padding-left: 0;
    border-left: none;
  }
}
.cvArea-txtArea-period dt {
  background-color: #C60D31;
}
.cvArea-results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: min(calc((42/1040)*100vw), 42px);
  font-size: min(calc((20/1040)*100vw), 20px);
  color: #fff;
  border-radius: min(calc((4/1040)*100vw), 4px);
  background-color: #1A2E35;
  margin: 0 min(calc((26/1040)*100vw), 26px) min(calc((24/1040)*100vw), 24px);
}
@media screen and (max-width: 959px) {
  .cvArea-results {
    height: calc((83/750)*100vw);
    font-size: calc((32/750)*100vw);
    border-radius: calc((12/750)*100vw);
    margin: 0 calc((27/750)*100vw) calc((24/750)*100vw);
  }
}
.cvArea-btn {
  width: min(calc((600/1040)*100vw), 600px);
  margin: 0 auto min(calc((16/1040)*100vw), 16px);
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .cvArea-btn {
    width: calc((640/750)*100vw);
    margin-bottom: calc((24/750)*100vw);
  }
}
.cvArea-notes {
  font-size: min(calc((14/1040)*100vw), 14px);
  font-weight: 700;
  text-align: center;
  margin: 0 auto min(calc((28/1040)*100vw), 28px);
}
@media screen and (max-width: 959px) {
  .cvArea-notes {
    font-size: calc((18/750)*100vw);
    margin-bottom: calc((32/750)*100vw);
  }
}
.cvArea-appArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: min(calc((16/1040)*100vw), 16px) 0;
}
@media screen and (max-width: 959px) {
  .cvArea-appArea {
    display: block;
    padding: calc((20/750)*100vw) 0;
  }
}
.cvArea-appArea-txt {
  width: min(calc((263/1040)*100vw), 263px);
  margin: 0;
  margin-right: min(calc((102/1040)*100vw), 102px);
}
@media screen and (max-width: 959px) {
  .cvArea-appArea-txt {
    width: calc((515/750)*100vw);
    margin: 0 auto calc((24/750)*100vw);
  }
}
.cvArea-appArea-btnList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .cvArea-appArea-btnList {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cvArea-appArea-btn {
  width: min(calc((179/1040)*100vw), 179px);
  margin: 0;
}
@media screen and (max-width: 959px) {
  .cvArea-appArea-btn {
    width: calc((246/750)*100vw);
  }
}
.cvArea-appArea-btn + .cvArea-appArea-btn {
  width: min(calc((223/1040)*100vw), 223px);
  margin-left: min(calc((39/1040)*100vw), 39px);
}
@media screen and (max-width: 959px) {
  .cvArea-appArea-btn + .cvArea-appArea-btn {
    width: calc((308/750)*100vw);
    margin-left: calc((34/750)*100vw);
  }
}

.about {
  margin: min(calc((48/1040)*100vw), 48px) auto 0;
}
@media screen and (max-width: 959px) {
  .about {
    margin-top: calc((88/750)*100vw);
  }
}
.about.is-open .about-ttl:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 0;
}
@media screen and (max-width: 959px) {
  .about.is-open .about-ttl:after {
    top: 0;
  }
}
.about.is-open .about-contents {
  max-height: 3000px;
  padding-top: min(calc((24/1040)*100vw), 24px);
  padding-bottom: min(calc((24/1040)*100vw), 24px);
  border-width: min(calc((4/1040)*100vw), 4px);
  border-top: none;
  -webkit-transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out, border-width 0s ease-in-out 0s;
  transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out, border-width 0s ease-in-out 0s;
}
@media screen and (max-width: 959px) {
  .about.is-open .about-contents {
    max-height: 10000px;
    padding-top: calc((24/750)*100vw);
    padding-bottom: calc((24/750)*100vw);
    border-width: calc((4/750)*100vw);
    border-top: none;
  }
}
.about-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: min(calc((72/1040)*100vw), 72px);
  font-size: min(calc((22/1040)*100vw), 22px);
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: min(calc((8/1040)*100vw), 8px);
  border: min(calc((4/1040)*100vw), 4px) solid #818691;
  background-color: #1A2E35;
  padding-left: min(calc((62/1040)*100vw), 62px);
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .about-ttl {
    height: calc((130/750)*100vw);
    font-size: calc((32/750)*100vw);
    border-radius: calc((8/750)*100vw);
    border-width: calc((8/750)*100vw);
    padding-left: calc((74/750)*100vw);
  }
}
.about-ttl:before {
  content: "";
  display: block;
  width: min(calc((26/1040)*100vw), 26px);
  height: min(calc((38/1040)*100vw), 38px);
  background: url(../images/index/icon_01.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: min(calc((20/1040)*100vw), 20px);
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .about-ttl:before {
    width: calc((42/750)*100vw);
    height: calc((62/750)*100vw);
    left: calc((16/750)*100vw);
  }
}
.about-ttl:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(calc((18/1040)*100vw), 18px) min(calc((11/1040)*100vw), 11px) 0 min(calc((11/1040)*100vw), 11px);
  border-color: #C60D31 transparent transparent transparent;
  position: absolute;
  top: min(calc((4/1040)*100vw), 4px);
  right: min(calc((22/1040)*100vw), 22px);
  bottom: 0;
  margin: auto;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 959px) {
  .about-ttl:after {
    border-width: calc((23/750)*100vw) calc((15/750)*100vw) 0 calc((15/750)*100vw);
    top: calc((4/750)*100vw);
    right: calc((24/750)*100vw);
  }
}
.about-contents {
  padding: 0 min(calc((24/1040)*100vw), 24px);
  border-radius: min(calc((8/1040)*100vw), 8px);
  border: 0 solid #818691;
  border-top: none;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out, border-width 0s ease-in-out 0.5s;
  transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out, border-width 0s ease-in-out 0.5s;
}
@media screen and (max-width: 959px) {
  .about-contents {
    padding: 0 calc((24/750)*100vw);
    border-radius: calc((8/750)*100vw);
    border-width: 0;
    border-top: none;
  }
}
.about-sec {
  font-weight: 700;
  letter-spacing: 0.01em;
}
.about-sec:not(:first-child) {
  margin: min(calc((32/1040)*100vw), 32px) auto 0;
}
@media screen and (max-width: 959px) {
  .about-sec:not(:first-child) {
    margin-top: calc((48/750)*100vw);
  }
}
.about-sec-ttl {
  font-size: min(calc((18/1040)*100vw), 18px);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: min(calc((8/1040)*100vw), 8px) min(calc((16/1040)*100vw), 16px);
  background-color: #1A2E35;
  border-radius: min(calc((4/1040)*100vw), 4px);
  border: 1px solid #818691;
  margin: 0 auto min(calc((16/1040)*100vw), 16px);
}
@media screen and (max-width: 959px) {
  .about-sec-ttl {
    font-size: calc((28/750)*100vw);
    padding: calc((24/750)*100vw) calc((16/750)*100vw);
    border-radius: calc((8/750)*100vw);
    border-width: calc((2/750)*100vw);
    margin-bottom: calc((24/750)*100vw);
  }
}
.about-sec-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .about-sec-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-sec-ul, .about-sec-ol {
  list-style: disc;
  padding-left: 1.6em;
  margin: 0;
}
.about-sec-ul li + li, .about-sec-ol li + li {
  margin-top: 1em;
}
@media screen and (max-width: 959px) {
  .about-sec-ul li + li, .about-sec-ol li + li {
    margin-top: 0.6em;
  }
}
.about-sec-ol {
  list-style: none;
}
.about-sec-ol li {
  position: relative;
}
.about-sec a {
  color: #2FB2B9;
}
@media screen and (max-width: 959px) {
  .about-sec a {
    text-decoration: underline;
  }
}
.about-sec p {
  margin: 0;
}
@media screen and (max-width: 959px) {
  .about .sec01 .about-sec-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.about .sec01 .about-sec-ul {
  width: min(calc((610/1040)*100vw), 610px);
}
@media screen and (max-width: 959px) {
  .about .sec01 .about-sec-ul {
    width: 100%;
  }
}
.about .sec01 .about-sec-img {
  width: min(calc((306/1040)*100vw), 306px);
  margin: 0;
}
@media screen and (max-width: 959px) {
  .about .sec01 .about-sec-img {
    width: calc((439/750)*100vw);
    margin: 0 auto calc((24/750)*100vw);
  }
}
.about .sec02 .about-sec-columns {
  margin-top: min(calc((16/1040)*100vw), 16px);
}
@media screen and (max-width: 959px) {
  .about .sec02 .about-sec-columns {
    margin-top: calc((24/750)*100vw);
  }
}
.about .sec02 .about-sec-columns .item {
  width: 32.2140608604%;
}
@media screen and (max-width: 959px) {
  .about .sec02 .about-sec-columns .item {
    width: 100%;
  }
  .about .sec02 .about-sec-columns .item + .item {
    margin-top: calc((32/750)*100vw);
  }
}
.about .sec02 .about-sec-columns .img {
  margin: 0 auto min(calc((16/1040)*100vw), 16px);
}
@media screen and (max-width: 959px) {
  .about .sec02 .about-sec-columns .img {
    width: calc((440/750)*100vw);
    margin: 0 auto calc((24/750)*100vw);
  }
}
.about .sec02 .about-sec-columns .txt {
  font-size: min(calc((15.5/1040)*100vw), 15.5px);
  line-height: 1.6;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .about .sec02 .about-sec-columns .txt {
    font-size: calc((24/750)*100vw);
  }
}
.about .sec02 .about-sec-columns .notes {
  font-size: min(calc((11.4/1040)*100vw), 11.4px);
  line-height: 2.2;
  margin: min(calc((7/1040)*100vw), 7px) auto 0;
}
@media screen and (max-width: 959px) {
  .about .sec02 .about-sec-columns .notes {
    font-size: calc((18/750)*100vw);
    text-align: center;
    margin-top: calc((5/750)*100vw);
  }
}
.about .sec02 .cvArea-appArea {
  padding: min(calc((26/1040)*100vw), 26px) 0;
  border-radius: min(calc((16/1040)*100vw), 16px);
  border: min(calc((4/1040)*100vw), 4px) solid #C60D31;
  background-color: #F8F8F8;
  margin: min(calc((30/1040)*100vw), 30px) auto 0;
}
@media screen and (max-width: 959px) {
  .about .sec02 .cvArea-appArea {
    padding: calc((24/750)*100vw) 0;
    border-radius: calc((16/750)*100vw);
    border-width: calc((4/750)*100vw);
    margin-top: calc((72/750)*100vw);
  }
}
.about .sec02 .cvArea-appArea-txt {
  margin-right: min(calc((54/1040)*100vw), 54px);
}
@media screen and (max-width: 959px) {
  .about .sec02 .cvArea-appArea-txt {
    width: calc((436/750)*100vw);
    margin: 0 auto calc((16/750)*100vw);
  }
}
@media screen and (max-width: 959px) {
  .about .sec02 .cvArea-appArea-btn {
    width: calc((190/750)*100vw);
  }
}
.about .sec02 .cvArea-appArea-btn + .cvArea-appArea-btn {
  margin-left: min(calc((32/1040)*100vw), 32px);
}
@media screen and (max-width: 959px) {
  .about .sec02 .cvArea-appArea-btn + .cvArea-appArea-btn {
    width: calc((236/750)*100vw);
    margin-left: calc((34/750)*100vw);
  }
}
@media screen and (max-width: 959px) {
  .about .sec04 .about-sec-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.about .sec04 .about-sec-ol {
  width: min(calc((640/1040)*100vw), 640px);
}
@media screen and (max-width: 959px) {
  .about .sec04 .about-sec-ol {
    width: 100%;
  }
}
.about .sec04 .about-sec-ol .num {
  position: absolute;
  top: 0;
  left: -1.2em;
  color: #CF9D4A;
}
.about .sec04 .about-sec-ol .notes {
  font-weight: 200;
  color: rgba(255, 255, 255, 0.8);
}
.about .sec04 .about-sec-img {
  width: min(calc((280/1040)*100vw), 280px);
}
@media screen and (max-width: 959px) {
  .about .sec04 .about-sec-img {
    width: calc((440/750)*100vw);
    margin: 0 auto calc((24/750)*100vw);
  }
}
.about .sec05 .txt + .txt {
  margin-top: min(calc((5/1040)*100vw), 5px);
}
@media screen and (max-width: 959px) {
  .about .sec05 .txt + .txt {
    margin-top: calc((10/750)*100vw);
  }
}
.about .sec05 .heading {
  color: #CF9D4A;
}
.about .sec05 .notes {
  font-weight: 200;
  color: rgba(255, 255, 255, 0.8);
}
.about .sec05 .about-sec-columns {
  margin-top: min(calc((30/1040)*100vw), 30px);
  margin-inline: max(calc((-4/1040)*100vw), -4px);
}
@media screen and (max-width: 959px) {
  .about .sec05 .about-sec-columns {
    margin: calc((10/750)*100vw) 0 0;
  }
}
.about .sec05 .about-sec-columns .img {
  width: 49.5278069255%;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .about .sec05 .about-sec-columns .img {
    width: 100%;
    margin-top: calc((20/750)*100vw);
  }
}
.about .sec05 .about-sec-columns .img:last-child {
  width: 100%;
  margin-inline: min(calc((4/1040)*100vw), 4px);
  margin-top: min(calc((12/1040)*100vw), 12px);
}
@media screen and (max-width: 959px) {
  .about .sec05 .about-sec-columns .img:last-child {
    width: 100%;
    margin: calc((20/750)*100vw) 0 0;
  }
}

.results-inner {
  padding: min(calc((24/1040)*100vw), 24px) 0 0;
  border-top: 1px dashed #fff;
  margin: min(calc((63/1040)*100vw), 63px) auto min(calc((48/1040)*100vw), 48px);
}
@media screen and (max-width: 959px) {
  .results-inner {
    padding: calc((64/750)*100vw) 0;
    border-top-style: dotted;
    border-bottom: 1px dotted #fff;
    margin: calc((104/750)*100vw) auto calc((64/750)*100vw);
  }
}
.results-txtArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 959px) {
  .results-txtArea {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.results-txtArea-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-weight: 700;
  line-height: 1;
  color: #C60D31;
  margin-top: min(calc((25/1040)*100vw), 25px);
}
@media screen and (max-width: 959px) {
  .results-txtArea-item {
    display: block;
    margin-top: 0;
  }
}
.results-txtArea-item:first-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #2FB2B9;
}
.results-txtArea-item:first-child .imgArea {
  padding-left: 0;
  border-left: none;
  margin-left: 0;
  padding-right: min(calc((6/1040)*100vw), 6px);
  border-right: 1px solid #C0C3C9;
  margin-right: min(calc((6/1040)*100vw), 6px);
}
@media screen and (max-width: 959px) {
  .results-txtArea-item:first-child .imgArea {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 0;
    border-right: none;
    margin-right: 0;
  }
}
.results-txtArea-item:first-child .img img {
  -webkit-animation: fuwafuwa 2.5s 0.5s ease-in-out infinite alternate;
          animation: fuwafuwa 2.5s 0.5s ease-in-out infinite alternate;
}
.results-txtArea-item:last-child .imgArea {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.results-txtArea-item:last-child .img {
  margin-left: min(calc((6/1040)*100vw), 6px);
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .results-txtArea-item:last-child .img {
    margin-left: calc((8/750)*100vw);
    margin-right: 0;
  }
}
.results-txtArea-item:last-child .team {
  text-align: right;
}
.results-txtArea-item:last-child .prefectures .num {
  margin-left: min(calc((4/1040)*100vw), 4px);
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .results-txtArea-item:last-child .prefectures .num {
    margin-left: calc((4/750)*100vw);
    margin-right: 0;
  }
}
.results-txtArea-item .imgArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: min(calc((6/1040)*100vw), 6px);
  border-left: 1px solid #C0C3C9;
  margin-left: min(calc((6/1040)*100vw), 6px);
}
@media screen and (max-width: 959px) {
  .results-txtArea-item .imgArea {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    border-left: none;
    margin-left: 0;
  }
}
.results-txtArea-item .img {
  width: min(calc((80/1040)*100vw), 80px);
  margin: 0;
  margin-right: min(calc((6/1040)*100vw), 6px);
}
@media screen and (max-width: 959px) {
  .results-txtArea-item .img {
    width: calc((80/750)*100vw);
    margin-right: calc((8/750)*100vw);
  }
}
.results-txtArea-item .img img {
  -webkit-animation: fuwafuwa 3s ease-in-out infinite alternate;
          animation: fuwafuwa 3s ease-in-out infinite alternate;
}
.results-txtArea-item .team {
  font-size: min(calc((22/1040)*100vw), 22px);
  margin: 0;
}
@media screen and (max-width: 959px) {
  .results-txtArea-item .team {
    font-size: calc((22/750)*100vw);
  }
}
.results-txtArea-item .prefectures {
  font-size: min(calc((16/1040)*100vw), 16px);
  font-weight: 700;
  line-height: 1;
  margin: 0;
  position: relative;
  top: min(calc((10/1040)*100vw), 10px);
}
@media screen and (max-width: 959px) {
  .results-txtArea-item .prefectures {
    font-size: calc((18/750)*100vw);
    top: 0;
    margin-top: calc((4/750)*100vw);
  }
}
.results-txtArea-item .prefectures .num {
  font-size: min(calc((96/1040)*100vw), 96px);
  margin-right: min(calc((4/1040)*100vw), 4px);
}
@media screen and (max-width: 959px) {
  .results-txtArea-item .prefectures .num {
    font-size: calc((96/750)*100vw);
    margin-right: calc((4/750)*100vw);
  }
}
.results-txtArea .vs {
  width: min(calc((144/1040)*100vw), 144px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .results-txtArea .vs {
    width: calc((210/750)*100vw);
    top: calc((15/750)*100vw);
  }
}
.results-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: min(calc((80/1040)*100vw), 80px);
  border: min(calc((4/1040)*100vw), 4px) solid #fff;
  position: relative;
  margin: min(calc((23/1040)*100vw), 23px) 0;
}
@media screen and (max-width: 959px) {
  .results-bar {
    height: calc((80/750)*100vw);
    border-width: calc((4/750)*100vw);
    margin: calc((12/750)*100vw) 0 calc((23/750)*100vw);
  }
}
.results-bar:before {
  content: "";
  width: 1px;
  height: min(calc((110/1040)*100vw), 110px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-left: 1px dashed #fff;
}
@media screen and (max-width: 959px) {
  .results-bar:before {
    border-left-style: dotted;
    height: calc((110/750)*100vw);
  }
}
.results-bar .barLeft {
  background: -webkit-gradient(linear, left top, right top, from(#089097), color-stop(50.96%, #2FB2B9), to(rgba(56, 242, 245, 0.8)));
  background: -webkit-linear-gradient(left, #089097 0%, #2FB2B9 50.96%, rgba(56, 242, 245, 0.8) 100%);
  background: linear-gradient(90deg, #089097 0%, #2FB2B9 50.96%, rgba(56, 242, 245, 0.8) 100%);
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}
.results-bar .barRight {
  background: -webkit-gradient(linear, left top, right top, from(#FF4F71), color-stop(50.96%, #C60D31), to(#CD0028));
  background: -webkit-linear-gradient(left, #FF4F71 0%, #C60D31 50.96%, #CD0028 100%);
  background: linear-gradient(90deg, #FF4F71 0%, #C60D31 50.96%, #CD0028 100%);
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}
.results-pointsArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.results-pointsArea .points {
  font-size: min(calc((22/1040)*100vw), 22px);
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .results-pointsArea .points {
    font-size: calc((24/750)*100vw);
  }
}
@media screen and (max-width: 959px) {
  .results-pointsArea .points:last-child {
    text-align: right;
  }
}
.results-pointsArea .points .roboto {
  font-weight: 700;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
.map {
  position: relative;
  background: url(../images/index/map_bg_01.webp) no-repeat center bottom 0/contain;
}
@media screen and (max-width: 959px) {
  .map {
    padding-top: calc((126/750)*100vw);
  }
}
.map-txtArea {
  position: absolute;
  top: min(calc((20/1040)*100vw), 20px);
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .map-txtArea {
    top: 0;
  }
}
.map-txtArea-ttl {
  font-size: min(calc((56/1040)*100vw), 56px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding-left: min(calc((80/1040)*100vw), 80px);
  margin: 0;
  position: relative;
}
@media screen and (max-width: 959px) {
  .map-txtArea-ttl {
    font-size: calc((54/750)*100vw);
    padding-left: calc((76/750)*100vw);
  }
}
.map-txtArea-ttl:before {
  content: "";
  display: block;
  width: min(calc((63/1040)*100vw), 63px);
  height: min(calc((89/1040)*100vw), 89px);
  background: url(../images/index/icon_01.svg) no-repeat center center/contain;
  position: absolute;
  top: min(calc((3/1040)*100vw), 3px);
  left: 0;
}
@media screen and (max-width: 959px) {
  .map-txtArea-ttl:before {
    width: calc((60/750)*100vw);
    height: calc((84/750)*100vw);
    top: calc((6/750)*100vw);
  }
}
.map-txtArea-ttl.blue {
  padding-block: min(calc((21/1040)*100vw), 21px);
  padding-left: min(calc((142/1040)*100vw), 142px);
}
@media screen and (max-width: 959px) {
  .map-txtArea-ttl.blue {
    padding-block: calc((16/750)*100vw);
    padding-left: calc((142/750)*100vw);
  }
}
.map-txtArea-ttl.blue:before {
  width: min(calc((126/1040)*100vw), 126px);
  height: min(calc((128/1040)*100vw), 128px);
  background: url(../images/index/results_img_04.webp) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: fuwafuwa 2.5s 0.5s ease-in-out infinite alternate;
          animation: fuwafuwa 2.5s 0.5s ease-in-out infinite alternate;
}
@media screen and (max-width: 959px) {
  .map-txtArea-ttl.blue:before {
    width: calc((126/750)*100vw);
    height: calc((128/750)*100vw);
    top: 0;
  }
}
.map-txtArea-ttl.red {
  padding-block: min(calc((21/1040)*100vw), 21px);
  padding-left: min(calc((142/1040)*100vw), 142px);
}
@media screen and (max-width: 959px) {
  .map-txtArea-ttl.red {
    padding-block: calc((16/750)*100vw);
    padding-left: calc((144/750)*100vw);
  }
}
.map-txtArea-ttl.red:before {
  width: min(calc((128/1040)*100vw), 128px);
  height: min(calc((128/1040)*100vw), 128px);
  background: url(../images/index/results_img_05.webp) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: fuwafuwa 2.5s 0.5s ease-in-out infinite alternate;
          animation: fuwafuwa 2.5s 0.5s ease-in-out infinite alternate;
}
@media screen and (max-width: 959px) {
  .map-txtArea-ttl.red:before {
    width: calc((128/750)*100vw);
    height: calc((128/750)*100vw);
    top: 0;
  }
}
.map-txtArea-ttl .notes {
  display: block;
  font-size: min(calc((14/1040)*100vw), 14px);
  font-weight: 500;
  margin-top: min(calc((16/1040)*100vw), 16px);
}
@media screen and (max-width: 959px) {
  .map-txtArea-ttl .notes {
    font-size: calc((20/750)*100vw);
    margin-top: calc((16/750)*100vw);
  }
}
.map-txtArea-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.map-txtArea-desc p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(calc((20/1040)*100vw), 20px);
  font-weight: 700;
  line-height: 1;
  margin: min(calc((35/1040)*100vw), 35px) 0 0;
}
@media screen and (max-width: 959px) {
  .map-txtArea-desc p {
    font-size: calc((22/750)*100vw);
    margin-top: calc((35/750)*100vw);
  }
}
.map-txtArea-desc p:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  margin-right: min(calc((3/1040)*100vw), 3px);
  background-color: #2FB2B9;
}
@media screen and (max-width: 959px) {
  .map-txtArea-desc p:before {
    margin-right: calc((4/750)*100vw);
  }
}
.map-txtArea-desc p:nth-child(2):before {
  background-color: #C60D31;
}
.map-txtArea-desc p:nth-child(3):before {
  background-color: #C79910;
}
.map-txtArea-btnArea {
  width: min(calc((300/1040)*100vw), 300px);
  height: min(calc((60/1040)*100vw), 60px);
  border-radius: min(calc((30/1040)*100vw), 30px);
  border: min(calc((2/1040)*100vw), 2px) solid #fff;
  position: relative;
  margin: min(calc((32/1040)*100vw), 32px) 0 0;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .map-txtArea-btnArea {
    width: calc((350/750)*100vw);
    height: calc((72/750)*100vw);
    border-radius: calc((36/750)*100vw);
    border: calc((2/750)*100vw) solid #fff;
    margin-top: calc((32/750)*100vw);
  }
}
.map-txtArea-btnArea.percentage:before {
  width: min(calc((150/1040)*100vw), 150px);
  left: min(calc((146/1040)*100vw), 146px);
}
@media screen and (max-width: 959px) {
  .map-txtArea-btnArea.percentage:before {
    width: calc((180/750)*100vw);
    left: calc((170/750)*100vw);
  }
}
.map-txtArea-btnArea:before {
  content: "";
  display: block;
  width: min(calc((160/1040)*100vw), 160px);
  height: 100%;
  border-radius: min(calc((30/1040)*100vw), 30px);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: left 0.2s, width 0.2s;
  transition: left 0.2s, width 0.2s;
}
@media screen and (max-width: 959px) {
  .map-txtArea-btnArea:before {
    width: calc((190/750)*100vw);
    border-radius: calc((36/750)*100vw);
  }
}
.map-txtArea-btnArea button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(calc((160/1040)*100vw), 160px);
  font-size: min(calc((18/1040)*100vw), 18px);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  padding-right: min(calc((10/1040)*100vw), 10px);
  border-radius: min(calc((30/1040)*100vw), 30px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.2s, color 0.2s;
  transition: opacity 0.2s, color 0.2s;
}
@media screen and (max-width: 959px) {
  .map-txtArea-btnArea button {
    width: calc((190/750)*100vw);
    font-size: calc((22/750)*100vw);
    border-radius: calc((36/750)*100vw);
    padding-right: calc((10/750)*100vw);
  }
}
.map-txtArea-btnArea button.active {
  color: #000;
  z-index: 2;
  cursor: auto;
}
.map-txtArea-btnArea button.active:before {
  opacity: 1;
}
@media (hover: hover) {
  .map-txtArea-btnArea button:not(.active):hover {
    opacity: 0.7;
  }
}
.map-txtArea-btnArea button:before {
  content: "";
  display: block;
  width: min(calc((24/1040)*100vw), 24px);
  height: min(calc((24/1040)*100vw), 24px);
  background: url(../images/index/map_icon_01.svg) no-repeat center center/contain;
  margin-right: min(calc((4/1040)*100vw), 4px);
  position: relative;
  bottom: min(calc((2/1040)*100vw), 2px);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 959px) {
  .map-txtArea-btnArea button:before {
    width: calc((29/750)*100vw);
    height: calc((29/750)*100vw);
    margin-right: calc((5/750)*100vw);
    bottom: calc((2/750)*100vw);
  }
}
.map-txtArea-btnArea button + button {
  padding-right: 0;
  left: auto;
  right: 0;
}
@media screen and (max-width: 959px) {
  .map-txtArea-btnArea button + button {
    padding-left: calc((10/750)*100vw);
  }
}
.map-img {
  position: relative;
}
.map-img:before {
  content: "";
  display: block;
  width: min(calc((187.5/1060)*100vw), 187.5px);
  height: min(calc((168.5/1060)*100vw), 168.5px);
  background: url(../images/index/map_icon_02.png) no-repeat center top 0/contain;
  position: absolute;
  top: min(calc((478/1060)*100vw), 478px);
  left: 1px;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .map-img:before {
    width: calc((132/750)*100vw);
    height: calc((115/750)*100vw);
    top: calc((325/750)*100vw);
    left: calc((1/750)*100vw);
  }
}
.map-img svg {
  width: 100%;
  height: auto;
}
.map-img .img path {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}
.map-img .text {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.map-img .text.inactive {
  opacity: 0;
}
.map-img-percentage-txt {
  font-size: min(calc((20/1040)*100vw), 20px);
  line-height: 1.6;
  letter-spacing: 0.01em;
  fill: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 959px) {
  .map-img-percentage-txt {
    font-size: calc((40/750)*100vw);
  }
}
.map-img-percentage-txt.active {
  opacity: 1;
}

.beforeMap {
  display: none;
}

/* Tooltip Styles */
.map-tooltip {
  position: absolute;
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  padding: 10px 15px;
  border-radius: 5px;
  pointer-events: none; /* ツールチップがマウスイベントを妨げないようにする */
  z-index: 999;
  font-size: 14px;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%); /* 中央揃えと上部へのオフセット */
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.map-tooltip h4 {
  text-align: center;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
}
.map-tooltip p {
  font-weight: 700;
  color: #2FB2B9;
  text-align: center;
  margin: 0;
}
.map-tooltip p:last-child {
  color: #C60D31;
}

.fba {
  overflow: hidden;
}
.fba-inner {
  padding-bottom: min(calc((40/1040)*100vw), 40px);
  border-bottom: 1px dashed #fff;
  margin: min(calc((55/1040)*100vw), 55px) auto min(calc((40/1040)*100vw), 40px);
}
@media screen and (max-width: 959px) {
  .fba-inner {
    padding: calc((88/750)*100vw) 0 0;
    border-top: 1px dotted #fff;
    border-bottom: none;
    margin: calc((64/750)*100vw) auto calc((48/750)*100vw);
  }
}
.fba-ttl {
  font-size: min(calc((24/1040)*100vw), 24px);
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .fba-ttl {
    font-size: calc((28/750)*100vw);
    line-height: 1.7;
  }
}
.fba-ttl .en {
  font-size: min(calc((14/1040)*100vw), 14px);
  color: #CF9D4A;
}
@media screen and (max-width: 959px) {
  .fba-ttl .en {
    font-size: calc((24/750)*100vw);
  }
}
.fba-ttl .big {
  font-size: min(calc((46/1040)*100vw), 46px);
}
@media screen and (max-width: 959px) {
  .fba-ttl .big {
    font-size: calc((60/750)*100vw);
  }
}
.fba .prefectures-list {
  margin: min(calc((40/1040)*100vw), 40px) 0;
}
@media screen and (max-width: 959px) {
  .fba .prefectures-list {
    margin: calc((48/750)*100vw) 0;
  }
}

.prefectures-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(calc((16/1040)*100vw), 16px) 2%;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .prefectures-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc((24/750)*100vw);
  }
}
.prefectures-item {
  width: 32%;
  background-color: #fff;
  padding: min(calc((15/1040)*100vw), 15px) min(calc((20/1040)*100vw), 20px) min(calc((20/1040)*100vw), 20px);
  border-radius: min(calc((8/1040)*100vw), 8px);
  border-top: min(calc((10/1040)*100vw), 10px) solid #CF9D4A;
}
@media screen and (max-width: 959px) {
  .prefectures-item {
    width: 100%;
    padding: calc((32/750)*100vw) calc((34/750)*100vw) calc((32/750)*100vw);
    border-radius: calc((8/750)*100vw);
    border-top-width: calc((16/750)*100vw);
  }
}
.prefectures-item.blue {
  border-top-color: #2FB2B9;
}
.prefectures-item.red {
  border-top-color: #C60D31;
}
.prefectures-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(calc((24/1040)*100vw), 24px);
  line-height: 1;
  font-weight: 700;
  color: #000;
  margin: 0 auto min(calc((10/1040)*100vw), 10px);
}
@media screen and (max-width: 959px) {
  .prefectures-name {
    font-size: calc((40/750)*100vw);
    margin-bottom: calc((18/750)*100vw);
  }
}
.prefectures-name:after {
  content: "";
  display: inline-block;
  width: min(calc((18/1040)*100vw), 18px);
  height: min(calc((26/1040)*100vw), 26px);
  background: url(../images/index/icon_01.svg) no-repeat center center/contain;
  margin-left: min(calc((8/1040)*100vw), 8px);
}
@media screen and (max-width: 959px) {
  .prefectures-name:after {
    width: calc((32/750)*100vw);
    height: calc((47/750)*100vw);
    margin-left: calc((8/750)*100vw);
  }
}
.prefectures-name .num {
  font-size: min(calc((29/1040)*100vw), 29px);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  position: relative;
  top: min(calc((2/1040)*100vw), 2px);
  margin-right: min(calc((8/1040)*100vw), 8px);
}
@media screen and (max-width: 959px) {
  .prefectures-name .num {
    font-size: calc((40/750)*100vw);
    top: calc((2/750)*100vw);
    margin-right: calc((12/750)*100vw);
  }
}
.prefectures-percentageArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 959px) {
  .prefectures-percentageArea {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.prefectures-percentageArea .percentage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: min(calc((10/1040)*100vw), 10px);
  line-height: 1.1;
  font-weight: 700;
  color: #C60D31;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .prefectures-percentageArea .percentage {
    font-size: calc((24/750)*100vw);
  }
}
.prefectures-percentageArea .percentage:first-child {
  color: #2FB2B9;
}
.prefectures-percentageArea .num {
  display: inline-block;
  font-size: min(calc((40/1040)*100vw), 40px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.01em;
  font-variant-numeric: tabular-nums;
  position: relative;
  top: min(calc((5/1040)*100vw), 5px);
}
@media screen and (max-width: 959px) {
  .prefectures-percentageArea .num {
    font-size: calc((66/750)*100vw);
    top: calc((4/750)*100vw);
  }
}
.prefectures-percentageArea .per {
  display: inline-block;
  font-size: min(calc((16/1040)*100vw), 16px);
  line-height: 1;
  position: relative;
  top: min(calc((1/1040)*100vw), 1px);
  margin-inline: min(calc((1/1040)*100vw), 1px);
}
@media screen and (max-width: 959px) {
  .prefectures-percentageArea .per {
    font-size: calc((24/750)*100vw);
    top: calc((-1/750)*100vw);
    margin-inline: calc((2/750)*100vw);
  }
}
.prefectures-percentageArea .vs {
  width: min(calc((39/1040)*100vw), 39px);
  margin: 0 0 min(calc((2/1040)*100vw), 2px);
}
@media screen and (max-width: 959px) {
  .prefectures-percentageArea .vs {
    width: calc((59/750)*100vw);
    margin-bottom: 0;
  }
}
.prefectures-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: min(calc((40/1040)*100vw), 40px);
  position: relative;
  margin: min(calc((8/1040)*100vw), 8px) 0 0;
  background-color: #C60D31;
}
@media screen and (max-width: 959px) {
  .prefectures-bar {
    height: calc((70/750)*100vw);
    margin-top: calc((8/750)*100vw);
  }
}
.prefectures-bar:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 1px dashed #fff;
}
@media screen and (max-width: 959px) {
  .prefectures-bar:before {
    border-left-style: dotted;
  }
}
.prefectures-bar .barLeft {
  background-color: #2FB2B9;
}
.prefectures-bar .barRight {
  background-color: #C60D31;
}
.prefectures-pointsArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: min(calc((9/1040)*100vw), 9px) 0 0;
}
@media screen and (max-width: 959px) {
  .prefectures-pointsArea {
    margin-top: calc((8/750)*100vw);
  }
}
.prefectures-pointsArea .points {
  font-size: min(calc((12/1040)*100vw), 12px);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .prefectures-pointsArea .points {
    font-size: calc((24/750)*100vw);
  }
}
.prefectures-pointsArea .points .roboto {
  font-weight: 700;
}
.prefectures-btn {
  width: min(calc((360/1040)*100vw), 360px);
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .prefectures-btn {
    width: calc((480/750)*100vw);
  }
}

.top .prefectures-item {
  opacity: 0;
}
.top .prefectures-item.is-visible {
  -webkit-animation: slam-in 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: slam-in 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@-webkit-keyframes slam-in {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes slam-in {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.beforeFesStart .results,
.beforeFesStart .fba {
  display: none;
}
.beforeFesStart .mapArea {
  position: relative;
  margin-top: min(calc((63/1040)*100vw), 63px);
  margin-bottom: min(calc((80/1040)*100vw), 80px);
}
@media screen and (max-width: 959px) {
  .beforeFesStart .mapArea {
    margin-top: calc((104/750)*100vw);
    margin-bottom: calc((100/750)*100vw);
  }
}
.beforeFesStart .mapArea .c-inner:not(.beforeMap) {
  -webkit-filter: blur(22px);
          filter: blur(22px);
}
.beforeFesStart .beforeMap {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (max-width: 959px) {
  .beforeFesStart .beforeMap {
    padding: 0;
  }
}
.beforeFesStart .beforeMap p {
  margin: 0;
}

/*
下層ページ
*/
.card-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: min(calc((70/1040)*100vw), 70px);
  padding-inline: min(calc((28/1040)*100vw), 28px);
  border-radius: min(calc((4/1040)*100vw), 4px);
  border: min(calc((4/1040)*100vw), 4px) solid #818691;
  background-color: #1A2E35;
  margin: min(calc((24/1040)*100vw), 24px) 0;
}
@media screen and (max-width: 959px) {
  .card-nav ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: calc((24/750)*100vw) 0;
    height: auto;
    padding: calc((28/750)*100vw) calc((24/750)*100vw);
    border-radius: calc((8/750)*100vw);
    border-width: calc((8/750)*100vw);
    margin: 0 0 calc((48/750)*100vw);
  }
}
@media screen and (max-width: 959px) {
  .card-nav ul li {
    width: 25%;
  }
  .card-nav ul li:not(:nth-child(4n+1)) {
    padding-left: 1em;
  }
}
.card-nav ul a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: min(calc((20/1040)*100vw), 20px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.1;
}
@media screen and (max-width: 959px) {
  .card-nav ul a {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: calc((32/750)*100vw);
    line-height: 1.3;
  }
}
.card-nav ul a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(calc((16/1040)*100vw), 16px) min(calc((10/1040)*100vw), 10px) 0 min(calc((10/1040)*100vw), 10px);
  border-color: #C60D31 transparent transparent transparent;
  margin-left: min(calc((8/1040)*100vw), 8px);
}
@media screen and (max-width: 959px) {
  .card-nav ul a:after {
    border-width: calc((20/750)*100vw) calc((10/750)*100vw) 0 calc((10/750)*100vw);
    margin-left: calc((12/750)*100vw);
    position: relative;
    top: calc((4/750)*100vw);
  }
}

.card-sec:not(#hokkaido) {
  margin-top: min(calc((40/1040)*100vw), 40px);
}
@media screen and (max-width: 959px) {
  .card-sec:not(#hokkaido) {
    margin-top: calc((48/750)*100vw);
  }
}

.card-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: min(calc((48/1040)*100vw), 48px);
  font-size: min(calc((18/1040)*100vw), 18px);
  font-weight: 700;
  letter-spacing: 0.01em;
  padding-inline: min(calc((16/1040)*100vw), 16px);
  border-radius: min(calc((4/1040)*100vw), 4px);
  border: 1px solid #818691;
  background-color: #1A2E35;
  margin: 0 0 min(calc((20/1040)*100vw), 20px);
}
@media screen and (max-width: 959px) {
  .card-ttl {
    height: calc((93/750)*100vw);
    font-size: calc((28/750)*100vw);
    padding-inline: calc((16/750)*100vw);
    border-radius: calc((8/750)*100vw);
    margin-bottom: calc((24/750)*100vw);
  }
}

.card-btn {
  width: min(calc((360/1040)*100vw), 360px);
  margin: min(calc((64/1040)*100vw), 64px) auto;
}
@media screen and (max-width: 959px) {
  .card-btn {
    width: calc((480/750)*100vw);
    margin: calc((48/750)*100vw) auto calc((60/750)*100vw);
  }
}

/*
終了後
*/
.end .mv-countdown-txt {
  font-size: min(calc((32/1040)*100vw), 32px);
}
@media screen and (max-width: 959px) {
  .end .mv-countdown-txt {
    font-size: calc((34/750)*100vw);
  }
}
.end .mv-countdown-endTxt {
  font-size: min(calc((22/1040)*100vw), 22px);
  font-weight: 700;
  margin: 0.5em auto 0;
}
@media screen and (max-width: 959px) {
  .end .mv-countdown-endTxt {
    font-size: calc((24/750)*100vw);
  }
}
.end .cvArea-btn {
  cursor: default;
}
.end .cvArea-btn a {
  pointer-events: none;
}

.winner-txtArea {
  width: min(100%, 1120px);
  margin: 0 auto;
  background: url(../images/index/winner_bg_01_pc.webp) no-repeat center bottom/contain;
  padding-bottom: min(calc((80/1040)*100vw), 80px);
}
@media screen and (max-width: 959px) {
  .winner-txtArea {
    width: 100%;
    background-image: url(../images/index/winner_bg_01_sp.webp);
    padding-bottom: calc((70/750)*100vw);
  }
}
.winner-txtArea-ttl {
  width: min(calc((1026.5/1120)*100vw), 1026.5px);
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .winner-txtArea-ttl {
    width: 100%;
    margin-bottom: calc((15/750)*100vw);
  }
}
.winner-txtArea-img {
  width: min(calc((1048/1120)*100vw), 1048px);
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .winner-txtArea-img {
    width: calc((743/750)*100vw);
  }
}
.winner-txtArea-img + .winner-txtArea-img {
  margin-top: max(calc((-20/1120)*100vw), -20px);
}
@media screen and (max-width: 959px) {
  .winner-txtArea-img + .winner-txtArea-img {
    margin-top: calc((-20/750)*100vw);
  }
}
.winner-bnrArea {
  width: min(100%, 1000.5px);
  margin: 0 auto min(calc((100/1120)*100vw), 100px);
}
@media screen and (max-width: 959px) {
  .winner-bnrArea {
    width: calc((698/750)*100vw);
    margin-bottom: calc((100/750)*100vw);
  }
}
.winner-bnrArea-ttl {
  font-size: min(calc((32/1040)*100vw), 32px);
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  margin: 0 auto min(calc((24/1040)*100vw), 24px);
}
@media screen and (max-width: 959px) {
  .winner-bnrArea-ttl {
    font-size: calc((36/750)*100vw);
    line-height: 1.3;
    margin-bottom: calc((30/750)*100vw);
  }
}
.winner-bnrArea-ttl .small {
  font-size: min(calc((22/1040)*100vw), 22px);
}
@media screen and (max-width: 959px) {
  .winner-bnrArea-ttl .small {
    font-size: calc((24/750)*100vw);
  }
}
.winner-bnrArea-bnr {
  margin: 0 auto;
}