@charset "UTF-8";
/* stylelint-disable-next-line */
/* stylelint-disable-next-line */
.-fadeIn,
.-fadeIn__up,
.-fadeIn__left,
.-fadeIn__right,
.-scale {
  opacity: 0;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s;
}
.-fadeIn.-inview, [aria-hidden=false] .-fadeIn,
.-fadeIn__up.-inview,
[aria-hidden=false] .-fadeIn__up,
.-fadeIn__left.-inview,
[aria-hidden=false] .-fadeIn__left,
.-fadeIn__right.-inview,
[aria-hidden=false] .-fadeIn__right,
.-scale.-inview,
[aria-hidden=false] .-scale {
  opacity: 1;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s;
}

.-fadeIn__up {
  transform: translate(0, 50px);
}
.-fadeIn__up.-inview, [aria-hidden=false] .-fadeIn__up {
  transform: translate(0, 0);
}

.-fadeIn__left {
  transform: translate(-50px, 0);
}
.-fadeIn__left.-inview, [aria-hidden=false] .-fadeIn__left {
  transform: translate(0, 0);
}

.-fadeIn__right {
  transform: translate(50px, 0);
}
.-fadeIn__right.-inview, [aria-hidden=false] .-fadeIn__right {
  transform: translate(0, 0);
}

.-scale {
  transform: scale(1.05) translate3d(0, 0, 0);
  transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1);
}
.-scale.-inview, [aria-hidden=false] .-scale {
  transform: scale(1) translate3d(0, 0, 0);
}

.-delay__05s {
  transition-delay: 0.5s !important;
}

.-delay__10s {
  transition-delay: 1s !important;
}

.-delay__15s {
  transition-delay: 1.5s !important;
}

.MainVisual.js-inview .MainVisualBg {
  opacity: 0;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s;
}
.MainVisual.js-inview.-inview.-imageloaded .MainVisualBg {
  opacity: 1;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s;
}

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

/* 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-tap-highlight-color: transparent; /* 3 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

h1 {
  font-weight: bold;
}

/* Image */
/* ============================================ */
img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

svg {
  display: block;
  height: auto;
  width: 100%;
}

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

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

dd {
  margin-left: 0;
}

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

/**
 * 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; /* 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;
  color: inherit;
  text-decoration: underline;
}

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

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

i {
  font-style: normal;
}

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

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

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

u {
  text-decoration: underline;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

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

[type=radio] {
  -webkit-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] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

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;
  min-width: 0;
  padding: 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 */
}

::-ms-clear {
  visibility: hidden;
}

/**
 * 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 {
  padding: 0;
  vertical-align: top;
}

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

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

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

/**
 * remove placeholder color
 */
:focus::-moz-placeholder {
  color: transparent;
}
:focus::placeholder {
  color: transparent;
}

.-align-center {
  text-align: center !important;
}

@media screen and (min-width: 768px) {
  .-align-centerTB {
    text-align: center !important;
  }
}

.-align-left {
  text-align: left !important;
}

.-align-right {
  text-align: right !important;
}

.-color-yellow {
  color: #ffe800 !important;
}

.-color-gray {
  color: #ccc !important;
}

.-fontSize1214 {
  font-size: 3.2svw !important;
  line-height: 1.5 !important;
}
@media screen and (min-width: 768px) {
  .-fontSize1214 {
    font-size: 0.875rem !important;
    line-height: 1.4285714286 !important;
  }
}

.-fontSize1216 {
  font-size: 3.2svw !important;
  line-height: 1.5 !important;
}
@media screen and (min-width: 768px) {
  .-fontSize1216 {
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }
}

.-fontSize1318 {
  font-size: 3.4666666667svw !important;
  line-height: 1.6923076923 !important;
}
@media screen and (min-width: 768px) {
  .-fontSize1318 {
    font-size: 1.125rem !important;
    line-height: 1.5555555556 !important;
  }
}

@media screen and (max-width: 769px) {
  .-hide-SP {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .-hide-TB {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .-hide-onlyTB {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .-hide-PC {
    display: none !important;
  }
}

.-weight-regular {
  font-weight: 400 !important;
}

.-weight-bold {
  font-weight: 700 !important;
}

p:not([class]) + p:not([class]), [class*=Module]:not([class*=ModuleTitle]) + p:not([class]), p:not([class]) + p[class^="-"], [class*=Module]:not([class*=ModuleTitle]) + p[class^="-"], p[class^="-"] + p:not([class]), p[class^="-"] + p[class^="-"] {
  margin-top: 1em;
}
p:not([class]) + [class*=Module]:not([class*=ModuleTitle]), p[class^="-"] + [class*=Module]:not([class*=ModuleTitle]) {
  margin-top: 0.5em;
}

.ModuleButton:not(:first-child) {
  margin-top: 6.6666666667svw !important;
}
@media screen and (min-width: 768px) {
  .ModuleButton:not(:first-child) {
    margin-top: 60px !important;
  }
}

.ModuleList:not(:first-child),
.ModuleTitleList:not(:first-child),
.ModuleNotesList:not(:first-child) {
  margin-top: 6.6666666667svw !important;
}
@media screen and (min-width: 768px) {
  .ModuleList:not(:first-child),
  .ModuleTitleList:not(:first-child),
  .ModuleNotesList:not(:first-child) {
    margin-top: 40px !important;
  }
}
.ModuleList ~ .ModuleList,
.ModuleList ~ .ModuleTitleList,
.ModuleList ~ .ModuleNotesList,
.ModuleTitleList ~ .ModuleList,
.ModuleTitleList ~ .ModuleTitleList,
.ModuleTitleList ~ .ModuleNotesList,
.ModuleNotesList ~ .ModuleList,
.ModuleNotesList ~ .ModuleTitleList,
.ModuleNotesList ~ .ModuleNotesList {
  margin-top: 0.75em !important;
}
@media screen and (min-width: 768px) {
  .ModuleList ~ .ModuleList,
  .ModuleList ~ .ModuleTitleList,
  .ModuleList ~ .ModuleNotesList,
  .ModuleTitleList ~ .ModuleList,
  .ModuleTitleList ~ .ModuleTitleList,
  .ModuleTitleList ~ .ModuleNotesList,
  .ModuleNotesList ~ .ModuleList,
  .ModuleNotesList ~ .ModuleTitleList,
  .ModuleNotesList ~ .ModuleNotesList {
    margin-top: 0.75em !important;
  }
}
.ModuleList .ModuleList,
.ModuleList .ModuleTitleList,
.ModuleList .ModuleNotesList,
.ModuleTitleList .ModuleList,
.ModuleTitleList .ModuleTitleList,
.ModuleTitleList .ModuleNotesList,
.ModuleNotesList .ModuleList,
.ModuleNotesList .ModuleTitleList,
.ModuleNotesList .ModuleNotesList {
  margin-top: 0.75em;
}

.ModuleTable:not(:first-child) {
  margin-top: 6.6666666667svw !important;
}
@media screen and (min-width: 768px) {
  .ModuleTable:not(:first-child) {
    margin-top: 40px !important;
  }
}

.ModuleTitle03:not(:first-child) {
  margin-top: 16svw !important;
}
@media screen and (min-width: 768px) {
  .ModuleTitle03:not(:first-child) {
    margin-top: 120px !important;
  }
}
.ModuleTitle03 ~ .ModuleTitle03 {
  margin-top: 16svw !important;
}
@media screen and (min-width: 768px) {
  .ModuleTitle03 ~ .ModuleTitle03 {
    margin-top: 120px !important;
  }
}

.TopTitle03:not(:first-child) {
  margin-top: 2em !important;
}
@media screen and (min-width: 768px) {
  .TopTitle03:not(:first-child) {
    margin-top: 2em !important;
  }
}

.TopTitle04:not(:first-child) {
  margin-top: 2em !important;
}
@media screen and (min-width: 768px) {
  .TopTitle04:not(:first-child) {
    margin-top: 2em !important;
  }
}

:root {
  --clientWidth: var(--jsClientWidth, 100vw);
  background: #fff;
}

body {
  color: #191919;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 4.2666666667svw;
  font-weight: 400;
  line-height: 2;
  overflow-wrap: break-word;
  padding-bottom: 15.4666666667svw;
  position: relative;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
    padding-bottom: 0;
  }
}

a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
}

.wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  .wrapper {
    padding-bottom: 40px;
  }
}

.Header {
  align-items: center;
  background-color: #ffe800;
  display: flex;
  height: 18.1333333333svw;
}
@media screen and (min-width: 768px) {
  .Header {
    height: 100px;
  }
}

.HeaderLogo {
  margin-left: 4.8svw;
}
@media screen and (min-width: 768px) {
  .HeaderLogo {
    margin-left: 45px;
  }
}

.HeaderLogo__link {
  display: block;
}

.HeaderLogo__image {
  height: 7.2svw;
  transform: translateY(-10%);
}
@media screen and (min-width: 768px) {
  .HeaderLogo__image {
    height: 43px;
  }
}

.Header__text {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", sans-serif;
  font-weight: 700;
  margin-left: 3.7333333333svw;
}
@media screen and (min-width: 768px) {
  .Header__text {
    margin-left: 22px;
  }
}

.Footer__inner {
  background-color: #000;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 5.3333333333svw 4.8svw;
}
@media screen and (min-width: 768px) {
  .Footer__inner {
    align-items: center;
    background-color: #ffe800;
    justify-content: space-between;
    padding: 20px 24px;
  }
}
.Footer__inner-black {
  background-color: #000;
  color: #fff;
}
.Footer__inner + .Footer__inner {
  padding-bottom: 40px;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .Footer__inner + .Footer__inner {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.FooterLogo {
  margin-bottom: 5.3333333333svw;
}
@media screen and (min-width: 768px) {
  .FooterLogo {
    margin-bottom: 0;
  }
}

.FooterLogo__link {
  display: block;
}

.FooterLogo__image {
  height: 6.1333333333svw;
  transform: translateY(-10%);
}
@media screen and (min-width: 768px) {
  .FooterLogo__image {
    height: 30px;
  }
}

.Footer__text {
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", sans-serif;
  font-size: 2.6666666667svw;
  font-weight: 700;
  line-height: 1.1428571429;
  margin-left: 3.7333333333svw;
}
@media screen and (min-width: 768px) {
  .Footer__text {
    font-size: 0.875rem;
    margin-left: 14px;
    margin-right: auto;
  }
}

.FooterLinks01 {
  display: grid;
  font-size: 3.7333333333svw;
  gap: 2.6666666667svw 5.3333333333svw;
  grid-template-columns: repeat(2, 1fr);
  line-height: 1.1428571429;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .FooterLinks01 {
    display: flex;
    flex-direction: row;
    font-size: 0.75rem;
    gap: 0;
    margin-left: auto;
    width: auto;
  }
}
.Footer__inner-black .FooterLinks01 {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .Footer__inner-black .FooterLinks01 {
    font-size: 0.875rem;
  }
}

.FooterLinks01__item {
  border-bottom: 1px solid #5b5b5b;
  padding-bottom: 0.75em;
  padding-left: 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .FooterLinks01__item {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.Footer__inner-black .FooterLinks01__item::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.0666666667svw;
  left: 0;
  position: absolute;
  top: 0.5em;
  width: 1.0666666667svw;
}
@media screen and (min-width: 768px) {
  .Footer__inner-black .FooterLinks01__item::before {
    height: 4px;
    width: 4px;
  }
}
@media screen and (min-width: 768px) {
  .FooterLinks01__item + .FooterLinks01__item {
    margin-left: 2em;
    margin-top: 0;
  }
}

.FooterLinks01__link {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .FooterLinks01__link:hover {
    text-decoration: underline;
  }
}

.FooterLinks02 {
  color: #ccc;
  display: flex;
  font-size: 2.9333333333svw;
  justify-content: space-around;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .FooterLinks02 {
    color: #191919;
    font-size: 0.75rem;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .FooterLinks02__item + .FooterLinks02__item {
    margin-left: 2em;
  }
}

.FooterLinks02__link {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .FooterLinks02__link:hover {
    text-decoration: underline;
  }
}

.VoteBanner {
  bottom: 0;
  position: fixed;
  right: 0;
}
@media screen and (min-width: 768px) {
  .VoteBanner {
    bottom: 20px;
    position: sticky;
  }
}

.VoteBanner__link {
  background: url("/img/banner_01_sp.png") no-repeat left top/contain;
  display: block;
  height: 22.1333333333svw;
  width: 100svw;
}
@media screen and (min-width: 768px) {
  .VoteBanner__link {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 768px) {
  .VoteBanner__link:hover, a:hover .VoteBanner__link {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  .VoteBanner__link {
    background-image: url("/img/banner_01_pc.png");
    height: 102px;
    margin-left: auto;
    width: 270px;
  }
}

.VoteBanner__text {
  display: none;
}

.SiteWrapper {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .SiteHeader {
    background-color: #ffe800;
    height: 180px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
}

.SiteView {
  position: relative;
}
@media screen and (min-width: 768px) {
  .SiteView {
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
    margin: 54px auto;
    overflow: clip;
    width: 400px;
    z-index: 2;
  }
}

.SiteSide {
  display: none;
}
@media screen and (min-width: 768px) {
  .SiteSide {
    bottom: 300px;
    display: block;
    position: fixed;
    right: calc(50% - 480px);
    width: 180px;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .SiteSide__text {
    font-size: 13px;
    font-weight: 700;
    margin-top: 1em;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .SiteSide__image {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    margin-top: 20px;
    padding: 20px;
  }
}

@media screen and (min-width: 768px) {
  .SiteFooter {
    background-color: #fff;
    bottom: 0;
    height: 210px;
    left: 0;
    position: fixed;
    width: 100%;
  }
}

.SiteFooter__copy {
  display: none;
}
@media screen and (min-width: 768px) {
  .SiteFooter__copy {
    bottom: 18px;
    color: #191919;
    display: block;
    font-size: 13px;
    position: absolute;
    right: 25px;
  }
}

.TopTitle01 {
  align-items: center;
  display: flex;
  font-size: 4.2666666667vw;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 4.8vw;
}
@media screen and (min-width: 768px) {
  .TopTitle01 {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
.TopTitle01::before {
  background-color: #191919;
  content: "";
  display: block;
  height: 5.8666666667vw;
  margin-right: 2.4vw;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAxOCAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNDU2OThlLTA3IDIyLjkxNTJMMS41Njc2NWUtMDYgOC42ODY2M0wxLjkwNzM1ZS0wNiAwLjkxNTE2TDkgMC45MTUxNjFMMTggMC45MTUxNjFMMTggOC42ODY2M0wxOCAyMi45MTUyTDkgMTYuNjAxN0w5LjQ1Njk4ZS0wNyAyMi45MTUyWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==") left top/contain no-repeat;
          mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAxOCAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNDU2OThlLTA3IDIyLjkxNTJMMS41Njc2NWUtMDYgOC42ODY2M0wxLjkwNzM1ZS0wNiAwLjkxNTE2TDkgMC45MTUxNjFMMTggMC45MTUxNjFMMTggOC42ODY2M0wxOCAyMi45MTUyTDkgMTYuNjAxN0w5LjQ1Njk4ZS0wNyAyMi45MTUyWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==") left top/contain no-repeat;
  width: 4.8vw;
}
@media screen and (min-width: 768px) {
  .TopTitle01::before {
    height: 22px;
    margin-right: 9px;
    width: 18px;
  }
}
.TopTitle01-yellow {
  color: #ffe800;
}
.TopTitle01-yellow::before {
  background-color: #ffe800;
}

.TopTitle02 {
  color: #ffe800;
  font-size: 4.2666666667vw;
  font-weight: 700;
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .TopTitle02 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.TopTitle03 {
  align-items: center;
  display: flex;
  font-size: 3.7333333333vw;
  font-weight: 700;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .TopTitle03 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.TopTitle03::before {
  background-color: #ffe800;
  content: "";
  flex-shrink: 0;
  height: 4.2666666667vw;
  margin-right: 1.8666666667vw;
  width: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .TopTitle03::before {
    height: 16px;
    margin-right: 7px;
    width: 5px;
  }
}

.TopTitle04 {
  color: #ffe800;
  font-size: 2.9333333333vw;
  font-weight: 700;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .TopTitle04 {
    font-size: 11px;
    margin-bottom: 10px;
  }
}

.MainVisualVideo {
  background-color: #ffe800;
  height: 100vw;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .MainVisualVideo {
    height: 400px;
  }
}

.MainVisualVideo__video {
  height: 100vw;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .MainVisualVideo__video {
    height: 400px;
    width: 400px;
  }
}

.MainVisualBanner {
  display: block;
  margin-top: -3.2vw;
  transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .MainVisualBanner {
    margin-top: -12px;
  }
}

.Prize {
  background-color: #ffe800;
  padding: 4.8vw 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .Prize {
    padding: 18px 10px;
  }
}

.PrizeList {
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .PrizeList {
    gap: 10px 0;
  }
}

.Participate {
  background: url("../img/bg_01.png") no-repeat center top/cover;
  color: #fff;
  overflow: hidden;
  padding: 4.8vw 0 0;
}
@media screen and (min-width: 768px) {
  .Participate {
    padding: 18px 0 0;
  }
}

.Participate__list {
  border-top: 2px solid #fff;
  position: relative;
}

.Participate .swiper-slide {
  padding: 5.3333333333vw 9.8666666667vw 9.3333333333vw 10.1333333333vw;
}
@media screen and (min-width: 768px) {
  .Participate .swiper-slide {
    padding: 20px 37px 35px 38px;
  }
}

.Participate .swiper-button-next, .Participate .swiper-button-prev {
  background-color: #afafaf;
  height: 16vw;
}
@media screen and (min-width: 768px) {
  .Participate .swiper-button-next, .Participate .swiper-button-prev {
    height: 60px;
  }
}
.Participate .swiper-button-next::after, .Participate .swiper-button-prev::after {
  background: no-repeat center center/1.8666666667vw 2.6666666667vw;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .Participate .swiper-button-next::after, .Participate .swiper-button-prev::after {
    background-size: 7px 10px;
  }
}

.Participate .swiper-button-next {
  right: 0;
}
.Participate .swiper-button-next::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgNyAxMSIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTEgMS45MTUxNkw1IDUuOTE1MTZMMSA5LjkxNTE2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4=");
}

.Participate .swiper-button-prev {
  left: 0;
}
.Participate .swiper-button-prev::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgNyAxMCIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTYgOUwyIDVMNiAxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4=");
}

.Participate__subTitle {
  align-items: flex-end;
  color: #ffe800;
  display: flex;
  font-size: 6.4vw;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 2.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .Participate__subTitle {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.Participate__subTitle::before, .Participate__subTitle::after {
  background: no-repeat left top/contain;
  content: "";
  display: block;
  height: 7.6vw;
  width: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .Participate__subTitle::before, .Participate__subTitle::after {
    height: 28.5px;
    width: 8px;
  }
}
.Participate__subTitle::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDEwIDMyIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMSAxLjkxNTE2TDkgMzAuNDE1MiIgc3Ryb2tlPSIjRkZFODAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4=");
  margin-right: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .Participate__subTitle::before {
    margin-right: 8px;
  }
}
.Participate__subTitle::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDEwIDMyIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNOSAxLjkxNTE2TDEgMzAuNDE1MiIgc3Ryb2tlPSIjRkZFODAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4=");
  margin-left: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .Participate__subTitle::after {
    margin-left: 8px;
  }
}

.Participate__title {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 10.6666666667vw;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 2.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .Participate__title {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.Participate__title::before, .Participate__title::after {
  background: no-repeat left top/contain;
  content: "";
  display: block;
  height: 7.7333333333vw;
  width: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .Participate__title::before, .Participate__title::after {
    height: 29px;
    width: 16px;
  }
}
.Participate__title::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDE3IDMwIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMSAyOS45MTUyVjAuOTE1MTZIMTciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41Ii8+Cjwvc3ZnPg==");
  margin-bottom: 0.7em;
  margin-right: 1.6vw;
}
@media screen and (min-width: 768px) {
  .Participate__title::before {
    margin-right: 6px;
  }
}
.Participate__title::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIzMSIgdmlld0JveD0iMCAwIDE3IDMxIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTYgMC45MTUxNjFMMTYgMjkuOTE1MkwtMi4wNTg0MmUtMDYgMjkuOTE1MiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+");
  margin-left: 1.6vw;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .Participate__title::after {
    margin-left: 6px;
  }
}

.Participate__text {
  color: #fff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .Participate__text {
    font-size: 14px;
  }
}

.ParticipateImage {
  position: relative;
}

.ParticipateImage__image {
  overflow: hidden;
}

.ParticipateImage__text {
  align-items: center;
  background: #ffe800;
  bottom: 0;
  box-shadow: 0.5333333333vw 0.5333333333vw 0 0 rgba(144, 121, 0, 0.4);
  color: #191919;
  display: inline-flex;
  font-size: 6.9333333333vw;
  font-weight: 900;
  justify-content: center;
  left: 0;
  line-height: 135%;
  opacity: 0;
  padding: 2.6666666667vw;
  position: absolute;
  text-align: center;
  transform: scale(1.4) translateX(4vw) translateY(-5.3333333333vw);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.95, 0.05, 0.795, 0.035) 1.3s;
}
@media screen and (min-width: 768px) {
  .ParticipateImage__text {
    box-shadow: 2px 2px 0 0 rgba(144, 121, 0, 0.4);
    font-size: 26px;
    padding: 10px;
    transform: scale(1.4) translateX(15px) translateY(-20px);
  }
}
.swiper-slide-active .ParticipateImage__text {
  opacity: 1;
  transform: scale(1) translateX(4vw) translateY(-5.3333333333vw) rotate(-10deg);
}
@media screen and (min-width: 768px) {
  .swiper-slide-active .ParticipateImage__text {
    transform: scale(1) translateX(15px) translateY(-20px) rotate(-10deg);
  }
}

.Guideline {
  background-color: #191919;
  color: #fff;
  font-size: 2.9333333333vw;
  padding: 10.6666666667vw 4.8vw;
}
@media screen and (min-width: 768px) {
  .Guideline {
    font-size: 11px;
    padding: 40px 18px;
  }
}

.GuidelineMore__container {
  height: auto;
  max-height: 100px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.6s;
}
.GuidelineMore__container::after {
  background: linear-gradient(to bottom, transparent 40%, #191919 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 34.6666666667vw;
  left: 0;
  pointer-events: none;
  position: absolute;
  transition: 1s;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .GuidelineMore__container::after {
    height: 130px;
  }
}
.GuidelineMore__container.is-show::after {
  opacity: 0;
}

.GuidelineMore__button {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 5.3333333333vw;
  display: flex;
  gap: 2.6666666667vw;
  justify-content: center;
  margin: 0 auto;
  padding: 0.8vw 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .GuidelineMore__button {
    border-radius: 20px;
    gap: 10px;
    padding: 3px 35px;
  }
}
.is-show + .GuidelineMore__button {
  display: none;
}

.GuidelineTitleList__item {
  display: flex;
}

.GuidelineTitleList__head {
  font-weight: 700;
  width: 8em;
}

.GuidelineTitleList__head-circle::before {
  color: #d6d6d6;
  content: "●";
}

.GuidelineTitleList__body {
  flex: 1;
  padding-left: 1em;
  position: relative;
}
.GuidelineTitleList__body::before {
  content: "：";
  left: 0;
  position: absolute;
}

.GuidelineList__item {
  margin-top: 1em;
  padding-left: 1.5em;
  position: relative;
}
.GuidelineList__item::before {
  color: #d6d6d6;
  content: "●";
  left: 0;
  position: absolute;
}

.GuidelineNumber {
  counter-reset: number 0;
}

.GuidelineNumber__item {
  margin-top: 1em;
  padding-left: 2em;
  position: relative;
}
.GuidelineNumber__item::before {
  content: counter(number) ".";
  counter-increment: number 1;
  left: 0;
  position: absolute;
}

.Campaign {
  background: url("../img/bg_01.png") no-repeat center top/cover;
  bottom: 0;
  color: #fff;
  opacity: 0;
  padding: 4vw 5.3333333333vw;
  position: sticky;
  transition: 0.3s ease;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .Campaign {
    padding: 15px 20px;
  }
}
.Campaign.is-show {
  opacity: 1;
}

.Campaign__button {
  align-items: center;
  background: #ffe800;
  border-radius: 10.6666666667vw;
  box-shadow: 0 0.8vw 0 0 #cdac00;
  color: #191919;
  display: flex;
  flex-direction: column;
  font-size: 4.8vw;
  font-weight: 900;
  justify-content: center;
  padding: 2.6666666667vw;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .Campaign__button {
    border-radius: 40px;
    box-shadow: 0 3px 0 0 #cdac00;
    font-size: 18px;
    padding: 10px;
  }
}
.Campaign__button small {
  font-size: 3.2vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .Campaign__button small {
    font-size: 12px;
  }
}

.Campaign__text {
  font-size: 2.4vw;
  margin-top: 1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .Campaign__text {
    font-size: 9px;
  }
}

.Footer {
  background-color: #191919;
  color: #fff;
  padding: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .Footer {
    padding: 20px;
  }
}

.FooterSns {
  display: flex;
  gap: 0 3.7333333333vw;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .FooterSns {
    gap: 0 14px;
  }
}

.FooterSns__link {
  align-items: center;
  background-color: #afafaf;
  border-radius: 50%;
  display: flex;
  height: 10.6666666667vw;
  justify-content: center;
  width: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .FooterSns__link {
    height: 40px;
    width: 40px;
  }
}

.FooterSns__icon-x {
  height: 5.3333333333vw;
  width: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .FooterSns__icon-x {
    height: 20px;
    width: 20px;
  }
}

.FooterSns__icon-facebook {
  height: 5.3333333333vw;
  width: 2.4242666667vw;
}
@media screen and (min-width: 768px) {
  .FooterSns__icon-facebook {
    height: 20px;
    width: 9.091px;
  }
}

.FooterSns__icon-line {
  height: 5.5872vw;
  width: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .FooterSns__icon-line {
    height: 20.952px;
    width: 22px;
  }
}

.Footer__copy {
  font-size: 2.6666666667vw;
  font-weight: 700;
  margin-top: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .Footer__copy {
    font-size: 10px;
    margin-top: 20px;
  }
}

.ModuleButton {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ModuleButton {
    display: flex;
    flex-direction: row;
  }
}

.ModuleButton__link {
  transition: all 0.3s ease-in-out;
  background-color: #000;
  border-radius: 1.0666666667svw;
  color: #ffe800;
  display: block;
  font-weight: 700;
  padding: 5.3333333333svw;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .ModuleButton__link {
    border-radius: 4px;
    padding: 20px 42px;
  }
}
.ModuleButton__link .ModuleButton__text {
  padding-left: 0.8em;
  position: relative;
}
.ModuleButton__link .ModuleButton__text::before {
  transition: all 0.3s ease-in-out;
  background-color: #ffe800;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.6svw;
  left: 0;
  position: absolute;
  top: 0.6em;
  width: 1.6svw;
}
@media screen and (min-width: 768px) {
  .ModuleButton__link .ModuleButton__text::before {
    height: 6px;
    width: 6px;
  }
}
@media screen and (min-width: 768px) {
  .ModuleButton__link:hover {
    background-color: #ffe800;
    color: #191919;
  }
}
@media screen and (min-width: 768px) {
  .ModuleButton__link:hover .ModuleButton__text::before {
    background-color: #191919;
  }
}

.ModuleInner {
  padding-left: 4.8svw;
  padding-right: 4.8svw;
}
@media screen and (min-width: 768px) {
  .ModuleInner {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(960px + 18px * 2);
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media screen and (min-width: 768px) {
  .ModuleInnerOfInner {
    margin-left: auto;
    margin-right: auto;
    max-width: 740px;
  }
}

.ModuleLead {
  font-size: 4.8svw;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .ModuleLead {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.ModuleLink {
  display: inline-block;
  padding-left: 1em;
  position: relative;
}

.ModuleLink-arrowRightBefore {
  text-decoration: none;
}
.ModuleLink-arrowRightBefore::before {
  background-color: #afafaf;
  content: "";
  display: block;
  height: 0.8svw;
  left: 0;
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%224.299%22%20viewBox%3D%220%200%2013%204.299%22%3E%3Cpath%20d%3D%22M1874.23%2C1610.785h12l-2.809-3.093%22%20transform%3D%22translate(-1873.73%20-1606.986)%22%20fill%3D%22none%22%20stroke%3D%22%23afafaf%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E") no-repeat left top;
          mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%224.299%22%20viewBox%3D%220%200%2013%204.299%22%3E%3Cpath%20d%3D%22M1874.23%2C1610.785h12l-2.809-3.093%22%20transform%3D%22translate(-1873.73%20-1606.986)%22%20fill%3D%22none%22%20stroke%3D%22%23afafaf%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E") no-repeat left top;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 0.9em;
  width: 3.2svw;
}
@media screen and (min-width: 768px) {
  .ModuleLink-arrowRightBefore::before {
    height: 4px;
    width: 12px;
  }
}
.ModuleLink-arrowRightBefore:hover::before {
  background-color: #ffe800;
}

.ModuleList {
  counter-reset: number;
}

.ModuleList__item {
  padding-left: 6.4svw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ModuleList__item {
    padding-left: 24px;
  }
}
.ModuleList__item::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0.5em;
}
.ModuleList__item + .ModuleList__item {
  margin-top: 0.75em;
}
.ModuleList__item-round::before {
  background-color: #d6d6d6;
  border-radius: 50%;
  height: 4.2666666667svw;
  top: 0.5em;
  width: 4.2666666667svw;
}
@media screen and (min-width: 768px) {
  .ModuleList__item-round::before {
    height: 16px;
    width: 16px;
  }
}
.ModuleList__item-roundYellow::before {
  background-color: #ffe800;
  border-radius: 50%;
  height: 4.2666666667svw;
  top: 0.5em;
  width: 4.2666666667svw;
}
@media screen and (min-width: 768px) {
  .ModuleList__item-roundYellow::before {
    height: 16px;
    width: 16px;
  }
}
.ModuleList__item-square {
  padding-left: 4.2666666667svw;
}
@media screen and (min-width: 768px) {
  .ModuleList__item-square {
    padding-left: 16px;
  }
}
.ModuleList__item-square::before {
  background-color: #d6d6d6;
  height: 2.1333333333svw;
  top: 0.75em;
  width: 2.1333333333svw;
}
@media screen and (min-width: 768px) {
  .ModuleList__item-square::before {
    height: 8px;
    width: 8px;
  }
}
.ModuleList__item-line {
  padding-left: 4.2666666667svw;
}
@media screen and (min-width: 768px) {
  .ModuleList__item-line {
    padding-left: 16px;
  }
}
.ModuleList__item-line::before {
  background-color: #d6d6d6;
  height: 0.5333333333svw;
  top: 1em;
  width: 2.1333333333svw;
}
@media screen and (min-width: 768px) {
  .ModuleList__item-line::before {
    height: 2px;
    width: 8px;
  }
}
.ModuleList__item-number::before {
  content: counter(number) " ";
  counter-increment: number;
  top: 0;
}
.ModuleList__item-numberBrackets {
  padding-left: 9.6svw;
}
@media screen and (min-width: 768px) {
  .ModuleList__item-numberBrackets {
    padding-left: 36px;
  }
}
.ModuleList__item-numberBrackets::before {
  content: "(" counter(number) ")";
  counter-increment: number;
  top: 0;
}

.ModuleTitleList__item {
  display: flex;
}
.ModuleTitleList__item + .ModuleTitleList__item {
  margin-top: 0.75em;
}

.ModuleTitleList__head {
  margin-right: 0.5em;
}

.ModuleTitleList__body {
  flex: 1;
}

.ModuleNotesList__item {
  padding-left: 6.4svw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ModuleNotesList__item {
    padding-left: 24px;
  }
}
.ModuleNotesList__item::before {
  content: "※";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
.ModuleNotesList__item + .ModuleNotesList__item {
  margin-top: 0.75em;
}

.ModuleSection {
  padding-bottom: 10.6666666667svw;
  padding-top: 10.6666666667svw;
}
@media screen and (min-width: 768px) {
  .ModuleSection {
    padding-bottom: 80px;
    padding-top: 50px;
  }
}
.ModuleSection:last-of-type {
  padding-bottom: 26.6666666667svw;
}
@media screen and (min-width: 768px) {
  .ModuleSection:last-of-type {
    padding-bottom: 20px;
  }
}

.ModuleSection-border {
  border-top: 1px solid #d6d6d6;
}

.ModuleSection-paddingTopNone {
  padding-top: 0;
}

.ModuleTable-scroll {
  margin-right: -4.8svw;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .ModuleTable-scroll {
    margin-right: 0;
  }
}

.ModuleTable-scroll .ModuleTable__table {
  min-width: 960px;
  table-layout: fixed;
  width: 100%;
}
.ModuleTable-vertical .ModuleTable__table {
  display: block;
}
@media screen and (min-width: 768px) {
  .ModuleTable-vertical .ModuleTable__table {
    display: table;
  }
}

.ModuleTable-vertical .ModuleTable__tbody {
  display: block;
}
@media screen and (min-width: 768px) {
  .ModuleTable-vertical .ModuleTable__tbody {
    display: table-row-group;
  }
}

.ModuleTable-vertical .ModuleTable__tr {
  border-top: 1px solid #d6d6d6;
  display: block;
}
@media screen and (min-width: 768px) {
  .ModuleTable-vertical .ModuleTable__tr {
    border-top: none;
    display: table-row;
  }
}
.ModuleTable__tr .ModuleTable__thead:first-child {
  border-top-width: 2px;
}
.ModuleTable-vertical .ModuleTable__tr:first-child {
  border-top-width: 2px;
}
.ModuleTable__thead-yellow + .ModuleTable__tbody .ModuleTable__tr {
  border-top: none;
}

.ModuleTable__th,
.ModuleTable__td {
  border-top: 1px solid #d6d6d6;
  padding: 3.7333333333svw 4.8svw;
}
@media screen and (min-width: 768px) {
  .ModuleTable__th,
  .ModuleTable__td {
    padding: 14px 18px;
  }
}
.ModuleTable__tr:first-child .ModuleTable__th,
.ModuleTable__tr:first-child .ModuleTable__td {
  border-top-width: 2px;
}
.ModuleTable__thead + .ModuleTable__tbody .ModuleTable__th,
.ModuleTable__thead + .ModuleTable__tbody .ModuleTable__td {
  border-top-width: 1px;
}
.ModuleTable__thead-yellow + .ModuleTable__tbody tr:first-child .ModuleTable__th,
.ModuleTable__thead-yellow + .ModuleTable__tbody tr:first-child .ModuleTable__td {
  border-top: none;
}
.ModuleTable-vertical .ModuleTable__th,
.ModuleTable-vertical .ModuleTable__td {
  border-top: none;
  display: block;
}
@media screen and (min-width: 768px) {
  .ModuleTable-vertical .ModuleTable__th,
  .ModuleTable-vertical .ModuleTable__td {
    border-top: 1px solid #d6d6d6;
    display: table-cell;
  }
}
.ModuleTable__tbody tr:last-child .ModuleTable__th,
.ModuleTable__tbody tr:last-child .ModuleTable__td {
  border-bottom: 1px solid #d6d6d6;
}

@media screen and (min-width: 768px) {
  .ModuleTable__th {
    min-width: 200px;
  }
}
.ModuleTable__thead-yellow .ModuleTable__th {
  background-color: #ffe800;
  border-color: #fff;
}
.ModuleTable-vertical .ModuleTable__th {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .ModuleTable-vertical .ModuleTable__th {
    padding-bottom: 18px;
  }
}
.ModuleTable__th + .ModuleTable__th {
  border-left: 1px solid #d6d6d6;
}
.ModuleTable__thead-yellow .ModuleTable__th + .ModuleTable__th {
  border-color: #fff;
}
.ModuleTable-vertical .ModuleTable__th + .ModuleTable__th {
  border-left: none;
  border-top: 1px solid #d6d6d6;
}
@media screen and (min-width: 768px) {
  .ModuleTable-vertical .ModuleTable__th + .ModuleTable__th {
    border-left: 1px solid #d6d6d6;
    border-top-width: 2px;
  }
}
@media screen and (min-width: 768px) {
  .ModuleTable__tbody tr:last-child .ModuleTable__th {
    border-bottom: 1px solid #d6d6d6;
  }
}
.ModuleTable__thead .ModuleTable__th {
  text-align: center;
}

.ModuleTable-vertical .ModuleTable__td {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .ModuleTable-vertical .ModuleTable__td {
    padding-top: 18px;
  }
}
.ModuleTable__td + .ModuleTable__td, .ModuleTable__th + .ModuleTable__td {
  border-left: 1px solid #d6d6d6;
}
.ModuleTable-vertical .ModuleTable__td + .ModuleTable__td, .ModuleTable-vertical .ModuleTable__th + .ModuleTable__td {
  border-left: none;
}
@media screen and (min-width: 768px) {
  .ModuleTable-vertical .ModuleTable__td + .ModuleTable__td, .ModuleTable-vertical .ModuleTable__th + .ModuleTable__td {
    border-left: 1px solid #d6d6d6;
  }
}
.ModuleTable__thead-yellow + .ModuleTable__tr .ModuleTable__td {
  background-color: #ffe800;
  border-top: none;
}

.ModuleTitle01 {
  font-size: 6.4svw;
  font-weight: 700;
  line-height: 1.9375;
  text-align: center;
}
.ModuleTitle01:not(:only-child) {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .ModuleTitle01 {
    font-size: 3rem;
    line-height: 1.9375;
  }
}

.ModuleTitle02 {
  font-size: 5.3333333333svw;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 4.8svw;
}
@media screen and (min-width: 768px) {
  .ModuleTitle02 {
    font-size: 1.5625rem;
    line-height: 1.28;
    margin-bottom: 30px;
  }
}
.ModuleTitle02::before {
  background-color: #ffe800;
  content: "";
  display: block;
  height: 2.1333333333svw;
  margin-bottom: 4.8svw;
  transform: translateY(-0.2666666667svw);
  width: 10.6666666667svw;
}
@media screen and (min-width: 768px) {
  .ModuleTitle02::before {
    height: 8px;
    margin-bottom: 18px;
    transform: translateY(-1px);
    width: 40px;
  }
}

.ModuleTitle03 {
  align-items: center;
  display: flex;
  font-size: 4.8svw;
  font-weight: 700;
  line-height: 1.7777777778;
  margin-bottom: 4.8svw;
}
@media screen and (min-width: 768px) {
  .ModuleTitle03 {
    font-size: 1.3125rem;
    line-height: 1.5238095238;
    margin-bottom: 25px;
  }
}
.ModuleTitle03::before {
  background-color: #ffe800;
  content: "";
  display: inline-block;
  height: 6.4svw;
  margin-right: 3.2svw;
  width: 1.6svw;
}
@media screen and (min-width: 768px) {
  .ModuleTitle03::before {
    height: 30px;
    margin-right: 10px;
    width: 8px;
  }
}

/*! Copyright (c) 2021 Hayato Nakagawa | MIT License https://licenses.opensource.jp/MIT/MIT.html */
/*# sourceMappingURL=style.css.map */