@charset "UTF-8";
/* get the styles for both icon*/

.icon,
.icon:before,
.icon:after,
.icon i,
.icon i:before,
.icon i:after {
  transition: all 0.4s ease;
}

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  vertical-align: baseline;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333333;
}

h1 {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #7761a6;
  margin: 5px 0;
}

h2 {
  font-size: 14px;
  font-weight: 700;
  color: #7761a6;
  margin: 0 0 2px 0;
}

h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #7761a6;
  margin: 5px 0;
}

p {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.87);
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

form {
  margin: 4px auto;
  width: 100%;
}

button,
.modoru {
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #7761a6;
  padding: 6px 6px 6px 8px;
  margin: 10px auto;
}

button:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

button:disabled {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.12);
}

.back-gray {
  background: rgba(0, 0, 0, 0.05);
}

.back-white {
  background: #fff;
}

.back-pink {
  background: #f9f5ff;
}

.primary-700 {
  color: #7761a6;
}

.top {
  padding: 65px 0px 0px 0px;
  overflow-x: hidden;
  background-image: url("../images/bg_image.png");
  background-position-y: 140px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.menulist,
.menuDetail,
.counselor,
.chatroomList,
.mypage {
  padding: 65px 0px 0px 0px;
}

main {
  padding: 0px;
  background-position-y: 8%;
  max-width: 500px;
  margin: 0 auto;
}

main .container {
  display: flex;
  flex-direction: column;
  margin: 0 8px;
  align-items: center;
}

@media screen and (min-width: 450px) {
  main .container {
    display: flex;
    flex-direction: column;
    margin: 0 15%;
    align-items: center;
  }
}

main .container > h2,
h3 {
  width: 100%;
}

header {
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(90deg, #a691d1 0%, #6ccec8 121.05%);
  border-radius: 0px 0px 40px 40px;
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0px 7px 12.22px 0.78px rgba(0, 0, 0, 0.06);
  align-content: center;
  position: fixed;
  z-index: 5;
  margin: 0 auto;
  bottom: 0;
  right: 0;
  left: 0;
}

.nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 5px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 7px 12px 1px rgba(0, 0, 0, 0.06);
  padding: 5px;
  list-style: none;
  max-width: 450px;
  min-width: 300px;
}

.nav .item {
  display: flex;
  flex-flow: column;
  align-items: center;
  color: rgba(0, 0, 0, 0.38);
}

.nav .active {
  color: #7761a6;
}

.nav .item i {
  font-size: 20px;
  margin-bottom: 0;
}

.nav .item p {
  font-size: 10px;
  margin: 0;
}

footer {
  background-color: #333333;
  color: #ffffff;
  padding: 10px 30px 70px 30px;
}

footer > h2 {
  color: #ffffff;
}

footer ul {
  list-style: none;
}

footer li {
  font-size: 0.5rem;
}

footer .logo {
  text-align: center;
}

footer img {
  width: 50px;
}

footer p {
  font-size: 0.5rem;
  margin: 0;
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  text-align: center;
}

.banner img {
  width: 85%;
  border-radius: 20px;
  box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.09);
}

.genre {
  margin: 10px 0;
}

.genre input[type="radio"] {
  display: none;
}

.tab_area {
  display: flex;
  justify-content: space-around;
  margin: 0 10px 0 10px;
}

.tab_area label {
  border-radius: 10px 10px 0px 0px;
  display: inline-block;
  width: 48%;
  padding: 8px 0;
  color: #a691d1;
  background: #f9f7fc;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.panel_area {
  background: #fff;
  border-radius: 10px;
}

.tab_panel {
  padding: 5px;
  display: none;
  align-content: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}

.tab_panel p {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}

#category:checked ~ .tab_area .tab1_label {
  background: #fff;
  color: #a691d1;
}

#category:checked ~ .panel_area #category_panel {
  display: flex;
}

#technique:checked ~ .tab_area .tab2_label {
  background: #fff;
  color: #a691d1;
}

#technique:checked ~ .panel_area #technique_panel {
  display: flex;
}

.tab_panel .item {
  flex-basis: 32%;
}

.tab_panel .item img {
  width: 100%;
}

.row h2 {
  margin: 5px;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.fortune_teller_list {
  display: flex;
  flex-wrap: wrap;
  width: 94%;
  margin: 0 3%;
}

.fortune_teller_list_item {
  width: 50%;
  margin-top: 2em;
  box-sizing: border-box;
}

.fortune_teller_list_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fortune_teller_li_image_area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fortune_teller_li_image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.star-rating {
  display: flex;
  align-items: center;
}

.back-stars {
  display: flex;
  position: relative;
}

.front-stars {
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: all 0.5s;
}

.fortune_teller_li_rate {
  display: flex;
  align-items: center;
}

.fortune_teller_li_rate span {
  font-size: 10px;
  margin-left: 3px;
}

.fortune_teller_li--label {
  font-size: 10px;
  position: absolute;
  bottom: -7px;
  color: white;
  background: #e100ff;
  padding: 4px 8px;
  border-radius: 4px;
}

.fortune_teller_li_name {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

.fortune_teller_li_catchphrase {
  font-size: 10px;
  margin-top: 5px;
  width: 80%;
  height: 40px;
  letter-spacing: 1px;
  line-height: 12px;
  color: rgba(44, 40, 46, 0.6);
}

.now_counselor {
  width: 100%;
}

.counselor_carousel {
  display: flex;
  overflow-x: scroll;
  margin: 5px 0 0 0;
}

.counselor_carousel .item {
  display: flex;
  flex-direction: column;
  justify-items: center;
  text-align: center;
  margin: 0 8px;
  width: 64px;
  color: rgba(0, 0, 0, 0.6);
}

.counselor_carousel .item .thumbnail {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
}

.counselor_carousel .item .name {
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  max-width: 100%;
  margin: 0;
  white-space: normal;
}

.counselor_carousel .item .reception {
  font-size: 10px;
  font-weight: 400;
  margin: 0;
}

.counselor_carousel .item .stars {
  width: 60px;
  display: flex;
  justify-content: space-around;
  align-content: center;
  margin-right: 4px;
  margin-top: 0;
  font-size: 10px;
}

.counselor_carousel .item .stars > p {
  margin: 0;
}

.counselor_carousel .item .stars > .gold {
  color: #eeaa07;
}

.counselor_carousel .item .stars > .gray {
  color: #f5e8c6;
}

.counselor_carousel p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.menu h2 {
  width: 100%;
}

.menu .extract {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}

.menu .extract .item {
  font-size: 0.9rem;
  color: #666666;
  background: #eeeeed;
  border-radius: 20px;
  margin: 0 10px 5px 0;
  padding: 1px 10px 2px 10px;
  font-weight: 400;
  font-size: 10px;
}

.menu_carousel {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.menu_carousel > .item {
  width: 90%;
  height: 98px;
  background: #ffffff;
  box-shadow:
    0px 1px 1px rgba(0, 0, 0, 0.14),
    0px 2px 1px rgba(0, 0, 0, 0.12),
    0px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin: 4px 0;
  padding: 12px 8px 12px 8px;
}

.menu_carousel > .admin {
  height: auto;
}

.menu_carousel > .admin > .menu-functions {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 12px 0 2px 0;
}

.menu_carousel > .item .MainArea {
  display: flex;
  justify-content: space-between;
}

.menu_carousel > .item .MainArea .description {
  width: 80%;
  height: 64px;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  justify-content: space-between;
  margin-right: 8px;
  border-bottom: 1px dashed #a691d1;
}

.menu_carousel > .item .MainArea .description .title {
  max-height: 42px;
  width: 100%;
  display: -webkit-box;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
}

.menu_carousel > .item .MainArea .description .price {
  height: 24px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #7761a6;
  line-height: 24px;
  margin: 0;
}

.menu_carousel > .item .MainArea .menu-thumbnail-image {
  width: 80px;
  height: 56px;
  object-fit: cover;
  margin: 0;
}

.menu_carousel > .item .FooterArea {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.menu_carousel > .item .FooterArea .UranaishiArea {
  width: 197px;
  height: 26px;
  display: flex;
  align-items: center;
}

.menu_carousel > .item .FooterArea .UranaishiArea .thumbnail {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  object-fit: cover;
  margin-left: 4px;
  margin-right: 8px;
}

.menu_carousel > .item .FooterArea .UranaishiArea .right {
  display: flex;
  flex-flow: column;
}

.menu_carousel > .item .FooterArea .UranaishiArea .right .name {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  margin: 0;
  color: #333333;
}

.menu_carousel > .item .FooterArea .UranaishiArea .right .evaluation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.menu_carousel > .item .FooterArea .UranaishiArea .right .evaluation > p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  margin: 0;
  transform-origin: bottom;
}

.menu_carousel > .item .FooterArea .UranaishiArea .right .evaluation .stars {
  width: 52px;
  display: flex;
  justify-content: space-around;
  align-content: center;
  margin-right: 4px;
  margin-top: 0;
}

.menu_carousel
  > .item
  .FooterArea
  .UranaishiArea
  .right
  .evaluation
  .stars
  > p {
  font-size: 9px;
  margin: 0 1px 0 0;
}

.menu_carousel
  > .item
  .FooterArea
  .UranaishiArea
  .right
  .evaluation
  .stars
  > .gold {
  color: #eeaa07;
}

.menu_carousel
  > .item
  .FooterArea
  .UranaishiArea
  .right
  .evaluation
  .stars
  > .gray {
  color: #f5e8c6;
}

.menu_carousel > .item .FooterArea .StatusArea {
  display: flex;
  align-items: center;
  align-content: flex-end;
  margin-right: 0;
}

.menu_carousel > .item .FooterArea .StatusArea .Favorite {
  margin: 0;
  width: 32px;
  height: 32px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border: 1px solid #e0e0e0;
  color: rgba(0, 0, 0, 0.38);
}

.menu_carousel > .item .FooterArea .StatusArea .checked {
  border: 1px solid rgba(166, 145, 209, 1);
  color: rgba(166, 145, 209, 1);
}

.menu_carousel > .item .FooterArea .StatusArea .ReceptionStatus {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #00b3a6;
  text-align: center;
  margin: 0 8px 0 0;
}

.menu_carousel > .item .FooterArea .StatusArea .wait {
  color: red;
}

.menu .mottomiru {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border-radius: 20px;
  padding: 6px 6px 6px 8px;
  margin: 24px auto;
  width: 304px;
  height: 36px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #7761a6;
  letter-spacing: 1.25px;
}
.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 40%;
  margin: 0.5rem auto 1rem;
  padding: 0;
}

.pagination li {
  font-size: 1.2rem;
  color: #bba7e5;
  font-weight: 300;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 10px;
  border: 1px solid #bba7e5;
  background-color: white;
  padding: 0.2rem 0.3rem 0.4rem 0.3rem;
  text-align: center;
  margin: 0 5px 0 5px;
}

.pagination .current {
  color: white;
  font-weight: 400;
  background-color: #bba7e5;
}

.error {
  background-color: #ecdefc;
  background-image: none;
  text-align: center;
  min-height: 100vh;
  padding: 25rem 0 0 0;
}

.error p {
  font-size: 1.2rem;
  color: #bba7e5;
  font-weight: 300;
  border-radius: 10px;
  border: 1px solid #bba7e5;
  background-color: white;
  padding: 0.2rem 0.3rem 0.4rem 0.3rem;
  text-align: center;
  width: 40%;
  margin: 5rem auto 0 auto;
}

.counselor .uranaishi-back {
  width: 100%;
  max-height: 203px;
  object-fit: cover;
  margin-bottom: -60px;
}

.Uranaishi {
  margin: 5px 0;
  width: 303px;
  height: 100px;
  background: #ffffff;
  box-shadow:
    0px 1px 1px rgba(0, 0, 0, 0.14),
    0px 2px 1px rgba(0, 0, 0, 0.12),
    0px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.Uranaishi > .upper {
  height: 41px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  margin-top: 14px;
  margin-left: 16px;
}
.Uranaishi > .upper > img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}

.Uranaishi > .upper > .right {
  margin-left: 16px;
}

.Uranaishi > .upper > .right > .upper h1 {
  width: 210px;
  margin: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.Uranaishi > .upper > .right > .bottom {
  display: flex;
}
.Uranaishi > .upper > .right > .bottom > .stars {
  width: 60px;
  display: flex;
  justify-content: space-around;
  align-content: center;
  margin-right: 8px;
  margin-top: 0;
  font-size: 10px;
  transform: scale(0.9);
  transform-origin: left top;
}

.Uranaishi > .upper > .right > .bottom p {
  margin: 0;
}

.Uranaishi > .upper > .right > .bottom > .stars > .gold {
  color: #eeaa07;
}

.Uranaishi > .upper > .right > .bottom > .stars > .gray {
  color: #f5e8c6;
}

.Uranaishi > .upper > .right > .bottom > .average {
  width: 20px;
  margin-right: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #a691d1;
}

.Uranaishi > .upper > .right > .bottom > .reviewCount {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: rgba(0, 0, 0, 0.87);
}

.Uranaishi > .bottom {
  height: 24px;
  display: flex;
  justify-content: space-between;
  margin: 0 14px 16px 14px;
}

.Uranaishi > .bottom > .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.Uranaishi > .bottom > .item p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.Uranaishi > .bottom > .item .name {
  color: #7761a6;
  margin-right: 18px;
}

.Uranaishi > .bottom > .item .value {
  color: #000000;
}

.counselor .follow {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 6px 6px 8px;
  width: 143px;
  height: 36px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border-radius: 20px;
  margin: 12px auto;
}

.counselor .follow .icon-plus,
.icon-plus::after {
  display: block;
  box-sizing: border-box;
  background: #74639a;
  border-radius: 10px;
}
.counselor .follow .icon-plus {
  margin-top: -2px;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 2px;
}
.counselor .follow .icon-plus::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  top: -7px;
  left: 7px;
}

.counselor .follow > span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #7761a6;
  margin-left: 6px;
}

.counselor .followed {
  background: #7761a6;
}

.counselor .followed > span {
  color: #fff;
}

.counselor .followed .icon-plus,
.counselor .followed .icon-plus::after {
  background: #fff;
}

.technique,
.tags {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 6px 0;
  width: 100%;
}

.gray-items {
  display: flex;
  flex-direction: row;
  margin: 0 10px;
  padding: 0;
  flex-wrap: wrap;
  max-width: 80%;
}

.gray-items li {
  height: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin: 1px 2px;
  padding: 0 4px;
}

.resultInfo {
  width: 304px;
  background: rgba(0, 0, 0, 0.05);
  margin: 0;
  display: flex;
  flex-direction: column;
}

.table {
  margin: 14px 16px;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.15px;
  font-weight: 400;
}

.table .row {
  display: flex;
  flex-direction: row;
}

.table span {
  color: #7761a6;
  width: 88px;
  margin: 0;
}

.table p {
  color: #000000;
  margin: 0;
}

.contents {
  width: 288px;
  background: rgba(0, 0, 0, 0.05);
  margin: 4px auto 12px auto;
  padding: 0 8px;
}

.contents > p {
  padding: 4px 8px;
}

.contents .close {
  max-height: 344px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
}

.contents .expand {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 11px auto;
  width: 103px;
  height: 36px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border-radius: 20px;
}

.contents .expand > span {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #7761a6;
}

.menuDetail .menu-thumbnail {
  width: 100%;
  max-height: 203px;
  object-fit: cover;
}

.menuDetail .title {
  display: flex;
  flex-direction: column;
}

.menuDetail .title .overline {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 7px 0px;
}

.menuDetail .title .description {
  width: 275px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
}

.menuDetail .title .price {
  width: 288px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #7761a6;
  text-align: right;
  margin: 20px 0;
}

.menuDetail .title .function {
  display: flex;
  flex-direction: row;
  margin: 12px 0;
}

.menuDetail .title .function .favorite {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 151px;
  height: 36px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  color: #7761a6;
  margin-right: 16px;
}

.favorite:hover,
.question:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

.menuDetail .favorite > i {
  color: #a691d1;
  font-size: 18px;
}

.menuDetail .favorite > p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.4px;
  margin-left: 10px;
}

.menuDetail .function .checked {
  background-color: #7761a6;
}

.menuDetail .function .checked > i {
  color: #fff;
}

.menuDetail .function .checked > p {
  color: #fff;
}

.menuDetail .title .function .question {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 121px;
  height: 36px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  color: #7761a6;
}

.menuDetail .nav-function {
  padding: 16px 8px;
  margin-bottom: 12px;
}

.menuDetail .nav-function .btns {
  display: flex;
  justify-content: flex-start;
  margin-top: 15px;
}

.menuDetail .nav-function .btns .count {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 36px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-right: 12px;
}

.menuDetail .nav-function .btns .checked {
  background-color: #7761a6;
}
.menuDetail .nav-function .btns .checked > i {
  color: #fff;
}

.menuDetail .nav-function .btns .checked > p {
  color: #fff;
}

.menuDetail .nav-function .btns .question {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 36px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border-radius: 20px;
  color: #7761a6;
}
.iraisuru {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 288px;
  height: 42px;
  background: linear-gradient(90deg, #a691d1 0%, #6ccec8 121.05%);
  border-radius: 20px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #ffffff;
}

.iraisuru:hover,
.big-button:hover {
  background: linear-gradient(90deg, #a691d1 50%, #6ccec8 200%);
}

.iraisuru:disabled,
.big-button:disabled {
  background: rgba(0, 0, 0, 0.38);
}

.iraisuru > p {
  color: #ffffff;
}

.gradation {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 20px;
  background: linear-gradient(90deg, #a691d1 0%, #6ccec8 121.05%);
  border-radius: 20px;
  border: none;
  color: #ffffff;
}

.gradation:hover {
  cursor: pointer;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.12);
}

.edit-button {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid #7761a6;
  color: #7761a6;
}

.edit-button:hover {
  opacity: 0.5;
  cursor: pointer;
}

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

.message {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

.message span {
  height: 24px;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.message p {
  height: 48px;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.15px;
  margin-top: 6px;
}

.registMethods > .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 42px;
  border: 2px solid #333333;
  border-radius: 20px;
  margin: 8px auto;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}
.registMethods > .mail {
  color: #a691d1;
  border: 2px solid #a691d1;
}

.registMethods > .google {
  color: #4285f4;
  border: 2px solid #4285f4;
}

.registMethods > .yahoo {
  color: #ff0027;
  border: 2px solid #ff0027;
}

.attention {
  width: 80%;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.6);
}

.attention a {
  text-decoration: underline;
}

.mypage .toiawase {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #7761a6;
}

.mypage-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0;
}

.mypage-footer .mypage-functions {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mypage-footer .mypage-functions > a {
  height: 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 10px;
}

.mypage-footer .mypage-functions > a > p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #000000;
}

.mypage-footer .mypage-functions > a > i {
  color: #a691d1;
}

.logout {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border-radius: 20px;
  padding: 6px 6px 6px 8px;
  margin: 24px 0;
  width: 160px;
  height: 36px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #7761a6;
  letter-spacing: 1.25px;
}

input {
  width: 95%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.87);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  margin: 5px 0;
}

input[type="radio"] {
  display: none;
}

.select {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 10px 0;
}

.select label {
  padding: 6px 18px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border-radius: 20px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.25px;
  color: #7761a6;
}

input[type="radio"]:checked + label {
  background: #7761a6;
  color: #fff;
}

input::placeholder {
  color: rgba(0, 0, 0, 0.12);
}

#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  transition: all 0.5s ease;
  background-color: #fff;
  z-index: 99999;
}

#loading.is-loaded {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100vw);
}

.loading-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  -webkit-animation: loadinglogo 1s ease-in-out 0s infinite alternate;
  animation: loadinglogo 1s ease-in-out 0s infinite alternate;
}

@keyframes loadinglogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#page {
  display: none;
}

#page.is-loaded {
  display: block;
}

.signupForm {
  width: 304px;
}

.signupForm > h2 {
  width: 100%;
}

.resultList {
  margin-bottom: 6px;
}

.resultList .item {
  width: 304px;
  height: 76px;
  background: #ffffff;
  box-shadow:
    0px 1px 1px rgba(0, 0, 0, 0.14),
    0px 2px 1px rgba(0, 0, 0, 0.12),
    0px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin: 4px 0;
  padding: 12px 8px 12px 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.resultList .item .left {
  width: 265px;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
}

.resultList .item i {
  color: #a691d1;
}

.resultList .item .techniques {
  margin: 0;
}

.resultList .item .description {
  display: flex;
  flex-direction: row;
}

.resultList .item .description p {
  height: 48px;
  display: -webkit-box;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
}

.wide-button {
  padding: 6px 40px;
}

.big-button {
  padding: 6px 40px;
  font-size: 14px;
  font-weight: 700;
  height: 42px;
  margin: 20px auto 10px auto;
}

.mypage .profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 6px 0;
}

.mypage .profile span {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #7761a6;
}

.mypage .thumbnail {
  display: flex;
  justify-content: center;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  background-color: #c4c4c4;
  margin: 6px 0;
}

.mypage .thumbnail img {
  display: flex;
  justify-content: center;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.mypage .notset {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mypage .profile label {
  font-size: 14px;
  color: #7761a6;
}

input[type="file"] {
  display: none;
}

.mypage .profile label p {
  margin: 0;
  font-size: 10px;
  color: #fff;
}

.mypage .profile label i {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.profileInfo {
  width: 304px;
  height: 132px;
  margin: 0 auto;
  padding: 4px 0;
}

.modalContent {
  width: 280px;
  background: #fff;
  z-index: 10;
  box-shadow:
    0px 1px 1px rgba(0, 0, 0, 0.14),
    0px 2px 1px rgba(0, 0, 0, 0.12),
    0px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin: 150px auto;
  padding: 12px 8px 12px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modalContent h1 {
  font-size: 18px;
}

.modalContent > form {
  width: 96%;
}

.modalContent p {
  margin: 0;
  font-size: 14px;
}

.border-gradation {
  border-bottom: 5px solid #6ccec8;
  border-left: 5px solid #a691d1;
  border-top: 5px solid #a691d1;
  border-right: 5px solid #6ccec8;
}

.modalContent > u {
  width: 100%;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}

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

.modal {
  width: 100%;
  height: 120%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

#pay-bars {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin: 4px 0 12px 0;
}

#pay-bars .item {
  width: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.38);
}

#pay-bars .item .bar {
  border-radius: 8px;
  width: 50px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.12);
}

#pay-bars .active {
  color: #7761a6;
}

#pay-bars .active .bar {
  background-color: #a691d1;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.options .item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 304px;
  height: 73px;
  background: #ffffff;
  box-shadow:
    0px 1px 1px rgba(0, 0, 0, 0.14),
    0px 2px 1px rgba(0, 0, 0, 0.12),
    0px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 0.15px;
  margin: 4px auto;
}

.options .item .optionCheck {
  margin: 4px;
}
.options .item label {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}

.options .item p {
  height: 60px;
  width: 180px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  margin: 12px 3px 2px 12px;
}

.options .item span {
  font-size: 16px;
  text-align: right;
  width: 70px;
  color: #7761a6;
  margin: 12px 12px 12px 3px;
}

.coupons {
  width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.coupons .item {
  width: 96%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

input[type="checkbox"] {
  margin: 8px 8px 0 0;
  width: 18px;
  height: 18px;
}

.coupons .item input:checked {
  background: #a691d1;
}

.coupons .item .description {
  display: flex;
  flex-direction: column;
  line-height: 20px;
  letter-spacing: 0.15px;
  margin-top: 4px;
}
.coupons .item .description span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
}

.coupons .item .description p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}

.point {
  width: 320px;
}

.point .column {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.point .column label {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.87);
  margin-top: 4px;
}

.point .column input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 6px 8px 0 4px;
}

.point .pointBox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.point .column input[type="text"] {
  width: 96px;
  height: 54px;
  border: 1px solid #dadada;
  box-sizing: border-box;
  border-radius: 3.5px;
  margin: 6px 8px 0 30px;
}

.point .pointBox p {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.87);
}

.textara::placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.contents-input {
  width: 100%;
  min-height: 400px;
  border-radius: 4px;
  border: solid 1px #dadada;
  padding: 16px;
  font-size: 16px;
}

.fee {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 10px 0;
}

.fee .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.fee .couponList {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.fee .couponList > .item {
  margin: 4px 0;
}

.fee .couponList > .item .description {
  display: flex;
  flex-direction: column;
  line-height: 18px;
  letter-spacing: 0.15px;
}

.fee .couponList > .item .description > span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
}

.fee .couponList > .item .description > p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}

.fee .amount {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.fee .definition {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fee .item > p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin: 4px 0;
}

.paymethod {
  width: 320px;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  justify-content: flex-start;
  align-items: center;
}

.paymethod .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.paymethod .item u {
  display: none;
  font-size: 12px;
  color: #ff0027;
  margin: 4px auto;
}

.paymethod .item .cardInfo {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.paymethod .item .cardInfo:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

.paymethod .item .cardInfo i {
  margin: 0 4px;
}

.paymethod .open {
  height: 120px;
}

.paymethod .item .cardInfo input[type="radio"] {
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 8px;
}

.paymethod .item .cardInfo input[type="radio"]:checked + label {
  background-color: #fff;
}
.paymethod .item .cardInfo label {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 8px;
}

.paymethod .item .cardInfo label span {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.87);
  height: 24px;
  margin: 0;
}

.paymethod .item .cardInfo .fa-chevron-down {
  margin-left: 50px;
  color: #7761a6;
  padding: 5px;
}

.paymethod .item .cardInfo .fa-chevron-down:hover {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 50%;
}

.paymethod .item .cardInfo label p {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.6);
  height: 24px;
  margin: 0;
}

.paymethod .item > .description {
  margin: 10px auto;
}

.paymethod .item > .description > span {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
}

.paymethod .item > .description > p {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}

#payjp_checkout_box button {
  content: "新規カードを登録";
}

c {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #7761a6;
  margin-left: 8px;
}

.newCardContent {
  width: 296px;
}

.newCardContent p {
  margin: 16px 0 6px 0;
}

.payjs-outer {
  border: 1px solid #dadada;
  box-sizing: border-box;
  border-radius: 3.5px;
}

#number-form {
  width: 280px;
}

#expiry-form {
  width: 100px;
}

#cvc-form {
  width: 90px;
}

.link-disabled {
  pointer-events: none;
}

.menuDetail .banner,
.menu-edit .banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
}

.menuDetail .banner i,
.menu-edit .banner i {
  font-size: 26px;
  color: #a691d1;
  margin-right: 8px;
}

.menuDetail .banner p,
.menu-edit .banner p {
  font-weight: bold;
  font-size: 14px;
  color: #7761a6;
}

.messages .item {
  display: flex;
  flex-direction: column;
  width: 304px;
  height: 90px;
  background: #ffffff;
  box-shadow:
    0px 1px 1px rgba(0, 0, 0, 0.14),
    0px 2px 1px rgba(0, 0, 0, 0.12),
    0px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin: 8px 0;
  padding: 4px 8px;
}

.messages .new {
  box-shadow:
    0px 4px 4px #ff0027,
    0px 2px 1px #ff0027,
    0px 1px 3px #ff0027;
}

.messages .item .time {
  width: 100%;
  text-align: right;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}

.messageArea {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.messageArea .left {
  width: 230px;
}

.messageArea .left .upper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.messageArea .left .upper > .status {
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  background-color: #7761a6;
  padding: 2px 4px;
}

.messageArea .left .upper > .new {
  background-color: #ff0027;
}

.messageArea .left .upper > .result {
  background-color: #ff0027;
}

.messageArea span {
  font-weight: bold;
  margin: 4px 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.messageArea p {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.messageArea .thumbnail {
  width: 64px;
  height: 64px;
  object-fit: cover;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.mypage .couponList {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.mypage .couponList .item {
  width: 304px;
  height: 94px;
  background: #ffffff;
  box-shadow:
    0px 1px 1px rgba(0, 0, 0, 0.14),
    0px 2px 1px rgba(0, 0, 0, 0.12),
    0px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin: 4px 0;
  padding: 8px;
}

.mypage .couponList .used {
  background: rgba(0, 0, 0, 0.06);
}

.mypage .couponList .item .upper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mypage .couponList .item .upper .status {
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  background-color: #7761a6;
  padding: 2px 4px;
}

.mypage .couponList .item .upper .used {
  background-color: rgba(0, 0, 0, 0.38);
}

.mypage .couponList .item span {
  font-size: 18px;
  font-weight: bold;
  color: #7761a6;
  text-align: right;
}

.mypage .couponList .item p {
  font-size: 10px;
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
}

.mypage .couponList .item .description {
  font-weight: 500;
  font-size: 14px;
  margin: 4px 0;
}

.mypage .orderList .item .upper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mypage .orderList .item .upper .status {
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  background-color: #7761a6;
  padding: 2px 4px;
}

.mypage .orderList .item {
  width: 304px;
  height: 80px;
  background: #ffffff;
  box-shadow:
    0px 1px 1px rgba(0, 0, 0, 0.14),
    0px 2px 1px rgba(0, 0, 0, 0.12),
    0px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin: 8px 0;
  padding: 8px;
}

.mypage .orderList .item:hover {
  background: rgba(0, 0, 0, 0.06);
}

.mypage .orderList .item .upper .used {
  background-color: rgba(0, 0, 0, 0.38);
}

.mypage .orderList .item span {
  font-size: 16px;
  font-weight: bold;
  color: #7761a6;
  text-align: right;
}

.mypage .orderList .item p {
  font-size: 10px;
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.mypage .orderList .item .totalPrice {
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  text-align: right;
  margin: 4px 0;
}

.mypage .withdrawl {
  width: 100%;
  text-align: left;
  margin: 0;
}

.mypage .reset {
  width: 100%;
  text-align: center;
  color: rgba(0, 0, 0, 0.38);
}

footer .link {
  display: flex;
  flex-wrap: wrap;
}

footer .link a {
  font-size: 12px;
  font-weight: 300;
  height: 28px;
  width: 50%;
}

footer .info-links {
  display: flex;
  flex-direction: column;
  width: 100%;
}

footer .info-links a {
  font-size: 12px;
  font-weight: 300;
  height: 28px;
}

.mypage .statusBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow:
    0px 1px 1px rgb(0 0 0 / 14%),
    0px 2px 1px rgb(0 0 0 / 12%),
    0px 1px 3px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px;
  margin: 0px auto 20px auto;
}

.mypage .waiting {
  margin: 0px auto 0px auto;
}

.mypage .statusBox .statusSelect {
  display: flex;
  justify-content: space-between;
}

.mypage .statusBox .statusSelect > label {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 10px 8px;
  margin: 0 10px;
  width: 70px;
  text-align: center;
}

.mypage .statusBox .selectList {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 50px;
}

.mypage .statusBox .close {
  display: none;
}

.mypage .statusBox .open {
  display: inherit;
}

.mypage .statusBox .text {
  margin: 0 auto;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
}

#loading {
  width: 100%;
  height: 100%;
  transition: all 1s;
  background-color: rgba(0, 0, 0, 0.5);
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
  animation-iteration-count: 5;
}

@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.balloon-top {
  position: relative;
  display: inline-block;
  margin: 1rem 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e0edff;
}

.balloon-top span {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.balloon-top p {
  font-size: 12px;
  color: red;
  margin: 0;
  padding: 0;
}

.adminChatroomList {
  padding-top: 64px;
}

.adminChatroomList select {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 1em;
  margin: 10px 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
}

.adminChatroomList p {
  margin: 10px 0;
}

.adminChatroomList .box {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow:
    0px 1px 1px rgb(0 0 0 / 14%),
    0px 2px 1px rgb(0 0 0 / 12%),
    0px 1px 3px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 15px;
  margin: 0px auto 20px auto;
}

.adminChatroomList .box .row {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.adminChatroomList .status {
  align-self: flex-start;
  text-align: center;
  font-size: 12px;
  color: #fff;
  width: 100px;
  padding: 5px 7px 7px;
}

.adminChatroomList .status.init {
  background-color: #7761a6;
}

.adminChatroomList .status.open {
  background-color: red;
}

.adminChatroomList .status.close {
  background-color: rgba(0, 0, 0, 0.38);
}

.adminChatroomList .createDate {
  align-self: end;
  margin: auto 5px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-weight: 500;
}

.adminChatroomList .label {
  color: #7761a6;
  margin-right: 1em;
}

.adminChatroomList .title {
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  text-overflow: ellipsis;
  margin: 10px auto;
}

.adminChatroomList .user {
  display: flex;
  padding: 5px 0;
  font-weight: 500;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.adminChatroomList .order {
  display: flex;
  justify-content: left;
  width: 50%;
  box-sizing: border-box;
  margin: 5px 5px 5px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.adminChatroomList .price {
  display: flex;
  justify-content: left;
  width: 50%;
  box-sizing: border-box;
  margin: 5px;
}

.adminChatroomList .chat {
  display: flex;
  padding: 20px 20px 10px;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.adminChatroomList .chat a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 288px;
  height: 42px;
  background: linear-gradient(90deg, #a691d1 0%, #6ccec8 121.05%);
  border-radius: 20px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #ffffff;
}

.adminChatroomList .chat a:hover {
  background: linear-gradient(90deg, #a691d1 50%, #6ccec8 200%);
}

.adminChatroomList .chat p {
  color: #ffffff;
}

.text-link {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  text-align: center;
  padding: 8px;
  margin: 8px;
}

.text-link:hover {
  text-decoration: underline;
}

.member-banner {
  border-radius: 8px;
  background: linear-gradient(90deg, #a691d1 0%, #6ccec8 121.05%);
  padding: 0px 24px 4px 24px;
  width: 80%;
  margin: 8px auto;
  box-shadow:
    0px 1px 1px rgba(0, 0, 0, 0.04),
    0px 2px 1px rgba(0, 0, 0, 0.04),
    0px 1px 3px rgba(0, 0, 0, 0.04);
}

.member-banner a {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.member-banner a:hover {
  opacity: 0.5;
  cursor: pointer;
}

.member-banner a > div {
  flex: 1;
}

.member-banner a > div > p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  text-align: left;
}

.member-banner a > div > .attention {
  font-size: 10px;
}

.member-banner a > img {
  height: 40px;
  color: #ffffff;
}

.menu-edit .title-text {
  width: 80%;
  min-height: 45px;
  border-radius: 4px;
  border: solid 1px #dadada;
  padding: 16px;
  margin: 8px 0;
  font-size: 16px;
}

.menu-edit .contents-text {
  width: 80%;
  min-height: 180px;
  border-radius: 4px;
  border: solid 1px #dadada;
  padding: 16px;
  margin: 8px 0;
  font-size: 16px;
}

.menu-edit .price-wrapper {
  display: flex;
  align-items: flex-end;
}

.menu-edit .price-text {
  width: 60px;
  border-radius: 4px;
  border: solid 1px #dadada;
  padding: 8px;
  margin-right: 5px;
  font-size: 16px;
}

.menu-edit input[type="checkbox"] {
  display: none;
}

.menu-edit .checkbox {
  width: 80px;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 2px 12px;
  margin: 4px;
  line-height: 2;
  white-space: nowrap;
}

.menu-edit input[type="checkbox"]:checked + label,
.menu-edit .checked {
  background: #7761a6;
  color: white;
}

.menu-edit .required {
  padding: 0 4px;
  color: #7761a6;
  border-radius: 4px;
  border: solid 1px #7761a6;
}

.menu-edit .thumbnail {
  width: 320px;
  height: 224px;
  object-fit: cover;
  margin: 16px 8px;
  background-color: #777777;
}

.menu-edit .sample {
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.05);
  width: 80%;
}

.menu-edit .notset {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 160px;
  height: 112px;
  margin: 16px 8px;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 32px;
}

.preview .description {
  width: 288px;
  padding: 8px 4px;
  background: rgba(0, 0, 0, 0.05);
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
  margin: 8px auto;
}

.preview .contents {
  padding: 8px 4px;
  background: rgba(0, 0, 0, 0.05);
}

.preview .price-wrapper {
  width: 288px;
  padding: 16px 8px;
  background: rgba(0, 0, 0, 0.05);
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #7761a6;
  text-align: right;
  margin: 8px 0;
}

.counselor-info {
  width: 100%;
  max-width: 300px;
  background: #ffffff;
  box-shadow:
    0px 1px 1px rgba(0, 0, 0, 0.14),
    0px 2px 1px rgba(0, 0, 0, 0.12),
    0px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin: 0 8px 16px 8px;
  padding: 12px;
}

.counselor-info .thumbnail-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 12px;
  font-size: 16px;
  font-weight: 500;
}

.counselor-info .thumbnail-name .name {
  margin-left: 16px;
}

.round-button {
  max-width: 280px;
  display: block;
  text-align: center;
  border-radius: 20px;
  background: #ffffff;
  border: solid 1px rgba(0, 0, 0, 0.12);
  padding: 8px;
  margin: 6px 0;
  color: #7761a6;
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto";
}

.round-button a {
  display: block;
}

.round-button:hover {
  cursor: pointer;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.12);
}

.button-gradation {
  background: linear-gradient(90deg, #a691d1 0%, #6ccec8 121.05%);
  border: solid 1px #ffffff;
  color: #ffffff;
}

.menu-info {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-info .menu-info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-info .menu-info-row:hover {
  cursor: pointer;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.12);
}

.menu-info .menu-info-row .menu-info-row-key {
  color: #7761a6;
  font-size: 14px;
  font-weight: 700;
}

.menu-info .menu-info-row .menu-info-row-value {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-weight: 400;
}

.counselor-result {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.counselor-result .counselor-result-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.counselor-result .counselor-result-row:hover {
  cursor: pointer;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.12);
}

.counselor-result .counselor-result-row .counselor-result-row-key {
  color: #7761a6;
  font-size: 14px;
  font-weight: 700;
}

.counselor-result .counselor-result-row .counselor-result-row-value {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-weight: 400;
}

.counselor-result .counselor-result-row .red {
  color: #ff0027;
}

.counselor-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.counselor-status .status-message {
  padding: 8px 0;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.counselor-status .status-attention {
  width: 90%;
  padding: 4px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
}

.counselor-status .status-select {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 320px;
  background-color: #f9f5ff;
  border-radius: 20px;
  padding: 4px;
  margin-bottom: 4px;
}

.counselor-status .status-select label {
  width: 50%;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 24px;
  text-align: center;
}

.counselor-status .status-select input[type="radio"]:checked + label {
  background: linear-gradient(90deg, #a691d1 0%, #6ccec8 121.05%);
  font-weight: 700;
}

.birthday-select {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  padding: 2px 4px;
}
@media screen and (max-width: 640px) {
  .landing-page-body {
    max-width: none;
    background-image: url("https://storage.googleapis.com/fortuna-uranai.appspot.com/images/lp/background_sp.png");
    background-size: contain;
  }
}
@media screen and (min-width: 641px) {
  .landing-page-body {
    max-width: none;
    background-image: url("https://storage.googleapis.com/fortuna-uranai.appspot.com/images/lp/background.png");
    background-size: contain;
  }
}

.landing-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.landing-page > .header {
  text-align: center;
}

.landing-page > .header > img {
  width: 100%;
}

.landing-page > .input-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.landing-page .background-top {
  background-image: url("https://storage.googleapis.com/fortuna-uranai.appspot.com/images/lp/gold_frame_upper.png");
  background-size: cover;
  min-width: 90%;
  min-height: 100px;
}

.landing-page .background-bottom {
  background-image: url("https://storage.googleapis.com/fortuna-uranai.appspot.com/images/lp/gold_frame_under.png");
  background-size: cover;
  min-width: 90%;
  padding-bottom: 25%;
}

.landing-page .form-container {
  background-image: url("https://storage.googleapis.com/fortuna-uranai.appspot.com/images/lp/gold_frame_middle.png");
  background-size: cover;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  width: 90%;
}

.landing-page .form-container > .section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.landing-page > .input-wrapper > .form-container > .section-header > .title {
  max-width: 70%;
  margin-top: -5%;
}

.landing-page
  > .input-wrapper
  > .form-container
  > .section-header
  > .title-kaiin {
  max-width: 40%;
  margin-top: -5%;
}

.landing-page
  > .input-wrapper
  > .form-container
  > .section-header
  > .gold-line {
  max-width: 70%;
  margin-top: 12px;
}

.landing-page > .input-wrapper > .form-container > .section-header > .message {
  max-width: 70%;
  margin-top: 12px;
}

.landing-page > .input-wrapper > .form-container > .inner-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  color: rgb(17, 3, 51);
  margin-top: 12px;
}

.landing-page > .input-wrapper > .form-container > .inner-form .kaiinn-button {
  text-align: center;
}

.landing-page
  > .input-wrapper
  > .form-container
  > .inner-form
  .kaiinn-button
  img {
  width: 70%;
}

.landing-page > .input-wrapper > .form-container > .inner-form > .input-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12px;
  width: 70%;
}

.landing-page
  > .input-wrapper
  > .form-container
  > .inner-form
  > .input-group
  label {
  text-align: center;
}

.landing-page
  > .input-wrapper
  > .form-container
  > .inner-form
  > .input-group
  label
  > span {
  font-size: 16px;
}

.landing-page
  > .input-wrapper
  > .form-container
  > .inner-form
  > .input-group
  > .input-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.landing-page
  > .input-wrapper
  > .form-container
  > .inner-form
  > .input-group
  > .gender {
  width: 80%;
}

.landing-page
  > .input-wrapper
  > .form-container
  > .inner-form
  > .input-group
  > .input-options
  > li {
  display: flex;
  align-items: center;
  width: 50%;
  margin-top: 4px;
}

.landing-page
  > .input-wrapper
  > .form-container
  > .inner-form
  > .input-group
  > .input-options
  > li
  > label {
  width: 80%;
  margin: 2px;
  text-align: left;
}

.landing-page
  > .input-wrapper
  > .form-container
  > .inner-form
  > .input-group
  > .gender
  > li
  > label {
  margin-left: 12px;
}

.landing-page input[type="radio"] {
  display: inline-block;
  -webkit-transform: scale(2); /* for Chrome, Safari, Opera */
  transform: scale(2);
  width: 20%;
}

.landing-page input[type="radio"]:checked + label {
  background-opacity: 0;
  weight: bold;
  color: inherit;
  background-color: inherit;
}

.landing-page > input[type="text"],
input[type="date"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 5px;
}
.landing-page {
  .result-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
  }

  .animationMessage {
    animation-name: blur;
    animation-duration: 1500ms;
    animation-fill-mode: forwards;
  }
}

.landing-page > .result-wrapper > .result {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 30%,
    rgba(255, 255, 255, 0.7) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.landing-page > .result-wrapper > .result > .result-uranaishi {
  width: 90%;
  margin-top: 100px;
}

.landing-page > .result-wrapper > .result > .result-message {
  width: 90%;
}

.landing-page > .result-wrapper > .result > .result-message > p {
  color: white;
  font-size: 16px;
  text-shadow:
    0px 0px 10px #663399,
    0px 0px 10px #663299,
    0px 0px 10px #663399,
    0px 0px 10px #663399,
    0px 0px 10px #663399;
}

.landing-page > .result-wrapper > .result > .result-message .hiddenMessage {
  filter: blur(3px);
  text-shadow: none;
  font-weight: bold;
}

.landing-page > .result-wrapper > .result > .signup-button {
  text-align: center;
}

.landing-page > .result-wrapper > .result > .signup-button img {
  width: 70%;
  margin-top: -4px;
}

.natte-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.natte-link .natte-message {
  width: 60%;
}
.natte-link .link {
  text-align: center;
}

.natte-link .link .mottosagasu-button {
  width: 70%;
}

.natte-link .link .mottosagasu-button:hover {
  opacity: 0.7;
  cursor: pointer;
}

.uranai-button {
  text-align: center;
}

.uranai-button img {
  width: 70%;
  margin-top: 12px;
}

.uranai-button:hover,
.signup-button:hover,
.kaiinn-button:hover {
  opacity: 0.7;
  cursor: pointer;
}

.loading-wrapper {
  text-align: center;
}

@keyframes blur {
  from {
    filter: blur(50px);
  }

  to {
    filter: blur(0);
  }
}

#fountainTextG {
  width: 192px;
  margin: auto;
}

.fountainTextG {
  color: rgba(255, 255, 255, 0.77);
  font-family: Arial;
  font-size: 20px;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  float: left;
  animation-name: bounce_fountainTextG;
  -o-animation-name: bounce_fountainTextG;
  -ms-animation-name: bounce_fountainTextG;
  -webkit-animation-name: bounce_fountainTextG;
  -moz-animation-name: bounce_fountainTextG;
  animation-duration: 4s;
  -o-animation-duration: 4s;
  -ms-animation-duration: 4s;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
}
#fountainTextG_1 {
  animation-delay: 1.43s;
  -o-animation-delay: 1.43s;
  -ms-animation-delay: 1.43s;
  -webkit-animation-delay: 1.43s;
  -moz-animation-delay: 1.43s;
}
#fountainTextG_2 {
  animation-delay: 1.72s;
  -o-animation-delay: 1.72s;
  -ms-animation-delay: 1.72s;
  -webkit-animation-delay: 1.72s;
  -moz-animation-delay: 1.72s;
}
#fountainTextG_3 {
  animation-delay: 2s;
  -o-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
}
#fountainTextG_4 {
  animation-delay: 2.29s;
  -o-animation-delay: 2.29s;
  -ms-animation-delay: 2.29s;
  -webkit-animation-delay: 2.29s;
  -moz-animation-delay: 2.29s;
}
#fountainTextG_5 {
  animation-delay: 2.57s;
  -o-animation-delay: 2.57s;
  -ms-animation-delay: 2.57s;
  -webkit-animation-delay: 2.57s;
  -moz-animation-delay: 2.57s;
}
#fountainTextG_6 {
  animation-delay: 2.86s;
  -o-animation-delay: 2.86s;
  -ms-animation-delay: 2.86s;
  -webkit-animation-delay: 2.86s;
  -moz-animation-delay: 2.86s;
}
#fountainTextG_7 {
  animation-delay: 3.15s;
  -o-animation-delay: 3.15s;
  -ms-animation-delay: 3.15s;
  -webkit-animation-delay: 3.15s;
  -moz-animation-delay: 3.15s;
}
#fountainTextG_8 {
  animation-delay: 3.43s;
  -o-animation-delay: 3.43s;
  -ms-animation-delay: 3.43s;
  -webkit-animation-delay: 3.43s;
  -moz-animation-delay: 3.43s;
}
#fountainTextG_9 {
  animation-delay: 3.72s;
  -o-animation-delay: 3.72s;
  -ms-animation-delay: 3.72s;
  -webkit-animation-delay: 3.72s;
  -moz-animation-delay: 3.72s;
}
#fountainTextG_10 {
  animation-delay: 4s;
  -o-animation-delay: 4s;
  -ms-animation-delay: 4s;
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
}

@keyframes bounce_fountainTextG {
  0% {
    transform: scale(1);
    color: rgba(255, 255, 255, 0.79);
  }

  100% {
    transform: scale(0.5);
    color: rgb(255, 255, 255);
  }
}

@-o-keyframes bounce_fountainTextG {
  0% {
    -o-transform: scale(1);
    color: rgba(255, 255, 255, 0.79);
  }

  100% {
    -o-transform: scale(0.5);
    color: rgb(255, 255, 255);
  }
}

@-ms-keyframes bounce_fountainTextG {
  0% {
    -ms-transform: scale(1);
    color: rgba(255, 255, 255, 0.79);
  }

  100% {
    -ms-transform: scale(0.5);
    color: rgb(255, 255, 255);
  }
}

@-webkit-keyframes bounce_fountainTextG {
  0% {
    -webkit-transform: scale(1);
    color: rgba(255, 255, 255, 0.79);
  }

  100% {
    -webkit-transform: scale(0.5);
    color: rgb(255, 255, 255);
  }
}

@-moz-keyframes bounce_fountainTextG {
  0% {
    -moz-transform: scale(1);
    color: rgba(255, 255, 255, 0.79);
  }

  100% {
    -moz-transform: scale(0.5);
    color: rgb(255, 255, 255);
  }
}
