a {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

button:focus {
  outline: none;
}

ul {
  padding-left:0;
}

li {
  list-style:none;
}

.logo {
  text-align : center;
  position: relative;
  height: 200px;
}
.logo img {
  max-width: 400px;
  height: 200px;
  z-index: 999;
}

.main_container {
  padding-left: 1px;
  padding-right: 1px;
  margin: auto;
  max-width: 1080px;
}

.top_search_freeword {
  width: 100%;
  z-index: 999;
  max-width: 500px;
  margin: 0 auto;
}
.top_search_freeword_form {
  background-color: rgba(255, 255, 255, 0.5);
  height: 35px;
  border-radius : 0 0 0 0;
}

.top_search_condition_button_disable {
  border: 1px solid #d8d8d8;
  color: #808080;
  padding: 0 2 0 2;
}
.top_search_condition_button {
  border: 1px solid #f5ba18;
  color: #f5ba18;
  padding: 0 2 0 2;
}

.detailSearchButton {
  color: #313131;
  font-size: small;
}

.form_chronology_form {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}

.notice_batu {
  color: #6c757d;
}

.quick_search_container{
  margin: auto;
}
.custom_quick_search_wapper {
  max-width: 500px;
  margin: 0 auto;
}
.custom_quick_search_container {
  text-align: center;
  background: #f7aa52;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 1px;
}
.custom_quick_search_container div {
  color: #fff;
}
.custom_quick_search_save_container {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  white-space: nowrap;
  max-width: 100%;
  height: 24px;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 4px;
  border:1px solid #f7aa52;
}
.custom_quick_search_save_container button {
  color: #f7aa52;
}
.custom_quick_search_override {
  font-size: x-small;
}
.quick_search_slider_main_container {
  width: 100%;
  margin-top: 1px;
  margin-bottom: 1px;
}
.quick_search_slider {
  text-align: center;
  margin: 1px;
}
.pickup_heading {
}
.pickup_heading p {
  margin: 0;
  color: #212529;
  font-size: smaller;
  border-bottom: 1px solid #a7a7a7;
}
.pickup_slide_title {
  margin: 0px;
  font-size: small;
  color: #313131;
}
.pickup_slide_title .today{
  font-size: small;
  color: #fe3939;
}
.pickup_img {
  width:100px;
  height:100px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0 auto;
}
.quick_search_regulars_container {
  margin: auto;
}
.quick_search_regular_container {
  padding: 1px;
}
.quick_search_regular {
  background: #f7cb52;
  text-align: center;
}
.quick_search_regular a {
  width: 100%;
  height: 100%;
}
.quick_search_regular span {
  color: #fff;
}

/* 検索フォーススライドボタンの基本スタイル */
#searchSlideButton {
  position: fixed;
  bottom: 15%;
  left: 20px;
  background-color: #808080;
  color: white;
  border: none;
  padding: 15px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 20px;
  z-index: 1000;
}

/* 虫眼鏡のアイコンを表示 */
#searchSlideButton::before {
  content: '\f002'; /* Font Awesome の虫眼鏡アイコンの Unicode */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 20px;
  color: white; /* アイコンの色 */
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none; /* 初期状態では非表示 */
  transition: 0.5s;
}

.form_search {
  height: 70%;
  width: 0;
  position: fixed;
  top: 15%;
  bottom: 15%;
  left: 0; /* 左からスライドさせる */
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 50px;
  z-index: 1000;
}

.form_search .close-btn {
  position: absolute;
  top: 0;
  color: #5b5b5b;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.menu-btn {
  font-size: 20px;
  padding: 10px 20px;
  background-color: #333;
  color: white;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 20px; /* メニューを開くボタンも左側に */
}

.menu-btn:hover {
  background-color: #555;
}

.form_search_label {
  background-color: #333;
  color: white;
}

.more_conditions {
  text-align: center;
  border:1px solid #ced4da;
  border-radius: 0.25rem;
  font-size  : small;
  background : #fff;
}

.result_summy {
  font-size: x-small;
}

.choise_lavel {
  /* height: 100%;
  text-align: center;
  padding:6px 0; */
  background-color: lightgray;
}
.shipment_month_choise_top {
  border-radius: 0.25rem;
}
.sale_status_choise_top {
  height: 100%;
  border:1px solid #ced4da;
  border-radius: 0.25rem;
}
.sale_status_choise_wrrp ul {
  padding: 0;
  margin: 0;
}
.sale_status_choise li {
  display: inline;
}
.sale_status_choise label {
  padding: 6px 6px;
  min-width:30%;
  /* float: left; */
}

.shipment_date_choise_wrrp ul {
  list-style-type: none; /*マーカー削除*/
  /* text-align: center; */
  padding : 0;
  margin: 0;
}
.shipment_date_choise li {
  display: inline;
}
.shipment_date_choise label {
  /* text-align: center; */
  padding: 6px 6px;
  min-width:30%;
  float: left;
}

.order_wrrp ul {
  list-style-type: none; /*マーカー削除*/
  /* text-align: center; */
  padding : 0;
  margin: 0;
}
.order li {
  display: inline;
}
.order label {
  /* text-align: center; */
  padding: 6px 2px;
  min-width:30%;
  margin: 0;
  /* float: left; */
}
.order {
  margin: 0;
}

.sale_filter_wrrp ul {
  list-style-type: none; /*マーカー削除
  /* text-align: center; */
  padding: 0;
  margin: 0;
}
.sale_filter li {
  display: inline;
}
.sale_filter label {
  padding: 6px 6px;
  min-width:100%;
  float: left;
}

.img_product_main {
  width: 200px;
  height: 200px;
  vertical-align: middle;
  object-fit: contain;
}

.shop_status table {
  width:100%;
}

.shop_status th {
  font-size: small
}

.shop_status td {
  background: #eee;
  font-size: small;
  height: 25px;
}

.shop_status tr:nth-child(odd) td {
	background: #fff;
}

.shop_name_jp {
  font-weight: bold;
}

.selectedShop_btn {
  border: none;
  background: transparent;
}

.search_submit {
  position: relative;
}
.more_form_allsearch_button {
  position: absolute;
  top: 0px;
  left: 5px;
}

.search_bookmark {
  position: absolute;
  right: 0px; /* 画面右端からの距離を調整 */
  top: 50%;
  transform: translateY(-50%);
}
.bookmark {
  color         : #999999;
}

.twitterlink {
  background : #00acee;
  text-align : center;
  font-size  : 10pt;
  color      : #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}

a.twitterlink {
  color: #fff;
}

.aff {
  text-align : center;
  font-size  : 10pt;
  color      : #000;
}

div.pbandai_alart {
  background   : #FFF;
  border-top   : 1px solid;
  border-bottom: 1px solid;
  border-color : #6c757d;
  color        : #6c757d;
  position     : relative;
  font-size    : 8px;
  display      : flex;
  margin       : auto;
  padding      : 5px;
  margin-top   : 1px;
  margin-bottom: 1px;
}
a.pbandai_alart {
  color: #6c757d;
}

.more_form {
  border: none;
  background: transparent;
  font-size: xx-small
}

.serch_bottun {
  text-align: center;
  height: 35px;
  background: #f5ba18;
}
.submit {
  display       : inline-block;
  border-radius : 0;
  font-size     : 10pt;
  width         : 6em;
  height        : 100%;
  text-align    : center;
  cursor        : pointer;
  padding       : 8px 8px;
  color         : #fff;
  background    : #f5ba18;
  line-height   : 1em;
  border        : 1px solid transparent;
}
.submit:hover {
  border        : 2px solid gray;
}
.serch_bottun_ditail {
  text-align: center;
}
.submit_ditail {
  display       : inline-block;
  font-size     : 10pt;
  width         : 12em;
  text-align    : center;
  cursor        : pointer;
  padding       : 8px 8px;
  color         : #fff;
  background    : #f5ba18;
  line-height   : 1em;
  border        : 2px solid transparent;
}
.submit_ditail:hover {
  border        : 2px solid gray;
}
.ditail_search {
  text-align: center;
  height    : 35px;
  background: #fff;
}
.ditail_search_button{
  display       : inline-block;
  border-radius : 0;
  font-size     : 10pt;
  width         : 6em;
  height        : 100%;
  text-align    : center;
  cursor        : pointer;
  padding       : 8px 8px;
  color         : #f5ba18;
  background    : #fff;
  line-height   : 1em;
  border        : 1px solid #f5ba18
}
#top_search_form.fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: white; /* 背景色がないと下の要素が透ける可能性があります */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* オプションで影 */
}

.condition_paramater_container {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin: 0 auto;
  font-size: small;
  white-space: nowrap;
  overflow-x : auto;
  gap: 10px;
  max-width: 500px;
}

.image_button_containor {
  display: flex;
}

.product_cards_container {
  margin: auto;
  max-width: 1080px;
}
.product_card_container {
  padding: 1px;
  padding-bottom: 3px;
}
.product_card {
  border: 1px solid #b1b1b1;
}
.gunpla_image_containor {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.gunpla_image {
  width : 200px;
  height: 200px;
}
.switch_image {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.show_boxart_combination {
  position: absolute;
  top: 10px;
  right: 10px; 
}
.gunpla_detail_buttons_containor {
  width: 100%;
  min-width: 150px;
  display: flex;
  flex-direction: column;
}
.gunpla_detail_button_containor {
  flex: 1;
  padding: 1px;
}
.gunpla_detail_button {
  width: 100%;
  height: 48px;
  font-size: small;
  font-weight: normal;
  border: 1px solid #dbdbdb;
  border-left: solid 5px #555
}
.gunpla_detail_button.product {
  border-color: #ff7d7d;
}
.gunpla_detail_button.mechanic {
  border-color: #7d7dff;
}
.gunpla_detail_button.store {
  border-color: #ffae7c;
}
.gunpla_detail_button.sale {
  background: #fff;
  border-color: #d6d6d6;
  color: #b4b4b4;
}
.gunpla_detail_button.sale.available {
  background: #fef0c9;
  border-color: #f5ba18;
  color: #f5ba18;
}
.gunpla_detail_button.sale.prerelease {
  background: #fff;
  border-color: #f5ba18;
  color: #f5ba18;
}
.gunpla_detail_button.sale.lotsales {
  background: #fff;
  border-color: #f5ba18;
  color: #f5ba18;
}
.shop_status .tag {
  margin: 1px;
  padding: 1px;
  color: #6b7889;
}
.shop_status .available {
  color: #f5ba18;
  font-weight: bold;
}
.shop_status .prerelease {
  color: #f5ba18;
  font-weight: bold;
}
.shop_status .lotsales {
  color: #f5ba18;
  font-weight: bold;
}
.sale_shop_name {
  font-size: smaller;
}
.gunpla_name_container {
  width: 100%;
  overflow: hidden;
}
.gunpla_name {
  white-space: nowrap;
  overflow-x: auto;
  font-weight: normal;
  border-top: solid 1px #b3b3b3;
  border-bottom: solid 1px #b3b3b3;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.gunpla_name .gunpla_price {
  font-size: xx-small;
}
.gunpla_detail_content {
  border-radius: 0px;
}
.gunpla_detail_header {
  padding: 2px;
  justify-content: center;
  align-items: center;
  font-size: small;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.gunpla_detail_header.product {
  border-top: 5px solid #ff7d7d;
  border-bottom: 1px solid #ff7d7d;
}
.gunpla_detail_header.mechanic {
  border-top: 5px solid #7d7dff;
  border-bottom: 1px solid #7d7dff;
}
.gunpla_detail_header.store {
  border-top: 5px solid #ffae7c;
  border-bottom: 1px solid #ffae7c;
}
.gunpla_detail_body {
  padding: 2px;
}
.gunpla_detail_footer {
  display: flex;
  justify-content: space-between;
  padding: 2px;
  font-size: small;
  border-top: 0px;
}
.gunpla_detail_footer .footer_button_containor {
  flex: 1;
  width: 30%;
  text-align: center;
}
.gunpla_detail_footer .footer_button_containor.left {
  text-align: right;
}
.gunpla_detail_footer .footer_button_containor.right {
  text-align: left;
}
.footer_button_containor button {
  color: #7c7c7c
}
.gunpla_detail_container table {
  width: 100%;
  table-layout: fixed;
  font-size: small;
}
.gunpla_detail_container tr {
  width: 100%;
  border-bottom: solid 1px #b3b3b3;
}
.gunpla_detail_container th {
  width: 45%;
  color: #8493c3;
  font-weight: normal;
  height: 28px;
}
.gunpla_detail_container .mechanic_container th {
  width: 40%;
}
.gunpla_detail_container td {
  white-space: nowrap;
  overflow-x: auto;
}
.gunpla_detail_container .other_links {
  font-weight: normal;
  font-size: small;
  gap: 10px;
  border-bottom: solid 1px #b3b3b3;
}
.gunpla_detail_container .other_link {
  padding: 1px;
  color: #1e8cff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.other_link disable {
  color: #1e8cff;
}
.other_link button {
  color: #1e8cff;
}
.shop_status_list_container {
  display: flex;
  flex-direction: column;
  height: 100px;
  overflow-y: auto;
}
.shop_status_container {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #b3b3b3;
}
.shop_status_list_container {
  background: #ffffff;
}
.shop_status_list_container .available {
  background: #fef0c9;
}
.shop_status_container .shop_status_container_a {
  width: 100%;
  display: flex;
  font-weight: normal;
  font-size: small;
}
.shop_status_container a {
  color: #6b7889;
}
.shop_status_container.available a {
  color: #f5ba18;
}
.shop_status_container.prerelease a {
  color: #f5ba18;
}
.shop_status_container.lotsales a {
  color: #f5ba18;
}
.shop_status_container .shop_status {
  width: 20%;
  display: flex;
  align-items: center;
}
.shop_status_container .shop_name {
  width: 50%;
  display: flex;
  align-items: center;
}
.shop_status_container .shop_price_container {
  width: 30%;
  color: #000;
  text-align: right;
  padding-right: 5px;
  font-size: smaller;
}
.shop_postage {
  font-size: 8px;
  color: #9e9e9e;
}
.search_in_store button {
  width: 38px;
  font-size: x-small;
  border: 1px solid;
  margin: 2px;
  color: #a7a7a7
}
.search_store_container {
  display: flex;
  gap: 10px;
  font-size: smaller;
  padding-top: 2px;
  padding-bottom: 2px;
  align-items: center;
  border-bottom: 1px solid #b3b3b3;
}
.search_store_container .label {
  color: #8493c3;
  white-space: nowrap;
}
.stores_container {
  display: flex;
  gap: 10px;
  white-space: nowrap;
	overflow-x : auto;
}
.search_store a {
  border: 1px solid #a7a7a7;
  color: #a7a7a7;
}
.search_store span {
  margin: 3px;
}
.notice_container {
  display: flex;
}
.notice_container .line {
  width: 50%;
  max-width: 100%;
  text-align: center;
}
.notice_container .line a {
  color: #00B900;
}
.notice_container .web_push {
  width: 50%;
  max-width: 100%;
  text-align: center;
}
.notice_container .web_push.disable {
  color: #cdcdcd
}
.notice_container .web_push.disable .bi-bell-fill{
  color: #cdcdcd
}
.notice_container .label {
  font-size: x-small;
}
.parent-modal {
  z-index: 0;
}
.product_link_body {
  padding: 0px;
}
.product_link_body .notice {
  font-size: small;
  border-radius: 0px;
  padding: 10px;
  border-bottom: solid 1px #b3b3b3
}
.product_link_body .all_notice.enable {
  color: #fff;
  background-color: #ffd147;
  border-bottom: solid 1px #ffd147;
  font-weight: bold;
}
.product_link_body .no_postage_notice.enable {
  color: #fff;
  background-color: #ffd147;
  border-bottom: solid 1px #ffd147;
  font-weight: bold;
}
.product_link_body .no_notice.enable {
  color: #fff;
  background-color: #6c757d;
  border-bottom: solid 1px #6c757d;
}
.product_link {
  text-align: center;
  padding: 10px;
  border-bottom: solid 1px #b3b3b3;
  font-size: small;
}
.product_link.disable {
  color: #6b788975;
}
.product_tag_title {
  color: #6c757d;
  padding: 0px 10px 0px 10px;
  border-bottom: solid 1px #ff7d7d;
}
.mechanic_tag_title {
  color: #6c757d;
  padding: 0px 10px 0px 10px;
  border-bottom: solid 1px #7d7dff;
}
.accessory_title {
  color: #6c757d;
  padding: 0px 10px 0px 10px;
  border-bottom: solid 1px #ababab;
}
.product_tag_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;   /* 親要素自体を中央に */
  gap: 8px;
  padding: 10px 0px 10px 0px;
}
.product_tag_list li {
  width: 45%;
  list-style: none;
  text-align: center;
  padding: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: small;
}
.product_tag_list_enable {
  border:1px solid #f5ba18;
  color :#f5ba18;
}
.product_tag_list_disable {
  border:1px solid #d8d8d8;
  color :#808080;
}
.submit_disable {
  display       : inline-block;
  border-radius : 0;
  font-size     : 10pt;
  width         : 6em;
  height        : 100%;
  text-align    : center;
  cursor        : pointer;
  padding       : 8px 8px;
  color         : #f5ba18;
  background    : #ffffff;
  line-height   : 1em;
  border        : 1px solid #f5ba18;
}
.search_by_product_tag_list {
  text-align: center;
}
.search_by_product_tag_list .submit {
  width: auto;
}
.search_by_product_tag_list .submit_disable {
  width: auto;
}
.accessory_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 常に2列 */
  gap: 8px;
  margin: 0 auto;
  padding: 10px 0;
}
.accessory_list li {
  list-style: none;
  text-align: center;
  padding: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: small;
}
.size_text {
  font-size: small;
  padding: 8px;
}
.video_streaming_body {
  padding: 1px;
}
.video_streaming_body ul {
  margin: 0px;
}
.relatedProduct_body {
  padding: 1px;
  max-height: 500px;
  overflow-y : auto;
}
.related_product_container {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.gallery_thumbnails_container {
  margin: auto;
  max-width: 1080px;
}
.gallery_thumbnail_container {
  padding: 1px;
}
.manual_webpush_modal {
  z-index: 1080;
}

div.other_links {
  display: flex;
  white-space: nowrap;
	overflow-x : auto;
}

.cheapest_shop {
  background-color: #fef0c9;
  border-radius:5px;
}

.shop_price {
  height   : 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.shop_postage_en {
  /* height   : 5px; */
  min-width: 80px;
  font-size: xx-small;
}
.shop_postage_p {
  /* height   : 5px; */
  font-size: xx-small;
}

th.table_heading {
  width: 30%;
  padding: 4px;
}

td.table_date {
  padding: 4px;
}

.result_zero {
  text-align: center;
  padding: 20px;
}

.favorite {
  text-align: right;
  background:#212529;
  color:#f5ba18;
  padding:5px;
  border-radius:20px;
  border       : 2px solid #f5ba18;
}

.favoriteNum {
  font-size : 15px;
  color     :#f5ba18;
}


/* === 通知ボタンを表示するエリア ============================== */
.noticeSwitchArea {
 letter-spacing : 0;                   /* 文字間             */
 text-align     : center;              /* 文字位置は中央     */
 font-size      : 20px;                /* 文字サイズ         */

 position       : relative;            /* 親要素が基点       */
 margin         : auto;                /* 中央寄せ           */
 background     : #fff;                /* デフォルト背景色   */
}
.noticeSwitchAreaForMobileApp {
 letter-spacing : 0;                   /* 文字間             */
 text-align     : center;              /* 文字位置は中央     */
 font-size      : 20px;                /* 文字サイズ         */

 position       : relative;            /* 親要素が基点       */
 margin         : auto;                /* 中央寄せ           */
 background     : #fff;                /* デフォルト背景色   */
}

/* === チェックボックス ==================================== */
.noticeSwitchArea input[type="checkbox"] {
 display        : none;            /* チェックボックス非表示 */
}
.noticeSwitchAreaForMobileApp input[type="checkbox"] {
 display        : none;            /* チェックボックス非表示 */
}

/* === 表示する文字（標準） ================================ */
.noticeSwitchArea label svg {
  color          : #999999;
}
.noticeSwitchAreaForMobileApp label svg {
  color          : #999999;
}

/* === 表示する文字（ONのとき） ============================ */
.noticeSwitchArea input[type="checkbox"]:checked + label svg {
  color          : #FFD700;
}
.noticeSwitchAreaForMobileApp input[type="checkbox"]:checked + label svg {
  color          : #FFD700;
}

/* === お気に入りボタンを表示するエリア ============================== */
.switchArea {
 letter-spacing : 0;                   /* 文字間             */
 text-align     : center;              /* 文字位置は中央     */
 font-size      : 20px;                /* 文字サイズ         */

 position       : relative;            /* 親要素が基点       */
 margin         : auto;                /* 中央寄せ           */
 background     : #fff;                /* デフォルト背景色   */
}

/* === チェックボックス ==================================== */
.switchArea input[type="checkbox"] {
 display        : none;            /* チェックボックス非表示 */
}

/* === 表示する文字（標準） ================================ */
.switchArea label span:after{
 content        : "★";                 /* 表示する文字       */
 color          : #999999;             /* 文字色             */
}

/* === 表示する文字（ONのとき） ============================ */
.switchArea  input[type="checkbox"]:checked + label span:after{
 content        : "★";                 /* 表示する文字       */
 color          : #FFD700;             /* 文字色             */
}

.line-color {
  color: #00B900;
}

.bi-bell-fill{
  color: #999999;
}

.enableNotice{
  color: #FFD700;
}

.tab_selected {
  border-bottom:2px solid #f5ba18;
  outline: none;
}

.tab_unselected {
  color: #CCCCCC; /* グレーカラー */
  outline: none;
}

.tag_value_star {
  text-align: right;
}

.tag_value_comment_area {
  width: auto;
  height: 155px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.tag_value_comment {
  border-bottom:2px solid #CCCCCC;
}

.tag_value_more {
  text-align: right;
}

.checked {
  color: #ffcf32;
}

.my-btn {
  background-color: inherit !important;
  border: 0 !important;
}

.postImagesUl {
  display: flex;
  flex-wrap: wrap;
}
.postImagesLi {
  position: relative;
  width: 20%;
}
.postImagesLi:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.postImages {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.imagePostNotice {
  font-size: 8px;
}

.newPostImage{
  border: 2px solid #f5ba18;
}
.deleteMark {
  opacity: 0.2;
}
.comment_more {
  color: blue;
}
.kuchikomiImagesLi {
  position: relative;
  width: 10%;
}
.kuchikomiImagesLi:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.kuchikomiImages:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.kuchikomiImages {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.postImagesLi_more {
  background-color: black;
}

/* ボタンの基本スタイル */
#scrollButton {
  position: fixed;
  bottom: 15%;
  right: 20px;
  display: none; /* 最初は非表示 */
  background-color: #808080;
  color: white;
  border: none;
  padding: 15px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 20px;
}

/* 矢印のアイコンを表示 */
#scrollButton::before {
  content: '↑'; /* 上矢印を表示 */
  font-size: 24px; /* 矢印の大きさ */
  color: white; /* 矢印の色 */
}

/* スクロール時にボタンを表示 */
#scrollButton.show {
  display: block;
}

/* フリーワードサジェスト */
.position-relative {
  position: relative;
}

.suggestions_container {
  position: relative;
}
.suggestions-box {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
  z-index: 1000;
  left: 0;
  text-align: left;
}

.suggestions-box div {
  padding: 5px;
  cursor: pointer;
}

.suggestions-box div:hover {
  background-color: #f0f0f0;
}

/* 動画配信サービス */
.amazonprime {
  background-color: #0d6efd;
  color: #000;
  font-size: large;
}
.dmm {
  background-color: #000;
  color: #fff;
  font-size: large;
}
.bandaicha {
  background-color: #fff;
  color: #ff0d0d;
  font-size: large;
}
.unext {
  background-color: #5d5d5d;
  color: #fff;
  font-size: large;
}
.netflix {
  background-color: #000;
  color: #D81F26;
  font-size: large;
}

/* ブラウザバックスライドボタンの基本スタイル */
#backButton {
  position: fixed;
  bottom: 15%;
  left: 20px;
  background-color: #808080;
  color: white;
  border: none;
  padding: 15px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 20px;
  z-index: 1000;
}

/* 左矢印アイコンを表示 */
#backButton::before {
  content: '\f053'; /* Font Awesome の左矢印アイコンの Unicode */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 20px;
  color: white; /* アイコンの色 */
}

#notice_shops {
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
#notice_shops button {
  width: 100%;
  display: block;
}
.notice_shop_row {
  height: 38px;
  border-bottom: 1px solid gray;
}
.notice_shop_postage {
  font-size: xx-small;
}
.notice_shop_name {
  font-size: small;
}
.notice_shop_submit {
  text-align: center;
  margin: 10px;
  color: #fff;
  background-color: #f5ba18;
}
.notice_shop_submit.active button {
  width: 100%;
  height: 100%;
  color: #fff;
}
.noteice_shop_header {
  display: block;
}
.noteice_shop_description {
  font-size: xx-small;
}

.accessory {
  text-align: center;
}



.boxart-container {
    display: flex;               /* 横並び */
    justify-content: center;     /* 中央に配置 */
    align-items: center;         /* 高さを揃える */
    flex-wrap: nowrap;           /* 折り返さない */
    max-width: 100%;             /* はみ出さない */
    overflow: hidden;            /* 画面からはみ出た場合に隠す */
}

.boxart_combination img {
    max-height: 300px;           /* 高さを揃える（必要に応じて調整） */
    height: auto;
    width: auto;
    max-width: 100%;             /* 画面サイズからはみ出さない */
    object-fit: contain;         /* 縦横比維持 */
}
