@charset "UTF-8";
.container {
  padding: 0;
  position: relative; }

.header .band {
  display: none !important; }
.header .menu_icon {
  top: 0; }

@media (min-width: 768px) {
  .container {
    width: 1030px;
    max-width: 1030px; }

  .anchor_link {
    padding-bottom: 80px;
    margin-top: -80px; } }
@media (max-width: 767.98px) {
  .container {
    width: 100%; }

  .anchor_link {
    padding-bottom: 160px;
    margin-top: -160px; } }
.fl_ttl01 {
  margin-bottom: 0; }

.fl_lead01 > span {
  background-color: #ffffbc;
  display: inline-block; }
  .fl_lead01 > span > span {
    color: #f76e86; }

@media (min-width: 768px) {
  .fl_ttl01 {
    text-align: center;
    font-size: 30px;
    font-weight: 600; }

  .fl_lead01 {
    text-align: center;
    font-size: 18px;
    line-height: 1.2em; }

  .fl_deco_star {
    width: 30px;
    margin: 30px auto; }

  .fl_deco_star2 {
    width: 21px; } }
@media (max-width: 767.98px) {
  .fl_ttl01 {
    text-align: center;
    font-size: 1.55rem;
    font-weight: 600; }

  .fl_lead01 {
    text-align: center;
    font-size: .95rem;
    line-height: 1.2em; }
    .fl_lead01 > span {
      margin: 5px 0; }

  .fl_deco_star {
    width: 15px;
    margin: 20px auto; }

  .fl_deco_star2 {
    margin: 10px auto 10px; } }
.accordion-area {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0; }
  .accordion-area > li {
    position: relative; }
    .accordion-area > li .title {
      cursor: pointer;
      position: relative; }
      .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; }
      .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::before {
    width: 11px;
    height: 11px;
    right: 13px;
    bottom: 5px;
    border-left: 2px solid #004ea2;
    border-bottom: 2px solid #004ea2; }
  .accordion-area > li .box {
    padding: 13px;
    font-size: 11px; } }
@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; } }
.fl_btn01 {
  background: linear-gradient(134deg, #fdf1f4 30%, #b0f3fb 62%, #cffbff 100%);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden; }
  .fl_btn01::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fbfbfb;
    animation: btn_animation 2.5s 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;
    justify-content: center; }
    .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: 1;
    border: 2px solid #004ea2; }
    .fl_btn01 > span {
      width: 30px; } }
.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; } }
.main_back_b img.xmas_santa,
.main_back_b img.ny_keru {
  position: absolute;
  z-index: 4;
  visibility: hidden;
  will-change: transform, visibility; }
  @media (min-width: 768px) {
    .main_back_b img.xmas_santa,
    .main_back_b img.ny_keru {
      width: 250px; }
      .main_back_b img.xmas_santa.sp,
      .main_back_b img.ny_keru.sp {
        display: none; } }
  @media (max-width: 767.9px) {
    .main_back_b img.xmas_santa,
    .main_back_b img.ny_keru {
      width: 130px; }
      .main_back_b img.xmas_santa.pc,
      .main_back_b img.ny_keru.pc {
        display: none; } }
  @media (min-width: 768px) {
    .main_back_b img.xmas_santa,
    .main_back_b img.ny_keru {
      animation: moveSanta 22s 3s infinite linear; } }
  @media (max-width: 767.9px) {
    .main_back_b img.xmas_santa,
    .main_back_b img.ny_keru {
      animation: moveSanta 18s 3s infinite linear; } }
@keyframes moveSanta {
  0% {
    top: 30%;
    left: 100%;
    visibility: visible; }
  15% {
    top: 0%;
    left: -300px;
    visibility: visible; }
  /* 左端を抜けた瞬間に右端へワープ＋非表示 */
  15.001% {
    left: 100%;
    top: 25%;
    visibility: hidden; }
  /* 再登場 */
  50% {
    top: 30%;
    left: 100%;
    visibility: visible; }
  65% {
    top: 70%;
    left: -300px;
    visibility: visible; }
  65.001% {
    top: 70%;
    left: -300px;
    visibility: hidden; } }
@media (min-width: 768px) {
  .main_back_b {
    background-color: #00216b;
    position: relative;
    z-index: 0; }

  .main_back {
    height: 750px;
    position: relative;
    overflow: hidden; }
    .main_back::before {
      content: '';
      width: 1168px;
      height: 100%;
      background: url("../img/honban/top/main_back02.avif") no-repeat center/100%;
      position: absolute;
      top: 0;
      right: calc(50% + 280px);
      z-index: -1; }
    .main_back::after {
      content: '';
      width: 1168px;
      height: 100%;
      background: url("../img/honban/top/main_back02.avif") no-repeat center/100%;
      position: absolute;
      top: 0;
      left: calc(50% + 280px);
      transform: scale(-1, 1);
      z-index: -1; }
    .main_back .dark_back_left {
      position: absolute;
      width: 75%;
      height: 100%;
      background: linear-gradient(90deg, rgba(86, 0, 2, 0.9) 40%, rgba(86, 0, 2, 0.8) 65%, rgba(86, 0, 2, 0) 100%);
      top: 0;
      right: calc(50% + 400px); }
    .main_back .dark_back_right {
      position: absolute;
      width: 75%;
      height: 100%;
      background: linear-gradient(270deg, rgba(86, 0, 2, 0.9) 40%, rgba(86, 0, 2, 0.8) 65%, rgba(86, 0, 2, 0) 100%);
      top: 0;
      left: calc(50% + 400px); }

  .fl_main_visual {
    width: 100%;
    height: 750px;
    position: relative;
    display: flex;
    justify-content: center; }
    .fl_main_visual::before {
      content: '';
      width: 1440px;
      height: 100%;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      background: url("../img/honban/top/main_back01.png") no-repeat center/cover;
      position: absolute;
      z-index: -2; }
    .fl_main_visual .fl_main_ttl {
      width: 330px;
      margin: 0 auto; }
      .fl_main_visual .fl_main_ttl .title {
        width: 303px;
        margin: 20px auto 20px 20px; }
    .fl_main_visual .fl_main_wankeru > span:nth-child(1) {
      width: 230px;
      left: 185px; }
    .fl_main_visual .fl_main_wankeru > span:nth-child(2) {
      width: 320px; }
    .fl_main_visual .fl_main_wankeru > span:nth-child(3) {
      width: 283px;
      right: 175px; }
    .fl_main_visual .fl_main_wankeru.active > span:nth-child(1) {
      bottom: -155px; }
    .fl_main_visual .fl_main_wankeru.active > span:nth-child(2) {
      bottom: -210px; }
    .fl_main_visual .fl_main_wankeru.active > span:nth-child(3) {
      bottom: -130px; }
    .fl_main_visual .fl_main_deco {
      width: 1280px;
      top: 0;
      bottom: 0;
      z-index: 3; }
    .fl_main_visual .fl_main_deco2 {
      width: 1330px;
      top: 45px;
      bottom: 0;
      z-index: 3; }
    .fl_main_visual .fl_main_deco3 > span {
      z-index: 3; }
      .fl_main_visual .fl_main_deco3 > span.cat {
        width: 151px;
        left: 190px;
        top: 220px; }
      .fl_main_visual .fl_main_deco3 > span.wash {
        width: 68px;
        left: 130px;
        top: 390px; }
      .fl_main_visual .fl_main_deco3 > span.kcal {
        width: 97px;
        left: 170px;
        top: 40px; }
      .fl_main_visual .fl_main_deco3 > span.losion {
        width: 71px;
        right: 260px;
        top: 40px; }
      .fl_main_visual .fl_main_deco3 > span.rabbit {
        width: 122px;
        right: 170px;
        top: 150px; }
      .fl_main_visual .fl_main_deco3 > span.bird {
        width: 106px;
        right: 200px;
        bottom: 270px; }
      .fl_main_visual .fl_main_deco3 > span.cleansing {
        width: 63px;
        right: 110px;
        bottom: 210px; }

  .oshogatsu .main_back::before {
    background: url("../img/honban/top/oshogatsu/main_back02.avif") no-repeat center/100%;
    right: calc(50% + 250px); }
  .oshogatsu .main_back::after {
    background: url("../img/honban/top/oshogatsu/main_back02.avif") no-repeat center/100%;
    left: calc(50% + 250px); }
  .oshogatsu .main_back .dark_back_left {
    background: linear-gradient(90deg, rgba(0, 112, 61, 0.9) 40%, rgba(0, 112, 61, 0.8) 65%, rgba(0, 112, 61, 0) 100%); }
  .oshogatsu .main_back .dark_back_right {
    background: linear-gradient(270deg, rgba(0, 112, 61, 0.9) 40%, rgba(0, 112, 61, 0.8) 65%, rgba(0, 112, 61, 0) 100%); }
  .oshogatsu .main_back .fl_main_visual::before {
    background: url("../img/honban/top/oshogatsu/main_back01.png") no-repeat center/cover; }
  .oshogatsu .main_back .fl_main_visual .fl_main_ttl .title {
    margin: 25px auto 15px 20px; }
  .oshogatsu .main_back .fl_main_wankeru > span:nth-child(1) {
    left: 175px; }
  .oshogatsu .main_back .fl_main_wankeru > span:nth-child(3) {
    right: 165px; }
  .oshogatsu .main_back .fl_main_wankeru.active > span:nth-child(1) {
    bottom: -178px; }
  .oshogatsu .main_back .fl_main_wankeru.active > span:nth-child(2) {
    bottom: -175px; }
  .oshogatsu .main_back .fl_main_wankeru.active > span:nth-child(3) {
    bottom: -135px; }
  .oshogatsu .main_back .fl_main_deco2 {
    width: 835px;
    top: 145px; }
  .oshogatsu .main_back .fl_main_deco3 > span.penguin {
    width: 170px;
    left: 180px;
    top: 260px; }
  .oshogatsu .main_back .fl_main_deco3 > span.wash {
    left: 100px;
    top: 350px; }
  .oshogatsu .main_back .fl_main_deco3 > span.kcal {
    left: 230px; }
  .oshogatsu .main_back .fl_main_deco3 > span.losion {
    right: 270px;
    top: 30px; }
  .oshogatsu .main_back .fl_main_deco3 > span.rabbit {
    width: 144px;
    right: 75px;
    top: 100px; }
  .oshogatsu .main_back .fl_main_deco3 > span.bird {
    width: 119px;
    bottom: 350px; }
  .oshogatsu .main_back .fl_main_deco3 > span.cleansing {
    right: 90px;
    bottom: 250px; }

  .normal .main_back::before {
    background: url("../img/honban/top/normal/main_back02.avif") no-repeat center/100%;
    right: calc(50% + 130px); }
  .normal .main_back::after {
    background: url("../img/honban/top//normal/main_back02.avif") no-repeat center/100%;
    left: calc(50% + 130px); }
  .normal .main_back .dark_back_left {
    background: linear-gradient(90deg, rgba(0, 33, 107, 0.9) 40%, rgba(0, 33, 107, 0.8) 65%, rgba(0, 33, 107, 0) 100%); }
  .normal .main_back .dark_back_right {
    background: linear-gradient(270deg, rgba(0, 33, 107, 0.9) 40%, rgba(0, 33, 107, 0.8) 65%, rgba(0, 33, 107, 0) 100%); }
  .normal .main_back .fl_main_visual::before {
    background: url("../img/honban/top/normal/main_back01.avif") no-repeat center/cover; }
  .normal .main_back .fl_main_visual .fl_main_ttl .title {
    margin: 25px auto 15px 20px; }
  .normal .main_back .fl_main_wankeru > span:nth-child(1) {
    width: 226px;
    left: 205px; }
  .normal .main_back .fl_main_wankeru > span:nth-child(2) {
    width: 316px; }
  .normal .main_back .fl_main_wankeru > span:nth-child(3) {
    width: 261px;
    right: 180px; }
  .normal .main_back .fl_main_wankeru.active > span:nth-child(1) {
    bottom: -140px; }
  .normal .main_back .fl_main_wankeru.active > span:nth-child(2) {
    bottom: -160px; }
  .normal .main_back .fl_main_wankeru.active > span:nth-child(3) {
    bottom: -130px; }
  .normal .main_back .fl_main_deco3 > span.cat {
    width: 124px;
    left: 180px;
    top: 50px; }
  .normal .main_back .fl_main_deco3 > span.wash {
    width: 68px;
    left: 80px;
    top: 180px; }
    .normal .main_back .fl_main_deco3 > span.wash > img {
      transform: rotate(40deg); }
  .normal .main_back .fl_main_deco3 > span.kcal {
    width: 90px;
    top: 250px;
    left: 230px; }
  .normal .main_back .fl_main_deco3 > span.penguin {
    width: 89px;
    left: 160px;
    top: 360px; }
  .normal .main_back .fl_main_deco3 > span.losion {
    right: 250px;
    top: 250px; }
  .normal .main_back .fl_main_deco3 > span.rabbit {
    width: 138px;
    right: 150px;
    top: 40px; }
  .normal .main_back .fl_main_deco3 > span.bird {
    width: 117px;
    bottom: 270px;
    right: 180px; }
  .normal .main_back .fl_main_deco3 > span.cleansing {
    right: 60px;
    bottom: 220px; } }
@media (max-width: 767.98px) {
  .main_back .fl_main_logo {
    width: 20%;
    top: 15px;
    left: 15px; }

  .fl_main_visual {
    width: 100%;
    aspect-ratio: 750 / 1083;
    background: url("../img/honban/top/main_back_sp.png") no-repeat center/100%;
    overflow: hidden; }
    .fl_main_visual .fl_main_ttl {
      padding: 4.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: 35%;
      left: 1.5%; }
    .fl_main_visual .fl_main_wankeru > span:nth-child(2) {
      width: 48%; }
    .fl_main_visual .fl_main_wankeru > span:nth-child(3) {
      width: 43%;
      right: 2.5%; }
    .fl_main_visual .fl_main_wankeru.active > span:nth-child(1) {
      bottom: -20%; }
    .fl_main_visual .fl_main_wankeru.active > span:nth-child(2) {
      bottom: -21.5%; }
    .fl_main_visual .fl_main_wankeru.active > span:nth-child(3) {
      bottom: -17%; }
    .fl_main_visual .fl_main_deco {
      width: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      aspect-ratio: 750 / 1083; }
    .fl_main_visual .fl_main_deco2 {
      width: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      aspect-ratio: 750 / 1083; }
    .fl_main_visual .fl_main_deco3 > span.cat {
      width: 21%;
      left: 2%;
      top: 33%; }
    .fl_main_visual .fl_main_deco3 > span.wash {
      width: 9%;
      left: 3%;
      top: 55%; }
    .fl_main_visual .fl_main_deco3 > span.kcal {
      width: 14%;
      left: 5%;
      top: 2%; }
      .fl_main_visual .fl_main_deco3 > span.kcal > img {
        transform: rotate(5deg); }
    .fl_main_visual .fl_main_deco3 > span.rabbit {
      width: 18%;
      right: 6%;
      top: 12.5%; }
      .fl_main_visual .fl_main_deco3 > span.rabbit > img {
        transform: rotate(5deg); }
    .fl_main_visual .fl_main_deco3 > span.bird {
      width: 14.5%;
      right: 5%;
      bottom: 44%; }
    .fl_main_visual .fl_main_deco3 > span.cleansing {
      width: 8%;
      right: 7%;
      bottom: 26%; }

  .oshogatsu .fl_main_visual {
    background: url("../img/honban/top/oshogatsu/main_back_sp.png") no-repeat center/100%; }
  .oshogatsu .fl_main_wankeru.active > span:nth-child(3) {
    right: 1%; }
  .oshogatsu .fl_main_wankeru.active > span:nth-child(1) {
    bottom: -17%; }
  .oshogatsu .fl_main_wankeru.active > span:nth-child(2) {
    bottom: -15%; }
  .oshogatsu .fl_main_wankeru.active > span:nth-child(3) {
    bottom: -13%; }
  .oshogatsu .fl_main_deco3 > span.penguin {
    width: 23%;
    top: 40%; }
  .oshogatsu .fl_main_deco3 > span.wash {
    top: 53%; }
  .oshogatsu .fl_main_deco3 > span.kcal {
    left: 3%;
    top: 20%; }
    .oshogatsu .fl_main_deco3 > span.kcal > img {
      transform: rotate(10deg); }
  .oshogatsu .fl_main_deco3 > span.rabbit {
    width: 20%;
    right: 3%;
    top: 5.5%; }
  .oshogatsu .fl_main_deco3 > span.bird {
    width: 19%;
    right: 2%;
    bottom: 52%; }
  .oshogatsu .fl_main_deco3 > span.cleansing {
    right: 5%;
    bottom: 67%; }

  .normal .fl_main_visual {
    background: url("../img/honban/top/normal/main_back_sp.avif") no-repeat center/100%; }
  .normal .fl_main_wankeru.active > span:nth-child(1) {
    left: 2.5%; }
  .normal .fl_main_wankeru.active > span:nth-child(3) {
    right: 1%; }
  .normal .fl_main_wankeru.active > span:nth-child(1) {
    bottom: -15%; }
  .normal .fl_main_wankeru.active > span:nth-child(2) {
    bottom: -16.5%; }
  .normal .fl_main_wankeru.active > span:nth-child(3) {
    bottom: -15%; }
  .normal .fl_main_deco3 > span.cat {
    top: 3%; }
  .normal .fl_main_deco3 > span.penguin {
    width: 14%;
    top: 42%;
    left: 3%; }
  .normal .fl_main_deco3 > span.wash {
    top: 62%;
    left: 8%; }
  .normal .fl_main_deco3 > span.kcal {
    left: 5%;
    top: 25%; }
    .normal .fl_main_deco3 > span.kcal > img {
      transform: rotate(10deg); }
  .normal .fl_main_deco3 > span.losion {
    width: 11%;
    right: 5%;
    top: 25%; }
  .normal .fl_main_deco3 > span.rabbit {
    width: 20%;
    right: 3%;
    top: 5.5%; }
  .normal .fl_main_deco3 > span.bird {
    width: 19%;
    right: 2%;
    bottom: 44%; }
  .normal .fl_main_deco3 > span.cleansing {
    right: 9%;
    bottom: 28%; } }
.fl_main_deco3 > span {
  transition: transform 0.6s cubic-bezier(0.58, 0.72, 0.38, 1.62), opacity 0.6s;
  opacity: 0; }
  .fl_main_deco3 > span.cat {
    transform: scale(0.3) rotate(34deg);
    transition-delay: 0s; }
  .fl_main_deco3 > span.wash {
    transform: scale(0.3) rotate(-39deg);
    transition-delay: 0.1s; }
  .fl_main_deco3 > span.penguin {
    transform: scale(0.3) rotate(32deg);
    transition-delay: 0.2s; }
  .fl_main_deco3 > span.kcal {
    transform: scale(0.3) rotate(38deg);
    transition-delay: 0.3s; }
  .fl_main_deco3 > span.losion {
    transform: scale(0.3) rotate(-30deg);
    transition-delay: 0.4s; }
  .fl_main_deco3 > span.rabbit {
    transform: scale(0.3) rotate(-22deg);
    transition-delay: 0.5s; }
  .fl_main_deco3 > span.bird {
    transform: scale(0.3) rotate(34deg);
    transition-delay: 0.6s; }
  .fl_main_deco3 > span.cleansing {
    transform: scale(0.3) rotate(36deg);
    transition-delay: 0.7s; }
.fl_main_deco3.active > span {
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  opacity: 1; }

.fl_coupon_line {
  background-color: #f76e86;
  color: #ffffbc;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 0.05em; }
  .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 50s linear infinite; }
      .fl_coupon_line .fl_coupon_line_marquee .marquee_content span {
        display: inline-block; }
    .fl_coupon_line .fl_coupon_line_marquee .marquee_content_xmas {
      animation: marquee-loop 50s linear infinite; }
    .fl_coupon_line .fl_coupon_line_marquee .marquee_content_newyear {
      animation: marquee-loop 50s linear infinite; }
  .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; }
    .fl_coupon_line a {
      margin: 0 5px; } }
@media (max-width: 767.98px) {
  .fl_coupon_line {
    height: 40px; } }
.fl_visiter_back {
  background: linear-gradient(180deg, #cffbff -20%, #fdf1f4 100%);
  position: relative; }
  .fl_visiter_back .visiter_counter {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
    .fl_visiter_back .visiter_counter > div {
      display: flex; }
      .fl_visiter_back .visiter_counter > div > span {
        background-color: #cffbff;
        display: flex;
        justify-content: center;
        align-items: center;
        clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }

@media (min-width: 768px) {
  .fl_visiter_back {
    height: 110px; }
    .fl_visiter_back::before {
      content: '';
      background: url("../img/honban/visiter/back.svg") no-repeat center/100%;
      aspect-ratio: 1440/100;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0; }
    .fl_visiter_back .visiter_counter {
      width: 490px;
      height: 63px;
      border-radius: 35px;
      margin: 0 auto;
      font-size: 21px; }
      .fl_visiter_back .visiter_counter > div {
        margin: 0 5px; }
        .fl_visiter_back .visiter_counter > div > span {
          width: 28px;
          height: 48px; }
    .fl_visiter_back .fl_visiter_deco > span {
      position: absolute; }
      .fl_visiter_back .fl_visiter_deco > span:nth-child(1) {
        width: 70px;
        top: -5px;
        right: calc(50% + 400px); }
      .fl_visiter_back .fl_visiter_deco > span:nth-child(2) {
        width: 120px;
        top: 0px;
        left: calc(50% + 320px); } }
@media (max-width: 767.98px) {
  .fl_visiter_back {
    padding: 30px; }
    .fl_visiter_back::before {
      content: '';
      background: url("../img/honban/visiter/back_sp.svg") no-repeat center/100%;
      aspect-ratio: 750/100;
      width: 100%;
      position: absolute;
      bottom: -1px;
      left: 0; }
    .fl_visiter_back .visiter_counter {
      height: 45px;
      border-radius: 35px;
      margin: 0 10px;
      font-size: .95rem; }
      .fl_visiter_back .visiter_counter > div {
        margin: 0 2px; }
        .fl_visiter_back .visiter_counter > div > span {
          width: 20px;
          height: 33px; }
    .fl_visiter_back .fl_visiter_deco > span {
      position: absolute;
      z-index: 1; }
      .fl_visiter_back .fl_visiter_deco > span:nth-child(1) {
        width: 15%;
        top: 15px;
        left: 6%; }
      .fl_visiter_back .fl_visiter_deco > span:nth-child(2) {
        width: 22%;
        top: 10px;
        right: 6%; } }
.fl_welcome {
  background-color: #fff;
  text-align: center;
  position: relative; }
  .fl_welcome .fl_deco_star {
    position: relative;
    overflow: hidden; }
    .fl_welcome .fl_deco_star::before, .fl_welcome .fl_deco_star::after {
      content: "";
      background: linear-gradient(rgba(255, 255, 255, 0), white);
      position: absolute;
      height: 200%;
      aspect-ratio: 1;
      top: -50%;
      left: 0; }
    .fl_welcome .fl_deco_star::before {
      animation: fl_welcome_deco_star_anim 2.5s ease-in-out infinite; }
    .fl_welcome .fl_deco_star::after {
      animation: fl_welcome_deco_star_anim 2.5s .3s ease-in-out infinite; }
  .fl_welcome .fl_welcome_deco > span {
    position: absolute; }
  .fl_welcome .fl_welcome_shipping {
    overflow: hidden;
    border-radius: 50%; }
    .fl_welcome .fl_welcome_shipping::before {
      position: absolute;
      content: '';
      display: inline-block;
      top: -180px;
      left: 0;
      width: 30px;
      height: 100%;
      background-color: #fbfbfb;
      animation: btn_animation 3s ease-in-out infinite; }

@keyframes fl_welcome_deco_star_anim {
  0% {
    transform: translateX(-200px) rotate(45deg); }
  30% {
    transform: translateX(200px) rotate(45deg); }
  100% {
    transform: translateX(200px) rotate(45deg); } }
@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_welcome {
    padding-bottom: 140px; }
    .fl_welcome .title {
      width: 367px;
      margin: 30px auto; }
    .fl_welcome > p {
      font-size: 18px;
      line-height: 2.3em; }
    .fl_welcome .fl_welcome_shipping {
      position: absolute;
      width: 140px;
      top: 240px;
      left: calc(50% + 340px); }
    .fl_welcome .fl_welcome_deco > span:nth-child(1) {
      width: 850px;
      top: 0px;
      left: 0;
      right: 0;
      margin: auto; }
    .fl_welcome .fl_welcome_wankeru > span {
      position: absolute; }
      .fl_welcome .fl_welcome_wankeru > span:nth-child(1) {
        width: 190px;
        right: calc(50% + 320px);
        bottom: -50px; }
      .fl_welcome .fl_welcome_wankeru > span:nth-child(2) {
        width: 180px;
        left: calc(50% + 320px);
        bottom: -50px; } }
@media (max-width: 767.98px) {
  .fl_welcome {
    padding: 20px 0 70px;
    z-index: 0; }
    .fl_welcome .title {
      width: 80%;
      margin: 0 auto; }
    .fl_welcome > p {
      font-size: 0.95rem;
      line-height: 1.7em; }
    .fl_welcome .fl_welcome_shipping {
      width: 100px;
      margin: 20px auto 0; }
    .fl_welcome .fl_welcome_deco > span:nth-child(1) {
      width: 90%;
      top: -10%;
      left: 0;
      right: 0;
      margin: auto;
      z-index: -1; }
    .fl_welcome .fl_welcome_deco > span:nth-child(2) {
      width: 93%;
      bottom: 14%;
      left: 0;
      right: 0;
      margin: auto;
      z-index: -1; }
    .fl_welcome .fl_welcome_wankeru > span {
      position: absolute; }
      .fl_welcome .fl_welcome_wankeru > span:nth-child(1) {
        width: 33%;
        left: 0;
        bottom: -5%; }
      .fl_welcome .fl_welcome_wankeru > span:nth-child(2) {
        width: 33%;
        right: 0;
        bottom: -5%; }
    .fl_welcome .fl_deco_star {
      margin: 10px auto; } }
.fl_welcome_wankeru > span:nth-child(1) {
  transition: transform 0.8s 0s;
  transform: translateY(200px); }
.fl_welcome_wankeru > span:nth-child(2) {
  transition: transform 0.8s 0.3s;
  transform: translateY(200px); }

.fl_welcome_wankeru > span.inview {
  transform: translateY(0); }

.grad_back::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto; }

.fl_roulette_back {
  background-color: #cffbff;
  position: relative; }
  .fl_roulette_back::after {
    content: '';
    background-color: #99dadb;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .fl_roulette_back .fl_roulette_days {
    background-color: #fff;
    position: relative; }
    .fl_roulette_back .fl_roulette_days .pink {
      background-color: #f76e86;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .fl_roulette_back .fl_roulette_days .week {
      font-size: 0.8em;
      margin: 3px; }
  .fl_roulette_back .fl_roulette_flex {
    position: relative; }
    .fl_roulette_back .fl_roulette_flex > .txt > a {
      background-color: #004ea2;
      color: #fff;
      box-shadow: 3px 5px 5px -5px #004ea2;
      display: flex;
      justify-content: center;
      align-items: center; }
  .fl_roulette_back .fl_roulette_cloud > span {
    position: absolute; }
  .fl_roulette_back .roulette {
    position: relative; }
    .fl_roulette_back .roulette > .star {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      cursor: pointer;
      z-index: 0; }
      .fl_roulette_back .roulette > .star::before {
        content: '';
        background: url("../img/honban/roulette/roulette_mawasu.svg") no-repeat center/100%;
        aspect-ratio: 110/37;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        z-index: 1; }
    .fl_roulette_back .roulette > .pointer {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto; }

.roulette > .star img {
  animation: flipStar 3s ease-in-out infinite; }
@keyframes flipStar {
  0% {
    transform: rotateY(0deg); }
  16.666% {
    transform: rotateY(180deg); }
  33.3% {
    transform: rotateY(0deg); } }
.roulette > .pointer {
  animation: movePointer 8s ease-in-out infinite; }
@keyframes movePointer {
  0% {
    transform: translate3d(0%, 0%, 0) rotate(0deg); }
  10% {
    transform: translate3d(-200%, -85%, 0) rotate(-10deg); }
  20% {
    transform: translate3d(0%, 0%, 0) rotate(0deg); }
  30% {
    transform: translate3d(0%, 0%, 0) rotate(0deg); }
  40% {
    transform: translate3d(200%, -85%, 0) rotate(10deg); }
  50% {
    transform: translate3d(0%, 0%, 0) rotate(0deg); } }
@media (min-width: 768px) {
  .fl_roulette_back {
    z-index: 0; }
    .fl_roulette_back::before {
      content: '';
      background: url("../img/honban/roulette/back.svg") no-repeat center/100%;
      aspect-ratio: 1440/145;
      width: 100%;
      position: absolute;
      top: -100px;
      left: 0;
      z-index: -1; }
    .fl_roulette_back::after {
      height: 150px;
      z-index: -1; }
    .fl_roulette_back .container::before {
      content: '';
      background: url("../img/honban/deco/deco01.svg") repeat-y top center/100%;
      width: 100px;
      height: calc( 100% - 50px );
      position: absolute;
      left: -150px;
      top: 50px; }
    .fl_roulette_back .container::after {
      content: '';
      background: url("../img/honban/deco/deco01.svg") repeat-y top center/100%;
      width: 100px;
      height: calc( 100% - 50px );
      position: absolute;
      right: -150px;
      top: 50px; }
    .fl_roulette_back .grad_back {
      position: relative;
      padding-top: 30px; }
      .fl_roulette_back .grad_back::before {
        background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 5%, rgba(154, 201, 43, 0) 60%);
        width: 600px;
        height: 600px;
        top: -100px;
        z-index: -1; }
      .fl_roulette_back .grad_back .deco > span {
        position: absolute; }
        .fl_roulette_back .grad_back .deco > span:nth-child(1) {
          width: 61px;
          right: calc(50% + 300px);
          top: 100px; }
        .fl_roulette_back .grad_back .deco > span:nth-child(2) {
          width: 77px;
          left: calc(50% + 300px);
          top: 80px; }
    .fl_roulette_back .fl_roulette_days {
      margin: 50px auto 0;
      width: 450px;
      border-radius: 20px;
      text-align: center;
      padding: 30px 0 20px; }
      .fl_roulette_back .fl_roulette_days .pink {
        width: 115px;
        height: 40px;
        border-radius: 20px;
        font-size: 20px;
        top: -20px; }
      .fl_roulette_back .fl_roulette_days > p {
        font-size: 30px;
        margin-bottom: 0; }
        .fl_roulette_back .fl_roulette_days > p > .nyoro {
          margin: 0 5px; }
      .fl_roulette_back .fl_roulette_days > small {
        font-size: 13px;
        font-weight: 600; }
    .fl_roulette_back .fl_roulette_flex {
      display: flex;
      width: 950px;
      margin: 35px auto 0;
      overflow: hidden; }
      .fl_roulette_back .fl_roulette_flex .txt {
        width: calc( 100% - 600px );
        margin-top: 60px; }
        .fl_roulette_back .fl_roulette_flex .txt > a {
          width: 300px;
          height: 30px;
          margin: 10px auto 0;
          font-size: 15px;
          border-radius: 10px; }
      .fl_roulette_back .fl_roulette_flex .roulette {
        width: 600px; }
    .fl_roulette_back .fl_roulette_cloud > span {
      width: 580px;
      bottom: -40px;
      left: 0;
      transform: scale(-1, 1); }
    .fl_roulette_back .roulette > .star {
      width: 180px;
      top: 140px; }
      .fl_roulette_back .roulette > .star::before {
        width: 110px; }
    .fl_roulette_back .roulette > .pointer {
      width: 58px;
      top: 245px; } }
@media (max-width: 767.98px) {
  .fl_roulette_back {
    position: relative;
    z-index: 0; }
    .fl_roulette_back::before {
      content: '';
      background: url("../img/honban/roulette/back_sp.svg") no-repeat center/100%;
      aspect-ratio: 750/200;
      width: 100%;
      position: absolute;
      top: -60px;
      left: 0;
      z-index: -1; }
    .fl_roulette_back::after {
      height: 100px;
      z-index: -1; }
    .fl_roulette_back .grad_back {
      padding: 40px 15px 0;
      position: relative; }
      .fl_roulette_back .grad_back::before {
        background: radial-gradient(circle, white 5%, rgba(154, 201, 43, 0) 70%);
        width: 100%;
        aspect-ratio: 1 / 1.2;
        top: -50px;
        z-index: -1; }
      .fl_roulette_back .grad_back .deco > span {
        position: absolute; }
        .fl_roulette_back .grad_back .deco > span:nth-child(1) {
          width: 13%;
          right: 15px;
          top: 85px; }
        .fl_roulette_back .grad_back .deco > span:nth-child(2) {
          width: 10%;
          left: 15px;
          top: 85px; }
      .fl_roulette_back .grad_back .fl_lead01 {
        font-size: 18px; }
    .fl_roulette_back .fl_roulette_days {
      margin: 45px 0 0 0;
      border-radius: 20px;
      text-align: center;
      padding: 30px 0 20px;
      position: relative; }
      .fl_roulette_back .fl_roulette_days::before {
        content: '';
        clip-path: polygon(48% 100%, 0 0, 100% 0);
        width: 15px;
        height: 10px;
        background-color: #fff;
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        margin: auto; }
      .fl_roulette_back .fl_roulette_days .pink {
        width: 115px;
        height: 35px;
        border-radius: 20px;
        font-size: .95rem;
        top: -20px; }
      .fl_roulette_back .fl_roulette_days > p {
        font-size: 30px;
        margin-bottom: 0; }
        .fl_roulette_back .fl_roulette_days > p > .nyoro {
          font-size: 23px;
          margin: 0 2px; }
      .fl_roulette_back .fl_roulette_days > small {
        font-size: 12px;
        font-weight: 600; }
    .fl_roulette_back .fl_roulette_flex {
      display: flex;
      flex-direction: column; }
      .fl_roulette_back .fl_roulette_flex .txt {
        padding: 0 15px;
        margin-top: 15px; }
        .fl_roulette_back .fl_roulette_flex .txt > a {
          height: 30px;
          margin: 10px 30px 0;
          border-radius: 5px; }
      .fl_roulette_back .fl_roulette_flex .roulette {
        display: flex;
        justify-content: center;
        margin-top: 20px; }
    .fl_roulette_back .fl_roulette_cloud > span {
      width: 120%;
      bottom: -30px;
      right: -25%;
      aspect-ratio: 450/100; }
    .fl_roulette_back .roulette > .star {
      width: 38%;
      top: 25.7%; }
      .fl_roulette_back .roulette > .star::before {
        width: 63%; }
    .fl_roulette_back .roulette > .pointer {
      width: 13%;
      top: 42%; } }
.fl_map_back .container {
  position: relative; }
.fl_map_back .fl_map_ttl {
  position: relative; }
  .fl_map_back .fl_map_ttl::before {
    content: '';
    background: url("../img/honban/map/ttl_back.avif") no-repeat center/100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    aspect-ratio: 575/148; }
.fl_map_back .fl_map_box {
  position: relative; }
  .fl_map_back .fl_map_box > a {
    position: absolute; }
    .fl_map_back .fl_map_box > a.fukubukuro {
      aspect-ratio: 416/557; }
    .fl_map_back .fl_map_box > a.roulette {
      aspect-ratio: 482/667; }
    .fl_map_back .fl_map_box > a.cafe {
      aspect-ratio: 386/483; }
    .fl_map_back .fl_map_box > a.salon {
      aspect-ratio: 522/435; }
    .fl_map_back .fl_map_box > a.sale {
      aspect-ratio: 450/585; }
    .fl_map_back .fl_map_box > a.spa {
      aspect-ratio: 480/425; }
    .fl_map_back .fl_map_box > a.favorite {
      aspect-ratio: 480/539; }
    .fl_map_back .fl_map_box > a.live {
      aspect-ratio: 480/460; }
    .fl_map_back .fl_map_box > a.mondad {
      aspect-ratio: 482/425; }
    .fl_map_back .fl_map_box > a.vip {
      aspect-ratio: 480/449; }
    .fl_map_back .fl_map_box > a > .chumoku {
      position: absolute; }
  .fl_map_back .fl_map_box > .warukeru {
    position: absolute;
    height: fit-content;
    width: 62px;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0px;
    margin: auto; }

@media (min-width: 768px) {
  .fl_map_back {
    overflow: hidden;
    height: 990px;
    padding-top: 30px; }
    .fl_map_back .container {
      padding-bottom: 80px; }
      .fl_map_back .container::before {
        content: '';
        background: url("../img/honban/deco/deco04.svg") repeat-y top center/100%;
        width: 100px;
        height: calc( 100% - 50px );
        position: absolute;
        left: -150px;
        top: 50px; }
      .fl_map_back .container::after {
        content: '';
        background: url("../img/honban/deco/deco04.svg") repeat-y top center/100%;
        width: 100px;
        height: calc( 100% - 50px );
        position: absolute;
        right: -150px;
        top: 50px; }
    .fl_map_back .fl_map_ttl {
      padding-top: 160px; }
      .fl_map_back .fl_map_ttl > img {
        width: 137px;
        margin: 0 auto;
        display: block; }
      .fl_map_back .fl_map_ttl::before {
        width: 576px;
        top: 30px; }
    .fl_map_back .fl_map_box {
      width: 900px;
      margin: 0 auto;
      padding-top: 75px; }
      .fl_map_back .fl_map_box > a > .chumoku {
        width: 73px; }
      .fl_map_back .fl_map_box > a::before {
        width: 20px;
        bottom: -10px; }
      .fl_map_back .fl_map_box > a.fukubukuro {
        width: 150px;
        top: 0px;
        left: 205px; }
      .fl_map_back .fl_map_box > a.roulette {
        width: 175px;
        top: 25px;
        left: 363px; }
      .fl_map_back .fl_map_box > a.cafe {
        width: 135px;
        top: 24px;
        right: 80px; }
        .fl_map_back .fl_map_box > a.cafe > .chumoku {
          top: -7px;
          left: -20px; }
      .fl_map_back .fl_map_box > a.salon {
        width: 182px;
        top: 179px;
        left: 64px; }
        .fl_map_back .fl_map_box > a.salon > .chumoku {
          top: -27px;
          left: 0; }
      .fl_map_back .fl_map_box > a.sale {
        width: 157px;
        top: 147px;
        right: 190px; }
      .fl_map_back .fl_map_box > a.spa {
        width: 168px;
        top: 322px;
        left: 182px; }
        .fl_map_back .fl_map_box > a.spa > .chumoku {
          top: 10px;
          right: -14px; }
      .fl_map_back .fl_map_box > a.favorite {
        width: 168px;
        top: 379px;
        left: 340px; }
      .fl_map_back .fl_map_box > a.live {
        width: 168px;
        bottom: 161px;
        right: 46px; }
      .fl_map_back .fl_map_box > a.mondad {
        width: 174px;
        bottom: 40px;
        left: 75px; }
      .fl_map_back .fl_map_box > a.vip {
        width: 168px;
        bottom: 29px;
        right: 221px; }
        .fl_map_back .fl_map_box > a.vip > .chumoku {
          top: -21px;
          right: 0; }
      .fl_map_back .fl_map_box > .warukeru {
        width: 120px; }
    .fl_map_back .fl_map_deco01 > span {
      position: absolute; }
      .fl_map_back .fl_map_deco01 > span:nth-child(1) {
        width: 110px;
        top: 70px;
        left: calc(50% + 350px); }
      .fl_map_back .fl_map_deco01 > span:nth-child(2) {
        width: 80px;
        top: 40px;
        right: calc(50% + 350px); }
    .fl_map_back .fl_map_deco02 > span {
      position: absolute;
      width: 130px;
      left: calc(50% + 360px);
      top: 240px; }

  .fl_map_box .warukeru > img, .nav_menu_map_box .warukeru > img {
    display: block;
    animation: slideAnimation 12s infinite ease-in-out, opacity .5s; }
  @keyframes slideAnimation {
    0% {
      transform: translate3d(240px, -210px, 0);
      opacity: 0; }
    5% {
      transform: translate3d(240px, -210px, 0);
      opacity: 1; }
    35% {
      transform: translate3d(-100px, -70px, 0); }
    60% {
      transform: translate3d(170px, 100px, 0); }
    95% {
      transform: translate3d(-190px, 220px, 0);
      opacity: 1; }
    100% {
      opacity: 0;
      transform: translate3d(-190px, 220px, 0); } } }
@media (max-width: 767.98px) {
  .fl_map_back .fl_map_ttl {
    padding-top: 65px;
    z-index: 1; }
    .fl_map_back .fl_map_ttl > img {
      width: 35%;
      margin: 0 auto;
      display: block;
      aspect-ratio: 131/73; }
    .fl_map_back .fl_map_ttl::before {
      width: 110%;
      left: -5%;
      top: -30px; }
  .fl_map_back .fl_map_box {
    width: 100%;
    margin: 50px 0 0 0;
    aspect-ratio: 375/540; }
    .fl_map_back .fl_map_box > a > .chumoku {
      width: 50px; }
    .fl_map_back .fl_map_box > a.fukubukuro {
      width: 28%;
      top: -8%;
      left: 3.5%; }
    .fl_map_back .fl_map_box > a.roulette {
      width: 32.3%;
      top: -4.2%;
      left: 33.9%; }
    .fl_map_back .fl_map_box > a.cafe {
      width: 26%;
      top: -7.3%;
      right: 3.4%; }
      .fl_map_back .fl_map_box > a.cafe > .chumoku {
        top: -10px;
        left: -10px; }
    .fl_map_back .fl_map_box > a.salon {
      width: 34.5%;
      top: 24.2%;
      left: 6.2%; }
      .fl_map_back .fl_map_box > a.salon > .chumoku {
        top: -15px;
        left: 0; }
    .fl_map_back .fl_map_box > a.sale {
      width: 30%;
      top: 16.5%;
      right: 3.4%; }
    .fl_map_back .fl_map_box > a.spa {
      width: 32%;
      top: 44.6%;
      left: 7.6%; }
      .fl_map_back .fl_map_box > a.spa > .chumoku {
        top: 10px;
        right: -10px; }
    .fl_map_back .fl_map_box > a.favorite {
      width: 32%;
      bottom: 5.3%;
      left: 34%; }
    .fl_map_back .fl_map_box > a.live {
      width: 32%;
      bottom: 34.9%;
      right: 15.6%; }
    .fl_map_back .fl_map_box > a.mondad {
      width: 32%;
      bottom: 16.6%;
      left: 3.7%; }
    .fl_map_back .fl_map_box > a.vip {
      width: 32%;
      bottom: 12.2%;
      right: 3.6%; }
      .fl_map_back .fl_map_box > a.vip > .chumoku {
        top: -20px;
        right: 0; }
    .fl_map_back .fl_map_box > .warukeru {
      width: 90px;
      bottom: 50px; }
  .fl_map_back .fl_map_deco02 > span {
    position: absolute;
    width: 19%;
    right: 7%;
    top: 14%; }

  .fl_map_box .warukeru > img, .nav_menu_map_box .warukeru > img {
    display: block;
    animation: slideAnimation_sp 10s infinite ease-in-out, opacity .5s; }
  @keyframes slideAnimation_sp {
    0% {
      transform: translate3d(150%, -320%, 0);
      opacity: 0; }
    5% {
      transform: translate3d(150%, -320%, 0);
      opacity: 1; }
    25% {
      transform: translate3d(-20%, -180%, 0); }
    50% {
      transform: translate3d(40%, -60%, 0); }
    75% {
      transform: translate3d(-10%, 100%, 0); }
    95% {
      transform: translate3d(120%, 240%, 0);
      opacity: 1; }
    100% {
      opacity: 0;
      transform: translate3d(120%, 240%, 0); } } }
.fl_wanted_back {
  overflow: hidden; }
  .fl_wanted_back .contaier {
    position: relative; }
  .fl_wanted_back .fl_wanted_box {
    background-color: #fff;
    position: relative; }
    .fl_wanted_back .fl_wanted_box > .fl_wanted_ttl {
      position: absolute; }
    .fl_wanted_back .fl_wanted_box > p {
      margin-bottom: 0;
      color: #5f6351; }
      .fl_wanted_back .fl_wanted_box > p > span {
        color: #f76e86; }
    .fl_wanted_back .fl_wanted_box .link_btn {
      background-color: #1c7a75;
      color: #fff; }
      .fl_wanted_back .fl_wanted_box .link_btn > span {
        background-color: #fff;
        color: #1c7a75;
        border-radius: 200px;
        display: inline-block;
        animation: clickLoop 2s ease-in-out infinite;
        transform-origin: center; }
@keyframes clickLoop {
  0% {
    transform: translateY(0) scale(1);
    box-shadow: 5px 5px 5px -5px #061514; }
  10% {
    transform: translateY(2px) scale(0.9);
    box-shadow: 2px 2px 3px -3px #061514; }
  20% {
    transform: translateY(0) scale(1);
    box-shadow: 5px 5px 5px -5px #061514; }
  /* ここから静止タイム */
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 5px 5px 5px -5px #061514; } }
  .fl_wanted_back .wanted {
    mix-blend-mode: multiply; }

@media (min-width: 768px) {
  .fl_wanted_back {
    background: url("../img/honban/wanted/back_pc.avif") no-repeat center/cover;
    padding: 25px 0; }
    .fl_wanted_back .fl_wanted_box {
      width: 730px;
      margin: 0 auto;
      padding: 25px; }
      .fl_wanted_back .fl_wanted_box > .fl_wanted_ttl {
        width: 245px;
        left: -120px;
        top: 20px; }
      .fl_wanted_back .fl_wanted_box > p {
        text-align: center;
        font-size: 18px;
        line-height: 1.8em; }
      .fl_wanted_back .fl_wanted_box .link_btn {
        width: 440px;
        height: 35px;
        margin: 10px auto 0;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .fl_wanted_back .fl_wanted_box .link_btn > span {
          padding: 3px 8px;
          margin: 0 5px;
          box-shadow: 5px 5px 5px -5px #061514; }
    .fl_wanted_back .fl_wanted_deco01 > span {
      position: absolute; }
      .fl_wanted_back .fl_wanted_deco01 > span:nth-child(1) {
        width: 200px;
        top: -27px;
        left: calc(50% + 300px); }
      .fl_wanted_back .fl_wanted_deco01 > span:nth-child(2) {
        width: 203px;
        bottom: -50px;
        left: calc(50% + 310px); }
    .fl_wanted_back .fl_wanted_deco02 > span {
      position: absolute; }
      .fl_wanted_back .fl_wanted_deco02 > span:nth-child(1) {
        width: 80px;
        left: -140px;
        top: 15px; }
      .fl_wanted_back .fl_wanted_deco02 > span:nth-child(2) {
        width: 80px;
        right: -140px;
        top: 15px;
        transform: scale(-1, 1); }
      .fl_wanted_back .fl_wanted_deco02 > span:nth-child(3) {
        width: 152px;
        left: -166px;
        top: 53px; }
      .fl_wanted_back .fl_wanted_deco02 > span:nth-child(4) {
        width: 152px;
        right: -166px;
        top: 53px; } }
@media (max-width: 767.98px) {
  .fl_wanted_back {
    background: url("../img/honban/wanted/back_sp.avif") no-repeat center/cover;
    padding: 60px 0 40px 10px;
    margin-top: -30px; }
    .fl_wanted_back .fl_wanted_box {
      padding: 40px 40px 40px 20px;
      margin-right: 27%; }
      .fl_wanted_back .fl_wanted_box > .fl_wanted_ttl {
        width: 100%;
        left: 5%;
        top: -20px;
        z-index: 5;
        aspect-ratio: 265/54; }
      .fl_wanted_back .fl_wanted_box > p {
        font-size: 15px;
        line-height: 1.5em; }
      .fl_wanted_back .fl_wanted_box .link_btn {
        font-size: 15px;
        position: absolute;
        left: -10px;
        line-height: 1.5em;
        width: calc( 90% - 0px );
        margin-top: 10px;
        padding: 5px 10px;
        z-index: 5; }
        .fl_wanted_back .fl_wanted_box .link_btn > span {
          padding: 0 8px;
          margin: 0 3px;
          box-shadow: 5px 5px 5px -5px #061514; }
    .fl_wanted_back .fl_wanted_deco01 > span {
      position: absolute; }
      .fl_wanted_back .fl_wanted_deco01 > span:nth-child(1) {
        width: 45%;
        top: 1%;
        right: -5%;
        aspect-ratio: 163/300; }
      .fl_wanted_back .fl_wanted_deco01 > span:nth-child(2) {
        width: 50%;
        bottom: -25%;
        right: -2%;
        aspect-ratio: 182/67; } }
.fl_coupon_box {
  background-color: #cffbff;
  position: relative; }
  .fl_coupon_box .fl_gacha_flex {
    background-color: #fff; }
    .fl_coupon_box .fl_gacha_flex .txt > p > span {
      color: #f76e86; }
    .fl_coupon_box .fl_gacha_flex .ticket {
      position: relative; }
      .fl_coupon_box .fl_gacha_flex .ticket .wankeru {
        z-index: 10; }
      .fl_coupon_box .fl_gacha_flex .ticket .title {
        background-color: #cffbff;
        display: block; }
      .fl_coupon_box .fl_gacha_flex .ticket .coupon {
        position: relative; }
        .fl_coupon_box .fl_gacha_flex .ticket .coupon > span {
          position: absolute; }
      .fl_coupon_box .fl_gacha_flex .ticket .gacha_p {
        color: #004ea2; }
      .fl_coupon_box .fl_gacha_flex .ticket .box {
        border: 2px solid #cffbff; }
      .fl_coupon_box .fl_gacha_flex .ticket.shiyou_zumi .coupon {
        position: relative; }
        .fl_coupon_box .fl_gacha_flex .ticket.shiyou_zumi .coupon::before {
          content: '';
          background: url("../img/honban/coupon/shiyou_zumi.svg") no-repeat center/100%;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        .fl_coupon_box .fl_gacha_flex .ticket.shiyou_zumi .coupon > span {
          display: none; }
      .fl_coupon_box .fl_gacha_flex .ticket.shiyou_zumi .title {
        display: none; }
  .fl_coupon_box .coupon_top .kikan {
    background-color: #fff; }
    .fl_coupon_box .coupon_top .kikan > p {
      color: #ef3355; }
      .fl_coupon_box .coupon_top .kikan > p .week {
        font-size: 0.8em;
        margin: 3px; }
  .fl_coupon_box .fl_coupon_flex_wrap {
    background-color: #ffffbc; }
    .fl_coupon_box .fl_coupon_flex_wrap .fl_coupon_lead {
      text-align: center; }
      .fl_coupon_box .fl_coupon_flex_wrap .fl_coupon_lead > span {
        color: #ef3355; }
  .fl_coupon_box .fl_coupon_flex > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .fl_coupon_box .fl_coupon_flex > div:not(.caution) {
      aspect-ratio: 360/200; }
    .fl_coupon_box .fl_coupon_flex > div:nth-child(1) {
      background: url("../img/honban/coupon/off_1000.png") no-repeat center/100%; }
    .fl_coupon_box .fl_coupon_flex > div:nth-child(2) {
      background: url("../img/honban/coupon/off_500.png") no-repeat center/100%; }
    .fl_coupon_box .fl_coupon_flex > div:nth-child(3) {
      background: url("../img/honban/coupon/off_300.png") no-repeat center/100%; }
    .fl_coupon_box .fl_coupon_flex > div > p {
      text-align: center; }
    .fl_coupon_box .fl_coupon_flex > div.caution {
      color: #666666; }
      .fl_coupon_box .fl_coupon_flex > div.caution > p {
        text-align: left; }
        .fl_coupon_box .fl_coupon_flex > div.caution > p span {
          color: #ef3355; }
    .fl_coupon_box .fl_coupon_flex > div > .a_btn {
      background-color: #004ea2;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 3px 3px 3px 0px rgba(0, 38, 79, 0.4);
      border-radius: 5px;
      line-height: 1em; }
      .fl_coupon_box .fl_coupon_flex > div > .a_btn.kakutoku_zumi {
        background-color: #cccccc;
        color: #666666;
        box-shadow: none; }
    .fl_coupon_box .fl_coupon_flex > div.shiyou_zumi {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
      .fl_coupon_box .fl_coupon_flex > div.shiyou_zumi::before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(0, 78, 162, 0.7);
        position: absolute;
        top: 0;
        left: 0; }
      .fl_coupon_box .fl_coupon_flex > div.shiyou_zumi::after {
        content: '使用済み';
        color: #fff;
        font-family: "ten-mincho", serif;
        position: absolute;
        font-size: 30px;
        font-weight: 500; }
  .fl_coupon_box .caution {
    color: #666666; }
    .fl_coupon_box .caution > span {
      color: #ef3355; }

@media (min-width: 768px) {
  .fl_coupon_box {
    width: 1000px;
    margin: 80px auto 0;
    padding: 60px 50px; }
    .fl_coupon_box::before {
      content: '';
      background: url("../img/honban/coupon/coupon.svg") no-repeat center/100%;
      aspect-ratio: 400/67;
      width: 100%;
      position: absolute;
      right: 0;
      left: 0;
      margin: 0 auto;
      width: 395px;
      top: -20px; }
    .fl_coupon_box::after {
      content: '';
      background: url("../img/honban/coupon/coupon.svg") no-repeat center/100%;
      aspect-ratio: 400/67;
      width: 100%;
      position: absolute;
      right: 0;
      left: 0;
      margin: 0 auto;
      width: 395px;
      bottom: -20px; }
    .fl_coupon_box .coupon_top {
      position: relative; }
      .fl_coupon_box .coupon_top .tokuten {
        width: 230px;
        margin: 0 auto 15px; }
      .fl_coupon_box .coupon_top .fl_ttl01 {
        font-size: 40px; }
      .fl_coupon_box .coupon_top .kikan {
        width: 380px;
        height: 70px;
        margin: 20px auto 35px;
        text-align: center;
        position: relative; }
        .fl_coupon_box .coupon_top .kikan > span {
          font-size: 18px; }
        .fl_coupon_box .coupon_top .kikan > p {
          font-size: 35px;
          line-height: 1em; }
        .fl_coupon_box .coupon_top .kikan .icon {
          position: absolute;
          width: 174px;
          display: flex;
          justify-content: space-between;
          left: -130px;
          top: -10px; }
          .fl_coupon_box .coupon_top .kikan .icon img {
            width: 83px; }
        .fl_coupon_box .coupon_top .kikan .gift {
          position: absolute;
          width: 270px;
          top: -165px;
          right: -270px; }
      .fl_coupon_box .coupon_top .fl_gacha_deco > span {
        position: absolute; }
        .fl_coupon_box .coupon_top .fl_gacha_deco > span:nth-child(1) {
          width: 140px;
          top: 35px;
          left: 20px; }
    .fl_coupon_box .fl_coupon_flex_wrap {
      padding: 0 80px 30px;
      margin-bottom: 40px; }
    .fl_coupon_box .fl_coupon_ttl {
      width: 460px;
      margin: 0 auto; }
    .fl_coupon_box .fl_coupon_lead {
      font-size: 26px;
      margin: 14px 0 17px; }
    .fl_coupon_box .fl_coupon_flex {
      display: flex;
      flex-wrap: wrap;
      gap: 20px 30px;
      height: 415px; }
      .fl_coupon_box .fl_coupon_flex > div {
        width: calc( 50% - 15px ); }
        .fl_coupon_box .fl_coupon_flex > div > img {
          width: 322px; }
        .fl_coupon_box .fl_coupon_flex > div > p {
          font-size: 14px;
          margin: 5px 0; }
        .fl_coupon_box .fl_coupon_flex > div > .a_btn {
          width: 190px;
          height: 36px; }
        .fl_coupon_box .fl_coupon_flex > div.caution {
          padding-left: 30px; }
    .fl_coupon_box .fl_gacha_flex {
      display: flex;
      justify-content: space-between;
      padding: 35px 60px;
      position: relative; }
      .fl_coupon_box .fl_gacha_flex .txt {
        width: calc( 100% - 390px );
        font-size: 20px;
        text-align: center;
        padding-right: 70px;
        position: relative; }
        .fl_coupon_box .fl_gacha_flex .txt::after {
          content: '';
          background: url("../img/honban/coupon/arrow.svg") no-repeat center/100%;
          width: 34px;
          height: 115px;
          right: 35px;
          top: 40px;
          position: absolute; }
        .fl_coupon_box .fl_gacha_flex .txt > span {
          display: block;
          width: 130px;
          margin: -60px auto 10px; }
      .fl_coupon_box .fl_gacha_flex .ticket {
        width: 390px; }
        .fl_coupon_box .fl_gacha_flex .ticket .wankeru {
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 90px;
          top: -52px; }
        .fl_coupon_box .fl_gacha_flex .ticket .title {
          margin: 0 15px;
          padding: 2px 10px; }
        .fl_coupon_box .fl_gacha_flex .ticket .coupon > span {
          width: 92px;
          top: 30px;
          right: -20px; }
        .fl_coupon_box .fl_gacha_flex .ticket .box {
          margin: 0 15px; }
          .fl_coupon_box .fl_gacha_flex .ticket .box .gacha_p {
            font-size: 14px;
            margin-bottom: 10px; }
      .fl_coupon_box .fl_gacha_flex .deco > span {
        position: absolute; }
        .fl_coupon_box .fl_gacha_flex .deco > span:nth-child(1) {
          width: 66px;
          left: -18px;
          top: -10px; }
        .fl_coupon_box .fl_gacha_flex .deco > span:nth-child(2) {
          width: 49px;
          right: -10px;
          top: -15px; }
        .fl_coupon_box .fl_gacha_flex .deco > span:nth-child(3) {
          width: 49px;
          left: -20px;
          bottom: -20px; }
        .fl_coupon_box .fl_gacha_flex .deco > span:nth-child(4) {
          width: 65px;
          right: -15px;
          bottom: -20px; }
      .fl_coupon_box .fl_gacha_flex::before {
        content: '';
        background: url("../img/honban/deco/star_deco.svg") no-repeat center/100%;
        width: 26px;
        height: 31px;
        position: absolute;
        left: -13px;
        top: 0;
        bottom: 0;
        margin: auto; }
      .fl_coupon_box .fl_gacha_flex::after {
        content: '';
        background: url("../img/honban/deco/star_deco.svg") no-repeat center/100%;
        width: 26px;
        height: 31px;
        position: absolute;
        right: -13px;
        top: 0;
        bottom: 0;
        margin: auto; } }
@media (max-width: 767.98px) {
  .fl_coupon_box {
    padding: 50px 0 35px;
    position: relative;
    z-index: 0; }
    .fl_coupon_box::before {
      content: '';
      background: url("../img/honban/coupon/coupon.svg") no-repeat center/100%;
      aspect-ratio: 400/67;
      width: calc( 100% - 20px );
      position: absolute;
      right: 0;
      top: 35px;
      margin: 0 10px; }
    .fl_coupon_box .coupon_top {
      padding: 0 10px;
      position: relative;
      margin-bottom: 25px; }
      .fl_coupon_box .coupon_top .tokuten {
        width: 55%;
        padding-left: 10px; }
      .fl_coupon_box .coupon_top .fl_ttl01 {
        width: 55%;
        padding-left: 10px;
        font-size: 38px;
        margin: 15px 0; }
      .fl_coupon_box .coupon_top .kikan {
        padding: 5px 10px 10px 10px;
        margin-right: 20%; }
        .fl_coupon_box .coupon_top .kikan > span {
          font-size: 14px; }
        .fl_coupon_box .coupon_top .kikan > p {
          font-size: 25px;
          line-height: 1em;
          z-index: 2;
          position: relative; }
        .fl_coupon_box .coupon_top .kikan .icon {
          position: absolute;
          gap: 7px;
          display: flex;
          justify-content: space-between;
          right: 15px;
          top: -15px; }
          .fl_coupon_box .coupon_top .kikan .icon img {
            width: 60px; }
        .fl_coupon_box .coupon_top .kikan .gift {
          position: absolute;
          width: 45%;
          top: 20px;
          right: 0; }
    .fl_coupon_box .fl_coupon_flex_wrap {
      margin: 0 10px;
      padding: 0 10px 35px;
      z-index: 1;
      position: relative; }
    .fl_coupon_box .fl_coupon_ttl {
      width: 100%; }
    .fl_coupon_box .fl_coupon_lead {
      font-size: 17px;
      margin: 15px 0; }
    .fl_coupon_box .fl_coupon_flex {
      display: flex;
      flex-direction: column;
      gap: 10px 0;
      position: relative;
      padding: 0 15px; }
      .fl_coupon_box .fl_coupon_flex > div > img {
        width: 80%; }
      .fl_coupon_box .fl_coupon_flex > div > p {
        font-size: .75rem;
        margin: 5px 0; }
      .fl_coupon_box .fl_coupon_flex > div > .a_btn {
        width: 160px;
        height: 30px;
        font-size: .95rem; }
    .fl_coupon_box .fl_gacha_flex {
      margin: 85px 10px 0;
      padding: 30px 10px 25px;
      position: relative;
      z-index: 0; }
      .fl_coupon_box .fl_gacha_flex::before {
        content: '';
        background: radial-gradient(circle, white 5%, rgba(154, 201, 43, 0) 70%);
        width: 100%;
        aspect-ratio: 1 / 1;
        position: absolute;
        top: -150px;
        z-index: -1; }
      .fl_coupon_box .fl_gacha_flex .txt {
        text-align: left;
        font-size: 1.13rem;
        margin: 0 0 -30px 12px; }
        .fl_coupon_box .fl_gacha_flex .txt > span {
          position: absolute;
          width: 70px;
          top: -70px;
          left: 0;
          right: 0;
          margin: auto; }
        .fl_coupon_box .fl_gacha_flex .txt > p {
          margin-bottom: 0; }
      .fl_coupon_box .fl_gacha_flex .ticket .wankeru {
        display: block;
        width: 90px;
        margin: 0 25px -14px auto;
        position: relative; }
        .fl_coupon_box .fl_gacha_flex .ticket .wankeru > img {
          aspect-ratio: 90/64; }
      .fl_coupon_box .fl_gacha_flex .ticket .title {
        margin: 0 12px;
        padding: 2px 10px;
        font-size: .75rem; }
      .fl_coupon_box .fl_gacha_flex .ticket .coupon > span {
        width: 22%;
        top: -15px;
        left: -5px; }
      .fl_coupon_box .fl_gacha_flex .ticket .box {
        position: relative;
        margin: 0 12px; }
        .fl_coupon_box .fl_gacha_flex .ticket .box .gacha_p {
          font-size: .75rem;
          margin-bottom: 5px; }
      .fl_coupon_box .fl_gacha_flex .deco > span {
        position: absolute; }
        .fl_coupon_box .fl_gacha_flex .deco > span:nth-child(1) {
          width: 26%;
          right: 3%;
          top: 10px; }
        .fl_coupon_box .fl_gacha_flex .deco > span:nth-child(2) {
          width: 11%;
          left: 7%;
          top: -60px; }
        .fl_coupon_box .fl_gacha_flex .deco > span:nth-child(3) {
          width: 11%;
          right: 10%;
          top: -70px; } }
@media (min-width: 768px) {
  .white_back {
    position: relative; }
    .white_back .container::before {
      content: '';
      background: url("../img/honban/deco/deco02.svg") repeat-y top center/100%;
      width: 110px;
      height: calc(100% - 0px);
      position: absolute;
      left: -150px;
      top: 0; }
    .white_back .container::after {
      content: '';
      background: url("../img/honban/deco/deco03.svg") repeat-y top center/100%;
      width: 110px;
      height: calc(100% - 0px);
      position: absolute;
      right: -150px;
      top: 0px; }
    .white_back .white_back_deco > span {
      position: absolute;
      animation: white_back_deco_anim 1.5s infinite; }
      .white_back .white_back_deco > span.cat {
        width: 140px;
        right: calc(50% + 550px);
        top: 1000px;
        animation-delay: 0s; }
      .white_back .white_back_deco > span.rabbit {
        width: 90px;
        right: calc(50% + 570px);
        top: 120px;
        animation-delay: 0.2s; }
      .white_back .white_back_deco > span.penguin {
        width: 90px;
        right: calc(50% + 560px);
        top: 1940px;
        animation-delay: 0.4s; }
      .white_back .white_back_deco > span.kapi01 {
        width: 80px;
        left: calc(50% + 570px);
        top: 580px;
        animation-delay: 0.6s; }
      .white_back .white_back_deco > span.bird {
        width: 80px;
        left: calc(50% + 570px);
        top: 1470px;
        animation-delay: 0.8s; }
      .white_back .white_back_deco > span.kapi02 {
        width: 95px;
        left: calc(50% + 570px);
        top: 2400px;
        animation-delay: 1.0s; }
    .white_back .white_ttl {
      position: relative; }
      .white_back .white_ttl .ttl {
        width: 385px;
        margin: 90px auto 45px; }
      .white_back .white_ttl .white_ttl_deco > span {
        position: absolute; }
        .white_back .white_ttl .white_ttl_deco > span:nth-child(1) {
          width: 104px;
          right: calc(50% + 300px);
          top: -10px; }
        .white_back .white_ttl .white_ttl_deco > span:nth-child(2) {
          width: 138px;
          left: calc(50% + 300px);
          bottom: 20px; } }
@media (max-width: 767.98px) {
  .white_back .white_ttl {
    position: relative; }
    .white_back .white_ttl .ttl {
      width: 100%;
      margin: 65px auto 25px;
      z-index: 1;
      position: relative; }
      .white_back .white_ttl .ttl img {
        aspect-ratio: 319/54; }
    .white_back .white_ttl .white_ttl_deco > span {
      position: absolute; }
      .white_back .white_ttl .white_ttl_deco > span:nth-child(1) {
        width: 22%;
        left: 15px;
        top: -40px; }
      .white_back .white_ttl .white_ttl_deco > span:nth-child(2) {
        width: 26%;
        right: -30px;
        bottom: 50px; } }
@keyframes white_back_deco_anim {
  0% {
    transform: rotate(20deg); }
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(20deg); } }
@media (min-width: 768px) {
  .fl_btn_box {
    width: 900px;
    margin: 0 auto 100px; }
    .fl_btn_box > .fl_btn_flex01 {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 0 60px;
      margin-top: 40px; }
      .fl_btn_box > .fl_btn_flex01 > a {
        width: 420px;
        height: auto; }
        .fl_btn_box > .fl_btn_flex01 > a > img {
          filter: drop-shadow(0px 5px 5px rgba(0, 78, 162, 0.4));
          border-radius: 15px; }
          .fl_btn_box > .fl_btn_flex01 > a > img:hover {
            opacity: 1; }
    .fl_btn_box > .fl_btn_flex02 {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 40px 45px;
      margin-top: 40px; }
      .fl_btn_box > .fl_btn_flex02 > a {
        width: 270px;
        height: auto; }
        .fl_btn_box > .fl_btn_flex02 > a > img {
          filter: drop-shadow(0px 5px 5px rgba(0, 78, 162, 0.4));
          border-radius: 15px; }
          .fl_btn_box > .fl_btn_flex02 > a > img:hover {
            opacity: 1; } }
@media (max-width: 767.98px) {
  .fl_btn_box {
    padding: 0 10px; }
    .fl_btn_box > .fl_btn_flex01 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 15px 0;
      margin-top: 15px; }
      .fl_btn_box > .fl_btn_flex01 > a {
        width: 100%; }
        .fl_btn_box > .fl_btn_flex01 > a > img {
          filter: drop-shadow(0px 5px 5px rgba(0, 78, 162, 0.4)); }
          .fl_btn_box > .fl_btn_flex01 > a > img:hover {
            opacity: 1; }
    .fl_btn_box > .fl_btn_flex02 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 15px 0;
      margin-top: 15px; }
      .fl_btn_box > .fl_btn_flex02 > a {
        width: calc( 50% - 6px ); }
        .fl_btn_box > .fl_btn_flex02 > a > img {
          filter: drop-shadow(0px 5px 5px rgba(0, 78, 162, 0.4)); }
          .fl_btn_box > .fl_btn_flex02 > a > img:hover {
            opacity: 1; } }
.fl_warukeru_box {
  position: relative;
  overflow: hidden; }
  .fl_warukeru_box .txt_box {
    background-color: #fff; }
    .fl_warukeru_box .txt_box p {
      margin-bottom: 0;
      color: #5f6351; }
      .fl_warukeru_box .txt_box p > span {
        color: #f76e86; }
  .fl_warukeru_box .wanted {
    mix-blend-mode: multiply; }

@media (min-width: 768px) {
  .fl_warukeru_box {
    background: url("../img/honban/wanted/back_pc.avif") no-repeat center/cover;
    width: 1000px;
    padding: 35px 0;
    margin: 65px 0 100px -50px;
    height: 122px; }
    .fl_warukeru_box .txt_box {
      width: 720px;
      margin: 0 auto;
      text-align: center;
      font-size: 18px;
      line-height: 1.8em;
      padding: 10px; }
    .fl_warukeru_box .fl_warukeru_deco > span {
      position: absolute; }
      .fl_warukeru_box .fl_warukeru_deco > span:nth-child(1) {
        width: 200px;
        right: 50px;
        top: -45px;
        transform: rotate(-5deg); }
      .fl_warukeru_box .fl_warukeru_deco > span:nth-child(2) {
        width: 160px;
        left: -10px;
        top: 10px; }
        .fl_warukeru_box .fl_warukeru_deco > span:nth-child(2) > img {
          transform: rotate(-10deg); }
      .fl_warukeru_box .fl_warukeru_deco > span:nth-child(3) {
        width: 70px;
        transform: scale(-1, 1);
        left: 200px;
        top: 10px; } }
@media (max-width: 767.98px) {
  .fl_warukeru_box_wrap {
    position: relative;
    width: calc( 50% - 6px ); }
    .fl_warukeru_box_wrap .fl_warukeru_box {
      background: url("../img/honban/wanted/back_sp.avif") no-repeat center/cover;
      width: calc( 100% );
      padding: 13px;
      overflow: hidden;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .fl_warukeru_box_wrap .fl_warukeru_box .txt_box {
        font-size: .85em;
        line-height: 1.5em;
        padding: 20px 10px;
        width: 100%; }
      .fl_warukeru_box_wrap .fl_warukeru_box .fl_warukeru_deco > span {
        position: absolute; }
        .fl_warukeru_box_wrap .fl_warukeru_box .fl_warukeru_deco > span:nth-child(1) {
          width: 70%;
          left: -2%;
          top: -2%; }
    .fl_warukeru_box_wrap > .warukeru {
      position: absolute;
      width: 43%;
      bottom: 5%;
      right: -25px; } }
.fl_schedule_back {
  position: relative;
  background: linear-gradient(0deg, #9ee4ec 0%, #54bfba 100%); }
  .fl_schedule_back .fl_schedule_top_deco > span {
    position: absolute;
    z-index: -1; }

.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_top_deco > span {
    transition: top .3s ease-out; }
    .fl_schedule_top_deco > span:nth-child(1) {
      width: 112px;
      top: 0px;
      right: calc(50% + 330px);
      transition-delay: .3s; }
    .fl_schedule_top_deco > span:nth-child(2) {
      width: 77px;
      top: 20px;
      right: calc(50% + 249px);
      transition-delay: .5s; }
    .fl_schedule_top_deco > span:nth-child(3) {
      width: 112px;
      top: 0px;
      left: calc(50% + 220px);
      transition-delay: .4s; }
    .fl_schedule_top_deco > span:nth-child(4) {
      width: 67px;
      top: 10px;
      left: calc(50% + 330px);
      transition-delay: .6s; }
  .fl_schedule_top_deco.inview > span:nth-child(1) {
    top: -70px; }
  .fl_schedule_top_deco.inview > span:nth-child(2) {
    top: -58px; }
  .fl_schedule_top_deco.inview > span:nth-child(3) {
    top: -75px; }
  .fl_schedule_top_deco.inview > span:nth-child(4) {
    top: -80px; }

  .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: 7px 0; }
      .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: 50px 0 -1px; }

  .fl_schedule_back::before {
    content: '';
    background: url("../img/honban/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_top_deco > span {
    transition: top .3s ease-out; }
    .fl_schedule_top_deco > span:nth-child(1) {
      width: 15%;
      top: -3.4%;
      left: 2%;
      transition-delay: .3s; }
    .fl_schedule_top_deco > span:nth-child(2) {
      width: 13%;
      top: -3.7%;
      left: 15.5%;
      transition-delay: .5s; }
    .fl_schedule_top_deco > span:nth-child(3) {
      width: 17%;
      top: -3%;
      right: 11%;
      transition-delay: .4s; }
    .fl_schedule_top_deco > span:nth-child(4) {
      width: 11%;
      top: -3.8%;
      right: 2%;
      transform: rotate(15deg);
      transition-delay: .6s; }
  .fl_schedule_top_deco.inview > span:nth-child(1) {
    top: -7.4%; }
  .fl_schedule_top_deco.inview > span:nth-child(2) {
    top: -7.7%; }
  .fl_schedule_top_deco.inview > span:nth-child(3) {
    top: -8%; }
  .fl_schedule_top_deco.inview > span:nth-child(4) {
    top: -7.8%; }

  .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: 7px 0; }
      .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_a_btn01 > a {
  background-color: #004ea2;
  color: #fff !important;
  position: relative;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 5px 5px 0px rgba(0, 78, 162, 0.4); }
  .fl_a_btn01 > a::before {
    content: '';
    background: url("../common/img/btn/arrow01.svg") no-repeat center/100%;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto; }
  .fl_a_btn01 > a:hover {
    color: #fff; }

@media (min-width: 768px) {
  .fl_a_btn01 {
    width: fit-content; }
    .fl_a_btn01 > a {
      width: 350px;
      height: 60px;
      font-size: 20px; }
      .fl_a_btn01 > a::before {
        right: 15px;
        width: 20px;
        height: 20px; } }
@media (max-width: 767.98px) {
  .fl_a_btn01 {
    width: 100%;
    padding: 0 13px; }
    .fl_a_btn01 > a {
      width: 100%;
      height: 60px;
      font-size: 20px; }
      .fl_a_btn01 > a::before {
        right: 15px;
        width: 20px;
        height: 20px; } }
.fl_bottom_back {
  background-color: #fed7a6; }

@media (min-width: 768px) {
  .fl_bottom_back {
    height: 385px;
    padding-top: 100px; }
    .fl_bottom_back div {
      width: 845px;
      margin: 0 auto; } }
@media (max-width: 767.98px) {
  .fl_bottom_back div {
    padding: 30px 10px 15px; } }
.fl_bottom_deco01 span img {
  animation: bottom_decoAnimation 1.3s infinite alternate ease-in-out; }
@keyframes bottom_decoAnimation {
  0% {
    transform: translate3d(-8px, -8px, 0); }
  50% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(8px, -8px, 0); } }
.fl_gacha_box a:hover {
  opacity: 1; }
.fl_gacha_box a > img:hover {
  opacity: 1; }
.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;
  text-align: center; }
  .fl_gacha_box .fl_gacha_content01 > .get > .ticket > .txt {
    font-size: 13px;
    letter-spacing: 0;
    margin: 5px 0;
    border-bottom: 1px solid;
    padding-bottom: 10px; }
    .fl_gacha_box .fl_gacha_content01 > .get > .ticket > .txt > span {
      color: #f76e86;
      font-size: 18px; }
      .fl_gacha_box .fl_gacha_content01 > .get > .ticket > .txt > span .week {
        font-size: 0.8em;
        margin: 3px; }
  .fl_gacha_box .fl_gacha_content01 > .get > .ticket > .result {
    padding: 10px 13px 0; }
  .fl_gacha_box .fl_gacha_content01 > .get > .ticket > .result2 {
    padding: 10px 13px 15px; }
  .fl_gacha_box .fl_gacha_content01 > .get > .ticket > .app_bnr {
    padding: 0 26px; }
  .fl_gacha_box .fl_gacha_content01 > .get > .ticket > .txt02 {
    padding: 0 40px;
    margin: 0 0 15px 0; }
  .fl_gacha_box .fl_gacha_content01 > .get > .ticket > .map_a {
    display: block;
    margin-bottom: 10px;
    padding: 0 13px; }
  .fl_gacha_box .fl_gacha_content01 > .get > .ticket > .warukeru_a {
    padding: 0 13px;
    display: block; }
  .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_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 {
  position: relative; }
  .fl_gacha_box .fl_gacha_content03 > a {
    position: absolute;
    border: 2px solid #004ea2;
    border-radius: 100px;
    width: 80%;
    aspect-ratio: 700/130;
    bottom: 13%;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    .fl_gacha_box .fl_gacha_content03 > a::before {
      content: '';
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%);
      position: absolute;
      top: 0;
      left: 0;
      mix-blend-mode: overlay; }

@media (min-width: 768px) {
  .fl_gacha_box .modal-dialog {
    width: 350px; }

  .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; } }
@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 0; }
  .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_box .fl_gacha_content02 .txt {
    padding: 60px 0 0 0;
    text-align: center; }
    .fl_gacha_box .fl_gacha_content02 .txt > p:nth-child(1) {
      font-size: 2rem; }
    .fl_gacha_box .fl_gacha_content02 .txt > p:nth-child(2) {
      font-size: .75rem;
      margin-bottom: 5px; }
  .fl_gacha_box .fl_gacha_content02 .fl_gacha_deco {
    padding: 0 40px; }
    .fl_gacha_box .fl_gacha_content02 .fl_gacha_deco > span:nth-child(1) {
      width: 30%; }
    .fl_gacha_box .fl_gacha_content02 .fl_gacha_deco > span:nth-child(2) {
      width: 26%; } }
.modal_test_btn {
  border: 2px solid;
  margin: 10px;
  padding: 10px; }
  .modal_test_btn > a {
    background: #004ea2;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    margin: 5px; }

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

.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_line > .icon > img {
        width: auto; }
    .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;
    margin: 80px 0; }
    .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: 40px;
    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;
        padding-right: 30%; }
      .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: -20px; }
      .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; } }
