@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;
}

.color-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 60px;
  background-color: #323746;
  color: white;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  border: none;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  transition: 0.28s;
  text-align: center;
}
.color-button:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .color-button:hover {
    opacity: 1;
  }
}

.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 .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 .btn {
  width: 60px;
  margin-top: 15px;
  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;
}

.bottom {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #000000;
}

.write {
  padding-top: 15px;
  padding-bottom: 15px;
}

.text {
  color: #323746;
  font-weight: 700;
  font-size: 15px;
}

.header_tab {
  padding: 1px 0;
  display: flex;
  justify-content: center;
}
.header_tab.top {
  background-color: #323746;
  color: #fff;
  cursor: pointer;
  flex-direction: row;
  width: 300px;
  margin: 10px auto;
  justify-content: space-between;
  align-items: center;
}
.header_tab .left {
  display: flex;
  align-items: center;
}
.header_tab img {
  width: 23px;
  margin: 20px 10px;
  top: 15px;
}
.header_tab p {
  font-size: 16px;
  font-weight: 300;
}
.header_tab .use {
  background-color: #323746;
  color: #fff;
}
.header_tab .next {
  border: 0.1em solid currentColor;
  width: 0.6em;
  height: 0.6em;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  margin-right: 25px;
}

.head {
  display: grid;
  height: 160px;
  background-color: #323746;
  align-items: end;
  justify-items: center;
}
@media (max-width: 600px) {
  .head {
    height: 150px;
  }
}
@media (max-width: 400px) {
  .head {
    height: 110px;
  }
}
.head img {
  height: 100px;
  width: auto;
  transform: translateY(1px);
}
@media (max-width: 600px) {
  .head img {
    width: 80%;
    height: auto;
    transform: translateY(1px);
  }
}

.comment {
  padding: 40px 0 0 0;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  color: #323746;
}

.link_btn {
  margin: 25px 0;
  display: flex;
  justify-content: center;
}
.link_btn .btn {
  color: #323746;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 50px;
  background-color: white;
  border: 1px solid #323746;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
  outline: none;
}
.link_btn .btn:hover {
  background-color: #cacaca;
}

.login_btn {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.login_btn .color-button {
  height: 50px;
}

.top_contents {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.top_contents hr.divider {
  border: none;
  border-top: 1px solid #aaaaaa;
  margin: 0;
}
.top_contents .mt-8 {
  margin-top: 32px !important;
}
.top_contents .mt-2 {
  margin-top: 8px !important;
}
.top_contents .mb-2 {
  margin-bottom: 8px !important;
}
.top_contents .title {
  color: #323746;
  font-weight: bold;
  font-size: 21px;
  text-align: center;
}

.mg-l20 {
  margin-left: 20px;
}

.mt-8 {
  margin-top: 32px;
}

.mt-2 {
  margin-top: 8px;
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-8 {
  margin-bottom: 32px;
}

.no-reviews {
  text-align: center;
  padding: 20px;
  color: #666;
}
