@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Alata&display=swap");

@font-face {
  font-weight: normal;
  src: url(../fonts/YakuHanJP/YakuHanJP-Regular.woff);
  font-family: "YakuHanJP";
}

@font-face {
  font-weight: bold;
  src: url(../fonts/YakuHanJP/YakuHanJP-Bold.woff);
  font-family: "YakuHanJP";
}

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

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

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  cursor: default;
  line-height: 1.15;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  word-break: break-word;
  tab-size: 4;
}

body {
  margin: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol,
nav ul {
  list-style: none;
}

pre {
  font-size: 1em;
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-size: 1em;
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
}

small {
  font-size: 80%;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select,
textarea {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

details {
  display: block;
}

dialog {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  border: solid;
  background-color: #fff;
  padding: 1em;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  color: #000;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

html {
  background: #2D2A26;
  background-size: 100% auto;
  background-attachment: fixed;
  font-size: 16px;
  line-height: 1.6;
}

body {
  -webkit-font-kerning: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
  appearance: none;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: url("../images/bg-jack.png") #2D2A26;
  background-size: 390px 780px;
  min-width: 320px;
  max-width: 450px;
  color: #fff;
  font-weight: 400;
  font-family: "YakuHanJP", "Alata", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-kerning: normal;
}

legend {
  display: block;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #fff;
}

em {
  font-style: normal;
  font-weight: bold;
}

button {
  outline: none;
}

[type=button] {
  cursor: pointer;
  border-radius: 0;
  padding: 0;
}

html [type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

figure {
  margin: 0;
}

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

.appDl {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 28px;
  overflow: visible !important;
}

.appDl a {
  -webkit-transition: all 0.3s, -webkit-transform 0.3s;
  display: block;
  transition: all 0.3s, -webkit-transform 0.3s;
  transition: all 0.3s, transform 0.3s;
  transition: all 0.3s, transform 0.3s, -webkit-transform 0.3s;
  margin: 0 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.appDl a:hover {
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.9);
  border-radius: 16px;
}

.appDl a img {
  width: auto;
  height: 48px;
}

a.link__newtab {
  color: #fff;
  font-weight: bold;
}

a.link__newtab[target=_blank]::after {
  display: inline-block;
  margin-left: 4px;
  background: url("../images/external-link.svg") no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  content: "";
}

a.link__newtab:hover {
  text-decoration: none;
}

a.link-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

a.link-icon::before {
  display: inline-block;
  margin-right: 4px;
  background: url("../images/link.svg") no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  content: "";
}

.button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 16px;
  border-radius: 40px;
  padding: 14px;
  width: 300px;
  font-weight: bold;
  text-decoration: none;
}

.button.primary {
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
  border: 2px solid #E7BE4C;
  border-radius: 50px;
  background: #358393;
  color: #fff;
}

.button-dl {
  background: var(--gold, linear-gradient(90deg, #E4C25B 0%, #F7E97C 52%, #D9B856 100%));
  color: #6A4288;
}

.button-dl:before {
  display: inline-block;
  margin-right: 5px;
  background: url("../images/icon-download.png") no-repeat;
  background-size: 100%;
  width: 12px;
  height: 16px;
  content: "";
}

.button-xShare {
  background: #000;
  color: #fff;
}

.button-xShare:before {
  display: inline-block;
  margin-right: 5px;
  background: url("../images/icon-x.png") no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  content: "";
}

.plotSummary {
  -webkit-transition: right 0.5s ease;
  position: fixed;
  top: 0;
  right: -3500px;
  z-index: 11;
  transition: right 0.5s ease;
  background: #2D2A26;
  width: 100vw;
  min-width: 320px;
  height: 100%;
  overflow-y: scroll;
}

.plotSummary.open {
  right: 0;
}

.plotSummary header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  align-items: center;
  background: url("../images/bg-guruguru.png") center #358393;
  background-size: 450px;
  padding: 8px 0;
  width: 100vw;
  min-width: 320px;
  color: #fff;
}

.plotSummary header p {
  margin: 0;
  padding-right: 50px;
  width: calc(100% - 50px);
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.plotSummary .button-back {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}

.plotSummary .button-back::before {
  -webkit-box-sizing: border-box;
  -webkit-transform: translateX(25%) rotate(-135deg);
  display: inline-block;
  vertical-align: middle;
  transform: translateX(25%) rotate(-135deg);
  box-sizing: border-box;
  border: 0.1em solid currentColor;
  border-bottom: 0;
  border-left: 0;
  width: 0.8em;
  height: 0.8em;
  content: "";
  color: #fff;
  line-height: 1;
}

.plotSummary .plotSummary__body {
  margin: 0 auto;
  padding: 10px 24px 50px;
  max-width: 450px;
}

.plotSummary .plotSummary__body h3 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 auto 30px;
  background: var(--nightmare, linear-gradient(90deg, #AA7ECA 0%, #F0DCFF 52%, #AA7ECA 100%));
  background-clip: text;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}

.plotSummary .plotSummary__body h3 span {
  font-size: 16px;
}

.plotSummary .plotSummary__image {
  display: block;
  margin: 0 auto 10px;
}

.plotSummary .plotSummary__text {
  padding-bottom: 2rem;
}

.plotSummary.howto__share img {
  display: block;
  margin: 24px auto;
}

.plotSummary.howto__share figure figcaption {
  margin-top: -24px;
  font-size: 12px;
  text-align: center;
}

.plotSummary.howto__share p {
  font-weight: bold;
  font-size: 16px;
}

.plotSummary.howto__share strong {
  background: var(--yellow, linear-gradient(90deg, #FFFA9C 0%, #FFF7DF 50%, #FFFA9C 100%));
  color: #000;
}

.plotSummary.howto__share .howto__share__required {
  border: 6px solid #E7BE4C;
  background: #358393;
  padding: 24px;
  color: #fff;
}

.plotSummary.howto__share .howto__share__required dt {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.plotSummary.howto__share .howto__share__required dd {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
}

.popupImg {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
}

.popupImg .popupImg__inner {
  width: 900px;
  max-width: 95%;
}

.popupImg img {
  max-width: 100%;
  height: auto;
}

.popupImg .closeBtn {
  display: block;
  margin: 0 0 16px auto;
  background: url("../images/close.png") no-repeat;
  background-size: 100%;
  width: 35px;
  height: 35px;
}

.siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: url("../images/header-bg.png") no-repeat center bottom;
  background-size: 450px 180px;
  width: 100%;
  height: 140px;
}

.siteHeader h1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 auto 8px;
  padding-top: 24px;
}

.siteHeader h1 img {
  width: 120px;
  height: 72px;
}

.siteHeader .siteHeader__description {
  margin: -16px auto 0;
  background: url("../images/header-ribon.png") no-repeat;
  background-size: 100%;
  width: 271px;
  height: 53px;
  text-indent: -99999px;
}

.siteFooter__body {
  text-align: center;
}

.siteFooter__body::before {
  display: block;
  margin-bottom: -5px;
  background: url("../images/nami.svg") no-repeat;
  background-size: 100%;
  aspect-ratio: 390/62;
  width: 100%;
  content: "";
}

.siteFooter__body div {
  background-color: #6A4288;
  padding-bottom: 16px;
  overflow: hidden;
  color: #fff;
}

.siteFooter__body h2 {
  margin: 0;
  padding: 1rem 0;
  font-size: 20px;
}

.siteFooter__body h2 strong {
  font-size: 30px;
}

.siteFooter__body .siteFooter__icon {
  display: block;
  margin: 32px auto;
}

.siteFooter__body .siteFooter__icon:hover {
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.9);
  border-radius: 28px;
}

.siteFooter__inner {
  width: 100%;
}

.siteFooter__iphone {
  display: none;
}

.siteFooter__body {
  margin-top: 0;
  padding: 16px 0 0;
  width: 100%;
}

.siteFooter__body h2 {
  font-size: 16px;
}

.siteFooter__body h2 strong {
  font-size: 28px;
}

.footerNavi__copylight {
  background-color: #000;
  padding: 30px 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.footerNavi__copylight p {
  letter-spacing: 1px;
}

.footer__bottom {
  border-top: 1px solid #222;
  background-color: #000;
  text-align: center;
}

.footer__bottom a {
  display: block;
  padding: 24px;
}

.footer__bottom img {
  width: auto;
  height: 25px;
}

.siteMain {
  padding-top: 40px;
}

.siteMain p {
  letter-spacing: 0.1em;
}

.siteMain strong {
  margin: 0 4px;
  background: var(--nightmare, linear-gradient(90deg, #AA7ECA 0%, #F0DCFF 52%, #AA7ECA 100%));
  padding: 0 4px;
  color: #000;
}

.eventEyeCatch img {
  width: 100%;
  height: auto;
}

.contents {
  margin-bottom: 24px;
}

.contents h2 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  background: url("../images/bg-guruguru.png") center #358393;
  background-size: 450px;
  padding: 15px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-shadow: 0px 1px 4px rgba(50, 0, 50, 0.3);
}

.contents.targetStory h3 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: center;
  z-index: 2;
  font-size: 20px;
}

.contents.targetStory h3 span {
  text-shadow: -3px -3px 3px #EF717D, 3px -3px 3px #EF717D, -3px 3px 3px #EF717D, 3px 3px 3px #EF717D;
}

.contents.targetStory h3::before {
  display: block;
  position: absolute;
  top: 50%;
  z-index: -1;
  border-top: 1px solid #fff;
  width: 100%;
  content: "";
}

.contents p {
  margin-bottom: 24px;
}

.contents__body {
  padding: 24px;
}

.contents__text {
  margin-bottom: 30px;
}

.tabs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: center;
  gap: 10px;
  z-index: 0;
  margin: 0 -24px 1rem;
  margin-bottom: 1rem;
  border-bottom: 3px solid #fff;
  padding: 0 16px;
}

.tab {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: background-color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: -3px;
  align-items: center;
  z-index: 1;
  transition: background-color 0.3s;
  border: 3px solid #fff;
  border-radius: 20px 20px 0 0;
  padding: 10px 20px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.tab-x {
  background-color: black;
}

.tab-instagram {
  background: linear-gradient(278deg, #9F00FF 0.71%, #FF0080 31.91%, #FF9C00 63.11%, #F0C 94.31%);
}

.tab.is-active {
  border-bottom: 0;
}

.eventDate .eventDate__period {
  font-weight: bold;
  font-size: 21px;
  text-align: center;
}

@media screen and (max-width: 390px) {
  .eventDate .eventDate__period {
    font-size: 20px;
  }
}

@media screen and (max-width: 375px) {
  .eventDate .eventDate__period {
    font-size: 19px;
  }
}

.eventDate .loginBonus {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 30px 0 30px 0;
  background: var(--04_gray-gray3, rgba(0, 0, 0, 0.4));
  padding: 5px 0 5px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.eventDate .loginBonus p {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  background: var(--yellow, linear-gradient(90deg, #FFFA9C 0%, #FFF7DF 50%, #FFFA9C 100%));
  background-clip: text;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  color: transparent;
}

#animation-loginBonus {
  position: relative;
  z-index: 0;
  aspect-ratio: 150/88;
  width: 140px;
}

.awardList {
  margin: auto;
  width: 300px;
}

.awardList .awardList__item:not(:last-child) {
  margin-bottom: 30px;
}

.awardList h3 {
  margin-bottom: 10px;
  font-size: 14px;
}

.awardList .awardList__image figcaption {
  margin-top: 12px;
  color: #F26A26;
  font-size: 13px;
}

.awardList .awardList__image figcaption b {
  font-size: 14px;
}

.presentAttention {
  margin-top: 2px;
  font-size: 11px;
}

.targetStoryList {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  gap: 10px;
  width: 100%;
}

.targetStoryList .targetStoryList__item {
  width: calc(50% - 5px);
}

.targetStoryList .targetStoryList__image figcaption {
  margin-top: 0px;
  font-weight: bold;
  line-height: 1.4;
}

.targetStoryList .targetStory__release {
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 5px;
  background: var(--nightmare, linear-gradient(90deg, #AA7ECA 0%, #F0DCFF 52%, #AA7ECA 100%));
  padding: 2px 12px;
  color: #000;
  font-size: 12px;
}

.targetStoryList .levelBox {
  font-size: 14px;
}

.targetStoryListMini {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: start;
  gap: 16px;
  width: 100%;
}

.targetStoryListMini li {
  width: calc((100% - 32px) / 3);
}

.targetStoryListMini .levelBox {
  font-size: 12px;
}

.targetStoryListMini figcaption {
  font-weight: bold;
}

.targetStory__level {
  letter-spacing: 1px;
}

.targetStory__level::before {
  color: #FFC85E;
}

.targetStory__level::after {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: rgba(0, 0, 0, 0.6);
  background-clip: text;
}

.targetStory__level.star1::before {
  content: "★";
}

.targetStory__level.star1::after {
  content: "★★★★";
}

.targetStory__level.star2::before {
  content: "★★";
}

.targetStory__level.star2::after {
  content: "★★★";
}

.targetStory__level.star3::before {
  content: "★★★";
}

.targetStory__level.star3::after {
  content: "★★";
}

.targetStory__level.star4::before {
  content: "★★★★";
}

.targetStory__level.star4::after {
  content: "★";
}

.targetStory__level.star5::before {
  content: "★★★★★";
}

.attentionDl {
  margin-bottom: 0;
  line-height: 2;
}

.attentionDl dt {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 18px;
}

.attentionDl dd {
  margin-left: 0;
  padding: 0;
  font-size: 15px;
}

.attentionDl dd:not(:last-child) {
  margin: 0 0 30px;
}

.attentionDl dd ul {
  padding-left: 1rem;
  list-style: disc;
}

.wallpaperDl {
  padding: 30px;
  text-align: center;
}

.wallpaperDl p {
  margin-bottom: 24px;
}

.wallpaperSample {
  margin: 0 auto;
  background: url("../images/thumb_present_wp01.png") no-repeat;
  background-size: 100%;
  width: 250px;
  height: 300px;
}

.butons {
  margin: 30px auto;
}

.eventEnd {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  background: var(--black, linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3764705882) 50.5%, rgba(0, 0, 0, 0) 100%));
  padding: 80px 0;
  min-width: 320px;
  max-width: 450px;
}

.oneDay-1lesson {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 30px 0 30px 0;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 14px 24px 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.oneDay-1lesson p {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.oneDay-1lesson p strong {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: var(--yellow, linear-gradient(90deg, #FFFA9C 0%, #FFF7DF 50%, #FFFA9C 100%));
  background-clip: text;
  font-size: 20px;
  color: transparent;
}

.oneDay-1lesson p span {
  font-size: 14px;
  letter-spacing: 2px;
}

#animation-1d1l {
  position: relative;
  z-index: 0;
  margin-top: -34px;
  aspect-ratio: 64/92;
  width: 64px;
}

.aboutFS {
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=style.css.map */