@charset "UTF-8";
/* *********************************************
  Common
********************************************* */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600;800&display=swap");
/* *********************************************
  reset(ress)
********************************************* */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  width: 100%;
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #2b2b2b;
  font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

#wrapper {
  max-width: 768px;
  margin: 0 auto;
}

main {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

h2 {
  display: grid;
  place-items: center;
  padding: 1rem 0;
}
h2.quiz {
  background: -webkit-gradient(linear, left top, right top, from(#96201c), color-stop(#c22f2b), to(#96201c));
  background: linear-gradient(to right, #96201c, #c22f2b, #96201c);
}
h2.osusume {
  background: -webkit-gradient(linear, left top, right top, from(#702f15), color-stop(#b77b1e), to(#702f15));
  background: linear-gradient(to right, #702f15, #b77b1e, #702f15);
}
h2.syougou {
  background: -webkit-gradient(linear, left top, right top, from(#0e217f), color-stop(#0e5ec7), to(#0e217f));
  background: linear-gradient(to right, #0e217f, #0e5ec7, #0e217f);
}
h2.faq {
  display: block;
  padding: 1rem 4%;
  color: #fff;
  font-size: 2rem;
  background: #c1272d;
}
h2 img {
  max-width: 500px;
}

/* *********************************************
  header
********************************************* */
header h1 {
  display: grid;
  place-items: center;
  height: 50px;
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
}
header img {
  display: block;
}

/* *********************************************
  Post
********************************************* */
.post {
  background-image: url("../img/bk_smake.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}
.post section {
  width: 92%;
  margin: 0 auto;
  padding: 1em 0 2.5em;
}
.post section p:not(:first-child) {
  margin-top: 1em;
}
.post section .notice {
  max-width: 500px;
  margin: 2em auto 0;
  padding: 0.5em 0.75em;
  font-size: 1.4rem;
  border: 2px solid #ed1c24;
  background: #fff;
}
.post section .notice p:not(:first-child) {
  margin-top: 0.5em;
}
.post section .notice p span {
  color: #ed1c24;
  font-size: 1.6rem;
}
.post section .link--img {
  display: block;
  max-width: 500px;
  margin: 1em auto 0;
}
.post section .link--text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto 0;
  color: #b52622;
  font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
}

/* *********************************************
  Media Queries
********************************************* */
@media screen and (min-width: 545px) {
  .post {
    font-size: 1.8rem;
  }
  .post section .notice {
    font-size: 1.6rem;
  }
  .post section .notice p span {
    font-size: 1.8rem;
  }
  .post section .link--text {
    font-size: 2rem;
  }
}
/* *********************************************
  Ranking
********************************************* */
.ranking {
  background-image: url("../img/bk_smake.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}
.ranking .ranking__title {
  padding: 2rem 0;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 2px;
}
.ranking section {
  width: 92%;
  margin: 0 auto;
  padding: 1em 0 4em;
}
.ranking section h3 {
  width: 38%;
  max-width: 135px;
  margin: 2em auto 0.5em;
}
.ranking section h3:first-child {
  margin-top: 1.25em;
}
.ranking section ul {
  max-width: 500px;
  margin: 0 auto;
}
.ranking section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-bottom: 4px;
  list-style: none;
}
.ranking section ul li p {
  display: grid;
  place-items: center;
  min-height: 46px;
  padding: 0 0.5em;
  line-height: 1.1;
  background: #fff;
}
.ranking section ul li p.name, .ranking section ul li p.number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  text-align: left;
}
.ranking section ul li p.category {
  width: 30%;
  text-align: center;
}
.ranking section ul.gold .category {
  background: -webkit-gradient(linear, left top, right top, from(#e6ae2b), color-stop(#fee673), to(#e6ae2b));
  background: linear-gradient(to right, #e6ae2b, #fee673, #e6ae2b);
}
.ranking section ul.silver .category {
  background: -webkit-gradient(linear, left top, right top, from(#a4a6b0), color-stop(#fdfdfd), to(#a4a6b0));
  background: linear-gradient(to right, #a4a6b0, #fdfdfd, #a4a6b0);
}
.ranking section ul.bronze .category {
  background: -webkit-gradient(linear, left top, right top, from(#ad4c2f), color-stop(#fdbc7b), to(#ad4c2f));
  background: linear-gradient(to right, #ad4c2f, #fdbc7b, #ad4c2f);
}

/* *********************************************
  Media Queries
********************************************* */
@media screen and (min-width: 545px) {
  .ranking {
    font-size: 1.8rem;
  }
  .ranking .ranking__title {
    font-size: 3rem;
  }
  .ranking section ul li {
    gap: 5px;
    margin-bottom: 5px;
  }
  .ranking section ul li p {
    min-height: 50px;
  }
  .ranking section ul li p.name, .ranking section ul li p.number {
    font-size: 2rem;
  }
}
/* *********************************************
  Titles
********************************************* */
.title {
  padding-bottom: 2em;
  background-image: url("../img/bk_smake.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}
.title section {
  padding: 1.5em 0 1.5em;
}
.title section h4 {
  display: grid;
  place-items: center;
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: 5px;
  background: #fff;
}
.title section ul {
  width: 92%;
  max-width: 500px;
  margin: 0 auto;
}
.title section ul:not(:first-of-type) li:first-child {
  height: 20px;
}
.title section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  list-style: none;
}
.title section ul li p {
  display: grid;
  place-items: center;
  min-height: 46px;
}
.title section ul li p.rank {
  width: 15%;
}
.title section ul li p.rank-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.title section ul li:first-child p {
  letter-spacing: 3px;
  border-bottom: 1px solid #ccc;
}
.title section ul li:not(:first-child) p {
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
}
.title section ul li:not(:first-child) p.rank {
  font-size: 2.4rem;
}
.title section ul li:not(:first-child) p.rank-title {
  font-size: 2rem;
  border-left: none;
}
.title section ul .conditions {
  padding: 0.75em;
  border: 1px solid #ccc;
  border-top: none;
  background: #e6e6e6;
}
.title section ul .conditions h5 {
  font-size: 1.6rem;
  font-weight: 800;
  text-align: center;
}
.title section ul .conditions p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.title section ul .conditions .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title section ul .conditions .table p {
  width: 50%;
  margin: 0.75em 0;
  padding: 0.25em 0;
  text-align: center;
  border: 1px solid #ccc;
  background: #fff;
}
.title section ul .conditions .table p:not(:first-child) {
  border-left: none;
}
.title section.white h4, .title section.white ul li:not(:first-child) p {
  background: #fff;
}
.title section.yellow h4, .title section.yellow ul li:not(:first-child) p {
  background: #f0e878;
}
.title section.red h4, .title section.red ul li:not(:first-child) p {
  color: #fff;
  background: #c93439;
}
.title section.blue h4, .title section.blue ul li:not(:first-child) p {
  color: #fff;
  background: #4169bf;
}
.title section.purple h4, .title section.purple ul li:not(:first-child) p {
  color: #fff;
  background: #662d91;
}

/* *********************************************
  Media Queries
********************************************* */
@media screen and (min-width: 545px) {
  .title {
    font-size: 1.8rem;
  }
  .title section h4 {
    font-size: 3.2rem;
  }
  .title section ul li p {
    min-height: 50px;
  }
  .title section ul li:not(:first-child) p.rank {
    font-size: 2.6rem;
  }
  .title section ul li:not(:first-child) p.rank-title {
    font-size: 2.2rem;
  }
  .title section ul .conditions h5 {
    font-size: 1.8rem;
  }
}
/* *********************************************
  FAQ
********************************************* */
.faq {
  background-image: url("../img/bk_smake.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}
.faq .faq__title {
  display: grid;
  place-items: center;
  margin-bottom: 3%;
  padding: 1rem 0;
  background: #c1272d;
}
.faq .faq__title img {
  max-width: 576px;
}
.faq section {
  width: 92%;
  margin: 0 auto;
  padding: 1em 0 2.5em;
}
.faq section p:not(:first-of-type) {
  margin-top: 1em;
}
.faq section p.notice {
  margin-top: 3rem;
}
.faq section .link--text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0;
  color: #b52622;
  font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
}
.faq section .link--text.mt0 {
  margin-top: 0;
}
.faq section img {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}
.faq section:nth-of-type(4) p:not(:first-of-type) {
  margin-top: 0;
}
.faq section:nth-of-type(4) img:not(:first-of-type) {
  display: block;
  margin-top: 2rem;
}

/* *********************************************
  Media Queries
********************************************* */
@media screen and (min-width: 545px) {
  .faq {
    font-size: 1.8rem;
  }
  .faq h2.faq {
    font-size: 2.2rem;
    text-align: center;
  }
  .faq section .link--text {
    font-size: 2rem;
  }
}
/* *********************************************
  footer
********************************************* */
.link--gm,
.link--index {
  padding-top: 30px;
  text-align: center;
  background: white;
}
.link--gm a,
.link--index a {
  color: #f5a525;
  font-weight: bold;
}

footer {
  padding: 30px 0 15px;
  background: white;
}
footer .logo--gm {
  display: block;
  width: 40%;
  max-width: 200px;
  margin: 0 auto 20px;
}
footer .sns {
  margin: 0 auto 20px;
  text-align: center;
}
footer .sns li {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: 0 20px;
  border-radius: 50%;
}
footer .sns li.sns__icon--fb {
  background: #254887;
}
footer .sns li.sns__icon--x {
  background: #111;
}
footer .link--text {
  margin-bottom: 8px;
  font-size: 1.2rem;
  text-align: center;
}
footer .link--text li {
  display: inline-block;
  margin: 0 0.5em;
}
footer .link--text li a {
  color: #c2b285;
  text-decoration: none;
}
footer .copyright {
  font-size: 1rem;
  text-align: center;
  color: #696869;
}

@media screen and (min-width: 545px) {
  .link--gm {
    padding-top: 40px;
    font-size: 1.8rem;
  }
  footer {
    padding: 40px 0 15px;
  }
}/*# sourceMappingURL=style.css.map */