@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:#86C4E9;
  background-size:100% auto;
  background-attachment:fixed;
  color:#fff;
  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:var(--SW-fancy-blue, linear-gradient(90deg, #000332 0%, #4A23AC 100%));
  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:#47D7FF;
}

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

.w100{
  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:#47D7FF;
  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 #FFD66D;
  border-radius:50px;
  background:var(--blue, linear-gradient(90deg, #202452 0%, #3C48CA 52%, #202452 100%));
  color:#fff;
}

.button-dl{
  background:var(--blue, linear-gradient(90deg, #202452 0%, #3C48CA 52%, #202452 100%));
  color:#8E7CFE;
}
.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:var(--SW-fancy-blue, linear-gradient(90deg, #000332 0%, #4A23AC 100%));
  width:100vw;
  min-width:320px;
  height:100%;
  overflow-y:scroll;
}
.plotSummary.open{
  right:0;
}
.plotSummary header{
  -webkit-box-shadow:0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -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;
          box-shadow:0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background:var(--SW-red-grad, linear-gradient(90deg, #2972FC 0%, #DC68FF 100%));
  padding:8px 0;
  width:100vw;
  min-width:320px;
  color:#fff;
  text-align:center;
  text-shadow:0px 1px 4px rgba(50, 0, 50, 0.3);
}
.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 .storyTitle{
  margin-bottom:30px;
  text-align:center;
}
.plotSummary .plotSummary__body .storyTitle h3{
  margin:0 auto;
  width:-webkit-max-content;
  width:-moz-max-content;
  width:max-content;
  max-width:100%;
  font-size:24px;
  line-height:1.3;
}
.plotSummary .plotSummary__body .storyTitle p{
  margin-top:0;
  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(--SW-yellow, linear-gradient(90deg, #FCE39C 0%, #FEF0C8 50%, #FCE39C 100%));
  color:#8E7CFE;
}
.plotSummary.howto__share .howto__share__required{
  border:6px solid #FFD66D;
  background:-webkit-gradient(linear, left top, left bottom, from(#353862), to(#101122));
  background:linear-gradient(180deg, #353862 0%, #101122 100%);
  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;
}

.rainbow-text span:nth-child(4n+1){
  color:#FB442B;
}
.rainbow-text span:nth-child(4n+2){
  color:#FFA627;
}
.rainbow-text span:nth-child(4n+3){
  color:#FD66B1;
}
.rainbow-text span:nth-child(4n+4){
  color:#2CA5DD;
}

.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 > div{
  background:#5A2FC4;
  padding-bottom:16px;
  overflow:hidden;
  color:#fff;
}
.siteFooter__body h2{
  margin:0;
  padding:1rem 0 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:55px;
}
.siteMain p{
  letter-spacing:0.1em;
}
.siteMain strong{
  margin:0 4px;
  background:#8E7CFE;
  padding:0 4px;
  color:#fff;
}

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

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

.applicationStep{
  margin-bottom:0 !important;
}
.applicationStep .contents__body{
  padding-bottom:0;
}
.applicationStep p{
  line-height:1.2;
  text-align:center;
}
.applicationStep p strong{
  margin:0;
  background:none;
  padding:0;
  color:#fff;
}
.applicationStep .applicationStepBoxs{
  position:relative;
  margin:-16px -24px 0;
}
.applicationStep .applicationStepBox{
  top:0;
  left:0;
  padding:30px 0;
  width:100%;
}
.applicationStep .for-x{
  background:#000;
}
.applicationStep .for-insta{
  background:linear-gradient(278deg, #9F00FF 0.71%, #FF0080 31.91%, #FF9C00 63.11%, #F0C 94.31%);
}
.applicationStep .applicationStep__listitem{
  position:relative;
  margin:0 auto 20px;
  border-radius:20px;
  background-color:#fff;
  padding:15px;
  width:330px;
}
.applicationStep .applicationStep__listitem:not(:last-child):after{
  -webkit-clip-path:polygon(0 0, 100% 0, 50% 100%);
  position:absolute;
  bottom:-15px;
  left:calc(50% - 6px);
          clip-path:polygon(0 0, 100% 0, 50% 100%);
  background:#E7BE4C;
  width:12px;
  height:7.5px;
  content:"";
}
.applicationStep .applicationStep__listitem .applicationStep__body{
  -webkit-box-pack:start;
      -ms-flex-pack:start;
  -webkit-box-align:center;
      -ms-flex-align:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
          justify-content:flex-start;
          align-items:center;
  width:100%;
}
.applicationStep .applicationStep__listitem p{
  margin:0;
  color:#000;
  font-weight:bold;
  font-size:14px;
  line-height:1.4;
  letter-spacing:0;
  text-align:left;
}
.applicationStep .applicationStep__listitem p strong{
  margin:0;
  background:none;
  padding:0;
  color:#ED4F99;
}
.applicationStep .applicationStep__listitem figure{
  -ms-flex-negative:0;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
  -webkit-box-align:center;
      -ms-flex-align:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
      flex-shrink:0;
          justify-content:center;
          align-items:center;
  margin-right:12px;
  width:60px;
}
.applicationStep .applicationStep__listitem .applicationStep__detail h3{
  margin:0 0 4px;
  border-radius:40px;
  padding:2px 10px;
  width:-webkit-fit-content;
  width:-moz-fit-content;
  width:fit-content;
  color:#fff;
  font-size:15px;
  letter-spacing:1px;
}
.applicationStep .applicationStep__listitem .attention{
  margin-top:8px;
  font-size:11px;
  text-align:center;
}

.contents{
  margin-bottom:24px;
}
.contents h2{
  -webkit-box-shadow:0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin:0;
          box-shadow:0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background:var(--SW-red-grad, linear-gradient(90deg, #2972FC 0%, #DC68FF 100%));
  padding:15px;
  color:#fff;
  font-weight:bold;
  font-size:20px;
  text-align:center;
  text-shadow:0px 1px 4px rgba(50, 0, 50, 0.3);
}
.contents.targetStory h3{
  font-size:24px;
  text-align:center;
}
.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;
}
.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(--SW-yellow, linear-gradient(90deg, #FCE39C 0%, #FEF0C8 50%, #FCE39C 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:#fff;
  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;
  color:#fff;
  font-weight:bold;
  line-height:1.4;
}
.targetStoryList .targetStoryList__image figcaption i{
  font-style:normal;
  letter-spacing:1px;
}
.targetStoryList .targetStoryList__image img{
  width:100%;
}
.targetStoryList .targetStory__release{
  display:inline-block;
  margin-bottom:10px;
  border-radius:5px;
  background:#8E7CFE;
  padding:2px 12px;
  color:#fff;
  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 li img{
  display:block;
  margin:auto;
}
.targetStoryListMini .levelBox{
  font-size:12px;
}
.targetStoryListMini figcaption{
  font-weight:bold;
}
.targetStoryListMini figcaption > span{
  -webkit-box-orient:vertical;
  display:-webkit-box;
  -webkit-line-clamp:2;
  overflow:hidden;
  text-overflow:ellipsis;
}
.targetStoryListMini .is-short{
  position:relative;
}
.targetStoryListMini .is-short::before{
  display:block;
  position:absolute;
  top:-20px;
  background:url(../images/shortLabel.png) no-repeat;
  background-size:100%;
  width:64px;
  height:64px;
  content:"";
}

.targetStory__level{
  letter-spacing:1px;
}
.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(255, 255, 255, 0.8);
  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:1px solid #FFBF00;
  border-radius:30px 0 30px 0;
  background-color:rgba(0, 0, 0, 0.2);
  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;
  color:#FFBF00;
  font-weight:bold;
  line-height:1.2;
  text-align:center;
}
.oneDay-1lesson p strong{
  background:none;
  color:#FFBF00;
  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;
}

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

.eventRule .contents__body{
  padding:0;
}
.eventRule p{
  padding:0 24px;
}
.eventRule img{
  display:block;
  margin:auto;
}
.eventRule ul{
  margin-left:1rem;
  padding:0 24px;
  list-style-type:disc;
}
.eventRule ul li:not(:last-child){
  margin-bottom:1rem;
}

.privilege .contents__body{
  padding:20px 0;
}
.privilege p{
  padding:0 24px;
}

.getTicket{
  -webkit-box-align:center;
      -ms-flex-align:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
          align-items:center;
  margin:0 auto;
  width:-webkit-fit-content;
  width:-moz-fit-content;
  width:fit-content;
}
.getTicket i{
  margin-top:16px;
  margin-left:-16px;
  font-style:normal;
}
/*# sourceMappingURL=style.css.map */