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

  main, footer, .header {
    position: relative; } }
@media (max-width: 767.98px) {
  main {
    position: relative; }

  .container {
    width: 100%; }

  .anchor_link {
    padding-bottom: 100px;
    margin-top: -100px; } }
.kira_back {
  position: relative; }
  .kira_back::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: overlay;
    z-index: 0; }

@media (min-width: 768px) {
  .kira_back::before {
    background: url("../images/deco/back.svg") repeat center/40px; } }
@media (max-width: 767.98px) {
  .kira_back::before {
    background: url("../images/deco/back.svg") repeat center/40px; } }
.nami_top {
  -webkit-mask: var(--mask);
  mask: var(--mask);
  animation: nami 2s ease-in-out infinite alternate; }

@media (min-width: 768px) {
  .nami_top {
    margin-top: -20px;
    --mask:
    radial-gradient(25.82px at 50% 35.7px,#000 99%,#0000 101%) calc(50% - 28px) 0/56px 100%,
    radial-gradient(25.82px at 50% -21.7px,#0000 99%,#000 101%) 50% 14px/56px 100% repeat-x; } }
@media (max-width: 767.98px) {
  .nami_top {
    margin-top: -30px;
    --mask:
    radial-gradient(31.36px at 50% 43.35px,#000 99%,#0000 101%) calc(50% - 34px) 0/68px 100%,
    radial-gradient(31.36px at 50% -26.35px,#0000 99%,#000 101%) 50% 17px/68px 100% repeat-x; } }
@keyframes nami {
  0% {
    background-position: calc(50% - 10px) 0;
    /* 左に移動 */ }
  50% {
    background-position: calc(50% + 10px) 0;
    /* 右に移動 */ }
  75% {
    background-position: calc(50% - 0px) 0;
    /* 元に戻る */ }
  100% {
    background-position: calc(50% - 0px) 0;
    /* 元に戻る */ } }
.tarot_main {
  position: relative;
  background-color: #8472df; }
  .tarot_main > .tarot_main_inner > .title {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .tarot_main > .tarot_main_inner > .title > h1 > span {
      transition: transform 0.6s cubic-bezier(0.75, 1.72, 0.57, 1.03), opacity 0.5s;
      opacity: 0;
      transform: translateY(-100px); }
      .tarot_main > .tarot_main_inner > .title > h1 > span:nth-child(1) {
        transition-delay: .3s; }
      .tarot_main > .tarot_main_inner > .title > h1 > span:nth-child(2) {
        transition-delay: .4s; }
      .tarot_main > .tarot_main_inner > .title > h1 > span:nth-child(3) {
        transition-delay: .5s; }
      .tarot_main > .tarot_main_inner > .title > h1 > span:nth-child(4) {
        transition-delay: .6s; }
      .tarot_main > .tarot_main_inner > .title > h1 > span:nth-child(5) {
        transition-delay: .7s; }
    .tarot_main > .tarot_main_inner > .title.inview h1 > span {
      transform: translateY(0);
      opacity: 1; }
  .tarot_main > .tarot_main_inner > .cat_deco > .cat > figcaption {
    position: absolute;
    background: url(../images/main/bar.svg) no-repeat left center/auto 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; }
  .tarot_main > .tarot_main_inner > .cat_deco > .cat > img {
    transition: transform 0.6s 0.8s cubic-bezier(0.75, 1.72, 0.57, 1.03), opacity 0.5s 0.8s;
    opacity: 0;
    transform: translateY(-100px); }
  .tarot_main > .tarot_main_inner > .cat_deco > .cat.inview > img {
    transform: translateY(0);
    opacity: 1; }
  .tarot_main > .tarot_main_inner > .cat_deco > span {
    position: absolute; }
  .tarot_main > .tarot_main_inner > .waku_deco > .star {
    transition: transform .4s ease-in-out, opacity .4s ease-in-out;
    opacity: 0;
    transform: scale(2) rotate(180deg); }
    .tarot_main > .tarot_main_inner > .waku_deco > .star.inview {
      opacity: 1;
      transform: scale(1) rotate(0deg); }
  .tarot_main > .lead span {
    transition: transform .4s 1.3s, opacity .4s 1.3s;
    opacity: 0;
    transform: translateY(15px); }
  .tarot_main > .lead.inview span {
    opacity: 1;
    transform: translateY(0); }

@media (min-width: 1230px) {
  .waku_deco {
    width: 65%; } }
@media (max-width: 1229px) {
  .waku_deco {
    width: 45%; } }
@media (min-width: 768px) {
  .tarot_main > .tarot_main_inner {
    position: relative;
    aspect-ratio: 1440/540;
    display: block;
    margin: 0 auto;
    max-width: 1440px;
    background: url("../images/main/back.avif") no-repeat center/100% auto; }
    .tarot_main > .tarot_main_inner > .title {
      position: absolute;
      width: 29%;
      top: 36.5%;
      right: calc(50% - 50px);
      gap: 20px; }
      .tarot_main > .tarot_main_inner > .title > h1 {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .tarot_main > .tarot_main_inner > .title > h1 > span:nth-child(1) {
          width: 17%; }
        .tarot_main > .tarot_main_inner > .title > h1 > span:nth-child(2) {
          width: 17%;
          padding-top: 5%; }
        .tarot_main > .tarot_main_inner > .title > h1 > span:nth-child(3) {
          width: 15%;
          padding-top: 10%; }
        .tarot_main > .tarot_main_inner > .title > h1 > span:nth-child(4) {
          width: 13%; }
        .tarot_main > .tarot_main_inner > .title > h1 > span:nth-child(5) {
          width: 23%; }
      .tarot_main > .tarot_main_inner > .title > .copy {
        width: 70%; }
    .tarot_main > .tarot_main_inner > .cat_deco > .cat {
      z-index: 2;
      position: absolute;
      width: 20%;
      bottom: 10%;
      left: calc(50% + 5.5%); }
      .tarot_main > .tarot_main_inner > .cat_deco > .cat > figcaption {
        width: 60%;
        height: 55px;
        font-size: 15px;
        right: -33%;
        bottom: -1%; }
    .tarot_main > .tarot_main_inner > .cat_deco > span {
      z-index: 1; }
      .tarot_main > .tarot_main_inner > .cat_deco > span.rouge {
        width: 8.7%;
        top: 9%;
        left: calc(50% + 40px);
        animation: circle-animation 6s ease-in-out infinite; }
      .tarot_main > .tarot_main_inner > .cat_deco > span.sunblock {
        width: 5%;
        top: 3.5%;
        left: calc(50% + 160px);
        animation: circle-animation 6s ease-in-out infinite .2s; }
      .tarot_main > .tarot_main_inner > .cat_deco > span.pawder {
        width: 7.3%;
        top: 5%;
        left: calc(50% + 20%);
        animation: circle-animation 6s ease-in-out infinite .4s; }
      .tarot_main > .tarot_main_inner > .cat_deco > span.carolimit {
        width: 7.3%;
        top: 28%;
        left: calc(50% + 24.3%);
        animation: circle-animation 6s ease-in-out infinite .6s; }
      .tarot_main > .tarot_main_inner > .cat_deco > span.kira {
        width: 4.5%;
        top: 30%;
        left: calc(50% + 1%); }
  @keyframes circle-animation {
    0% {
      transform: rotateY(0deg); }
    5% {
      transform: rotateY(180deg); }
    10% {
      transform: rotateY(0deg); } }
    .tarot_main > .tarot_main_inner > .kira_deco > span {
      position: absolute;
      width: 8%;
      bottom: 28%; }
      .tarot_main > .tarot_main_inner > .kira_deco > span:nth-child(1) {
        left: calc(50% - 47%);
        transform: scaleX(-1) rotate(20deg); }
      .tarot_main > .tarot_main_inner > .kira_deco > span:nth-child(2) {
        right: calc(50% - 47%);
        transform: rotate(20deg); }
    .tarot_main > .tarot_main_inner > .waku_deco {
      position: absolute;
      width: 65%;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto; }
      .tarot_main > .tarot_main_inner > .waku_deco > .star {
        position: absolute;
        width: 8.5%;
        top: 8.7%;
        left: 28%; }
  .tarot_main > .lead {
    width: 305px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
    .tarot_main > .lead > span {
      position: absolute;
      width: 63%; } }
@media (max-width: 767.98px) {
  .tarot_main {
    position: relative; }
    .tarot_main > .tarot_main_inner {
      position: relative;
      aspect-ratio: 750/1147;
      width: 100%;
      background: url("../images/main/back_sp.avif") no-repeat center/100% auto; }
      .tarot_main > .tarot_main_inner > .title {
        margin: 0 auto;
        padding-top: 24%;
        width: 76%;
        gap: 10px; }
        .tarot_main > .tarot_main_inner > .title > h1 {
          width: 100%;
          display: flex;
          justify-content: space-between; }
          .tarot_main > .tarot_main_inner > .title > h1 > span:nth-child(1) {
            width: 17%; }
          .tarot_main > .tarot_main_inner > .title > h1 > span:nth-child(2) {
            width: 17%;
            padding-top: 5%; }
          .tarot_main > .tarot_main_inner > .title > h1 > span:nth-child(3) {
            width: 15%;
            padding-top: 10%; }
          .tarot_main > .tarot_main_inner > .title > h1 > span:nth-child(4) {
            width: 13%; }
          .tarot_main > .tarot_main_inner > .title > h1 > span:nth-child(5) {
            width: 23%; }
        .tarot_main > .tarot_main_inner > .title > .copy {
          width: 80%; }
      .tarot_main > .tarot_main_inner > .cat_deco > .cat > img {
        display: block;
        width: 59%;
        margin: 0 auto;
        position: relative;
        z-index: 1; }
      .tarot_main > .tarot_main_inner > .cat_deco > .cat > figcaption {
        z-index: 2;
        width: 35%;
        height: 44px;
        font-size: 13px;
        right: 0;
        bottom: 12%;
        justify-content: flex-start;
        padding-left: 31px; }
      .tarot_main > .tarot_main_inner > .cat_deco > span {
        z-index: 1; }
        .tarot_main > .tarot_main_inner > .cat_deco > span.rouge {
          width: 28.5%;
          bottom: 17%;
          left: 0%;
          transform: rotate(10deg);
          animation: circle-animation-sp1 6s ease-in-out infinite; }
        .tarot_main > .tarot_main_inner > .cat_deco > span.sunblock {
          width: 12%;
          bottom: 39.5%;
          left: 4.5%;
          transform: rotate(-20deg);
          animation: circle-animation-sp2 6s ease-in-out infinite .2s; }
        .tarot_main > .tarot_main_inner > .cat_deco > span.pawder {
          width: 19%;
          bottom: 38%;
          right: 11%;
          animation: circle-animation-sp3 6s ease-in-out infinite .4s; }
        .tarot_main > .tarot_main_inner > .cat_deco > span.carolimit {
          width: 18%;
          bottom: 31%;
          right: 1%;
          transform: rotate(-15deg);
          animation: circle-animation-sp4 6s ease-in-out infinite .6s; }
        .tarot_main > .tarot_main_inner > .cat_deco > span.kira {
          width: 16.5%;
          top: 44.1%;
          left: 21%;
          transform: rotate(50deg); }
  @keyframes circle-animation-sp1 {
    0% {
      transform: rotateY(0deg) rotate(10deg); }
    5% {
      transform: rotateY(180deg) rotate(10deg); }
    10% {
      transform: rotateY(0deg) rotate(10deg); } }
  @keyframes circle-animation-sp2 {
    0% {
      transform: rotateY(0deg) rotate(-20deg); }
    5% {
      transform: rotateY(180deg) rotate(-20deg); }
    10% {
      transform: rotateY(0deg) rotate(-20deg); } }
  @keyframes circle-animation-sp3 {
    0% {
      transform: rotateY(0deg); }
    5% {
      transform: rotateY(180deg); }
    10% {
      transform: rotateY(0deg); } }
  @keyframes circle-animation-sp4 {
    0% {
      transform: rotateY(0deg) rotate(-15deg); }
    5% {
      transform: rotateY(180deg) rotate(-15deg); }
    10% {
      transform: rotateY(0deg) rotate(-15deg); } }
      .tarot_main > .tarot_main_inner > .waku_deco {
        position: absolute;
        width: 100%;
        right: 0;
        left: 0;
        top: 0; }
        .tarot_main > .tarot_main_inner > .waku_deco > .star {
          position: absolute;
          width: 10%;
          top: 4%;
          left: 0;
          right: 0;
          margin: auto; }
    .tarot_main > .lead {
      width: 80%;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -120px;
      margin: 0 auto;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center; }
      .tarot_main > .lead > span {
        width: 63%;
        position: absolute; } }
.tarot_push {
  background-color: #8675df;
  position: relative; }
  .tarot_push.kira_back::before {
    opacity: .1; }
  .tarot_push .ttl {
    position: relative; }
    .tarot_push .ttl::before {
      content: '';
      background: url("../images/deco/deco01.svg") no-repeat center/100% auto;
      position: absolute;
      aspect-ratio: 146/87; }
    .tarot_push .ttl::after {
      content: '';
      background: url("../images/deco/deco01.svg") no-repeat center/100% auto;
      position: absolute;
      transform: scale(-1, 1);
      aspect-ratio: 146/87; }
    .tarot_push .ttl > h2 {
      text-align: center;
      font-weight: bold; }
      .tarot_push .ttl > h2 > span {
        color: #5f17ca; }
  .tarot_push .tarot_push_area > .cat:before {
    animation: push_anim 3s ease-out infinite;
    transform-origin: center center; }
@keyframes push_anim {
  0% {
    transform: scale(1); }
  3% {
    transform: scale(0.9); }
  30% {
    transform: scale(1); } }
  .tarot_push .tarot_push_area > .box {
    background-color: #eaffa3;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .tarot_push .tarot_push_area > .box::before {
      content: '';
      background: url("../images/push/box_deco.svg") no-repeat center/100% auto;
      position: absolute;
      aspect-ratio: 67/65; }
    .tarot_push .tarot_push_area > .box::after {
      content: '';
      background: url("../images/push/box_deco.svg") no-repeat center/100% auto;
      position: absolute;
      aspect-ratio: 67/65;
      transform: scale(-1, 1); }
    .tarot_push .tarot_push_area > .box > .deco_btm {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%; }
      .tarot_push .tarot_push_area > .box > .deco_btm::before {
        content: '';
        background: url("../images/push/box_deco.svg") no-repeat center/100% auto;
        position: absolute;
        aspect-ratio: 67/65;
        transform: scale(1, -1); }
      .tarot_push .tarot_push_area > .box > .deco_btm::after {
        content: '';
        background: url("../images/push/box_deco.svg") no-repeat center/100% auto;
        position: absolute;
        aspect-ratio: 67/65;
        transform: scale(-1, -1); }
    .tarot_push .tarot_push_area > .box > a:hover {
      opacity: 1; }
    .tarot_push .tarot_push_area > .box > a > img:hover {
      opacity: 1; }

@media (min-width: 768px) {
  .tarot_push {
    padding: 100px 0 80px; }
    .tarot_push .ttl {
      text-align: center; }
      .tarot_push .ttl::before {
        width: 75px;
        top: 10px;
        right: calc(50% + 270px); }
      .tarot_push .ttl::after {
        width: 75px;
        top: 10px;
        left: calc(50% + 270px); }
      .tarot_push .ttl > .deco_star {
        width: 20px;
        margin: 10px auto 15px; }
      .tarot_push .ttl > h2 {
        font-size: 23px;
        background-color: #fff;
        padding: 3px 10px;
        display: inline-block; }
    .tarot_push .tarot_push_area {
      margin: 10px 0 0 0; }
      .tarot_push .tarot_push_area > .cat {
        width: 140px;
        margin: 0 auto;
        position: relative; }
        .tarot_push .tarot_push_area > .cat::before {
          content: '';
          background: url("../images/push/pushpush.svg") no-repeat center/100% auto;
          width: 880px;
          height: 120px;
          position: absolute;
          left: -370px;
          top: 10px; }
        .tarot_push .tarot_push_area > .cat > img {
          z-index: 1;
          position: relative; }
      .tarot_push .tarot_push_area > .box {
        width: 814px;
        height: 335px;
        margin: -11px auto 0; }
        .tarot_push .tarot_push_area > .box > .tarot {
          display: block;
          margin-left: -65px;
          margin-right: -65px;
          position: relative;
          z-index: 1; }
        .tarot_push .tarot_push_area > .box::before {
          width: 67px;
          top: 10px;
          left: 10px; }
        .tarot_push .tarot_push_area > .box::after {
          width: 67px;
          top: 10px;
          right: 10px; }
        .tarot_push .tarot_push_area > .box > .deco_btm::before {
          width: 67px;
          bottom: 10px;
          left: 10px; }
        .tarot_push .tarot_push_area > .box > .deco_btm::after {
          width: 67px;
          bottom: 10px;
          right: 10px; } }
@media (max-width: 767.98px) {
  .tarot_push {
    padding: 150px 0 70px; }
    .tarot_push .ttl::before {
      width: 80px;
      top: -30px;
      left: 0; }
    .tarot_push .ttl::after {
      width: 80px;
      top: -30px;
      right: 0; }
    .tarot_push .ttl > .deco_star {
      width: 20px;
      margin: 10px auto; }
    .tarot_push .ttl > h2 {
      font-size: 20px;
      line-height: 2.3em; }
      .tarot_push .ttl > h2 > span {
        background-color: #fff;
        padding: 3px 10px; }
    .tarot_push .tarot_push_area {
      margin: 10px 0 0 0; }
      .tarot_push .tarot_push_area > .cat {
        position: relative; }
        .tarot_push .tarot_push_area > .cat::before {
          content: '';
          background: url("../images/push/pushpush.svg") no-repeat center/100% auto;
          width: 250%;
          height: 120px;
          position: absolute;
          left: -20px;
          top: 10px;
          transform-origin: 25% center; }
        .tarot_push .tarot_push_area > .cat > img {
          width: 40%;
          margin: 0 auto;
          display: block;
          z-index: 1;
          position: relative; }
      .tarot_push .tarot_push_area > .box {
        width: 100%;
        padding: 80px 0;
        margin: -20px auto 0; }
        .tarot_push .tarot_push_area > .box > .tarot {
          display: block;
          margin-left: -15px;
          margin-right: -15px;
          z-index: 1; }
          .tarot_push .tarot_push_area > .box > .tarot > img {
            height: 180px;
            width: auto;
            max-width: none;
            display: block; }
        .tarot_push .tarot_push_area > .box::before {
          width: 67px;
          top: 10px;
          left: 10px; }
        .tarot_push .tarot_push_area > .box::after {
          width: 67px;
          top: 10px;
          right: 10px; }
        .tarot_push .tarot_push_area > .box > .deco_btm::before {
          width: 67px;
          bottom: 10px;
          left: 10px; }
        .tarot_push .tarot_push_area > .box > .deco_btm::after {
          width: 67px;
          bottom: 10px;
          right: 10px; } }
.tarot_natsutabi {
  background-color: #5f17ca;
  position: relative; }
  .tarot_natsutabi.kira_back::before {
    opacity: .2;
    z-index: -1; }
  .tarot_natsutabi .natsutabi_flex > div:nth-child(2) {
    color: #fff;
    text-align: center; }
    .tarot_natsutabi .natsutabi_flex > div:nth-child(2) > .natsutabi_deco {
      display: flex;
      width: 100%;
      justify-content: space-between; }
      .tarot_natsutabi .natsutabi_flex > div:nth-child(2) > .natsutabi_deco > img:nth-child(3) {
        transform: scale(-1, 1); }
    .tarot_natsutabi .natsutabi_flex > div:nth-child(2) > h3 {
      font-weight: bold;
      line-height: 1.5em; }
    .tarot_natsutabi .natsutabi_flex > div:nth-child(2) > p {
      line-height: 1.8em; }
      .tarot_natsutabi .natsutabi_flex > div:nth-child(2) > p > span {
        color: #f5b5c7; }

@media (min-width: 768px) {
  .tarot_natsutabi {
    padding: 80px 0 0 0;
    position: relative; }
    .tarot_natsutabi .pittari {
      width: 380px;
      margin: 0 auto; }
    .tarot_natsutabi .natsutabi_flex {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0 60px;
      margin: 70px 0 30px; }
      .tarot_natsutabi .natsutabi_flex > div:nth-child(1) {
        width: 325px; }
      .tarot_natsutabi .natsutabi_flex > div:nth-child(2) {
        width: 335px; }
        .tarot_natsutabi .natsutabi_flex > div:nth-child(2) > h3 {
          font-size: 20px; }
        .tarot_natsutabi .natsutabi_flex > div:nth-child(2) > p {
          font-size: 15px; }
        .tarot_natsutabi .natsutabi_flex > div:nth-child(2) > .natsutabi_deco {
          margin: 5px 0 20px; }
          .tarot_natsutabi .natsutabi_flex > div:nth-child(2) > .natsutabi_deco > img:nth-child(1), .tarot_natsutabi .natsutabi_flex > div:nth-child(2) > .natsutabi_deco > img:nth-child(3) {
            width: 75px; }
          .tarot_natsutabi .natsutabi_flex > div:nth-child(2) > .natsutabi_deco > img:nth-child(2) {
            width: 20px; }
      .tarot_natsutabi .natsutabi_flex > div:nth-child(1) {
        opacity: 0;
        transform: rotateY(90deg); }
        .tarot_natsutabi .natsutabi_flex > div:nth-child(1).inview {
          animation: y-flip-card 1.5s 1.3s ease-out forwards; }
  @keyframes y-flip-card {
    0% {
      transform: rotateY(90deg);
      opacity: 0; }
    100% {
      transform: rotateY(0deg);
      opacity: 1; } }
    .tarot_natsutabi .fukidashi {
      width: 900px;
      margin: 0 auto;
      height: 126px;
      background: url("../images/natsutabi/fukidashi.svg") no-repeat center/100%;
      position: relative; }
      .tarot_natsutabi .fukidashi::before {
        content: '';
        background-color: #fff;
        width: calc( 100vw - 450px );
        height: 100%;
        position: absolute;
        top: 0;
        right: calc(50% + 450px); }
      .tarot_natsutabi .fukidashi::after {
        content: '';
        background-color: #fff;
        width: calc( 100vw - 450px );
        height: 100%;
        position: absolute;
        top: 0;
        left: calc(50% + 450px); }
    .tarot_natsutabi .tarot_natsutabi_deco > span {
      opacity: 0;
      position: absolute;
      width: 140px;
      top: 150px; }
      .tarot_natsutabi .tarot_natsutabi_deco > span:nth-child(1) {
        transform: scale(-1, 1);
        right: calc(50% + 560px); }
      .tarot_natsutabi .tarot_natsutabi_deco > span:nth-child(2) {
        left: calc(50% + 560px); }
    .tarot_natsutabi .tarot_natsutabi_deco.inview > span {
      transform-origin: 50% 50%; }
      .tarot_natsutabi .tarot_natsutabi_deco.inview > span:nth-child(1) {
        transform: scale(-1, 1);
        animation: tilt-forward 1.8s ease-in-out forwards; }
      .tarot_natsutabi .tarot_natsutabi_deco.inview > span:nth-child(2) {
        animation: tilt-backward 1.8s ease-in-out forwards; }
  @keyframes tilt-forward {
    0% {
      transform: scale(-1, 1) translate3d(0, -100px, 0);
      opacity: 0; }
    40% {
      transform: scale(-1, 1) rotate(0deg) translate3d(0, 0, 0);
      opacity: 1; }
    70% {
      transform: scale(-1, 1) rotate(-35deg) translate3d(-60px, 0, 0);
      opacity: 1; }
    100% {
      transform: scale(-1, 1) rotate(0deg);
      opacity: 1; } }
  @keyframes tilt-backward {
    0% {
      transform: rotate(0deg) translate3d(0, -100px, 0);
      opacity: 0; }
    40% {
      transform: rotate(0deg) translate3d(0, 0, 0);
      opacity: 1; }
    70% {
      transform: rotate(-35deg) translate3d(-60px, 0, 0);
      opacity: 1; }
    100% {
      transform: rotate(0deg);
      opacity: 1; } } }
@media (max-width: 767.98px) {
  .tarot_natsutabi {
    padding: 70px 0 0 0; }
    .tarot_natsutabi .pittari {
      width: 75%;
      margin: 0 auto 35px; }
    .tarot_natsutabi .natsutabi_flex {
      padding: 0 10px;
      margin-bottom: 10px; }
      .tarot_natsutabi .natsutabi_flex > div:nth-child(2) > h3 {
        font-size: 20px;
        margin-top: 40px; }
      .tarot_natsutabi .natsutabi_flex > div:nth-child(2) > p {
        font-size: 15px;
        margin-left: -10px;
        margin-right: -10px; }
      .tarot_natsutabi .natsutabi_flex > div:nth-child(2) > .natsutabi_deco {
        margin: 5px 0 20px; }
        .tarot_natsutabi .natsutabi_flex > div:nth-child(2) > .natsutabi_deco > img:nth-child(1), .tarot_natsutabi .natsutabi_flex > div:nth-child(2) > .natsutabi_deco > img:nth-child(3) {
          width: 80px; }
        .tarot_natsutabi .natsutabi_flex > div:nth-child(2) > .natsutabi_deco > img:nth-child(2) {
          width: 20px; }
      .tarot_natsutabi .natsutabi_flex > div:nth-child(1) {
        position: relative; }
        .tarot_natsutabi .natsutabi_flex > div:nth-child(1) > img:not([src*="illust_tarots_04.png"]) {
          display: inline-block;
          transition: transform 1s ease-out, opacity 1s ease-out;
          transform: translateX(-150vw);
          opacity: 0; }
        .tarot_natsutabi .natsutabi_flex > div:nth-child(1) > img[src*="illust_tarots_04.png"] {
          display: inline-block;
          transition: transform 2s ease-out;
          transform: translateX(-150vw);
          position: absolute;
          width: 80%;
          height: auto;
          right: -110px;
          top: 20vh; }
        .tarot_natsutabi .natsutabi_flex > div:nth-child(1).inview img:not([src*="illust_tarots_04.png"]) {
          transform: translateX(0);
          opacity: 1; }
        .tarot_natsutabi .natsutabi_flex > div:nth-child(1).inview img[src*="illust_tarots_04.png"] {
          transform: translate3d(100vw, -60px, 0); }
    .tarot_natsutabi .fukidashi {
      margin-right: -15px;
      margin-left: -15px;
      height: 100px;
      background-color: #fff;
      position: relative; }
      .tarot_natsutabi .fukidashi::before {
        content: '';
        width: calc( 100% + 2px );
        -webkit-mask-image: url(../images/natsutabi/fukidashi_sp.svg);
        mask-image: url(../images/natsutabi/fukidashi_sp.svg);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: cover;
        mask-repeat: no-repeat;
        mask-size: cover;
        position: absolute;
        top: -1px;
        left: -1px;
        background: #5f17ca url("../images/deco/back02.svg") repeat center/40px;
        aspect-ratio: 448/80;
        z-index: 1; }
      .tarot_natsutabi .fukidashi::after {
        content: '';
        background: url("../images/pickup/pickup.svg") no-repeat center/100%;
        aspect-ratio: 380/69;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; }
      .tarot_natsutabi .fukidashi::after {
        transition: transform .3s .3s ease-in-out, opacity .3s .3s;
        opacity: 0;
        transform: translateX(-50px); }
      .tarot_natsutabi .fukidashi.inview::after {
        opacity: 1;
        transform: translateX(0); } }
.fl_a_btn01 > a {
  background-color: #f76e86;
  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);
  overflow: hidden; }
  .fl_a_btn01 > a::after {
    content: '';
    background: url("../../common/img/btn/arrow03.svg") no-repeat center/100%;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto; }
  .fl_a_btn01 > a:hover {
    color: #fff; }
  .fl_a_btn01 > a.kira_back:before {
    opacity: .2; }

@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::after {
        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::after {
        right: 15px;
        width: 20px;
        height: 20px; } }
.tarot_pickup .cat::before {
  transition: transform .3s .3s ease-in-out, opacity .3s .3s;
  opacity: 0;
  transform: translateX(-50px); }
.tarot_pickup .cat.inview::before {
  opacity: 1;
  transform: translateX(0); }
.tarot_pickup .pickup_flex > .item {
  background-color: #e0ddf3;
  position: relative;
  color: #5f17ca;
  text-align: center; }
  .tarot_pickup .pickup_flex > .item::before {
    content: '';
    background: url("../images/pickup/sun.svg") no-repeat center/100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; }
  .tarot_pickup .pickup_flex > .item .item_img {
    background-color: #fff;
    position: relative; }
    .tarot_pickup .pickup_flex > .item .item_img > .icon {
      position: absolute;
      display: flex;
      flex-direction: column; }
  .tarot_pickup .pickup_flex > .item .desc {
    line-height: 1.4em; }
    .tarot_pickup .pickup_flex > .item .desc > small {
      line-height: 1em; }
      .tarot_pickup .pickup_flex > .item .desc > small > .shokuhin {
        border: 1px solid #5f17ca;
        padding: 3px 5px;
        margin-right: 10px; }
.tarot_pickup .pickup_flex > .txt p {
  color: #666666;
  line-height: 1.8em; }
  .tarot_pickup .pickup_flex > .txt p > span {
    color: #f76e86; }
  .tarot_pickup .pickup_flex > .txt p .caution {
    color: #666666;
    font-size: 0.5em;
    vertical-align: top; }
.tarot_pickup .pickup_flex > .txt > .more {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px; }
  .tarot_pickup .pickup_flex > .txt > .more > span {
    border-radius: 50% / 100% 100% 0 0;
    color: #fff;
    background-color: #5f17ca;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 74px;
    height: 37px;
    letter-spacing: -0.1em;
    padding-top: 5px; }
  .tarot_pickup .pickup_flex > .txt > .more > p {
    width: 100%;
    background-color: #eaffa3;
    border-radius: 20px;
    text-align: center;
    padding: 15px 0; }
.tarot_pickup h3 {
  text-align: center;
  color: #5f17ca;
  font-weight: bold;
  line-height: 1.6em; }
  .tarot_pickup h3 > span {
    background-color: #eaffa3; }

@media (min-width: 768px) {
  .tarot_pickup {
    padding-bottom: 80px;
    position: relative; }
    .tarot_pickup .cat {
      width: 250px;
      margin: 0 auto;
      padding-top: 15px;
      position: relative; }
      .tarot_pickup .cat::before {
        content: '';
        background: url("../images/pickup/pickup.svg") no-repeat center/100%;
        width: 380px;
        height: 69px;
        position: absolute;
        top: 10px;
        left: -65px;
        z-index: -1; }
      .tarot_pickup .cat > .pickup_deco01 > span {
        position: absolute;
        width: 133px;
        top: 90px; }
        .tarot_pickup .cat > .pickup_deco01 > span:nth-child(1) {
          right: calc(50% + 280px); }
        .tarot_pickup .cat > .pickup_deco01 > span:nth-child(2) {
          left: calc(50% + 280px);
          transform: scale(-1, 1); }
    .tarot_pickup h3 {
      font-size: 20px;
      margin: 20px 0 35px; }
    .tarot_pickup .pickup_flex {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0 85px; }
      .tarot_pickup .pickup_flex > .item {
        width: 325px;
        border-radius: 20px;
        padding: 50px 25px 25px 25px; }
        .tarot_pickup .pickup_flex > .item::before {
          width: 45px;
          height: 22px;
          top: 15px; }
        .tarot_pickup .pickup_flex > .item .item_img {
          border-radius: 20px; }
          .tarot_pickup .pickup_flex > .item .item_img > img {
            border-radius: 20px; }
          .tarot_pickup .pickup_flex > .item .item_img > .icon {
            width: 60px;
            top: 0;
            right: 0;
            gap: 10px;
            top: -12px;
            right: -12px; }
        .tarot_pickup .pickup_flex > .item > .desc {
          font-size: 20px;
          margin: 20px -15px 10px; }
          .tarot_pickup .pickup_flex > .item > .desc > small {
            font-size: 13px; }
        .tarot_pickup .pickup_flex > .item > .price {
          font-size: 25px;
          margin-bottom: 0; }
          .tarot_pickup .pickup_flex > .item > .price > small {
            font-size: 12px; }
      .tarot_pickup .pickup_flex > .txt {
        width: 350px;
        font-size: 15px; }
        .tarot_pickup .pickup_flex > .txt > .fl_a_btn01 {
          margin-top: 30px; }
        .tarot_pickup .pickup_flex > .txt small {
          font-size: 13px;
          font-weight: bold; }
    .tarot_pickup .pickup_deco02 {
      position: absolute;
      display: flex;
      flex-direction: column;
      width: 110px;
      right: calc(50% + 580px);
      transform: scale(-1, 1);
      top: 0;
      gap: 150px; }
    .tarot_pickup .pickup_deco03 {
      left: calc(50% + 580px); } }
@media (max-width: 767.98px) {
  .tarot_pickup {
    padding-bottom: 50px; }
    .tarot_pickup .cat {
      margin: -45px auto 0;
      width: 80%;
      z-index: 1;
      position: relative; }
    .tarot_pickup h3 {
      font-size: 20px;
      margin: 20px 0; }
    .tarot_pickup .pickup_flex > .item {
      border-radius: 20px;
      padding: 50px 20px 20px 25px; }
      .tarot_pickup .pickup_flex > .item::before {
        width: 45px;
        height: 22px;
        top: 15px; }
      .tarot_pickup .pickup_flex > .item .item_img {
        border-radius: 20px; }
        .tarot_pickup .pickup_flex > .item .item_img > img {
          border-radius: 20px; }
        .tarot_pickup .pickup_flex > .item .item_img > .icon {
          width: 60px;
          top: 0;
          right: 0;
          gap: 10px;
          top: -12px;
          right: -12px; }
      .tarot_pickup .pickup_flex > .item > .desc {
        font-size: 20px;
        margin: 20px -15px 10px; }
        .tarot_pickup .pickup_flex > .item > .desc > small {
          font-size: 13px; }
      .tarot_pickup .pickup_flex > .item > .price {
        font-size: 25px;
        margin-bottom: 0; }
        .tarot_pickup .pickup_flex > .item > .price > small {
          font-size: 12px; }
    .tarot_pickup .pickup_flex > .txt {
      font-size: 15px;
      margin-top: 20px; }
      .tarot_pickup .pickup_flex > .txt > .fl_a_btn01 {
        margin-top: 20px; }
      .tarot_pickup .pickup_flex > .txt small {
        font-size: 13px;
        font-weight: bold; } }
.tarot_bnr_area {
  background-color: #e0ddf3;
  position: relative; }

@media (min-width: 768px) {
  .tarot_bnr_area_wrap {
    position: relative; }
    .tarot_bnr_area_wrap::before {
      content: '';
      background: url("../images/deco/tarot01.svg") no-repeat center/100%;
      width: 460px;
      height: 78px;
      position: absolute;
      top: 110px;
      right: calc(50% + 230px);
      z-index: 10; }
    .tarot_bnr_area_wrap::after {
      content: '';
      background: url("../images/deco/tarot02.svg") no-repeat center/100%;
      width: 460px;
      height: 78px;
      position: absolute;
      top: 110px;
      left: calc(50% + 230px); }

  .tarot_bnr_area {
    padding: 90px 0 80px; }
    .tarot_bnr_area > .container {
      position: relative;
      z-index: auto; }
      .tarot_bnr_area > .container a {
        width: 356px;
        display: block;
        margin: 0 auto; } }
@media (max-width: 767.98px) {
  .tarot_bnr_area_wrap {
    position: relative; }
    .tarot_bnr_area_wrap .sp_bnr {
      position: absolute;
      top: 60px;
      left: 0;
      z-index: 5;
      background-color: #e0ddf3; }

  .tarot_bnr_area {
    padding: 60px 0; }
    .tarot_bnr_area a {
      width: 100%; } }
.warukeru_wrap {
  position: relative; }

@media (min-width: 768px) {
  .warukeru_wrap {
    animation: warukeru_slideInOut 6s ease-in-out infinite; }
    .warukeru_wrap .warukeru_btn {
      position: absolute;
      width: 140px;
      top: -40px;
      left: 50px;
      z-index: 0; }

  @keyframes warukeru_slideInOut {
    10% {
      transform: translateY(0); }
    20% {
      transform: translateY(-160px); }
    30% {
      transform: translateY(-130px); }
    40% {
      transform: translateY(-160px); }
    50% {
      transform: translateY(-130px); }
    60% {
      transform: translateY(-160px); }
    70% {
      transform: translateY(0); } } }
@media (max-width: 767.98px) {
  .warukeru_wrap {
    z-index: 1;
    animation: warukeru_slideInOut 6s ease-in-out infinite; }
    .warukeru_wrap .warukeru_btn {
      position: absolute;
      width: 90px;
      top: 5px;
      left: 20px; }

  @keyframes warukeru_slideInOut {
    10% {
      transform: translateY(0); }
    20% {
      transform: translateY(-90px); }
    30% {
      transform: translateY(-75px); }
    40% {
      transform: translateY(-90px); }
    50% {
      transform: translateY(-75px); }
    60% {
      transform: translateY(-90px); }
    70% {
      transform: translateY(0); } } }
.tarot_recommend {
  background-color: #eaffa3; }
  .tarot_recommend .cat {
    background-color: #eaffa3;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }
    .tarot_recommend .cat > img {
      z-index: 1;
      position: relative;
      animation: tarot_recommend_cat_anim 2.5s steps(1) infinite;
      transform-origin: center 80%; }
@keyframes tarot_recommend_cat_anim {
  0% {
    transform: rotate(-10deg); }
  10% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(10deg); }
  30% {
    transform: rotate(0deg); } }
  .tarot_recommend h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #5f17ca; }
    .tarot_recommend h2 > span {
      background: #fff; }
      .tarot_recommend h2 > span > .kakeru {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px; }
        .tarot_recommend h2 > span > .kakeru::before, .tarot_recommend h2 > span > .kakeru::after {
          content: "";
          position: absolute;
          left: 50%;
          top: 50%;
          width: 3px;
          height: 20px;
          background-color: #5f17ca;
          transform-origin: center; }
        .tarot_recommend h2 > span > .kakeru::before {
          transform: translate(-50%, -50%) rotate(45deg); }
        .tarot_recommend h2 > span > .kakeru::after {
          transform: translate(-50%, -50%) rotate(-45deg); }
  .tarot_recommend .recommend_flex {
    z-index: 1;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .tarot_recommend .recommend_flex > div > .ribbon {
      clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%, 5% 50%);
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center; }
      .tarot_recommend .recommend_flex > div > .ribbon.vacation {
        background-color: #c265b9; }
      .tarot_recommend .recommend_flex > div > .ribbon.bbq {
        background-color: #dfc200; }
      .tarot_recommend .recommend_flex > div > .ribbon.event {
        background-color: #476edc;
        letter-spacing: -0.1em; }
      .tarot_recommend .recommend_flex > div > .ribbon.yatai {
        background-color: #eb554f; }
      .tarot_recommend .recommend_flex > div > .ribbon.camp {
        background-color: #5ebd35;
        letter-spacing: -0.15em; }
      .tarot_recommend .recommend_flex > div > .ribbon.sea {
        background-color: #30c8d2; }
      .tarot_recommend .recommend_flex > div > .ribbon.onsen {
        background-color: #ff982f; }
      .tarot_recommend .recommend_flex > div > .ribbon.park {
        background-color: #ff8ab6; }
      .tarot_recommend .recommend_flex > div > .ribbon.koto {
        background-color: #ff8678; }
      .tarot_recommend .recommend_flex > div > .ribbon.sport {
        background-color: #58aeff; }
    .tarot_recommend .recommend_flex > div > .w_box {
      background-color: #fff; }
      .tarot_recommend .recommend_flex > div > .w_box > .item_img {
        position: relative;
        display: block; }
        .tarot_recommend .recommend_flex > div > .w_box > .item_img > span {
          position: absolute; }
      .tarot_recommend .recommend_flex > div > .w_box > .item_link {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        border: 1px solid #5f17ca;
        color: #5f17ca;
        border-radius: 100px;
        z-index: 5;
        position: relative; }

@media (min-width: 768px) {
  .tarot_recommend {
    padding: 90px 0 100px; }
    .tarot_recommend > .cat {
      width: 110px;
      top: -40px;
      padding: 10px; }
    .tarot_recommend h2 {
      font-size: 20px;
      gap: 20px; }
      .tarot_recommend h2 > span {
        font-size: 25px;
        padding: 15px 20px;
        border-radius: 100px; }
        .tarot_recommend h2 > span > .kakeru {
          margin: 0 10px; }
    .tarot_recommend .recommend_flex {
      width: 900px;
      margin: 0 auto;
      gap: 35px 0;
      margin-top: 55px; }
      .tarot_recommend .recommend_flex > div {
        width: 167px; }
        .tarot_recommend .recommend_flex > div > .ribbon {
          margin: 0 5px;
          height: 40px;
          font-size: 14px;
          margin-bottom: -20px; }
        .tarot_recommend .recommend_flex > div > .w_box {
          border-radius: 15px;
          padding: 20px 12px 15px; }
          .tarot_recommend .recommend_flex > div > .w_box > .item_img {
            padding: 23px 0; }
            .tarot_recommend .recommend_flex > div > .w_box > .item_img > span {
              width: 48px;
              bottom: 5px; }
              .tarot_recommend .recommend_flex > div > .w_box > .item_img > span.suryou_icon {
                left: 0; }
              .tarot_recommend .recommend_flex > div > .w_box > .item_img > span.tsuhan_icon {
                right: 0; }
          .tarot_recommend .recommend_flex > div > .w_box > .item_link {
            height: 25px;
            font-size: 13px; } }
@media (max-width: 767.98px) {
  .tarot_recommend {
    padding: 80px 0 100px; }
    .tarot_recommend > .cat {
      width: 110px;
      top: -30px;
      padding: 15px; }
    .tarot_recommend h2 {
      flex-direction: column;
      font-size: 20px;
      gap: 10px; }
      .tarot_recommend h2 > span {
        font-size: 25px;
        padding: 15px 20px;
        border-radius: 20px; }
        .tarot_recommend h2 > span > .kakeru {
          margin: 0 10px; }
    .tarot_recommend .recommend_flex {
      gap: 15px 0;
      margin-top: 30px; }
      .tarot_recommend .recommend_flex > div {
        width: calc( 50% - 8px ); }
        .tarot_recommend .recommend_flex > div > .ribbon {
          margin: 0 5px;
          height: 40px;
          font-size: 14px;
          margin-bottom: -20px; }
        .tarot_recommend .recommend_flex > div > .w_box {
          border-radius: 15px;
          padding: 20px 12px 15px; }
          .tarot_recommend .recommend_flex > div > .w_box > .item_img {
            padding: 23px 0; }
            .tarot_recommend .recommend_flex > div > .w_box > .item_img > span {
              width: 45px;
              bottom: 5px; }
              .tarot_recommend .recommend_flex > div > .w_box > .item_img > span.suryou_icon {
                left: 0; }
              .tarot_recommend .recommend_flex > div > .w_box > .item_img > span.tsuhan_icon {
                right: 0; }
          .tarot_recommend .recommend_flex > div > .w_box > .item_link {
            height: 25px;
            font-size: 13px; } }
.etc_container {
  background: url(../images/etc/back.png) repeat left top;
  background-size: 43px 30px;
  position: relative; }
  .etc_container > .container > .etc_div {
    display: flex;
    align-items: center; }
  .etc_container::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: calc(100% - .5px);
    width: 100%;
    height: 20px;
    background: url(../images/etc/back.png) repeat left bottom;
    background-size: 43px 30px; }
  @media (min-width: 768px) {
    .etc_container {
      padding: 60px 0 40px; }
      .etc_container > .container > .etc_div {
        justify-content: center;
        justify-content: center; }
        .etc_container > .container > .etc_div > p {
          width: 270px;
          margin: 0 50px 0 0; }
        .etc_container > .container > .etc_div > a {
          width: 436px; } }
  @media (max-width: 767.98px) {
    .etc_container {
      padding: 50px 0 40px; }
      .etc_container > .container > .etc_div {
        flex-direction: column; }
        .etc_container > .container > .etc_div > p {
          width: 250px;
          margin: 0 auto 15px; }
        .etc_container > .container > .etc_div > a {
          width: 300px; } }

.caution_box {
  color: #666666;
  font-weight: normal; }

@media (min-width: 768px) {
  .caution_box {
    font-size: 13px;
    margin-top: 20px;
    text-align: center; } }
@media (max-width: 767.98px) {
  .caution_box {
    font-size: 13px;
    padding: 15px 15px 0 15px; } }
