@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #323746;
  margin: 0;
  padding: 0;
  background-color: #ebf0fa;
}
body p {
  margin: 0;
}

.home {
  padding-top: 70px;
}

.post-fab {
  position: fixed;
  bottom: 24px;
  bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  right: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  z-index: 10000;
}
@media (max-width: 400px) {
  .post-fab {
    right: 0px;
  }
}
.post-fab:hover {
  transform: scale(1.1);
}
.post-fab img {
  width: 90px;
  height: 90px;
}

.header {
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}
.header .top {
  background-color: #323746;
  z-index: 999;
  top: 0;
  position: fixed;
  width: 100%;
  height: 70px;
  overflow: visible;
}
.header .top img {
  width: 95px;
  height: auto;
  margin: 20px 10px;
  cursor: pointer;
}
.header .top .bell-button {
  position: fixed;
  z-index: 99999;
  top: 15px;
  right: 75px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 8px;
  pointer-events: auto;
  background: transparent;
  border: none;
  cursor: pointer;
}
.header .top .bell-button img {
  width: 100%;
  height: 100%;
  margin: 0;
}
.header .top .bell-button .notification-badge {
  position: absolute;
  top: 0px;
  right: 0;
  background-color: #ff0000;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  padding: 0;
  box-sizing: border-box;
}
.header .top .humberger {
  position: fixed;
  z-index: 99999;
  top: 4px;
  right: 15px;
  display: block;
  width: 60px;
  height: 60px;
  padding: 20px 16px;
  pointer-events: auto;
  background: transparent;
  border: none;
  cursor: pointer;
}
.header .top .humberger .in {
  width: 100%;
  height: 100%;
  position: relative;
}
.header .top .humberger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  transition: 0.1s ease-in;
}
.header .top .humberger span:nth-of-type(1) {
  top: 0px;
}
.header .top .humberger span:nth-of-type(3) {
  top: 100%;
}
.header .top .humberger.active span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header .top .humberger.active span:nth-of-type(2) {
  opacity: 0;
}
.header .top .humberger.active span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.header .top .menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
.header .top .menu-overlay.active {
  display: block;
}
.header .top .menu-bar {
  position: fixed;
  z-index: 9999;
  top: 70px;
  right: 0px;
  background-color: #323746;
  border-radius: 5px;
  padding: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.header .top .menu-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .top .menu-bar li {
  text-align: left;
  list-style-type: none;
  margin: 0;
  width: 280px;
  transition: 0.1s ease-in;
  background-color: #323746;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #ffffff;
}
.header .top .menu-bar li:last-child {
  border-bottom: none;
}
.header .top .menu-bar li:hover {
  background-color: rgb(71.25, 78.375, 99.75);
}
.header .top .menu-bar li a {
  padding: 20px 10px;
  display: block;
  height: 100%;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.07em;
  text-decoration: none;
  cursor: pointer;
}
.header .top .menu-bar li a .texts {
  display: flex;
  align-items: center;
}
.header .top .menu-bar li a .texts img {
  width: 21px;
  height: 21px;
  margin: 0 5px 0 0;
}
.header .top .menu-bar li a .texts p {
  margin: 0;
  flex: 1;
  text-align: left;
}
.header .top .menu-bar li a .texts .next {
  position: relative;
  display: flex;
  justify-content: flex-end;
  border: 0.1em solid currentColor;
  width: 0.5em;
  height: 0.5em;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  margin-left: 10px;
}

.header + * {
  margin-top: 70px;
}

.cinemas {
  justify-content: space-between;
  display: flex;
  padding-left: 10px;
  padding-top: 10px;
}
.cinemas .info .title {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.cinemas .info .name {
  font-weight: 700;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cinemas .info .url {
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 15px;
  background-color: #323746;
  width: auto;
  padding: 3px 7px;
  text-decoration: none;
  white-space: nowrap;
}
.cinemas .info .address {
  font-size: 16px;
}
.cinemas .side {
  display: grid;
  align-content: space-between;
  justify-items: center;
}
.cinemas .fav {
  margin: 0px 10px;
  width: 25px;
  cursor: pointer;
}
.cinemas .fav .fav-icon {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.review-box {
  padding: 10px 0;
  margin: 10px;
  border-bottom: 1px solid #000000;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.review-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: -webkit-center;
}

.review-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.review-icons .icon {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #f0f0f0;
  cursor: pointer;
  justify-content: center;
}
.review-icons .icon:hover {
  opacity: 0.6;
}
.review-icons .fav-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}
.review-icons .fav-count {
  font-size: 14px;
  margin-top: 2px;
  line-height: 1;
}
.review-icons .btn {
  width: 60px;
  margin-top: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.user-icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.review-detail {
  flex: 1;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.review-header-flex {
  display: flex;
  align-items: center;
}

.review-name {
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
.review-name:hover {
  opacity: 0.6;
}

.cinema-name {
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
.cinema-name:hover {
  opacity: 0.6;
}

.screen-name {
  font-weight: 700;
  text-align: left;
}

.review-seat-flex {
  display: flex;
  align-items: center;
}

.seat-info {
  font-weight: 700;
  text-align: left;
}

.review-stars {
  cursor: default;
  display: flex;
  color: #b0afb5;
}

.star {
  font-size: 20px;
}
.star.yellow {
  color: #e9bc00;
}

.review-comment {
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 3px 0;
  text-align: left;
  max-width: 100%;
}

.chip-button {
  background-color: #FFF;
  color: #000;
  padding: 0px 15px;
  font-size: 14px;
  border: 1px solid #323746;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  height: 25px;
}
.chip-button:hover {
  opacity: 0.6;
}

.fav-btn {
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
.fav-btn img {
  width: 20px;
  height: 20px;
}
.fav-btn:hover {
  opacity: 0.6;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 10px;
  padding: 10px 0;
}
.pagination .pagination-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 4px;
}
.pagination .pagination-list li {
  display: inline-block;
}
.pagination .pagination-list .pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  font-size: 14px;
  font-weight: 500;
  border: none;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
}
.pagination .pagination-list .pagination-link:hover:not(.disabled):not(.active) {
  background-color: rgba(0, 0, 0, 0.08);
}
.pagination .pagination-list .pagination-link.active {
  background-color: #323746;
  color: white;
  cursor: default;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.pagination .pagination-list .pagination-link.disabled {
  color: rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
  pointer-events: none;
}
.pagination .pagination-list .pagination-link:first-child, .pagination .pagination-list .pagination-link:last-child {
  font-size: 20px;
  font-weight: 300;
}

@media screen and (max-width: 980px) {
  .pagination .pagination-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
  }
  .pagination .pagination-list .pagination-link {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
  .pagination .pagination-list .pagination-link:first-child, .pagination .pagination-list .pagination-link:last-child {
    font-size: 18px;
  }
}
.review_main {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.review_main .router {
  padding-left: 10px;
  border-bottom: 1px solid #000000;
}
.review_main .router .button {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 10px 10px 10px 0;
}
.review_main .router .button .block {
  border: none;
  outline: none;
  appearance: none;
  cursor: pointer;
  padding: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #323746;
  color: white;
  font-size: 16px;
  text-decoration: none;
  width: 180px;
  height: 60px;
  box-sizing: border-box;
}
.review_main .router .button .block img {
  width: 25px;
  margin: 10px 8px;
  top: 15px;
}
.review_main .screen {
  font-weight: 550;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #000000;
}

.review_list {
  margin-bottom: 60px;
}

.no_review_list {
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
  color: #666;
}

@media screen and (max-width: 700px) {
  .review_main {
    width: 100% !important;
  }
}
