@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; } }
.dot_back {
  position: relative; }
  .dot_back::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: overlay;
    z-index: 0; }

@media (min-width: 768px) {
  .dot_back::before {
    background-image: radial-gradient(circle, #000 2.5px, transparent 2.5px), radial-gradient(circle, #000 2.5px, transparent 2.5px);
    background-position: 0 0, 8.5px 17px;
    background-size: 17px 34px; } }
@media (max-width: 767.98px) {
  .dot_back::before {
    background-image: radial-gradient(circle, #000 2.5px, transparent 2.5px), radial-gradient(circle, #000 2.5px, transparent 2.5px);
    background-position: 0 0, 8.5px 17px;
    background-size: 17px 34px; } }
.nami_top {
  -webkit-mask: var(--mask);
  mask: var(--mask); }

@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;
    /* 元に戻る */ } }
/* タイトル画像の復元と湯気アニメーション */
@keyframes ttl_reveal {
  0% {
    opacity: 0.2;
    filter: blur(10px);
    transform: translate(10px, 18px) scale(0.9);
    animation-timing-function: ease-out; }
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: translate(0, 0) scale(1); } }
/* 湯気アニメーション：上方向へ伸びてフェードアウト */
@keyframes steam_up_1 {
  0% {
    opacity: 0;
    transform: translate(-50%, 20%) scale(0.8) skewX(10deg);
    filter: blur(18px); }
  40% {
    opacity: 1;
    transform: translate(-40%, -16%) scale(1.05) skewX(4deg);
    filter: blur(12px); }
  100% {
    opacity: 0;
    transform: translate(-30%, -60%) scale(1.15) skewX(0deg);
    filter: blur(24px); } }
@keyframes steam_up_2 {
  0% {
    opacity: 0;
    transform: translate(-50%, 28%) scale(0.75) skewX(12deg);
    filter: blur(20px); }
  50% {
    opacity: 1;
    transform: translate(-60%, -28%) scale(1.02) skewX(6deg);
    filter: blur(14px); }
  100% {
    opacity: 0;
    transform: translate(-70%, -80%) scale(1.2) skewX(0deg);
    filter: blur(30px); } }
.onsen_main {
  background: linear-gradient(0deg, #fcd440 0%, #ff6a39 100%); }
  .onsen_main .main_item, .onsen_main .main_deco01, .onsen_main .main_deco02 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .onsen_main .main_item > span, .onsen_main .main_deco01 > span, .onsen_main .main_deco02 > span {
      position: absolute; }
  .onsen_main .container .ttl {
    position: relative;
    overflow: visible;
    will-change: transform, opacity, filter; }
    .onsen_main .container .ttl img {
      display: block;
      backface-visibility: hidden;
      transform-origin: center bottom;
      opacity: 0;
      filter: blur(10px);
      transform: translate(10px, 18px) scale(0.9);
      animation: ttl_reveal 1.8s ease-out forwards;
      animation-delay: 0.05s; }
    .onsen_main .container .ttl::before, .onsen_main .container .ttl::after {
      content: '';
      position: absolute;
      z-index: 9999;
      left: 50%;
      transform: translateX(-50%);
      pointer-events: none;
      bottom: -6%;
      border-radius: 50%;
      opacity: 0;
      filter: blur(18px);
      background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.64) 0%, rgba(255, 255, 255, 0) 60%);
      will-change: transform, opacity, filter; }
    .onsen_main .container .ttl::before {
      width: 120%;
      height: 60%;
      animation: steam_up_1 1.6s linear forwards;
      animation-delay: 0s; }
    .onsen_main .container .ttl::after {
      width: 90%;
      height: 50%;
      bottom: -2%;
      animation: steam_up_2 1.9s linear forwards;
      animation-delay: 0.32s;
      filter: blur(20px); }

@media (min-width: 768px) {
  .onsen_main {
    width: 100%;
    height: 470px; }
    .onsen_main .container {
      position: relative;
      height: 100%; }
      .onsen_main .container .ttl {
        width: 373px;
        position: absolute;
        top: 63px;
        left: 94px; }
      .onsen_main .container .kapi_illust {
        width: 475px;
        position: absolute;
        top: -20px;
        right: 48px; }
        .onsen_main .container .kapi_illust > figcaption {
          width: 183px;
          position: absolute;
          right: -48px;
          bottom: 75px; }
      .onsen_main .container .main_item > span:nth-child(1) {
        width: 120px;
        left: 5px;
        bottom: 45px; }
      .onsen_main .container .main_item > span:nth-child(2) {
        width: 85px;
        top: 30px;
        left: 15px; }
      .onsen_main .container .main_item > span:nth-child(3) {
        width: 114px;
        left: calc(50% - 38px);
        top: 40px; }
      .onsen_main .container .main_deco01 > span:nth-child(1) {
        width: 80px;
        top: 25px;
        right: 18px;
        transform: translateY(8px) scale(0.9);
        opacity: 0;
        will-change: transform, opacity, filter;
        animation: steam_up_anim 4s linear infinite;
        animation-delay: .3s; }
      .onsen_main .container .main_deco01 > span:nth-child(2) {
        width: 100px;
        bottom: 113px;
        left: calc(50% - 70px);
        transform: translateY(8px) scale(0.9);
        opacity: 0;
        will-change: transform, opacity, filter;
        animation: steam_up_anim 4s linear infinite;
        animation-delay: .6s; }
      .onsen_main .container .main_deco02 > span:nth-child(1) {
        width: 130px;
        top: 150px;
        left: calc(50% + 530px);
        opacity: 0;
        transform: translateY(8px) scale(0.9);
        will-change: transform, opacity, filter;
        animation: steam_up_anim 4s linear infinite;
        animation-delay: 0s; }
      .onsen_main .container .main_deco02 > span:nth-child(2) {
        width: 130px;
        top: 150px;
        left: calc(50% - 690px);
        transform: scale(-1, 1);
        opacity: 0;
        will-change: transform, opacity, filter;
        animation: steam_up_anim 4s linear infinite;
        animation-delay: 0.85s; } }
@media (max-width: 767.98px) {
  .onsen_main {
    padding: 20px 0 40px;
    position: relative; }
    .onsen_main .container {
      padding-left: 0;
      padding-right: 0; }
      .onsen_main .container .ttl {
        width: 80%;
        margin: 0px auto 10px; }
      .onsen_main .container .kapi_illust {
        width: 110%;
        margin-left: -10%;
        margin-top: -75px;
        position: relative;
        padding-right: 15px; }
        .onsen_main .container .kapi_illust > figcaption {
          width: 36%;
          position: absolute;
          right: 0;
          bottom: 40px; }
      .onsen_main .container .main_item > span:nth-child(1) {
        width: 24%;
        left: 1%;
        top: 44%; }
      .onsen_main .container .main_item > span:nth-child(2) {
        width: 17%;
        top: 1%;
        left: 2%; }
      .onsen_main .container .main_item > span:nth-child(3) {
        width: 23%;
        right: 0;
        top: 5%; }
      .onsen_main .container .main_deco01 > span:nth-child(1) {
        width: 20%;
        top: 32.5%;
        left: -4%;
        transform: translateY(8px) scale(0.9);
        opacity: 0;
        will-change: transform, opacity, filter;
        animation: steam_up_anim 4s linear infinite;
        animation-delay: .3s; }
      .onsen_main .container .main_deco01 > span:nth-child(2) {
        width: 17%;
        top: 34%;
        right: -4%;
        transform: rotate(-10deg);
        transform: translateY(8px) scale(0.9);
        opacity: 0;
        will-change: transform, opacity, filter;
        animation: steam_up_anim 4s linear infinite;
        animation-delay: .6s; } }
@keyframes steam_up_anim {
  0% {
    opacity: 0;
    transform: translate(0, 8px) scale(0.9);
    animation-timing-function: ease-out; }
  50% {
    opacity: 1;
    transform: translate(4px, 0) scale(1);
    animation-timing-function: ease-in; }
  100% {
    opacity: 0;
    transform: translate(0, -10px) scale(1); } }
.onsen_lead {
  position: relative; }
  .onsen_lead > img {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto; }

@media (min-width: 768px) {
  .onsen_lead > img {
    width: 265px;
    bottom: -75px; } }
@media (max-width: 767.98px) {
  .onsen_lead > img {
    width: 70%;
    bottom: -75px; }
  .onsen_lead .main_deco > span {
    position: absolute;
    z-index: 1; }
    .onsen_lead .main_deco > span:nth-child(1) {
      width: 15%;
      top: -40px;
      left: 2%; }
    .onsen_lead .main_deco > span:nth-child(2) {
      width: 9%;
      top: -60px;
      right: 3%;
      transform: rotate(-25deg); } }
.onsen_push {
  background-color: #00caa4; }
  .onsen_push.dot_back::before {
    opacity: .1;
    z-index: -1; }
  .onsen_push .ttl > img {
    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); } }
  .onsen_push .onsen_push_area a {
    opacity: 1 !important; }
  .onsen_push .onsen_push_area img[src*="onsen_select"] {
    animation: slow-spin infinite 60s linear;
    opacity: 1 !important; }
@keyframes slow-spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@media (min-width: 768px) {
  .onsen_push {
    padding-top: 70px; }
    .onsen_push .ttl {
      width: 390px;
      margin: 0 auto -20px;
      position: relative; }
      .onsen_push .ttl > .deco > span {
        position: absolute;
        width: 85px;
        top: -20px; }
        .onsen_push .ttl > .deco > span:nth-child(1) {
          right: -150px;
          transform: scale(-1, 1); }
        .onsen_push .ttl > .deco > span:nth-child(2) {
          left: -150px; }
    .onsen_push .onsen_push_area {
      width: 912px;
      height: 430px;
      margin: 0 auto;
      overflow: hidden;
      position: relative; }
      .onsen_push .onsen_push_area a:hover {
        filter: brightness(1.07); }
    .onsen_push .deco_kapi > span {
      position: absolute; }
      .onsen_push .deco_kapi > span:nth-child(1) {
        width: 175px;
        bottom: 80px;
        left: calc(50% - 95px); }
      .onsen_push .deco_kapi > span:nth-child(2) {
        width: 110px;
        bottom: 50px;
        left: calc(50% + 50px); }
      .onsen_push .deco_kapi > span:nth-child(3) {
        width: 125px;
        bottom: 50px;
        left: calc(50% - 160px); } }
@media (max-width: 767.98px) {
  .onsen_push {
    padding-top: 80px; }
    .onsen_push .container {
      padding-left: 0;
      padding-right: 0; }
    .onsen_push .ttl {
      width: 100%;
      margin: 0 auto -50px; }
    .onsen_push .onsen_push_area {
      width: 100%;
      aspect-ratio: 750/790;
      overflow: hidden;
      position: relative; }
      .onsen_push .onsen_push_area > a {
        position: absolute;
        width: 250%;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
    .onsen_push .deco_kapi > span {
      position: absolute; }
      .onsen_push .deco_kapi > span:nth-child(1) {
        width: 46%;
        bottom: 80px;
        left: calc(50% - 95px); }
      .onsen_push .deco_kapi > span:nth-child(2) {
        width: 28%;
        bottom: 50px;
        left: calc(50% + 50px); }
      .onsen_push .deco_kapi > span:nth-child(3) {
        width: 32%;
        bottom: 50px;
        left: calc(50% - 160px); } }
.onsen_replay {
  background-color: #ffe6de;
  color: #ff6b39;
  text-align: center;
  font-size: 18px; }

@media (min-width: 768px) {
  .onsen_replay {
    padding: 50px 0 30px;
    position: relative; }
    .onsen_replay::before {
      content: '';
      width: 915px;
      height: 98px;
      background-image: url("../images/replay/kanban.avif");
      background-size: contain;
      position: absolute;
      bottom: 0;
      left: calc(50% + 230px); }
    .onsen_replay::after {
      content: '';
      width: 915px;
      height: 98px;
      background-image: url("../images/replay/kanban.avif");
      background-size: contain;
      position: absolute;
      bottom: 0;
      right: calc(50% + 230px); }
    .onsen_replay .container .onsen_replay_btn {
      width: 356px;
      margin: 0 auto;
      display: block; }
    .onsen_replay.link-hidden {
      padding: 4cqw 0 3cqw; } }
@media (max-width: 767.98px) {
  .onsen_replay {
    padding: 60px 0 50px; }
    .onsen_replay .onsen_replay_btn {
      width: 100%; } }
.onsen_other {
  background-color: #00caa4; }
  .onsen_other.dot_back::before {
    opacity: .1;
    z-index: -1; }
  .onsen_other .onsen_other_flex > .txt {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .onsen_other .onsen_other_flex > .txt > p {
      color: #fff; }
    .onsen_other .onsen_other_flex > .txt .top_a {
      background-color: #fff;
      border-radius: 100px;
      color: #007e66;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      .onsen_other .onsen_other_flex > .txt .top_a::before {
        content: '';
        background-image: url("../images/other/icon.png");
        background-size: contain;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto; }
  .onsen_other .onsen_other_flex > .img {
    position: relative; }
    .onsen_other .onsen_other_flex > .img .deco > span {
      position: absolute;
      transform: translateY(8px) scale(0.9);
      opacity: 0;
      will-change: transform, opacity, filter;
      animation: steam_up_anim 4s linear infinite; }
      .onsen_other .onsen_other_flex > .img .deco > span:nth-child(1) {
        animation-delay: 0s; }
      .onsen_other .onsen_other_flex > .img .deco > span:nth-child(2) {
        animation-delay: .4s; }
      .onsen_other .onsen_other_flex > .img .deco > span:nth-child(3) {
        animation-delay: .8s; }
  .onsen_other .caution_p {
    color: #fff; }

@media (min-width: 768px) {
  .onsen_other {
    padding: 120px 0 80px; }
    .onsen_other .onsen_other_flex {
      display: flex;
      justify-content: center;
      gap: 0 50px; }
      .onsen_other .onsen_other_flex > .txt > img {
        width: 152px; }
      .onsen_other .onsen_other_flex > .txt > p {
        font-size: 30px;
        margin: 15px 0; }
      .onsen_other .onsen_other_flex > .txt > .top_a {
        width: 175px;
        height: 40px;
        font-size: 17px; }
        .onsen_other .onsen_other_flex > .txt > .top_a::before {
          width: 17px;
          height: 17px;
          bottom: -10px; }
      .onsen_other .onsen_other_flex > .img {
        width: 324px; }
        .onsen_other .onsen_other_flex > .img .deco > span:nth-child(1) {
          width: 59px;
          top: -40px;
          left: -10px;
          transform: rotate(-25deg); }
        .onsen_other .onsen_other_flex > .img .deco > span:nth-child(2) {
          width: 27px;
          top: -50px;
          right: 15px; }
        .onsen_other .onsen_other_flex > .img .deco > span:nth-child(3) {
          width: 59px;
          top: -5px;
          right: 40px; }
    .onsen_other .caution_p {
      margin-top: 25px;
      font-size: 13px;
      text-align: center; } }
@media (max-width: 767.98px) {
  .onsen_other {
    padding: 50px 0 30px; }
    .onsen_other .onsen_other_flex > .txt > img {
      width: 40%; }
    .onsen_other .onsen_other_flex > .txt > p {
      font-size: 25px;
      margin: 10px 0; }
    .onsen_other .onsen_other_flex > .txt > .top_a {
      width: 145px;
      height: 33px;
      font-size: 14px; }
      .onsen_other .onsen_other_flex > .txt > .top_a::before {
        width: 14px;
        height: 14px;
        bottom: -7px; }
    .onsen_other .onsen_other_flex > .img {
      padding: 0 10px;
      margin: 15px auto 0; }
      .onsen_other .onsen_other_flex > .img .deco > span:nth-child(1) {
        width: 17%;
        top: -30px;
        left: 0px;
        transform: rotate(-25deg); }
      .onsen_other .onsen_other_flex > .img .deco > span:nth-child(2) {
        width: 7%;
        top: -40px;
        right: 15px; }
      .onsen_other .onsen_other_flex > .img .deco > span:nth-child(3) {
        width: 17%;
        top: -5px;
        right: 40px; }
    .onsen_other .caution_p {
      margin-top: 15px;
      font-size: 13px; } }
.onsen_select {
  background-color: #ff6a39;
  position: relative;
  z-index: 0; }
  .onsen_select.dot_back::before {
    opacity: .2;
    z-index: -2; }
  .onsen_select .ttl {
    position: relative; }
    .onsen_select .ttl::before {
      content: '';
      position: absolute;
      transform: translateY(8px) scale(0.9);
      opacity: 0;
      will-change: transform, opacity, filter;
      animation: steam_up_anim 4s linear infinite;
      animation-delay: 0s; }
    .onsen_select .ttl::after {
      content: '';
      position: absolute;
      transform: translateY(8px) scale(0.9);
      opacity: 0;
      will-change: transform, opacity, filter;
      animation: steam_up_anim 4s linear infinite;
      animation-delay: .6s; }
  .onsen_select .onsen_select_box {
    background-color: #fff;
    border-radius: 20px;
    transform: perspective(1000px) rotate3d(1, 1, 0, 45deg) scale(0.8);
    opacity: 0;
    animation: onsen_select_box_rotateY 1.2s cubic-bezier(0.07, 1.8, 0.62, 1) 3s forwards; }
    .onsen_select .onsen_select_box .item > p {
      color: #007e66;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .onsen_select .onsen_select_box .item > p > span {
        display: block;
        background-color: #ff6a39;
        color: #fff;
        width: fit-content; }
@keyframes onsen_select_box_rotateY {
  0% {
    transform: perspective(1000px) rotate3d(1, 1, 0, 45deg) scale(0.5);
    opacity: 0.5; }
  100% {
    transform: perspective(1000px) rotate3d(0, 0, 0, 0deg) scale(1);
    opacity: 1; } }
  .onsen_select .item_desc {
    color: #fff;
    text-align: center;
    line-height: 2em; }
    .onsen_select .item_desc > span {
      color: #ffffbc; }
  .onsen_select .yuge_kokapi {
    position: absolute;
    width: 100%;
    max-width: 1030px;
    pointer-events: none; }
    @media (min-width: 768px) {
      .onsen_select .yuge_kokapi {
        aspect-ratio: 1030/790;
        top: 130px; } }
    @media (max-width: 767.9px) {
      .onsen_select .yuge_kokapi {
        aspect-ratio: 1;
        top: 40vh; } }
    .onsen_select .yuge_kokapi img {
      position: absolute;
      opacity: 0;
      transform-origin: center center; }
    .onsen_select .yuge_kokapi img[src*="yuge_a"] {
      top: 0;
      left: 0;
      width: 100%;
      animation: yugeAnimation 4s ease-in-out forwards; }
    .onsen_select .yuge_kokapi img[src*="yuge_b"] {
      top: 0;
      left: 0;
      width: 100%;
      animation: yugeAnimation 4s .66s ease-in-out forwards; }
    .onsen_select .yuge_kokapi img[src*="kokapi"] {
      left: 30%;
      width: 40%;
      animation: kokapiAnimation 2s 0.8s steps(1) forwards;
      opacity: 0; }
      @media (min-width: 768px) {
        .onsen_select .yuge_kokapi img[src*="kokapi"] {
          top: 30%; } }
      @media (max-width: 767.9px) {
        .onsen_select .yuge_kokapi img[src*="kokapi"] {
          top: 25%; } }
@keyframes yugeAnimation {
  0% {
    transform: scale(0.7) translate3d(0, 0, 0);
    opacity: 0; }
  50% {
    transform: scale(1) translate3d(-40px, -90px, 0);
    opacity: .6; }
  100% {
    transform: scale(1) translate3d(20px, -130px, 0);
    opacity: 0; } }
@keyframes kokapiAnimation {
  0% {
    transform: scale(0.1) translateX(-30px) scaleX(1);
    opacity: 0; }
  10% {
    transform: scale(0.2) translateX(30px) scaleX(-1);
    opacity: 0.2; }
  20% {
    transform: scale(0.3) translateX(-30px) scaleX(1);
    opacity: 0.4; }
  30% {
    transform: scale(0.4) translateX(30px) scaleX(-1);
    opacity: 0.6; }
  40% {
    transform: scale(0.5) translateX(-30px) scaleX(1);
    opacity: 0.8; }
  50% {
    transform: scale(0.6) translateX(30px) scaleX(-1);
    opacity: 1; }
  60% {
    transform: scale(0.7) translateX(-30px) scaleX(1);
    opacity: 1; }
  70% {
    transform: scale(0.8) translateX(30px) scaleX(-1);
    opacity: 1; }
  80% {
    transform: scale(0.9) translateX(-30px) scaleX(1);
    opacity: 1; }
  90% {
    transform: scale(1) translateX(30px) scaleX(-1);
    opacity: 1; }
  99%,100% {
    transform: scale(1) translateX(0) scaleX(1);
    opacity: 0;
    visibility: hidden; } }
@media (min-width: 768px) {
  .onsen_select {
    padding: 100px 0 0 0;
    position: relative; }
    .onsen_select .ttl {
      width: 335px;
      margin: 0 auto; }
      .onsen_select .ttl::before {
        background: url("../images/pickup/yuge_pc01.png") no-repeat center/100%;
        aspect-ratio: 176/135;
        width: 90px;
        left: -130px;
        top: -10px; }
      .onsen_select .ttl::after {
        background: url("../images/pickup/yuge_pc02.png") no-repeat center/100%;
        width: 96px;
        height: 72px;
        right: -130px;
        top: -10px; }
    .onsen_select .onsen_select_box {
      width: 465px;
      margin: 100px auto 0;
      padding: 0 60px 30px;
      position: relative; }
      .onsen_select .onsen_select_box::before {
        content: '';
        background: url("../images/onsen/tree01.avif") no-repeat center/100%;
        width: 225px;
        height: 386px;
        position: absolute;
        left: -200px;
        bottom: -10px;
        z-index: -1; }
      .onsen_select .onsen_select_box::after {
        content: '';
        background: url("../images/onsen/tree02.avif") no-repeat center/100%;
        width: 275px;
        height: 382px;
        position: absolute;
        right: -200px;
        bottom: -10px;
        z-index: -1; }
      .onsen_select .onsen_select_box .top > .onsen {
        margin-bottom: -40px;
        padding: 0 20px;
        position: relative;
        z-index: 1; }
        .onsen_select .onsen_select_box .top > .onsen > img {
          margin-top: -62px; }
      .onsen_select .onsen_select_box .item > p {
        font-size: 20px;
        margin: 15px 0 20px; }
        .onsen_select .onsen_select_box .item > p > span {
          margin-top: 5px;
          padding: 0 5px; }
      .onsen_select .onsen_select_box .item > img {
        width: 263px;
        display: block;
        margin: 0 auto; }
    .onsen_select .star {
      width: 16px;
      margin: 20px auto; }
    .onsen_select .item_desc {
      font-size: 15px; }
      .onsen_select .item_desc > small {
        font-size: 10px; }
      .onsen_select .item_desc > .caution {
        font-size: 13px;
        margin-top: 15px;
        font-weight: 500; }
    .onsen_select .fukidashi {
      width: 900px;
      margin: 0 auto;
      height: 126px;
      background: url("../images/onsen/fukidashi.svg") no-repeat center/100%;
      position: relative; }
      .onsen_select .fukidashi::before {
        content: '';
        background-color: #fff;
        width: calc( 100vw - 450px );
        height: 100%;
        position: absolute;
        top: 0;
        right: calc(50% + 450px); }
      .onsen_select .fukidashi::after {
        content: '';
        background-color: #fff;
        width: calc( 100vw - 450px );
        height: 100%;
        position: absolute;
        top: 0;
        left: calc(50% + 450px); }
    .onsen_select .side_deco {
      position: absolute;
      width: 140px;
      top: 130px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 140px; }
      .onsen_select .side_deco .side_kapi {
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom center;
        width: 100%; }
      .onsen_select .side_deco.left {
        right: calc(50% + 540px); }
        .onsen_select .side_deco.left .side_kapi {
          aspect-ratio: 1142/816;
          background-image: url(../images/onsen/side_oke/1.png);
          animation: side_kapi_aninm_L 4s steps(1) forwards; }
      .onsen_select .side_deco.right {
        left: calc(50% + 540px); }
        .onsen_select .side_deco.right .side_kapi {
          aspect-ratio: 1142/803;
          background-image: url(../images/onsen/side_towel/1.png);
          animation: side_kapi_aninm_R 4s steps(1) forwards; }
  @keyframes side_kapi_aninm_L {
    0%, 100% {
      background-image: url(../images/onsen/side_oke/2.png); }
    12.5% {
      background-image: url(../images/onsen/side_oke/3.png); }
    25% {
      background-image: url(../images/onsen/side_oke/2.png); }
    37.5% {
      background-image: url(../images/onsen/side_oke/1.png); }
    50% {
      background-image: url(../images/onsen/side_oke/2.png); }
    62.5% {
      background-image: url(../images/onsen/side_oke/3.png); }
    75% {
      background-image: url(../images/onsen/side_oke/2.png); }
    87.5% {
      background-image: url(../images/onsen/side_oke/1.png); }
    100% {
      background-image: url(../images/onsen/side_oke/4.png); } }
  @keyframes side_kapi_aninm_R {
    0%, 100% {
      background-image: url(../images/onsen/side_towel/2.png); }
    12.5% {
      background-image: url(../images/onsen/side_towel/3.png); }
    25% {
      background-image: url(../images/onsen/side_towel/2.png); }
    37.5% {
      background-image: url(../images/onsen/side_towel/1.png); }
    50% {
      background-image: url(../images/onsen/side_towel/2.png); }
    62.5% {
      background-image: url(../images/onsen/side_towel/3.png); }
    75% {
      background-image: url(../images/onsen/side_towel/2.png); }
    87.5% {
      background-image: url(../images/onsen/side_towel/1.png); }
    100% {
      background-image: url(../images/onsen/side_towel/4.png); } } }
@media (max-width: 767.98px) {
  .onsen_select {
    padding: 70px 0 0 0; }
    .onsen_select .ttl img {
      width: 60%;
      margin: 0 auto;
      display: block; }
    .onsen_select .ttl::before {
      background: url("../images/pickup/yuge_sp01.png") no-repeat center/100%;
      aspect-ratio: 331/360;
      width: 20%;
      left: 0px;
      top: 20px; }
    .onsen_select .ttl::after {
      background: url("../images/pickup/yuge_sp02.png") no-repeat center/100%;
      aspect-ratio: 116/104;
      width: 16%;
      right: 0px;
      bottom: -30px; }
    .onsen_select .onsen_select_box {
      margin: 90px 10px 0; }
      .onsen_select .onsen_select_box .top > .onsen {
        margin-bottom: -40px;
        padding: 0 15px;
        position: relative;
        z-index: 1; }
        .onsen_select .onsen_select_box .top > .onsen > img {
          margin-top: -67px; }
      .onsen_select .onsen_select_box .top > .anata {
        overflow: hidden; }
        .onsen_select .onsen_select_box .top > .anata > img {
          margin: 0 -10px;
          width: calc(100% + 20px);
          max-width: calc(100% + 20px); }
      .onsen_select .onsen_select_box .item > p {
        font-size: 20px;
        margin: 15px 0 20px; }
        .onsen_select .onsen_select_box .item > p > span {
          margin-top: 5px;
          padding: 0 5px; }
      .onsen_select .onsen_select_box .item > img {
        display: block;
        padding: 0 30px 30px; }
    .onsen_select .star {
      width: 16px;
      margin: 15px auto; }
    .onsen_select .item_desc {
      font-size: 15px; }
      .onsen_select .item_desc > small {
        font-size: 8px; }
      .onsen_select .item_desc > .caution {
        font-size: 13px;
        line-height: 1.5em;
        margin-top: 15px;
        font-weight: 500; }
    .onsen_select .fukidashi {
      margin-right: -15px;
      margin-left: -15px;
      height: 100px;
      background-color: #fff;
      position: relative; }
      .onsen_select .fukidashi::before {
        content: '';
        width: calc( 100% + 2px );
        -webkit-mask-image: url(../images/onsen/fukidashi_sp.svg);
        mask-image: url(../images/onsen/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-image: radial-gradient(circle, #fe310066 2.5px, transparent 2.5px), radial-gradient(circle, #fe310066 2.5px, transparent 2.5px);
        background-position: 10px 10px, 18.5px 27px;
        background-size: 17px 34px;
        background-color: #ff6a39;
        aspect-ratio: 448/80;
        z-index: 1; }
      .onsen_select .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%; }
      .onsen_select .fukidashi::after {
        transition: transform .3s .3s ease-in-out, opacity .3s .3s;
        opacity: 0;
        transform: translateX(-50px); }
      .onsen_select .fukidashi.inview::after {
        opacity: 1;
        transform: translateX(0); }
    .onsen_select .side_deco {
      display: none;
      /*
      position: absolute; width: 70px; top: 40vh; left: 100%;
      */ } }
.fl_a_btn01 > a {
  background-color: #007e66;
  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:hover {
    color: #fff; }
  .fl_a_btn01 > a.dot_back:before {
    opacity: .1; }
  .fl_a_btn01 > a::after {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fbfbfb;
    animation: btn_animation 4s ease-in-out infinite; }
@keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }
.fl_a_btn01::after {
  content: '';
  background: url("../images/pickup/arrow.svg") no-repeat center/100%;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto; }

@media (min-width: 768px) {
  .fl_a_btn01 {
    width: fit-content; }
    .fl_a_btn01 > a {
      width: 350px;
      height: 70px;
      font-size: 20px; }
    .fl_a_btn01::after {
      right: 15px;
      width: 20px;
      height: 20px; } }
@media (max-width: 767.98px) {
  .fl_a_btn01 {
    width: 100%; }
    .fl_a_btn01 > a {
      width: 100%;
      height: 60px;
      font-size: 20px; }
    .fl_a_btn01::after {
      right: 15px;
      width: 20px;
      height: 20px; } }
.onsen_pickup .kapi {
  position: relative; }
  .onsen_pickup .kapi::before {
    transition: transform .3s .3s ease-in-out, opacity .3s .3s;
    opacity: 0;
    transform: translateX(-50px); }
  .onsen_pickup .kapi.inview::before {
    opacity: 1;
    transform: translateX(0); }
  .onsen_pickup .kapi .warukeru_btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; }
.onsen_pickup .wave {
  position: relative;
  z-index: 1; }
.onsen_pickup .onsen_pickup_lead {
  color: #ff6a39;
  text-align: center; }
  .onsen_pickup .onsen_pickup_lead > .yu {
    color: #fff;
    margin-right: 3px; }
  .onsen_pickup .onsen_pickup_lead > .pink {
    background-color: #ff8ab6; }
  .onsen_pickup .onsen_pickup_lead > .yellow {
    background-color: #dfc201; }
  .onsen_pickup .onsen_pickup_lead > .orange {
    background-color: #ff982f; }
  .onsen_pickup .onsen_pickup_lead > .blue {
    background-color: #5e7fd9; }
  .onsen_pickup .onsen_pickup_lead > .lightgreen {
    background-color: #7ac35b; }
  .onsen_pickup .onsen_pickup_lead > .purple {
    background-color: #c265b9; }
  .onsen_pickup .onsen_pickup_lead > .red {
    background-color: #eb554f; }
  .onsen_pickup .onsen_pickup_lead > .lightblue {
    background-color: #58aeff; }
  .onsen_pickup .onsen_pickup_lead > .aqua {
    background-color: #30c8d2; }
  .onsen_pickup .onsen_pickup_lead > .green {
    color: #007e66; }
.onsen_pickup .onsen_pickup_box {
  position: relative; }
  .onsen_pickup .onsen_pickup_box .ttl {
    background-color: #ff6a39;
    color: #ffffbc;
    border-radius: 20px 20px 0 0;
    text-align: center; }
    .onsen_pickup .onsen_pickup_box .ttl > small {
      vertical-align: top; }
    .onsen_pickup .onsen_pickup_box .ttl::before {
      border-radius: 20px 20px 0 0;
      opacity: .2; }
    .onsen_pickup .onsen_pickup_box .ttl .caution {
      color: #fff;
      font-weight: 500;
      margin-top: 10px; }
  .onsen_pickup .onsen_pickup_box .content {
    background-color: #ffe6de;
    border-radius: 0 0 20px 20px; }
    .onsen_pickup .onsen_pickup_box .content .txt {
      color: #007e66;
      text-align: center; }
      .onsen_pickup .onsen_pickup_box .content .txt .igaibu {
        font-weight: 500;
        border: 1px solid #007e66;
        width: fit-content; }
      .onsen_pickup .onsen_pickup_box .content .txt .amount {
        font-weight: 500; }
        .onsen_pickup .onsen_pickup_box .content .txt .amount > span {
          display: block; }
    .onsen_pickup .onsen_pickup_box .content small {
      color: #666666; }
  .onsen_pickup .onsen_pickup_box .goal {
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    color: #007e66;
    position: relative; }
    .onsen_pickup .onsen_pickup_box .goal::before {
      content: '';
      background: url("../images/pickup/icon_onsen.png") no-repeat center/100%;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto; }
    .onsen_pickup .onsen_pickup_box .goal > span {
      color: #ff6a39; }

@media (min-width: 768px) {
  .onsen_pickup {
    padding-bottom: 110px; }
    .onsen_pickup .kapi {
      margin: 0 auto -20px;
      padding-top: 65px;
      position: relative;
      z-index: 0;
      overflow: hidden; }
      .onsen_pickup .kapi > img {
        width: 277px;
        display: block;
        margin: 0 auto; }
      .onsen_pickup .kapi::before {
        content: '';
        background: url("../images/pickup/pickup.svg") no-repeat center/100%;
        width: 380px;
        height: 69px;
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1; }
      .onsen_pickup .kapi > .pickup_deco01 > span {
        position: absolute;
        width: 133px;
        top: 90px; }
        .onsen_pickup .kapi > .pickup_deco01 > span:nth-child(1) {
          right: calc(50% + 280px); }
        .onsen_pickup .kapi > .pickup_deco01 > span:nth-child(2) {
          left: calc(50% + 280px);
          transform: scale(-1, 1); }
      .onsen_pickup .kapi .warukeru_btn {
        width: 105px;
        left: 20px;
        bottom: -55px;
        z-index: 1;
        animation: popUpPauseDown 4s ease-in-out infinite; }
  @keyframes popUpPauseDown {
    0% {
      transform: translateY(80px); }
    40% {
      transform: translateY(0); }
    60% {
      transform: translateY(0);
      /* 少し停止 */ }
    100% {
      transform: translateY(80px); } }
    .onsen_pickup .wave {
      background: url("../images/pickup/wave.svg") repeat-x center/50px;
      width: 100%;
      height: 40px; }
    .onsen_pickup .onsen_pickup_lead {
      font-size: 20px;
      margin: 40px 0;
      line-height: 2em; }
      .onsen_pickup .onsen_pickup_lead > .yu {
        padding: 0 5px; }
    .onsen_pickup .onsen_pickup_box {
      width: 720px;
      margin: 0 auto; }
      .onsen_pickup .onsen_pickup_box .ttl {
        font-size: 20px;
        padding: 25px 0; }
        .onsen_pickup .onsen_pickup_box .ttl > small {
          font-size: 12px; }
        .onsen_pickup .onsen_pickup_box .ttl .caution {
          font-size: 13px; }
      .onsen_pickup .onsen_pickup_box .content {
        padding: 40px 0 70px;
        position: relative; }
        .onsen_pickup .onsen_pickup_box .content::before {
          content: '';
          background: url("../images/pickup/kapi_pc.avif") no-repeat center/100%;
          width: 106px;
          height: 160px;
          position: absolute;
          left: -70px;
          bottom: -30px; }
        .onsen_pickup .onsen_pickup_box .content::after {
          content: '';
          background: url("../images/pickup/kapi_pc.avif") no-repeat center/100%;
          width: 106px;
          height: 160px;
          position: absolute;
          right: -70px;
          bottom: -30px;
          transform: scale(-1, 1); }
        .onsen_pickup .onsen_pickup_box .content .img {
          width: 275px;
          margin: 0 auto 20px;
          position: relative; }
          .onsen_pickup .onsen_pickup_box .content .img::before {
            content: '';
            background: url("../images/pickup/yuge.avif") no-repeat center/100%;
            width: 130px;
            height: 170px;
            position: absolute;
            left: -200px;
            top: 40px; }
          .onsen_pickup .onsen_pickup_box .content .img::after {
            content: '';
            background: url("../images/pickup/yuge.avif") no-repeat center/100%;
            width: 130px;
            height: 170px;
            position: absolute;
            right: -200px;
            top: 40px;
            transform: scale(-1, 1); }
        .onsen_pickup .onsen_pickup_box .content .txt .item_name {
          font-size: 20px;
          margin-bottom: 15px; }
        .onsen_pickup .onsen_pickup_box .content .txt .igaibu {
          font-size: 12px;
          margin: 15px auto 5px;
          padding: 0 10px; }
        .onsen_pickup .onsen_pickup_box .content .txt .amount {
          font-size: 13px; }
          .onsen_pickup .onsen_pickup_box .content .txt .amount > span {
            margin: 15px 0; }
        .onsen_pickup .onsen_pickup_box .content .txt .price {
          font-size: 27px;
          margin: 10px 0; }
          .onsen_pickup .onsen_pickup_box .content .txt .price > span {
            font-size: 12px; }
        .onsen_pickup .onsen_pickup_box .content .txt small {
          font-size: 13px; }
      .onsen_pickup .onsen_pickup_box .goal {
        width: 510px;
        margin: 60px auto 0;
        padding: 30px 0;
        font-size: 20px;
        letter-spacing: -0.05em; }
        .onsen_pickup .onsen_pickup_box .goal::before {
          width: 40px;
          height: 30px;
          top: -20px; }
      .onsen_pickup .onsen_pickup_box .fl_a_btn01 {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -35px;
        margin: auto; } }
@media (max-width: 767.98px) {
  .onsen_pickup {
    padding-bottom: 80px; }
    .onsen_pickup .kapi {
      margin: -15px auto -17px;
      z-index: 1;
      position: relative;
      overflow: hidden; }
      .onsen_pickup .kapi > img {
        width: 80%;
        display: block;
        margin: 0 auto; }
      .onsen_pickup .kapi .warukeru_btn {
        width: 32%;
        left: 15px;
        bottom: -55px;
        z-index: 1;
        animation: popUpPauseDown_sp 4s ease-in-out infinite; }
  @keyframes popUpPauseDown_sp {
    0% {
      transform: translateY(90px); }
    40% {
      transform: translateY(0); }
    60% {
      transform: translateY(0);
      /* 少し停止 */ }
    100% {
      transform: translateY(90px); } }
    .onsen_pickup .wave {
      background: url("../images/pickup/wave.svg") repeat-x center/60px;
      width: 100%;
      height: 40px;
      z-index: 2;
      position: relative; }
    .onsen_pickup .onsen_pickup_lead {
      font-size: 20px;
      margin-bottom: 15px;
      line-height: 1.8em; }
      .onsen_pickup .onsen_pickup_lead > .yu {
        padding: 0 3px; }
    .onsen_pickup .onsen_pickup_box {
      margin: 0 10px; }
      .onsen_pickup .onsen_pickup_box .ttl {
        font-size: 20px;
        padding: 20px 0;
        letter-spacing: -0.05em; }
        .onsen_pickup .onsen_pickup_box .ttl > small {
          font-size: 11px; }
        .onsen_pickup .onsen_pickup_box .ttl .caution {
          font-size: 13px; }
      .onsen_pickup .onsen_pickup_box .content {
        padding-top: 20px; }
        .onsen_pickup .onsen_pickup_box .content .img {
          margin: 0 25px 20px; }
        .onsen_pickup .onsen_pickup_box .content .txt .item_name {
          font-size: 20px;
          letter-spacing: -0.05em; }
        .onsen_pickup .onsen_pickup_box .content .txt .igaibu {
          font-size: 12px;
          margin: 15px auto 5px;
          padding: 0 10px; }
        .onsen_pickup .onsen_pickup_box .content .txt .amount {
          font-size: 13px; }
          .onsen_pickup .onsen_pickup_box .content .txt .amount > span {
            margin: 10px 0; }
        .onsen_pickup .onsen_pickup_box .content .txt .price {
          font-size: 27px;
          margin: 10px 0; }
          .onsen_pickup .onsen_pickup_box .content .txt .price > span {
            font-size: 12px; }
        .onsen_pickup .onsen_pickup_box .content .txt small {
          font-size: 13px;
          letter-spacing: -0.05em; }
      .onsen_pickup .onsen_pickup_box .goal {
        margin: 40px 25px 0;
        font-size: 20px;
        padding: 20px 0 50px;
        letter-spacing: -0.05em; }
        .onsen_pickup .onsen_pickup_box .goal::before {
          width: 40px;
          height: 30px;
          top: -20px; }
      .onsen_pickup .onsen_pickup_box .fl_a_btn01 {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -25px;
        margin: 0 -10px;
        width: calc( 100% + 20px ); } }
