html {
  height: 100%;
    background: #221f1f;
}
body {
  background-color: #221f1f;
  font-size: 12px;
  height: 100%;
}
footer {
  position: sticky;
  top: 100vh;
}
/* Header */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px;
  background: #221f1f;
}
.logo {
  height: 32px;
}
header.header h1 {
    position: relative;
    margin: 0 0 0 38%;
}
.header-icons button {
  border: none;
  color: #fff;
  font-size: 18px;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 100px;
  background: #221f1f;
  width: 40px;
  height: 40px;
  padding: 8px;
  opacity: 0.9;
}
/* Menu Button */
.menu-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}
/* Side Menu */
.side-menu {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  background-color: #333;
  color: #fff;
  padding: 20px;
  transition: left 0.3s ease;
  z-index: 1000;
}
.side-menu.open {
  left: 0;
}
.side-menu button {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.overlay.active {
  display: block;
}
/* Tabs Section */
.header-tabs {
  display: flex;
  overflow-x: auto;
  padding: 10px;
  margin: 0 0 10px 0;
}
.header-tabs span {
  flex-shrink: 0;
  margin-right: 15px;
  padding: 0 0 10px 0;
}
.header-tabs a {
  color: #fff;
  text-decoration: none;
  /* font-size: 12px; */
  padding: 8px 12px;
  background-color: #444;
  border-radius: 54px;
}
/* New Members Section */
section {
  /* margin: 20px 0px; */
}
h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.scroll-container {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding: 0 0 20px 0;
}
.member-card {
  flex-shrink: 0;
  width: 150px;
  background-color: #292929;
  border-radius: 11px;
  padding: 4px;
  list-style: none;
}
.member-card span:last-of-type {
  margin: 0;
}
.member-card span {
  background-color: #dfdfdf;
  border-radius: 54px;
  font-size: 10px;
  color: #333333;
  padding: 5px 5px 2px;
  margin: 0 5px 5px 0px;
  white-space: nowrap;
  display: inline-block;
  line-height: 1;
}
.member-card img {
  width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 0;
}
.status-label {
  margin: -15px auto 4px;
  padding: 5px 11px;
  width: 89%;
  background-color: #e74c3c;
  border-radius: 54px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  border: 5px solid #292929;
  line-height: 1;
}
.offline {
  background-color: #666666;
  color: #333333;
}
/* Timeline */
#timeline .timeline-container {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.timeline-item {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 10px;
  flex: 1;
}
.timeline-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.timeline-content .post_name {
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.timeline-content p {
  margin: 0;
}
.h2_col {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  position: relative;
  margin: 0 0 10px 0;
}
.h2_col h2 {
  color: #FFF;
  font-size: 15px;
}
.h3_col {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  position: relative;
  margin: 0 0 10px 0;
}
.menu-btn:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0c9';
  font-size: 20px;
  margin: 0;
  font-weight: 900;
  display: block;
}
.search-btn:before {
  font-family: "Font Awesome 5 Free";
  content: '\f002';
  font-size: 20px;
  margin: 0;
  font-weight: 900;
  display: block;
}
.user-btn:before {
  font-family: "Font Awesome 5 Free";
  content: '\f2bd';
  font-size: 20px;
  margin: 0;
  font-weight: 900;
  display: block;
}
.all_view a {
  color: #FFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0.5rem;
  right: 0;
}
.all_view a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-size: 20px;
  margin: 0 0px 0 5px;
  font-weight: 900;
  display: block;
}
.topblack_col {
  background: #221f1f;
  border-radius: 0 0 20px 20px;
  padding: 0 10px 10px;
}
.timeline_col {
  padding: 0 10px;
}
.top_q a {
  text-decoration: none;
}
.top_q a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f059';
  font-size: 20px;
  margin: 0 0px 0 5px;
  font-weight: 900;
  display: block;
  color: #FFF;
  text-decoration: none;
}
/* Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«Ã£ÂÂ®Ã£â€šÂ¹Ã£â€šÂ¿Ã£â€šÂ¤Ã£Æ’Â« */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal_favorite {
  position: fixed;
  display: none;
  z-index: 1000;
  top: calc(50% - 90px);
  left: calc(50% - 135px);
  width: 270px;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}
.modal_favorite p {
  margin: 0 0 10px;
}
.modal_favorite button {
  padding: 10px;
  width: 100px;
}
/* Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«Ã£â€šâ€™Ã¨Â¡Â¨Ã§Â¤ÂºÃ£Ââ„¢Ã£â€šâ€¹Ã©Å¡â€ºÃ£ÂÂ®Ã£â€šÂ¹Ã£â€šÂ¿Ã£â€šÂ¤Ã£Æ’Â« */
.modal:target, .modal_favorite:target {
  display: flex;
}
.modal-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}
/* Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«Ã£ÂÂ®Ã¥â€ â€¦Ã¥Â®Â¹Ã©Æ’Â¨Ã¥Ë†â€  */
.modal-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  width: 300px;
  position: relative;
  z-index: 1;
}
/* Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«Ã¨Æ’Å’Ã¦â„¢Â¯Ã£â€šÂ¯Ã£Æ’ÂªÃ£Æ’Æ’Ã£â€šÂ¯Ã£ÂÂ§Ã©â€“â€°Ã£ÂËœÃ£â€šâ€¹ */
.modal-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 0;
}
footer small {
  background: #221f1f;
  color: #FFF;
  text-align: center;
  display: block;
  padding: 1px 0;
}
/* Ã¥Ë†ÂÃ¦Å“Å¸Ã¨Â¨Â­Ã¥Â®Å¡Ã¯Â¼Ë†Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«Ã£â€šâ€™Ã§â€Â»Ã©ÂÂ¢Ã¥Â¤â€“Ã£ÂÂ«Ã©Å¡Â Ã£Ââ„¢Ã¯Â¼â€° */
.option_filter_detail {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 90%;
  background: #fff;
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
}
.option_filter_detail:target {
  transform: translateY(0%);
}
.option_filter_detail h2 {
  margin: 0;
  text-align: center;
  font-size: 16px;
}
.filter_close {
  display: block;
  text-align: right;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  position: absolute;
  top: 3px;
  right: 0;
}
/* Ã£Æ’ÂªÃ£â€šÂ¹Ã£Æ’Ë†Ã£â€šÂ¹Ã£â€šÂ¿Ã£â€šÂ¤Ã£Æ’Â« */
.option_filter_detail ul {
  list-style: none;
  padding: 0 20px;
  margin: 0;
  gap: 10px;
}
.option_filter_detail li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.option_filter_detail a {
  text-decoration: none;
  color: #333;
}
.option_filter_detail a:hover {
  color: #007BFF;
}
.option_filter_detail a#search-btn, .option_filter_detail a#apply-search-btn {
  text-align: center;
  display: block;
  position: absolute;
  bottom: 50px;
  background: #000;
  width: 95%;
  padding: 10px;
  border-radius: 20px;
  color: #FFF;
}
.checkbox-box {
  padding: 10px;
  cursor: pointer;
  display: inline-block;
  border-radius: 7px;
}
.checkbox-box.active {
  background-color: #d5d5d5;
  border: 1px solid #999;
  width: 100%;
  height: 100%;
}
.filter_results, .search_results {
  margin-top: 10px;
  padding: 10px;
  background: #292929;
  align-items: center;
  gap: 10px;
}
.filter_results p {
  margin: 0;
  color: #FFF;
  white-space: nowrap;
}
.search_results p {
  margin: 0;
  color: #FFF;
  white-space: nowrap;
  text-align: center;
}
.filter_results ul, .search_results ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-x: scroll;
  width: 100%;
  white-space: nowrap;
  display: flex;
  gap: 8px;
}
.filter_results ul li, .search_results ul li {
  display: inline-block;
  margin: 5px 0;
  padding: 5px 10px;
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
}
.filter_results ul li a, .search_results ul li a {
  text-decoration: none;
  color: #221f1f;
}
.filter_results ul li a span, .search_results ul li a span {
  margin: 0 3px 0 0;
}
.filter_results ul li:hover, .search_results ul li:hover {
  background: #e1e1e1;
}
.hidden {
  display: none;
}
.other_bg {
  display: block;
  padding: 0 10px;
  background: #221f1f;
}
.cast_list_col ul {
  padding: 0px 0 20px 0;
  display: flex;
  flex-wrap: wrap;
}
#distance_5:after, #distance_10:after, #distance_20:after {
  content: '';
  margin: 0 auto 20px;
  display: flex;
  border-bottom: 1px solid #454545;
  width: 180px;
}
.cast_list_col ul li {
  width: 33.3%;
  margin: 0 0 7px 0;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  transition: opacity 0.3s ease-in-out;
}
/* Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«Ã¨Æ’Å’Ã¦â„¢Â¯Ã£â€šâ€™Ã¨Â¡Â¨Ã§Â¤ÂºÃ§Å Â¶Ã¦â€¦â€¹ */
.modal-overlay.active {
  display: block;
  opacity: 1;
}
/* Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«Ã£ÂÂ®Ã¥Å¸ÂºÃ¦Å“Â¬Ã£â€šÂ¹Ã£â€šÂ¿Ã£â€šÂ¤Ã£Æ’Â« */
.option_filter_detail {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: bottom 0.3s ease-in-out;
  padding: 13px 10px;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
}
/* Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«Ã£â€šâ€™Ã¨Â¡Â¨Ã§Â¤ÂºÃ§Å Â¶Ã¦â€¦â€¹ */
.option_filter_detail.active {
  bottom: 0;
}
/* Ã£Æ’â€¢Ã£â€šÂ£Ã£Æ’Â«Ã£â€šÂ¿Ã©â€“â€°Ã£ÂËœÃ£â€šâ€¹Ã£Æ’Å“Ã£â€šÂ¿Ã£Æ’Â³ */
.filter_close {
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 10px;
  cursor: pointer;
}
.filter_close:before {
  font-family: "Font Awesome 5 Free";
  content: '\f057';
  font-size: 25px;
  margin: 0 0px 0 5px;
  font-weight: 900;
  display: block;
  color: #c5c5c5;
  text-decoration: none;
  line-height: 1.6rem;
}
.option_filter_col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.option_filter_col select.distans_select {
  padding: 7px;
  border-radius: 6px;
}
.option_filter_colin_r {
  display: flex;
  gap: 15px;
}
.option_filter_col a.sort_distance {
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 80%;
}
.option_filter_col a.sort_distance:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0dc';
  font-size: 20px;
  margin: 0 0px 0 5px;
  font-weight: 900;
  display: block;
  color: #FFF;
  text-decoration: none;
  line-height: 1.6rem;
}
.option_filter_col a.refine_search {
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 80%;
}
.option_filter_col a.refine_search:before {
  font-family: "Font Awesome 5 Free";
  content: '\f1de';
  font-size: 20px;
  margin: 0 0px 0 5px;
  font-weight: 900;
  display: block;
  color: #FFF;
  text-decoration: none;
  line-height: 1.6rem;
}
.area_filter_col ul {}
.area_filter_col ul li, .type_filter_col ul li {
  width: calc(33.3% - 7px);
  border: 1px solid #dbdbdb;
  text-align: center;
  border-radius: 8px;
  padding: 0;
}
#selected-count {
  border-radius: 50%;
  background: #e74c3c;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin: 0 0 0 6px;
}
.header-tabs a.active {
  background: #e74c3c;
}
.cast_x77post {
  color: #221f1f;
}
.cast_x77post .timeline-container {
  margin: 0 0 20px 0;
}
.cast_features {
  margin: 0;
}
.cast_detail_new {
  font-size: 11px;
  background: #e74c3c;
  border-radius: 60px;
  width: 35px;
  height: 35px;
  display: flex;
  line-height: normal;
  align-items: center;
  justify-content: center;
}
/* Responsive */
@media (min-width: 768px) {
  .header {
    padding: 20px 5px;
  }
  .header-tabs a {
    font-size: 16px;
  }
  .member-card {
    width: 200px;
  }
  .timeline-item {
    padding: 20px;
  }
}
.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 560px;
  border-radius: 0 0 15px 15px;
}
.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-inner {
  display: flex;
  transition: transform 0.3s ease;
}
.slider-button_left:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: '\f137';
  font-size: 24px;
  margin: 0;
  font-weight: 900;
  display: block;
  cursor: pointer;
  left: 10px;
  opacity: 0.7;
}
.slider-button_right:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-size: 24px;
  margin: 0;
  font-weight: 900;
  display: block;
  cursor: pointer;
  right: 10px;
  opacity: 0.7;
}
.thumbnail-slider {
  display: flex;
  overflow-x: auto;
  gap: 10px;
}
.thumbnail-slider img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}
.thumbnail-slider img.active {
  border-color: #e67e22;
}
.product-details {
  background-color: #221f1f;
  padding: 20px 20px 130px;
  border-radius: 17px 17px 0 0;
  margin-top: -16px;
  position: relative;
  color: #FFF;
  margin: -50px 5px 0;
}
.product-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.product-price {
  font-size: 20px;
  color: #e67e22;
  margin-bottom: 10px;
}
.boy_inquire_btn {
  background-color: #e74c3c;
  color: white;
  padding: 14px;
  margin: 0 0 10px 0;
  border: none;
  width: 85%;
  font-size: 15px;
  border-radius: 55px;
  cursor: pointer;
}
.detail_foot {
  position: fixed;
  bottom: 0;
  background: #221f1f;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0 5px;
  border-top: 1px solid #434343;
  top: auto;
}
.detail_header {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 3px 10px;
  /*background: rgba(0, 0, 0, 0.2);*/
}
.detail_header h1 {
  margin: 0;
}
.stars a {
  text-decoration: none;
}
.number_of_comments {
  color: #ff5722;
  text-decoration: underline;
}
a:hover .number_of_comments {
    text-decoration: none;
}
.star_filled:before {
  font-family: "Font Awesome 5 Free";
  content: '\f005';
  font-size: 14px;
  margin: 0 3px 0 0;
  font-weight: 900;
  color: #fff17a;
}
.star_half:before {
  font-family: "Font Awesome 5 Free";
  content: '\f5c0';
  font-size: 14px;
  margin: 0 3px 0 0;
  font-weight: 900;
  color: #fff17a;
}
.star_none:before {
  font-family: "Font Awesome 5 Free";
  content: '\f005';
  font-size: 14px;
  margin: 0 3px 0 0;
  font-weight: 400;
  color: #fff17a;
}
.favorite_btn {
  display: inline-block;
  padding: 10px;
  width: 60px;
  height: 60px;
  background-color: #ddd;
  border: 7px solid #221f1f;
  border-radius: 65px;
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: -19px;
  right: 30px;
  line-height: 27px;
}
.favorite_btn_on {
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 10px;
  background-color: #e74c3c;
  border: 7px solid #221f1f;
  border-radius: 65px;
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: -19px;
  right: 30px;
  line-height: 27px;
}
.favorite_btn:before, .favorite_btn_on:before {
  font-family: "Font Awesome 5 Free";
  content: '\f004';
  font-size: 21px;
  margin: 0;
  font-weight: 900;
  color: #fff;
}
.favorite_btn_on {
  background-color: #e74c3c;
  color: #fff;
}
.cast_tag {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cast_tag li a {
  color: #e74c3c;
  text-decoration: none;
  display: block;
  width: 50%;
}
.cast_links_list {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.cast_links_list li {
  width: calc(50% - 10px);
}
.cast_links_list li a {
  border: 1px solid #FFF;
  width: 100%;
  display: block;
  color: #FFF;
  text-decoration: none;
  padding: 8px 0;
  text-align: center;
}
.cast_category {
  display: flex;
  list-style-type: none;
  margin: 0 0 5px 0;
  padding: 0;
}
.cast_category li {
  background-color: #dfdfdf;
  border-radius: 54px;
  font-size: 10px;
  color: #333333;
  padding: 5px 5px 4px;
  margin: 0 5px 5px 0px;
  white-space: nowrap;
  display: inline-block;
  line-height: 1;
}
.custom-modal-overlay {
  display: none; /* Ã¥Ë†ÂÃ¦Å“Å¸Ã§Å Â¶Ã¦â€¦â€¹Ã£ÂÂ§Ã©ÂÅ¾Ã¨Â¡Â¨Ã§Â¤Âº */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: flex-end; /* Ã¥Ë†ÂÃ¦Å“Å¸Ã¤Â½ÂÃ§Â½Â®Ã£â€šâ€™Ã¤Â¸â€¹Ã§Â«Â¯Ã£ÂÂ«Ã¨Â¨Â­Ã¥Â®Å¡ */
}
/* custom-modalÃ£ÂÂ«Ã©â€“Â¢Ã£Ââ„¢Ã£â€šâ€¹CSS */
.custom-modal {
  background-color: #232323;
  width: 100%;
  height: 95%; /* Ã§â€Â»Ã©ÂÂ¢Ã¤Â¸â€¹Ã©Æ’Â¨Ã£Ââ€¹Ã£â€šâ€°80%Ã£ÂÂ®Ã©Â«ËœÃ£Ââ€¢ */
  max-height: 95%; /* Ã¦Å“â‚¬Ã¥Â¤Â§Ã©Â«ËœÃ£Ââ€¢ */
  overflow-y: auto;
  transform: translateY(100%); /* Ã¥Ë†ÂÃ¦Å“Å¸Ã§Å Â¶Ã¦â€¦â€¹Ã£ÂÂ§Ã£ÂÂ¯Ã¤Â¸â€¹Ã£ÂÂ«Ã©â€¦ÂÃ§Â½Â® */
  transition: transform 0.2s ease-out; /* Ã£â€šÂ¹Ã£Æ’Â©Ã£â€šÂ¤Ã£Æ’â€°Ã£â€šÂ¢Ã£Æ’Æ’Ã£Æ’â€”Ã£â€šÂ¢Ã£Æ’â€¹Ã£Æ’Â¡Ã£Æ’Â¼Ã£â€šÂ·Ã£Æ’Â§Ã£Æ’Â³ */
  padding: 10px 0;
}
/* Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«Ã£â€šâ€™Ã¨Â¡Â¨Ã§Â¤ÂºÃ£Ââ„¢Ã£â€šâ€¹Ã¦â„¢â€š */
.custom-modal-overlay.show {
  display: flex;
}
.custom-modal.show {
  transform: translateY(0); /* Ã¨Â¡Â¨Ã§Â¤ÂºÃ¦â„¢â€šÃ£ÂÂ«Ã£â€šÂ¹Ã£Æ’Â©Ã£â€šÂ¤Ã£Æ’â€°Ã£â€šÂ¢Ã£Æ’Æ’Ã£Æ’â€” */
}
.custom-modal-header {
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  margin: 25px 0 30px 0;
}
.category-buttons button {
  display: block;
  margin: 10px 0 0;
  padding: 10px;
  width: 100%;
  border: none;
  background-color: #e74c3c;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
.chat-block {
  display: block;
  margin: 0 15px;
}
.chat-messages {
  height: 420px;
  overflow-y: auto;
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  background-color: #f9f9f9;
}
.chat-messages .date {
  display: block;
  text-align: center;
  margin: 20px 5px;
}
.chat-messages dl {
  display: flex;
  max-width: 88%;
  padding: 5px;
}
.chat-messages dl.left {
  margin: 0 10% 10px 0;
}
.chat-messages .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FFF;
}
.chat-messages .icon img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
.chat-messages .left .icon {
  margin: 0 6px 0 0;
}
.chat-messages .comment {
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  /* background: #FF0000; */
}
.chat-messages .left .comment {
  padding: 0 0 0 10px;
}
.chat-messages .right .comment {
  padding: 0 10px 0 0;
}
.chat-messages .comment p {
  padding: 10px;
  border-radius: 10px;
  height: auto;
  min-height: 30px;
  margin: 0;
  background: #e1e1e1;
}
.chat-messages .comment p:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  rotate: 45deg;
  background: #e1e1e1;
  position: absolute;
  top: 17px;
}
.chat-messages .left .comment p:before {
  left: 6px;
}
.chat-messages .time {
  position: relative;
  width: 80px;
  color: #666;
  font-size: 11px;
  margin: 0;
}
.chat-messages .left .time p {
  left: 5px;
  position: absolute;
  display: inline-block;
  bottom: 0;
  margin: 0;
  white-space: nowrap;
}
.chat-messages .date {
  display: block;
  text-align: center;
  margin: 20px 5px;
}
.chat-messages .date i {
  display: inline-block;
  padding: 2px 8px;
  font-size: 11px;
  color: #FFF;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.2);
  font-style: normal;
}
.chat-messages dl.right {
  margin: 0 0 10px 20%;
  justify-content: flex-end;
}
.chat-messages .right .time p {
  right: 5px;
  text-align: right;
  position: absolute;
  bottom: 0;
  margin: 0;
}
.chat-messages .right .comment p, .chat-messages .right .comment p:before {
  background-color: #ffc4bf;
}
.chat-messages .right .comment p:before {
  right: 5px;
}
/* Ã£Æ’Â¡Ã£Æ’Æ’Ã£â€šÂ»Ã£Æ’Â¼Ã£â€šÂ¸Ã£Æ’Å“Ã£Æ’Æ’Ã£â€šÂ¯Ã£â€šÂ¹ */
.chat-input {
  display: flex;
  align-items: center;
  gap: 10px;
}
.chat-input textarea {
  width: 80%;
  height: 40px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.chat-input input[type="file"] {
  display: none;
}
.chat-input label.chat_picture:before {
  font-family: "Font Awesome 5 Free";
  content: '\f03e';
  font-size: 26px;
  margin: 0 0px 0 0;
  font-weight: 900;
  color: #ffffff;
}
.chat-input .chat_send_btn a {
  display: flex;
  margin: 0;
  color: #ffffff;
  /* width: 29px; */
  /* height: 34px; */
  border-radius: 100%;
  right: 3px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.chat-input .chat_send_btn a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f1d8';
  font-size: 20px;
  margin: 0 3px;
  font-weight: 900;
  display: block;
}
.chat-image {
  max-width: 200px;
  max-height: 200px;
  margin-top: 10px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .container {
    display: flex;
    gap: 20px;
  }
  .slider {
    flex: 2;
    height: 500px;
  }
  .product-details {
    flex: 1;
    margin-top: 0;
  }
}
/* Ã£Æ’ËœÃ£Æ’Æ’Ã£Æ’â‚¬Ã£Æ’Â¼ */
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: #007bff;
  color: #fff;
}
.modal-title {
  font-size: 18px;
  font-weight: bold;
}
.modal-close-btn {
  font-size: 24px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}
/* Ã£Æ’ÂÃ£Æ’Â£Ã£Æ’Æ’Ã£Æ’Ë†Ã£Æ’Å“Ã£Æ’Æ’Ã£â€šÂ¯Ã£â€šÂ¹ */
.modal-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
margin: 0 15px;	
}
.chat-box {
  flex: 1;
  overflow-y: auto;
  padding: 10px;
  background: #f5f5f5;
}
.chat-message {
  display: flex;
  margin-bottom: 10px;
}
.chat-message.sent {
  justify-content: flex-end;
}
.chat-message.received {
  justify-content: flex-start;
}
.chat-message .message-text {
  max-width: 60%;
  padding: 10px;
  border-radius: 8px;
  background: #e1ffc7;
  font-size: 14px;
}
.chat-message.received .message-text {
  background: #fff;
}
/* Ã¥â€¦Â¥Ã¥Å â€ºÃ£â€šÂ¨Ã£Æ’ÂªÃ£â€šÂ¢ */
.chat-input-area {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #fff;
  border-top: 1px solid #ccc;
}
.chat-input-area input[type="text"] {
  flex: 1;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
}
.chat-input-area button {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
}
.chat-input-area button#imageUploadBtn {
  background: #007bff;
  margin-right: 10px;
}
.chat_end_btn {
  padding: 10px 0 50px;
  display: block;
  color: #ff5722;
}
.category-buttons {
  margin: 0px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.category-buttons li {
  width: calc(50% - 10px);
  margin: 0px auto;
}
.custom-modal .close-btn {
  border: none;
  background: #232323;
}
.custom-modal .close-btn:before {
  font-family: "Font Awesome 5 Free";
  content: '\f057';
  font-size: 31px;
  margin: 0;
  font-weight: 900;
  color: #ffffff;
  position: absolute;
  right: 10px;
  top: 10px;
}
.inquiry_col {
  background: #4d4d4d;
  border-radius: 20px 20px 0 0;
  padding: 15px;
  height: 100%;
  margin: 45px 0 0;
}
.inquiry_col_list {
  color: #FFF;
}
.inquiry_col_list dt {
  margin: 0 0 20px 0;
  text-align: center;
  display: block;
  padding: 5px 5px 10px;
  font-weight: bold;
  border-bottom: 1px solid #DDDDDD;
  font-size: 15px;
}
.inquiry_col_list dd {
  margin: 0;
}
.inquiry_col_list dd p {
  text-align: left;
}
.inquiry_col_list_date {
  text-align: right;
  margin: 0;
  font-size: 90%;
  color: #777777;
}
.inquiry_col_cate {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #333333;
}
.inquiry_col_cate dt {
  width: 24%;
  background: #676767;
  margin: 0 7px 1px 0;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  justify-content: flex-end;
  border: none;
  font-size: 12px;
  font-weight: normal;
}
.inquiry_col_cate dd {
  width: calc(75% - 10px);
  border: none;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: normal;
  margin: 0;
}
.inquiry_col_cate dd a {
  color: #e74c3c;
}
.inquiry_col_date {
  text-align: right;
}
.cast_prof {
  text-align: center;
}
.cast_prof p {
  color: #FFF;
  margin: 5px 0 0;
}
.cast_prof_img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
.option_filter_detail {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
}
.option_filter_detail.active {
  transform: translateY(0);
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.modal-overlay.active {
  display: block;
}
.search_freeword {
  margin-top: 25px !important;
}
.search_freeword_result {
  margin: 10px 0 !important;
}
.search_results_reset {
  margin: 10px auto 0;
  display: block;
  color: #ff5722;
  text-align: center;
}
.age_check {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 50px 20px;
  /* border-top: 5px solid rgb(9, 187, 254); */
  /* border-image: linear-gradient(109deg, rgba(9, 187, 254, 1) 0%, rgba(44, 44, 224, 1) 100%); */
  border-image-slice: 1;
  color: #FFF;
}
.age_check h1 {
  margin: 0 0 30px 0;
  font-size: 120%;
  font-weight: normal;
  display: block;
}
.age_check ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 80%;
  list-style: none;
  margin: 50px auto;
  padding: 0;
}
.age_check ul li {
  width: 100%;
}
.age_check ul li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
  color: #FFFFFF;
  font-weight: bold;
  background: #F44336;
  transition: .4s;
  border-radius: 8px;
  text-decoration: none;
}
.age_check ul li a:hover {
  opacity: 0.8;
}
.age_check ul li:last-child a {
  color: #555555;
  background: #DDDDDD;
  font-weight: normal;
}
.age_check ul#language {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  margin: 0 auto;
  flex-wrap: nowrap;
  font-size: 75%;
  font-weight: normal;
}
.age_check ul#language li {
  border-left: 1px solid #DDDDDD;
  display: flex;
  justify-content: center;
  align-items: center;
}
.age_check ul#language li:last-child {
  border-right: 1px solid #DDDDDD;
}
.age_check ul#language li a {
  background: none;
  color: #333333;
}
.age_check ul#language li a.lng {
  background: #90b5ff;
  color: #ffffff;
  width: 80%;
  border-radius: 5px;
}
/*mypage*/
.mypage_col {
  color: #FFF;
  border-radius: none;
  padding: 0 10px 70px;
  display: block;
}
.mypage_col h2 {
  margin: 0;
}
.member_setting ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.member_setting ul li {
  width: 48%;
  /* text-align: center; */
  border: 1px solid;
  padding: 5px;
  margin: 0 0 10px 0;
  border-radius: 5px;
}
.member_setting ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #FFF;
}
.ad_onoff {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ad_setting {}
.ad_setting h2 {}
.ad_charge {}
.ad_charge a {
  background-color: #e74c3c;
  padding: 5px 7px;
  text-decoration: none;
  color: #FFF;
  border-radius: 5px;
}
.ad_charge dl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 0 0 30px 0;
}
.ad_charge dl dt {}
.ad_charge dl dd {
  margin: 0;
}
.ad_charge dl dd a {}
.ad_charge dl.ad_onoff {}
.ad_charge dl.ad_onoff dt {}
.ad_charge dl.ad_onoff dd {}
.alert_txt {}
.ad_setting ul {
  list-style: none;
  padding: 0;
  border-top: 1px solid;
}
.ad_setting ul li {
  border-bottom: 1px solid;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.ad_setting ul li a {
  color: #FFF;
  text-decoration: none;
  display: flex;
  width: 100%;
  padding: 15px 0;
  align-items: center;
  gap: 10px;
}
.ad_setting ul li p {
  font-size: 80%;
  color: #666666;
  margin: 0;
}
.ad_setting ul li:after {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-size: 20px;
  margin: 0 0px 0 5px;
  font-weight: 900;
  display: block;
  position: absolute;
  right: 10px;
}
.slide_ad {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  background: #fff;
  transition: left 0.3s ease;
  padding: 20px;
  color: #000;
}
.slide_ad:target {
  left: 0;
}
.close_ad {
  display: block;
  text-align: right;
  margin-bottom: 10px;
}
.changetoggle > div {
  --width: 65px;
  width: var(--width);
  height: calc(var(--width) / 2);
  border-radius: calc(var(--width) / 2);
  background: gray;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.changetoggle > div::before {
  content: "";
  display: flex;
  width: 45%;
  height: 90%;
  border-radius: 50%;
  background: #fff;
  transition: 0.5s;
  position: absolute;
  left: 4px;
}
.changetoggle [type=checkbox]:checked + div {
  background: #28d128;
}
.changetoggle [type=checkbox]:checked + div:before {
  transform: translateX(100%);
  /* right: 0px; */
  /* position: absolute; */
}
.changetoggle [type=checkbox] {
  display: none;
}
.changetoggle.-withtext > div:after {
  content: var(--false-text);
  position: absolute;
  right: 13%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 11px;
}
.changetoggle.-withtext [type=checkbox]:checked + div:after {
  content: var(--true-text);
  left: 15%;
}
.ad_onoff .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.ad_onoff .modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  color: #000;
  margin: 20px;
}
.info_detail01 {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #5d5d5d;
  padding: 20px;
  border-radius: 5px;
  z-index: 999;
  width: 90%;
  color: #ffffff;
}
.info_detail01 img {
  width: 100%;
  margin: 10px 0;
}
.infomodal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
}
.m_info_col {}
.m_info_col ul {
  list-style: none;
  margin: 10px 0;
  padding: 10px;
  max-height: 490px;
  overflow-y: scroll;
  background: #2b2b2b;
  border-radius: 10px;
}
.m_info_col ul li {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #999999;
}
.m_info_col ul li a {
  color: #FFF;
  text-decoration: none;
}
.m_info_col ul li a dl dd {
  margin: 0;
}
.m_info_col ul li a dl .info_type01 {
  border-radius: 5px;
  padding: 3px 5px;
  background: #af0000;
  margin: 5px 0;
  display: inline-block;
}
.m_info_col ul li a dl .info_type02 {
  display: inline-block;
  padding: 3px 5px;
  margin: 5px 0;
  background: #0065af;
  border-radius: 5px;
}
.m_info_btn {
  display: block;
  color: #ff5722;
  text-decoration: underline;
  text-align: right;
}
.m_info_btn:after {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  margin: 0 0px 0 5px;
  font-weight: 900;
  text-decoration: none;
  display: inline-block;
}
.info_detail01 h2 {
  text-align: center;
  font-size: 120%;
}
.m_info_col dt {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mail_unread:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  margin: 0 0px 0 5px;
  font-weight: 900;
  text-decoration: none;
  display: inline-block;
  font-style: normal;
  font-size: 16px;
}
.mail_read:before {
  font-family: "Font Awesome 5 Free";
  content: '\f2b6';
  margin: 0 0px 0 5px;
  font-weight: 900;
  text-decoration: none;
  display: inline-block;
  font-style: normal;
  font-size: 16px;
  color: #979797;
}
.detail_info_btn {
  display: block;
  color: #FFF;
  text-decoration: none;
  background: #ff5722;
  border-radius: 5px;
  padding: 3px;
  text-align: center;
  margin: 0 0 10px 0;
}
.detail_close_btn {
  display: block;
  text-align: center;
  color: #FFF;
}
.m_inquiry_col {
  color: #000;
}
.m_inquiry_col .boy_inquire_btn {
  background: #333333;
  width: 100%;
  border-radius: 5px;
  font-size: 100%;
}
.m_inquiry_col .boy_inquire_btn .timeline-item:after {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  margin: 0 0px 0 5px;
  font-weight: 900;
  text-decoration: none;
  display: inline-block;
  font-style: normal;
  font-size: 16px;
  color: #979797;
}
.m_inquiry_col .timeline-item {
  background: none;
  padding: 0;
}
.m_inquiry_col .timeline-content span {
  display: block;
  font-size: 90%;
}
.m_inquiry_col .timeline-content span.post_name {
  display: block;
  border-bottom: 1px solid #666666;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}
.login_col {
  background: #221f1f;
}
.login_col_in {
  width: 100%;
  height: 100%;
  margin: 90px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /* gap: 110px; */
  color: #FFF;
}
.login_col_l {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
.login_col_l p {
  font-size: 90%;
  line-height: 2em;
  color: #b5b5b5;
}
.login_col_l img {
  height: auto;
  width: 65%;
}
.login_col_r {
  width: 80%;
  padding: 0 0%;
  margin: 30px auto 0;
}
.login_col_r h2 {
  text-align: center;
  font-weight: normal;
  font-size: 140%;
  margin: 0 0 40px 0;
}
.login_col_r form {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
.login_col_r form input {
  display: block;
  width: calc(100% - 40px);
  background: #d7e5ff;
  border: 3px solid rgba(200, 200, 200, 0.4);
  border-radius: 8px;
  padding: 13px;
  margin: 0 auto 20px;
  color: #676767;
}
.login_col_r .check_login {
  display: inline-block;
  width: auto;
}
.login_col_r .login_r_link {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px 0;
}
.login_col_r .login_r_link a {
  color: #ff5722;
}
.login_col_r .login_r_link a:hover {
  text-decoration: none;
}
.login_col_r .form-submit input {
  background: #e74c3c;
  cursor: pointer;
  transition: .2s;
  padding: 15px;
  width: 70%;
  color: #FFF;
  border: none;
}
.login_col_r .form-submit input:hover {
  background: #ff5700;
}
a.new_register {
  display: block;
  width: 64%;
  border: 1px solid;
  border-radius: 7px;
  padding: 10px;
  margin: 39px auto 40px;
  color: #FFF;
  font-size: 110%;
  text-align: center;
  text-decoration: none;
}
.login_r_link label {
  display: flex;
  align-items: center;
}
.login_r_link input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.login_r_link input:checked + .c-form-checkbox-name {
  color: #1b31c3;
}
.login_r_link input:checked + .c-form-checkbox-name:before {
  border: 1px solid #2839e2;
  background-color: #293ce3;
}
.login_r_link input:checked + .c-form-checkbox-name:after {
  content: "";
  position: absolute;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 0.65em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.4em;
  height: 0.65em;
  transform: translateY(-1px) rotate(45deg);
}
.login_r_link input:focus-visible + .c-form-checkbox-name .c-form-checkbox-text {
  background: linear-gradient(transparent 90%, rgba(33, 150, 243, 0.3) 90%);
}
.c-form-checkbox-name {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.c-form-checkbox-name:before {
  content: "";
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  border: 1px solid #ccc;
  background: #FFF;
  border-radius: 3px;
  margin-right: 6px;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .login_col_in {
    display: block;
    width: 100%;
    color: #FFF;
  }
  .login_col_l {
    /* display: none; */
  }
  .login_col_r {
    width: 100%;
    padding: 0 4%;
  }
}
.terms_col, .low_col {
  color: #FFF;
}
.terms_col_in, .low_col_in {
  margin: 0 0 20px 0;
}
.terms_col_in .other_list {
  margin: 0 10px 0 20px;
  padding: 0;
}
.low_col_in dl {}
.low_col_in dl dt {
  text-align: center;
  background: #333333;
  margin: 0 0 7px 0;
  line-height: normal;
  padding: 4px 0;
}
.low_col_in dl dd {
  margin: 0;
  padding: 0;
}
.low_col_in dl dd ul {
  margin: 0 0 0 17px;
  padding: 0;
}
/*all_modal*/
.all_modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}
.all_modal-button {
  display: block;
  padding: 12px 2px;
  color: #FFF;
}
.all_modal-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px); /*下に動く*/
}
/*アイコンを表示*/
.all_modal-button:after {
  font-family: "Font Awesome 5 Free";
  content: "\f2d0";
  padding-left: 8px;
}
/*ラベルホバー時*/
.all_modal-button:hover {
  color: #FFFFFF;
  transition: .6s;
    text-decoration:  none;
}
.all_modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.all_modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
.all_modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}
.all_modal-wrapper .all_modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 90%;
  padding: 30px 10px 25px;
  border-radius: 2px;
  background: #6d6d6d;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
  text-align: left;
  color: #FFF;
}
.all_modal-wrapper .all_modal-window .al_modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left
}
.all_modal_title {
  font-size: 1.5em;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.all_modal_title::before, .all_modal_title::after {
  content: "";
  position: absolute;
  bottom: 0;
}
/* h2 プライマリカラー*/
.all_modal_title:before {
  border-bottom: 4px solid #6bb6ff;
  width: 100%;
}
/* h2 セカンダリカラー*/
.all_modal_title:after {
  border-bottom: 4px solid #c8e4ff;
  width: 100%;
}
.all_modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}
.all_modal-wrapper .all_modal-close {
  z-index: 20;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  color: #95979c !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
.all_modal-wrapper .all_modal-close:hover {
  color: #2b2e38 !important
}
.review_list_col {
  max-height: 450px;
  overflow-y: scroll;
}
.review_list_col h2, .review_write_col h2 {
  font-size: 120%;
  text-align: center;
  background: #515151;
  line-height: normal;
  padding: 5px 0;
}
.review_write_col h3 {
  font-weight: normal;
  border-bottom: 1px solid #CCCCCC;
  padding: 5px 0;
}
.review_list_col dl.review_list {
  padding: 0px 0 10px;
  border-bottom: 1px solid #DDDDDD;
}
.review_list_col dl.review_list dt {
  margin: 0 0 5px 0;
}
.review_list_col dl.review_list dd {
  padding: 0;
  margin: 0;
}
.review_date {
  display: block;
  font-size: 90%;
}
.star_review_col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px 0;
}
.review_write_col textarea {
  width: 100%;
  max-width: 100%;
  height: 150px;
  padding: 7px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
  display: block;
  margin: 0 0 10px 0;
}
.review_write_col form input[type="button"] {
  min-width: 50%;
  padding: 9px 10px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  color: white;
  margin: 20px auto 0 !important;
  border: none;
  transition: background 0.5s;
  width: 50%;
  display: block;
  background: #e74c3c;
}
.m_entry {
	color: #FFFFFF;
	padding: 0 10px;
    flex-wrap: wrap;
}
.m_entry a{
	color: #ff5722;
}
.m_entry .terms_col_in {
    width: 100%;
    height: 400px;
    margin: 0px auto 15px;
    padding: 10px;
    border: 1px solid #ddd;
    overflow: auto;
    border-radius: 5px;
    box-shadow: inset 2px 2px 3px #EDEDED;
}
.m_entry form dd {
	margin: 0;
}
.m_entry form input[type="email"]{
        margin-top: 0px;
        width: 100%;
        max-width: 100%;
        text-align: left;
    padding: 10px 2%;
    border: 1px solid #e7e7e7;
    border-radius: 7px;
    background: #FFFFFF;
    -webkit-appearance: none;
    font-size: 100%;
    font-family: inherit;	
}

.m_entry form input[type="button"] {
  min-width: 70%;
  padding: 9px 10px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  color: white;
  margin: 20px auto 30px !important;
  border: none;
  transition: background 0.5s;
  width: 50%;
  display: block;
  background: #e74c3c;
    }
.m_favorite_col ul {
  padding: 0px 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #444444;
}
.m_favorite_col ul li {
  width: 33.3%;
  margin: 0 0 7px 0;
}
.favorite_release {
    font-size: 80%;
    display: flex;
    height: auto !important;
    align-items: center;
    justify-content: center;
    line-height: normal;
    background: #b1b1b1;
    margin: 7px 0 0 0;
    border-radius: 5px;
    text-decoration: none;
    padding: 5px 0;
}

.favorite_release:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f057';
  font-size: 14px;
  margin: 0 5px 0 0;
}
.age_check_logo {
    width: 90%;
    margin: 0 0 50px 0;
}
.shop_info_col {
    margin: 20px 0 0;
    
}
.shop_info_col p {
    border-left: 2px solid;
    padding: 0 0 0 8px;
}
.shop_info_col table {
    border: 1px solid #0a0a0a;
    border-collapse: collapse;
    margin: 14px 0;
}

.shop_info_col table th {
    background: #333333;
    border: 1px solid #000000;
    padding: 8px;
    white-space: nowrap;
}
.shop_info_col table td {
    border: 1px solid #000000;
    padding: 8px;
}
.access_col_data {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
.access_col_data table {
    width: 50%;
    border: 1px solid;
    padding: 10px;
}
.access_col_data table th {
    background: #3f3f3f;
    border: 1px solid;
    padding: 5px;
}
.access_col_data table td {
    font-size: 180%;
    text-align: center;
    padding: 60px 0;
    font-weight: bold;
}
.alert_col_txt01 {
    color: #FF0000;
    display: block;
    text-align: center;
}
.alert_col_txt02 a {
    display: flex;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}
.alert_col_txt02 a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f06a';
  font-size: 18px;
  margin: 0 5px 0 0;
  text-decoration: none;
  color: #FF0000;
}
.alert_col_txt02 a span {
    text-decoration: underline;
}
.breadcrumb {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    align-content: center;
}
.breadcrumb li a {
  color: #ff1f1f;
}
.breadcrumb li:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;    
  content: '\f0da';
  margin: 0 6px;    
  padding: 0 0.2em;
  color: silver;
}
.breadcrumb li:last-child:after {
  content: '';
}
a.movie_cast { 
margin: 10px 0;   
display: block;
position: relative;
}
a.movie_cast img { 
opacity: 0.6;  
width: 100%;
}
a.movie_cast:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f144';
  margin: 0 6px;
  padding: 0 0.2em;
  color: silver;
  position: absolute;
  text-decoration: none;
top: 15%;
    left: 31%;
  font-size: 4.6rem;
}
/* pc only  */
@media(min-width:751px){
	body {
		width: 480px;
		margin: 0 auto!important;
		background: #221f1f;
	}
    .detail_header {
 		width: 480px;       
    }
    footer.detail_foot {
 		width: 480px;          
    }

    .category-buttons li button {
    transition: .6s;
    }
    .category-buttons li button:hover {
    opacity: 0.7;    
    }    
a.movie_cast:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f144';
  margin: 0 6px;
  padding: 0 0.2em;
  color: silver;
  position: absolute;
  text-decoration: none;
top: 25%;
    left: 39%;
  font-size: 4.6rem;
}    
}