@import url(https://fonts.googleapis.com/css2?&family=Noto+Serif+JP&display=swap);@charset "UTF-8";

@keyframes pulse {
  from {
    opacity: 1;
    /*透明度100%*/
  }

  to {
    opacity: 0;
    /*透明度0%*/
  }
}

[v-cloak] {
  display: none;
}

* {
  font-family: "Noto Serif JP", "Yu Gothic UI Semibold", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", "Arial", sans-serif !important;
  margin: 0px;
  border: none;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: black;
}

main {
  margin: 0 auto;
  background-color: white;
  background-image: url("https://web-img.rensa.jp.net/images/capo/kinoshita-reon.jp/member/bg.webp");
  background-size: 100% auto;
  background-repeat: repeat-y;
  min-height: 100vh;
}

.flash-message {
  z-index: 10000;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: all 1000ms;
}

.flash-message div {
  position: fixed;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  text-align: center;
}

.flash-message div div {
  padding: 0 0.5rem;
  color: white;
  background-color: #1d2946;
  border: 2px solid black;
}

.flash-message.show {
  pointer-events: visible;
}

.fit-parent-max {
  width: 100%;
}

.fit-btn {
  width: 57%;
}

.button {
  z-index: 2;
  padding: 0.1rem 2rem;
  line-height: 2.5rem;
  text-align: center;
  color: #1d2946;
  background-color: #fff;
  border: 1px solid #1d2946;
  border-radius: 4px;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
  position: relative;
  overflow: hidden;
}

.button:hover {
  color: #fff;
}

.button:hover:after {
  top: 0;
  left: 0;
  background-color: #1d2946;
}

.button:before,
.button:after {
  z-index: -1;
  content: "\3009";
  position: absolute;
  right: 0;
  color: #1d2946;
  box-sizing: border-box;
  transition: all 0.3s;
}

.button:after {
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}

.button-white {
  z-index: 2;
  padding: 0.1rem 2rem;
  line-height: 2.5rem;
  text-align: center;
  color: #fff;
  background-color: #1d2946;
  border: 1px solid #1d2946;
  border-radius: 4px;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
  position: relative;
  overflow: hidden;
}

.button-white:hover {
  color: #1d2946;
}

.button-white:hover:after {
  top: 0;
  left: 0;
  background-color: #fff;
}

.button-white:before,
.button-white:after {
  z-index: -1;
  content: "\3009";
  position: absolute;
  right: 0;
  color: #fff;
  box-sizing: border-box;
  transition: all 0.3s;
}

.button-white:after {
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}

.button-non-cursor {
  z-index: 1;
  padding: 0.1rem 2rem;
  line-height: 2.5rem;
  text-align: center;
  color: #1d2946;
  background-color: #fff;
  border: 1px solid #1d2946;
  border-radius: 4px;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
  position: relative;
  overflow: hidden;
}

.button-non-cursor:hover {
  color: #fff;
}

.button-non-cursor:hover:after {
  top: 0;
  left: 0;
  background-color: #1d2946;
}

.button-non-cursor:before,
.button-non-cursor:after {
  z-index: -1;
  content: "";
  position: absolute;
  right: 0;
  color: #1d2946;
  box-sizing: border-box;
  transition: all 0.3s;
}

.button-non-cursor:after {
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}

.button-back {
  z-index: 2;
  padding: 0.1rem 2rem;
  line-height: 36px;
  text-align: center;
  color: #1d2946;
  background-color: #fff;
  border: 1px solid #1d2946;
  border-radius: 4px;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
  position: relative;
  overflow: hidden;
}

.button-back:hover {
  color: #fff;
}

.button-back:hover:after {
  top: 0;
  left: 0;
  background-color: #1d2946;
}

.button-back:before,
.button-back:after {
  z-index: -1;
  content: "\3008";
  position: absolute;
  left: 0;
  color: #1d2946;
  box-sizing: border-box;
  transition: all 0.3s;
}

.button-back:after {
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}

.common-window-background {
  background-image: url("https://web-img.rensa.jp.net/images/capo/kinoshita-reon.jp/member/common_window_background.jpg");
  background-size: 100% auto;
  background-repeat: repeat-y;
  text-align: center;
  margin: -2% 0;
  padding: 2% 0;
}

.menu-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.menu-item__icon {
  width: 3.5rem;
}

.menu-item__text {
  width: calc(100% - 3.5rem);
  margin-left: 5%;
  text-align: left;
  text-decoration: underline;
  font-size: 95%;
  font-weight: bold;
  line-height: 1.5rem;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.menu-item__pickup1Icon {
  position: absolute;
  top: -15%;
  left: -2%;
  animation: flashing-translucently 0.5s ease-in-out infinite alternate;
}

.menu-item__pickup1Icon img {
  width: 1.25rem;
  height: 1.25rem;
}

.announce__text {
  font-size: 90%;
  background: white;
  padding: 3%;
  border-radius: 10px;
  width: 93%;
  margin: 2% auto 4% auto;
}

.announce__text__title {
  display: block;
  width: 49%;
  text-decoration: underline;
  font-size: 90%;
  background: white;
  padding: 3%;
  border-radius: 10px;
  margin: 6% auto 0 auto;
}

#toggle {
  display: none;
}

.toggle-outer {
  text-align: center;
  margin-top: 3%;
}

.toggle-inner {
  display: none;
}

#toggle:checked ~ .toggle-inner {
  display: block;
}

.blinking_text {
  width: 100%;
  text-align: center;
  animation: flash 2s linear infinite;
  text-decoration: underline;
}

.top-banner {
  width: 90%;
  margin: 0 auto;
}

.top-banner__img {
  padding-bottom: 2%;
}

.top-banner__text {
  -webkit-text-decoration: underline solid;
          text-decoration: underline solid;
  text-align: center;
  font-weight: bold;
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.navigation {
  z-index: 10001;
  width: 100%;
  height: 3rem;
  position: fixed;
  pointer-events: none;
}

.navigation__head {
  width: 100%;
  height: 3rem;
  background-image: url("https://web-img.rensa.jp.net/images/capo/kinoshita-reon.jp/common/navigation_head.jpg");
  background-size: 100% 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: all 500ms;
}

.navigation__head__button {
  width: 13%;
  pointer-events: visible;
}

.navigation__left-space {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100vh;
  content: "";
  z-index: 2;
  transition: all 700ms ease;
  opacity: 0;
}

.navigation__left-space.show {
  width: 20%;
  height: 100vh;
  pointer-events: visible;
}

.navigation__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 14%;
  margin-left: 100%;
  z-index: 3;
  transition: all 700ms ease;
  opacity: 0;
}

.navigation__close.show {
  width: 14%;
  opacity: 1;
  pointer-events: visible;
  margin-left: 6%;
}

.navigation__close img {
  width: 100%;
  background-color: #fff5ad;
}

.navigation__main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  transition: all 700ms ease;
  opacity: 0;
}

.navigation__main.show {
  left: 0%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  pointer-events: visible;
}

.navigation__main__content {
  width: 80%;
  height: 100%;
  margin-left: 100%;
  padding-bottom: 11rem;
  background-color: transparent;
  overflow: auto;
  transition: all 700ms ease;
}

.navigation__main__content.show {
  width: 80%;
  margin-left: 20%;
  background-color: #e5e5e5;
  pointer-events: visible;
}

.navigation__main__content__title {
  margin-left: 1rem;
  font-size: 120%;
  line-height: 2rem;
  border-bottom: 1px solid #1d2946;
}

.navigation__main__content__lb {
  width: 90%;
  margin-top: 1rem;
  margin-left: 5%;
  background-color: #1d2946;
  display: flex;
}

.navigation__main__content__lb img {
  margin: 0.5rem;
  width: 2.5rem;
}

.navigation__main__content__lb p {
  display: inline-block;
  width: calc(100% - 5rem);
  line-height: 3.5rem;
  margin-left: 0.5rem;
  font-size: 0.8rem;
  text-align: left;
  color: white;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.navigation__main__content__coupon {
  width: 90%;
  margin-top: 1rem;
  margin-left: 5%;
  background-color: #1d2946;
  display: flex;
}

.navigation__main__content__coupon img {
  margin: 0.5rem;
  width: 2.5rem;
}

.navigation__main__content__coupon p {
  display: inline-block;
  width: calc(100% - 5rem);
  line-height: 3.5rem;
  margin-left: 0.5rem;
  font-size: 0.8rem;
  text-align: left;
  color: white;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.navigation__main__content__icons {
  margin-top: 1rem;
  width: 90%;
  margin-left: 5%;
  display: flex;
  flex-wrap: wrap;
}

.navigation__main__content__icons div {
  width: 33.333333333%;
  border-right: 1px solid rgba(29, 41, 70, 0.3333333333);
  border-bottom: 1px solid rgba(29, 41, 70, 0.3333333333);
}

.navigation__main__content__icons div a img {
  width: 33%;
  margin: 0.5rem 33.5% 0 33.5%;
}

.navigation__main__content__icons div a p {
  width: 100%;
  font-size: 86%;
  margin: 0.5rem 0;
  text-align: center;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.navigation__main__content__search {
  width: 90%;
  margin-left: 5%;
}

.navigation__main__content__search__select {
  display: inline-block;
  position: relative;
  width: 68%;
  height: 2rem;
  margin-top: 1rem;
}

.navigation__main__content__search__select select {
  position: absolute;
  left: 100%;
  top: 100%;
  width: 100%;
  height: 100%;
}

.navigation__main__content__search__select__output {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1em;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
  z-index: 2;
}

.navigation__main__content__search__select__output:after {
  display: block;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BC";
}

.navigation__main__content__search__select__output.open:after {
  transform: translateY(-50%) rotate(180deg);
}

.navigation__main__content__search__select__selector {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  width: 100%;
  height: 500%;
  border: 1px solid #ccc;
  background-color: #fff;
  transform-origin: left top;
  z-index: 10;
  overflow: auto;
}

.navigation__main__content__search__select__selectorItem {
  width: 100%;
  padding: 0.75em;
}

.navigation__main__content__search__select__selectorItem + .navigation__main__content__search__select__selectorItem {
  border-top: 1px solid #ccc;
}

.navigation__main__content__search__select__selectorItem:hover {
  background-color: #0d61ad;
  color: #fff;
}

.navigation__main__content__search .accodion-enter-active,
.navigation__main__content__search .accodion-leave-active {
  transition: 0.5s;
  overflow: hidden;
}

.navigation__main__content__search .accodion-enter,
.navigation__main__content__search .accodion-leave-to {
  transform: scaleY(0);
}

.navigation__main__content__search .accodion-leave,
.navigation__main__content__search .accodion-enter-to {
  transform: scaleY(1);
}

.navigation__main__content__search__button {
  display: inline-block;
  color: white;
  background-color: #1d2946;
  line-height: 2rem;
  padding: 0.2rem 1rem;
  border-radius: 0.5rem;
  margin-left: 5%;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.navigation__main__content__close {
  width: 100%;
  margin-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

.navigation__main__content__close__button {
  display: inline-block;
  color: white;
  background-color: #1d2946;
  line-height: 2rem;
  padding: 0.2rem 1rem;
  border-radius: 0.5rem;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.navigation-paper-fortune {
  z-index: 100;
  width: 100%;
  height: 100%;
  margin-top: -3rem;
  text-align: center;
  pointer-events: none;
  transition: all 1000ms;
}

.navigation-paper-fortune__content {
  width: 100%;
  height: 100%;
  transition: all 1000ms;
}

.navigation-paper-fortune__content__button {
  display: block;
  pointer-events: visible;
  position: fixed;
  width: 7rem;
  height: 7rem;
  padding-bottom: 1rem;
  bottom: 1rem;
  right: -1rem;
  z-index: 10000;
}

.navigation-paper-fortune__content__button__img {
  width: auto;
  height: 5rem;
}

.navigation-paper-fortune__content:before {
  content: "";
  position: fixed;
  width: 14rem;
  height: 14rem;
  right: -7rem;
  bottom: -7rem;
  border: 2px solid #1d2946;
  border-radius: 6rem;
  background-color: #f9f9f9;
  -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
          clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
  z-index: 10000;
}

.navigation-paper-fortune__content:after {
  content: "\4ECA\65E5\306E\304A\307F\304F\3058";
  position: fixed;
  font-size: 0.8rem;
  line-height: 1.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 10000;
}

.paper-fortune-animation {
  animation: move-up-down 1s infinite alternate ease-in-out;
  display: inline-block;
}

.profile-form {
  display: flex;
  flex-direction: column;
  height: auto;
  transition: all 800ms;
  overflow: hidden;
  text-align: center;
  align-items: center;
}

.profile-form.hidden {
  height: 0;
  max-height: 0;
  opacity: 0;
}

.profile-form.show {
  opacity: 1;
}

.profile-form-input-announce {
  margin-top: 0;
  color: #1d2946;
  background-color: transparent;
  text-align: center;
  font-size: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: all 800ms;
}

.profile-form-input-announce.show {
  margin-top: 2rem;
  max-height: 1000px;
  overflow: visible;
}

#ui-datepicker-div {
  left: 50% !important;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.ui-datepicker-title {
  color: #000;
}

.ui-datepicker select.ui-datepicker-year,
.ui-datepicker select.ui-datepicker-month {
  background: white;
  border: solid 1px black;
  border-radius: 5px;
  height: 2rem;
  padding-left: 2%;
  vertical-align: initial;
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
}

.ui-datepicker-header .ui-datepicker-title select.ui-datepicker-year {
  width: 40%;
  margin-right: 0.1rem;
}

.ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month {
  width: 30%;
  margin-left: 0.3rem;
}

.ui-datepicker-header .ui-datepicker-prev .ui-icon,
.ui-datepicker-header .ui-datepicker-next .ui-icon {
  background-image: none;
}

.target-birthday_form {
  width: 100%;
  margin: 3% 0% 8% 0%;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.target-birthday_form_year {
  border: solid 2px;
  border-color: #fff;
  border-radius: 3px;
  height: 2rem;
  background: white;
  width: 25%;
  color: #000;
  text-align: center;
  margin: 0% 2%;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  font-size: 100%;
}

.target-birthday_form_month {
  border: solid 2px;
  border-color: #fff;
  border-radius: 3px;
  height: 2rem;
  background: white;
  width: 15%;
  color: #000;
  text-align: center;
  margin: 0% 2%;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  font-size: 100%;
}

.target-birthday_form_day {
  border: solid 2px;
  border-color: #fff;
  border-radius: 3px;
  height: 2rem;
  background: white;
  width: 15%;
  color: #000;
  text-align: center;
  margin: 0% 2%;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  font-size: 100%;
}

.modal {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.3333333333);
}

.modal__content {
  height: 90%;
  margin: 5%;
  padding: 24px;
  border-radius: 12px;
  color: #1d2946;
  background-color: white;
  overflow: scroll;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.modal__content__title {
  color: white;
  background: #9a8103;
  font-size: 120%;
  padding: 20px 5%;
  text-align: center;
}

.modal__content__text {
  font-size: 80%;
  line-height: 150%;
  padding: 12px;
}

.enable-pointer-events {
  pointer-events: visible !important;
}

.stage-font-color1 {
  color: black;
}

.stage-font-color2 {
  color: white;
}

.stage-font-color3 {
  color: black;
}

.stage-font-color4 {
  color: white;
}

.stage-font-color5 {
  color: white;
}

.login-bonus__modal {
  opacity: 0;
  animation: opacity-appear 1s ease forwards;
  z-index: 101;
  position: fixed;
  width: 100%;
  height: auto;
  top: 13vh;
  font-size: 100%;
  transition: all 2000ms;
}

.login-bonus__modal.anim1 {
  animation: opacity-remove 2s ease forwards;
}

.login-bonus__modal__underlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6117647059);
  pointer-events: visible;
  position: fixed;
  z-index: 10002;
}

.login-bonus__modal__content {
  width: 90%;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.login-bonus__modal__content__background {
  width: 100%;
}

.login-bonus__modal__content__next {
  position: absolute;
  width: 60%;
  height: auto;
  top: 25%;
  left: 20%;
}

.login-bonus__modal__content__next.anim1 {
  animation: opacity-remove 2s ease forwards;
}

.login-bonus__modal__content__get {
  position: absolute;
  width: 46%;
  height: auto;
  top: 26%;
  left: 27%;
  opacity: 0;
}

.login-bonus__modal__content__get.anim1 {
  animation: opacity-appear 2s ease forwards;
}

.login-bonus__modal__content__stage {
  position: absolute;
  width: 63%;
  height: auto;
  top: 0;
  left: 18%;
}

.login-bonus__modal__next-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 29%;
}

.login-bonus__modal__next-item__icon {
  position: relative;
  width: 15%;
  height: auto;
}

.login-bonus__modal__next-item__icon img {
  width: 84%;
  height: auto;
}

.login-bonus__modal__next-item__icon__gotted {
  position: absolute;
  width: 70%;
  top: -35%;
  left: -30%;
  opacity: 0;
}

.login-bonus__modal__next-item__icon__gotted img {
  width: 100%;
  height: auto;
}

.login-bonus__modal__next-item__icon__gotted.anim1 {
  animation: get_icon 1s ease forwards;
}

.login-bonus__modal__next-item__title {
  width: 0;
  height: 0;
  opacity: 0;
  margin-left: 3%;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
}

.login-bonus__modal__next-item__title a {
  text-decoration: underline;
}

.login-bonus__modal__next-item__title.anim1 {
  animation: next-item-title-width 2s ease forwards;
}

.login-bonus__modal__next-item__title.anim1.anim2 {
  animation: next-item-title-appear 4s ease forwards;
}

.login-bonus__modal__stage-up {
  width: 85%;
  left: 7.5%;
  height: auto;
  position: relative;
}

.login-bonus__modal__stage-up__text {
  position: absolute;
  width: 100%;
  height: auto;
  top: 28%;
  left: 0;
  font-weight: bold;
  font-size: 125%;
  opacity: 0;
}

.login-bonus__modal__stage-up__text p {
  text-align: center;
}

.login-bonus__modal__stage-up__text.anim1 {
  animation: opacity-appear 2s ease forwards;
}

.login-bonus__modal__stage-up__before-background {
  width: 100%;
}

.login-bonus__modal__stage-up__before-background.anim1 {
  animation: opacity-remove 1s ease forwards;
}

.login-bonus__modal__stage-up__before-stage {
  position: absolute;
  width: 63%;
  height: auto;
  top: 32%;
  left: 19%;
}

.login-bonus__modal__stage-up__before-stage.anim1 {
  animation: opacity-remove 2s ease forwards;
}

.login-bonus__modal__stage-up__after-background {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.login-bonus__modal__stage-up__after-background.anim1 {
  animation: opacity-appear 1s ease forwards;
}

.login-bonus__modal__stage-up__after-stage {
  position: absolute;
  width: 63%;
  height: auto;
  top: 32%;
  left: 19%;
  opacity: 0;
}

.login-bonus__modal__stage-up__after-stage.anim1 {
  animation: opacity-appear 2s ease forwards;
}

.login-bonus__modal__stage-up__after-stage.anim1.anim2 {
  animation: after-stage-rise 2s ease forwards;
}

.login-bonus__modal__stage-up__next-item {
  position: absolute;
  bottom: 7%;
  width: 100%;
  height: auto;
}

.login-bonus__modal__stage-up__next-item.except-item {
  bottom: 34%;
}

.login-bonus__modal__stage-up__next-item__icon {
  width: 22%;
  height: auto;
  opacity: 0;
}

.login-bonus__modal__stage-up__next-item__icon img {
  width: 100%;
}

.login-bonus__modal__stage-up__next-item__icon.anim1 {
  animation: opacity-appear 2s ease forwards;
}

.login-bonus__modal__stage-up__next-item__title {
  width: 0;
  height: 0;
  opacity: 0;
  margin-left: 3%;
  transition: all 500ms;
}

.login-bonus__modal__stage-up__next-item__title.anim1 {
  animation: next-item-title-width 2s ease forwards;
}

.login-bonus__modal__stage-up__next-item__title.anim1.anim2 {
  animation: next-item-title-appear 4s ease forwards;
}

.login-bonus__modal__stage-up__next-item__text {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: 120%;
  opacity: 0;
}

.login-bonus__modal__stage-up__next-item__text p {
  text-align: center;
}

.login-bonus__modal__stage-up__next-item__text.anim1 {
  animation: opacity-appear 2s ease forwards;
}

.login-bonus__modal__stage-up__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4% 0;
}

.login-bonus__modal__stage-up__bottom__countdown {
  width: 40%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-around;
  height: 1.5rem;
  font-size: 180%;
  margin-right: 12%;
  top: 37%;
  opacity: 0;
}

.login-bonus__modal__stage-up__bottom__countdown__text {
  width: 4rem;
  color: red;
  text-shadow: 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white;
  font-size: 145%;
}

.login-bonus__modal__stage-up__bottom__countdown.anim1 {
  animation: opacity-appear 2s ease forwards;
}

.login-bonus__modal__stage-up__bottom__next-item {
  position: absolute;
  bottom: 10%;
  width: 100%;
  height: auto;
}

.login-bonus__modal__stage-up__bottom__next-item__icon {
  width: 13%;
  height: auto;
  opacity: 0;
}

.login-bonus__modal__stage-up__bottom__next-item__icon img {
  width: 100%;
}

.login-bonus__modal__stage-up__bottom__next-item__icon.anim1 {
  animation: opacity-appear 2s ease forwards;
}

.login-bonus__modal__stage-up__get-item {
  position: absolute;
  top: 37%;
  left: 35%;
  width: 30%;
  height: 20%;
  opacity: 0;
  text-align: center;
}

.login-bonus__modal__stage-up__get-item a {
  margin-top: 5%;
  text-decoration: underline;
  display: inline-block;
}

.login-bonus__modal__stage-up__get-item img {
  width: 100%;
}

.login-bonus__modal__stage-up__get-item.anim1 {
  animation: opacity-appear 2s ease forwards;
}

.login-bonus__modal__stage-up__get-item.get {
  transition: all 1000ms;
}

.login-bonus__modal__stage-up__get-item.get:after {
  position: absolute;
  content: "";
  top: -12%;
  left: -10%;
  width: 30%;
  height: 42%;
  opacity: 0;
  background-image: url("https://web-img.rensa.jp.net/images/capo/kinoshita-reon.jp/login_bonus/icon/get_icon.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  animation: get_icon 1s ease forwards;
}

.login-bonus__modal__countdown {
  width: 40%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-around;
  height: 1.5rem;
  font-size: 180%;
  margin-right: 12%;
  position: relative;
  transition: all 2000ms;
}

.login-bonus__modal__countdown__before {
  text-align: center;
  height: 0;
}

.login-bonus__modal__countdown__before.anim1 {
  animation: opacity-remove 1s ease forwards;
}

.login-bonus__modal__countdown__after {
  text-align: center;
  opacity: 0;
}

.login-bonus__modal__countdown__after.anim1 {
  animation: opacity-appear 2s ease forwards;
}

.login-bonus__modal__countdown__text {
  width: 100%;
  height: 100%;
  color: red;
  text-shadow: 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white;
  font-size: 145%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.login-bonus__modal__countdown.anim1 {
  will-change: animation;
  animation: opacity-remove 1.5s ease forwards;
}

.login-bonus__modal__countdown.anim1.anim2 {
  will-change: animation;
  animation: countdown-remove 1.5s ease forwards;
}

.login-bonus__modal__stamps {
  height: 42%;
  width: 100%;
  transition: all 500ms;
}

.login-bonus__modal__stamps__content {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.login-bonus__modal__stamps__content__item {
  position: relative;
  z-index: 10;
  width: 11vw;
  height: 11vw;
  max-width: 53px;
  max-height: 53px;
  margin-left: 1%;
  margin-bottom: 1%;
  aspect-ratio: 1/1;
  -webkit-aspect-ratio: 1/1;
}

.login-bonus__modal__stamps__content__item__circle1 {
  position: absolute;
  top: 0;
  width: 11vw;
  height: 11vw;
  max-width: 53px;
  max-height: 53px;
  aspect-ratio: 1/1;
  -webkit-aspect-ratio: 1/1;
  border: 1px solid black;
  border-radius: 50%;
  background: #fff3cc;
  display: grid;
  align-items: center;
  text-align: center;
}

.login-bonus__modal__stamps__content__item__circle2 {
  position: absolute;
  top: 0;
  width: 11vw;
  height: 11vw;
  max-width: 53px;
  max-height: 53px;
  aspect-ratio: 1/1;
  -webkit-aspect-ratio: 1/1;
  border: 1px solid black;
  border-radius: 50%;
  background: white;
  display: grid;
  align-items: center;
  text-align: center;
}

.login-bonus__modal__stamps__content__item__circle3 {
  position: absolute;
  top: 0;
  width: 11vw;
  height: 11vw;
  max-width: 53px;
  max-height: 53px;
  aspect-ratio: 1/1;
  -webkit-aspect-ratio: 1/1;
  border: 1px solid black;
  border-radius: 50%;
  background: white;
  display: grid;
  align-items: center;
  text-align: center;
}

.login-bonus__modal__stamps__content__item__circle4 {
  position: absolute;
  top: 0;
  width: 11vw;
  height: 11vw;
  max-width: 53px;
  max-height: 53px;
  aspect-ratio: 1/1;
  -webkit-aspect-ratio: 1/1;
  border: 1px solid black;
  border-radius: 50%;
  background: #051264;
  display: grid;
  align-items: center;
  text-align: center;
}

.login-bonus__modal__stamps__content__item__circle5 {
  position: absolute;
  top: 0;
  width: 11vw;
  height: 11vw;
  max-width: 53px;
  max-height: 53px;
  aspect-ratio: 1/1;
  -webkit-aspect-ratio: 1/1;
  border: 1px solid black;
  border-radius: 50%;
  background: #494A4A;
  display: grid;
  align-items: center;
  text-align: center;
}

.login-bonus__modal__stamps__content__item__gotted1 {
  position: absolute;
  top: 0;
  width: 11vw;
  height: 11vw;
  max-width: 53px;
  max-height: 53px;
  background-image: url("https://web-img.rensa.jp.net/images/capo/kinoshita-reon.jp/login_bonus/stamp/stage_1.png");
  background-size: 100% 100%;
}

.login-bonus__modal__stamps__content__item__gotted1.hide {
  opacity: 0;
}

.login-bonus__modal__stamps__content__item__gotted1.hide.animation {
  opacity: 1;
  animation-delay: 1s;
  animation: stamp_in 1.5s ease-in-out;
}

.login-bonus__modal__stamps__content__item__gotted2 {
  position: absolute;
  top: 0;
  width: 11vw;
  height: 11vw;
  max-width: 53px;
  max-height: 53px;
  background-image: url("https://web-img.rensa.jp.net/images/capo/kinoshita-reon.jp/login_bonus/stamp/stage_2.png");
  background-size: 100% 100%;
}

.login-bonus__modal__stamps__content__item__gotted2.hide {
  opacity: 0;
}

.login-bonus__modal__stamps__content__item__gotted2.hide.animation {
  opacity: 1;
  animation-delay: 1s;
  animation: stamp_in 1.5s ease-in-out;
}

.login-bonus__modal__stamps__content__item__gotted3 {
  position: absolute;
  top: 0;
  width: 11vw;
  height: 11vw;
  max-width: 53px;
  max-height: 53px;
  background-image: url("https://web-img.rensa.jp.net/images/capo/kinoshita-reon.jp/login_bonus/stamp/stage_3.png");
  background-size: 100% 100%;
}

.login-bonus__modal__stamps__content__item__gotted3.hide {
  opacity: 0;
}

.login-bonus__modal__stamps__content__item__gotted3.hide.animation {
  opacity: 1;
  animation-delay: 1s;
  animation: stamp_in 1.5s ease-in-out;
}

.login-bonus__modal__stamps__content__item__gotted4 {
  position: absolute;
  top: 0;
  width: 11vw;
  height: 11vw;
  max-width: 53px;
  max-height: 53px;
  background-image: url("https://web-img.rensa.jp.net/images/capo/kinoshita-reon.jp/login_bonus/stamp/stage_4.png");
  background-size: 100% 100%;
}

.login-bonus__modal__stamps__content__item__gotted4.hide {
  opacity: 0;
}

.login-bonus__modal__stamps__content__item__gotted4.hide.animation {
  opacity: 1;
  animation-delay: 1s;
  animation: stamp_in 1.5s ease-in-out;
}

.login-bonus__modal__stamps__content__item__gotted5 {
  position: absolute;
  top: 0;
  width: 11vw;
  height: 11vw;
  max-width: 53px;
  max-height: 53px;
  background-image: url("https://web-img.rensa.jp.net/images/capo/kinoshita-reon.jp/login_bonus/stamp/stage_5.png");
  background-size: 100% 100%;
}

.login-bonus__modal__stamps__content__item__gotted5.hide {
  opacity: 0;
}

.login-bonus__modal__stamps__content__item__gotted5.hide.animation {
  opacity: 1;
  animation-delay: 1s;
  animation: stamp_in 1.5s ease-in-out;
}

.login-bonus__modal__stamps.anim2 {
  animation: opacity-remove 2s ease forwards;
}

.login-bonus__modal__stamps__feature {
  position: absolute;
  color: white;
  width: 85%;
  height: auto;
  top: 49%;
  left: 7%;
  margin: 0 auto;
  margin-top: 1%;
  padding: 4%;
  border-radius: 8px;
  transition: all 0.2s ease;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  background-color: rgba(0, 0, 0, 0.5411764706);
}

.login-bonus__modal__stamps__feature.anim1 {
  animation: show_feature_item 2s forwards;
}

.login-bonus__modal__stamps__feature__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.login-bonus__modal__stamps__feature__menu__icon {
  width: 3rem;
}

.login-bonus__modal__stamps__feature__menu__text {
  width: 19rem;
  margin-left: 1rem;
  font-size: 85%;
}

.login-bonus__modal__shine {
  position: absolute;
  pointer-events: none;
  top: 8%;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 101;
}

.login-bonus__modal__shine.anim1 {
  animation: shine 2s ease forwards;
}

.login-bonus__modal__close-button {
  display: inline-block;
  padding: 2% 5%;
  background-color: white;
  border-radius: 10px;
  color: #11112b;
  font-weight: bold;
}

.login-bonus__modal__recive {
  text-align: center;
  margin-top: 3%;
  opacity: 0;
  transition: all 4s;
}

.login-bonus__modal__recive.show {
  opacity: 1;
}

.login-bonus__modal__recive__button {
  display: inline-block;
  padding: 2% 5%;
  background-color: #11112b;
  border-radius: 10px;
  color: white;
  font-weight: bold;
}

.after_login_popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.61);
  position: fixed;
  z-index: 100;
  max-width: 600px;
}

.after_login_popup_content {
  background: white;
  margin: 60% auto 5%;
  padding: 6% 5%;
  width: 80%;
  text-align: center;
  line-height: 30px;
}

.after_login_popup_content button {
  margin-top: 2%;
}

.after_login_popup_link {
  text-decoration: underline;
  color: blue;
}

.after_login_popup_parent_button {
  text-align: center;
}

.explain {
  position: absolute;
  bottom: 3%;
  left: 13%;
  width: 100%;
}

.explain__button {
  display: inline-block;
  padding: 2% 5%;
  background-color: #11112b;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

@keyframes shine {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  80% {
    opacity: 1;
    transform: scale(3);
  }

  100% {
    opacity: 0;
    transform: scale(0);
  }
}

@keyframes show_feature_item {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }

  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@keyframes opacity-remove {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opacity-appear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes countdown-remove {
  0% {
    opacity: 0;
    width: 40%;
    margin-right: 12%;
  }

  100% {
    opacity: 0;
    width: 0%;
    margin-right: 0%;
  }
}

@keyframes next_item_left_remove {
  100% {
    width: 0;
  }
}

@keyframes get_icon {
  0% {
    opacity: 0;
    transform: scale(5) rotate(-1400deg);
  }

  100% {
    opacity: 1;
  }
}

@keyframes stamp_in {
  0% {
    height: 100%;
    transform: scale(5) rotate(-1400deg);
    opacity: 0;
  }

  100% {
    height: 100%;
    opacity: 1;
  }
}

@keyframes next-item-title-width {
  0% {
    width: 0%;
  }

  100% {
    width: 60%;
  }
}

@keyframes next-item-title-appear {
  0% {
    opacity: 0;
    width: 60%;
    height: auto;
  }

  100% {
    opacity: 1;
    width: 60%;
    height: auto;
  }
}

@keyframes after-stage-rise {
  0% {
    opacity: 1;
    top: 32%;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

.advertising-apollon__text-decoration__yellow-under-line {
  background: linear-gradient(transparent 60%, #ffdc00 60%);
  font-weight: bold;
}

.advertising-apollon__text-decoration__red-under-line {
  border-bottom: solid 1px red;
  color: red;
}

.advertising-apollon__text-decoration__black-under-line {
  border-bottom: solid 1px black;
}

.advertising-apollon__text-decoration__font-color-red {
  color: red;
}

.advertising-apollon__text-decoration__font-color-pink {
  color: #ff7c80;
  font-weight: bold;
}

.advertising-apollon__text-decoration__font-color-blue {
  color: blue;
  font-weight: bold;
}

.advertising-apollon__text-decoration__aqua-shadow {
  text-shadow: 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3;
  color: white;
}

.advertising-apollon__text-decoration__pink-shadow {
  text-shadow: 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1;
  color: white;
}

.advertising-apollon__text-decoration__white_shadow {
  text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px, white -2px 0px 2px, white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px, white 1px 2px 2px, white -1px 2px 2px;
}

.advertising-apollon__text-decoration__text-blinking {
  animation-name: pulse;
  /* 実行する名前 */
  animation-duration: 1.5s;
  /* 1秒かけて実行 */
  animation-iteration-count: infinite;
  /* 何回実行するか。infiniteで無限 */
  animation-timing-function: ease-in-out;
  /* イーズインアウト */
  animation-direction: alternate;
  /* alternateにするとアニメーションが反復 */
  animation-delay: 0s;
  /* 実行までの待ち時間 */
}

.advertising-maki__text-decoration__yellow-under-line {
  background: linear-gradient(transparent 60%, #ffdc00 60%);
  font-weight: bold;
}

.advertising-maki__text-decoration__red-under-line {
  border-bottom: solid 1px red;
  color: red;
}

.advertising-maki__text-decoration__black-under-line {
  border-bottom: solid 1px black;
}

.advertising-maki__text-decoration__font-color-red {
  color: red;
}

.advertising-maki__text-decoration__font-color-pink {
  color: #ff7c80;
  font-weight: bold;
}

.advertising-maki__text-decoration__font-color-blue {
  color: blue;
  font-weight: bold;
}

.advertising-maki__text-decoration__aqua-shadow {
  text-shadow: 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3;
  color: white;
}

.advertising-maki__text-decoration__pink-shadow {
  text-shadow: 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1;
  color: white;
}

.advertising-maki__text-decoration__white_shadow {
  text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px, white -2px 0px 2px, white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px, white 1px 2px 2px, white -1px 2px 2px;
}

.advertising-maki__text-decoration__text-blinking {
  animation-name: pulse;
  /* 実行する名前 */
  animation-duration: 1.5s;
  /* 1秒かけて実行 */
  animation-iteration-count: infinite;
  /* 何回実行するか。infiniteで無限 */
  animation-timing-function: ease-in-out;
  /* イーズインアウト */
  animation-direction: alternate;
  /* alternateにするとアニメーションが反復 */
  animation-delay: 0s;
  /* 実行までの待ち時間 */
}

.advertising-matsuda__text-decoration__yellow-under-line {
  background: linear-gradient(transparent 60%, #ffdc00 60%);
  font-weight: bold;
}

.advertising-matsuda__text-decoration__red-under-line {
  border-bottom: solid 1px red;
  color: red;
}

.advertising-matsuda__text-decoration__black-under-line {
  border-bottom: solid 1px black;
}

.advertising-matsuda__text-decoration__font-color-red {
  color: red;
}

.advertising-matsuda__text-decoration__font-color-pink {
  color: #ff7c80;
  font-weight: bold;
}

.advertising-matsuda__text-decoration__font-color-blue {
  color: blue;
  font-weight: bold;
}

.advertising-matsuda__text-decoration__aqua-shadow {
  text-shadow: 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3;
  color: white;
}

.advertising-matsuda__text-decoration__pink-shadow {
  text-shadow: 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1;
  color: white;
}

.advertising-matsuda__text-decoration__white_shadow {
  text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px, white -2px 0px 2px, white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px, white 1px 2px 2px, white -1px 2px 2px;
}

.advertising-matsuda__text-decoration__text-blinking {
  animation-name: pulse;
  /* 実行する名前 */
  animation-duration: 1.5s;
  /* 1秒かけて実行 */
  animation-iteration-count: infinite;
  /* 何回実行するか。infiniteで無限 */
  animation-timing-function: ease-in-out;
  /* イーズインアウト */
  animation-direction: alternate;
  /* alternateにするとアニメーションが反復 */
  animation-delay: 0s;
  /* 実行までの待ち時間 */
}

.advertising-murano__text-decoration__yellow-under-line {
  background: linear-gradient(transparent 60%, #ffdc00 60%);
  font-weight: bold;
}

.advertising-murano__text-decoration__red-under-line {
  border-bottom: solid 1px red;
  color: red;
}

.advertising-murano__text-decoration__black-under-line {
  border-bottom: solid 1px black;
}

.advertising-murano__text-decoration__font-color-red {
  color: red;
}

.advertising-murano__text-decoration__font-color-pink {
  color: #ff7c80;
  font-weight: bold;
}

.advertising-murano__text-decoration__font-color-blue {
  color: blue;
  font-weight: bold;
}

.advertising-murano__text-decoration__aqua-shadow {
  text-shadow: 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3;
  color: white;
}

.advertising-murano__text-decoration__pink-shadow {
  text-shadow: 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1;
  color: white;
}

.advertising-murano__text-decoration__white_shadow {
  text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px, white -2px 0px 2px, white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px, white 1px 2px 2px, white -1px 2px 2px;
}

.advertising-murano__text-decoration__text-blinking {
  animation-name: pulse;
  /* 実行する名前 */
  animation-duration: 1.5s;
  /* 1秒かけて実行 */
  animation-iteration-count: infinite;
  /* 何回実行するか。infiniteで無限 */
  animation-timing-function: ease-in-out;
  /* イーズインアウト */
  animation-direction: alternate;
  /* alternateにするとアニメーションが反復 */
  animation-delay: 0s;
  /* 実行までの待ち時間 */
}

.advertising-reon__text-decoration__yellow-under-line {
  background: linear-gradient(transparent 60%, #ffdc00 60%);
  font-weight: bold;
}

.advertising-reon__text-decoration__red-under-line {
  border-bottom: solid 1px red;
  color: red;
}

.advertising-reon__text-decoration__black-under-line {
  border-bottom: solid 1px black;
}

.advertising-reon__text-decoration__font-color-red {
  color: red;
}

.advertising-reon__text-decoration__font-color-pink {
  color: #ff7c80;
  font-weight: bold;
}

.advertising-reon__text-decoration__font-color-blue {
  color: blue;
  font-weight: bold;
}

.advertising-reon__text-decoration__aqua-shadow {
  text-shadow: 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3;
  color: white;
}

.advertising-reon__text-decoration__pink-shadow {
  text-shadow: 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1;
  color: white;
}

.advertising-reon__text-decoration__white_shadow {
  text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px, white -2px 0px 2px, white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px, white 1px 2px 2px, white -1px 2px 2px;
}

.advertising-reon__text-decoration__text-blinking {
  animation-name: pulse;
  /* 実行する名前 */
  animation-duration: 1.5s;
  /* 1秒かけて実行 */
  animation-iteration-count: infinite;
  /* 何回実行するか。infiniteで無限 */
  animation-timing-function: ease-in-out;
  /* イーズインアウト */
  animation-direction: alternate;
  /* alternateにするとアニメーションが反復 */
  animation-delay: 0s;
  /* 実行までの待ち時間 */
}

.advertising-suisho__text-decoration__yellow-under-line {
  background: linear-gradient(transparent 60%, #ffdc00 60%);
  font-weight: bold;
}

.advertising-suisho__text-decoration__red-under-line {
  border-bottom: solid 1px red;
  color: red;
}

.advertising-suisho__text-decoration__black-under-line {
  border-bottom: solid 1px black;
}

.advertising-suisho__text-decoration__font-color-red {
  color: red;
}

.advertising-suisho__text-decoration__font-color-pink {
  color: #ff7c80;
  font-weight: bold;
}

.advertising-suisho__text-decoration__font-color-blue {
  color: blue;
  font-weight: bold;
}

.advertising-suisho__text-decoration__aqua-shadow {
  text-shadow: 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3;
  color: white;
}

.advertising-suisho__text-decoration__pink-shadow {
  text-shadow: 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1;
  color: white;
}

.advertising-suisho__text-decoration__white_shadow {
  text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px, white -2px 0px 2px, white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px, white 1px 2px 2px, white -1px 2px 2px;
}

.advertising-suisho__text-decoration__text-blinking {
  animation-name: pulse;
  /* 実行する名前 */
  animation-duration: 1.5s;
  /* 1秒かけて実行 */
  animation-iteration-count: infinite;
  /* 何回実行するか。infiniteで無限 */
  animation-timing-function: ease-in-out;
  /* イーズインアウト */
  animation-direction: alternate;
  /* alternateにするとアニメーションが反復 */
  animation-delay: 0s;
  /* 実行までの待ち時間 */
}

.advertising-wakita__text-decoration__yellow-under-line {
  background: linear-gradient(transparent 60%, #ffdc00 60%);
  font-weight: bold;
}

.advertising-wakita__text-decoration__red-under-line {
  border-bottom: solid 1px red;
  color: red;
}

.advertising-wakita__text-decoration__black-under-line {
  border-bottom: solid 1px black;
}

.advertising-wakita__text-decoration__font-color-red {
  color: red;
}

.advertising-wakita__text-decoration__font-color-pink {
  color: #ff7c80;
  font-weight: bold;
}

.advertising-wakita__text-decoration__font-color-blue {
  color: blue;
  font-weight: bold;
}

.advertising-wakita__text-decoration__aqua-shadow {
  text-shadow: 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3;
  color: white;
}

.advertising-wakita__text-decoration__pink-shadow {
  text-shadow: 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1;
  color: white;
}

.advertising-wakita__text-decoration__white_shadow {
  text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px, white -2px 0px 2px, white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px, white 1px 2px 2px, white -1px 2px 2px;
}

.advertising-wakita__text-decoration__text-blinking {
  animation-name: pulse;
  /* 実行する名前 */
  animation-duration: 1.5s;
  /* 1秒かけて実行 */
  animation-iteration-count: infinite;
  /* 何回実行するか。infiniteで無限 */
  animation-timing-function: ease-in-out;
  /* イーズインアウト */
  animation-direction: alternate;
  /* alternateにするとアニメーションが反復 */
  animation-delay: 0s;
  /* 実行までの待ち時間 */
}

.advertising__title {
  color: white;
  font-size: 140%;
  padding: 3% 0;
  background-color: #01002a;
  text-align: center;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.advertising__center {
  background-color: #e9e9e9;
  background-size: 100% auto;
  background-repeat: repeat-y;
}

.advertising__items__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3% 3%;
  font-size: 90%;
  color: black;
}

.advertising__items__item__text {
  width: 75%;
  line-height: 164%;
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\30E1\30A4\30EA\30AA", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}

.advertising__items__item__text p {
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\30E1\30A4\30EA\30AA", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}

.advertising__items__item__text span {
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\30E1\30A4\30EA\30AA", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}

.advertising__items__item__text .text-decoration.yellow-under-line {
  background: linear-gradient(transparent 60%, #ffdc00 60%);
  font-weight: bold;
}

.advertising__items__item__text .text-decoration.red-under-line {
  border-bottom: solid 1px red;
  color: red;
  font-weight: bold;
}

.advertising__items__item__text .text-decoration.black-under-line {
  border-bottom: solid 1px black;
}

.advertising__items__item__text .text-decoration.font-color-red {
  color: red;
}

.advertising__items__item__text .text-decoration.font-color-pink {
  color: #ff7c80;
  font-weight: bold;
}

.advertising__items__item__text .text-decoration.font-color-blue {
  color: blue;
  font-weight: bold;
}

.advertising__items__item__text .text-decoration.aqua-shadow {
  text-shadow: 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3, 0 0 3px #029af3;
  color: white;
}

.advertising__items__item__text .text-decoration.pink-shadow {
  text-shadow: 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1, 0 0 3px #fd83d1;
  color: white;
}

.advertising__items__item__text .text-decoration.white-shadow {
  text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white;
}

.advertising__items__item__text .text-decoration.blinking {
  animation-name: pulse;
  /* 実行する名前 */
  animation-duration: 1.5s;
  /* 1秒かけて実行 */
  animation-iteration-count: infinite;
  /* 何回実行するか。infiniteで無限 */
  animation-timing-function: ease-in-out;
  /* イーズインアウト */
  animation-direction: alternate;
  /* alternateにするとアニメーションが反復 */
  animation-delay: 0s;
  /* 実行までの待ち時間 */
}

.advertising__items__item__image {
  width: 20%;
  min-height: 3rem;
  line-height: 150%;
  height: 100%;
  display: grid;
  align-items: center;
  text-align: center;
}

.advertising__items__item__image img {
  width: 19vw;
  max-width: 100%;
  aspect-ratio: 1/1;
}

.advertising__items__item_new {
  padding: 4% 0;
}

.advertising__items__item_new__text {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-decoration: underline;
  text-align: center;
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\30E1\30A4\30EA\30AA", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-weight: 900;
  line-height: 164%;
  font-size: 90%;
  margin-bottom: 1%;
}

.advertising__items__item_new__text span {
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\30E1\30A4\30EA\30AA", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}

.advertising__items__item_new__text .red {
  color: red;
}

.advertising__items__item_new__text .yellow {
  color: yellow;
}

.advertising__items__item_new__text .bgred {
  background-color: red;
}

.advertising__items__item_new__text .bgyellow {
  background-color: yellow;
}

.advertising__items__item_new__text .blue {
  color: blue;
}

.advertising__items__item_new__text .linecolor {
  text-decoration: underline;
}

.advertising__items__item_new__banner {
  display: block;
  margin: 0 auto;
  width: 100%;
  width: 95%;
  margin: 0 3%;
}

.advertising__items__item_new__banner img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.twitter {
  display: flex;
  flex-direction: column;
}

.twitter__title {
  color: white;
  font-size: 140%;
  padding: 3% 0;
  margin: 10% 0 3%;
  background-color: #01002a;
  text-align: center;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.twitter__center {
  overflow: scroll;
  text-align: center;
  margin: 3% 7%;
  height: 500px;
}

.footer {
  width: 100%;
  margin-top: 1rem;
}

.footer__line {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #1d2946;
}

.footer__line__item {
  width: 50%;
  border-right: 1px solid #1d2946;
}

.footer__line__item p {
  padding-left: 1rem;
  line-height: 2rem;
  text-decoration: underline;
  font-size: 80%;
}

.footer__line__item:nth-child(2) {
  border: none;
}

.footer__line:nth-child(1) {
  border-top: 1px solid #1d2946;
}

.footer__line2 {
  text-align: center;
}

.footer__line2__btn {
  width: 40%;
  margin-bottom: 5%;
}

.footer__guest_line {
  width: 90%;
  margin: 0 auto;
}

.footer__guest_line__item {
  width: 100%;
}

.footer__guest_line__item p {
  padding-left: 1rem;
  line-height: 3rem;
  border-bottom: 1px solid #1d2946;
  text-decoration: underline;
}

.footer__notice {
  width: 90%;
  margin: 1rem auto;
  line-height: normal;
}

.footer__company-link {
  font-size: 80%;
  margin: 1rem 1rem 0 1rem;
  padding-bottom: 1rem;
  color: black;
  text-decoration: none;
  margin-top: 10%;
}

.footer__link {
  text-align: center;
  padding: 5px;
  font-size: 80%;
  line-height: 1.5rem;
}

.footer__link a {
  text-decoration: underline;
}

.guest-menu__recommend img {
  width: 100%;
}

.guest-menu__recommend__menu {
  background-color: #fff;
}

.guest-menu__recommend__menu__flex {
  display: flex;
  border-bottom: 1px solid #000;
  padding: 3% 0 3% 4%;
  justify-content: space-between;
  align-items: center;
}

.guest-menu__recommend__menu__flex__left {
  width: 20%;
}

.guest-menu__recommend__menu__flex__center {
  width: 32%;
  text-decoration: underline;
  color: #9c0101;
  font-size: 130%;
}

.guest-menu__recommend__menu__flex__right {
  margin-right: 3%;
}

.guest-menu__register {
  text-align: center;
}

.guest-menu__register img {
  width: 100%;
}

.guest-menu__register__btn {
  width: 40%;
  margin: 8% auto;
}

.guest-menu__register__button {
  color: white;
  background-color: #213b80;
  width: 40%;
  padding: 2% 5%;
  border-radius: 10px;
  text-align: center;
  font-size: 150%;
  margin: 8% auto;
}

.blog-list__head {
  display: flex;
  justify-content: center;
  padding: 3% 4%;
  background: #323d50;
  color: white;
  text-align: center;
}

.blog-list__head a {
  color: white;
  text-decoration: underline;
}

.blog-list__menu {
  background-image: url("https://web-img.rensa.jp.net/images/capo/kinoshita-reon.jp/blog_link/bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: left;
}

.blog-list__menu__content {
  display: flex;
}

.blog-list__menu__content__img {
  margin: 4% 2%;
  width: 40%;
}

.blog-list__menu__content__img img {
  width: 100%;
}

.blog-list__menu__content__text {
  width: 62%;
  margin: 4% 2%;
  color: #401907;
}

.blog-list__menu__content__text__caption {
  margin-bottom: 0.4rem;
  font-size: 95%;
}

.blog-list__menu__content__text__body {
  font-size: 108%;
  text-decoration: underline;
  font-weight: bold;
}

.blog-list__under_line {
  border-bottom: solid 3px #7b7b7b;
}

.blog-list__more-link {
  width: 100%;
  background-color: #e9e9e9;
}

.blog-list__more-link__text {
  display: block;
  color: black;
  width: 98%;
  text-align: right;
  text-decoration: underline;
  padding: 3% 0;
}

.link-banner__campaign-text {
  text-align: center;
  font-size: 115%;
  font-weight: bold;
  color: #1d2946;
  text-decoration: underline;
  animation: blink 2s infinite alternate;
}

.link-banner__campaign-text span {
  font-size: 115%;
  text-decoration: underline;
  color: red;
}

.line-banner__text {
  margin: 0.5rem 0;
  text-align: center;
  font-size: 115%;
  font-weight: bold;
  color: #1d2946;
  text-decoration: underline;
  animation: blink 2s infinite alternate;
  font-size: 100%;
}

.reservation {
  width: 100%;
  font-weight: bold;
}

.reservation__outline {
  padding-bottom: 5%;
}

.reservation__outline__reservation_term {
  width: 100%;
  border: 2px solid black;
  padding: 0.2rem;
}

.reservation__outline__reservation_term__inner_frame {
  padding: 1rem;
  border: 1px solid black;
  background-color: #faf4ed;
  text-align: center;
}

.reservation__outline__reservation_term__title {
  margin-bottom: 5%;
  color: #00002a;
}

.reservation__outline__reservation_term__content {
  margin-bottom: 5%;
  color: #00002a;
}

.reservation__select_reservation__select {
  background-color: #01002a;
  color: #fff;
  padding: 3%;
  border-radius: 16px;
  text-align: center;
  margin: 7% 0 5% 0;
}

.reservation__center {
  padding: 1rem 5%;
  font-size: 120%;
  transform: translateX(-25%);
  opacity: 0;
  transition: all 1000ms;
}

.reservation__center.show {
  transform: translateX(0);
  opacity: 1;
}

.reservation__center__reserved-img {
  position: absolute;
  z-index: 1;
  bottom: 6%;
  left: 0.1%;
}

.reservation__center__item-selected {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
  padding: 0.5rem;
  border: 1px solid #1d2946;
  background-color: #f9f9f9;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  margin-bottom: 1rem;
}

.reservation__center__item-selected::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7019607843);
  position: absolute;
  top: 0;
}

.reservation__center__item {
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
  padding: 0.5rem;
  border: 1px solid #1d2946;
  background-color: #f9f9f9;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
  position: relative;
}

.reservation__center__item__content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.reservation__center__item__price {
  text-align: right;
  margin: 2% 0;
  font-size: 95%;
}

.reservation__center__item__icon {
  width: 3rem;
}

.reservation__center__item__text {
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  font-size: 100%;
  line-height: 1.4rem;
  text-align: left;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.reservation__center__item__menutext {
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  font-size: 100%;
  line-height: 1.4rem;
  text-align: left;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.reservation__modal__modalArea {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reservation__modal__modalBg {
  width: 100vw;
  height: 100vh;
  background-color: rgba(30, 30, 30, 0.9);
}

.reservation__modal__modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 38%;
  max-width: 500px;
  padding: 40px 30px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.reservation__modal__closeModal {
  position: absolute;
  text-decoration: underline;
  bottom: 7%;
  left: 42%;
  cursor: pointer;
}

.this_month_reservation {
  width: 90%;
  margin: 0 auto;
  line-height: 1.2rem;
}

.last_month_reservation {
  width: 90%;
  margin: 0 auto;
  line-height: 1.2rem;
  text-align: center;
}

.reservation_title {
  width: 100%;
  padding: 5% 0;
}

.recommend_menus__title {
  color: white;
  font-size: 140%;
  padding: 3% 0;
  margin: 8% 0% 2%;
  background-color: #01002A;
  text-align: center;
}

