@import url("phone.min.css") screen and (max-width: 767px);
@import url("tablet.min.css") screen and (min-width: 768px) and (max-width: 1024px);
@import url("pc.min.css") screen and (min-width: 1025px);
@keyframes statusIconAnimation {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 0 0;
  }
}
section {
  padding-bottom: 4rem;
}
section > .information > ul {
  list-style: none;
  margin: auto;
}
section > .information > ul > li {
  font-weight: 700;
  color: #ef0a6a;
  background: linear-gradient(45deg, #b6359c 0%, #ef0a6a 70%, #ef0a6a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section > div > .listName {
  margin: auto;
}
section > div > .priceList {
  list-style: none;
  border: 2px solid #000000;
  margin: auto;
}
section > div > .priceList > li {
  border-bottom: 1px solid #000000;
}
section > div > .priceList > li > *:first-child {
  background: #000000;
  color: #ffffff;
}
section > div > .priceList > li > *:last-child {
  font-family: "europa", sans-serif;
}
section > div > .priceList > li:last-child {
  border-bottom: none;
}
section > #optionList > div > h4 {
  font-family: "europa", sans-serif;
}
section > #optionList > div > ul > li {
  font-weight: 700;
}
section > #rankList > ul {
  list-style: none;
  border: 2px solid #000000;
  margin: auto;
}
section > #rankList > ul > li {
  border-bottom: 1px solid #000000;
}
section > #rankList > ul > li > *:first-child {
  background: #000000;
  color: #ffffff;
}
section > #rankList > ul > li > *:last-child {
  font-family: "europa", sans-serif;
}
section > #rankList > ul > li:last-child {
  border-bottom: none;
}
section > .annotation > ul {
  list-style: none;
}
section > .annotation > ul > li h4 {
  text-align: center;
  font-size: 1.6rem;
}
section > .annotation > ul > li > .cardList {
  list-style: none;
  display: flex;
  gap: 1rem;
}
.iframe {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #f2f2f8;
}
.iframe > #optionList > div > h4 {
  font-family: "europa", sans-serif;
}
.iframe > #optionList > div > ul > li {
  font-weight: 700;
}
.iframe > #rankList > ul {
  list-style: none;
  border: 2px solid #000000;
  margin: auto;
}
.iframe > #rankList > ul > li {
  border-bottom: 1px solid #000000;
}
.iframe > #rankList > ul > li > *:first-child {
  background: #000000;
  color: #ffffff;
}
.iframe > #rankList > ul > li > *:last-child {
  font-family: "europa", sans-serif;
}
.iframe > #rankList > ul > li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  section {
    width: 96%;
    margin: auto;
  }
  section > .information > ul {
    list-style: none;
    width: 100%;
    margin-top: 2rem;
  }
  section > .information > ul > li {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  section > div {
    margin-top: 4rem;
  }
  section > div > .listName {
    width: 100%;
    margin-bottom: 0.5rem;
    text-align: right;
    font-size: 1.6rem;
  }
  section > div > .priceList {
    list-style: none;
    border: 2px solid #000000;
    width: calc(100% - 4px);
  }
  section > div > .priceList > li {
    border-bottom: 1px solid #000000;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  section > div > .priceList > li > * {
    padding: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
  }
  section > div > .priceList > li > *:first-child {
    width: 100%;
    border-bottom: solid 1px #999;
  }
  section > div > .priceList > li > *:last-child {
    width: 100%;
  }
  section > div > .priceList > li:last-child,
  section > div > .priceList > li:last-child * {
    border-bottom: none;
  }
  section > div:first-child {
    margin-top: 2rem;
  }
  section > #optionList {
    width: 100%;
    margin: auto;
    margin-top: 2rem;
  }
  section > #optionList > div {
    width: 100%;
  }
  section > #optionList > div > h4 {
    width: 100%;
    background: #000000;
    color: #ffffff;
    text-align: center;
    font-size: 1.8rem;
    padding: 1rem 0;
  }
  section > #optionList > div > ul {
    list-style: none;
    border: 2px solid #000000;
    padding: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 1rem;
    row-gap: 0.5rem;
    font-size: 1.4rem;
  }
  section > #rankList > ul {
    list-style: none;
    border: 2px solid #000000;
    width: calc(100% - 4px);
    margin: auto;
  }
  section > #rankList > ul > li {
    border-bottom: 1px solid #000000;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  section > #rankList > ul > li > * {
    padding: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
  }
  section > #rankList > ul > li > *:first-child {
    width: 100%;
    border-bottom: solid 1px #999;
  }
  section > #rankList > ul > li > *:last-child {
    width: 100%;
  }
  section > #rankList > ul > li:last-child,
  section > #rankList > ul > li:last-child * {
    border-bottom: none;
  }
  section > *:last-child {
    margin-bottom: 4rem;
  }
  section > .annotation {
    width: 100%;
    margin: auto;
    margin-top: 3rem;
  }
  section > .annotation > ul {
    max-width: 900px;
    margin: auto;
    list-style: none;
  }
  section > .annotation > ul > li {
    margin-bottom: 2rem;
  }
  section > .annotation > ul > li > h4 {
    margin-bottom: 1rem;
  }
  section > .annotation > ul > li > p {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
  section > .annotation > ul > li > .cardList > li > img {
    width: 40px;
    height: auto;
  }
  .iframe > #optionList {
    width: 96%;
    margin: auto;
    margin-top: 2rem;
  }
  .iframe > #optionList > div {
    width: 100%;
  }
  .iframe > #optionList > div > h4 {
    width: 100%;
    background: #000000;
    color: #ffffff;
    text-align: center;
    font-size: 1.8rem;
    padding: 1rem 0;
  }
  .iframe > #optionList > div > ul {
    list-style: none;
    border: 2px solid #000000;
    padding: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 1rem;
    row-gap: 0.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section {
    width: 96%;
    margin: auto;
  }
  section > .information > ul {
    list-style: none;
    width: 100%;
    margin-top: 2rem;
  }
  section > .information > ul > li {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
  section > div {
    margin-top: 4rem;
  }
  section > div > .listName {
    max-width: 100%;
    margin-bottom: 0.5rem;
    text-align: right;
    font-size: 1.8rem;
  }
  section > div > .priceList {
    list-style: none;
    border: 2px solid #000000;
    max-width: 900px;
  }
  section > div > .priceList > li {
    border-bottom: 1px solid #000000;
    display: flex;
    justify-content: flex-start;
  }
  section > div > .priceList > li > * {
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
  }
  section > div > .priceList > li > *:first-child {
    width: 300px;
    border-bottom: solid 1px #999;
  }
  section > div > .priceList > li > *:last-child {
    width: calc(100% - 200px);
  }
  section > div > .priceList > li:last-child,
  section > div > .priceList > li:last-child * {
    border-bottom: none;
  }
  section > div:first-child {
    margin-top: 2rem;
  }
  section > #optionList {
    width: 100%;
    margin: auto;
    margin-top: 2rem;
  }
  section > #optionList > div {
    width: 100%;
  }
  section > #optionList > div > h4 {
    width: 100%;
    background: #000000;
    color: #ffffff;
    text-align: center;
    font-size: 1.8rem;
    padding: 1rem 0;
  }
  section > #optionList > div > ul {
    list-style: none;
    border: 2px solid #000000;
    padding: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 1rem;
    row-gap: 0.5rem;
    font-size: 1.4rem;
  }
  section > #rankList > ul {
    list-style: none;
    border: 2px solid #000000;
    width: 100%;
    margin: auto;
  }
  section > #rankList > ul > li {
    border-bottom: 1px solid #000000;
    display: flex;
    justify-content: flex-start;
  }
  section > #rankList > ul > li > * {
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
  }
  section > #rankList > ul > li > *:first-child {
    width: 200px;
    border-bottom: solid 1px #999;
  }
  section > #rankList > ul > li > *:last-child {
    width: calc(100% - 200px);
  }
  section > #rankList > ul > li:last-child,
  section > #rankList > ul > li:last-child * {
    border-bottom: none;
  }
  section > *:last-child {
    margin-bottom: 4rem;
  }
  section > .annotation {
    width: 100%;
    margin: auto;
    margin-top: 3rem;
  }
  section > .annotation > ul {
    max-width: 900px;
    margin: auto;
    list-style: none;
  }
  section > .annotation > ul > li {
    margin-bottom: 2rem;
  }
  section > .annotation > ul > li > h4 {
    margin-bottom: 1rem;
  }
  section > .annotation > ul > li > p {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
  section > .annotation > ul > li > .cardList > li > img {
    width: 40px;
    height: auto;
  }
  .iframe > #optionList {
    width: 96%;
    margin: auto;
    margin-top: 2rem;
  }
  .iframe > #optionList > div {
    width: 100%;
  }
  .iframe > #optionList > div > h4 {
    width: 100%;
    background: #000000;
    color: #ffffff;
    text-align: center;
    font-size: 1.8rem;
    padding: 1rem 0;
  }
  .iframe > #optionList > div > ul {
    list-style: none;
    border: 2px solid #000000;
    padding: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 1rem;
    row-gap: 0.5rem;
    font-size: 1.4rem;
  }
  .iframe > #rankList {
    width: calc(100% - 4rem);
    max-width: 900px;
  }
  .iframe > #rankList > ul {
    list-style: none;
    border: 2px solid #000000;
    max-width: 900px;
    margin: auto;
  }
  .iframe > #rankList > ul > li {
    border-bottom: 1px solid #000000;
    display: flex;
    justify-content: flex-start;
  }
  .iframe > #rankList > ul > li > * {
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .iframe > #rankList > ul > li > *:first-child {
    width: 200px;
    border-bottom: solid 1px #999;
  }
  .iframe > #rankList > ul > li > *:last-child {
    width: calc(100% - 200px);
  }
  .iframe > #rankList > ul > li:last-child,
  .iframe > #rankList > ul > li:last-child * {
    border-bottom: none;
  }
}
@media screen and (min-width: 1025px) {
  section {
    min-width: 1025px;
    max-width: 1680px;
    width: 96%;
    margin: auto;
  }
  section > .information > ul {
    list-style: none;
    max-width: 900px;
    margin-top: 2rem;
  }
  section > .information > ul > li {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  section > div {
    margin-top: 4rem;
  }
  section > div > .listName {
    max-width: 900px;
    margin-bottom: 0.5rem;
    text-align: right;
    font-size: 1.4rem;
  }
  section > div > .priceList {
    list-style: none;
    border: 2px solid #000000;
    max-width: 900px;
  }
  section > div > .priceList > li {
    border-bottom: 1px solid #000000;
    display: flex;
    justify-content: flex-start;
  }
  section > div > .priceList > li > * {
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
  }
  section > div > .priceList > li > *:first-child {
    width: 300px;
    border-bottom: solid 1px #999;
  }
  section > div > .priceList > li > *:last-child {
    width: calc(100% - 200px);
  }
  section > div > .priceList > li:last-child,
  section > div > .priceList > li:last-child * {
    border-bottom: none;
  }
  section > div:first-child {
    margin-top: 2rem;
  }
  section > #optionList {
    max-width: 900px;
    margin: auto;
    margin-top: 2rem;
  }
  section > #optionList > div {
    width: 100%;
  }
  section > #optionList > div > h4 {
    width: 100%;
    background: #000000;
    color: #ffffff;
    text-align: center;
    font-size: 1.6rem;
    padding: 1rem 0;
  }
  section > #optionList > div > ul {
    list-style: none;
    border: 2px solid #000000;
    padding: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 1rem;
    row-gap: 0.5rem;
    font-size: 1.4rem;
  }
  section > #rankList > ul {
    list-style: none;
    border: 2px solid #000000;
    max-width: 900px;
    margin: auto;
  }
  section > #rankList > ul > li {
    border-bottom: 1px solid #000000;
    display: flex;
    justify-content: flex-start;
  }
  section > #rankList > ul > li > * {
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
  }
  section > #rankList > ul > li > *:first-child {
    width: 200px;
    border-bottom: solid 1px #999;
  }
  section > #rankList > ul > li > *:last-child {
    width: calc(100% - 200px);
  }
  section > #rankList > ul > li:last-child,
  section > #rankList > ul > li:last-child * {
    border-bottom: none;
  }
  section > *:last-child {
    margin-bottom: 4rem;
  }
  section > .annotation {
    min-width: 1025px;
    max-width: 1680px;
    width: 96%;
    margin: auto;
    margin-top: 3rem;
  }
  section > .annotation > ul {
    max-width: 900px;
    margin: auto;
    list-style: none;
  }
  section > .annotation > ul > li {
    margin-bottom: 2rem;
  }
  section > .annotation > ul > li > h4 {
    margin-bottom: 1rem;
  }
  section > .annotation > ul > li > p {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
  section > .annotation > ul > li > .cardList > li > img {
    width: 40px;
    height: auto;
  }
  .iframe > #optionList {
    width: calc(100% - 4rem);
    max-width: 900px;
  }
  .iframe > #optionList > div {
    width: 100%;
  }
  .iframe > #optionList > div > h4 {
    width: 100%;
    background: #000000;
    color: #ffffff;
    text-align: center;
    font-size: 1.6rem;
    padding: 1rem 0;
  }
  .iframe > #optionList > div > ul {
    list-style: none;
    border: 2px solid #000000;
    padding: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 1rem;
    row-gap: 0.5rem;
    font-size: 1.4rem;
  }
  .iframe > #rankList {
    width: calc(100% - 4rem);
    max-width: 900px;
  }
  .iframe > #rankList > ul {
    list-style: none;
    border: 2px solid #000000;
    max-width: 900px;
    margin: auto;
  }
  .iframe > #rankList > ul > li {
    border-bottom: 1px solid #000000;
    display: flex;
    justify-content: flex-start;
  }
  .iframe > #rankList > ul > li > * {
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .iframe > #rankList > ul > li > *:first-child {
    width: 200px;
    border-bottom: solid 1px #999;
  }
  .iframe > #rankList > ul > li > *:last-child {
    width: calc(100% - 200px);
  }
  .iframe > #rankList > ul > li:last-child,
  .iframe > #rankList > ul > li:last-child * {
    border-bottom: none;
  }
}
/*# sourceMappingURL=system-index.css.map */