@charset "utf-8";

/* CSS Document */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.main_inner {
  width: 1050px;
  margin: auto;
}

@media screen and (width <=1050px) {
  .main_inner {
    width: 100%;
  }
}

/* main内ヘッダーstart */
.topicpath {
  background: #333;
  border-bottom: 10px solid #e6e6e6;
}

.mypage__title_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 1050px;
  margin: 20px auto;
}

@media screen and (width <=1050px) {
  .mypage__title_wrap {
    width: 100%;
    padding: 0;
  }
}

@media screen and (width <=768px) {
  .mypage__title_wrap {
    width: 100%;
    padding: 0 10px;
  }
}

.mypage__title {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 30px 0;
  padding: 0;
  font-size: 28px;
  color: #2f95c9;
}

@media screen and (width <= 768px) {
  .mypage__title {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    font-size: 18px;
    margin-top: 50px;
  }
}

span.title {
  display: flex;
  flex-basis: 30%;
  align-items: center;
  margin: 0;
}

@media screen and (width <= 768px) {
  span.title {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    margin-bottom: 30px;
  }
}

ul.event_navi {
  display: flex;
  flex-basis: 70%;
  align-items: flex-start;
  justify-content: flex-end;
  height: 40px;
  margin: 0;
}

@media screen and (width <= 768px) {
  ul.event_navi {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    height: auto;
  }
}

ul.event_navi li a {
  padding: 10px 20px;
  font-size: 13px;
  border-radius: 4px;
  text-align: center;
  margin-left: 10px;
}

@media screen and (width <= 768px) {
  ul.event_navi li a {
    padding: 10px;
    font-size: 13px;
  }

  ul.event_navi li a.hobima_top {
    margin-left: 0;
  }
}

a.hobima_top {
  color: white;
  background: #00ced1;
}

a.tfo_top {
  color: white;
  background: #2f95c9;
}

a.inquiry {
  color: white;
  background: #808285;
}

@media screen and (width <= 768px) {
  a.inquiry {
    display: none;
  }
}

a.tfo_gate_top {
  color: gold !important;
  background: #2f95c9 !important;
}

a.seasonout {
  color: #333 !important;
  background: #ccc !important;
  pointer-events: none;
}

.user_status {
  flex-basis: 40%;
  margin: auto;
}

.user_status li {
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}

.user_status_pt2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  justify-content: center;
  height: 125px;
  margin-bottom: 30px;
}

@media screen and (width <= 768px) {
  .user_status_pt2 {
    height: auto;
  }
}

.user_status_pt2 li.user_name_area {
  display: flex;
  flex-basis: 100%;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (width <= 905px) {
  .user_status_pt2 li.user_name_area {
    padding-left: 150px;
  }
}

@media screen and (width <= 768px) {
  .user_status_pt2 li.user_name_area {
    margin-top: 30px;
    padding-left: 0;
  }
}

.user_name {
  padding: 0 10px;
  font-size: 20px;
  color: #2f95c9;
  font-weight: 600;
}

.user_status_pt2 li.user_status_area {
  display: flex;
  flex-basis: 100%;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (width <= 905px) {
  .user_status_pt2 li.user_status_area {
    padding-left: 150px;
  }
}

@media screen and (width <= 768px) {
  .user_status_pt2 li.user_status_area {
    padding-left: 0;
  }
}

.status_flag {
  padding: 0 10px;
  color: dimgray;
}

.user_status_pt2 li.ticket_box {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  width: 300px;
  height: 100px;
  border-radius: 5px;
  box-shadow: #ccc 2px 2px 2px;
  border: 1px dotted #666;
}

@media screen and (width <=768px) {
  .user_status_pt2 li.ticket_box {
    position: relative;
    margin-bottom: 20px;
  }
}

.user_status_pt2 li.ticket_active {
  border-radius: 5px;
  border: none;
}

.user_status_pt2 p.ticket_active_txt {
  font-size: 105%;
  line-height: 14px;
  padding-top: 5px;
}

.ticket_box_cols_left {
  display: flex;
  flex-direction: column;
  flex-basis: 80%;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 5px;
  font-size: 13px;
  max-width: 80%;
}

.ticket_box_cols_left a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: white;
  background: #2f95c9;
  border-radius: 4px;
  margin-top: 10px;
}

.ticket_active_left {
  color: white;
  background: url('../img/tfo_ticket_bg.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-weight: bold;
}

.ticket_active_left a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #2f95c9;
  background: #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #666;
  font-weight: bold;
  margin-top: 10px;
}

.ticket_box_cols_right {
  flex-basis: 20%;
  padding: 0;
  border-left: 1px dotted #666;
  max-width: 20%;
}

.ticket_box_cols_right img {
  z-index: 10000;
  display: flex;
  align-self: center;
  width: 80%;
  height: auto;
  margin: auto;
  padding-top: 10px;
}

.ticket_active_right {
  position: relative;
  background: #000080;
  border-left: 1px dotted #fff;
}

.ticket_active_right::after {
  content: 'TICKET';
  position: absolute;
  bottom: 0;
  width: 20%;
  font-size: 15px;
  color: rgb(255 255 255 / 30%);
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  box-sizing: border-box;
  font-weight: 600;
}

/* main_navi */
.user_main_navi {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #2f95c9;
  padding-bottom: 30px;
}

.user_main_navi li {
  flex-basis: 16%;
  font-size: 15px;
  margin-bottom: 1%;
}

@media screen and (width <=1050px) {
  .user_main_navi li {
    font-size: 12px;
  }
}

@media screen and (width <=768px) {
  .user_main_navi {
    justify-content: flex-start;
    gap: 0.5rem;
  }

  .user_main_navi li {
    flex-basis: calc((100% - 2.5rem) / 6);
  }
}

@media screen and (width <=480px) {
  .user_main_navi li {
    flex-basis: calc((100% - 1rem) / 3);
  }
}

.user_main_navi li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin: auto;
  color: #2f95c9;
  background: white;
  border-radius: 4px;
  border: 1px solid #2f95c9;
  letter-spacing: 0;
  padding-left: 18px;
}

.user_main_navi li a:hover {
  color: white;
  background: #2f95c9;
  border: 1px solid #2f95c9;
}

.user_main_navi2 {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  gap: 1rem;
  margin-bottom: 20px;
}

.user_main_navi2 li {
  flex-basis: calc((100% - 1rem) / 2);
  font-size: 0.875rem;
  padding-bottom: 10px;
}

@media screen and (width <=480px) {
  .user_main_navi2 li {
    flex-basis: 100%;
    font-size: 12px;
  }
}

.user_main_navi2 li.active {
  background: white;
  border-radius: 4px;
  border: 1px solid #2f95c9;
}

.user_main_navi2 li.active a {
  position: relative;
  display: flex;
  flex-basis: 100%;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 10px;
  color: white;
  background: #2f95c9;
}

.user_main_navi2 li.active dl {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  height: auto;
  margin: auto;
}

@media screen and (width <=1050px) {
  .user_main_navi2 li.active dl {
    height: auto;
  }
}

.user_main_navi2 li.active dt {
  flex-basis: 100%;
  align-self: flex-start;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
  padding-top: 10px;
}

.user_main_navi2 li.active dd {
  flex-basis: 100%;
}

.user_main_navi2 li.active dd a {
  align-content: center;
  padding: 10px 0;
  font-size: 12px;
  color: white;
  background: #2f95c9;
  border-radius: 4px;
  text-align: center;
  margin-top: 10px;
}

.user_main_navi2 li.active dt.buylist_text {
  margin-bottom: 12px;
}

@media screen and (width <=1050px) {
  .user_main_navi2 li.active dt.buylist_text {
    margin-bottom: 0;
  }
}

.user_main_navi2 li.inactive {
  background: lightgray;
  border-radius: 4px;
  border: 1px solid gray;
}

.user_main_navi2 li.inactive a {
  position: relative;
  display: flex;
  flex-basis: 100%;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  color: lightgray;
  background: gray;
  margin-bottom: 1%;
}

.user_main_navi2 li.inactive dl {
  width: 90%;
  margin: auto;
}

.user_main_navi2 li.inactive dt {
  margin: auto;
  font-size: 12px;
  text-align: center;
  padding-top: 10px;
}

.user_main_navi2 li.inactive dd {
  display: flex;
  height: auto;
  margin: auto;
}

.user_main_navi2 li.inactive dd a {
  align-content: center;
  padding: 10px 0;
  font-size: 12px;
  color: lightgray;
  background: gray;
  border-radius: 4px;
  text-align: center;
  margin-top: 10px;
}

.red {
  color: red;
}

.blue {
  color: dodgerblue;
}

/* ボタンのアイコン制御 */
.icon__favorite::before {
  content: '\f005';
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  font-size: 25px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  transform: translateY(-50%);
}

.icon__favorite_list::before {
  content: '\f005';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-size: 25px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  transform: translateY(-50%);
}

.icon__fan_list {
  font-size: 85%;
  text-align: center;
  line-height: 1.1em;
  padding-left: 24px !important;
}

.icon__fan_list::before {
  content: '\f234';
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  font-size: 25px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  transform: translateY(-50%);
}

.icon__fan_list2::before {
  content: '\f234';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-size: 25px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  transform: translateY(-50%);
}

.icon__message::before {
  content: '\f0e0';
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  font-size: 25px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  transform: translateY(-50%);
}

.icon__add_change::before {
  content: '\40';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-size: 25px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  transform: translateY(-50%);
}

.badge_area {
  position: relative;
}

.badge {
  position: absolute;
  z-index: 1000;
  top: -10px;
  left: -5px;
  width: 25px;
  height: 25px;
  font-size: 10px;
  color: white;
  background: red;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
}

.icon__browse::before {
  content: '\f06e';
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  font-size: 25px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  transform: translateY(-50%);
}

.icon__browse_list::before {
  content: '\f06e';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-size: 25px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  transform: translateY(-50%);
}

.icon__buy::before {
  content: '\f291';
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  font-size: 25px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  transform: translateY(-50%);
}

.icon__buy2::before {
  content: '\f291';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-size: 25px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  transform: translateY(-50%);
}

.icon__lottery2::before {
  content: '\f500';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-size: 25px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  transform: translateY(-50%);
}

.icon__info::before {
  content: '\f05a';
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  font-size: 25px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  transform: translateY(-50%);
}

.icon__info2::before {
  content: '\f05a';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-size: 25px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  transform: translateY(-50%);
}

.icon__buy_list2::before {
  content: '\f03a';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  font-size: 25px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  transform: translateY(-50%);
}

.icon__ticket::before {
  content: '\f3ff';
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 5px; /* position: absolute;left: 40px; */
}

.icon__ticket_counter::before {
  content: '\f3ff';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 25px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.icon__buy_list::before {
  content: '\f03a';
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 5px;
}

.buy_list_badge_area {
  position: relative;
}

.buy_list_badge {
  position: absolute;
  z-index: 1000;
  top: 5px;
  left: -5px;
  width: 25px;
  height: 25px;
  font-size: 10px;
  color: white;
  background: red;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
}

.icon__talkroom::before {
  content: '\f086';
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 5px; /* position: absolute;left: 40px; */
}

.icon__talkroom_list::before {
  content: '\f086';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 25px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-top: 0;
}

.icon__lottery::before {
  content: '\f500';
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 5px; /* position: absolute;left: 40px; */
}

.icon__reservation::before {
  content: '\f044';
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 5px; /* position: absolute;left: 40px; */
}

.icon__coupon::before {
  content: '\f1f9';
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 5px; /* position: absolute;left: 40px; */
}

.icon__message_new::before {
  content: '\f0e0';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 25px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.icon__dlist::before {
  content: '\f03a';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 25px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.icon__guidebook::before {
  content: '\f518';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 25px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.icon__comment_list::before {
  content: '\f4ad';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 25px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.icon__ranking::before {
  content: '\f521';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 25px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.icon__check_item::before {
  content: '\f058';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 25px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.icon__premium::before {
  content: '\f3bf';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 25px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

@media screen and (width <=1050px) {
  .icon__favorite::before {
    content: '\f005';
    position: absolute;
    left: 18px;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }

  .icon__favorite_list::before {
    font-size: 1em;
  }

  .icon__fan_list {
    font-size: 85%;
    text-align: center;
    line-height: 1.1em;
    padding-left: 24px !important;
  }

  .icon__fan_list::before {
    content: '\f234';
    position: absolute;
    left: 12px;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }

  .icon__fan_list2::before {
    font-size: 1em;
  }

  .icon__message::before {
    content: '\f0e0';
    position: absolute;
    left: 18px;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }

  .icon__browse::before {
    content: '\f06e';
    position: absolute;
    left: 18px;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }

  .icon__browse_list::before {
    font-size: 1em;
  }

  .icon__buy::before {
    content: '\f291';
    position: absolute;
    left: 18px;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }

  .icon__buy2::before {
    font-size: 1em;
  }

  .icon__info::before {
    content: '\f05a';
    position: absolute;
    left: 18px;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }

  .icon__info2::before {
    font-size: 1em;
  }

  .icon__ticket::before {
    content: '\f3ff';
    position: unset;
    left: 0;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 10px;
  }

  .icon__buy_list::before {
    content: '\f03a';
    position: absolute;
    left: 20px;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }

  .icon__talkroom::before {
    content: '\f086';
    position: absolute;
    left: 20px;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }

  .icon__talkroom_list::before {
    font-size: 1em;
  }

  .icon__lottery::before {
    content: '\f500';
    position: unset;
    left: 0;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 10px;
  }

  .icon__reservation::before {
    content: '\f044';
    position: unset;
    left: 20px;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 10px;
  }

  .icon__coupon::before {
    content: '\f1f9';
    position: absolute;
    left: 20px;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }

  .icon__message_new::before {
    content: '\f0e0';
    position: absolute;
    left: 0;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }

  .icon__dlist::before {
    content: '\f03a';
    position: absolute;
    left: 0;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }

  .icon__guidebook::before {
    content: '\f518';
    position: absolute;
    left: 0;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }

  .icon__comment_list::before {
    content: '\f4ad';
    position: absolute;
    left: 0;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }

  .icon__ranking::before {
    content: '\f521';
    position: absolute;
    left: 0;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }

  .icon__check_item::before {
    content: '\f058';
    position: absolute;
    left: 0;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }
}

/* main内ヘッダーend */

/* main内コンテンツstart */
.baner_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.baner_item {
  flex-basis: 100%;
  padding-bottom: 20px;
}

.baner_item__cols2 {
  flex-basis: 49%;
  padding-bottom: 20px;
}

.baner_wrap img {
  width: 100%;
  height: auto;
}

/* section　ranking */
.ranking_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.ranking_item {
  flex-basis: 30%;
  padding: 0 1%;
  font-size: 13px;
}

@media screen and (width <=768px) {
  .ranking_item {
    flex-basis: 100%;
  }
}

.ranking_item li {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10%;
  padding-bottom: 2%;
}

@media screen and (width <=768px) {
  .ranking_item li {
    margin-bottom: 4%;
  }
}

@media screen and (width <=480px) {
  .ranking_item li {
    margin-bottom: 6%;
  }
}

.ranking_item li:last-child {
  border: none;
}

.ranking_item li.ranking_title {
  color: #bf0000;
  text-align: center;
  border: none;
  font-weight: 600;
}

.ranking_item li.rank1 {
  position: relative;
  font-weight: 600;
  padding-left: 45px;
}

.ranking_item li.rank1::before {
  content: '1';
  position: absolute;
  top: -5px;
  left: 12px;
  font-size: 20px;
}

.ranking_item li.rank1::after {
  content: '\f521';
  position: absolute;
  z-index: -1;
  top: -15px;
  left: 0;
  font-size: 30px;
  color: gold;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.ranking_item li.rank2 {
  position: relative;
  font-weight: 600;
  padding-left: 45px;
}

.ranking_item li.rank2::before {
  content: '2';
  position: absolute;
  top: -5px;
  left: 12px;
  font-size: 20px;
}

.ranking_item li.rank2::after {
  content: '\f521';
  position: absolute;
  z-index: -1;
  top: -15px;
  left: 0;
  font-size: 30px;
  color: silver;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.ranking_item li.rank3 {
  position: relative;
  font-weight: 600;
  padding-left: 45px;
}

.ranking_item li.rank3::before {
  content: '3';
  position: absolute;
  top: -5px;
  left: 12px;
  font-size: 20px;
}

.ranking_item li.rank3::after {
  content: '\f521';
  position: absolute;
  z-index: -1;
  top: -15px;
  left: 0;
  font-size: 30px;
  color: burlywood;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.ranking_item li.rank4 {
  position: relative;
  padding-left: 45px;
}

.ranking_item li.rank4::before {
  content: '4';
  position: absolute;
  top: -5px;
  left: 12px;
  font-size: 20px;
  font-weight: 600;
}

.ranking_item li.rank5 {
  position: relative;
  padding-left: 45px;
}

.ranking_item li.rank5::before {
  content: '5';
  position: absolute;
  top: -5px;
  left: 12px;
  font-size: 20px;
  font-weight: 600;
}

.ranking_number__1 {
  position: relative;
  z-index: 100;
  margin: 2px;
  font-size: 20px;
  font-weight: 600;
  padding-left: 12px;
  padding-top: 7px;
}

.ranking_number__1::after {
  content: '\f521';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  font-size: 30px;
  color: gold;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.ranking_number__2 {
  position: relative;
  z-index: 100;
  margin: 2px;
  font-size: 20px;
  font-weight: 600;
  padding-left: 12px;
  padding-top: 7px;
}

.ranking_number__2::after {
  content: '\f521';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  font-size: 30px;
  color: silver;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.ranking_number__3 {
  position: relative;
  z-index: 100;
  margin: 2px;
  font-size: 20px;
  font-weight: 600;
  padding-left: 12px;
  padding-top: 7px;
}

.ranking_number__3::after {
  content: '\f521';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  font-size: 30px;
  color: burlywood;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.ranking_number {
  position: relative;
  z-index: 100;
  margin: 2px;
  font-size: 20px;
  font-weight: 600;
  padding-left: 6px;
  padding-top: 7px;
}

.more_info {
  display: block;
  margin: auto;
  font-size: 62.5%;
  padding-top: 2%;
}

@media screen and (width <= 768px) {
  .more_info {
    font-size: 13px;
  }
}

a.more_info_btn {
  display: block;
  padding: 3%;
  color: #2f95c9;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #2f95c9;
}

a.more_info_btn:hover {
  color: white;
  background: #2f95c9;
  border-radius: 4px;
  border: 1px solid #2f95c9;
}

/* メッセージページ制御 */

/* 1:メッセージメイン */
.message_main {
  display: block;
  width: 100%;
  margin: 50px 0;
}

@media screen and (width <= 480px) {
  .message_main {
    margin: 10px 0;
    padding: 0 5px;
  }
}

.message_navi {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #2f95c9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.message_navi li {
  flex-basis: 24%;
  font-size: 15px;
}

@media screen and (width <=1050px) {
  .message_navi li {
    font-size: 12px;
  }
}

@media screen and (width <=768px) {
  .message_navi li {
    flex-basis: 33%;
    align-self: baseline;
    padding-bottom: 2%;
  }

  .message_navi li:nth-child(n + 3) {
    padding-bottom: 0;
  }
}

.message_navi li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 20px;
  color: #2f95c9;
  background: white;
  border-radius: 4px;
  border: 1px solid #2f95c9;
  letter-spacing: 0;
}

@media screen and (width <=480px) {
  .message_navi li a {
    padding: 15px 10px;
  }
}

.message_navi li a:hover {
  color: white;
  background: #2f95c9;
  border: 1px solid #2f95c9;
}

.message_tool {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin: 20px auto;
}

.message_tool_act {
  display: flex;
  flex-basis: 30%;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  max-width: 30%;
}

@media screen and (width <= 1050px) {
  .message_tool_act {
    flex-basis: fit-content;
    max-width: fit-content;
  }
}

@media screen and (width <= 768px) {
  .message_tool_act {
    flex-basis: 100%;
    padding: 10px;
    font-size: 12px;
    max-width: 100%;
  }

  .message_tool_act:first-child {
    margin-bottom: 10px;
  }
}

.message_tool_act.checkbox {
  flex-basis: 20%;
  max-width: 20%;
}

@media screen and (width <= 768px) {
  .message_tool_act.checkbox {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.message_tool_act label {
  padding-left: 5px;
}

.message_tool_act select {
  padding: 5px;
  border: none;
}

.message_tool_act input.submit {
  padding: 5px;
  margin-left: 10px;
}

.message_tool_search {
  position: relative;
  display: flex;
  flex-basis: 40%;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #999;
  box-sizing: border-box;
  max-width: 40%;
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .message_tool_search {
    flex-basis: 100%;
    padding: 10px;
    font-size: 13px;
    margin-top: 10px;
    max-width: 100%;
  }
}

.message_tool_search input[type='text'] {
  display: flex;
  align-items: center;
  width: 85%;
  border: none;
}

.message_tool_search input[type='text']:focus {
  outline: 0;
}

.message_tool_search input[type='submit'] {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  color: white;
  border-radius: 0;
  appearance: none;
  background-color: #3879d9;
  border: none;
  cursor: pointer;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  outline: none;
}

@media screen and (width <= 768px) {
  .message_tool_search input[type='submit'] {
    width: 64px;
    height: 100%;
  }
}

.message_tool_search input[type='button'] {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  color: white;
  border-radius: 0;
  appearance: none;
  background-color: #3879d9;
  border: none;
  cursor: pointer;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  outline: none;
}

@media screen and (width <= 768px) {
  .message_tool_search input[type='button'] {
    width: 64px;
    height: 100%;
  }
}

table.message_body {
  display: table;
  width: 100%;
  font-size: 13px;
  table-layout: fixed;
}

table.message_body thead {
  background: #b0c4de;
}

@media screen and (width <= 768px) {
  table.message_body thead {
    display: none;
  }
}

table.message_body tr {
  position: relative;
  border-right: 1px solid #2f95c9;
  border-top: 1px solid #2f95c9;
}

table.message_body tr:last-child {
  border-bottom: 1px solid #2f95c9;
}

@media screen and (width <= 768px) {
  table.message_body tr {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #2f95c9;
  }

  table.message_body tr:last-child {
    border-bottom: 1px solid #2f95c9;
  }
}

@media screen and (width <= 480px) {
  table.message_body tr {
    padding: 10px;
  }
}

table.message_body td {
  padding: 10px 5px;
  border-left: 1px solid #2f95c9;
  overflow: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (width <= 768px) {
  table.message_body td {
    padding: 10px;
  }
}

table.message_body td.checkbox {
  flex-basis: 15%;
  width: 15%;
  text-align: center;
}

table.message_body td.from {
  flex-basis: 30%;
}

table.message_body td.subject {
  flex-basis: 35%;
}

table.message_body td.time {
  flex-basis: 20%;
  width: 20%;
}

@media screen and (width <= 768px) {
  table.message_body td {
    border-bottom: none;
    border-left: none;
  }

  /* table.message_body td.checkbox{order:1;flex-basis:10%;} */
  table.message_body td.checkbox {
    flex-basis: 25%;
    width: 25%;
    text-align: left;
    order: 2;
  }

  table.message_body td.from {
    flex-basis: 75%;
    order: 1;
  }

  table.message_body td.subject {
    flex-basis: 75%;
    order: 3;
  }

  table.message_body td.time {
    flex-basis: 25%;
    width: 25%;
    order: 4;
  }
}

@media screen and (width <= 480px) {
  table.message_body td {
    width: 100%;
    padding: 0;
    white-space: unset;
  }

  table.message_body td:nth-child(odd) {
    padding: 5px 0;
    margin-bottom: 0;
  }

  table.message_body td input[type='text'] {
    width: 100%;
  }

  table.message_body td.checkbox {
    flex-basis: 25%;
    width: 25%;
    padding: 0;
    order: 3;
  }

  table.message_body td.from {
    flex-basis: 100%;
    order: 1;
  }

  table.message_body td.subject {
    flex-basis: 100%;
    order: 2;
  }

  table.message_body td.time {
    flex-basis: 75%;
    width: 75%;
    order: 4;
  }
}

ul.reg-nmb-list {
  justify-content: center;
}

ul.reg-nmb-list li:nth-child(1) {
  padding-right: 10px;
}

ul.reg-nmb-list li:nth-child(2) {
  padding-left: 10px;
}

.reg-nmb-active {
  color: #fff !important;
  background: #2f95c9 !important;
}

/* 2：メッセージ作成ページ */
.message_tool_act_create {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  font-size: 14px;
  background: #ccc;
  border-radius: 4px;
  letter-spacing: 0.2em;
}

.message_tool_act_create input[type='submit'] {
  background: none;
  border: none;
  outline: none;
}

@media screen and (width <= 768px) {
  .message_tool_act_create {
    flex-basis: 100%;
  }

  .message_tool_act_create input[type='submit'] {
    width: 100%;
    padding: 10px;
    font-size: 12px;
    letter-spacing: 0;
  }

  label.submit {
    margin-bottom: 20px;
    order: 1;
  }

  label.save {
    margin-bottom: 20px;
    order: 2;
  }

  label.delete {
    order: 3;
  }
}

/* popup */

/* ポップアップウインドウの設定 */
.popup {
  position: fixed;
  z-index: 100000;
  display: none;
  margin: auto;
  background: rgb(0 0 0 / 80%);
  inset: 0;

  /* width: 700px;
height:70%;
overflow-y: scroll; */
}

.popup::after {
  content: '';
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (width <= 768px) {
  .popup {
    width: 100%;
    height: 100%;
  }
}

.popup-content {
  position: absolute;
  z-index: 100001;
  width: 700px;
  height: 70%;
  margin: auto;
  padding: 0 10px 10px;
  background-color: #fff;
  inset: 0;
  overflow-y: scroll;
}

@media screen and (width <= 768px) {
  .popup-content {
    width: 90%;
  }
}

/* チェックボックスの初期設定 */
#popup-on {
  display: none;
}

/* チェックされたらポップアップウインドウを開く */
#popup-on:checked + .popup {
  display: block;
}

/* 閉じるアイコン（右上） */
.icon-close {
  top: 0;
  right: 0;
  display: inline-flex;
  float: left;
  padding: 0 10px;
  font-size: 30px;
  color: #fff;
  background: #000;
  margin-bottom: 10px;
}

/* 送信ボタン */
.submit_btn {
  display: block;
  width: 50%;
  margin: 20px auto;
  padding: 20px 10px;
  font-size: 14px;
  color: #fff;
  background: dodgerblue;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.submit_btn input {
  display: none;
}

@media screen and (width <= 768px) {
  .submit_btn {
    width: 90%;
    font-size: 12px;
  }
}

/* popup */

table.message_create_body {
  display: table;
  width: 100%;
  margin-top: 20px;
  table-layout: fixed;
}

table.reply_icon {
  position: relative;
}

table.reply_icon::before {
  content: '\f3e5';
  position: absolute;
  top: 0;
  left: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: auto;
  font-size: 20px;
  color: white;
  background: #2f95c9;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

@media screen and (width <= 1180px) {
  table.reply_icon {
    margin-top: 50px;
  }

  table.reply_icon::before {
    top: -30px;
    left: 0;
    width: 30px;
    height: 30px;
    font-size: 12px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}

table.reply_icon2 {
  position: relative;
}

table.reply_icon2::before {
  content: '\f3e5';
  position: absolute;
  top: 0;
  left: -51px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: auto;
  font-size: 20px;
  color: #2f95c9;
  background: white;
  border: 1px solid #2f95c9;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

@media screen and (width <= 1180px) {
  table.reply_icon2 {
    margin-top: 50px;
  }

  table.reply_icon2::before {
    top: -31px;
    left: 0;
    width: 30px;
    height: 30px;
    font-size: 12px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}

table.message_create_body thead td:nth-child(odd) {
  background: #b0c4de;
}

table.message_create_body tr {
  border-right: 1px solid #2f95c9;
  border-top: 1px solid #2f95c9;
}

table.message_create_body tr.reply:last-child {
  border-top: none;
}

@media screen and (width <= 768px) {
  table.message_create_body tr {
    padding: 0;
    border-left: 1px solid #2f95c9;
  }

  table.message_create_body tr:last-child {
    border-bottom: 1px solid #2f95c9;
  }

  table.message_create_body tr.reply {
    padding: 0;
    border-left: 1px solid #2f95c9;
  }

  table.message_create_body tr.reply:last-child {
    border-bottom: 1px solid #2f95c9;
  }
}

table.message_create_body td {
  padding: 20px 10px;
  font-size: 13px;
  border-bottom: 1px solid #2f95c9;
  border-left: 1px solid #2f95c9;
  overflow-wrap: break-word;
}

@media screen and (width <= 768px) {
  table.message_create_body td {
    width: 100%;
    text-align: center;
  }
}

table.message_create_body td:nth-child(odd) {
  width: 30%;
  text-align: center;
}

@media screen and (width <= 768px) {
  table.message_create_body td:nth-child(odd) {
    width: 100%;
  }
}

table.message_create_body td.message_area {
  text-align: left;
}

table.message_create_body td input[type='text'] {
  width: 100%;
  font-size: 16px;
  border-style: none;
  border-width: 0;
  outline: none;
}

table.message_create_body td textarea {
  width: 100%;
  height: 500px;
  padding: 10px;
  font-size: 16px;
  border: none;
  outline: none;
}

@media screen and (width <= 768px) {
  table.message_create_body td {
    padding: 15px 10px;
    border-left: none;
  }

  table.message_create_body td textarea {
    height: 50vh;
  }
}

/* お気に入り */
ul.list_body {
  width: 100%;
  font-size: 14px;
  border-right: 1px solid #2f95c9;
  border-top: 1px solid #2f95c9;
}

ul.list_body_reset {
  border: none;
}

ul.list_body li.list_item {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #2f95c9;
  border-left: 1px solid #2f95c9;
}

@media screen and (width <= 768px) {
  ul.list_body li.list_item {
    flex-wrap: wrap;
  }
}

@media screen and (width <= 480px) {
  ul.list_body li.list_item {
    position: relative;
  }
}

ul.list_body li.list_item div.checkbox {
  display: flex;
  flex-basis: 5%;
  align-items: center;
  justify-content: center;
  height: auto;
}

@media screen and (width <= 480px) {
  ul.list_body li.list_item div.checkbox {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
}

ul.list_body li.list_item div.checkbox input[type='checkbox'] {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (width <= 768px) {
  ul.list_body li.list_item div.checkbox input[type='checkbox'] {
    flex-basis: 100%;
    width: 20px;
    height: 20px;
  }
}

@media screen and (width <= 480px) {
  ul.list_body li.list_item div.checkbox input[type='checkbox'] {
    width: 20px;
    height: 20px;
    margin: 5px;
  }
}

.list_item_checkbox {
  flex-basis: 100%;
  padding: 5px;
  color: white;
  background: #2f95c9;
}

.list_item_checkbox input[type='checkbox'] {
  display: flex;
  justify-content: flex-start;
  width: 20px;
  height: 20px;
}

ul.list_body li.list_item div.product_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: auto;
}

.lineup_item_img {
  display: flex;
  align-self: center;
}

.product_img img {
  display: flex;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.product_img a:hover {
  opacity: 0.8;
}

@media screen and (width <= 820px) {
  ul.list_body li.list_item div.product_img {
    flex-basis: 20%;
    width: auto;
  }

  .product_img img {
    width: 100px;
  }
}

@media screen and (width <= 480px) {
  ul.list_body li.list_item div.product_img {
    flex-basis: 30%;
  }

  .product_img img {
    width: 70px;
  }

  ul.list_body li.list_item div.product_img_reset {
    flex-basis: 20%;
    margin-left: -10px;
  }
}

div.list_item_info {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 10px;
}

@media screen and (width <= 820px) {
  div.list_item_info {
    flex-basis: 75%;
    max-width: 75%;
  }
}

@media screen and (width <= 480px) {
  div.list_item_info {
    flex-basis: 70%;
  }
}

div.list_item_info ul.list_item_info__colsleft {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 70%;
  padding: 10px 0;
}

@media screen and (width <= 1050px) {
  div.list_item_info ul.list_item_info__colsleft {
    flex-basis: 60%;
  }
}

@media screen and (width <= 768px) {
  div.list_item_info ul.list_item_info__colsleft {
    flex-basis: 100%;
    padding: 0;
    font-size: 8px;
  }
}

ul.list_item_info__colsleft li {
  padding-top: 10px;
}

@media screen and (width <= 480px) {
  ul.list_item_info__colsleft li {
    padding-top: 5px;
  }
}

ul.list_item_info__colsleft li.list_item_info__product_id {
  flex-basis: 100%;
}

ul.list_item_info__colsleft li.list_item_info__product_name {
  position: relative;
  flex-basis: 100%;
  font-size: 20px;
  border-bottom: 1px solid #2f95c9;
  font-weight: bold;
}

@media screen and (width <= 1050px) {
  ul.list_item_info__colsleft li.list_item_info__product_name {
    font-size: 16px;
  }
}

@media screen and (width <= 480px) {
  ul.list_item_info__colsleft li.list_item_info__product_name {
    font-size: 12px;
  }
}

.text-hidden {
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (width <= 480px) {
  .text-hidden {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

ul.list_item_info__colsleft li.list_item_info__sub_info1 {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 70%;
}

@media screen and (width <= 1050px) {
  ul.list_item_info__colsleft li.list_item_info__sub_info1 {
    flex-basis: 60%;
  }
}

@media screen and (width <= 768px) {
  ul.list_item_info__colsleft li.list_item_info__sub_info1 {
    flex-basis: 100%;
  }
}

span.list_item_info__product_title {
  flex-basis: 100%;
  padding-bottom: 10px;
}

@media screen and (width <= 480px) {
  span.list_item_info__product_title {
    padding-bottom: 5px;
  }
}

span.list_item_info__dealer_name {
  flex-basis: 100%;
  padding-bottom: 10px;
}

@media screen and (width <= 480px) {
  span.list_item_info__dealer_name {
    padding-bottom: 5px;
  }
}

span.list_item_info__time {
  flex-basis: 100%;
}

ul.list_item_info__colsleft li.list_item_info__sub_info2 {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 30%;
}

@media screen and (width <= 1050px) {
  ul.list_item_info__colsleft li.list_item_info__sub_info2 {
    flex-basis: 40%;
  }
}

@media screen and (width <= 768px) {
  ul.list_item_info__colsleft li.list_item_info__sub_info2 {
    flex-basis: 100%;
    align-self: flex-end;
    margin: auto;
  }
}

span.list_item_info__product_price {
  flex-basis: 100%;
  font-size: 20px;
  text-align: right;
  font-weight: bold;
  padding-bottom: 10px;
}

@media screen and (width <= 1050px) {
  span.list_item_info__product_price {
    font-size: 14px;
  }
}

@media screen and (width <= 768px) {
  span.list_item_info__product_price {
    flex-basis: 40%;
    align-self: center;
    text-align: left;
    padding-bottom: 0;
  }
}

span.list_item_info__status_icon {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 5px 0;
  color: white;
  background: #b00;
  margin-bottom: 10px;
}

@media screen and (width <= 768px) {
  span.list_item_info__status_icon {
    flex-basis: 30%;
    align-self: center;
    padding: 2px 0;
    margin-bottom: 0;
  }
}

span.list_item_info__product_stock {
  flex-basis: 100%;
  font-size: 16px;
  text-align: right;
}

@media screen and (width <= 768px) {
  span.list_item_info__product_stock {
    flex-basis: 30%;
    align-self: center;
    font-size: 10px;
    text-align: center;
  }
}

/* 在庫ステータス色分け */
.stock__instock {
  color: dodgerblue;
}

.stock__lowstock {
  color: darkmagenta;
}

.stock__waiting {
  color: orangered;
}

.stock__sold {
  color: #b00;
}

.stock__outofstock {
  color: #100;
}

.stock__reserved {
  color: seagreen;
}

ul.list_body li.list_item div.list_item_info ul.list_item_info__colsright {
  flex-basis: 30%;
}

@media screen and (width <= 1050px) {
  ul.list_body li.list_item div.list_item_info ul.list_item_info__colsright {
    flex-basis: 40%;
  }
}

@media screen and (width <= 768px) {
  ul.list_body li.list_item div.list_item_info ul.list_item_info__colsright {
    flex-basis: 100%;
  }
}

li.list_item_info__form_area {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  margin: auto;
  padding: 10px;
}

@media screen and (width <= 768px) {
  li.list_item_info__form_area {
    display: flex;
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: flex-end;
    height: auto;
    padding: 10px 0;
  }
}

@media screen and (width <= 480px) {
  li.list_item_info__form_area {
    gap: 0.5rem;
    padding: 0.5rem;
    font-size: 10px;
    padding-left: 0;
  }
}

li.list_item_info__form_area label.list_item_info__buy_button {
  position: relative;
  width: 100%;
  padding: 15px 0 15px 20px;
  color: #fff;

  /* background: #333; */
  background: linear-gradient(0deg, rgb(255 50 0 / 100%) 0%, rgb(255 110 50 / 100%) 100%);
  border-radius: 6px;
  text-align: center;
}

@media screen and (width <= 768px) {
  li.list_item_info__form_area label.list_item_info__buy_button {
    width: 49%;
    margin-bottom: 10px;
  }
}

@media screen and (width <= 480px) {
  li.list_item_info__form_area label.list_item_info__buy_button {
    width: calc((100% - 0.5rem) / 2);
    padding: 20px 0 5px;
  }
}

li.list_item_info__form_area label.list_item_info__buy_button::before {
  content: '\f07a';
  position: absolute;
  top: 13px;
  left: 20px;
  font-size: 17px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

@media screen and (width <= 1050px) {
  li.list_item_info__form_area label.list_item_info__buy_button::before {
    top: 15px;
    font-size: 14px;
  }
}

@media screen and (width <= 480px) {
  li.list_item_info__form_area label.list_item_info__buy_button::before {
    top: 5px;
    left: 50%;
    font-size: 0.75rem;
    transform: translateX(-50%);
  }
}

li.list_item_info__form_area label.list_item_info__buy_button input {
  font-size: 16px;
  color: #fff;
  background: none;
  text-align: center;
  border: none;
}

@media screen and (width <= 1050px) {
  li.list_item_info__form_area label.list_item_info__buy_button input {
    font-size: 13px;
  }
}

@media screen and (width <= 480px) {
  li.list_item_info__form_area label.list_item_info__buy_button input {
    font-size: 10px;
  }
}

li.list_item_info__form_area label.list_item_info__delete_button {
  position: relative;
  width: 100%;
  padding: 15px 0 15px 20px;
  color: #333;
  background: #ccc;
  border-radius: 6px;
  text-align: center;
}

li.list_item_info__form_area label.list_item_info__delete_button::before {
  content: '\f2ed';
  position: absolute;
  top: 13px;
  left: 40px;
  font-size: 17px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

@media screen and (width <= 1050px) {
  li.list_item_info__form_area label.list_item_info__delete_button::before {
    top: 15px;
    font-size: 14px;
  }
}

@media screen and (width <= 480px) {
  li.list_item_info__form_area label.list_item_info__delete_button::before {
    top: 5px;
    left: 50%;
    font-size: 0.75rem;
    transform: translateX(-50%);
  }
}

@media screen and (width <= 768px) {
  li.list_item_info__form_area label.list_item_info__delete_button {
    width: 49%;
    margin-bottom: 10px;
  }
}

@media screen and (width <= 480px) {
  li.list_item_info__form_area label.list_item_info__delete_button {
    width: calc((100% - 0.5rem) / 2);
    padding: 20px 0 5px;
  }
}

@media screen and (width <= 480px) {
  li.list_item_info__form_area label.list_item_info__delete_button__fan_list {
    width: 100%;
  }
}

li.list_item_info__form_area label.list_item_info__delete_button input {
  font-size: 16px;
  color: #333;
  background: none;
  text-align: center;
  border: none;
}

@media screen and (width <= 1050px) {
  li.list_item_info__form_area label.list_item_info__delete_button input {
    font-size: 13px;
  }
}

@media screen and (width <= 480px) {
  li.list_item_info__form_area label.list_item_info__delete_button input {
    font-size: 10px;
  }
}

h4.box__from_name {
  width: 100%;
  font-size: 20px;
  color: #666;
  text-align: center;
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
  margin-bottom: 50px;
}

h4.box__from_name p {
  margin-bottom: 10px;
}

ul.message_create_area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 16px;
}

@media screen and (width <= 768px) {
  ul.message_create_area {
    padding: 10px;
  }
}

li.from_dealer_content {
  display: flex;
  flex-basis: 100%;
}

li.to_user_content {
  display: flex;
  flex-basis: 100%;
}

div.from_dealer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  justify-content: flex-start;
  padding: 20px 20px 10px;
  background: #fffffa;
  border-radius: 5px;
  border: 1px solid #ccccc0;
  margin-bottom: 20px;
}

div.from_dealer::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 50%;
  left: -8px;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent #fffffa transparent transparent;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  margin-top: -9px;
}

div.from_dealer::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -9px;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent #ccccc0 transparent transparent;
  border-style: solid;
  border-width: 11px 11px 11px 0;
  margin-top: -10px;
}

div.to_user {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  justify-content: flex-end;
  padding: 20px 20px 10px;
  color: #333;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #2f95c9;
  margin-bottom: 20px;
}

div.to_user::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 50%;
  right: -8px;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  margin-top: -9px;
}

div.to_user::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -9px;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #2f95c9;
  border-style: solid;
  border-width: 11px 0 11px 11px;
  margin-top: -10px;
}

.from_dealer p {
  display: flex;
  flex-basis: 100%;
  justify-content: flex-start;
}

.to_user p {
  display: flex;
  flex-basis: 100%;
  justify-content: flex-end;
}

.msg_create_txt {
  padding-bottom: 10px;
}

.txt_create_area {
  display: flex;
  width: 100%;
  margin: 10px 0;
}

.txt_create_area textarea {
  width: 90%;
  height: 100px;
  margin: 10px;
  padding: 10px;
  font-size: 16px;
}

.txt_create_area label.txt_create_submit_btn {
  display: flex;
  align-items: center;
}

.txt_create_area input {
  padding: 5px !important;
  font-size: 13px !important;
}

.msg_create_subtxt {
  font-size: 13px;
}

.msg_create_back_btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}

.msg_create_back_btn input {
  padding: 5px !important;
  font-size: 13px !important;
}

.msg_delete {
  position: absolute;
  top: -5px;
  left: 5px;
  font-size: 25px;
  color: #999;
  font-weight: bold;
}

.msg_delete_fukidashi {
  display: none;
  padding: 10px;
  font-size: 12px;
  color: #333;
  background: #ececec;
  border-radius: 4px;
}

.msg_delete_on {
  display: none;
}

.msg_delete_on:hover + .msg_delete_fukidashi {
  display: block;
}

/* 閲覧履歴 */
.product_img {
  position: relative;
}

.product-detail__form__favorite {
  position: absolute;
  z-index: 100;
  top: 5px;
  right: 0;
  display: block;
  width: 46px;
  height: 46px;
  background: #efefef;
  border-radius: 50%;
  cursor: pointer;
}

.product-detail__form__favorite::before {
  content: '\f005';
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 19px;
  color: #c0c0c0;
  text-align: center;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  inset: 0;
}

.product-detail__form__favorite input {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: none;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  outline: none;
}

.-is-active::before {
  color: #f98a00;
}

@media screen and (width <= 480px) {
  .product-detail__form__favorite {
    top: 3px;
    width: 30px;
    height: 30px;
  }

  .product-detail__form__favorite::before {
    font-size: 15px;
  }
}

.sort_tool {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 20px auto;
}

.sort_tool_act {
  display: flex;
  flex-basis: 15%;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: 1px solid #ccc;
  max-width: 15%;
}

.sort_tool_act:last-child {
  margin-left: 10px;
}

.sort_tool_act select {
  padding: 5px;
  border: none;
}

@media screen and (width <= 768px) {
  .sort_tool_act {
    flex-basis: 100%;
    padding: 10px;
    font-size: 12px;
    margin-top: 10px;
    max-width: 100%;
  }

  .sort_tool_act:last-child {
    margin-left: 0;
  }
}

.sort_tool2 {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 20px auto;
}

.sort_tool_act2 {
  display: flex;
  flex-basis: 15%;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: 1px solid #ccc;
  max-width: 15%;
}

.sort_tool_act2 select {
  padding: 5px;
  border: none;
}

@media screen and (width <= 768px) {
  .sort_tool_act2 {
    flex-basis: 100%;
    padding: 10px;
    font-size: 12px;
    margin-top: 10px;
    max-width: 100%;
  }
}

/* ファン登録したディーラーリスト */
.fan_dealer__pic {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

@media screen and (width <= 768px) {
  .fan_dealer__pic {
    top: 0;
    width: 70px;
    height: 70px;
    margin-bottom: 0;
  }
}

.fan_dealer__pic img {
  width: 100%;
  height: 100%;
  background: #ececec;
  border-radius: 50%;
  object-fit: contain;
  object-position: center;
}

._fan_list {
  align-content: flex-start;
}

ul.list_item_info__colsleft li.list_item_info__dealer_id {
  flex-basis: 100%;
}

ul.list_item_info__colsleft li.list_item_info__dealer_name {
  display: flex;
  flex-basis: 100%;
  align-items: flex-end;
  font-size: 20px;
  color: #2f95c9;
  border-bottom: 1px solid #2f95c9;
  font-weight: bold;
}

ul.list_item_info__colsleft li.list_item_info__dealer_name a {
  color: #2f95c9;
  font-weight: bold;
}

@media screen and (width <= 1050px) {
  ul.list_item_info__colsleft li.list_item_info__dealer_name {
    font-size: 16px;
  }
}

@media screen and (width <= 480px) {
  ul.list_item_info__colsleft li.list_item_info__dealer_name {
    font-size: 12px;
  }
}

ul.list_item_info__colsleft li.list_item_info__sub_info1 span.list_item_info__dealer_comment {
  flex-basis: 100%;
  padding-bottom: 10px;
}

@media screen and (width <= 480px) {
  ul.list_item_info__colsleft li.list_item_info__sub_info1 span.list_item_info__dealer_comment {
    padding-bottom: 5px;
  }
}

ul.list_item_info__colsleft li.list_item_info__sub_info1 span.list_item_info__get_time {
  flex-basis: 100%;
  padding-bottom: 10px;
}

@media screen and (width <= 480px) {
  ul.list_item_info__colsleft li.list_item_info__sub_info1 span.list_item_info__get_time {
    padding-bottom: 5px;
  }
}

ul.list_item_info__colsleft li.list_item_info__sub_info1 span.list_item_info__rating_star {
  display: flex;
  flex-basis: 100%;
  align-items: flex-start;
  margin-bottom: 10px;
}

@media screen and (width <= 480px) {
  ul.list_item_info__colsleft li.list_item_info__sub_info1 span.list_item_info__rating_star {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.product-detail__form__rating_star {
  position: relative;
  z-index: 100;
  display: block;
  width: 30px;
  cursor: pointer;
  margin-top: 7px;
}

@media screen and (width <= 480px) {
  .product-detail__form__rating_star {
    width: 20px;
  }
}

.product-detail__form__rating_star::before {
  content: '\f005';
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 18px;
  color: #c0c0c0;
  text-align: center;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

@media screen and (width <= 480px) {
  .product-detail__form__rating_star::before {
    font-size: 14px;
  }
}

.product-detail__form__rating_star input {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

.-is-active::before {
  color: #f98a00;
}

li.list_item_info__form_area label.list_item_info__normal_button {
  position: relative;
  width: 100%;
  padding: 15px;
  color: #2f95c9;
  border-radius: 6px;
  text-align: center;
  border: 1px solid #2f95c9;
  margin-bottom: 10px;
}

@media screen and (width <= 768px) {
  li.list_item_info__form_area label.list_item_info__normal_button {
    width: 49%;
    padding: 15px;
    margin-bottom: 10px;
  }
}

@media screen and (width <= 480px) {
  li.list_item_info__form_area label.list_item_info__normal_button {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
  }
}

li.list_item_info__form_area label.list_item_info__normal_button input {
  position: relative;
  font-size: 16px;
  color: #2f95c9;
  background: none;
  text-align: center;
  border: none;
  outline: none;
}

@media screen and (width <= 768px) {
  li.list_item_info__form_area label.list_item_info__normal_button input {
    font-size: 13px;
  }
}

@media screen and (width <= 480px) {
  li.list_item_info__form_area label.list_item_info__normal_button input {
    font-size: 10px;
    overflow: visible;
    word-break: break-all;
  }
}

@media screen and (width <= 768px) {
  .talkroom_button {
    margin-top: -50px !important;
  }
}

@media screen and (width <= 480px) {
  .talkroom_button {
    margin-bottom: 0 !important;
    margin-top: -10px !important;
  }
}

.list_item_info__mailmag_status {
  margin-top: 10px;
}

.list_item_info__mailmag_status,
.list_item_info__dip_status {
  width: 100%;
  padding: 5px 0;
  color: red;
  text-align: center;
  border-bottom: 1px solid #2f95c9;
  margin-bottom: 10px;
}

@media screen and (width <= 480px) {
  .list_item_info__mailmag_status,
  .list_item_info__dip_status {
    margin: 2px;
  }
}

.list_item_info__mailmag_status select {
  color: red;
  border: none;
  outline: none;
}

/* ポップアップウインドウの設定 */
.rating_star_btn {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
  color: white;
  background: #2f95c9;
  border-radius: 5px;
}

@media screen and (width <= 480px) {
  .rating_star_btn {
    font-size: 10px;
  }
}

.rating_star_submit_btn {
  padding: 2px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.rating_star_popup {
  position: absolute;
  z-index: 100000;
  top: -80px;
  right: -255px;
  display: none;
  width: 250px;
  height: 130px;
  margin: auto;
  padding: 30px 10px;
  font-size: 12px;
  color: #333;
  border-radius: 4px;
  text-align: center;
  background-color: rgb(255 255 255 / 80%);
  border: 1px solid #ccc;
}

.rating_star_popup::before {
  left: 250px;
  width: 5px;
  height: 5px;
  background-color: rgb(0 0 0 / 80%);
}

@media screen and (width <= 480px) {
  .rating_star_popup {
    top: -50px;
    left: -300px;
  }
}

.input-range {
  display: none;
}

.range-group {
  position: relative;
  margin: 10px 0;
}

.range-group > a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

.range-group > a::before {
  content: '\f005';
  font-size: 18px;
  color: #aaa;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.range-group > a.on::before {
  content: '\f005';
  font-size: 18px;
  color: #fc3;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* チェックボックスの初期設定 */
#rating_star_popup-on {
  display: none;
}

/* チェックされたらポップアップウインドウを開く */

/* #rating_star_popup-on:checked + .rating_star_popup{display: block;text-align: center;} */

/* 閉じるアイコン（右上） */
.rating_star_icon-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 12px;
  color: #fff;
  background: #000;
}

.rating_star_txt {
  padding: 5px 0 0;
}

/* レーティングの設定 */
.rating {
  width: 100%;
  padding: 5px 0;
  font-size: 24px;
  color: #f98a00;
  line-height: 1;
}

@media screen and (width <= 480px) {
  .rating {
    font-size: 24px;
  }
}

.rating input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.rating label {
  display: inline-block;
}

.rating input:focus + label {
  outline: none;
}

.rating input:checked + label ~ label {
  color: grey;
}

/* 購入履歴 */
.order_item {
  flex-wrap: wrap;
  border-right: 1px solid #2f95c9;
  border-top: 1px solid #2f95c9;
  margin-bottom: 10px;
}

.order_item:last-child {
  margin-bottom: 0;
}

.list_item_header {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  margin: auto;
  padding: 10px;
  color: white;
  background: #2f95c9;
}

.list_item_header a {
  color: #fff;
}

.list_item_header_cols1 {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 70%;
}

.list_item_header_new {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  align-items: center;
}

@media screen and (width <=768px) {
  .reset_flex-basis100 {
    padding-left: 0 !important;
  }

  .reset_flex-basis100 li {
    flex-grow: 1 !important;
  }

  .reset_margin-top_10 {
    margin-top: 10px !important;
  }
}

@media screen and (width <=480px) {
  .reset_flex-basis100 {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .reset_margin-top_10 {
    margin-top: 10px !important;
  }
}

.order_time {
  position: relative;
  flex-basis: 25%;
  padding-top: 16px;
}

@media screen and (width <=480px) {
  .order_time {
    flex-basis: 33%;
  }
}

.order_time::before {
  content: '購入日';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}

.total_price {
  position: relative;
  flex-basis: 25%;
  padding-top: 16px;
}

@media screen and (width <=480px) {
  .total_price {
    flex-basis: 33%;
  }
}

.total_price::before {
  content: '合計';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}

.shipping_date {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  align-self: start;
  margin: 0;
  max-width: 100%;
  padding-top: 16px;
}

@media screen and (width <=480px) {
  .shipping_date {
    font-size: 12px;
  }
}

.shipping_date::before {
  content: '発送元';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}

.shipping_date_reset {
  position: relative;
  flex-basis: 100%;
  text-align: left;
  padding-left: 46px;
}

.shipping_date_reset::before {
  content: '発送元';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}

.shipper {
  flex-basis: 100%;
}

.shipper_status {
  flex-basis: 100%;
}

.destination {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 25%;
  padding-top: 16px;
}

@media screen and (width <=480px) {
  .destination {
    flex-basis: 33%;
  }
}

.destination::before {
  content: 'お届け先';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}

.bill_to {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 25%;
  padding-top: 16px;
}

.bill_to::before {
  content: '請求先';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}

@media screen and (width <=480px) {
  .bill_to {
    margin-top: 10px;
  }
}

.list_item_header_cols2 {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 30%;
  align-items: center;
  margin: 0;
}

.order_id {
  position: relative;
  flex-basis: 100%;
  margin: 0;
  padding-bottom: 5px;
}

.order_info {
  display: flex;
  flex-basis: 100%;
}

@media screen and (width <=480px) {
  .order_id,
  .order_info {
    flex-basis: 50%;
  }
}

.order_id {
  font-size: 12px;
  padding-bottom: 0;
}

.order_info {
  font-size: 12px;
}

.order_detail_btn {
  color: #fff;
  padding-right: 10px;
}

.order_receipt_btn {
  padding: 0 10px;
  color: #fff;
  border-left: 1px solid #fff;
}

div.list_item_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #2f95c9;
}

div.list_item_container ul.list_item_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 80%;
  padding: 10px;
  max-width: 80%;
  overflow: hidden;
}

@media screen and (width <=1050px) {
  div.list_item_container ul.list_item_wrap {
    padding: 10px 0;
  }
}

ul.list_body li.list_item ul.list_item_wrap_reset {
  flex-basis: 100%;
  max-width: 100%;
}

ul.list_body li.list_item ul.list_item_wrap__buy_list {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 55%;
  padding: 10px;
  max-width: 55%;
  overflow: hidden;
}

@media screen and (width <=480px) {
  ul.list_body li.list_item ul.list_item_wrap__buy_list {
    flex-basis: 100%;
    padding: 5px;
    max-width: 100%;
  }
}

ul.list_item_wrap li.list_buy_item {
  display: flex;
  flex-basis: 33.3333%;
  align-self: flex-start;
  margin-bottom: 10px;
  max-width: 33.3333%;
}

@media screen and (width <=480px) {
  ul.list_item_wrap li.list_buy_item {
    flex-basis: 50%;
    max-width: 50%;
  }
}

div.list_item_info ul.list_item_info__buylist {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  align-self: flex-start;
  padding: 0;
}

ul.list_item_info__buylist li {
  align-self: center;
  width: 200px;
  padding-bottom: 5px;
}

@media screen and (width <=820px) {
  ul.list_item_info__buylist li {
    width: auto;
    font-size: 13px;
  }
}

@media screen and (width <=480px) {
  ul.list_item_info__buylist li {
    font-size: 12px;
  }
}

ul.list_item_info__buylist li.list_item_info__product_id {
  flex-basis: 100%;
}

ul.list_item_info__buylist li.list_item_info__product_name {
  flex-basis: 200px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.list_item_info__buylist li.list_item_info__product_title {
  flex-basis: 100%;
}

ul.list_item_info__buylist li.list_item_info__dealer_name {
  flex-basis: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.list_item_info__buylist li.list_item_info__product_price {
  flex-basis: 100%;
  color: #b00;
}

ul.list_body li.list_item div.other_item_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 20%;
  align-content: flex-start;
  padding: 10px 0 0 10px;
  border-left: 1px solid #2f95c9;
  max-width: 20%;
}

@media screen and (width <=480px) {
  ul.list_body li.list_item div.other_item_wrap {
    padding: 10px 0 0;
    border-left: none;
  }
}

ul.list_body li.list_item div.other_item_wrap__buy_list {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 45%;
  padding: 10px 10px 10px 0;
  max-width: 45%;
}

@media screen and (width <=480px) {
  ul.list_body li.list_item div.other_item_wrap__buy_list {
    flex-basis: 100%;
    font-size: 12px;
    max-width: 100%;
  }
}

.shipping_status {
  position: relative;
  flex-basis: 100%;
  font-size: 16px;
  color: #0000cd;
  margin-top: 20px;
  padding-top: 16px;
}

@media screen and (width <=480px) {
  .shipping_status {
    flex-basis: 50%;
    margin: 10px 0 !important;
    font-size: 1em;
  }
}

.shipping_status::before {
  content: '配送状況';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  color: #444;
}

.ship_number_status {
  position: relative;
  flex-basis: 100%;
  margin: 20px 0 10px;
  font-size: 16px;
  color: #0000cd;
  padding-top: 16px;
}

@media screen and (width <=480px) {
  .ship_number_status {
    flex-basis: 50%;
    margin: 10px 0 !important;
    font-size: 1em;
  }
}

.ship_number_status::before {
  content: '出荷伝票番号';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  color: #444;
}

.order_visible_wrap {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  padding: 10px;
  border-top: 1px solid #ccc;
}

.order_visible_wrap_reset {
  display: flex;
  flex-basis: 100%;
  justify-content: flex-start;
  padding-top: 10px;
}

.order_visible_btn {
  align-self: flex-end;
  margin: 0;
  padding: 10px;
  color: #2f95c9;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #2f95c9;
}

.order_visible_txt {
  color: #00e;
}

/* visible_popup */
.visible_popup {
  position: fixed;
  z-index: 100000;
  display: none;
  width: 50%;
  height: 70%;
  margin: auto;
  padding: 30px 10px;
  color: #333;
  box-shadow: 0 0 0 9999px rgb(0 0 0 / 80%);
  background-color: #fff;
  inset: 0;
  overflow-y: scroll;
}

@media screen and (width <= 768px) {
  .visible_popup {
    width: 90%;
    height: 90%;
  }
}

/* チェックボックスの初期設定 */
#visible_popup-on {
  display: none;
}

/* チェックされたらポップアップウインドウを開く */
#visible_popup-on:checked + .visible_popup {
  display: block;
}

/* 閉じるアイコン（右上） */
.visible_popup-icon-close {
  position: fixed;
  z-index: 10000;
  top: 15%;
  right: 27%;
  padding: 0 10px;
  font-size: 30px;
  color: #fff;
  background: rgb(0 0 0 / 70%);
}

@media screen and (width <=768px) {
  .visible_popup-icon-close {
    top: 5%;
    right: 7%;
  }
}

.visible_popup-title {
  margin: auto;
  padding: 20px 0;
  font-size: 150%;
  color: #2f95c9;
  text-align: center;
  border-bottom: 1px solid #2f95c9;
}

@media screen and (width <=768px) {
  .visible_popup-title {
    font-size: 100%;
  }
}

.visible_popup-txt {
  width: 100%;
}

.visible_popup-subtxt {
  margin: 20px auto;
  padding: 0;
  text-align: center;
  word-break: break-all;
}

@media screen and (width <=480px) {
  .visible_popup-subtxt {
    font-size: 80%;
    white-space: normal;
  }
}

.visible_popup-btn_area {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px auto;
}

.visible_popup-btn_area input {
  margin: 0 10px;
  padding: 10px 20px;
}

/* popup */
.agree_btn {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin: 20px auto 0;
  padding: 10px;
  color: #fff;
  background: #f00;
  border-radius: 4px;
  cursor: pointer;
}

.is-Received {
  background: #444;
  pointer-events: none;
}

/* 購入リスト */
li.list_buy_item2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0;
}

@media screen and (width <=480px) {
  li.list_buy_item2 {
    font-size: 12px;
  }
}

div.list_item_info ul.list_item_info__buylist2_header li {
  border-bottom: 1px solid #2f95c9;
  margin-bottom: 5px;
  margin-left: 4px;
  padding-bottom: 2px;
  padding-left: 4px;
}

div.list_item_info ul.list_item_info__buylist2_header_reset li {
  border-bottom: 1px solid #2f95c9;
  margin-bottom: 5px;
  padding-bottom: 2px;
  padding-left: 4px;
}

li.list_buy_item2 ul.list_item_info__buylist2 {
  flex-basis: 50%;
  align-self: center;
  max-width: 50%;
  padding-left: 10px;
}

@media screen and (width <=768px) {
  li.list_buy_item2 ul.list_item_info__buylist2:first-child {
    padding-left: 0;
  }
}

ul.list_item_info__buylist2 li {
  padding-bottom: 5px;
}

ul.list_item_info__buylist2 li.list_item_info__product_name {
  flex-basis: 200px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.list_item_info__buylist2 li.list_item_info__dealer_name {
  flex-basis: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.list_item_info__buylist2 li.list_item_info__product_price {
  color: #b00;
}

.order_shipping_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 50%;
  align-items: center;
  margin: auto;
  max-width: 50%;
}

@media screen and (width <=768px) {
  .order_shipping_wrap {
    font-size: 10px;
    padding-right: 5px;
  }
}

@media screen and (width <=480px) {
  .order_shipping_wrap {
    margin: 0;
    padding-left: 5px;
  }
}

li.list_buy_item2 ul.list_item_info__buylist2_reset {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
}

li.list_buy_item2 ul.list_item_info__buylist2_reset li {
  padding-bottom: 5px;
}

ul.list_item_info__buylist2_reset li.list_item_info__product_id {
  flex-basis: 15%;
  max-width: 15%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.list_item_info__buylist2_reset li.list_item_info__product_name {
  flex-basis: 30%;
  font-weight: bold;
  max-width: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.list_item_info__buylist2_reset li.list_item_info__product_item_count {
  flex-basis: 10%;
  text-align: center;
  max-width: 10%;
}

ul.list_item_info__buylist2_reset li.list_item_info__dealer_name {
  flex-basis: 30%;
  max-width: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.list_item_info__buylist2_reset li.list_item_info__product_price {
  flex-basis: 10%;
  color: #b00;
  max-width: 10%;
}

@media screen and (width <=1280px) {
  ul.list_item_info__buylist2_reset li.list_item_info__product_id {
    flex-basis: 20%;
    max-width: 20%;
  }

  ul.list_item_info__buylist2_reset li.list_item_info__product_name {
    flex-basis: 40%;
    max-width: 40%;
  }

  ul.list_item_info__buylist2_reset li.list_item_info__product_price {
    flex-basis: 20%;
    max-width: 20%;
  }

  ul.list_item_info__buylist2_reset li.list_item_info__product_item_count {
    flex-basis: 18%;
    max-width: 18%;
  }

  ul.list_item_info__buylist2_reset li.list_item_info__dealer_name {
    display: none;
  }
}

@media screen and (width <=1050px) {
  ul.list_item_info__buylist2_reset li.list_item_info__product_id {
    flex-basis: 30%;
    max-width: 30%;
  }

  ul.list_item_info__buylist2_reset li.list_item_info__product_name {
    flex-basis: 35%;
    max-width: 35%;
  }

  ul.list_item_info__buylist2_reset li.list_item_info__product_price {
    flex-basis: 20%;
    max-width: 20%;
  }

  ul.list_item_info__buylist2_reset li.list_item_info__product_item_count {
    flex-basis: 15%;
    max-width: 15%;
  }

  ul.list_item_info__buylist2_reset li.list_item_info__dealer_name {
    display: none;
  }
}

@media screen and (width <=480px) {
  li.list_buy_item2 ul.list_item_info__buylist2 {
    padding-left: 0;
  }

  ul.list_item_info__buylist2_reset li {
    font-size: 8px;
  }
}

.order_shipping_item {
  flex-basis: 100%;
  color: #0000cd;
  padding-bottom: 5px;
}

@media screen and (width <=768px) {
  .order_shipping_item {
    font-size: 10px;
  }
}

@media screen and (width <=480px) {
  .order_shipping_item {
    font-size: 12px;
  }
}

.order_shipping_btn {
  padding: 10px;
  font-size: 11px;
  color: #2f95c9;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #2f95c9;
  margin-bottom: 10px;
}

.customer_name {
  padding: 10px 0;
  font-size: 16px;
  margin-right: 20px;
}

@media screen and (width <=480px) {
  .customer_name {
    flex-basis: 100%;
  }
}

.deal_date {
  position: relative;
  flex-basis: 25%;
  padding-top: 16px;
}

@media screen and (width <=480px) {
  .deal_date {
    flex-basis: 50%;
  }
}

.deal_date::before {
  content: '注文日時';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}

.switch_area #swImg {
  top: 10px;
  left: 5px;
}

.issue-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 10px;
  color: #2f95c9 !important;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.issue-btn::before {
  content: '\f02f';
  font-size: 18px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 5px;
}

@media screen and (width <=480px) {
  .issue-btn {
    padding: 5px 10px;
    font-size: 0.75rem;
  }

  .issue-btn::before {
    font-size: 16px;
  }
}

.order_contact_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 50%;
  margin: 0;
  max-width: 50%;
}

.order_contact_wrap a {
  flex-basis: 100%;
  align-self: center;
}

.order_contact_btn {
  margin: auto;
  padding: 10px;
  font-size: 11px;
  color: #fff;
  background: #2f95c9;
  border-radius: 4px;
  text-align: center;
}

.order_contact_subtext {
  font-size: 11px;
  color: red;
  padding-top: 5px;
}

.switch_area {
  position: relative;
  width: 100%;
  margin: 0 20px 10px auto;
  background: #fff;
}

.switch_area input[type='checkbox'] {
  display: none;
}

.switch_area label {
  display: block;
  height: 24px;
  background: #ffffe0;
  border-radius: 30px;
  border: 2px solid #2f95c9;
  box-sizing: border-box;
  margin-top: 5px;
}

/* === 表示する文字（標準） ================================ */
.switch_area label span::after {
  content: '受取り未確認';
  display: block;
  width: 100%;
  margin: auto;
  padding: 5px 0;
  font-size: 12px;
  color: #2f95c9;
  text-align: center;
}

/* === 表示する文字（ONのとき） ============================ */
.switch_area input[type='checkbox']:checked + label span::after {
  content: '受取り完了';
  color: #b00;
}

/* === チェックボックスのラベル（ONのとき） ================ */
.switch_area input[type='checkbox']:checked + label {
  background: #f08080;
  border-color: #b00;
}

/* === 丸部分のSTYLE（標準） =============================== */
.switch_area #swImg {
  position: absolute;
  top: 24px;
  left: 5px;
  width: 14px;
  height: 14px;
  background: #2f95c9;
  border-radius: 26px;
  transition: 0.2s;
}

@media screen and (width <=768px) {
  .switch_area #swImg {
    top: 20px;
  }
}

@media screen and (width <=480px) {
  .switch_area #swImg {
    top: 24px;
  }
}

/* === 丸部分のSTYLE（ONのとき） =========================== */
.switch_area input[type='checkbox']:checked ~ #swImg {
  right: 5px;
  left: unset;
  background: #b00;
  animation: 0.3s;
}

@media screen and (width <=480px) {
  .order_contact_wrap {
    flex-basis: 50%;
    border-left: 1px dotted #ccc;
    max-width: 50%;
    padding-left: 5px;
  }

  .order_contact_subtext {
    font-size: 8px;
  }
}

/* 注文詳細 */
h4.order_title_wrap {
  display: flex;
  width: 100%;
  margin: 20px 0;
  font-size: 16px;
}

h4.order_title_wrap span.order_title_time {
  padding: 0 10px;
}

h4.order_title_wrap span.order_title_id {
  padding: 0 10px;
  border-left: 1px solid #ccc;
}

h4.order_title_wrap a.order_title_receipt_btn {
  display: flex;
  flex-basis: 60%;
  justify-content: flex-end;
}

.list_item_order_detail {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  font-size: 13px;
  color: #2f95c9;
  background: white;
  border-top: 1px solid #2f95c9;
}

/* トグルメニュー */
.toggle {
  display: none;
}

.Label {
  /* タイトル */
  display: block;
  flex-basis: 100%;
  margin: auto;
  padding: 1em;
  color: #fff;
  background: #2f95c9;
  text-align: center;
  cursor: pointer;
  max-width: 100%;
}

.Label::before {
  /* タイトル横の矢印 */
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(135deg);
}

.Label,
.content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.content {
  /* 本文 */
  height: 0;
  padding: 0 20px;
  overflow: hidden;
}

.toggle:checked + .Label + .content {
  /* 開閉時 */
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}

.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}

.lottery_lbl {
  font-size: 0.75rem;
}

.lottery_ctt {
  background: #f1f1f1;
}

.payment {
  position: relative;
  flex-basis: 20%;
  margin-left: 20px;
  padding-top: 20px;
}

@media screen and (width <=480px) {
  .payment {
    margin-left: 0;
    margin-top: 10px;
  }
}

.payment::before {
  content: '支払方法';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}

.payment2 {
  position: relative;
  flex-basis: 50%;
  margin-left: 20px;
  padding-top: 20px;
}

@media screen and (width <=480px) {
  .payment2 {
    margin-left: 0;
    margin-top: 10px;
  }
}

.payment2::before {
  content: '支払方法';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}

ul.order_price_area {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 30%;
}

@media screen and (width <=480px) {
  ul.order_price_area {
    flex-basis: 100%;
    border-top: 1px dotted #ccc;
    margin-top: 10px;
    padding-top: 10px;
  }
}

ul.order_price_area li {
  position: relative;
  display: flex;
  flex-basis: 100%;
  justify-content: flex-end;
  padding-bottom: 5px;
}

ul.order_price_area li::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 100px;
}

ul.order_price_area li.subtotal_amount::before {
  content: '小計';
}

ul.order_price_area li.discount_price::before {
  content: 'クーポン割引';
}

ul.order_price_area li.fee::before {
  content: '販売手数料+消費税';
}

ul.order_price_area li.system_fee::before {
  content: '定額決済システム利用料';
}

ul.order_price_area li.basic_system_fee::before {
  content: '基本システム利用料';
}

ul.order_price_area li.shipping_fee::before {
  content: '送料';
}

ul.order_price_area li.delivery_fee::before {
  content: '商品梱包取扱料';
}

ul.order_price_area li.discount_fee {
  color: #b00;
}

ul.order_price_area li.discount_fee::before {
  content: 'プレミアム会員優待割引';
}

ul.order_price_area li.total_amount::before {
  content: '合計';
}

/* 会員情報 */
tbody.info_body td:nth-child(odd) {
  background: #f0ffff;
}

tbody.info_body input[type='text'] {
  width: 50%;
  padding: 5px;
}

.info_btn_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
}

.info_btn_area_unique_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}

.info_btn_area input,
.info_btn_area_unique_item input {
  font-size: 20px;
  color: white;
  background: none;
  border: none;
  outline: none !important;
}

.info_button_else {
  display: flex;
  flex-basis: 45%;
  justify-content: center;
  padding: 20px 0;
  background: #666;
  max-width: 45%;
}

.info_button_ok {
  display: flex;
  flex-basis: 45%;
  justify-content: center;
  padding: 20px 0;
  background: #4682b4;
  max-width: 45%;
}

.info_button_event {
  font-size: 20px;
  color: #fff;
}

@media screen and (width <= 480px) {
  .info_btn_area {
    justify-content: center;
  }

  .info_btn_area input,
  .info_btn_area_unique_item input {
    font-size: 14px;
  }

  .info_button_else {
    flex-basis: 100%;
    max-width: 100%;
    order: 2;
  }

  .info_button_ok {
    flex-basis: 100%;
    margin-bottom: 20px;
    max-width: 100%;
    order: 1;
  }

  .info_button_event {
    font-size: 14px;
  }
}

.info_asterisk {
  position: relative;
  line-height: 1.5em;
  margin-left: 0;
  padding-left: 1.2em;
  white-space: normal;
}

.info_asterisk::before {
  content: '※';
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
}

.info_asterisk2 {
  position: relative;
  display: inline-block;
  line-height: 1.5em;
  margin-left: 0;
  padding-left: 1em;
  white-space: normal;
}

.info_asterisk2::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin: 0;
  box-sizing: border-box;
}

@media screen and (width <= 480px) {
  .info_asterisk,
  .info_asterisk2 {
    margin-left: 0;
    padding-left: 15px !important;
  }

  .info_asterisk::before,
  .info_asterisk2::before {
    top: 6px;
  }
}

dl.list1,
dl.list2 {
  display: flex;
  flex-wrap: wrap;
}

dl.list1 dt,
dl.list1 dd,
dl.list2 dt,
dl.list2 dd {
  padding: 2%;
}

dl.list1 dt,
dl.list2 dt {
  flex-basis: 98%;
  background: url('../img/pattern.png');
  margin-top: 2%;
}

dl.list1 dd {
  flex-basis: 98%;
  margin-right: 10%;
}

dl.list2 dd {
  flex-basis: 98%;
  margin-right: 5%;
}

@media screen and (width <= 480px) {
  dl.list1 dd {
    flex-basis: 100%;
    margin-right: 0;
  }

  dl.list2 dd {
    flex-basis: 100%;
    margin-right: 0;
  }
}

/* main内コンテンツend */

/* main内サイドメニューstart */
@media screen and (width <= 768px) {
  .side {
    margin-top: 50px;
  }
}

.box__title {
  position: relative;
  font-size: 22px;
  color: #2f95c9;
  border-bottom: 1px solid #2f95c9;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 35px;
}

@media screen and (width <= 768px) {
  .box__title {
    font-size: 16px;
  }
}

.side .msg__list {
  height: 362px;
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #2f95c9;
  overflow-y: scroll;
}

.side .msg__item {
  display: flex;
  font-size: 12px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 12px;
  padding-bottom: 9px;
}

.side .msg__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.msg__pic {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

@media screen and (width <= 768px) {
  .msg__pic {
    top: 0;
    margin-bottom: 0;
  }
}

.msg__pic img {
  width: 100%;
  height: 100%;
  background: #ececec;
  border-radius: 50%;
  object-fit: contain;
  object-position: center;
}

@media screen and (width <= 768px) {
  .msg__pic img {
    border: 2px solid #fff;
    box-sizing: content-box;
  }
}

.msg__from__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 200px;
  margin: 0;
  padding-left: 5px;
}

@media screen and (width <= 768px) {
  .msg__from__wrap {
    width: 100%;
  }
}

.msg__from {
  display: block;
  flex-basis: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (width <= 768px) {
  .msg__from {
    flex-basis: 90%;
  }
}

.msg__subject {
  display: block;
  flex-basis: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (width <= 768px) {
  .msg__subject {
    flex-basis: 90%;
  }
}

.dlist_link_box {
  display: flex;
  width: 100%;
}

.dlist_link_box a {
  flex-basis: 100%;
  padding: 10%;
  font-size: 14px;
  color: white;
  background: dodgerblue;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
}

/* コメントリスト */
.comment_list_body {
  width: 100%;
  font-size: 14px;
}

.comment_list_item {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
  margin-bottom: 10px;
}

.comment_list_item_title {
  flex-basis: 100%;
  font-size: 16px;
  padding-bottom: 10px;
}

.comment_list_item_title a {
  pointer-events: none;
}

.comment_list_item_text {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  line-height: 1.8;
  word-break: break-all;
}

.comment_detail_item_text {
  display: flex;
  font-size: 13px;
  line-height: 1.8;
  word-break: break-all;
}

.comment_list_footer_item {
  flex-basis: 100%;
  font-size: 13px;
  padding-top: 10px;
}

.comment_list_update_time {
  color: dodgerblue;
  padding-right: 10px;
}

.comment_list_user_name {
  color: dodgerblue;
}

.comment_list_more_info {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-top: 20px;
}

.comment_list_more_info a {
  display: block;
  padding: 7px;
  font-size: 12px;
  color: #56a9d3;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
}

/* ディーラーリスト */
.d_name {
  display: flex;
  flex-wrap: wrap;
  border: none;
}

@media screen and (width <=768px) {
  .d_name {
    width: 65%;
  }
}

@media screen and (width <=480px) {
  .d_name {
    width: 100%;
  }
}

.d_name a {
  flex-basis: 60%;
  align-self: center;
}

@media screen and (width <=768px) {
  .d_name a {
    flex-basis: 50%;
    padding: 10px 0;
  }
}

@media screen and (width <=480px) {
  .d_name a {
    padding: 15px 0 0;
  }
}

.contact__sns {
  display: flex;
  flex-basis: 40%;
  justify-content: flex-end;
}

@media screen and (width <=480px) {
  .contact__sns {
    flex-basis: 50%;
    margin-top: 10px;
  }
}

.contact__sns__item img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

.fan_on {
  position: relative;
  align-self: center;
  width: 10%;
  text-align: center;
}

@media screen and (width <=1050px) {
  .fan_on {
    position: relative;
    font-size: 10px;
  }
}

@media screen and (width <=480px) {
  .fan_on {
    width: 33% !important;
    height: 50px;
  }
}

.dip_status {
  align-self: center;
  width: 10%;
  text-align: center;
}

@media screen and (width <=768px) {
  .dip_status {
    position: relative;
    text-align: right;
  }

  .dip_status::before {
    content: 'DIP:';
    position: absolute;
    left: 0;
  }
}

@media screen and (width <=480px) {
  .dip_status {
    width: 33% !important;
    text-align: left;
    padding-left: 30px !important;
  }
}

.d_detail {
  align-self: center;
  width: 15%;
  text-align: center;
}

@media screen and (width <=768px) {
  .d_detail {
    position: relative;
  }
}

@media screen and (width <=480px) {
  .d_detail {
    width: 33% !important;
    text-align: left;
  }
}

.inner_d-text {
  width: 100%;
  text-align: left;
  padding-top: 10px;
  white-space: break-spaces;
  word-break: break-all;
}

.inner_d-name {
  width: 100%;
  font-size: 16px;
  padding-bottom: 10px;
}

.status_label {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  margin: -20px 0 0 -10px;
}

@media screen and (width <=768px) {
  .status_label {
    margin: -10px 0 0 -10px;
  }
}

@media screen and (width <=480px) {
  .status_label {
    position: absolute;
    margin: -15px 0 0 -10px;
  }
}

.dip_premium {
  background: linear-gradient(170deg, #f6e9bf 0%, #c2aa60 100%);
  box-shadow: 0 0 1px 5px rgb(250 225 150 / 100%) inset;
}

.dip_premium_label {
  display: block;
  padding: 5px;
  font-size: 10px;
  color: gold;
  background: #191970;
  text-align: center;
}

.sanka {
  display: block;
  padding: 5px;
  font-size: 10px;
  color: white;
  background: #f00;
}

.dealer-list__fan {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.dealer-list__fan::before {
  content: '\f234';
  position: absolute;
  top: 50%;
  left: 55%;
  font-size: 20px;
  color: #aaa;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  transform: translate(-55%, -50%);
}

.dealer-list__fan input {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

.-is-active::before {
  color: #f98a00;
}

/* プレミアム会員ページ */
.premium_upgrade_btn {
  display: flex;
  width: 40%;
  padding: 10px;
  background: linear-gradient(170deg, #f6e9bf 0%, #c2aa60 100%);
  box-shadow: 0 0 1px 5px rgb(250 225 150 / 100%) inset;
  text-align: center;
  margin-top: 10px;
}

.premium_content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.premium_content_cols_left {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 70%;
  border-right: #2f95c9 dotted 1px;
  max-width: 70%;
  padding-right: 20px;
}

dl.premium_info {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  font-size: 16px;
}

dl.premium_info dt.premium_info_col1 {
  flex-basis: 20%;
  padding: 20px 10px;
  color: white;
  background: #2f95c9;
  text-align: center;
  border: 1px solid #2f95c9;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-bottom: 20px;
  max-width: 20%;
}

dl.premium_info dd.premium_info_col2 {
  flex-basis: 80%;
  padding: 20px 10px;
  border: 1px solid #2f95c9;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: 20px;
  max-width: 80%;
}

.premium_info_title {
  margin: auto;
  font-size: 20px;
  color: #b00;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 5px;
}

.premium_info_text {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  padding-left: 10px;
  padding-top: 20px;
}

.premium_info_text::before {
  content: '\f005';
  position: relative;
  top: 0;
  left: 0;
  color: #f98a00;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 5px;
  text-shadow: 2px 2px 2px #ccc;
}

.text_bold {
  font-size: 20px;
  color: #b00;
  font-weight: bold;
}

.subtext_box {
  display: flex;
  flex-basis: 80%;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 14px;
  color: #333;
  background: #ececec;
  border-radius: 5px;
  letter-spacing: 2px;
  margin-left: 20px;
  margin-top: 5px;
}

.premium_content_cols_right {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 30%;
  height: 1%;
  max-width: 30%;
  padding-left: 20px;
}

.upgrade__checkbox {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  align-self: flex-start;
  font-size: 14px;
  color: #2f95c9;
  margin-bottom: 20px;
}

.upgrade__checkbox input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

div.premium_content_cols_right label.upgrade__buy_button {
  position: relative;
  align-self: flex-start;
  width: 100%;
  padding: 15px 0 15px 20px;
  color: #fff;
  background: #3879d9;
  border-radius: 6px;
  text-align: center;
}

@media screen and (width <= 768px) {
  div.premium_content_cols_right label.upgrade__buy_button {
    width: 49%;
    margin-bottom: 10px;
  }
}

@media screen and (width <= 480px) {
  div.premium_content_cols_right label.upgrade__buy_button {
    padding: 20px 0 5px;
  }
}

div.premium_content_cols_right label.upgrade__buy_button::before {
  content: '\f07a';
  position: absolute;
  top: 13px;
  left: 20px;
  font-size: 17px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

@media screen and (width <= 1050px) {
  div.premium_content_cols_right label.upgrade__buy_button::before {
    top: 15px;
    font-size: 14px;
  }
}

@media screen and (width <= 480px) {
  div.premium_content_cols_right label.upgrade__buy_button::before {
    top: 5px;
    left: 42%;
  }
}

div.premium_content_cols_right label.upgrade__buy_button input {
  font-size: 16px;
  color: #fff;
  background: none;
  text-align: center;
  border: none;
}

@media screen and (width <= 1050px) {
  div.premium_content_cols_right label.upgrade__buy_button input {
    font-size: 13px;
  }
}

@media screen and (width <= 480px) {
  div.premium_content_cols_right label.upgrade__buy_button input {
    font-size: 10px;
  }
}

/* エラー表示 */
.cartField_Text_caution {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  justify-content: center;
  margin: 2% 0;
  padding: 1%;
  color: red;
  background: #ffe4e1;
  border-radius: 5px;
  border: 1px solid red;
}

.cartField_Text_caution li {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  justify-content: center;
  padding: 1%;
  font-size: 14px;
  color: red;
  border-bottom: 1px dotted red;
  max-width: 100%;
}

.cartField_Text_caution li a {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  max-width: 100%;
}

/* 入場予約 */
ul.reservation_content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
}

ul.reservation_content li {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  margin: auto;
  padding: 20px;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  border: #2f95c9 1px solid;
  letter-spacing: 0.2em;
  max-width: 100%;
}

ul.reservation_content li:not(:first-child) {
  border-top: none;
}

ul.reservation_content li label {
  flex-basis: 100%; /* text-align: left; */
}

/* ul.reservation_content li input{flex-basis: 40%;} */

.reservation_check {
  display: flex;
  margin: auto;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid dodgerblue;
  place-content: center center;
}

.reservation_check input {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-top: 8px;
}

dl.about_reserve_content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
}

dl.about_reserve_content dt.tittle {
  position: relative;
  flex-basis: 100%;
  font-size: 18px;
  color: #2f95c9;
  text-align: left;
  border-bottom: 1px solid #2f95c9;
  font-weight: 700;
  margin-bottom: 10px;
  max-width: 100%;
  padding-bottom: 10px;
  padding-left: 22px;
}

dl.about_reserve_content dt.tittle::before {
  content: '\f06a';
  position: absolute;
  top: 9px;
  left: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

dl.about_reserve_content dd {
  flex-basis: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #444;
  line-height: 32px;
  font-weight: lighter;
  letter-spacing: 0.2em;
  max-width: 100%;
}

ul.about_reserve_content_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
}

ul.about_reserve_content_list li {
  flex-basis: 100%;
  padding: 10px 0;
  font-size: 14px;
  list-style: circle;
  margin-left: 22px;
  max-width: 100%;
}

ul.about_reserve_content_list li.tittle {
  position: relative;
  flex-basis: 100%;
  padding: 10px 0 10px 22px;
  font-size: 18px;
  color: #2f95c9;
  font-weight: 700;
  list-style: none;
  margin-left: 0;
  max-width: 100%;
}

ul.about_reserve_content_list li.tittle::before {
  content: '\f0c8';
  position: absolute;
  top: 9px;
  left: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.reservation_status {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: auto;
  padding: 10px;
  font-size: 20px;
  color: dodgerblue;
  background: lightcyan;
  border-radius: 5px;
  text-align: center;
  border: 1px solid dodgerblue;
}

.reservation_status p {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  margin: auto;
  max-width: 100%;
}

.reservation_status p:first-child {
  margin-bottom: 20px;
}

/* bigsquare */
#page_top {
  margin-top: 50px;
}

.dmap_back_btn_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
}

a.dmap_back_btn {
  margin: 20px auto 0;
  padding: 10px 20px;
  font-size: 1.5em;
  color: white;
  background: dodgerblue;
  border-radius: 4px;
  text-align: center;
}

h4.bigsquare_title {
  width: 100%;
  margin: 50px auto;
  padding: 0;
  font-size: 30px;
  color: #2f95c9;
  text-align: center;
  font-weight: 700;
}

@media screen and (width <=768px) {
  h4.bigsquare_title {
    margin: 30px auto;
    font-size: 1.8rem;
  }
}

@media screen and (width <=480px) {
  h4.bigsquare_title {
    margin: 20px auto;
    font-size: 1.2rem;
  }
}

figure.bigsquare_hero {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

figure.bigsquare_hero img {
  flex-basis: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 0 10px #3879d9;
  border: 4px double #3879d9;
  max-width: 100%;
}

ul.bigsquare_item_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin: 50px 0;
  padding: 0;
}

li.bigsquare_item {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 33%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #3879d9;
  margin-bottom: 0.5%;
  margin-left: 0.5%;
  max-width: 33%;
}

li.bigsquare_item:nth-child(3n + 1) {
  margin-left: 0;
}

@media screen and (width <=480px) {
  li.bigsquare_item {
    flex-basis: 100%;
    margin-bottom: 5%;
    margin-left: 0;
    max-width: 100%;
  }
}

p.bigsquare_item_title {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 5px 20px;
  font-size: 20px;
  color: white;
  background: #3879d9;
  border-radius: 5px;
  font-weight: 700;
  margin-bottom: 10px;
}

figure.bigsquare_item_img {
  flex-basis: 100%;
  margin-bottom: 5px;
  max-width: 100%;
}

figure.bigsquare_item_img img {
  width: 100%;
  height: auto;
}

figure.bigsquare_dcut_img {
  flex-basis: 100%;
  margin-bottom: 5px;
  max-width: 100%;
}

figure.bigsquare_dcut_img img {
  display: flex;
  width: 660px;
  height: 450px;
  margin: auto;
}

@media screen and (width <=768px) {
  figure.bigsquare_dcut_img img {
    width: 100%;
    height: auto;
  }
}

ul.bigsquare_block_item_list {
  display: flex;
  flex-flow: wrap;
  gap: 1rem;
  width: 100%;
  margin-top: 20px;
}

li.bigsquare_block_item {
  display: flex;
  flex-flow: column;
  flex-basis: calc((100% - 2rem) / 3);
  gap: 0.5rem;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #3879d9;
}

@media screen and (width <=480px) {
  li.bigsquare_block_item {
    flex-basis: 100%;
  }
}

div.bigsquare_block_item_title {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}

div.bigsquare_block_item_title div.block_item_title__left_cols {
  display: flex;
  flex-basis: 100%;
  max-width: 100%;
}

div.bigsquare_block_item_title div.block_item_title__right_cols {
  flex-basis: 100%;
  max-width: 100%;
}

span.block_box {
  display: flex;
  padding: 5px;
  font-size: 13px;
  color: white;
  background: #3879d9;
  border-radius: 5px;
}

span.block_name {
  display: flex;
  font-size: 14px;
  word-break: break-all;
}

/* 空の子パネル
 * padding, margin の左右も 0 に指定してしまうと、
 * 最後の行のレイアウトが崩れるので注意。
 */
.bigsquare_block_item.is-empty {
  height: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}

span.item_small_text {
  font-size: 12px;
}

/* Dカット　アコーディオンメニュー */
.bigsquare_dlist {
  width: 100%;
  line-height: 2em;
  column-count: 3;
}

@media screen and (width <=480px) {
  .bigsquare_dlist {
    column-count: 2;
  }
}

.bigsquare_block_dlist {
  width: 100%;
  line-height: 2em;
  column-count: 2;
}

@media screen and (width <=480px) {
  .bigsquare_block_dlist {
    column-count: 1;
  }
}

.bigsquare__acd-check {
  display: none;
}

.bigsquare__acd-label {
  position: relative;
  display: block;
  padding: 10px;
  color: #fff;
  background: dodgerblue;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 1px;
  margin-top: 20px;
}

.bigsquare__acd-label::after {
  content: '\f107';
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 2em;
  background: #00479d;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  box-sizing: border-box;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.bigsquare__acd-content {
  display: block;
  width: 100%;
  height: 0;
  padding: 0 10px;
  border: 1px solid #333;
  opacity: 0;
  overflow: hidden;
  transition: 0.5s;
  transition: 0.5s ease-out;
  visibility: hidden;
}

.bigsquare__acd-check:checked + .bigsquare__acd-label::after {
  content: '\f106';
}

.bigsquare__acd-check:checked + .bigsquare__acd-label + .bigsquare__acd-content {
  height: auto;
  padding: 10px;
  opacity: 1;
  transition: 0.5s ease-out;
  visibility: visible;
}

@media screen and (width <=768px) {
  .bigsquare__acd-label::after {
    display: none;
  }
}

@media screen and (width <=480px) {
  .bigsquare__acd-label {
    display: flex;
    flex-direction: column;
  }

  .bigsquare__acd-label::after {
    height: 100%;
  }

  .bigsquare__acd-content {
    width: 100%;
  }
}

.font__large {
  font-size: 16px;
}

@media screen and (width <=480px) {
  .font__large {
    font-size: 12px;
  }
}

.width__100 {
  width: 100%;
  height: 40px;
  margin-top: unset;
  padding-right: 55px;
}

@media screen and (width <=768px) {
  .width__100 {
    padding: 10px;
  }
}

ul.bigsquare_imgblock {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

ul.bigsquare_imgblock li {
  display: flex;
  flex-basis: 25%;
  max-width: 25%;
}

a.anchor {
  position: relative;
  z-index: -1;
  display: block;
  width: 100%;
  margin-top: -150px;
  padding-top: 150px;
}

@media screen and (width <=768px) {
  .sp_ticket {
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}

/* マイページ広告枠 */
section.info_item_contain {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  margin: -20px auto 20px;
  padding: 0;
  background: white;
  border-radius: 5px;
  border: 3px solid #036;
  max-width: 100%;
}

section.info_item_contain h4 {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  height: auto;
  margin: auto;
  padding: 10px;
  font-size: 1.8rem;
  color: white;
  background: #036;
  font-weight: 700;
  max-width: 100%;
  padding-bottom: 1rem;
}

@media screen and (width <=480px) {
  section.info_item_contain h4 {
    font-size: 1.2rem;
  }
}

ul.info_item_list {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  padding: 1rem 2rem;
  font-size: 1em;
  line-height: 2rem;
  max-width: 100%;
}

ul.info_item_list li {
  flex-basis: 100%;
  font-size: 16px;
  max-width: 100%;
}

@media screen and (width <=480px) {
  ul.info_item_list li {
    font-size: 12px;
  }
}

/* loader */
.bg-change {
  background: linear-gradient(0deg, rgb(255 50 0 / 50%) 0%, rgb(255 110 50 / 50%) 100%) !important;
}

.loader-1 {
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: auto;
  border-radius: 50%;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: spin;
  animation-timing-function: linear;
  border: solid 4px;
  border-color: #000 #00000070 #00000070;
  inset: 0;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* 抽選販売 */
.lottery_item__box {
  /* 親box */
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}

.lottery_item__subbox {
  /* item単位の親box */
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  background: #f1f1f1;
  margin-bottom: 10px;
  max-width: 100%;
}

.lottery_item__header {
  flex-basis: 100%;
  margin: 0 20px;
  padding: 20px 0 15px;
  font-size: 0.875rem;
  border-bottom: 1px solid #2f95c9;
  box-sizing: border-box;
  max-width: 100%;
}

@media screen and (width <=480px) {
  .lottery_item__header {
    margin: 0 10px;
    padding: 10px 0;
    font-size: 0.875rem;
  }
}

.lottery_item__body {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  align-self: flex-start;
  padding: 20px;
  max-width: 100%;
}

@media screen and (width <=480px) {
  .lottery_item__body {
    padding: 10px;
  }
}

.lottery_item__img {
  position: relative;
  display: flex;
  flex-basis: 15%;
  align-items: center;
  justify-content: center;
  height: auto;
  max-width: 15%;
}

@media screen and (width <=480px) {
  .lottery_item__img {
    flex-basis: 30%;
    max-width: 30%;
  }
}

.lottery_item__img img {
  width: 120px;
}

@media screen and (width <=480px) {
  .lottery_item__img img {
    width: 100px;
  }
}

.lottery_item__info {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 65%;
  margin-top: -0.6em;
  max-width: 65%;
  padding-left: 20px;
}

@media screen and (width <=480px) {
  .lottery_item__info {
    flex-basis: 70%;
    margin-top: 0;
    max-width: 70%;
  }
}

.lottery_item_info__list {
  font-size: 13px;
  line-height: 1.69231;
}

.lottery_item_info__product_name {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lottery_item_info__product_price {
  color: #b00;
}

.lottery_item_info__fav {
  display: inline-flex;
  align-items: center;
}

.lottery_item__lottery {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 20%;
  align-self: flex-start;
  max-width: 20%;
}

@media screen and (width <=480px) {
  .lottery_item__lottery {
    flex-basis: 100%;
    margin-top: 10px;
    max-width: 100%;
  }
}

.lottery_head {
  flex-basis: 100%;
  padding: 5px;
  font-size: 13px;
  background: #fff;
  text-align: center;
  border: 1px solid #2f95c9;
  max-width: 100%;
}

.lottery_body {
  flex-basis: 100%;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  line-height: 1.69231;
  max-width: 100%;
}

.lottery_btn {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  padding: 2px 5px;
  font-size: 13px;
  color: #fff;
  border-radius: 4px;
  background-color: #3879d9;
  max-width: 100%;
}

.-is-red {
  color: red;
}

.bg-lottery {
  background: linear-gradient(0deg, rgb(230 64 78) 0%, rgb(255 71 87) 100%) !important;
}

.lottery_msg__box {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.lottery_msg__box p {
  font-size: 1.2rem;
  margin-right: 20px;
  text-decoration: underline 5px #ff9;
}

.lottery_msg__caution {
  position: relative;
  padding: 5px 10px;
  font-size: 0.75rem;
  color: red;
  background: #fee;
  border-radius: 4px;
  border: 1px solid red;
  margin-top: -5px;
  padding-left: 25px;
}

.lottery_msg__caution::before {
  content: '※';
  position: absolute;
  left: 10px;
}

/* RR */
.entry_box {
  display: flex;
  align-items: center;
  width: 100%;
}

.rr_btn_entry,
.rr_btn_entry-currently,
.rr_btn_cancel {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  font-size: 0.75rem;
  color: #fff;
  border-radius: 4px;
  letter-spacing: 0.2em;
}

.rr_btn_entry {
  background: #2f95c9;
}

.rr_btn_entry-currently {
  background: #c92f2f;
}

.rr_btn_cancel {
  background: #444;
}

.rr_btn_entry::before,
.rr_btn_entry-currently::before,
.rr_btn_cancel::before {
  content: '';
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 5px;
}

.rr_btn_entry::before {
  content: '\f152';
}

.rr_btn_entry-currently::before {
  content: '\f14a';
}

.rr_btn_cancel::before {
  content: '\f2d3';
}

.rr_btn_release {
  padding: 5px;
  font-size: 0.75rem;
  color: #c92f2f;
  background: white;
  border-radius: 4px;
  margin-left: 10px;
}

.-locked {
  color: #444;
  background: #ccc;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

.rr_purchase {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  padding: 2px 5px;
  font-size: 13px;
  color: #fff;
  border-radius: 4px;
  background-color: #444;
  max-width: 100%;
}

.item_rr__favorite {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.item_rr__favorite input {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background: none;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  outline: none;
}

.item_rr__favorite.-is-active::before {
  color: #f98a00;
}

.item_rr__favorite::before {
  content: '\f005';
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 12px;
  color: #aaa;
  line-height: 12px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  inset: 0;
}

/* modal Window POPUP */
.modal {
  /* display: none; */
  position: fixed;
  z-index: 10000;
}

.modal__item {
  position: fixed;
  z-index: 20000;
  top: 100px;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 768px;
  margin: 0 auto;
}

@media screen and (width <= 768px) {
  .modal__item {
    top: 34.5%;
    width: 90%;
  }
}

.modal__item_text,
.modal__alert {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 18px;
  background: #fff;
  line-height: 27px;
  letter-spacing: 0.1rem;
}

.modal__alert {
  align-self: stretch;
  color: #e03131;
  background: #fdd;
  text-align: center;
  border: 3px solid #e03131;
  font-weight: 700;
  margin-bottom: 20px;
}

.modal__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  font-size: 22px;
  color: #fff;
  background: #07f;
  text-align: center;
  font-weight: bold;
}

@media screen and (width <= 768px) {
  .modal__btn a {
    height: 50px;
    font-size: 14px;
  }
}

.modal__btn a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 9.5px 0 9.5px 13px;
}

@media screen and (width <= 768px) {
  .modal__btn a::before {
    right: 10px;
    border-width: 6.5px 0 6.5px 10px;
  }
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
}

.modal__close {
  position: absolute;
  top: -40px;
  right: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px rgb(0 0 0 / 80%);
  border: 2px solid #fff;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.15s linear;
}

@media screen and (width <= 768px) {
  .modal__close {
    top: -35px;
    right: 0;
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
}

.modal__close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.mbr-btn {
  position: relative;
}

.mbr-btn::after {
  content: '※hobima.comに遷移';
  position: absolute;
  bottom: 2px;
  font-size: 11px;
  margin-left: -18px;
}

@media screen and (width <= 480px) {
  .caution_msg {
    font-size: 12px !important;
    text-align: left !important;
  }
}
