.l-headerC .is-fixed_upper {
  position: fixed !important; }

.owned #header {
  position: fixed !important; }

.header-Sp.is-fixd {
  position: fixed !important; }

.container {
  padding: 0;
  position: relative; }

#fixedMenu {
  display: none; }

@media (min-width: 768px) {
  .pageContents {
    padding-top: 50px; }

  .container {
    width: 1030px;
    max-width: 1030px;
    margin: 0 auto; } }
@media (max-width: 767.98px) {
  .pageContents {
    padding-top: 55px; }

  .container {
    width: 100%; }

  .anchor_link {
    padding-bottom: 100px;
    margin-top: -100px; } }
@media (min-width: 768px) {
  .fl_deco_star {
    width: 30px;
    margin: 30px auto; }

  .fl_deco_star2 {
    width: 21px; } }
@media (max-width: 767.98px) {
  .fl_deco_star {
    width: 15px;
    margin: 20px auto; }

  .fl_deco_star2 {
    margin: 20px auto 10px; } }
.fl_btn01 {
  background: url("../img/teaser/btn_back.png") no-repeat center/cover;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .fl_btn01::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fbfbfb;
    animation: btn_animation 4s ease-in-out infinite; }

@keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }
@media (min-width: 768px) {
  .fl_btn01 {
    width: 400px;
    height: 90px;
    padding: 0 50px;
    margin: 0 auto;
    font-size: 22px;
    box-shadow: -7px 7px 25px -15px #004ea2;
    border: 2px solid #004ea2; }
    .fl_btn01 > span {
      width: 25px;
      position: absolute;
      right: 20px; } }
@media (max-width: 767.98px) {
  .fl_btn01 {
    height: 100px;
    padding: 0 20px;
    margin: 0 10px;
    font-size: 1.5rem;
    box-shadow: -7px 7px 25px -15px #004ea2;
    position: relative;
    z-index: 10;
    border: 2px solid #004ea2; }
    .fl_btn01 > span {
      width: 30px;
      margin: 0 -15px 0 15px; } }
.fl_btn01.comingsoon {
  font-family: "the-seasons", sans-serif; }
  .fl_btn01.comingsoon::before {
    content: none; }

@media (min-width: 768px) {
  .fl_btn01.comingsoon {
    font-size: 30px;
    margin-top: 25px; } }
@media (max-width: 767.98px) {
  .fl_btn01.comingsoon {
    justify-content: center;
    margin-bottom: 10px; } }
.fl_main_visual {
  position: relative; }
  .fl_main_visual .fl_main_wankeru > span {
    position: absolute;
    bottom: -400px; }
    .fl_main_visual .fl_main_wankeru > span:nth-child(1) {
      transition: bottom .6s .2s; }
    .fl_main_visual .fl_main_wankeru > span:nth-child(2) {
      left: 0;
      right: 0;
      margin: auto;
      z-index: 1;
      transition: bottom .6s; }
    .fl_main_visual .fl_main_wankeru > span:nth-child(3) {
      transition: bottom .6s .3s; }
  .fl_main_visual .fl_main_deco {
    position: absolute;
    animation: fl_main_deco_anim 3s ease-in-out infinite; }
  .fl_main_visual .fl_main_logo {
    position: absolute; }

@keyframes fl_main_deco_anim {
  0% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.fl_main_visual {
  position: relative; }
  .fl_main_visual .fl_main_wankeru > span {
    position: absolute;
    bottom: -400px; }
    .fl_main_visual .fl_main_wankeru > span:nth-child(1) {
      transition: bottom .6s .2s; }
    .fl_main_visual .fl_main_wankeru > span:nth-child(2) {
      left: 0;
      right: 0;
      margin: auto;
      z-index: 1;
      transition: bottom .6s; }
    .fl_main_visual .fl_main_wankeru > span:nth-child(3) {
      transition: bottom .6s .3s; }
  .fl_main_visual .fl_main_deco {
    position: absolute;
    animation: fl_main_deco_anim 3s ease-in-out infinite; }
  .fl_main_visual .fl_main_deco2 {
    position: absolute; }
  .fl_main_visual .fl_main_deco3 > span {
    position: absolute; }

@keyframes fl_main_deco_anim {
  0% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.main_back .fl_main_logo {
  position: absolute;
  z-index: 5; }

.fl_main_visual .fl_main_ttl .ribbon {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 1%, 93% 50%, 100% 100%, 0 100%, 7% 50%); }
  .fl_main_visual .fl_main_ttl .ribbon:after {
    content: "";
    height: 100%;
    width: 30px;
    position: absolute;
    top: -180px;
    left: 0;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0;
    transform: rotate(45deg);
    animation: ribbon_anim 3s ease-in-out infinite; }
@keyframes ribbon_anim {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  75% {
    transform: scale(0) rotate(25deg);
    opacity: 0.5; }
  76% {
    transform: scale(4) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@media (min-width: 768px) {
  .main_back_b {
    background-color: #00216b;
    position: relative;
    z-index: 0; }

  .main_back {
    height: 800px;
    position: relative;
    overflow: hidden; }
    .main_back::before {
      content: '';
      width: 1168px;
      height: 100%;
      background: url("../img/teaser/main/main_back02.avif") no-repeat center/100%;
      position: absolute;
      top: 0;
      right: calc(50% + 160px);
      z-index: -1; }
    .main_back::after {
      content: '';
      width: 1168px;
      height: 100%;
      background: url("../img/teaser/main/main_back02.avif") no-repeat center/100%;
      position: absolute;
      top: 0;
      left: calc(50% + 130px);
      transform: scale(-1, 1);
      z-index: -1; }
    .main_back .dark_back_left {
      position: absolute;
      width: 75%;
      height: 100%;
      background: linear-gradient(90deg, rgba(0, 33, 107, 0.9) 40%, rgba(0, 33, 107, 0.8) 65%, rgba(0, 33, 107, 0) 100%);
      top: 0;
      right: calc(50% + 400px); }
    .main_back .dark_back_right {
      position: absolute;
      width: 75%;
      height: 100%;
      background: linear-gradient(270deg, rgba(0, 33, 107, 0.9) 40%, rgba(0, 33, 107, 0.8) 65%, rgba(0, 33, 107, 0) 100%);
      top: 0;
      left: calc(50% + 400px); }
    .main_back .fl_main_logo {
      width: 140px;
      top: 20px;
      left: 30px; }

  .fl_main_visual {
    width: 100%;
    height: 800px;
    position: relative;
    display: flex;
    justify-content: center; }
    .fl_main_visual::before {
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: url("../img/teaser/main/main_back01.avif") no-repeat center/cover;
      position: absolute;
      z-index: -2; }
    .fl_main_visual.close_back::before {
      background: url("../img/teaser/main/main_back_close.avif") no-repeat center/cover;
      z-index: -2; }
    .fl_main_visual .fl_main_ttl {
      width: 380px;
      margin: 0 auto; }
      .fl_main_visual .fl_main_ttl .title {
        width: 333px;
        margin: 20px auto 10px 30px; }
    .fl_main_visual .fl_main_wankeru > span:nth-child(1) {
      width: 225px;
      left: 200px; }
    .fl_main_visual .fl_main_wankeru > span:nth-child(2) {
      width: 320px; }
    .fl_main_visual .fl_main_wankeru > span:nth-child(3) {
      width: 260px;
      right: 180px; }
    .fl_main_visual .fl_main_wankeru.active > span:nth-child(1) {
      bottom: -125px; }
    .fl_main_visual .fl_main_wankeru.active > span:nth-child(2) {
      bottom: -145px; }
    .fl_main_visual .fl_main_wankeru.active > span:nth-child(3) {
      bottom: -115px; }
    .fl_main_visual .fl_main_deco {
      width: 1000px;
      top: 10px;
      z-index: 3; }
    .fl_main_visual .fl_main_deco2 {
      width: 1280px;
      top: 50px;
      z-index: 3; } }
@media (max-width: 767.98px) {
  .main_back .fl_main_logo {
    width: 20%;
    top: 15px;
    left: 15px; }

  .fl_main_visual {
    width: 100%;
    aspect-ratio: 750 / 1100;
    background: url("../img/teaser/main/sp_main_back.avif") no-repeat center/100%;
    overflow: hidden; }
    .fl_main_visual.close_back {
      background: url("../img/teaser/main/sp_main_back_close.avif") no-repeat center/100%; }
    .fl_main_visual .fl_main_ttl {
      padding: 15.5% 18.5%; }
      .fl_main_visual .fl_main_ttl > .title {
        padding: 0 0 0 6%;
        margin-bottom: 10px; }
    .fl_main_visual .fl_main_wankeru > span:nth-child(1) {
      width: 34%;
      left: 2%; }
    .fl_main_visual .fl_main_wankeru > span:nth-child(2) {
      width: 49%; }
    .fl_main_visual .fl_main_wankeru > span:nth-child(3) {
      width: 41%;
      right: -1%; }
    .fl_main_visual .fl_main_wankeru.active > span:nth-child(1) {
      bottom: -16%; }
    .fl_main_visual .fl_main_wankeru.active > span:nth-child(2) {
      bottom: -18.5%; }
    .fl_main_visual .fl_main_wankeru.active > span:nth-child(3) {
      bottom: -16%; }
    .fl_main_visual .fl_main_deco {
      width: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      aspect-ratio: 750 / 1000; }
    .fl_main_visual .fl_main_deco2 {
      width: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      aspect-ratio: 750 / 1000; } }
.fl_coupon_line {
  background-color: #f76e86;
  color: #ffffbc;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap; }
  .fl_coupon_line.close_line {
    background-color: #004ea2; }
  .fl_coupon_line .fl_coupon_line_marquee {
    display: flex;
    white-space: nowrap; }
    .fl_coupon_line .fl_coupon_line_marquee .marquee_content {
      display: inline-flex;
      animation: marquee-loop 20s linear infinite; }
      .fl_coupon_line .fl_coupon_line_marquee .marquee_content span {
        display: inline-block; }
  .fl_coupon_line a {
    color: #ffffbc;
    border-bottom: 1px solid; }

@keyframes marquee-loop {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
@media (min-width: 768px) {
  .fl_coupon_line {
    height: 50px;
    font-size: 18px; }
    .fl_coupon_line a {
      margin: 0 5px; } }
@media (max-width: 767.98px) {
  .fl_coupon_line {
    height: 40px; } }
.fl_openday {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  .fl_openday .fl_openday_txt {
    display: flex;
    align-items: center;
    justify-content: center; }
    .fl_openday .fl_openday_txt .fl_openday_day {
      position: relative;
      display: block; }
      .fl_openday .fl_openday_txt .fl_openday_day::before {
        content: '';
        width: 100%;
        height: 100%;
        background: url("../img/teaser/open_star.svg") no-repeat center/100%;
        position: absolute;
        left: 0;
        top: 0;
        animation: openstar-animation 4s ease-in-out 0s infinite; }
      .fl_openday .fl_openday_txt .fl_openday_day .num {
        font-family: "the-seasons", sans-serif;
        font-weight: 400;
        color: #004ea2;
        position: relative;
        z-index: 2;
        display: block;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .fl_openday .fl_openday_txt .fl_openday_day .num img {
          width: 100%;
          height: 100%; }
  .fl_openday .fl_openday_deco {
    position: absolute; }

@keyframes openstar-animation {
  0% {
    transform: rotateY(0deg); }
  16.666% {
    transform: rotateY(180deg); }
  33.3% {
    transform: rotateY(0deg); } }
@media (min-width: 768px) {
  .fl_openday_back {
    background: url("../img/teaser/open_back.avif") no-repeat center/cover;
    display: flex;
    align-items: center; }

  .fl_openday {
    width: 100%; }
    .fl_openday .fl_openday_txt {
      font-size: 34px;
      margin: 20px 0 90px; }
      .fl_openday .fl_openday_txt .fl_openday_day {
        width: 139px;
        height: 121px;
        padding: 27px 30px 35px; }
        .fl_openday .fl_openday_txt .fl_openday_day .num {
          font-size: 64px; }
    .fl_openday .fl_openday_deco {
      width: 845px;
      top: 20px; } }
@media (max-width: 767.98px) {
  .fl_openday {
    width: 100%;
    aspect-ratio: 750 / 337;
    background: url("../img/teaser/open_back_sp.avif") no-repeat center/100%; }
    .fl_openday .fl_openday_txt {
      font-size: 1.4rem;
      margin-bottom: 10%; }
      .fl_openday .fl_openday_txt .fl_openday_day {
        width: 22vw;
        aspect-ratio: 139 / 121;
        margin: 0 5px; }
        .fl_openday .fl_openday_txt .fl_openday_day .num {
          font-size: 2.8rem;
          padding: 20px; }
    .fl_openday .fl_openday_deco {
      width: 60%;
      right: 10%;
      bottom: 17%; } }
.fl_welcome_back {
  position: relative;
  background-color: #fff; }
  .fl_welcome_back::before {
    content: '';
    width: 100%;
    position: absolute; }

.fl_welcome {
  background-color: #fff;
  text-align: center;
  position: relative; }
  .fl_welcome .fl_welcome_deco > span {
    position: absolute; }

@media (min-width: 768px) {
  .fl_welcome_back::before {
    background: url("../img/teaser/back01.svg") no-repeat center/100%;
    aspect-ratio: 1440 / 200;
    top: -110px;
    left: 0; }

  .fl_welcome {
    padding-bottom: 140px; }
    .fl_welcome .title {
      width: 367px;
      margin: 10px auto 30px; }
    .fl_welcome > p {
      font-size: 18px;
      line-height: 2.3em; }
    .fl_welcome .fl_welcome_deco > span {
      width: 830px;
      left: 0;
      right: 0;
      margin: auto;
      top: -100px; }
    .fl_welcome .fl_welcome_deco.fl_close > span {
      top: 70px; } }
@media (max-width: 767.98px) {
  .fl_welcome {
    padding-bottom: 110px;
    z-index: 0; }
    .fl_welcome .title {
      width: 80%;
      margin: 20px auto 0px;
      padding-left: 15px; }
    .fl_welcome > p {
      font-size: 0.95rem;
      line-height: 1.7em; }
    .fl_welcome .fl_deco_star {
      margin: 5px auto; }
    .fl_welcome .fl_welcome_deco > span:nth-child(1) {
      width: 100%;
      top: -16%;
      left: 0;
      right: 0;
      margin: auto;
      z-index: -1; } }
.fl_event {
  position: relative; }
  .fl_event .fl_event_fukidashi {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; }
  .fl_event .fl_event_white {
    background-color: #fff;
    position: relative; }
    .fl_event .fl_event_white p {
      margin-bottom: 0; }
    .fl_event .fl_event_white .box {
      position: relative; }
      .fl_event .fl_event_white .box .ongoing {
        position: absolute; }
      .fl_event .fl_event_white .box a {
        border-bottom: 2px solid; }
  .fl_event .fl_event_deco > span {
    position: absolute; }

@media (min-width: 768px) {
  .fl_event_back {
    background: url("../img/teaser/event/event_back.avif") no-repeat top center/cover;
    position: relative; }
    .fl_event_back .fl_event_deco2 > span {
      position: absolute;
      width: 1280px;
      left: 50%;
      transform: translateX(-50%);
      top: 120px; }

  .fl_event {
    padding: 200px 0 220px; }
    .fl_event .fl_event_fukidashi {
      width: 385px;
      top: -120px; }
    .fl_event .fl_event_wankeru {
      width: 180px;
      top: 96px;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 1; }
    .fl_event .fl_event_wankeru_hand {
      width: 150px;
      top: 170px;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 2; }
    .fl_event .fl_event_white {
      width: 900px;
      margin: 0 auto;
      border-radius: 50px;
      display: flex;
      z-index: 1; }
      .fl_event .fl_event_white .box {
        width: 50%;
        text-align: center;
        margin: 40px 0;
        font-size: 30px; }
        .fl_event .fl_event_white .box .ribbon {
          width: 270px;
          margin: 0 auto 10px; }
        .fl_event .fl_event_white .box > p > span {
          font-size: 24px; }
        .fl_event .fl_event_white .box:nth-child(2) {
          background-image: radial-gradient(circle, #004ea2 2.5px, transparent 2.5px);
          background-position: left top;
          background-repeat: repeat-y;
          background-size: 5px 16px; }
          .fl_event .fl_event_white .box:nth-child(2) > .ribbon {
            margin-bottom: 30px; }
        .fl_event .fl_event_white .box .ongoing {
          width: 115px;
          left: 10px;
          top: -33px; }
    .fl_event .fl_event_deco > span {
      width: 790px;
      left: 0;
      right: 0;
      margin: auto;
      top: 30px; } }
@media (max-width: 767.98px) {
  .fl_event {
    background: url("../img/teaser/event/event_back_sp.avif") no-repeat top center/100%;
    padding: 60px 20px 120px; }
    .fl_event .fl_event_fukidashi {
      width: 80%;
      top: -100px; }
    .fl_event .fl_event_wankeru {
      position: relative;
      width: 45%;
      z-index: 0;
      margin: 0 auto -15px;
      display: block; }
    .fl_event .fl_event_wankeru_hand {
      width: 34%;
      top: 120px;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 2; }
    .fl_event .fl_event_white {
      margin: 0 auto;
      border-radius: 25px;
      padding: 10px 10px 0;
      font-size: 1.35rem; }
      .fl_event .fl_event_white .box {
        text-align: center;
        padding: 30px 0; }
        .fl_event .fl_event_white .box .ribbon {
          width: 200px;
          margin: 0 auto 10px; }
        .fl_event .fl_event_white .box > p > span {
          font-size: 0.95rem; }
        .fl_event .fl_event_white .box:nth-child(2) {
          background-image: radial-gradient(circle, #004ea2 2px, transparent 2px);
          background-position: left top;
          background-repeat: repeat-x;
          background-size: 11px 4px; }
          .fl_event .fl_event_white .box:nth-child(2) > .ribbon {
            margin-bottom: 30px; }
        .fl_event .fl_event_white .box .ongoing {
          width: 90px;
          right: 0;
          top: 0px; }
    .fl_event .fl_event_deco > span:nth-child(1) {
      top: 6%;
      width: 78%;
      left: 1%;
      right: 0;
      margin: auto; }
    .fl_event .fl_event_deco > span:nth-child(2) {
      bottom: 10%;
      width: 78%;
      left: 1%;
      right: 0;
      margin: auto; }
    .fl_event .fl_event_deco2 > span {
      position: absolute; }
      .fl_event .fl_event_deco2 > span:nth-child(1) {
        top: 16%;
        width: 35px;
        left: 2%; }
      .fl_event .fl_event_deco2 > span:nth-child(2) {
        top: 11%;
        width: 26px;
        right: 5%; }
      .fl_event .fl_event_deco2 > span:nth-child(3) {
        bottom: 10%;
        width: 30px;
        left: 30%; } }
.fl_coupon_top {
  position: relative;
  z-index: 3; }
  .fl_coupon_top > .fl_coupon_top_wankeru {
    position: absolute;
    z-index: -1;
    transform: rotate(-10deg);
    animation: fl_coupon_top_wankeru_anim 2s ease-in-out infinite; }

@keyframes fl_coupon_top_wankeru_anim {
  0% {
    transform: rotate(-10deg); }
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-10deg); } }
.coupon_back {
  background-color: #cffbff; }

.fl_coupon {
  background-color: #cffbff; }
  .fl_coupon p {
    text-align: center; }
  .fl_coupon .grad_back {
    position: relative; }
    .fl_coupon .grad_back::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin: auto; }
  .fl_coupon .title {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .fl_coupon .fl_coupon_lead {
    text-align: center; }
    .fl_coupon .fl_coupon_lead > span {
      background-color: #ffffbc;
      display: inline-block; }
  .fl_coupon .fl_coupon_gacha {
    color: #ffffbc; }
    .fl_coupon .fl_coupon_gacha > p {
      display: flex;
      justify-content: center;
      align-items: center; }
  .fl_coupon .fl_coupon_lucky > .lucky_p {
    background-color: #ffffbc;
    position: relative;
    z-index: 0; }
    .fl_coupon .fl_coupon_lucky > .lucky_p::before {
      content: '';
      background: url("../img/teaser/coupon/lucky.svg") no-repeat center/contain;
      position: absolute; }
    .fl_coupon .fl_coupon_lucky > .lucky_p::after {
      content: '';
      background: url("../img/teaser/coupon/lucky.svg") no-repeat center/contain;
      position: absolute;
      transform: rotate(180deg); }
  .fl_coupon .fl_coupon_lucky > .lucky_days {
    color: #fff; }
    .fl_coupon .fl_coupon_lucky > .lucky_days > span {
      color: #ffffbc; }
  .fl_coupon .fl_coupon_prize {
    position: relative; }
    .fl_coupon .fl_coupon_prize .fl_prize_p {
      position: relative;
      z-index: 0; }
      .fl_coupon .fl_coupon_prize .fl_prize_p > span {
        color: #f76e86; }
      .fl_coupon .fl_coupon_prize .fl_prize_p::before {
        content: '';
        width: 100%;
        background: linear-gradient(180deg, white 30%, rgba(255, 255, 255, 0) 100%);
        clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
        position: absolute;
        left: 0;
        z-index: -1; }
    .fl_coupon .fl_coupon_prize .fl_prize_box {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column; }
      .fl_coupon .fl_coupon_prize .fl_prize_box::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: auto; }
      .fl_coupon .fl_coupon_prize .fl_prize_box > div:nth-child(1) {
        position: relative;
        z-index: 1; }
    .fl_coupon .fl_coupon_prize .fl_prize_wankeru > span {
      position: absolute; }
    .fl_coupon .fl_coupon_prize .fl_btn01 {
      z-index: 5; }

@media (min-width: 768px) {
  .fl_coupon_top {
    margin-top: -150px;
    margin-bottom: -1px; }
    .fl_coupon_top .fl_coupon_top_wankeru {
      width: 150px;
      left: calc(50% + 360px);
      top: -40px; }

  .fl_coupon {
    padding-bottom: 110px;
    position: relative;
    z-index: 5; }
    .fl_coupon::before {
      content: '';
      background: url("../img/teaser/coupon/coupon_side.svg") repeat-y top center/100%;
      width: 130px;
      height: 100%;
      position: absolute;
      right: calc(50% + 590px);
      top: -20px; }
    .fl_coupon::after {
      content: '';
      background: url("../img/teaser/coupon/coupon_side.svg") repeat-y top center/100%;
      width: 130px;
      height: 100%;
      position: absolute;
      left: calc(50% + 590px);
      top: -50px; }
    .fl_coupon p {
      font-size: 15px; }
      .fl_coupon p .small_span {
        font-size: 13px; }
    .fl_coupon.fl_close {
      padding-bottom: 0px; }
    .fl_coupon .grad_back {
      position: relative; }
      .fl_coupon .grad_back::before {
        background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 5%, rgba(154, 201, 43, 0) 60%);
        width: 500px;
        height: 500px;
        top: -50px;
        z-index: -1; }
      .fl_coupon .grad_back .fl_coupon_deco01 > span {
        position: absolute; }
        .fl_coupon .grad_back .fl_coupon_deco01 > span:nth-child(1) {
          width: 60px;
          top: 50px;
          right: calc(50% + 290px); }
        .fl_coupon .grad_back .fl_coupon_deco01 > span:nth-child(2) {
          width: 60px;
          top: 50px;
          left: calc(50% + 290px); }
    .fl_coupon .title {
      font-size: 55px; }
      .fl_coupon .title > span {
        width: 300px; }
    .fl_coupon .fl_coupon_lead {
      font-size: 18px;
      line-height: 1.2em; }
      .fl_coupon .fl_coupon_lead > span {
        margin: 8px 0; }
    .fl_coupon .fl_coupon_gacha {
      width: 685px;
      margin: 0 auto; }
      .fl_coupon .fl_coupon_gacha > img {
        display: block;
        margin: 0 0 -1px -50px; }
    .fl_coupon .fl_coupon_lucky_wrap {
      margin-bottom: 100px; }
      .fl_coupon .fl_coupon_lucky_wrap .fl_coupon_lucky {
        width: 710px;
        margin: 0 auto 45px;
        position: relative;
        background: url("../img/teaser/coupon/coupon_p_back.avif") no-repeat center/cover;
        padding: 0 0 45px 0; }
        .fl_coupon .fl_coupon_lucky_wrap .fl_coupon_lucky > .lucky_days {
          font-size: 32px;
          margin: 0;
          padding: 30px 0 20px; }
          .fl_coupon .fl_coupon_lucky_wrap .fl_coupon_lucky > .lucky_days > span {
            margin-right: 10px; }
        .fl_coupon .fl_coupon_lucky_wrap .fl_coupon_lucky > .lucky_p {
          width: 640px;
          height: 100px;
          font-size: 28px;
          margin: 0 auto;
          z-index: 0;
          display: flex;
          justify-content: center;
          align-items: center; }
          .fl_coupon .fl_coupon_lucky_wrap .fl_coupon_lucky > .lucky_p::before {
            width: 75px;
            height: 75px;
            top: 0;
            left: 0; }
          .fl_coupon .fl_coupon_lucky_wrap .fl_coupon_lucky > .lucky_p::after {
            width: 75px;
            height: 75px;
            bottom: 0;
            right: 0; }
          .fl_coupon .fl_coupon_lucky_wrap .fl_coupon_lucky > .lucky_p > span {
            width: 210px;
            margin: 0 10px; }
        .fl_coupon .fl_coupon_lucky_wrap .fl_coupon_lucky .fl_btn01 {
          position: absolute;
          bottom: -45px;
          left: 0;
          right: 0; }
      .fl_coupon .fl_coupon_lucky_wrap.fl_close {
        margin-bottom: 0; }
        .fl_coupon .fl_coupon_lucky_wrap.fl_close .fl_coupon_lucky {
          padding: 0; }
          .fl_coupon .fl_coupon_lucky_wrap.fl_close .fl_coupon_lucky .lucky_days {
            padding: 20px 0; }
      .fl_coupon .fl_coupon_lucky_wrap .fl_close_flex {
        display: flex;
        justify-content: space-between;
        width: 800px;
        margin-left: 160px; }
        .fl_coupon .fl_coupon_lucky_wrap .fl_close_flex .comingsoon {
          width: 330px;
          margin-top: 27px; }
        .fl_coupon .fl_coupon_lucky_wrap .fl_close_flex .otanoshimi {
          width: 430px; }
    .fl_coupon .fl_coupon_prize {
      position: relative; }
      .fl_coupon .fl_coupon_prize .fl_prize_p {
        width: 470px;
        margin: 0 auto 40px;
        font-size: 22px; }
        .fl_coupon .fl_coupon_prize .fl_prize_p::before {
          top: -30px;
          height: 150px; }
      .fl_coupon .fl_coupon_prize .fl_prize_box {
        width: 550px;
        margin: 0 auto 40px;
        gap: 20px; }
        .fl_coupon .fl_coupon_prize .fl_prize_box::before {
          background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 5%, rgba(154, 201, 43, 0) 60%);
          width: 500px;
          height: 500px;
          top: 70px;
          z-index: -1; }
        .fl_coupon .fl_coupon_prize .fl_prize_box > div:nth-child(1) {
          width: 390px;
          margin: 0 auto; }
        .fl_coupon .fl_coupon_prize .fl_prize_box > div:nth-child(2) {
          width: 490px;
          margin: 0 auto; }
      .fl_coupon .fl_coupon_prize .fl_prize_wankeru > span:nth-child(1) {
        width: 212px;
        top: 90px;
        right: calc(50% + 240px); }
      .fl_coupon .fl_coupon_prize .fl_prize_wankeru > span:nth-child(2) {
        width: 200px;
        top: 90px;
        left: calc(50% + 240px); }
      .fl_coupon .fl_coupon_prize .fl_coupon_deco02 > span {
        position: absolute; }
        .fl_coupon .fl_coupon_prize .fl_coupon_deco02 > span:nth-child(1) {
          width: 70px;
          top: -100px;
          right: calc(50% + 320px); }
        .fl_coupon .fl_coupon_prize .fl_coupon_deco02 > span:nth-child(2) {
          width: 80px;
          top: -100px;
          left: calc(50% + 320px); }
        .fl_coupon .fl_coupon_prize .fl_coupon_deco02 > span:nth-child(3) {
          width: 83px;
          bottom: 140px;
          right: calc(50% + 340px); }
        .fl_coupon .fl_coupon_prize .fl_coupon_deco02 > span:nth-child(4) {
          width: 65px;
          bottom: 130px;
          left: calc(50% + 330px); } }
@media (max-width: 767.98px) {
  .fl_coupon_top {
    margin-top: -75px;
    margin-bottom: -10px; }
    .fl_coupon_top .fl_coupon_top_wankeru {
      width: 22%;
      right: 5%;
      top: -27px; }

  .fl_coupon {
    padding-bottom: 60px;
    padding-top: 10px;
    position: relative;
    z-index: 0; }
    .fl_coupon p {
      font-size: .95rem; }
      .fl_coupon p .small_span {
        font-size: .75rem; }
    .fl_coupon.fl_close {
      padding-bottom: 0; }
    .fl_coupon .grad_back {
      position: relative; }
      .fl_coupon .grad_back::before {
        background: radial-gradient(circle, white 5%, rgba(154, 201, 43, 0) 70%);
        width: 100%;
        aspect-ratio: 1/1.5;
        top: -50px;
        z-index: -1; }
      .fl_coupon .grad_back .fl_coupon_deco01 > span {
        position: absolute; }
        .fl_coupon .grad_back .fl_coupon_deco01 > span:nth-child(1) {
          width: 10%;
          top: 6%;
          left: 2%; }
        .fl_coupon .grad_back .fl_coupon_deco01 > span:nth-child(2) {
          width: 11%;
          top: 4%;
          right: 2%; }
    .fl_coupon .title {
      font-size: 2.5rem;
      padding-top: 20px; }
      .fl_coupon .title > span {
        width: 65%; }
    .fl_coupon .fl_deco_star {
      margin: 10px auto; }
    .fl_coupon .fl_coupon_lead {
      font-size: 1.1rem;
      line-height: 1.2em; }
      .fl_coupon .fl_coupon_lead > span {
        margin: 8px 0; }
    .fl_coupon .fl_coupon_gacha {
      padding: 0 20px; }
      .fl_coupon .fl_coupon_gacha > img {
        width: 80%;
        display: block;
        margin: 0 auto; }
      .fl_coupon .fl_coupon_gacha > p {
        padding: 5px;
        margin-top: -1px;
        font-size: 1.3rem; }
    .fl_coupon .fl_coupon_lucky_wrap {
      margin-bottom: 30px;
      position: relative; }
      .fl_coupon .fl_coupon_lucky_wrap .fl_coupon_deco02 > span {
        position: absolute; }
        .fl_coupon .fl_coupon_lucky_wrap .fl_coupon_deco02 > span:nth-child(1) {
          width: 10%;
          bottom: 0;
          left: 3%; }
        .fl_coupon .fl_coupon_lucky_wrap .fl_coupon_deco02 > span:nth-child(2) {
          width: 11%;
          bottom: -5%;
          right: 2%; }
      .fl_coupon .fl_coupon_lucky_wrap .fl_coupon_lucky {
        margin: 0 25px 50px;
        padding-bottom: 40px;
        position: relative;
        background: url("../img/teaser/coupon/coupon_p_back_sp.avif") no-repeat center/cover; }
        .fl_coupon .fl_coupon_lucky_wrap .fl_coupon_lucky > .lucky_days {
          font-size: 22px;
          margin: 0;
          padding: 15px 0; }
          .fl_coupon .fl_coupon_lucky_wrap .fl_coupon_lucky > .lucky_days > span {
            display: block; }
        .fl_coupon .fl_coupon_lucky_wrap .fl_coupon_lucky > .lucky_p {
          font-size: 1.1rem;
          margin: 0 30px;
          padding: 15px 0 10px; }
          .fl_coupon .fl_coupon_lucky_wrap .fl_coupon_lucky > .lucky_p::before {
            width: 50px;
            height: 50px;
            top: 0;
            left: 0; }
          .fl_coupon .fl_coupon_lucky_wrap .fl_coupon_lucky > .lucky_p::after {
            width: 50px;
            height: 50px;
            bottom: 0;
            right: 0; }
          .fl_coupon .fl_coupon_lucky_wrap .fl_coupon_lucky > .lucky_p > span {
            width: 45%;
            margin: 0 2px;
            display: inline-block; }
        .fl_coupon .fl_coupon_lucky_wrap .fl_coupon_lucky .fl_btn01 {
          width: calc(100% + 20px);
          position: absolute;
          bottom: -60px;
          margin: 0;
          left: -10px; }
      .fl_coupon .fl_coupon_lucky_wrap.fl_close {
        margin-bottom: 0; }
        .fl_coupon .fl_coupon_lucky_wrap.fl_close .fl_coupon_lucky {
          padding: 0;
          margin: 0 25px; }
          .fl_coupon .fl_coupon_lucky_wrap.fl_close .fl_coupon_lucky .lucky_days {
            padding: 10px 0; }
      .fl_coupon .fl_coupon_lucky_wrap .fl_close_flex .comingsoon {
        margin: 15px 25px; }
      .fl_coupon .fl_coupon_lucky_wrap .fl_close_flex .otanoshimi {
        margin: 0 25px;
        text-align: right; }
        .fl_coupon .fl_coupon_lucky_wrap .fl_close_flex .otanoshimi > img {
          width: 95%; }
    .fl_coupon .fl_coupon_prize {
      padding-top: 20px;
      position: relative; }
      .fl_coupon .fl_coupon_prize .fl_prize_p {
        width: 70%;
        margin: 0 auto 30px;
        font-size: 1.1rem; }
        .fl_coupon .fl_coupon_prize .fl_prize_p::before {
          top: -20px;
          height: 150px; }
      .fl_coupon .fl_coupon_prize .fl_prize_box {
        margin: 0 auto 20px;
        gap: 15px; }
        .fl_coupon .fl_coupon_prize .fl_prize_box::before {
          background: radial-gradient(circle, white 5%, rgba(154, 201, 43, 0) 100%);
          width: 100%;
          aspect-ratio: 1/1.5;
          top: 10%;
          z-index: -1; }
        .fl_coupon .fl_coupon_prize .fl_prize_box > div:nth-child(1) {
          padding: 0 20px; }
        .fl_coupon .fl_coupon_prize .fl_prize_box > div:nth-child(2) {
          padding: 0 40px;
          margin: 0; }
      .fl_coupon .fl_coupon_prize .fl_prize_wankeru > span {
        z-index: 1; }
        .fl_coupon .fl_coupon_prize .fl_prize_wankeru > span:nth-child(1) {
          width: 36%;
          top: 50px;
          left: -7%; }
        .fl_coupon .fl_coupon_prize .fl_prize_wankeru > span:nth-child(2) {
          width: 36%;
          top: 45px;
          right: -7%; } }
.conditions_box > p {
  background-color: #004ea2;
  color: #fff;
  font-weight: bold;
  margin: 0; }
.conditions_box > div {
  background-color: #fff; }
  .conditions_box > div > small {
    color: #707070;
    display: block; }

@media (min-width: 768px) {
  .done_coupon .fl_coupon .fl_coupon_prize .fl_prize_box {
    width: 785px; }
    .done_coupon .fl_coupon .fl_coupon_prize .fl_prize_box > div:nth-child(1) {
      width: 360px;
      margin: 20px auto 0; }
    .done_coupon .fl_coupon .fl_coupon_prize .fl_prize_box > div:nth-child(2) {
      width: 100%; }
      .done_coupon .fl_coupon .fl_coupon_prize .fl_prize_box > div:nth-child(2) > p {
        font-size: 20px;
        margin-bottom: 20px; }
      .done_coupon .fl_coupon .fl_coupon_prize .fl_prize_box > div:nth-child(2) .conditions_box > p {
        font-size: 15px;
        padding: 5px 0; }
      .done_coupon .fl_coupon .fl_coupon_prize .fl_prize_box > div:nth-child(2) .conditions_box > div {
        padding: 15px 30px 25px 30px; }
        .done_coupon .fl_coupon .fl_coupon_prize .fl_prize_box > div:nth-child(2) .conditions_box > div > p {
          font-size: 15px;
          margin: 0 0 15px 0; }
        .done_coupon .fl_coupon .fl_coupon_prize .fl_prize_box > div:nth-child(2) .conditions_box > div > small {
          font-size: 13px; }
      .done_coupon .fl_coupon .fl_coupon_prize .fl_prize_box > div:nth-child(2) .btm_p {
        font-size: 24px;
        margin-top: 50px; }
  .done_coupon .fl_coupon .fl_coupon_prize .done_prize_wankeru > span:nth-child(1) {
    top: 40px; }
  .done_coupon .fl_coupon .fl_coupon_prize .done_prize_wankeru > span:nth-child(2) {
    top: 40px; }
  .done_coupon .fl_coupon .fl_coupon_prize .fl_coupondone_deco > span {
    position: absolute; }
    .done_coupon .fl_coupon .fl_coupon_prize .fl_coupondone_deco > span:nth-child(1) {
      width: 83px;
      bottom: 0px;
      right: calc(50% + 240px); }
    .done_coupon .fl_coupon .fl_coupon_prize .fl_coupondone_deco > span:nth-child(2) {
      width: 65px;
      bottom: 0px;
      left: calc(50% + 230px); } }
@media (max-width: 767.98px) {
  .done_coupon .fl_coupon_lead {
    margin-bottom: 0; }
  .done_coupon .fl_coupon .fl_coupon_prize .fl_prize_box {
    gap: 5px 0; }
    .done_coupon .fl_coupon .fl_coupon_prize .fl_prize_box::before {
      content: none; }
    .done_coupon .fl_coupon .fl_coupon_prize .fl_prize_box > div:nth-child(1) {
      padding: 0 30px; }
    .done_coupon .fl_coupon .fl_coupon_prize .fl_prize_box > div:nth-child(2) {
      padding: 0 30px 0 30px;
      margin: 0 0 0 0; }
      .done_coupon .fl_coupon .fl_coupon_prize .fl_prize_box > div:nth-child(2) > p {
        font-size: .8rem;
        margin-bottom: 5px; }
      .done_coupon .fl_coupon .fl_coupon_prize .fl_prize_box > div:nth-child(2) .conditions_box {
        text-align: left; }
        .done_coupon .fl_coupon .fl_coupon_prize .fl_prize_box > div:nth-child(2) .conditions_box p {
          text-align: left;
          font-size: .75rem; }
        .done_coupon .fl_coupon .fl_coupon_prize .fl_prize_box > div:nth-child(2) .conditions_box > p {
          padding: 5px 10px; }
        .done_coupon .fl_coupon .fl_coupon_prize .fl_prize_box > div:nth-child(2) .conditions_box > div {
          padding: 10px; }
          .done_coupon .fl_coupon .fl_coupon_prize .fl_prize_box > div:nth-child(2) .conditions_box > div > small {
            font-size: 11px;
            margin-top: 5px; }
    .done_coupon .fl_coupon .fl_coupon_prize .fl_prize_box .btm_p {
      font-size: 18px !important;
      margin-top: 20px; }
  .done_coupon .fl_coupon .fl_coupon_prize .done_prize_wankeru > span:nth-child(1) {
    top: -40px; }
  .done_coupon .fl_coupon .fl_coupon_prize .done_prize_wankeru > span:nth-child(2) {
    top: -40px; }
  .done_coupon .fl_coupon .fl_coupon_prize .fl_coupondone_deco > span {
    position: absolute; }
    .done_coupon .fl_coupon .fl_coupon_prize .fl_coupondone_deco > span:nth-child(1) {
      width: 10%;
      bottom: 1%;
      left: 3%; }
    .done_coupon .fl_coupon .fl_coupon_prize .fl_coupondone_deco > span:nth-child(2) {
      width: 11%;
      bottom: 0%;
      right: 4%; } }
.fl_vote_back {
  position: relative;
  background-color: #ffffbc; }
  .fl_vote_back::before {
    content: '';
    position: absolute;
    width: 100%; }
  .fl_vote_back .fl_vote_title {
    position: relative; }
    .fl_vote_back .fl_vote_title::before {
      content: '';
      position: absolute; }
  .fl_vote_back .fl_vote_inner {
    background-color: #fff;
    position: relative; }
    .fl_vote_back .fl_vote_inner > .deco > span {
      position: absolute; }
    .fl_vote_back .fl_vote_inner small {
      color: #707070;
      display: block; }
      .fl_vote_back .fl_vote_inner small > span {
        color: #f76e86; }
      .fl_vote_back .fl_vote_inner small > a {
        color: #707070;
        text-decoration: underline; }
    .fl_vote_back .fl_vote_inner .fl_vote_p01 > span {
      color: #f76e86; }
    .fl_vote_back .fl_vote_inner .fl_vote_line > .txt {
      background-color: #cffbff; }
      .fl_vote_back .fl_vote_inner .fl_vote_line > .txt > span {
        color: #f76e86; }
    .fl_vote_back .fl_vote_inner .fl_vote_line > .icon {
      display: flex; }
    .fl_vote_back .fl_vote_inner .fl_vote_p02 > span {
      background-color: #ffffbc;
      display: inline-block; }
    .fl_vote_back .fl_vote_inner .fl_vote_p03 {
      color: #f76e86; }
  .fl_vote_back .fl_btn_a01 {
    text-align: center; }

@media (min-width: 768px) {
  .fl_vote_back {
    padding-bottom: 90px; }
    .fl_vote_back::before {
      background: url(../img/teaser/back02.svg) no-repeat center/100%;
      aspect-ratio: 1440 / 200;
      top: -110px;
      left: 0;
      z-index: 5; }
    .fl_vote_back .container {
      z-index: 6; }
    .fl_vote_back .fl_vote_title {
      width: 360px;
      margin: 20px auto 70px; }
      .fl_vote_back .fl_vote_title::before {
        background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 5%, rgba(154, 201, 43, 0) 60%);
        width: 500px;
        height: 500px;
        top: -170px;
        left: -50px;
        z-index: -1; }
    .fl_vote_back .fl_vote_inner {
      width: 900px;
      margin: 0 auto 30px;
      padding: 30px; }
      .fl_vote_back .fl_vote_inner > .deco .face {
        width: 410px;
        top: -67px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1; }
      .fl_vote_back .fl_vote_inner > .deco .hand {
        width: 408px;
        top: -37px;
        left: 1px;
        right: 0;
        margin: auto; }
      .fl_vote_back .fl_vote_inner > .fl_vote_p01 {
        text-align: center;
        font-size: 20px; }
      .fl_vote_back .fl_vote_inner > .fl_vote_line {
        text-align: center;
        font-size: 30px;
        position: relative;
        margin: 20px 0; }
        .fl_vote_back .fl_vote_inner > .fl_vote_line > .icon {
          height: 70px;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 30px;
          margin: auto;
          gap: 0 10px; }
        .fl_vote_back .fl_vote_inner > .fl_vote_line > .fusen {
          width: 230px;
          position: absolute;
          bottom: -60px;
          right: -70px; }
      .fl_vote_back .fl_vote_inner .fl_vote_p02 {
        text-align: center;
        margin-bottom: 10px;
        font-size: 18px; }
        .fl_vote_back .fl_vote_inner .fl_vote_p02 > span {
          margin: 5px 0; }
      .fl_vote_back .fl_vote_inner .fl_vote_p03 {
        text-align: center;
        font-size: 18px;
        margin-bottom: 15px; }
      .fl_vote_back .fl_vote_inner small {
        font-size: 13px; }
      .fl_vote_back .fl_vote_inner .small01 {
        text-align: center;
        margin-bottom: 20px; }
      .fl_vote_back .fl_vote_inner .small02 {
        margin-top: 20px; }
    .fl_vote_back .fl_btn_a01 {
      margin: 0 auto; } }
@media (max-width: 767.98px) {
  .fl_vote_top {
    margin-top: -50px;
    position: relative;
    z-index: 0; }

  .fl_vote_back {
    padding: 30px 0 80px; }
    .fl_vote_back .container {
      z-index: 6; }
    .fl_vote_back .fl_vote_title {
      width: 80%;
      margin: 0 auto 70px; }
      .fl_vote_back .fl_vote_title::before {
        background: radial-gradient(circle, white 25%, rgba(154, 201, 43, 0) 100%);
        width: 100%;
        aspect-ratio: 1 / 0.5;
        top: 0;
        z-index: -1; }
    .fl_vote_back .fl_vote_inner {
      margin: 0 10px 20px;
      padding: 30px 10px; }
      .fl_vote_back .fl_vote_inner > .deco .face {
        width: 100%;
        top: -60px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1; }
      .fl_vote_back .fl_vote_inner > .deco .hand {
        width: 100%;
        top: -35px;
        left: 1px;
        right: 0;
        margin: auto; }
      .fl_vote_back .fl_vote_inner > .fl_vote_p01 {
        font-size: 17px;
        padding-left: 10px;
        margin: 0; }
      .fl_vote_back .fl_vote_inner > .fl_vote_line {
        font-size: 19px;
        position: relative;
        margin-bottom: 15px; }
        .fl_vote_back .fl_vote_inner > .fl_vote_line > .txt {
          padding: 5px 10px;
          margin: 10px 0; }
        .fl_vote_back .fl_vote_inner > .fl_vote_line > .icon {
          height: 55px;
          gap: 0 7px;
          padding-left: 10px; }
          .fl_vote_back .fl_vote_inner > .fl_vote_line > .icon img {
            width: auto; }
        .fl_vote_back .fl_vote_inner > .fl_vote_line > .fusen {
          width: 45%;
          position: absolute;
          top: -130px;
          right: 0px; }
      .fl_vote_back .fl_vote_inner .fl_vote_p02 {
        text-align: center;
        margin-bottom: 10px;
        font-size: 15px; }
        .fl_vote_back .fl_vote_inner .fl_vote_p02 > span {
          margin: 5px 0; }
      .fl_vote_back .fl_vote_inner .fl_vote_p03 {
        font-size: 12px;
        margin-bottom: 10px; }
      .fl_vote_back .fl_vote_inner small {
        font-size: 11px; }
      .fl_vote_back .fl_vote_inner .small01 {
        text-align: center;
        margin-bottom: 10px; }
      .fl_vote_back .fl_vote_inner .small02 {
        margin-top: 20px; }
    .fl_vote_back .fl_btn_a01 {
      margin: 0 auto; } }
.fl_special_wrap {
  position: relative; }
  .fl_special_wrap::before {
    content: '';
    background: url("../img/teaser/special/back.svg") no-repeat top/100%;
    position: absolute; }
  .fl_special_wrap .fl_special_ballon {
    display: flex;
    align-items: flex-start; }
  .fl_special_wrap .fl_special_lead {
    text-align: center; }
    .fl_special_wrap .fl_special_lead > span {
      background-color: #ffffbc;
      display: inline-block; }
  .fl_special_wrap .fl_special_cloud > span, .fl_special_wrap .fl_special_deco > span, .fl_special_wrap .fl_special_deco2 > span {
    position: absolute; }

@media (min-width: 768px) {
  .fl_special_wrap {
    padding: 110px 0 50px; }
    .fl_special_wrap::before {
      width: 60px;
      height: 100%;
      top: 50px;
      right: calc(50% + 440px); }
    .fl_special_wrap .fl_special_ttl {
      width: 330px;
      margin: 0 auto; }
    .fl_special_wrap .fl_special_lead {
      font-size: 18px;
      line-height: 1.2em;
      margin-top: 30px; }
    .fl_special_wrap .fl_special_lead2 {
      text-align: center;
      font-size: 18px;
      line-height: 1.8em; }
    .fl_special_wrap .fl_special_ballon {
      position: relative;
      height: 380px; }
      .fl_special_wrap .fl_special_ballon img {
        width: 210px;
        position: absolute; }
        .fl_special_wrap .fl_special_ballon img:nth-child(1) {
          top: -150px;
          left: calc(50% + 190px); }
        .fl_special_wrap .fl_special_ballon img:nth-child(2) {
          top: -150px;
          right: calc(50% + 190px); }
        .fl_special_wrap .fl_special_ballon img:nth-child(3) {
          bottom: -120px;
          right: calc(50% + 270px); }
        .fl_special_wrap .fl_special_ballon img:nth-child(4) {
          top: 50px;
          right: calc(50% + 20px); }
        .fl_special_wrap .fl_special_ballon img:nth-child(5) {
          top: 50px;
          left: calc(50% + 20px); }
        .fl_special_wrap .fl_special_ballon img:nth-child(6) {
          bottom: -120px;
          left: calc(50% + 270px); }
    .fl_special_wrap .fl_special_cloud > span:nth-child(1) {
      width: 580px;
      top: -200px;
      left: calc(50% + -70px);
      z-index: 6; }
    .fl_special_wrap .fl_special_deco > span:nth-child(1) {
      width: 80px;
      top: -80px;
      right: calc(50% + 340px);
      z-index: 6; }
    .fl_special_wrap .fl_special_deco > span:nth-child(2) {
      width: 110px;
      top: -40px;
      left: calc(50% + 370px); }
    .fl_special_wrap .fl_special_deco2 > span:nth-child(1) {
      width: 44px;
      top: 210px;
      right: calc(50% + 450px); }
    .fl_special_wrap .fl_special_deco2 > span:nth-child(2) {
      width: 44px;
      bottom: -40px;
      left: calc(50% + 250px); }
    .fl_special_wrap .fl_special_deco2 > span:nth-child(3) {
      width: 37px;
      bottom: 10px;
      left: calc(50% + 190px); }
    .fl_special_wrap .fl_special_deco2 > span:nth-child(4) {
      width: 39px;
      top: -20px;
      left: calc(50% + 240px); }
    .fl_special_wrap .fl_special_deco2 > span:nth-child(5) {
      width: 40px;
      bottom: -10px;
      right: calc(50% + 220px); }
    .fl_special_wrap .fl_special_deco2 > span:nth-child(6) {
      width: 31px;
      bottom: -40px;
      right: calc(50% + 280px); } }
@media (max-width: 767.98px) {
  .fl_special_wrap {
    padding: 80px 0 30px; }
    .fl_special_wrap::before {
      width: 12%;
      height: 100%;
      top: 50px;
      left: 15px; }
    .fl_special_wrap .fl_special_ttl {
      width: 61%;
      margin: 0 auto; }
    .fl_special_wrap .fl_special_lead {
      font-size: 1.1rem;
      line-height: 1.2em;
      margin-top: 15px; }
    .fl_special_wrap .fl_special_lead2 {
      font-size: 1.2rem;
      line-height: 1.7em;
      margin: 0;
      text-align: center; }
    .fl_special_wrap .fl_special_ballon {
      flex-wrap: wrap;
      justify-content: flex-end;
      flex-direction: row-reverse;
      padding: 0 15px;
      margin-top: -15px;
      position: relative;
      z-index: 1; }
      .fl_special_wrap .fl_special_ballon img {
        width: 50%; }
        .fl_special_wrap .fl_special_ballon img:nth-child(even) {
          padding-top: 70px; }
        .fl_special_wrap .fl_special_ballon img:nth-child(1), .fl_special_wrap .fl_special_ballon img:nth-child(2) {
          margin-bottom: -100px; }
        .fl_special_wrap .fl_special_ballon img:nth-child(3), .fl_special_wrap .fl_special_ballon img:nth-child(4) {
          margin-bottom: -120px; }
    .fl_special_wrap .fl_special_cloud > span:nth-child(1) {
      width: 100%;
      top: -140px;
      right: -25%;
      z-index: 6; }
    .fl_special_wrap .fl_special_cloud > span:nth-child(2) {
      width: 20%;
      bottom: 14%;
      left: 10%;
      z-index: -1; }
    .fl_special_wrap .fl_special_cloud > span:nth-child(3) {
      width: 21%;
      bottom: 31%;
      right: -4%; }
    .fl_special_wrap .fl_special_deco > span:nth-child(1) {
      width: 16%;
      top: -10%;
      left: 5%;
      z-index: 6; }
    .fl_special_wrap .fl_special_deco > span:nth-child(2) {
      width: 21%;
      top: -90px;
      right: 3%;
      z-index: 6; }
    .fl_special_wrap .fl_special_deco2 > span:nth-child(1) {
      width: 33px;
      top: 6%;
      right: 7%; }
    .fl_special_wrap .fl_special_deco2 > span:nth-child(2) {
      width: 33px;
      bottom: 12%;
      left: calc(50% + 5px); }
    .fl_special_wrap .fl_special_deco2 > span:nth-child(3) {
      width: 21px;
      bottom: 7%;
      right: 10%; }
    .fl_special_wrap .fl_special_deco2 > span:nth-child(4) {
      width: 29px;
      top: 13%;
      right: calc(50% + 60px); }
    .fl_special_wrap .fl_special_deco2 > span:nth-child(5) {
      width: 30px;
      bottom: 34%;
      right: calc(50% + 20px); }
    .fl_special_wrap .fl_special_deco2 > span:nth-child(6) {
      width: 22px;
      top: 34%;
      right: calc(50% + 5px); } }
.fl_schedule_back {
  position: relative;
  background: linear-gradient(0deg, #9ee4ec 0%, #54bfba 100%); }

.fl_schedule_top {
  position: relative;
  z-index: 1; }

.fl_schedule_wrap .fl_schedule_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff; }
.fl_schedule_wrap .fl_schedule_info {
  display: flex; }
  .fl_schedule_wrap .fl_schedule_info .ttl {
    color: #ffffbc;
    text-align: center;
    position: relative; }
    .fl_schedule_wrap .fl_schedule_info .ttl::before {
      content: '';
      position: absolute;
      z-index: 3;
      left: 0;
      right: 0;
      margin: auto;
      width: 25px;
      height: 15px;
      clip-path: polygon(50% 100%, 0 0, 100% 0);
      bottom: -14px; }
    .fl_schedule_wrap .fl_schedule_info .ttl > .wankeru > span {
      position: absolute; }
  .fl_schedule_wrap .fl_schedule_info .lead_p {
    text-align: center; }
    .fl_schedule_wrap .fl_schedule_info .lead_p > span {
      color: #f76e86; }
  .fl_schedule_wrap .fl_schedule_info .inner {
    z-index: 2;
    position: relative; }
  .fl_schedule_wrap .fl_schedule_info .day {
    display: flex;
    flex-direction: column; }
    .fl_schedule_wrap .fl_schedule_info .day > div {
      background-color: #ffffbc;
      text-align: center;
      position: relative;
      border-radius: 100px 0 0 100px; }
      .fl_schedule_wrap .fl_schedule_info .day > div > .icon {
        position: absolute;
        margin: auto; }
  .fl_schedule_wrap .fl_schedule_info > .otoku > .ttl {
    background-color: #f76e86; }
    .fl_schedule_wrap .fl_schedule_info > .otoku > .ttl::before {
      background-color: #f76e86; }
  .fl_schedule_wrap .fl_schedule_info > .otoku > .inner {
    background-color: #ffffff; }
    .fl_schedule_wrap .fl_schedule_info > .otoku > .inner .otoku_flex {
      display: flex; }
  .fl_schedule_wrap .fl_schedule_info > .live {
    position: relative; }
    .fl_schedule_wrap .fl_schedule_info > .live > .ttl {
      background-color: #5dbae5; }
      .fl_schedule_wrap .fl_schedule_info > .live > .ttl::before {
        background-color: #5dbae5; }
    .fl_schedule_wrap .fl_schedule_info > .live > .inner {
      background: url("../img/teaser/schedule/live_back_sp.avif") no-repeat center/cover; }
      .fl_schedule_wrap .fl_schedule_info > .live > .inner > .fl_btn_a01 {
        position: absolute; }

@media (min-width: 768px) {
  .fl_schedule_top {
    width: 610px;
    margin: 0 auto -41px; }

  .fl_schedule_back::before {
    content: '';
    background: url("../img/teaser/schedule/green.svg") no-repeat center/100%;
    aspect-ratio: 1556/154;
    position: absolute;
    bottom: -75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 820px;
    z-index: 2; }

  .fl_schedule_wrap {
    padding: 40px 0 150px;
    position: relative; }
    .fl_schedule_wrap::before {
      content: '';
      position: absolute;
      background: url("../img/teaser/schedule/schedule_back.svg") repeat-y top/100%;
      width: 120px;
      height: 85%;
      top: 100px;
      right: calc(50% + 590px); }
    .fl_schedule_wrap::after {
      content: '';
      position: absolute;
      background: url("../img/teaser/schedule/schedule_back.svg") repeat-y top/100%;
      width: 120px;
      height: 85%;
      top: 100px;
      left: calc(50% + 590px); }
    .fl_schedule_wrap .fl_schedule_ttl > img {
      width: 360px; }
    .fl_schedule_wrap .fl_schedule_ttl > p {
      font-size: 30px;
      margin: 25px 0 0 0; }
    .fl_schedule_wrap .fl_schedule_info {
      justify-content: center;
      gap: 0 90px; }
      .fl_schedule_wrap .fl_schedule_info > div {
        width: 390px;
        height: 500px; }
      .fl_schedule_wrap .fl_schedule_info .ttl {
        font-size: 24px;
        margin: 0 15px;
        border-radius: 20px 20px 0 0;
        padding: 18px 0; }
      .fl_schedule_wrap .fl_schedule_info .inner {
        padding: 0 15px;
        height: 100%; }
      .fl_schedule_wrap .fl_schedule_info .day {
        gap: 30px 0; }
        .fl_schedule_wrap .fl_schedule_info .day > div {
          font-size: 23px;
          height: 45px;
          padding: 0 0 0 70px; }
          .fl_schedule_wrap .fl_schedule_info .day > div > .icon {
            width: 67px;
            top: -10px;
            left: 0px; }
      .fl_schedule_wrap .fl_schedule_info > .otoku > .ttl > .wankeru > span:nth-child(1) {
        width: 33%;
        left: -30px;
        top: -15px; }
      .fl_schedule_wrap .fl_schedule_info > .otoku > .ttl > .wankeru > span:nth-child(2) {
        width: 33%;
        right: -30px;
        top: -15px; }
      .fl_schedule_wrap .fl_schedule_info > .otoku .inner {
        padding-top: 30px; }
        .fl_schedule_wrap .fl_schedule_info > .otoku .inner .otoku_flex {
          gap: 0 20px;
          justify-content: center; }
          .fl_schedule_wrap .fl_schedule_info > .otoku .inner .otoku_flex > img {
            width: 170px; }
        .fl_schedule_wrap .fl_schedule_info > .otoku .inner .lead_p {
          font-size: 24px;
          margin: 25px 0 20px; }
      .fl_schedule_wrap .fl_schedule_info > .live {
        margin-bottom: 20px; }
        .fl_schedule_wrap .fl_schedule_info > .live > .ttl > .wankeru > span {
          width: 28%;
          right: -10px;
          top: -20px; }
        .fl_schedule_wrap .fl_schedule_info > .live > .inner {
          padding-top: 20px; }
          .fl_schedule_wrap .fl_schedule_info > .live > .inner > .live_img {
            width: 330px;
            margin: 0 auto; }
          .fl_schedule_wrap .fl_schedule_info > .live > .inner > .fl_btn_a01 > a {
            width: 420px;
            height: 70px;
            left: -30px;
            bottom: -25px; }
          .fl_schedule_wrap .fl_schedule_info > .live > .inner .lead_p {
            font-size: 18px;
            margin: 10px 0 5px; } }
@media (max-width: 767.98px) {
  .fl_schedule_top {
    margin: 0 -30px -1px; }

  .fl_schedule_back::before {
    content: '';
    background: url("../img/teaser/schedule/green.svg") no-repeat center/120%;
    height: 5%;
    position: absolute;
    bottom: -3.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 1; }

  .fl_schedule_wrap {
    padding: 15px 0 60px; }
    .fl_schedule_wrap .fl_schedule_ttl > img {
      width: 92%; }
    .fl_schedule_wrap .fl_schedule_ttl > p {
      font-size: 25px;
      margin: 5px 0 0 0; }
    .fl_schedule_wrap .fl_deco_star {
      margin: 5px auto 20px; }
    .fl_schedule_wrap .fl_schedule_info {
      flex-direction: column;
      padding: 0 25px;
      gap: 30px 0; }
      .fl_schedule_wrap .fl_schedule_info .ttl {
        font-size: 20px;
        margin: 0 10px;
        border-radius: 25px 25px 0 0;
        padding: 15px 0; }
      .fl_schedule_wrap .fl_schedule_info .inner {
        padding: 30px 10px 30px; }
      .fl_schedule_wrap .fl_schedule_info .day {
        gap: 30px 0; }
        .fl_schedule_wrap .fl_schedule_info .day > div {
          font-size: 23px;
          padding: 5px 0 5px 70px; }
          .fl_schedule_wrap .fl_schedule_info .day > div > .icon {
            width: 65px;
            top: -10px;
            left: 10px; }
      .fl_schedule_wrap .fl_schedule_info > .otoku > .ttl > .wankeru > span:nth-child(1) {
        width: 33%;
        left: -30px;
        top: -15px; }
      .fl_schedule_wrap .fl_schedule_info > .otoku > .ttl > .wankeru > span:nth-child(2) {
        width: 33%;
        right: -30px;
        top: -15px; }
      .fl_schedule_wrap .fl_schedule_info > .otoku .inner {
        padding-top: 30px; }
        .fl_schedule_wrap .fl_schedule_info > .otoku .inner .otoku_flex {
          justify-content: space-between; }
          .fl_schedule_wrap .fl_schedule_info > .otoku .inner .otoku_flex > img {
            width: calc( 50% - 8px ); }
        .fl_schedule_wrap .fl_schedule_info > .otoku .inner .lead_p {
          font-size: 20px;
          margin: 25px 0 20px; }
      .fl_schedule_wrap .fl_schedule_info > .live {
        margin-bottom: 20px; }
        .fl_schedule_wrap .fl_schedule_info > .live > .ttl > .wankeru > span {
          width: 28%;
          right: -10px;
          top: -15px; }
        .fl_schedule_wrap .fl_schedule_info > .live > .inner {
          padding-top: 20px;
          padding-bottom: 50px; }
          .fl_schedule_wrap .fl_schedule_info > .live > .inner > .live_img {
            margin: 0 10px 15px; }
          .fl_schedule_wrap .fl_schedule_info > .live > .inner .lead_p {
            font-size: 15px;
            margin-bottom: 10px; }
          .fl_schedule_wrap .fl_schedule_info > .live > .inner > .fl_btn_a01 {
            width: calc( 100% + 50px);
            left: -25px;
            bottom: -25px; } }
.fl_bottom_back {
  position: relative; }
  .fl_bottom_back .wankeru > span {
    position: absolute; }

@media (min-width: 768px) {
  .fl_bottom_back {
    height: 420px;
    background: url("../img/teaser/bottom/back.avif") no-repeat center/cover; }
    .fl_bottom_back.close_back {
      background: url("../img/teaser/bottom/back_close.avif") no-repeat center/cover; }
    .fl_bottom_back .container {
      height: 100%; }
    .fl_bottom_back .fl_bottom_flex {
      width: 900px;
      height: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      .fl_bottom_back .fl_bottom_flex .ribbon {
        width: 345px;
        padding-top: 120px; }
      .fl_bottom_back .fl_bottom_flex .wankeru {
        width: 490px;
        position: relative;
        overflow: hidden; }
      .fl_bottom_back .fl_bottom_flex .online_btn {
        position: absolute;
        width: 500px;
        bottom: 20px;
        right: 0;
        left: 0;
        margin: auto;
        z-index: 2; }
    .fl_bottom_back .wankeru > span:nth-child(1) {
      width: 160px;
      top: 120px; }
    .fl_bottom_back .wankeru > span:nth-child(2) {
      width: 230px;
      top: 110px;
      left: -22px;
      right: 0;
      margin: 0 auto;
      z-index: 1; }
    .fl_bottom_back .wankeru > span:nth-child(3) {
      width: 190px;
      top: 130px;
      right: 0; }
    .fl_bottom_back .fl_bottom_deco {
      position: absolute;
      width: 1010px;
      top: 10px;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .fl_bottom_back .fl_bottom_deco2 > span {
      position: absolute; }
      .fl_bottom_back .fl_bottom_deco2 > span:nth-child(1) {
        width: 40px;
        top: 25px;
        left: calc(50% + 480px); }
      .fl_bottom_back .fl_bottom_deco2 > span:nth-child(2) {
        width: 43px;
        top: 170px;
        right: calc(50% + 460px); } }
@media (max-width: 767.98px) {
  .fl_bottom_back {
    aspect-ratio: 1;
    background: url("../img/teaser/bottom/back_sp.avif") no-repeat center/100%;
    position: relative;
    overflow: hidden; }
    .fl_bottom_back.close_back {
      background: url("../img/teaser/bottom/back_close_sp.avif") no-repeat center/100%; }
    .fl_bottom_back .container {
      height: 100%; }
    .fl_bottom_back .fl_bottom_flex .ribbon {
      width: 60%;
      margin: 0 auto;
      padding-top: 13%; }
    .fl_bottom_back .wankeru > span {
      display: none; }
      .fl_bottom_back .wankeru > span:nth-child(1) {
        width: 34%;
        left: 2%;
        bottom: -30%; }
      .fl_bottom_back .wankeru > span:nth-child(2) {
        width: 49%;
        bottom: -34%;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 1; }
      .fl_bottom_back .wankeru > span:nth-child(3) {
        width: 41%;
        right: -1%;
        bottom: -27%; }
    .fl_bottom_back .online_btn {
      display: block;
      margin-top: -5px;
      padding: 0 10px; }
    .fl_bottom_back .fl_bottom_deco {
      position: absolute;
      width: 100%;
      top: 9%;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .fl_bottom_back .fl_bottom_deco2 > span {
      position: absolute; }
      .fl_bottom_back .fl_bottom_deco2 > span:nth-child(1) {
        width: 35px;
        top: 9%;
        right: 5%; }
      .fl_bottom_back .fl_bottom_deco2 > span:nth-child(2) {
        width: 25px;
        top: 25%;
        left: 5%; } }
.accordion-area {
  list-style: none;
  width: 100%;
  padding: 0;
  margin-bottom: 0; }
  .accordion-area > li {
    position: relative; }
    .accordion-area > li .title {
      cursor: pointer;
      position: relative;
      background-color: #cffbff;
      padding: 2px 10px; }
      .accordion-area > li .title::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(-45deg); }
      .accordion-area > li .title.box_open {
        transition: .2s; }
        .accordion-area > li .title.box_open::before {
          transform: rotate(135deg);
          top: 10px; }
    .accordion-area > li .box {
      display: none;
      background-color: #fff;
      color: #707070;
      border: 2px solid #cffbff; }
      .accordion-area > li .box > .gacha_p {
        color: #004ea2;
        margin-bottom: 5px; }
      .accordion-area > li .box > p {
        margin-bottom: 0; }
      .accordion-area > li .box > ul {
        list-style-type: disc; }

@media (min-width: 768px) {
  .accordion-area > li .title {
    font-size: 12px; }
    .accordion-area > li .title::before {
      width: 11px;
      height: 11px;
      right: 13px;
      bottom: 5px;
      border-left: 2px solid #004ea2;
      border-bottom: 2px solid #004ea2; }
  .accordion-area > li .box {
    padding: 10px;
    font-size: 11px; }
    .accordion-area > li .box > .gacha_p {
      font-size: 12px; } }
@media (max-width: 767.98px) {
  .accordion-area > li .title::before {
    width: 11px;
    height: 11px;
    right: 13px;
    bottom: 5px;
    border-left: 2px solid #004ea2;
    border-bottom: 2px solid #004ea2; }
  .accordion-area > li .box {
    padding: 10px;
    font-size: .7rem; }
    .accordion-area > li .box > .gacha_p {
      font-size: .75rem; } }
.modal_test_btn {
  border: 2px solid;
  margin: 10px;
  padding: 10px; }
  .modal_test_btn > a {
    background: #004ea2;
    color: #fff;
    cursor: pointer;
    padding: 0px 10px; }

.fl_gacha_box .modal-content {
  border-radius: 0; }
.fl_gacha_box .modal-body {
  padding: 0; }
.fl_gacha_box .fl_gacha_content01 > .get {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .fl_gacha_box .fl_gacha_content01 > .get > .ticket {
    padding: 10px 25px; }
    .fl_gacha_box .fl_gacha_content01 > .get > .ticket.one {
      background: url("../img/teaser/modal/back01.svg") no-repeat top/100%; }
    .fl_gacha_box .fl_gacha_content01 > .get > .ticket .title {
      z-index: 1; }
  .fl_gacha_box .fl_gacha_content01 > .get > .txt {
    background: url("../img/teaser/modal/back02.png") no-repeat top/100%;
    text-align: center;
    padding: 30px 0 20px;
    margin-top: auto;
    position: relative;
    overflow: hidden; }
    .fl_gacha_box .fl_gacha_content01 > .get > .txt > p {
      margin-bottom: 0; }
    .fl_gacha_box .fl_gacha_content01 > .get > .txt > .fl_gacha_deco > span {
      position: absolute; }
      .fl_gacha_box .fl_gacha_content01 > .get > .txt > .fl_gacha_deco > span:nth-child(1) {
        width: 26%;
        transform: rotate(-20deg);
        right: -11%;
        top: 10%; }
      .fl_gacha_box .fl_gacha_content01 > .get > .txt > .fl_gacha_deco > span:nth-child(2) {
        width: 26%;
        left: -11%;
        top: 10%; }
  .fl_gacha_box .fl_gacha_content01 > .get > .fl_gacha_close {
    background-color: #004ea2;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .fl_gacha_box .fl_gacha_content01 > .get > .fl_gacha_close > .close_btn {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background-color: #004ea2;
      position: relative;
      border: none;
      z-index: 1; }
      .fl_gacha_box .fl_gacha_content01 > .get > .fl_gacha_close > .close_btn::before, .fl_gacha_box .fl_gacha_content01 > .get > .fl_gacha_close > .close_btn::after {
        content: '';
        position: absolute;
        left: 12px;
        top: 50%;
        width: 20px;
        height: 2px;
        background-color: #fff;
        transform-origin: center; }
      .fl_gacha_box .fl_gacha_content01 > .get > .fl_gacha_close > .close_btn::before {
        transform: translateY(-50%) rotate(45deg); }
      .fl_gacha_box .fl_gacha_content01 > .get > .fl_gacha_close > .close_btn::after {
        transform: translateY(-50%) rotate(-45deg); }
  .fl_gacha_box .fl_gacha_content01 > .get > .close_btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #004ea2;
    position: absolute;
    border: none;
    z-index: 1;
    top: -23px;
    right: 0; }
    .fl_gacha_box .fl_gacha_content01 > .get > .close_btn::before, .fl_gacha_box .fl_gacha_content01 > .get > .close_btn::after {
      content: '';
      position: absolute;
      left: 12px;
      top: 50%;
      width: 20px;
      height: 2px;
      background-color: #fff;
      transform-origin: center; }
    .fl_gacha_box .fl_gacha_content01 > .get > .close_btn::before {
      transform: translateY(-50%) rotate(45deg); }
    .fl_gacha_box .fl_gacha_content01 > .get > .close_btn::after {
      transform: translateY(-50%) rotate(-45deg); }
.fl_gacha_box .fl_gacha_content02 {
  background: url("../img/teaser/modal/gacha_error.avif") no-repeat top/cover;
  aspect-ratio: 750/599; }
  .fl_gacha_box .fl_gacha_content02 .txt > p {
    font-weight: 500; }
    .fl_gacha_box .fl_gacha_content02 .txt > p > span {
      background-color: #ffffbc; }
  .fl_gacha_box .fl_gacha_content02 .fl_gacha_deco {
    display: flex;
    justify-content: space-between; }
.fl_gacha_box .fl_gacha_content03 {
  background: url("../img/teaser/modal/gacha_done.avif") no-repeat top/cover;
  aspect-ratio: 750/750; }
  .fl_gacha_box .fl_gacha_content03 .txt {
    text-align: center; }
    .fl_gacha_box .fl_gacha_content03 .txt > p:nth-child(1) > span {
      background-color: #ffffbc;
      font-weight: 500; }
    .fl_gacha_box .fl_gacha_content03 .txt > p:nth-child(2) {
      position: relative;
      display: inline-block;
      padding: 0 1em; }
      .fl_gacha_box .fl_gacha_content03 .txt > p:nth-child(2)::before, .fl_gacha_box .fl_gacha_content03 .txt > p:nth-child(2)::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 1em;
        height: 1px;
        background: #004ea2; }
      .fl_gacha_box .fl_gacha_content03 .txt > p:nth-child(2)::before {
        left: -5px;
        transform: rotate(60deg); }
      .fl_gacha_box .fl_gacha_content03 .txt > p:nth-child(2)::after {
        right: -5px;
        transform: rotate(-60deg); }
  .fl_gacha_box .fl_gacha_content03 .fl_btn01::before {
    content: none; }

@media (min-width: 768px) {
  .fl_gacha_box .modal-dialog {
    width: 350px; }
  .fl_gacha_box .fl_gacha_content01 > .get > .ticket > p {
    font-size: 13px;
    letter-spacing: 0;
    margin: 5px -10px;
    white-space: nowrap; }
  .fl_gacha_box .fl_gacha_content01 > .get > .ticket .title {
    font-size: 12px; }
  .fl_gacha_box .fl_gacha_content01 > .get > .txt {
    font-size: 14px; }

  .fl_gacha_box02 .modal-dialog {
    width: 500px; }
  .fl_gacha_box02 .fl_gacha_content02 .txt {
    padding: 90px 0 0 0;
    text-align: center; }
    .fl_gacha_box02 .fl_gacha_content02 .txt > p:nth-child(1) {
      font-size: 38px; }
    .fl_gacha_box02 .fl_gacha_content02 .txt > p:nth-child(2) {
      font-size: 15px;
      margin-bottom: 5px; }
  .fl_gacha_box02 .fl_gacha_content02 .fl_gacha_deco {
    padding: 0 50px; }
    .fl_gacha_box02 .fl_gacha_content02 .fl_gacha_deco > span:nth-child(1) {
      width: 140px; }
    .fl_gacha_box02 .fl_gacha_content02 .fl_gacha_deco > span:nth-child(2) {
      width: 115px; }
  .fl_gacha_box02 .fl_gacha_content03 .txt {
    padding-top: 70px; }
    .fl_gacha_box02 .fl_gacha_content03 .txt > p:nth-child(1) > span {
      font-size: 38px; }
      .fl_gacha_box02 .fl_gacha_content03 .txt > p:nth-child(1) > span:nth-child(1) {
        font-size: 24px; }
    .fl_gacha_box02 .fl_gacha_content03 .txt > p:nth-child(2) {
      margin: 20px 0 5px; }
  .fl_gacha_box02 .fl_gacha_content03 .fl_gacha_deco {
    width: 240px;
    margin: 0 auto -40px;
    display: flex;
    gap: 15px; }
  .fl_gacha_box02 .fl_gacha_content03 .fl_btn01 {
    width: 330px; } }
@media (max-width: 767.98px) {
  .fl_gacha_box .modal-dialog {
    margin: 15px; }
  .fl_gacha_box .fl_gacha_content01 > .get > .ticket > p {
    font-size: .8rem;
    letter-spacing: 0;
    margin: 5px -10px;
    white-space: nowrap; }
  .fl_gacha_box .fl_gacha_content01 > .get > .ticket .title {
    font-size: .75rem; }
  .fl_gacha_box .fl_gacha_content01 > .get > .txt {
    font-size: .87rem; }

  .fl_gacha_box02 .fl_gacha_content02 .txt {
    padding: 60px 0 0 0;
    text-align: center; }
    .fl_gacha_box02 .fl_gacha_content02 .txt > p:nth-child(1) {
      font-size: 2rem; }
    .fl_gacha_box02 .fl_gacha_content02 .txt > p:nth-child(2) {
      font-size: .75rem;
      margin-bottom: 5px; }
  .fl_gacha_box02 .fl_gacha_content02 .fl_gacha_deco {
    padding: 0 40px; }
    .fl_gacha_box02 .fl_gacha_content02 .fl_gacha_deco > span:nth-child(1) {
      width: 30%; }
    .fl_gacha_box02 .fl_gacha_content02 .fl_gacha_deco > span:nth-child(2) {
      width: 26%; }
  .fl_gacha_box02 .fl_gacha_content03 .txt {
    padding-top: 40px; }
    .fl_gacha_box02 .fl_gacha_content03 .txt > p:nth-child(1) {
      margin-bottom: 7px; }
      .fl_gacha_box02 .fl_gacha_content03 .txt > p:nth-child(1) > span {
        font-size: 1.7rem; }
        .fl_gacha_box02 .fl_gacha_content03 .txt > p:nth-child(1) > span:nth-child(1) {
          font-size: 1.15rem; }
    .fl_gacha_box02 .fl_gacha_content03 .txt > p:nth-child(2) {
      font-size: .75rem;
      margin-bottom: 5px; }
  .fl_gacha_box02 .fl_gacha_content03 .fl_gacha_deco {
    width: 45%;
    margin: 0 auto -40px;
    display: flex;
    gap: 10px; }
  .fl_gacha_box02 .fl_gacha_content03 .fl_btn01 {
    scale: 0.7; } }
.inview-fade-up {
  transition: opacity 1s, transform 1s;
  opacity: 0;
  transform: translateY(20px); }
  .inview-fade-up.inview-once {
    opacity: 1;
    transform: translateY(0); }

.inview-scale-bounce {
  transition: opacity .3s;
  opacity: 0; }
  .inview-scale-bounce.inview {
    opacity: 1;
    transform: scale(1);
    animation: inview-scale-animation 0.6s ease; }

@keyframes inview-scale-animation {
  0% {
    transform: scale(0.9); }
  16.6% {
    transform: scale(1.1); }
  33% {
    transform: scale(1); }
  50% {
    transform: scale(0.9); }
  66.6% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.inview-stamp {
  transition: opacity .2s .3s, transform .2s .3s ease-in;
  opacity: 0;
  transform: scale(1.5); }
  .inview-stamp.inview {
    opacity: 1;
    transform: scale(1); }
