html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

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

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

* {
  margin: 0;
  padding: 0;
}

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

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

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

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

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

[type=reset], [type=submit], button, html [type=button] {
  -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;
}

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

[aria-controls] {
  cursor: pointer;
}

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

* {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background-repeat: no-repeat;
}

html {
  overflow-y: scroll;
  font-weight: 400;
  font-size: 62.5%;
}
@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  font-family: var(--font-jp);
}
@supports (-webkit-touch-callout: none) {
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  color: inherit;
}

.t-br {
  display: block;
}

.t-ib {
  display: inline-block;
}

.t-hidden {
  display: none;
}

.t-hiddenSp {
  display: none;
}

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

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

.t-taC {
  text-align: center !important;
}
.t-bold {
  font-weight: 600 !important;
}

.t-italic {
  font-style: italic !important;
}

.t-ttU {
  text-transform: uppercase !important;
}

.t-ttL {
  text-transform: lowercase !important;
}

.t-caution-color {
  color: var(--caution-color);
}

.t-mt0 {
  margin-top: 0 !important;
}

.t-mt30 {
  margin-top: 30px;
}

.t-visuallyHidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

:root {
  --color-main: #004CBD;
  --color-black: #000;
  --color-white: #fff;
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "Tomorrow", sans-serif;
}

.m-wrapper {
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
  margin-inline: auto;
}

.l-footer {
  padding-bottom: 2rem;
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
}
.l-footer.is-grey .l-footer__copyright {
  color: #848484;
}
.l-footer__copyright {
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--color-white);
}

.p-lower__inner {
  max-width: 50.6rem;
  margin-inline: auto;
}
.p-lower__title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  color: #000;
  position: relative;
  z-index: 1;
  padding-block: 2rem;
}
.p-lower__title::before, .p-lower__title::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #000;
  clip-path: polygon(1rem 0, calc(100% - 1rem) 0, 100% 1rem, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 1rem 100%, 0 calc(100% - 1rem), 0 1rem);
}
.p-lower__title::after {
  background: #fff;
  inset: 3px;
  clip-path: polygon(0.8rem 0, calc(100% - 0.8rem) 0, 100% 0.8rem, 100% calc(100% - 0.8rem), calc(100% - 0.8rem) 100%, 0.8rem 100%, 0 calc(100% - 0.8rem), 0 0.8rem);
}
.p-lower__title.-mt50 {
  margin-top: 50px;
}
.p-lower__list {
  margin-top: 2.3rem;
  display: flex;
  flex-wrap: wrap;
}
.p-lower__list-item {
  width: 33.3333333333%;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.p-lower__list-item.is-selected .p-lower__list-figure::before {
  background: #51ace0;
  content: "";
  inset: 0;
  position: absolute;
  background: #51ace0;
  z-index: 1;
  opacity: 0.7;
}
.p-lower__list-figure {
  width: 100%;
  position: relative;
  z-index: 1;
}
.p-lower__list-figure img {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-lower__list-figure.is-correct::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1818 10C18.1818 5.48131 14.5187 1.81818 10 1.81818C5.48131 1.81818 1.81818 5.48131 1.81818 10C1.81818 14.5187 5.48131 18.1818 10 18.1818C14.5187 18.1818 18.1818 14.5187 18.1818 10ZM20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10Z' fill='%2351ACE0'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2rem;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 1;
}
.p-lower__list-figure.is-incorrect::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.419604 0.419604C0.552277 0.286595 0.709888 0.181067 0.883407 0.109064C1.05693 0.0370616 1.24295 0 1.43081 0C1.61868 0 1.8047 0.0370616 1.97822 0.109064C2.15174 0.181067 2.30935 0.286595 2.44202 0.419604L10.0004 7.98082L17.5587 0.419604C17.6915 0.286811 17.8492 0.181473 18.0227 0.109605C18.1962 0.0377376 18.3821 0.00074779 18.5699 0.00074779C18.7577 0.00074779 18.9437 0.0377376 19.1172 0.109605C19.2907 0.181473 19.4484 0.286811 19.5811 0.419604C19.7139 0.552398 19.8193 0.710047 19.8911 0.88355C19.963 1.05705 20 1.24301 20 1.43081C20 1.61861 19.963 1.80457 19.8911 1.97808C19.8193 2.15158 19.7139 2.30923 19.5811 2.44202L12.0199 10.0004L19.5811 17.5587C19.7139 17.6915 19.8193 17.8492 19.8911 18.0227C19.963 18.1962 20 18.3821 20 18.5699C20 18.7577 19.963 18.9437 19.8911 19.1172C19.8193 19.2907 19.7139 19.4484 19.5811 19.5811C19.4484 19.7139 19.2907 19.8193 19.1172 19.8911C18.9437 19.963 18.7577 20 18.5699 20C18.3821 20 18.1962 19.963 18.0227 19.8911C17.8492 19.8193 17.6915 19.7139 17.5587 19.5811L10.0004 12.0199L2.44202 19.5811C2.30923 19.7139 2.15158 19.8193 1.97808 19.8911C1.80457 19.963 1.61861 20 1.43081 20C1.24301 20 1.05705 19.963 0.88355 19.8911C0.710047 19.8193 0.552398 19.7139 0.419604 19.5811C0.286811 19.4484 0.181473 19.2907 0.109605 19.1172C0.0377376 18.9437 0.00074779 18.7577 0.00074779 18.5699C0.00074779 18.3821 0.0377376 18.1962 0.109605 18.0227C0.181473 17.8492 0.286811 17.6915 0.419604 17.5587L7.98082 10.0004L0.419604 2.44202C0.286595 2.30935 0.181067 2.15174 0.109064 1.97822C0.0370616 1.8047 0 1.61868 0 1.43081C0 1.24295 0.0370616 1.05693 0.109064 0.883407C0.181067 0.709888 0.286595 0.552277 0.419604 0.419604Z' fill='%23F15164'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2rem;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 1;
}
.p-lower__list-caption {
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-lower__list-num {
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #51ace0;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  aspect-ratio: 1/1;
  height: auto;
}
.p-lower__list-content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.2rem 0.4rem 0.65rem;
  color: #fff;
}
.p-lower__list-desc {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-lower__button {
  width: -moz-fit-content;
  width: fit-content;
  background: #51ace0;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 2rem 3.5rem;
  display: block;
  margin-inline: auto;
  margin-top: 2.3rem;
  clip-path: polygon(0.8rem 0, calc(100% - 0.8rem) 0, 100% 0.8rem, 100% calc(100% - 0.8rem), calc(100% - 0.8rem) 100%, 0.8rem 100%, 0 calc(100% - 0.8rem), 0 0.8rem);
  transition: opacity 0.3s ease;
}
.p-lower__button.is-disabled {
  background: #848484;
  cursor: not-allowed;
}
.p-lower__countdown {
  margin-top: 2rem;
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #51ace0;
}
.p-lower__countdown.is-warning {
  color: #f15164;
}
.p-lower__result .p-lower__inner {
  max-width: 112rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-lower__result-layout {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  justify-content: center;
  width: 100%;
  gap: 4rem;
}
.p-lower__result-head {
  width: 100%;
  max-width: 46rem;
  flex-shrink: 0;
}
.p-lower__result-body {
  width: 100%;
  max-width: 50.6rem;
  order: -1;
}
.p-lower__result-title {
  position: relative;
  z-index: 1;
  padding-block: 3.6rem;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #51ace0;
  overflow: hidden;
}
.p-lower__result-title::before, .p-lower__result-title::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #51ace0;
  clip-path: polygon(1.6rem 0, calc(100% - 1.6rem) 0, 100% 1.6rem, 100% calc(100% - 1.6rem), calc(100% - 1.6rem) 100%, 1.6rem 100%, 0 calc(100% - 1.6rem), 0 1.6rem);
}
.p-lower__result-title::after {
  background: #fff;
  inset: 3px;
  clip-path: polygon(1.4rem 0, calc(100% - 1.4rem) 0, 100% 1.4rem, 100% calc(100% - 1.4rem), calc(100% - 1.4rem) 100%, 1.4rem 100%, 0 calc(100% - 1.4rem), 0 1.4rem);
}
.p-lower__result-sub {
  font-family: var(--font-en);
  font-style: italic;
  font-weight: 700;
  font-size: 7.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  opacity: 0.2;
  color: #51ace0;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-lower__result-image {
  margin-top: 2.4rem;
}
.p-lower__result-image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-lower__show-inner {
  max-width: 100%;
  width: 113.2rem;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8.2rem;
}
.p-lower__show-col {
  width: calc(50% - 4.1rem);
}
.p-lower__show-note {
  margin-top: 2rem;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  color: #000;
}

.p-home {
  background: url("../img/common/bg-main.webp") no-repeat center center/cover;
  position: relative;
  z-index: 1;
  padding-block: 14rem 6rem;
  min-height: 100vh;
}
.p-home--lower {
  padding-top: 3.2rem;
}
.p-home--kikk .p-lower__countdown {
  color: #ffa351;
}
.p-home--kikk .p-lower__button:not(.is-disabled) {
  background: #ffa351;
}
.p-home--kikk .p-lower__list-item.is-selected .p-lower__list-figure::before {
  background: #ffa351;
}
.p-home--kikk .p-lower__result .p-lower__result-title {
  color: #ffa351;
}
.p-home--kikk .p-lower__result .p-lower__result-title::before {
  background: #ffa351;
}
.p-home--kikk .p-lower__result .p-lower__result-sub {
  color: #ffa351;
}
.p-home--kikk .p-lower__list-num {
  background: #ffa351;
}
.p-home--eoheoh .p-lower__countdown {
  color: #5cc65b;
}
.p-home--eoheoh .p-lower__button:not(.is-disabled) {
  background: #5cc65b;
}
.p-home--eoheoh .p-lower__list-item.is-selected .p-lower__list-figure::before {
  background: #5cc65b;
}
.p-home--eoheoh .p-lower__result .p-lower__result-title {
  color: #5cc65b;
}
.p-home--eoheoh .p-lower__result .p-lower__result-title::before {
  background: #5cc65b;
}
.p-home--eoheoh .p-lower__result .p-lower__result-sub {
  color: #5cc65b;
}
.p-home--eoheoh .p-lower__list-num {
  background: #5cc65b;
}
.p-home--aroma .p-lower__countdown {
  color: #f15164;
}
.p-home--aroma .p-lower__button:not(.is-disabled) {
  background: #f15164;
}
.p-home--aroma .p-lower__list-item.is-selected .p-lower__list-figure::before {
  background: #f15164;
}
.p-home--aroma .p-lower__result .p-lower__result-title {
  color: #f15164;
}
.p-home--aroma .p-lower__result .p-lower__result-title::before {
  background: #f15164;
}
.p-home--aroma .p-lower__result .p-lower__result-sub {
  color: #f15164;
}
.p-home--aroma .p-lower__list-num {
  background: #f15164;
}
.p-home__header {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  padding-top: 2rem;
}
.p-home__slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  border-right: 2px solid #000;
}
.p-home__slider--right {
  left: unset;
  right: 0;
  transform: scale(-1);
}
.p-home__slider .marquee-up {
  display: flex;
  flex-direction: column;
  animation: marquee-up 30s linear infinite;
  padding-inline: 1.7rem;
}
.p-home__slider .marquee-up-item {
  margin-bottom: 0.6rem;
}
.p-home__slider .marquee-up-item p {
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  writing-mode: vertical-rl;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.p-home__slider .marquee-up-item p::after {
  content: "";
  height: 1.2rem;
  width: 0.2rem;
  background: #000;
  display: block;
  margin-right: 0.2rem;
}
.p-home__title {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-home__inner {
  margin-top: 6.5rem;
}
.p-home__question {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-home__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 3rem;
}
.p-home__list-item {
  width: calc((100% - 12rem) / 4);
}
.p-home__list-item:nth-child(2n) .p-home__list-figure::before {
  background: #ffa351;
}
.p-home__list-item:nth-child(2n) .p-home__list-title {
  color: #ffa351;
}
.p-home__list-item:nth-child(3n) .p-home__list-figure::before {
  background: #f15164;
}
.p-home__list-item:nth-child(3n) .p-home__list-title {
  color: #f15164;
}
.p-home__list-item:nth-child(4n) .p-home__list-figure::before {
  background: #5cc65b;
}
.p-home__list-item:nth-child(4n) .p-home__list-title {
  color: #5cc65b;
}
.p-home__list-link {
  display: block;
  transition: opacity 0.3s ease;
}
.p-home__list-figure {
  width: 100%;
  position: relative;
  z-index: 1;
}
.p-home__list-figure::before {
  content: "";
  width: 100%;
  height: 100%;
  clip-path: polygon(1.6rem 0, calc(100% - 1.6rem) 0, 100% 1.6rem, 100% calc(100% - 1.6rem), calc(100% - 1.6rem) 100%, 1.6rem 100%, 0 calc(100% - 1.6rem), 0 1.6rem);
  position: absolute;
  background: #51ace0;
  bottom: 1rem;
  left: 1rem;
  z-index: -1;
}
.p-home__list-figure img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(1.6rem 0, calc(100% - 1.6rem) 0, 100% 1.6rem, 100% calc(100% - 1.6rem), calc(100% - 1.6rem) 100%, 1.6rem 100%, 0 calc(100% - 1.6rem), 0 1.6rem);
}
.p-home__list-title {
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #51ace0;
  margin-top: 1rem;
}
.p-home__list-title--jp {
  font-family: var(--font-jp);
  font-weight: 900;
  font-size: 2rem;
}
.p-home__list-title--ii::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5475 4.24534C16.56 4.18844 15.5726 4.14578 14.5852 4.11733V11.3707C15.5726 11.3422 16.56 11.2996 17.5475 11.2427V15.488H0V11.2427C0.987427 11.3138 1.96799 11.3565 2.94171 11.3707V4.11733C1.96799 4.13156 0.987427 4.17422 0 4.24534V0H17.5475V4.24534ZM9.79202 11.3707H10.3269V4.096C10.0937 4.096 9.91545 4.10311 9.79202 4.11733H8.78403H7.75545C7.63202 4.10311 7.4537 4.096 7.2206 4.096V11.3707H7.75545V11.3493H8.78403H9.79202V11.3707Z' fill='%23FFA351'/%3E%3C/svg%3E%0A");
  width: 1.8rem;
  aspect-ratio: 18/16;
  display: inline-block;
  margin-left: 0.6rem;
  vertical-align: -0.1rem;
}

@keyframes marquee-up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}

@media print, screen and (min-width: 769px) {
  .t-hiddenSp {
    display: block;
  }
  .t-hiddenPc {
    display: none;
  }
  .t-taL-pc {
    text-align: left !important;
  }
  .t-taR-pc {
    text-align: right !important;
  }
  .t-taC-pc {
    text-align: center !important;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-lower__button:hover {
    opacity: 0.8;
  }
  .p-lower__button.is-disabled:hover {
    opacity: 1;
  }
  .p-home__list-link:hover {
    opacity: 0.8;
  }
}