@charset "UTF-8";
*,
:before,
:after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
}
html {
  line-height: 1.5;
  color: #333;
  scroll-behavior: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}
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-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body {
  background-color: #011b1a;
  color: #2d2d2d;
}
html,
body {
  font-family: dnp-shuei-nmincho-std, sans-serif;
}
.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}
.l-main {
  width: 100%;
  height: 100%;
  background-color: #011b1a;
  position: relative;
  z-index: 0;
}
.l-content {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.l-container {
  max-width: 500px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.l-fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  height: 100vh;
  background-image: url(../../images/mistery/zarazara-bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.l-fixed-bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: radial-gradient(47.76% 47.76% at 50% 50%, #2d7884, #184444);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-phase {
  display: none;
  padding-top: 40px;
  padding-bottom: 40px;
}
.l-answer-modal {
  display: none;
}
.l-answer-modal.--active {
  display: block;
}
.l-fixed-typo-bg {
  background-color: #1b1a1a;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
.l-fixed-typo-bg .l-fixed-typo-bg__img {
  background-image: url(../../images/mistery/bg-typo.png);
  background-repeat: repeat;
  background-size: auto;
  background-size: 800px;
  mix-blend-mode: screen;
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-quiz .c-quiz__video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  aspect-ratio: 16/9;
}
.c-quiz .c-quiz__video-wrapper .c-quiz__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 100%;
  margin: auto;
  padding: 24px 17px;
  object-fit: contain;
}
.c-quiz .c-quiz__video-wrapper .c-quiz__video-frame,
.c-quiz .c-quiz__video-wrapper .c-quiz__video-frame img {
  width: 100%;
  height: 100%;
}
.c-quiz .c-quiz__question {
  width: 100%;
  height: 100%;
  padding: 60px 0 117px;
  position: relative;
}
@media screen and (max-width: 499px) {
  .c-quiz .c-quiz__question {
    padding: 22vw 0;
  }
}
.c-quiz .c-quiz__question .c-quiz__question__bg-top,
.c-quiz .c-quiz__question .c-quiz__question__bg-bottom {
  position: absolute;
  left: 0;
  width: 100%;
}
.c-quiz .c-quiz__question .c-quiz__question__bg-top .c-quiz__question__bg-img,
.c-quiz .c-quiz__question .c-quiz__question__bg-bottom .c-quiz__question__bg-img {
  height: auto;
  object-fit: contain;
  width: 100%;
}
.c-quiz .c-quiz__question .c-quiz__question__bg-top {
  top: 0;
}
.c-quiz .c-quiz__question .c-quiz__question__bg-bottom {
  bottom: 0;
}
.c-quiz .c-quiz__question .c-quiz__question__inner {
  background-image: url(../../images/mistery/content-frame-middle-pixel.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: repeat;
  padding: 0 64px;
}
@media screen and (max-width: 499px) {
  .c-quiz .c-quiz__question .c-quiz__question__inner {
    padding: 0 32px;
  }
}
.c-quiz .c-quiz__question .c-quiz__question__inner .c-quiz__top-img-wrapper {
  max-width: 150px;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
.c-quiz .c-quiz__question .c-quiz__question__inner .c-quiz__top-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-quiz .c-quiz__question .c-quiz__question__inner .c-quiz__top-text-wrapper .c-quiz__top-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  color: #fffc;
}
.c-quiz .c-quiz__question .c-quiz__question__inner .c-quiz__question-img-wrapper {
  width: 100%;
  height: 100%;
  margin-top: 40px;
}
.c-quiz .c-quiz__question .c-quiz__question__inner .c-quiz__question-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-quiz .c-quiz__question .c-quiz__question__inner .c-quiz__question-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  text-align: center;
  color: #fff;
  margin-top: 40px;
}
@media screen and (max-width: 499px) {
  .c-quiz .c-quiz__question .c-quiz__question__inner .c-quiz__question-text {
    font-size: 14px;
    line-height: 1.4;
  }
}
.c-quiz .c-quiz__question .c-quiz__question__inner .c-quiz__answer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}
.c-quiz .c-quiz__question .c-quiz__question__inner .c-quiz__answer-wrapper .c-quiz__answer {
  width: 100%;
  height: 100%;
  padding: 16px 0;
  text-align: center;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  letter-spacing: 0.4em;
  background-image: url(../../images/mistery/input-frame.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.c-quiz .c-quiz__question .c-quiz__question__inner .c-quiz__answer-wrapper .c-quiz__answer-btn {
  width: 100%;
  padding: 16px 0;
  border: 1px solid #fff;
  text-align: center;
  font-family: vdl-gothicmincho, sans-serif;
  background-color: #682a33;
  color: #fff;
  position: relative;
}
.c-quiz .c-quiz__question .c-quiz__question__inner .c-quiz__answer-wrapper .c-quiz__answer-btn img {
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  width: 32px;
  height: 3px;
}
.c-restaurant-introduction {
  width: 100%;
  height: 100%;
  padding: 60px 0 117px;
  position: relative;
}
@media screen and (max-width: 499px) {
  .c-restaurant-introduction {
    padding: 22vw 0;
  }
}
.c-restaurant-introduction .c-restaurant-introduction__bg-top,
.c-restaurant-introduction .c-restaurant-introduction__bg-bottom {
  width: 100%;
  position: absolute;
  left: 0;
}
.c-restaurant-introduction .c-restaurant-introduction__bg-top .c-restaurant-introduction__bg-img,
.c-restaurant-introduction
  .c-restaurant-introduction__bg-bottom
  .c-restaurant-introduction__bg-img {
  height: auto;
  object-fit: contain;
  width: 100%;
}
.c-restaurant-introduction .c-restaurant-introduction__bg-top {
  top: 0;
}
.c-restaurant-introduction .c-restaurant-introduction__bg-bottom {
  bottom: 0;
}
.c-restaurant-introduction .c-restaurant-introduction__inner {
  background-image: url(../../images/mistery/content-frame-middle-pixel.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: repeat;
  padding: 0 64px;
}
@media screen and (max-width: 499px) {
  .c-restaurant-introduction .c-restaurant-introduction__inner {
    padding: 0 32px;
  }
}
.c-restaurant-introduction .c-restaurant-introduction__top-img-wrapper {
  max-width: 150px;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
.c-restaurant-introduction .c-restaurant-introduction__top-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-restaurant-introduction .c-restaurant-introduction__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  color: #fffc;
  margin-top: 40px;
}
.c-restaurant-introduction .c-restaurant-introduction__map {
  width: 100%;
  margin-top: 80px;
}
.c-restaurant-introduction
  .c-restaurant-introduction__map
  .c-restaurant-introduction__title-decoration {
  width: 60px;
  height: 100%;
  margin: 0 auto;
}
.c-restaurant-introduction
  .c-restaurant-introduction__map
  .c-restaurant-introduction__title-decoration
  img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.c-restaurant-introduction .c-restaurant-introduction__map .c-restaurant-introduction__title {
  font-size: 28px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  font-family: vdl-gothicmincho, sans-serif;
  color: #fff;
}
.c-restaurant-introduction .c-restaurant-introduction__map .c-restaurant-introduction__img-wrapper {
  width: 100%;
  margin-top: 40px;
}
.c-restaurant-introduction
  .c-restaurant-introduction__map
  .c-restaurant-introduction__img-wrapper
  .c-restaurant-introduction__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-restaurant-introduction .c-restaurant-introduction__restaurant-list {
  margin-top: 53px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-restaurant-introduction
  .c-restaurant-introduction__restaurant-list
  .c-restaurant-introduction__restaurant-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.c-restaurant-introduction
  .c-restaurant-introduction__restaurant-list
  .c-restaurant-introduction__restaurant-item
  .c-restaurant-introduction__restaurant-img-wrapper {
  max-width: 110px;
  width: 100%;
  aspect-ratio: 1/1;
}
.c-restaurant-introduction
  .c-restaurant-introduction__restaurant-list
  .c-restaurant-introduction__restaurant-item
  .c-restaurant-introduction__restaurant-img-wrapper
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-restaurant-introduction
  .c-restaurant-introduction__restaurant-list
  .c-restaurant-introduction__restaurant-item
  .c-restaurant-introduction__restaurant-text-wrapper {
  width: 100%;
}
.c-restaurant-introduction
  .c-restaurant-introduction__restaurant-list
  .c-restaurant-introduction__restaurant-item
  .c-restaurant-introduction__restaurant-text-wrapper
  .c-restaurant-introduction__restaurant-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  color: #fffc;
}
.c-restaurant-introduction
  .c-restaurant-introduction__restaurant-list
  .c-restaurant-introduction__restaurant-item
  .c-restaurant-introduction__restaurant-text-wrapper
  .c-restaurant-introduction__restaurant-link {
  display: block;
  max-width: 140px;
  width: 100%;
  margin-top: 11px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  color: #fffc;
  position: relative;
  opacity: 0.6;
  text-decoration: none;
}
.c-restaurant-introduction
  .c-restaurant-introduction__restaurant-list
  .c-restaurant-introduction__restaurant-item
  .c-restaurant-introduction__restaurant-text-wrapper
  .c-restaurant-introduction__restaurant-link:hover {
  text-decoration: none;
  filter: brightness(0.9);
}
.c-restaurant-introduction
  .c-restaurant-introduction__restaurant-list
  .c-restaurant-introduction__restaurant-item
  .c-restaurant-introduction__restaurant-text-wrapper
  .c-restaurant-introduction__restaurant-link
  img {
  width: 32px;
  height: 3px;
  object-fit: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c-restaurant-introduction .c-restaurant-introduction__bottom-text {
  font-size: 14px;
  font-weight: 400;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  line-height: 2;
  text-align: center;
  color: #fffc;
  margin-top: 80px;
}
.c-restaurant-introduction .c-restaurant-introduction__btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 60px;
}
.c-restaurant-introduction
  .c-restaurant-introduction__btn-wrapper
  .c-restaurant-introduction__link {
  width: 100%;
  padding: 16px 0;
  border: 1px solid #fff;
  background-color: #2b6646;
  color: #fff;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  text-align: center;
  position: relative;
}
.c-restaurant-introduction
  .c-restaurant-introduction__btn-wrapper
  .c-restaurant-introduction__link
  img {
  width: 32px;
  height: 3px;
  object-fit: cover;
  position: absolute;
  top: 50%;
  right: 20px;
}
.c-answer-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  background-color: #000c;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.c-answer-modal .c-answer-modal__img-wrapper {
  width: 100%;
  padding: 17px;
  max-width: 320px;
}
.c-answer-modal .c-answer-modal__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation-name: answerIllustAnimation;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-delay: 0.4s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.c-answer-modal .c-answer-modal__btn {
  max-width: 320px;
  animation-name: answerButtonAnimation;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.c-about {
  width: 100%;
  height: 100%;
}
.c-about .c-about__video-wrapper {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.c-about .c-about__video-wrapper .c-about__video-frame,
.c-about .c-about__video-wrapper .c-about__video-frame img {
  width: 100%;
  height: 100%;
}
.c-about .c-about__video-wrapper .c-about__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px 17px;
  object-fit: cover;
}
.c-about .c-about__content {
  width: 100%;
  height: 100%;
  padding: 60px 0 117px;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 499px) {
  .c-about .c-about__content {
    padding: 22vw 0;
  }
}
.c-about .c-about__content .c-about__content-bg-top,
.c-about .c-about__content .c-about__content-bg-bottom {
  position: absolute;
  left: 0;
  width: 100%;
}
.c-about .c-about__content .c-about__content-bg-top .c-about__content-bg-img,
.c-about .c-about__content .c-about__content-bg-bottom .c-about__content-bg-img {
  height: auto;
  object-fit: contain;
  width: 100%;
}
.c-about .c-about__content .c-about__content-bg-top {
  top: 0;
}
.c-about .c-about__content .c-about__content-bg-bottom {
  bottom: 0;
}
.c-about .c-about__content .c-about__content-inner {
  background-image: url(../../images/mistery/content-frame-middle-pixel.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: repeat;
  padding: 0 64px;
}
@media screen and (max-width: 499px) {
  .c-about .c-about__content .c-about__content-inner {
    padding: 0 32px;
  }
}
.c-about .c-about__content .c-about__top-img-wrapper {
  max-width: 150px;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
.c-about .c-about__content .c-about__top-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-about .c-about__content .c-about__text {
  font-size: 14px;
  font-weight: 400;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  line-height: 2;
  color: #fffc;
}
.c-about .c-about__content .c-about__img-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #eaeaea;
  margin-top: 40px;
}
.c-about .c-about__content .c-about__img-wrapper .c-about__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-about .c-about__content .c-about__bottom-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  color: #fffc;
}
.c-about .c-about__content .c-about__btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-about .c-about__content .c-about__btn-wrapper .c-about__btn {
  width: 100%;
  padding: 16px 0;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  position: relative;
}
.c-about .c-about__content .c-about__btn-wrapper .c-about__btn img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.c-about .c-about__content .c-about__btn-wrapper .c-about__btn.next {
  background-color: #2a3166;
}
.c-about .c-about__content .c-about__btn-wrapper .c-about__btn.restaurant {
  background-color: #2b6646;
}
.c-finish {
  width: 100%;
  height: 100%;
}
.c-finish .c-finish__img-wrapper {
  width: 100%;
}
.c-finish .c-finish__img-wrapper .c-finish__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-finish .c-finish__content {
  width: 100%;
  height: 100%;
  padding: 80px 0 117px;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 499px) {
  .c-finish .c-finish__content {
    padding: 22vw 0;
  }
}
.c-finish .c-finish__content .c-finish__content-bg-top,
.c-finish .c-finish__content .c-finish__content-bg-bottom {
  position: absolute;
  left: 0;
  width: 100%;
}
.c-finish .c-finish__content .c-finish__content-bg-top .c-finish__content-bg-img,
.c-finish .c-finish__content .c-finish__content-bg-bottom .c-finish__content-bg-img {
  height: auto;
  object-fit: contain;
  width: 100%;
}
.c-finish .c-finish__content .c-finish__content-bg-top {
  top: 0;
}
.c-finish .c-finish__content .c-finish__content-bg-bottom {
  bottom: 0;
}
.c-finish .c-finish__content .c-finish__content-inner {
  background-image: url(../../images/mistery/content-frame-middle-pixel.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: repeat;
  padding: 0 64px;
}
@media screen and (max-width: 499px) {
  .c-finish .c-finish__content .c-finish__content-inner {
    padding: 0 32px;
  }
}
.c-finish .c-finish__content .c-finish__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  color: #fffc;
}
.c-finish .c-finish__content .c-finish__btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.c-finish .c-finish__content .c-finish__btn-wrapper .c-finish__btn {
  width: 100%;
  padding: 16px 0;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  position: relative;
}
.c-finish .c-finish__content .c-finish__btn-wrapper .c-finish__btn img {
  width: 32px;
  height: 3px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.c-finish .c-finish__content .c-finish__btn-wrapper .c-finish__btn.green {
  background-color: #2b6646;
}
.c-finish .c-finish__content .c-finish__btn-wrapper .c-finish__btn.blue {
  background-color: #2a3166;
}
.c-answer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  height: 100vh;
  background-color: #000c;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  justify-content: center;
  align-items: center;
}
.c-answer .c-answer__img-wrapper {
  width: 100%;
  padding: 17px;
  max-width: 320px;
}
.c-answer .c-answer__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation-name: answerIllustAnimation;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-delay: 0.4s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.c-answer .c-answer__btn {
  width: 100%;
  max-width: 320px;
  padding: 16px 0;
  background-color: #2a3166;
  text-align: center;
  font-family: vdl-gothicmincho, sans-serif;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  animation-name: answerButtonAnimation;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.c-answer .c-answer__btn img {
  width: 32px;
  height: 3px;
  object-fit: cover;
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
}
@keyframes answerIllustAnimation {
  0% {
    scale: 0;
  }
  to {
    scale: 1;
  }
}
@keyframes answerButtonAnimation {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.c-top-fv {
  padding: 80px 0 0;
  max-width: 500px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-top-fv {
    padding: 64px 0 0;
  }
}
.c-top-fv .c-top-fv__title-img-wrapper {
  width: calc(100% + 200px);
  position: relative;
  left: -100px;
}
@media screen and (max-width: 767px) {
  .c-top-fv .c-top-fv__title-img-wrapper {
    left: unset;
    width: 100%;
  }
}
.c-top-fv .c-top-fv__title-img-wrapper .c-top-fv__title-img {
  height: auto;
  object-fit: contain;
  width: 100%;
}
.c-top-fv .c-top-fv__illust-img-wrapper {
  width: 100%;
  margin-top: 20px;
  position: relative;
  opacity: 0.8;
}
.c-top-fv .c-top-fv__illust-img-wrapper .c-top-fv__illust-img {
  height: auto;
  width: 100%;
}
.c-top-intro {
  padding: 100px 0 80px;
}
.c-top-intro .c-top-intro__text {
  font-size: 16px;
  line-height: 200%;
  text-align: center;
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 767px) {
  .c-top-intro .c-top-intro__text {
    font-size: 14px;
  }
}
.c-top-info-content {
  padding: 60px 0;
}
.c-top-info-content .c-top-info-content__items {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.c-top-info-content .c-top-info-content__items .c-top-info-content__item {
  width: 100%;
}
.c-top-info-content
  .c-top-info-content__items
  .c-top-info-content__item
  .c-top-info-content__item-head {
  align-items: center;
  display: flex;
  gap: 20px;
  width: 100%;
}
.c-top-info-content
  .c-top-info-content__items
  .c-top-info-content__item
  .c-top-info-content__item-head
  .c-top-info-content__item-head-img-wrapper {
  width: 36px;
  flex-shrink: 0;
}
.c-top-info-content
  .c-top-info-content__items
  .c-top-info-content__item
  .c-top-info-content__item-head
  .c-top-info-content__item-head-img-wrapper
  .c-top-info-content__item-head-img {
  height: auto;
  object-fit: contain;
  width: 100%;
}
.c-top-info-content
  .c-top-info-content__items
  .c-top-info-content__item
  .c-top-info-content__item-head
  .c-top-info-content__item-head-title {
  color: #fff;
  font-size: 20px;
  opacity: 0.8;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-top-info-content
    .c-top-info-content__items
    .c-top-info-content__item
    .c-top-info-content__item-head
    .c-top-info-content__item-head-title {
    font-size: 18px;
  }
}
.c-top-info-content
  .c-top-info-content__items
  .c-top-info-content__item
  .c-top-info-content__item-body {
  padding-left: 60px;
  margin-top: 16px;
}
.c-top-info-content
  .c-top-info-content__items
  .c-top-info-content__item
  .c-top-info-content__item-body
  .c-top-info-content__item-body-text {
  color: #fff;
  opacity: 0.6;
  letter-spacing: 0.15em;
  font-size: 14px;
}
.c-top-info-content .c-top-info-content__items .c-top-info-content__item .c-top-info-content__item-body .c-top-info-content__item-body-link{color:#fff;opacity:.6;letter-spacing:.15em;text-decoration:underline;font-size:14px}
.c-top-cta {
  margin-top: 60px;
  padding: 0;
  position: relative;
  width: 100%;
}
.c-top-cta .c-top-cta__bg-img-wrapper {
  position: relative;
  mix-blend-mode: multiply;
  transform: translateZ(0);
  width: 100%;
}
.c-top-cta .c-top-cta__bg-img-wrapper .c-top-fv__title-img {
  height: auto;
  object-fit: contain;
  width: 100%;
}
.c-top-cta .c-top-cta__content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  top: 0;
  padding: 0 40px;
}
@media screen and (max-width: 499px) {
  .c-top-cta .c-top-cta__content {
    padding: 0 24px;
    gap: 24px;
  }
}
.c-top-cta .c-top-cta__content .c-top-cta__content-img-wrapper {
  height: auto;
  margin-top: 20px;
  width: 100%;
}
.c-top-cta .c-top-cta__content .c-top-cta__content-img-wrapper .c-top-cta__content-img {
  height: auto;
  object-fit: contain;
  width: 100%;
}
.c-top-cta .c-top-cta__content .c-top-cta__content-button {
  max-width: 320px;
}
.c-footer {
  background-color: #011b1a;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 500px;
  margin: auto;
  padding: 60px 24px;
  position: relative;
  z-index: 1;
}
.c-footer .c-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.c-footer .c-footer__links .c-footer__link {
  color: #fff;
  font-size: 14px;
  opacity: 0.8;
  text-decoration: none;
  cursor: pointer;
}
.c-footer .c-footer__links .c-footer__link:hover {
  text-decoration: underline;
}
.c-footer .c-footer__copy {
  color: #fff;
  font-size: 12px;
  opacity: 0.4;
  text-align: center;
}
.c-decoration-title .c-decoration-title__decoration {
  height: 100%;
  margin: 0 auto;
  width: 80px;
}
.c-decoration-title .c-decoration-title__decoration img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.c-decoration-title .c-decoration-title__title {
  font-size: 40px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
  font-family: vdl-gothicmincho, sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-decoration-title .c-decoration-title__title {
    font-size: 36px;
  }
}
.c-decoration-title .c-decoration-title__title span {
  color: #9e8e6a;
}
.c-fill-button {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 80px;
  border: 1px solid #fff;
  cursor: pointer;
  text-align: center;
  font-family: vdl-gothicmincho, sans-serif;
  background-color: #682a33;
  color: #fff;
  position: relative;
  transition: 0.2s;
  transition-property: filter;
  text-decoration: none;
}
@media screen and (max-width: 499px) {
  .c-fill-button {
    padding: 14px 40px;
  }
}
.c-fill-button img {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}
@media screen and (max-width: 499px) {
  .c-fill-button img {
    width: 24px;
  }
}
.c-fill-button span {
  pointer-events: none;
}
.c-fill-button:hover {
  filter: brightness(0.8);
  transition: 0.3s;
  text-decoration: none;
  transition-property: filter;
  color: #fff;
}
.c-fill-button.--color-blue {
  background-color: #2a3166;
}
.c-fill-button.--color-green {
  background-color: #2b6646;
}
.u-color-beige {
  color: #9e8e6a;
}
.u-mt-20 {
  margin-top: 20px;
}
.u-mt-40 {
  margin-top: 40px;
}
.u-mt-80 {
  margin-top: 80px;
}