@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:#552C7B;
  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-color:#976BDE;
  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:#FFFA9E;
}

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

.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-dl{
  border:1px solid;
  background:#EB37AD;
  color:#fff;
}
.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-color:#976BDE;
  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:absolute;
  top:0;
  left:0;
          align-items:center;
  background:#EB37AD;
  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:115px 24px 50px;
  max-width:450px;
}
.plotSummary .plotSummary__body h3{
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  margin:0 auto 30px;
  background:var(--gold, linear-gradient(90deg, #FFFA9C 0%, #FFF7DF 52%, #FFFA9C 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;
}

.bannerBox{
  margin-bottom:50px;
}
.bannerBox .bannerBox__link{
  display:block;
  background-color:#B29AF9;
  text-align:center;
}
.bannerBox .bannerBox__link img{
  max-width:100%;
  height:auto;
}
.bannerBox .delimiter{
  margin-bottom:-1px;
  width:100%;
  height:auto;
}
.bannerBox .delimiter:last-child{
  -webkit-transform:rotate(180deg);
          transform:rotate(180deg);
  margin-top:-1px;
}

.modal{
  display:none;
  position:fixed;
  top:0;
  left:0;
  z-index:1;
  background-color:rgba(0, 0, 0, 0.7);
  width:100%;
  height:100%;
}

.modal-content{
  margin:15% auto;
  border-radius:15px;
  background-color:#976BDE;
  padding:20px;
  width:300px;
  text-align:center;
}

h2{
  margin-bottom:20px;
  color:white;
}

.download-button{
  cursor:pointer;
  margin:10px 0;
  border:none;
  border:1px solid;
  border-radius:25px;
  background-color:#EB37AD;
  padding:10px 20px;
  width:100%;
  color:white;
  font-size:16px;
}

.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;
  padding-top:24px;
}
.siteHeader h1 img{
  width:119px;
  height:78px;
}
.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 h2{
  color:#552C7B;
}
.siteFooter__body div{
  background-color:#FFC8EC;
  padding-bottom:16px;
  overflow:hidden;
  color:#552C7B;
}
.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__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:50px;
}
.siteMain p{
  line-height:1.8;
  letter-spacing:0.1em;
}
.siteMain strong{
  margin:0 4px;
  background:var(--gold, linear-gradient(90deg, #FFFA9C 0%, #FFF7DF 52%, #FFFA9C 100%));
  padding:0 4px;
  color:#000;
}

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

.fantaSpeak__video{
  aspect-ratio:16/9;
  max-width:100%;
  height:auto;
}

.contents{
  margin-bottom:24px;
}
.contents h2{
  margin:0;
  background:#EB37AD;
  padding:15px;
  color:#fff;
  font-size:20px;
  text-align:center;
}
.contents p{
  margin-bottom:24px;
}
.contents__body{
  padding:24px;
}

.eventDate .eventDate__period{
  font-weight:bold;
  font-size:18px;
  letter-spacing:1px;
  text-align:center;
}
.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:#552C7B;
  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(--gold, linear-gradient(90deg, #FFFA9C 0%, #FFF7DF 52%, #FFFA9C 100%));
  background-clip:text;
  font-weight:bold;
  font-size:16px;
  letter-spacing:0;
  text-align:center;
}

#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:#FFF9A9;
  font-size:13px;
}
.awardList .awardList__image figcaption b{
  font-size:14px;
}

li.awardList__item:first-child{
  -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;
}

li.awardList__item:first-child .awardList__image{
  text-align:center;
}

li.awardList__item:first-child figcaption{
  text-align:left;
}

.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;
}
.targetStoryList .targetStoryList__item{
  width:calc(50% - 5px);
}
.targetStoryList .targetStoryList__image figcaption{
  margin-top:12px;
  font-weight:bold;
  line-height:1.4;
}
.targetStoryList .targetStory__release{
  display:inline-block;
  margin-bottom:10px;
  border-radius:5px;
  background:var(--gold, linear-gradient(90deg, #FFFA9C 0%, #FFF7DF 52%, #FFFA9C 100%));
  padding:2px 12px;
  color:#552C7B;
  font-size:12px;
}

.targetStory__level{
  margin-left:3px;
  letter-spacing:3px;
}
.targetStory__level::before{
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background:var(--06-other-orange-grad, linear-gradient(180deg, #FF6B00 0%, #FFC85E 100%));
  background-clip:text;
}
.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/sample.png") no-repeat;
  background-size:100%;
  width:178px;
  height:317px;
}

.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:75px 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(--pink, linear-gradient(90deg, #FFB0B0 0%, #FFECEC 50.5%, #FFB8B8 100%));
  background-clip:text;
  font-size:20px;
}
.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;
}

.specialInfo img{
  display:block;
  margin:24px auto;
}
.specialInfo img:first-child{
  margin-top:0;
}
.pageHeader{
  border-bottom:1px solid #FFFA9E;
  border-radius:0 0 50px 50px;
  background-color:#552C7B;
  padding:30px;
  text-align:center;
}
.pageHeader .pageHeader__copyText{
  margin:0;
  color:#fff;
  font-size:11px;
}
.pageHeader h1{
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  margin:0;
  background:var(--gold, linear-gradient(90deg, #FFFA9C 0%, #FFF7DF 52%, #FFFA9C 100%));
  background-clip:text;
  font-size:22px;
}

#trivia{
  margin-top:-140px;
  padding-top:140px;
}
/*# sourceMappingURL=style.css.map */