*, *::before, *::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, address, em, img, strong, sub, sup, b, i, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td, article, figcaption, figure,
footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style-type: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

address {
  font-style: normal;
}

html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

body {
  width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  background: linear-gradient(120deg, rgb(201, 255, 191) 0%, rgb(255, 175, 189) 50%, rgb(213, 222, 231) 100%);
  background-size: 100% 100%;
  position: relative;
}
body:not(.mobile) {
  padding-top: 130px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
}
body.mobile {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100dvh;
}

@keyframes animGradient {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
.kirning {
  letter-spacing: -0.45em;
}

.nakaguro {
  display: inline-block;
  letter-spacing: -0.25em;
  margin-left: -0.25em;
}

header, .contentsbody, footer {
  position: relative;
  z-index: 2;
}

.shadow img {
  opacity: 0.1;
}

.contentsbody .title h1 {
  position: relative;
}
.contentsbody .title h1 span {
  width: 100%;
  display: block;
}
.contentsbody .title h1 span:nth-of-type(1) {
  position: relative;
  z-index: 2;
}
.contentsbody .title h1 span.shadow {
  z-index: 1;
}

.contentsbody .cover p {
  text-align: center;
}
.contentsbody .cover a {
  position: relative;
  margin: 0 auto;
  border-radius: 100px;
  background: #fff;
  border: 3px solid #e60000;
  color: #e60000;
  font-size: 1.8rem;
  box-shadow: rgba(230, 0, 0, 0.1) 5px 5px;
}
.contentsbody .cover a::after {
  content: "";
  width: 14px;
  height: 12px;
  display: block;
  background: url(assets/arrow1.svg) no-repeat center;
  background-size: 14px 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.contentsbody .question {
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
  border: 3px solid #640000;
  position: relative;
}
.contentsbody .question h2 {
  color: #fff;
  background: #640000;
}
.contentsbody .question ul {
  margin: 0 auto;
}
.contentsbody .question li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  background: #009600;
  font-size: 1.8rem;
  position: relative;
  padding: 10px 0;
  line-height: 1.3;
}
.contentsbody .question li a::after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background: url(assets/arrow2.svg) no-repeat center;
  background-size: 14px 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.contentsbody .question li:nth-child(2n) a {
  background: #e60000;
}
.contentsbody .question .keypoint {
  position: relative;
}

.contentsbody .result {
  box-sizing: border-box;
  margin: 0 auto;
}
.contentsbody .result.sengan .recommendedmethod {
  background: #f6e8e8;
  border-color: #bb0611;
}
.contentsbody .result.sengan .recommendedmethod h2 {
  background: #bb0611;
}
.contentsbody .result.sengan .recommendedmethod .exammethod strong {
  color: #bb0611;
}
.contentsbody .result.sengan .recommendedmethod .exammethod span {
  background: #bb0611;
}
.contentsbody .result.sengan .recommendedmethod .attention {
  box-shadow: rgba(100, 0, 0, 0.2) 0 0 2px;
}
.contentsbody .result.sengan .examinationkeypoints dt {
  color: #bb0611;
}
.contentsbody .result.heigan .recommendedmethod {
  background: #eff3eb;
  border-color: #508228;
}
.contentsbody .result.heigan .recommendedmethod h2 {
  background: #508228;
}
.contentsbody .result.heigan .recommendedmethod .exammethod strong {
  color: #508228;
}
.contentsbody .result.heigan .recommendedmethod .exammethod span {
  background: #508228;
}
.contentsbody .result.heigan .recommendedmethod .attention {
  box-shadow: rgba(80, 130, 40, 0.2) 0 0 2px;
}
.contentsbody .result.heigan .examinationkeypoints dt {
  color: #508228;
}
.contentsbody .result .recommendedmethod {
  border-style: solid;
}
.contentsbody .result .recommendedmethod h2 {
  text-align: center;
  color: #fff;
}
.contentsbody .result .recommendedmethod .exammethod strong {
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.3;
}
.contentsbody .result .recommendedmethod .exammethod strong div.new {
  border-radius: 100px;
  background: #009600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-15deg);
}
.contentsbody .result .recommendedmethod .exammethod strong div:not(.new) {
  font-size: 0.6em;
}
.contentsbody .result .recommendedmethod .exammethod span {
  margin: 0 auto;
  text-align: center;
  display: block;
  color: #fff;
}
.contentsbody .result .recommendedmethod .attention {
  background: #fff;
  position: relative;
}
.contentsbody .result .recommendedmethod .attention h3 img {
  width: 100%;
  min-width: 100%;
  height: auto;
  vertical-align: top;
}
.contentsbody .result .recommendedmethod .attention p {
  text-align: center;
  line-height: 1.3;
}
.contentsbody .result .examinationkeypoints {
  background: #fff;
  border-style: solid;
  border-color: #434343;
}
.contentsbody .result .examinationkeypoints h3 {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #999;
}
.contentsbody .result .examinationkeypoints dl {
  width: 100%;
}
.contentsbody .result .examinationkeypoints dl dt {
  margin-bottom: 5px;
}
.contentsbody .result .examinationkeypoints dl dd {
  margin-bottom: 2em;
}
.contentsbody .result .examinationkeypoints .detail {
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #fff;
  color: #000;
  position: relative;
}
.contentsbody .result .examinationkeypoints .detail::after {
  content: "";
  display: block;
  background: url(assets/blank.svg) no-repeat center;
  background-size: 18px 13.2px;
  width: 18px;
  height: 13.2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

a.back, a.home, a.guidance {
  border-radius: 100px;
}

a.back {
  position: relative;
  justify-content: flex-start;
  align-items: center;
  width: 75px;
  height: 30px;
  padding: 5px;
  background: #fa3c5a;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 4px 4px;
}
a.back .arrow {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.home, a.guidance {
  position: relative;
  background: #fff;
  border-style: solid;
  margin: 0 auto 15px auto;
  box-shadow: rgba(0, 0, 0, 0.1) 4px 4px;
}

a.home {
  color: #008200;
  border-color: #008200;
  margin-top: 50px;
}

a.guidance {
  color: #000;
  border-color: #000;
}
a.guidance::after {
  content: "";
  display: block;
  background: url(assets/blank.svg) no-repeat center;
  background-size: 18px 13.2px;
  width: 18px;
  height: 13.2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

a.lastchance {
  position: relative;
  background: #fff;
  border-color: #fa3c5a;
  border-style: solid;
  color: #fa3c5a;
}
a.lastchance .check {
  border-radius: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5515f;
  position: absolute;
  color: #fff;
  transform-origin: center;
  transform: rotate(-20deg);
}
a.lastchance::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
  background: url(assets/arrow2.svg) no-repeat center #fa3c5a;
}

body:not(.mobile) .sp {
  display: none;
}
body:not(.mobile) header {
  width: 100%;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5;
}
body:not(.mobile) header .logo {
  width: 186px;
  height: 50px;
}
body:not(.mobile) header .logo img {
  width: 100%;
  min-width: 100%;
  height: auto;
  vertical-align: top;
}
body:not(.mobile) header .titlepc {
  width: 612px;
  height: 44px;
}
body:not(.mobile) header .titlepc img {
  width: 100%;
  min-width: 100%;
  height: auto;
  vertical-align: top;
}
body:not(.mobile) .contentsbody {
  margin: 0 auto auto auto;
  width: 800px;
}
body:not(.mobile) .contentsbody .title {
  margin-top: 150px;
}
body:not(.mobile) .contentsbody .title h1 {
  width: 600px;
  margin: 0 auto;
}
body:not(.mobile) .contentsbody .title h1 span.shadow {
  position: absolute;
  top: 8px;
  left: 8px;
}
body:not(.mobile) .contentsbody .cover h1 {
  width: 600px;
  margin: 0 auto;
}
body:not(.mobile) .contentsbody .cover h1 span.shadow {
  position: absolute;
  top: 8px;
  left: 8px;
}
body:not(.mobile) .contentsbody .cover p {
  margin: 80px auto;
  font-size: 2.4rem;
  line-height: 1.7;
}
body:not(.mobile) .contentsbody .cover a {
  width: 300px;
  height: 60px;
  border-width: 3px;
  font-size: 1.8rem;
}
body:not(.mobile) .contentsbody .cover a::after {
  right: 20px;
}
body:not(.mobile) .contentsbody .question {
  margin-top: 150px;
  width: 100%;
  border-radius: 20px;
  border-width: 6px;
  box-shadow: #640000 6px 6px;
  padding: 0 0 20px 0;
}
body:not(.mobile) .contentsbody .question h2 {
  font-size: 2.4rem;
  width: 120px;
  height: 60px;
  border-radius: 7px 0px 40px 0px;
  padding: 15px 0 0 24px;
  margin: 0;
}
body:not(.mobile) .contentsbody .question p {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 30px;
}
body:not(.mobile) .contentsbody .question ul {
  width: 748px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body:not(.mobile) .contentsbody .question ul li {
  width: 364px;
  min-height: 50px;
  margin-bottom: 25px;
}
body:not(.mobile) .contentsbody .question ul li:nth-child(2n) {
  margin-left: 20px;
}
body:not(.mobile) .contentsbody .question ul li a {
  font-size: 2.1rem;
}
body:not(.mobile) .contentsbody .question ul li a::after {
  right: 20px;
}
body:not(.mobile) .contentsbody .question .keypoint {
  width: 748px;
  margin: 0 auto;
  color: #fff;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body:not(.mobile) .contentsbody .question .keypoint h3 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 110px;
  color: #e60000;
  font-size: 1.8rem;
  margin: 0px 0 5px 0;
  padding: 0px;
}
body:not(.mobile) .contentsbody .question .keypoint h3 span {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
body:not(.mobile) .contentsbody .question .keypoint h3 span img {
  width: 100%;
  min-width: 100%;
  height: auto;
  vertical-align: top;
}
body:not(.mobile) .contentsbody .question .keypoint p {
  padding: 0px;
  margin: 0px;
  width: 558px;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: left;
  transform: rotate(0.04deg);
}
body:not(.mobile) .contentsbody .result {
  margin-top: 50px;
  width: 100%;
}
body:not(.mobile) .contentsbody .result.sengan .recommendedmethod {
  box-shadow: #bb0611 4px 4px;
}
body:not(.mobile) .contentsbody .result.heigan .recommendedmethod {
  box-shadow: #508228 4px 4px;
}
body:not(.mobile) .contentsbody .result .recommendedmethod {
  border-width: 4px;
  border-radius: 20px;
  margin-bottom: 40px;
}
body:not(.mobile) .contentsbody .result .recommendedmethod h2 {
  line-height: 1;
  font-size: 2.4rem;
  height: 46px;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body:not(.mobile) .contentsbody .result .recommendedmethod .exammethod {
  padding: 30px;
}
body:not(.mobile) .contentsbody .result .recommendedmethod .exammethod strong {
  font-size: 4.2rem;
}
body:not(.mobile) .contentsbody .result .recommendedmethod .exammethod strong .new {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-6em, -50%) rotate(-15deg);
  width: 80px;
  height: 80px;
  font-size: 2.4rem;
}
body:not(.mobile) .contentsbody .result .recommendedmethod .exammethod span {
  width: 100px;
  height: 40px;
  font-size: 2.1rem;
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
body:not(.mobile) .contentsbody .result .recommendedmethod .attention {
  width: 748px;
  border-radius: 10px;
  margin: 0px auto 20px auto;
  padding: 25px;
}
body:not(.mobile) .contentsbody .result .recommendedmethod .attention h3 {
  width: 102px;
  height: 53px;
  position: absolute;
  top: -19px;
  left: 20px;
}
body:not(.mobile) .contentsbody .result .recommendedmethod .attention p {
  font-size: 2.1rem;
}
body:not(.mobile) .contentsbody .result .examinationkeypoints {
  box-shadow: #434343 3px 3px;
  border-width: 3px;
  border-radius: 20px;
  padding: 30px;
}
body:not(.mobile) .contentsbody .result .examinationkeypoints h3 {
  width: 100%;
  font-size: 2.1rem;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
body:not(.mobile) .contentsbody .result .examinationkeypoints dt {
  font-size: 1.8rem;
}
body:not(.mobile) .contentsbody .result .examinationkeypoints dd {
  font-size: 1.5rem;
  line-height: 1.5;
}
body:not(.mobile) .contentsbody .result .examinationkeypoints .detail {
  width: 250px;
  height: 40px;
  border: 2px solid #000;
  font-size: 1.3rem;
}
body:not(.mobile) .contentsbody .result .examinationkeypoints .detail::after {
  right: 20px;
}
body:not(.mobile) a, body:not(.mobile) .lastchance {
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: center;
}
body:not(.mobile) a:link, body:not(.mobile) a:visited, body:not(.mobile) .lastchance:link, body:not(.mobile) .lastchance:visited {
  transform: scale(1);
}
body:not(.mobile) a:hover, body:not(.mobile) a:active, body:not(.mobile) .lastchance:hover, body:not(.mobile) .lastchance:active {
  transform: scale(1.05);
}
body:not(.mobile) a.back {
  margin-top: 20px;
}
body:not(.mobile) a.home, body:not(.mobile) a.guidance {
  width: 400px;
  height: 60px;
  border-width: 3px;
  font-size: 1.8rem;
}
body:not(.mobile) a.guidance::after {
  right: 20px;
}
body:not(.mobile) a.lastchance {
  width: 500px;
  height: 100px;
  margin: 80px auto;
  border-width: 3px;
  border-radius: 18px;
  box-shadow: #fa3c5a 3px 3px;
  font-size: 2.4rem;
}
body:not(.mobile) a.lastchance .check {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  border-radius: 999px;
  font-size: 1.8rem;
}
body:not(.mobile) a.lastchance::after {
  width: 32px;
  height: 32px;
  background-size: 14px 14px;
  right: 20px;
}
body:not(.mobile) footer {
  font-size: 1.5rem;
  padding: 40px 0;
}
body:not(.mobile) .loop {
  height: 100vh;
  background: url(assets/loop-pc.png) repeat center;
  background-size: 1480px 1368px;
  animation: looppc 40s cubic-bezier(0, 0, 1, 1) infinite;
}
@keyframes looppc {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -1480px 1368px;
  }
}
body:not(.mobile) .titlepc {
  display: none;
}

body.mobile .pc {
  display: none;
}
body.mobile header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 20px;
  z-index: 5;
}
body.mobile header .logo {
  width: 80px;
}
body.mobile header .logo img {
  width: 100%;
  min-width: 100%;
  height: auto;
  vertical-align: top;
}
body.mobile header .titlepc {
  display: none;
}
body.mobile .contentsbody {
  margin-bottom: auto;
  width: 100%;
}
body.mobile .contentsbody .title {
  width: 88%;
  margin: 19% auto 20px auto;
}
body.mobile .contentsbody .title img {
  width: 100%;
  min-width: 100%;
  height: auto;
  vertical-align: top;
}
body.mobile .contentsbody .title h1 span.shadow {
  position: absolute;
  top: 5px;
  left: 5px;
}
body.mobile .contentsbody .cover {
  width: 88%;
  margin: 0 auto;
}
body.mobile .contentsbody .cover p {
  margin: 40px 0 50px 0;
  line-height: 1.67;
  font-size: 2rem;
}
body.mobile .contentsbody .cover a {
  width: 200px;
  height: 55px;
  position: relative;
}
body.mobile .contentsbody .cover a::after {
  right: 15px;
}
body.mobile .contentsbody .question {
  width: 88%;
  border-radius: 10px;
  box-shadow: #640000 3px 3px;
}
body.mobile .contentsbody .question h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  width: 24%;
  border-radius: 7px 0px 20px 0px;
  padding: 6px 0 10px 0;
  margin-bottom: 20px;
}
body.mobile .contentsbody .question p {
  text-align: center;
  font-size: 2.1rem;
  margin-bottom: 15px;
}
body.mobile .contentsbody .question ul {
  width: 92%;
}
body.mobile .contentsbody .question ul li {
  width: 100%;
  margin-bottom: 15px;
}
body.mobile .contentsbody .question ul li a {
  width: 100%;
}
body.mobile .contentsbody .question ul li a::after {
  right: 10px;
}
body.mobile .contentsbody .question ul li:nth-child(2n) a {
  background: #e60000;
}
body.mobile .contentsbody .question .keypoint {
  width: 92%;
  margin: 25px auto 0 auto;
}
body.mobile .contentsbody .question .keypoint h3 {
  font-size: 1.6rem;
  line-height: 1em;
  margin-bottom: 8px;
  vertical-align: bottom;
  color: #e60000;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
body.mobile .contentsbody .question .keypoint h3 span {
  display: block;
  width: 20px;
  margin-right: 3px;
}
body.mobile .contentsbody .question .keypoint h3 span img {
  width: 100%;
  min-width: 100%;
  height: auto;
  vertical-align: top;
}
body.mobile .contentsbody .question .keypoint p {
  font-size: 1.3rem;
  text-align: left;
  color: #000;
  line-height: 1.4;
}
body.mobile .contentsbody .result {
  width: 88%;
}
body.mobile .contentsbody .result.sengan .recommendedmethod {
  box-shadow: #bb0611 3px 3px;
}
body.mobile .contentsbody .result.heigan .recommendedmethod {
  box-shadow: #508228 3px 3px;
}
body.mobile .contentsbody .result .recommendedmethod {
  border-width: 3px;
  border-radius: 10px;
  margin-bottom: 30px;
}
body.mobile .contentsbody .result .recommendedmethod h2 {
  font-size: 2rem;
  padding: 10px 0;
  border-radius: 6px 6px 0 0;
  letter-spacing: -0.01em;
}
body.mobile .contentsbody .result .recommendedmethod .exammethod {
  padding: 10px;
}
body.mobile .contentsbody .result .recommendedmethod .exammethod strong {
  margin-top: 10px;
  font-size: 3rem;
}
body.mobile .contentsbody .result .recommendedmethod .exammethod strong .new {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-5.5em, -50%) rotate(-20deg);
  width: 60px;
  height: 60px;
  font-size: 1.8rem;
}
body.mobile .contentsbody .result .recommendedmethod .exammethod span {
  width: 30%;
  font-size: 1.3rem;
  padding: 5px 0;
}
body.mobile .contentsbody .result .recommendedmethod .attention {
  width: 92%;
  margin: 20px auto 15px auto;
  border-radius: 5px;
  padding: 20px 15px 15px 15px;
}
body.mobile .contentsbody .result .recommendedmethod .attention h3 {
  width: 74px;
  height: 31.5px;
  position: absolute;
  top: -14px;
  left: 10px;
}
body.mobile .contentsbody .result .recommendedmethod .attention p {
  font-size: 1.5rem;
}
body.mobile .contentsbody .result .examinationkeypoints {
  box-shadow: #434343 2px 2px;
  border-width: 2px;
  border-radius: 10px;
  padding: 15px;
}
body.mobile .contentsbody .result .examinationkeypoints h3 {
  font-size: 1.7rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
body.mobile .contentsbody .result .examinationkeypoints dt {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
body.mobile .contentsbody .result .examinationkeypoints dd {
  font-size: 1.2rem;
  line-height: 1.38;
}
body.mobile .contentsbody .result .examinationkeypoints .detail {
  font-size: 1.1rem;
  width: 50%;
  height: 30px;
  border: 1px solid #000;
}
body.mobile .contentsbody .result .examinationkeypoints .detail::after {
  background-size: 12px 8.8px;
  width: 12px;
  height: 8.8px;
  right: 10px;
}
body.mobile a.back {
  margin: 20px 0 0 6%;
}
body.mobile a.home, body.mobile a.guidance {
  width: 80%;
  height: 40px;
  border-width: 2px;
}
body.mobile a.guidance::after {
  right: 10px;
}
body.mobile a.lastchance {
  width: 80%;
  height: 60px;
  margin: 50px auto 0 auto;
  border-width: 2px;
  border-radius: 9px;
  box-shadow: #fa3c5a 2px 2px;
  font-size: 1.8rem;
}
body.mobile a.lastchance .check {
  width: 50px;
  height: 50px;
  font-size: 1.2rem;
  top: -15px;
  left: -15px;
}
body.mobile a.lastchance::after {
  width: 18px;
  height: 18px;
  background-size: 8px 8px;
  right: 20px;
}
body.mobile footer {
  font-size: 1rem;
  padding: 20px 0;
}
body.mobile .loop {
  height: 100dvh;
  background: url(assets/loop-sp.png) repeat center;
  background-size: 375px 667px;
  animation: loopsp 30s cubic-bezier(0, 0, 1, 1) infinite;
}
@keyframes loopsp {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -750px 667px;
  }
}

footer {
  font-family: sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  text-align: center;
}

.loop {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
}

.curtain {
  z-index: 100;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
}

.question {
  display: none;
}

.result {
  display: none;
}

a.back {
  display: none;
}

a.lastchance {
  display: none;
}

a.home {
  display: none;
}

a.guidance {
  display: none;
}
