/* original css */
/* header+nav area */
label {
  margin-bottom: 0!important;
}
.link-header {
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 24px !important;
  background-position: left center;
  margin-top: 6px;
  margin-bottom: 6px;
}

.link-header-history {
  background-image: url(/images/icons/header/history.svg);
}

.link-header-favorite {
  background-image: url(/images/icons/header/favorite.svg);
}

.link-header-notification {
  background-image: url(/images/icons/header/notice.svg);
}

.link-header-todo {
  background-image: url(/images/icons/header/todo.svg);
}

.navbar-brand {
  margin-right: 0.05rem !important;
}

.navbar-header {
  background: #ececec;
}

.navbar-brand img {
  width: 14rem !important;
  height: auto;
}

.container-fluid {
  gap: 6px;
}

.header-search-box-form {
  margin-top: 0!important;
  margin-bottom: 0 !important;
}
/*
.header-search-box {
  margin-left: 30%;
  margin-right: 4%;
}

.btn-header-login {
  border-radius: 4px;
  background: #1cedff;
  color: #ffffff !important;
}

.btn-header-mypage {
  border-radius: 4px;
  background: #ff32fd;
  color: #ffffff !important;
}
*/

.header-keyword {
  font-size: 16px !important;
}

.header-search-box input[type=submit],
.header-search-box button {
  background-color: #1d1d1d;
}

.header-search-box,
.header-search-buttons {
  margin-top: 0 !important;
}

/* side bar */
#mypage-side {
  width: 240px;
}

.mypage-sidebar {
  border-radius: 14px;
  box-shadow: 1.29px 1.53px 6px #d4d0d6;
}

.mypage-sidebar-button {
  display: flex;
  gap: 6%;
  text-align: end;
  justify-content: center;
}

.mypage-sidebar-button img {
  height: 30px;
}

.mypage-sidebar-button::after {
  content: url('/images/icons/sidebar/right-allow-upload.svg');
  position: relative;
  top: 3px;
}

.mypage-sidebar-title {
  background: linear-gradient(165deg, #ff32fd 0%, #ff32fd 18.6%, #d748f5 38.3%, #ae5dec 50%, #65a5f6 74%, #1cedff 100%);
  border-radius: 14px 14px 0 0;
  line-height: 16px;
  display: flex;
  gap: 6%;
  text-align: end;
  justify-content: center;
}

.mypage-sidebar-title img {
  height: 16px;
}

.mypage-sidebar-container {
  border-radius: 0 0 14px 14px;
  background-color: #ffffff;
  padding: 0;
}
.mypage-sidebar-item-text {
  color: #1d1d1d;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  font-size: 15.5px;
  letter-spacing: 0.02em;
  border-bottom: solid;
  border-color: #e5e5e5;
  border-width: 1px;
  background-color: #ffccff;
}

.mypage-sidebar-item {
  color: #1d1d1d;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  font-size: 100%;
  letter-spacing: 0.02em;
  border-bottom: solid;
  border-color: #e5e5e5;
  border-width: 1px;
}

.mypage-sidebar-item-text {
  font-size: 90%;
}

.mypage-sidebar-item::after {
  content: url('/images/icons/sidebar/right-allow.svg');
  position: relative;
  top: 3px;
}

.mypage-sidebar-item-link {
  color: #1d1d1d;
  text-decoration: none;
}

.mypage-sidebar-item-link:hover {
  text-decoration: none;
}

.mypage-sidebar-item a {
  color: #1d1d1d;
  text-decoration: none;
}

.mypage-sidebar-item:hover {
  color: #1d1d1d;
  text-decoration: none;
  background-color: #ffe6ff;
}

.mypage-sidebar-item a:visited {
  color: #1d1d1d;
  text-decoration: none;
}

.mypage-sidebar-title-icon1::before {
  background-image: url(/images/icons/sidebar/icon1.svg);
}

.mypage-sidebar-title-icon2 {
  background-image: url(/images/icons/sidebar/icon2.svg);
}

.mypage-sidebar-title-icon3 {
  background-image: url(/images/icons/sidebar/icon3.svg);
}

.mypage-sidebar-title-icon4 {
  background-image: url(/images/icons/sidebar/icon3.svg);
}

/* main area */
main {
  background-image: url('/images/backgrounds/top.png');
  background-repeat: repeat;
}

.mypage-container {
  width: 96%;
  max-width: 100%;
}

#page-container {
  margin-top: 40px;
  margin-left: 20px;
}

#top-banner {
  margin-top: 40px;
  height: 400px;
  width: 100%;
  background-color: blueviolet;
}

/* each contents */
.flex-two {
  display: flex;
  gap: 4%;
}

.flex-two > div {
  flex-basis: 50%;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.attention {
  color: #ff0000;
}

.attention_red {
  color: #ff0000 !important;
  text-decoration: underline solid #ff0000;
}

.attention_red_noline {
  color: #ff0000 !important;
  text-decoration: none;
}

.attention_blue {
  color: #3490dc !important;
  text-decoration: underline solid #3490dc;
}

.signup-container {
  padding: 34px 0 124px 0;
}

.card {
  border-radius: 14px;
  margin: 0 auto;
}

.card-header {
  background: linear-gradient(165deg, #ff32fd 0%, #ff32fd 18.6%, #d748f5 38.3%, #ae5dec 50%, #65a5f6 74%, #1cedff 100%);
  border: 0.65px solid #d0c3d0;
  color: #fefefe;
  font-size: 20px;
  line-height: 24px;
  vertical-align: middle;
  font-family: IBMPlexSansJP-Medium;
  border-radius: 14px 14px 0 0;
  text-align: center;
}

.card-header:first-child {
  /* border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; */
  border-radius: 14px 14px 0 0;
}

.card-header-with-icon::before { 
  margin-right: 10px;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.card-header-with-icon-game-connect::before {
  content: url("/images/icons/card/title_logo.svg");
  position: relative;
  top: 1px;
}

.card-header-with-icon-ranking::before {
  content: url("/images/icons/card/ranking.svg");
  position: relative;
  top: 1px;
}

.card-header-with-icon-game::before {
  content: url("/images/icons/card/game.svg");
  position: relative;
  top: 1px;
}

.card-header-with-icon-latest-game::before {
  content: url("/images/icons/card/latest_game.svg");
  position: relative;
  top: 1px;
}

.card-header-with-icon-release::before {
  content: url("/images/icons/card/release.svg");
  position: relative;
  top: 1px;
}

.card-header-with-icon-star::before {
  content: url("/images/icons/card/star.svg");
  position: relative;
  top: 1px;
}

.card-header-with-icon-review::before {
  content: url("/images/icons/card/review.svg");
  position: relative;
  top: 1px;
}

.card-header-with-icon-review-black::before {
  content: url("/images/icons/card/review_black.svg");
  position: relative;
  top: 1px;
}

.card-header-with-icon-blog::before {
  content: url("/images/icons/card/blog.svg");
  position: relative;
  top: 1px;
}

.card-header-with-icon-news::before {
  content: url("/images/icons/card/news.svg");
  position: relative;
  top: 1px;
}

.card-header-with-icon-todo::before {
  content: url("/images/icons/card/todo.svg");
  position: relative;
  top: 1px;
}

.card-header-with-icon-favorite::before {
  content: url("/images/icons/card/favorite.svg");
  position: relative;
  top: 1px;
}

.card-header-with-icon-purchase::before {
  content: url("/images/icons/card/purchase.svg");
  position: relative;
  top: 1px;
}

.card-header-with-icon-watch::before {
  content: url("/images/icons/card/watch.svg");
  position: relative;
  top: 1px;
}

.card-header-with-icon-user::before {
  content: url("/images/icons/card/user.svg");
  position: relative;
  top: 1px;
}

.card-header-with-icon-pointer-black::before {
  content: url("/images/icons/card/pointer.svg");
  position: relative;
  top: 1px;
}

.card-title {
  color: #1d1d1d;
  text-align:center;
  font-size: 18px;
}

.card-contents {
  margin:0.25rem auto;
  padding: 0 1.0rem;
}

.card-contents-profile {
  margin: 0 auto;
}

.card-sub-title {
  background: linear-gradient(165deg, #ff32fd 0%, #ff32fd 18.6%, #d748f5 38.3%, #ae5dec 50%, #65a5f6 74%, #1cedff 100%);
  border: 0.65px solid #d0c3d0;
  color: #fefefe;
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
  font-family: IBMPlexSansJP-Medium;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 4px;
}

.card-sub-contents {
  display: block;
  margin: 10px 0 0 0;
}

.card-sub-contents-each {
  display: flex;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e5e5e5;
  min-height: 80px;
  padding: 4px 6px 4px 48px;
  align-items: center;
  margin: 0 0 10px 0;
  gap: 4%;
}

.card-sub-contents-each-column {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  height: fit-content;
  min-height: 80px;
  padding: 4px 6px 4px 6px;
  align-items: flex-start;
  gap: 4%;
}

.card-sub-contents-each-title {
  font-weight: 560;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  height: fit-content;
  padding: 0 6px;
  align-items: flex-start;
  gap: 4%;
  border-radius: 8px;
  background: linear-gradient(30deg, #ffb3fe 0%, #ffb3fe 0.2%, #edc4f5 31.63%, #cac5ce 47.83%, #b9c9df 62.96%, #afdee2 100%);
}

.card-sub-contents-each-row {
  display: flex;
  flex-direction: row;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  height: fit-content;
  min-height: 80px;
  padding: 4px 6px 4px 6px;
  align-items: flex-start;
  gap: 4%;
}

.card-sub-scrollable {
  max-height: 300px;
  overflow-y: scroll;
  padding: 2px;
}

.card-sub {
  padding: 2px;
}

.card-sub-scrollable::-webkit-scrollbar {
  width: 8px;
}

.card-sub-scrollable::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}

.card-sub-scrollable::-webkit-scrollbar-thumb {
  background-color: #ff32fd;
  border-radius: 100px;
  height: 20%;
}

.card-sub-contents-each-normal {
  padding: 4px 6px 4px 10px!important;
}

.card-sub-contents-each-btn {
  text-align: center;
  margin: 6px 0;
}

.card-sub-contents-each-btn-small{
  margin: 2px 0;
}

.card-sub-contents-each-btn-small a {
  font-size: 0.7rem;
  text-align: right !important;
  margin: 0 0 0 auto;
  padding: 1px 6px !important;
  gap: 8px;
}

.date-style {
  color: #b1b1b1;
  margin: 0;
}

.schedule-style {
  color: #ffffff;
  background-color: #e29315c3;
  width: fit-content;
  border-radius: 8px;
  margin: 0;
  padding: 2px;
  letter-spacing: 0.02em;
  font-size: 14px;
}

.attention-style {
  color: #ffffff;
  background-color: #ff3333;
  border-radius: 2px;
  margin: 0 0 0 8px;
  padding: 1px;
  letter-spacing: 0.02em;
  font-size: 11px;
}

.read-style {
  color: #ffffff;
  background-color: #888;
  border-radius: 2px;
  margin: 0 0 0 8px;
  padding: 1px;
  letter-spacing: 0.02em;
  font-size: 11px;
}

.title-style {
  margin: 0 0 6px 0;
  color: #1d1d1d;
}

.title-detail {
  font-size: 0.8rem;
  color: #1d1d1d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
}

.detail-style {
  font-size: 0.8rem;
  color: #1d1d1d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  border-top: 1px solid #e5e5e5;
  padding-top: 0.5rem;
}

.btn-light-gray {
  background: #ececec;
  border: 1px solid #ececec;
  color: #1d1d1d!important;
  text-decoration: none!important;
  padding: 6px 12px !important;
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: fit-content;
}

.btn-light-gray span {
  color: #1d1d1d;
  width: 90%;
  margin-right: 1rem;
  padding: 0.25rem 0;
  text-align: left;
}

.btn-light-gray::after {
  content: url('/images/icons/sidebar/right-allow.svg');
  position: relative;
  width: 10%;
  padding: 0.25rem 0;
  width: calc(100vw/36);
  /* top: 3px; */
}

.rank1 {
  background: url('/images/ranking/rank1.svg'), linear-gradient(-220deg, #debd21 0%, #debd21 14%, #ffffff 14%, #ffffff 100%);
  background-repeat: no-repeat;
}

.rank2 {
  background: url('/images/ranking/rank2.svg'),linear-gradient(-220deg, #b2babe 0%, #b2babe 14%, #ffffff 14%, #ffffff 100%);
  background-repeat: no-repeat;
}

.rank3 {
  background: url('/images/ranking/rank3.svg'),linear-gradient(-220deg, #e28d4d 0%, #e28d4d 14%, #ffffff 14%, #ffffff 100%);
  background-repeat: no-repeat;
}

.rank4 {
  background: url('/images/ranking/rank4.svg'),linear-gradient(-220deg, #8cc63f 0%, #8cc63f 14%, #ffffff 14%, #ffffff 100%);
  background-repeat: no-repeat;
}

.rank5 {
  background: url('/images/ranking/rank5.svg'),linear-gradient(-220deg, #8cc63f 0%, #8cc63f 14%, #ffffff 14%, #ffffff 100%);
  background-repeat: no-repeat;
}

.card-sub-contents-each-left {
  width: fit-content !important;
}

.card-sub-contents-each-left img {
  aspect-ratio: 1/1;
  object-fit: cover;
  aspect-ratio: 1/1;
  width: 60px!important;
  max-width: 60px;
}

.card-sub-contents-each-right {
  padding: 10px 10px 10px 0;
  text-align: left;
  color: #737373;
  display:flex;
  row-gap: 10px;
  flex-direction: column;
}

.card-sub-contents-each-right p {
  margin: 0;
}

.card-sub-contents-each .title {
  color: #737373;
  font-size: 16px;
}

.title {
  height: fit-content;
  font-size: 0.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}

.category {
  color: #1cedff;
  font-size: 10px;
  border-radius: 18px;
  width: fit-content;
  border: 1px solid #1cedff;
  padding: 2px 4px;
}

.card-header-with-pc::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/images/icons/card/pc.svg");
  padding: 2px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 4px;
  background-repeat: no-repeat;
}

.card-header-with-sp::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/images/icons/card/sp.svg");
  padding: 2px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 6px;
  background-repeat: no-repeat;
}

.kiyaku > ul {
  list-style: none;
  padding-left: 4px;
}

.kiyaku li {
  padding-bottom: 2px;
}

.kiyaku::-webkit-scrollbar {
    width: 8px;
}

.kiyaku::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

.kiyaku::-webkit-scrollbar-thumb {
    background-color: #ff32fd;
    border-radius: 100px;
    height: 20%;
}

/* common */
.sold_out {
  cursor: default  !important;
  background-color: #9fa5aa  !important;
  border-color: #9fa5aa  !important;
}

.sold_out:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #6c757d;
}

.sold_out:active {
  background-color: #9fa5aa;
  border-color: #9fa5aa;
  color: #9fa5aa;
}


.pay-links {
  padding: 10px 0 0 10px;
}

.pay-links-card img {
  object-fit: cover;
  width: 46px!important;
  margin: 0 2px;
  aspect-ratio: auto!important;
}

.pay-links-convenience img {
  object-fit: cover;
  height: 36px !important;
  margin: 0 2px;
  aspect-ratio: auto !important;
}

.footer-service-sns-links {
    padding: 10px 0 0 10px;
}

.footer-service-sns-links-sp {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  gap: 0.1rem;
  margin: 10px auto;
  flex-wrap: wrap;
}

.footer-sp-address {
  font-size: 13px;
  margin: 6px 0;
}

.footer-service-sns-links-sp-a,
.footer-service-sns-links-sp-a:hover,
.footer-service-sns-links-sp-a:visited {
  color: #000;
}

.center-block {
  margin: 0 auto;
}

.btn-primary {
  min-width: 100px;
}

.btn-secondary {
  min-width: 100px;
  border-radius: 8px;
}

.btn-third {
    color: #fff !important;
    background-color: #ff32fd;
    border-color: #ff32fd;
    min-width: 100px;
    border-radius: 8px;
}

.btn-third:hover {
    color: #fff !important;
    background-color: #ff32fd;
    border-color: #ff32fd;
    opacity: 0.5;
}

.btn-third:focus,
.btn-third.focus {
    color: #fff !important;
    background-color: #ff32fd;
    border-color: #ff32fd;
    box-shadow: 0 0 0 0.2rem #f85bf5;
    opacity: 1;
}

.btn-third.disabled,
.btn-third:disabled {
    color: #fff !important;
    background-color: #ff32fd;
    border-color: #ff32fd;
    box-shadow: 0 0 0 0.2rem #f85bf5;
    opacity: 0.65;
}

.btn-third:not(:disabled):not(.disabled):active,
.btn-third:not(:disabled):not(.disabled).active,
.show>.btn-third.dropdown-toggle {
    color: #fff !important;
    background-color: #fd2afa;
    border-color: #fd2afa;
}

.btn-third:not(:disabled):not(.disabled):active:focus,
.btn-third:not(:disabled):not(.disabled).active:focus,
.show>.btn-third.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #fd2afa;
}

.btn-forth {
    color: #fff !important;
    background-color: #1cedff;
    border-color: #1cedff;
    min-width: 100px;
    border-radius: 8px;
}

.btn-forth:hover {
    color: #fff !important;
    background-color: #11e8fc;
    border-color: #11e8fc;
    opacity: 0.5;
}

.btn-forth:focus,
.btn-forth.focus {
    color: #fff !important;
    background-color: #1cedff;
    border-color: #1cedff;
    box-shadow: 0 0 0 0.2rem #1cedff;
}

.btn-forth.disabled,
.btn-forth:disabled {
    color: #fff !important;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-forth:not(:disabled):not(.disabled):active,
.btn-forth:not(:disabled):not(.disabled).active,
.show>.btn-forth.dropdown-toggle {
    color: #fff !important;
    background-color: #1cedff;
    border-color: #1cedff;
}

.btn-forth:not(:disabled):not(.disabled):active:focus,
.btn-forth:not(:disabled):not(.disabled).active:focus,
.show>.btn-forth.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #05e8fd;
}

.btn-fifth {
  color: #1d1d1d !important;
  background-color: #ececec;
  border-color: #ececec;
  border-radius: 8px;
  min-width: 100px;
}

.btn-fifth:hover {
  color: #1d1d1d !important;
  background-color: #ececec;
  border-color: #ececec;
  opacity: 0.5;
  border-radius: 8px;
}

.btn-fifth:focus,
.btn-fifth.focus {
  color: #1d1d1d !important;
  background-color: #ececec;
  border-color: #ececec;
  box-shadow: 0 0 0 0.2rem #ececec;
  opacity: 1;
  border-radius: 8px;
}

.btn-fifth.disabled,
.btn-fifth:disabled {
  color: #fff !important;
  background-color: #6c757d;
  border-color: #6c757d;
  border-radius: 8px;
}

.btn-fifth:not(:disabled):not(.disabled):active,
.btn-fifth:not(:disabled):not(.disabled).active,
.show>.btn-fifth.dropdown-toggle {
  color: #1d1d1d !important;
  background-color: #ececec;
  border-color: #ececec;
  border-radius: 8px;
}

.btn-fifth:not(:disabled):not(.disabled):active:focus,
.btn-fifth:not(:disabled):not(.disabled).active:focus,
.show>.btn-fifth.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #ececec;
}

.btn-sixth {
  color: #ffffff !important;
  background-color: #c20000;
  border-color: #c20000;
  border-radius: 8px;
  min-width: 100px;
}

.btn-sixth:hover {
  color: #ffffff !important;
  background-color: #c20000;
  border-color: #c20000;
  opacity: 0.5;
  border-radius: 8px;
}

.btn-sixth:focus,
.btn-sixth.focus {
  color: #ffffff !important;
  background-color: #c20000;
  border-color: #c20000;
  box-shadow: 0 0 0 0.2rem #ececec;
  opacity: 1;
  border-radius: 8px;
}

.btn-sixth.disabled,
.btn-sixth:disabled {
  color: #fff !important;
  background-color: #6c757d;
  border-color: #6c757d;
  border-radius: 8px;
}

.btn-sixth:not(:disabled):not(.disabled):active,
.btn-sixth:not(:disabled):not(.disabled).active,
.show>.btn-sixth.dropdown-toggle {
  color: #ffffff !important;
  background-color: #c20000;
  border-color: #c20000;
  border-radius: 8px;
}

.btn-sixth:not(:disabled):not(.disabled):active:focus,
.btn-sixth:not(:disabled):not(.disabled).active:focus,
.show>.btn-sixth.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #c20000;
}

.btn-seventh {
  color: #ffffff !important;
  background-color: #c78ae6;
  border-color: #c78ae6;
  border-radius: 8px;
  font-size: 16px;
}

.btn-seventh:hover {
  color: #ffffff !important;
  background-color: #c78ae6;
  border-color: #c78ae6;
  opacity: 0.5;
  border-radius: 8px;
}

.btn-seventh:focus,
.btn-seventh.focus {
  color: #ffffff !important;
  background-color: #c78ae6;
  border-color: #c78ae6;
  box-shadow: 0 0 0 0.2rem #ececec;
  opacity: 1;
  border-radius: 8px;
}

.btn-seventh.disabled,
.btn-seventh:disabled {
  color: #fff !important;
  background-color: #6c757d;
  border-color: #6c757d;
  border-radius: 8px;
}

.btn-seventh:not(:disabled):not(.disabled):active,
.btn-seventh:not(:disabled):not(.disabled).active,
.show>.btn-seventh.dropdown-toggle {
  color: #ffffff !important;
  background-color: #c78ae6;
  border-color: #c78ae6;
  border-radius: 8px;
}

.btn-seventh:not(:disabled):not(.disabled):active:focus,
.btn-seventh:not(:disabled):not(.disabled).active:focus,
.show>.btn-seventh.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #c78ae6;
}

.btn-eighth {
  color: #1d1d1d !important;
  background-color: #ececec;
  border-color: #ececec;
  border-radius: 8px;
  font-size: 16px;
}

.btn-eighth:hover {
  color: #1d1d1d !important;
  background-color: #ececec;
  border-color: #ececec;
  opacity: 0.5;
  border-radius: 8px;
}

.btn-eighth:focus,
.btn-eighth.focus {
  color: #1d1d1d !important;
  background-color: #ececec;
  border-color: #ececec;
  box-shadow: 0 0 0 0.2rem #ececec;
  opacity: 1;
  border-radius: 8px;
}

.btn-eighth.disabled,
.btn-eighth:disabled {
  color: #1d1d1d !important;
  background-color: #ececec;
  border-color: #ececec;
  border-radius: 8px;
}

.btn-eighth:not(:disabled):not(.disabled):active,
.btn-eighth:not(:disabled):not(.disabled).active,
.show>.btn-eighth.dropdown-toggle {
  color: #1d1d1d !important;
  background-color: #ececec;
  border-color: #ececec;
  border-radius: 8px;
}

.btn-eighth:not(:disabled):not(.disabled):active:focus,
.btn-eighth:not(:disabled):not(.disabled).active:focus,
.show>.btn-eighth.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #ececec;
}

.btn-ninth {
  color: #fff;
  background-color: #ff524d;
  border-color: #ff524d;
  width: fit-content;
  padding: 0.25rem 2rem;
}

.btn-ninth:hover {
  color: #fff;
  background-color: #ce3f3a;
  border-color: #c73f3a;
}

.btn-ninth:focus,
.btn-ninth.focus {
  color: #fff;
  background-color: #ce3f3a;
  border-color: #c73f3a;
  box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

.btn-ninth.disabled,
.btn-ninth:disabled {
  color: #fff;
  background-color: #ff524d;
  border-color: #ff524d;
}

.btn-ninth:not(:disabled):not(.disabled):active,
.btn-ninth:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c73f3a;
  border-color: #b34440;
}

.btn-ninth:not(:disabled):not(.disabled):active:focus,
.btn-ninth:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

.btn-tenth {
  color: #ffffff !important;
  background-color: #b1b1b1;
  border-color: #b1b1b1;
  border-radius: 8px;
}

.btn-tenth:hover {
  color: #ffffff !important;
  background-color: #b1b1b1;
  border-color: #b1b1b1;
  opacity: 0.5;
  border-radius: 8px;
}

.btn-tenth:focus,
.btn-tenth.focus {
  color: #ffffff !important;
  background-color: #b1b1b1;
  border-color: #b1b1b1;
  box-shadow: 0 0 0 0.2rem #b1b1b1;
  opacity: 1;
  border-radius: 8px;
}

.btn-tenth.disabled,
.btn-tenth:disabled {
  color: #ffffff !important;
  background-color: #6c757d;
  border-color: #6c757d;
  border-radius: 8px;
}

.btn-tenth:not(:disabled):not(.disabled):active,
.btn-tenth:not(:disabled):not(.disabled).active,
.show>.btn-tenth.dropdown-toggle {
  color: #1d1d1d !important;
  background-color: #ececec;
  border-color: #ececec;
  border-radius: 8px;
}

.btn-tenth:not(:disabled):not(.disabled):active:focus,
.btn-tenth:not(:disabled):not(.disabled).active:focus,
.show>.btn-tenth.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #ececec;
}

.btn-cancel {
  color: #ffffff !important;
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  border-radius: 8px;
}

.btn-cancel:hover {
  color: #ffffff !important;
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  opacity: 0.5;
  border-radius: 8px;
}

.btn-cancel:focus {
  color: #ffffff !important;
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  box-shadow: 0 0 0 0.2rem #1d1d1d;
  opacity: 1;
  border-radius: 8px;
}

.btn-cancel:active,
.btn-cancel.active {
  color: #ffffff !important;
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  box-shadow: 0 0 0 0.2rem #1d1d1d;
  opacity: 1;
  border-radius: 8px;
}

.btn-cancel.disabled,
.btn-cancel:disabled {
  color: #ffffff !important;
  background-color: #6c757d;
  border-color: #6c757d;
  border-radius: 8px;
}

.btn-cancel:not(:disabled):not(.disabled):active,
.btn-cancel:not(:disabled):not(.disabled).active,
.show > .btn-cancel.dropdown-toggle {
  color: #ffffff!important;
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  border-radius: 8px;
}

.btn-cancel:not(:disabled):not(.disabled):active:focus,
.btn-cancel:not(:disabled):not(.disabled).active:focus,
.show>.btn-cancel.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #1d1d1d;
}

.margin-updown {
  margin: auto 0;
}

.margin-updown-025rem {
  margin: 0.25rem auto;
}

.margin-updown-050rem {
  margin: 0.5rem auto;
}

.margin-updown-1rem {
  margin: 1rem auto;
}

.margin-updown-2rem {
  margin: 2rem auto;
}

.margin-down-025rem {
  margin-bottom: 0.25rem;
}

.margin-down-050rem {
  margin-bottom: 0.5rem;
}

.margin-down-1rem {
  margin-bottom: 1rem;
}

.margin-down-2rem {
  margin-bottom: 2rem;
}

.margin-1rem {
  margin: 1rem;
}

.margin-side {
  margin: 0 auto;
}

.margin-right-1rem {
  margin-right: 1rem;
}

.margin-right-2rem {
  margin-right: 2rem;
}

.d-flex-column {
  display: flex;
  flex-direction: column;
}

.d-flex-row {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.d-flex-row-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.div-right {
  margin-right: 0;
}

.div-center {
  margin: 0 auto;
}

.div-left {
  margin-left: 0;
}

.w_5p {
  width: 5% !important;
}

.w_10p {
  width: 10%!important;
}

.w_15p {
  width: 15%!important;
}

.w_20p {
  width: 20%!important;
}

.w_25p {
  width: 25%!important;
}

.w_30p {
  width: 30%!important;
}

.w_35p {
  width: 35% !important;
}

.w_40p {
  width: 40%!important;
}

.w_45p {
  width: 45% !important;
}

.w_50p {
  width: 50%!important;
}

.w_60p {
  width: 60%!important;
}

.w_65p {
  width: 65% !important;
}

.w_70p {
  width: 70%!important;
}

.w_75p {
  width: 75%!important;
}

.w_80p {
  width: 80%!important;
}

.w_85p {
  width: 85%!important;
}

.w_90p {
  width: 90%!important;
}

.w_95p {
  width: 95% !important;
}

.w_100p {
  width: 100%!important;
}

.font_10px {
  font-size: 10px;
}

.font_12px {
  font-size: 12px;
}

.font_14px {
  font-size: 14px;
}

.font_16px {
  font-size: 16px;
}

.font_18px {
  font-size: 18px;
}

.font_20px {
  font-size: 20px;
}

.font_24px {
  font-size: 24px;
}

.font_025rem {
  font-size: 0.25rem;
}

.font_050rem {
  font-size: 0.50rem!important;
}

.font_060rem {
  font-size: 0.60rem !important;
}

.font_075rem {
  font-size: 0.75rem!important;
}

.font_085rem {
  font-size: 0.85rem !important;
}

.font_100rem {
  font-size: 1.0rem!important;
}

.font_125rem {
  font-size: 1.25rem!important;
}

.font_150rem {
  font-size: 1.50rem;
}

.gap_2p {
  gap: 2%;
}

.gap_5p {
  gap: 5%;
}

.gap_10p {
  gap: 10%;
}

.gap_15p {
  gap: 15%;
}

.gap_20p {
  gap: 20%;
}

.no-wrap {
  white-space: nowrap;
}

.margin-0 {
  margin: 0!important;
}

.margin-5 {
  margin: 5px!important;
}

.margin-10 {
  margin: 10px!important;
}

.margin-20 {
  margin: 20px!important;
}

.padding-0 {
  padding: 0!important;
}

.padding-2 {
  padding: 2px !important;
}

.padding-5 {
  padding: 5px!important;
}

.padding-10 {
  padding: 10px!important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-20 {
  padding: 20px!important;
}

.padding-top-bottom-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-top-bottom-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.padding-top-bottom-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-side-0 {
  padding-left: 0;
  padding-right: 0;
}

.padding-side-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.padding-side-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-side-05rem {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.padding-side-1rem {
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-1rem {
  padding: 1rem;
}

.padding-right-1rem {
  padding-right: 1rem;
}

.padding-right-80p {
  padding-right: 80%;
}

.padding-left-80p {
  padding-left: 80%;
}

.margin-top-bottom-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-top-bottom-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.margin-top-bottom-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-top-bottom-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.margin-top-bottom-20 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.margin-top-bottom-050rem {
  margin: 0.5rem 0;
}

.margin-top-bottom-1rem {
  margin: 1rem 0;
}

.margin-top-0 {
  margin-top: 0;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-bottom-5 {
  margin-bottom: 5px!important;
}

.margin-bottom-10 {
  margin-bottom: 10px!important;
}

.margin-bottom-15 {
  margin-bottom: 15px!important;
}

.margin-bottom-20 {
  margin-bottom: 20px!important;
}

.margin-side-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.margin-side-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.margin-side-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.margin-side-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-right-15 {
  margin-right: 15px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-left-80p {
  margin-left: 80%;
}

.margin-0 {
  margin: 0;
}

.gap-1p {
  gap: 1%;
}

.gap-2p {
  gap: 2%;
}

.gap-3p {
  gap: 3%;
}

.gap-5p {
  gap: 5%;
}

.gap-10p {
  gap: 10%;
}

.gap-15p {
  gap: 15%;
}

.gap-20p {
  gap: 20%;
}

.gap-5px {
  gap: 5px;
}

.width-5p {
  width: 5%!important;
}

.width-10p {
  width: 10%!important;
}

.width-15p {
  width: 15%!important;
}

.width-20p {
  width: 20%!important;
}

.width-30p {
  width: 30% !important;
}

.width-40p {
  width: 40% !important;
}

.width-70p {
  width: 70% !important;
}

.width-80p {
  width: 80% !important;
}

.width-90p {
  width: 90% !important;
}

.width-100vh {
  width: 100vh !important;
}

.max-height-300px {
  max-height: 300px !important;
}

.max-height-400px {
  max-height: 400px !important;
}

.max-height-500px {
  max-height: 500px !important;
}

/* slider */
.slider {
  padding-top: 6px;
  width: 100%;
  list-style: none;
}

.side-item {
  margin-top: 6px;
}

/*==// ここから矢印 //==*/
.slide-arrow {
  position: absolute;
  /*上下中央に矢印配置*/
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
  /*ポインター表示にし、クリック可能なことを視覚的にわかりやすくします*/
}

.slide-arrow::before {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.next-arrow {
  right: 10px;
}

/*内側に右から10ピクセル移動*/
.prev-arrow {
  left: 10px;
}

/*内側に左から10ピクセル移動*/
.next-arrow::before {
  content: "\f054";
  /*右矢印のアイコンフォント*/
}

.prev-arrow::before {
  content: "\f053";
  /*左矢印アイコンフォント*/
}

/*マウスオーバーで矢印が水色へ*/
.slide-arrow:hover::before {
  color: #11cfff;
}

/*==// ここからdots //==*/
.slick-prev:before,
.slick-next:before {
  color: black;
}

.top-slider-img {
  height: 300px;
}

.sp-nav-link-img {
  object-fit: contain;
  width: 22px;
  height: 22px;
}

.detail-page-title {
  font-size: 20px!important;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 14px;
  margin: 0 auto;
  margin-bottom: 24px;
}

/*タブのスタイル*/
.tab_item, .tab_recommend_item {
  width: calc(100%/1);
  height: 50px;
  border-bottom: 2px solid #f2bef1;
  background-color: #ececec;
  line-height: 50px;
  border-radius: 14px 14px 0 0 !important;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
}

.tab_item_half {
  width: calc(100%/2) !important;
}

.tabs_half label:last-child {
  border-radius: 0 14px 0 0!important;
}

.tab_item_3tab {
  width: calc(100%/3) !important;
}

label.tab_item_3tab[for="all"] {
  border-radius: 14px 0 0 0 !important;
}

label.tab_item_3tab[for="second"] {
  border-radius: 0 0 0 0 !important;
}

label.tab_item_3tab[for="third"] {
  border-radius: 0 14px 0 0 !important;
}

.tabs > label:nth-of-type(1) {
  border-radius: 14px 0 0 0 !important;
}

.tabs > label:nth-last-of-type(1) {
  border-radius: 0 14px 0 0 !important;
}

.tabs > label.tab_item.border-radius_r {
    border-radius: 14px 14px 0 0 !important;
}

.tab_item:hover {
  opacity: 0.75;
}

.tab_recommend_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

input[name="tab_recommend_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 4px;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked~#first_tab_content,
#second:checked~#second_tab_content,
#third:checked~#third_tab_content {
  display: block;
}

#all_recommend:checked~#first_recommend_tab_content,
#second_recommend:checked~#second_recommend_tab_content,
#third_recommend:checked~#third_recommend_tab_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
  background: linear-gradient(165deg, #ff32fd 0%, #ff32fd 18.6%, #d748f5 38.3%, #ae5dec 50%, #65a5f6 74%, #1cedff 100%);
  color: #fff;
}

.tabs input:checked+.tab_recommend_item {
  background: linear-gradient(165deg, #ff32fd 0%, #ff32fd 18.6%, #d748f5 38.3%, #ae5dec 50%, #65a5f6 74%, #1cedff 100%);
  color: #fff;
}

ul > ol {
  padding-left: 1.25rem;
}

ol.ol_parenthesis {
  list-style-type: none;
  padding-left: 0.25rem!important;
}
ol.ol_parenthesis > li {
  counter-increment: cnt;
}

ol.ol_parenthesis > li:before {
  content: "(" counter(cnt) ") ";
}

p.question {
  cursor: pointer;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #b1b1b1;
  padding: 12px 10px;
  font-size: 16px;
  display: flex;
  gap: 1%;
}

p.question img {
  width: 20%;
  height: 22px;
  width: 22px;
}

p.question span {
  width: 77%;
}

/*
p.question::before {
  content: '';
  top: 1px;
  display: inline-block;
  background-image: url("/images/icons/faq/question.svg");
  background-size: contain;
  height: 22px;
  width: 22px;
  vertical-align: middle;
}
*/

p.question:hover {
  text-decoration: none;
  background: #ffeaf4;
}

p.answer {
  display: none;
  background: #f2f2f2;
  margin-left: 1em;
  padding: 10px;
  font-size: 16px;
  border-radius: 8px;
}

.slick-slide .top-slider-img {
  opacity: 50%;
}

.slick-slide.slick-active .top-slider-img {
  opacity: 100%;
}

.slick-dots {
  bottom: -20px!important;
}

.slick-dots li button:before {
  font-size: 14px;
}

.slider-item .custom-arrow {
  display: block;
  width: 46px;
  height: 300px;
  background-color: #CFCFCF;
  opacity: 5%;
  top: 0;
  transform: translate(0, 0);
  z-index: 2;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center 72px;
}

.slider-item .custom-arrow:hover {
  opacity: 70%;
}

.slider-item .custom-arrow.slick-prev {
  left: 0;
  background-image: url(/images/icons/slider-prev.svg);
}

.slider-item .custom-arrow.slick-next {
  right: 0;
  background-image: url(/images/icons/slider-next.svg);
}

.slider-item .custom-arrow.slick-prev:before,
.slider-item .custom-arrow.slick-next:before {
  content: none;
}

.slider-item .custom-arrow2 {
  height: 240px;
  background-size: 18px;
  background-position: center 64px;
}

.pc-slider-list {
  display: block;
}

.sp-slider-list {
  display: none;
}

.list-container {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}

.list-container-slider {
  /* display: flex;
  flex-wrap: wrap; */
  margin: 10px 0;
}

.list-container-item {
  width: calc(25% - 8px);
  margin: 2px;
  padding: 6px;
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  /* height: 346px; */
}

.list-container-slider-item {
  margin: 2px;
  padding: 6px;
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  height: 270px;
}

.list-container-item-image {
  max-width: 100%;
  position: relative;
  background-color: #E3E3E3;
  margin: 0 auto;
  height: auto;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.list-container-item-image img {
  max-width: 100%;
  position: relative;
  background-color: #E3E3E3;
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1/1;
}

.list-container-item-info {
  padding: 2px;
  background-color: #FEFEFE;
}

.list-container-item-info h2 {
  font-size: 16px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 600;
}

.list-container-item-info h2 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

.list-container-item-info p.detail {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 12px;
  margin-bottom: 2px;
  word-break: break-all;
  height: 52px;
}

.list-container-item-info p.price {
  text-align: right;
  font-size: 21px;
  /* line-height: 24px;
  font-weight: bold; */
  margin-top: 2px;
  margin-bottom: 0.5px;
  color: #c20000;
  margin-right: 10px;
}

.list-container-item-info p.tag {
  font-size: 10px;
  margin-bottom: 0.5px;
  color: #ae5dec;
  /* height: 50px; */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  margin-top: 10px;
}

.list-container-item-info p.time {
  font-size: 10px;
  margin-bottom: 0.5px;
  text-align: right;
  margin-right: 10px;
}

.list-container-item-info a.delete {
  font-size: 10px;
  margin-bottom: 0.5px;
}

.list-container-item-info p.price span.price-status {
  font-size: 21px;
}

.list-container-item-info a,
.list-container-item-info a:hover,
.list-container-item-info a:visited {
  color: #000;
}

.list-container-item-info a {
  text-decoration: none;
}

.list-container-item-info a:hover {
  text-decoration: underline;
}

.list-container-item-info .seller {
  font-size: 12px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-container-item-info .seller img {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin-right: 8px;
}

.list-container-item-info .seller a,
.list-container-item-info .seller a:visited {
  color: #939393;
  text-decoration: underline;
}

.list-container-item-info .seller a:hover {
  color: #939393;
  text-decoration: none;
}

.price-style {
  text-align: left;
  font-size: 26px;
  margin-top: 2px;
  margin-bottom: 0.5px;
  color: #c20000;
}

.detail-style {
  text-align: left;
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 0.5px;
  color: #1d1d1d;
  border: none;
}

.favorite-title-style {
  margin: 0 0 6px 0;
  color: #1d1d1d;
  display: flex;
  justify-content: space-between;
}

.favorite-title-style-on {
  content: url(/images/icons/favorite/red.svg);
  padding: 0.25rem;
}

.favorite-title-style-off {
  content: url(/images/icons/favorite/white.svg);
  padding: 0.25rem;
}

.footer-service-container .container {
  width: 100%;
  max-width: 100% !important;
}

.font-tag {
  color: #ae5dec;
  align-items: baseline;
}

.list-select {
  border-radius: 8px;
  border: solid 1px #dcdcdc;
  padding: 4px;
}

.item-description {
  border-radius: 14px;
  background: linear-gradient(30deg, #ff32fd 0%, #ff32fd 0.98%, #d748f5 32.91%, #ae5dec 48.63%, #57a1f6 68.67%, #00e4ff 100%);
  box-shadow: 2.57px 3.06px 9px #d4d0d6;
  padding: 8px;
  margin-bottom: 10px;
}

.slick-list {
  overflow: visible;
}

.item-description-title {
  font-size: 24px;
  margin-bottom: 2px;
  color:#fefefe;
}

.item-description-detail {
  font-size: 12px;
  margin-bottom: 2px;
  color:#fefefe;
}

.detail-relation-container {
  padding: 10px 0!important;
  margin-top: 40px;
}

.product-container-item-image {
  max-width: 240px;
  position: relative;
  background-color: #E3E3E3;
  margin: 0 auto;
  height: auto;
  width: 96%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.product-container-item-image img {
  max-width: 260px;
  position: relative;
  background-color: #E3E3E3;
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1/1;
}

.product-container-item-sub-image {
  max-width: 420px;
  position: relative;
  margin: 20px auto;
  height: auto;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5 / 1;
}

.product-container-item-sub-image img {
  max-width: 260px;
  position: relative;
  margin: 0 auto;
  object-fit: cover;
  width: 70%;
  aspect-ratio: 1/1;
}

.product-sub-image {
  float: left;
  margin-right: -20px;
  position: relative;
  margin-bottom: 8px;
  width: 24%;
  height: 40%;
}

.product-container-item-info {
  background-color: #FEFEFE;
}

.product-container-item-info-header {
  background: linear-gradient(165deg, #ff32fd 0%, #ff32fd 18.6%, #d748f5 38.3%, #ae5dec 50%, #65a5f6 74%, #1cedff 100%);
  font-family: IBMPlexSansJP-SemiBold;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  max-width: 100%;
  border-radius: 8px;
  margin: 5px;
  padding: 2px 0;
}

.product-container-item-info-detail {
    font-size: 0.8rem;
    max-width: 100%;
    color: #1d1d1d;
    text-align: left;
}

.product-container-item-info-title {
  margin: 0 0 6px 0;
  color: #1d1d1d;
  display: flex;
  font-size: 2.0rem;
  justify-content: space-between;
}

.product-container-item-categpry {
  margin: 0 0 6px 0;
  color: #1d1d1d;
  font-size: 1.2rem;
}

.parent_style, .genre_style {
    display: inline-block;
    background-color: #f0f0f0;
    color: #007bff;
    padding: 6px 12px;
    margin-right: 8px;
    border-radius: 20px;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.parent_style a, .genre_style a {
  /* 文字に装飾が必要な場合のみ
    text-decoration: none;
    color: inherit;
  */
}

.parent_style:hover, .genre_style:hover {
    background-color: #e0e0e0;
}

.product-container-item-sub {
  border-bottom: 1px solid #d4d0d6;
  padding: 5px 0;
}

.col-form-label-confirm {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  width: calc(0.9rem*10);
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  font-size: 0.8rem;
}

.col-form-value {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: 1.0rem;
  line-height: 1.6;
  padding-right: 0;
  padding-left: 0.5rem;
  width: calc(100% - 0.9rem*10 - 0.1rem);
}

.card-body {
  padding: 1.0rem 1.75rem 1.0rem 1.75rem !important;
  color: #1d1d1d;
  border-radius: 0 0 14px 14px;
}

.game-list-card-body {
  padding: 1.0rem 1.75rem 2.0rem 1.75rem !important;
}

.card-body-sub {
  padding: 2.0rem 1.75rem 1.0rem 1.75rem !important;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 14px;
  margin-top: 0.25rem;
}

.img-aspect-ratio-1-1 {
  aspect-ratio: 1/1;
}

.message-contents {
  margin: 1.5rem 0;
}

.message-user-name {
  font-size:14px;
  font-weight: 500;
}

.message-text {
  background: #ffffff;
  padding: 8px 6px;
  font-size: 16px;
  border-radius: 8px;
  word-break: break-all;
  margin: 0;
  border: 1px solid #d4d0d6;
}

.my-message {
  background: #fbf0e6;
}

.message-textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 16px;
  border-radius: 8px;
}

.message-input input[type="file"] {
  font-size: 12px;
  border-radius: 2px;
  margin: 2px 0;
}

.message-input {
  border-radius: 8px;
  background: #f8f8f8;
}
.card-message {
  background-color: #f8f8f8;
}

.attach_file {
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
}

.message-comment {
  margin: 0;
}

.message-time {
  color: #aaaaaa;
}

.message-user-img {
  aspect-ratio: 1/1 !important;
  width: 38px!important;
  background-color: #d4d0d6;
}

.link-black {
  color: #000000!important;
  text-decoration: underline!important;
}

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

.font-10px {
  font-size: 10px;
}

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

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

.font-16px {
  font-size: 16px;
}

.font-18px {
  font-size: 18px;
}

.font-20px {
  font-size: 20px;
}

.font-05rem {
  font-size: 0.5rem;
}

.font-075rem {
  font-size: 0.75rem;
}

.font-085rem {
  font-size: 0.85rem;
}

.font-1rem {
  font-size: 1rem;
}

.font-110rem {
  font-size: 1.1rem;
}

.font-115rem {
  font-size: 1.15rem;
}

.font-125rem {
  font-size: 1.25rem;
}

.font-15rem {
  font-size: 1.5rem;
}

.font-175rem {
  font-size: 1.75rem;
}

.font-2rem {
  font-size: 2rem;
}

.mypage-row-account {
  gap: 1.2rem;
  align-items: center;
}

.mypage-row-account-name {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.mypage-row-account-sub-title {
  font-size: 0.9rem;
}

.mypage-row-account-sub-content {
  font-size: 0.9rem;
}

.img-release {
  width: 90px!important;
}

.profile-image {
  width: 25%;
}

.max-height-8rem {
  max-height: 8rem;
}

.max-height-10rem {
  max-height: 10rem;
}

.max-height-12rem {
  max-height: 12rem;
}

.col-form-label {
  font-size: 1.0rem !important;
}

.identify_card-img { /* 自動車免許書  */
  object-fit: cover;
  aspect-ratio: 8.56/5.4 !important;
  width: 15rem!important;
}

.image-container[data-v-7489a242] {
  max-width: 100%;
}

.image-list-container[data-v-7489a242] {
  justify-content: center;
}

.flex-space-around {
  justify-content: space-around;
}

.flex-space-between {
  justify-content: space-between;
}

.justify-content-flex-end {
  justify-content: flex-end;
}

.justify-content-flex-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.align-items-flex-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.image-container[data-v-7489a242] {
  margin: 0 auto;
}

.modal-scrollable {
  overflow-y: scroll;
}

.modal-scrollable,
.modal-non-scrollable {
  max-height: 60vh;
  padding: 2px;
}

.modal-non-scrollable p {
  text-align:center;
  margin: 0.5rem 0;
  font-size: 1rem;
}

.modal-scrollable::-webkit-scrollbar,
.modal-non-scrollable::-webkit-scrollbar {
  width: 8px;
}

.modal-scrollable::-webkit-scrollbar-track,
.modal-non-scrollable::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}

.modal-scrollable::-webkit-scrollbar-thumb,
.modal-non-scrollable::-webkit-scrollbar-thumb {
  background-color: #ff32fd;
  border-radius: 100px;
  height: 20%;
}

.modal-close {
  color: #ff32fd;
  text-decoration: none;
  font-size: 2.0rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.modal-close:hover {
  text-decoration: none;
  cursor: pointer;
}

.to-listing-icon {
  position: fixed;
  right: 26px;
  bottom: 4%;
  width: 112px;
  height: 112px;
  aspect-ratio: 1/1;
  background-image: url("/images/icons/listing/listing.svg");
  background-size: 110px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.to-listing-icon:hover {
  opacity: 0.5;
}

.to-top-icon {
  right: 148px!important;
}

.sp-to-top-icon {
  right: 100px!important;
  bottom: 35px!important;
  width: 52px!important;
  height: 52px!important;
}

.modal {
  z-index: 10000!important;
}

.card-guide {
  align-items:stretch;
}

.card-guide .card {
  width: calc(50% - 6px);
}

.card-guide .card-header {
  font-size: 18px;
}

.card-guide .card-body-sub {
  background: #fff;
  padding: 0.25rem 1rem!important;
}

.card-guide .card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 10;
}

.sub-guide p {
  margin: 0.5rem;
}

.background-pink {
  background: #ff32fd!important;
}

.background-blue {
  background: #1cedff!important;
}

.background-light-pink {
  background: #f9f3f9!important;
  border: 1px solid #e5e5e5;
}

.background-light-blue {
  background: #f3f7f9 !important;
  border: 1px solid #e5e5e5;
}

.sub-guide-title {
  font-size: 1.05rem;
}

.sub-guide-text {
  font-size: 0.9rem;
}

.sub-guide-title span {
  color: #fff;
  padding: 0.15rem 0.6rem;
  border-radius: 4px;
  margin-right: 4px;
}

.background-light-pink .sub-guide-title span {
  background: #ff32fd;
}

.background-light-blue .sub-guide-title span {
  background: #1cedff;
}

.sub-guide-clear {
  border: 0px;
  padding: 0.25rem 1rem !important;
  height: calc(1.1rem * 3);
}

.slick-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0;
}

.slick-section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}

.slick-section p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.slick-section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 5px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: .7;
}

.sp-header-toggle .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.sp-header-navbar-toggler {
  border: none;
}

.sp-header-toggle .navbar-toggler-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: 50%/100% 100% no-repeat;
  background-image: url("/images/icons/header/toggle.svg");
}

.navbar-sp-header .navbar-sp-search {
  padding: 2px;
  background: none;
  width: 100%;
}

.navbar-sp-header .sp-header-search-box {
  position: relative;
  width: 100%;
}

.navbar-sp-header .sp-header-search-box input[type=text] {
  width: 100%;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #d4d0d6;
  height: 36px;
  padding: 10px 8px 10px 8px;
  font-size: 14px;
  border-radius: 4px;
  /* background-image: url("/images/icons/search_sp.svg");
  background-repeat: no-repeat; */
  background-size: 16px;
  /* background-position: 12px; */
  color: #ACACAC;
}

.navbar-sp-header .sp-header-search-box input[type=text]:focus {
  outline: 1px solid #ff32fd;
}

.sp-header {
  background-color: #ececec;
}

.sp-header-search-box input[type=submit],
.sp-header-search-box button {
  background-color: #1d1d1d;
}

.sp-header-search-box input[type=submit],
.sp-header-search-box button {
  background-color: #444444;
  background-image: url("/images/icons/search.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center center;
  width: 51px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 4px 4px 0;
}

.item-main-image {
  width: 80% !important;
}

#sideToggleBar {
  left: 0!important;
}

/* カテゴリー候補一覧*/
.suggestion-box {
  border: 1px solid #ccc;
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 1000;
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
}

.suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
}

.suggestion-item:hover {
  background-color: #f0f0f0;
}

.suggestion-width {
  width: 13.3%;
}

.title-favorite-wrapper {
  position: relative;
  display: flex;
  height: 42px;
  justify-content: space-between;
}

.favorite_count {
  position: absolute;
  top: 56%;
  left: 97%;
  transform: translateX(-50%);
  margin-top: 4px;
  font-size: 10px;
  color: #555;
  white-space: nowrap;
  padding: 2px 4px;
  border-radius: 8px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.popular_tag-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 15px;
}

.popular_tag {
  display: inline-block;
  padding: 0px 10px;
  margin: 0px 5px 5px 0px;
  background-color: #f0f0f0;
  color: #333;
  border-radius: 16px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

.popular_tag:hover {
  background-color: #dcdcdc;
  color: #000;
  cursor: pointer;
}

.message {
  align-items: flex-start;
  display: flex;
  padding: 10px 10px;
  justify-content: flex-start;
  gap: 0;
}

.message-image {
  width: 100px;
}

.message-comment.nickname {
  font-size: 10px;
  font-weight: bold;
  color: black;
  margin-bottom: 10px;
}

.message.from_me {
  flex-direction: row-reverse;
}

.required:before {
  content: "* ";
  color: red;
}

/* ゲームタイトル一覧 */

.title-game-wrapper {
  position: relative;
  display: flex;
  height: 10px;
  justify-content: center;
}

/* カテゴリ切り替え */
.game-type-tabs {
  display: flex;
  gap: 50px;
  justify-content: center;
}

.game-type-tab {
  padding: 8px 20px;
  font-weight: bold;
  border: none;
  background: #eee;
  border-radius: 6px;
  cursor: pointer;
}

.game-type-tab.active {
  background: linear-gradient(to right, #ff5fbc, #a259ff, #00cfff);
  color: white;
}

/* 50音タブ */
.kana-tab-wrapper {
  border-radius: 12px;
  background: linear-gradient(to right, #ff5fbc, #a259ff, #00cfff);
  padding: 2px;
}

.kana-tab-row {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}

.kana-tab {
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #ccc;
  padding: 10px 0;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.2s ease;
}

.kana-tab.active {
  background: linear-gradient(to right, #ff5fbc, #a259ff, #00cfff);
  color: white;
}

/* ゲームリストカード */
.list-container-game {
  width: 115px;
  margin: 10px;
  text-align: center;
}

.list-container-item-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.game-title {
  font-size: 14px;
  margin-top: 6px;
  color: #333;
}

label.genre-active {
  position: relative;
  display: inline-block;
}

label.genre-active::after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0;
  width: calc(108% + 0px);
  height: 3px;
  background: linear-gradient(to right, #ff5fbc, #a259ff, #00cfff);
  border-radius: 2px;
}

.content_gap {
  gap:16px;
}

/* 売却済みラベル */
.i-image {
  position: relative;
  container-type: inline-size;
}

.sold-label {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #cf0101;
  clip-path: polygon(50% 0%, 100% 0%, 100% 50%, 50% 0%);
  height: 100%;
  border-radius: 8px;
  opacity: 0.9;
}

.sold-label p {
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.5cqw;
  -moz-transform: rotate(46deg);
  -webkit-transform: rotate(46deg);
  -o-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  position: absolute;
  top: 10%;
  left: 65%;
  font-size: 11cqw;
  transform: rotate(46deg);
  margin-bottom: 0;
  max-height: fit-content;
}

.header-user-image {
  width: 46px;
  aspect-ratio: 1/1;
  border: #a4c1d7 1px solid;
  padding: 1px;
  margin-right: 10px;
}

.header-user-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
}

.header-user-arrow {
  width: 14px;
  aspect-ratio: 1/1;
  margin-left: 8px;
}
.navbar-status {
  font-size: 16px;
}

#sideToggleBar .status-bar {
  text-align: left;
}

.status-info {
  margin-top: 10px;
}

.display-none {
  display: none!important;
}

.status-info-sub:first-child {
  border-top: #b3b3b3 1px solid;
}

.status-info-sub {
  padding-top: 10px;
  padding-bottom: 5px;
  line-height: 28px;
  border-bottom: #b3b3b3 1px solid;
}

.navbar-sp-status {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
  line-height: 12px;
}

/* 商品詳細：画像拡大 */
/* モーダルの背景 */
.main-image-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

/* モーダル内の画像 */
.modal-content {
  width: 400px !important; /* 幅を固定したい場合 */
  height: auto; /* 高さを自動調整 */
  margin: auto;
  display: block;
  max-width: 400px !important;
  max-height: 90%;
  animation: zoomIn 0.3s ease;
  border-radius: 8px;
}

.button-row {
    display: flex;
    justify-content: center;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    gap: 16px;
    margin-top: 16px;
}

.button-row a,
.button-row button {
    flex: 1;
    text-align: center;
    text-decoration: none;
    padding: 0;
}

/* ボタン共通スタイル */
.favorite-btn,
.comment-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.2;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    white-space: nowrap;
    gap: 6px;
}

/* いいねボタン（未いいね） */
.favorite-btn {
    background-color: #fff;
    border: 2px solid #333;
    color: #333;
}
.favorite-btn:hover {
    background-color: #fff8e1;
    border-color: #ffc107;
    color: #ffc107;
}

/* いいね済みボタン */
.favorite-btn.liked {
    background-color: #fff8e1;
    border: 2px solid #ffc107;
    color: #ffc107;
}

/* ハートマーク（beforeで挿入） */
.favorite-label::before {
    content: '♡';
    color: #333;
    font-size: 1.2rem;
    transition: color 0.2s ease;
    vertical-align: -2px;
}

/* いいねホバー時にハートも色変更（未いいね） */
.favorite-btn:hover .favorite-label::before {
    color: #ffc107;
}

/* いいね済み時のハート */
.favorite-btn.liked .favorite-label::before {
    content: '💛';
    color: #ffc107;
    vertical-align: -1px;

}

/* コメントボタン */
.comment-btn {
    background-color: #fff;
    border: 2px solid #333;
    color: #333;
}
.comment-btn:hover {
    background-color: #e0e0e0;
}

/* 絞り込みモーダル */
/* === 共通スタイル（PC/SP両対応） === */

.modal-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    position: relative;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.form-label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #b84cf2;
}

.form-control {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
}

.price-range {
    display: flex;
    align-items: center;
    gap: 5px;
}

.submit-button {
    background: #b84cf2;
    color: white;
    width: 100%;
    padding: 8px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

.filter-button {
    border: 2px solid #b84cf2;
    background: white;
    color: #b84cf2;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap;
}

/* 横並びレイアウト */
.filter-area-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.font-tag {
    display: flex !important;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    white-space: nowrap;
}

.list-select {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}

/* アニメーション */
@keyframes zoomIn {
    from {transform: scale(0.7);}
    to {transform: scale(1);}
}

/*-- 以下、responsive --*/
@media (max-width: 1024px) {
  .profile-image {
    width: 30%;
  }

  .suggestion-width {
    width: 24%;
  }

  .favorite-btn,
  .comment-btn {
    font-size: 0.8rem;
    padding: 5px 0;
  }
}

@media (max-width: 768px) {
  .top-slider-img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .product-container-item-sub-image {
    max-width: 335px;
    position: relative;
    margin: 20px auto;
    width: 100%;
    aspect-ratio: 7 / 1;
    justify-content: center;
  }

  .product-container-item-sub-image img {
    max-width: 260px;
    position: relative;
    margin: 0 auto;
    object-fit: cover;
    width: 70%;
    aspect-ratio: 1/1;
  }

  .product-sub-image {
    float: left;
    margin-right: 12px;
    position: relative;
    margin-bottom: 8px;
    width: 15%;
    height: 40%;
  }

  .card-sub-contents-each {
    min-height: 80px;
    padding: 4px 6px 4px 8px;
    align-items: center;
    margin: 0 0 2px 0;
    gap: 4%;
  }

  .card-header-with-pc::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("/images/icons/card/pc.svg");
    padding: 1px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px;
    background-repeat: no-repeat;
  }

  .card-header-with-sp::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("/images/icons/card/sp.svg");
    padding: 1px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 4px;
    background-repeat: no-repeat;
  }

  .list-page-header {
    display: block!important;
    margin-bottom: 5px!important;
  }

  .message-image {
    width: 65px!important;
    min-width: 65px;
    flex-shrink: 0;
    margin-right: 10px;
  }

  .rank1 {
    background: url('/images/ranking/rank1.svg'), linear-gradient(-220deg, #debd21 0%, #debd21 26%, #ffffff 26%, #ffffff 100%);
    background-repeat: no-repeat;
    padding-left: 46px;
  }

  .rank2 {
    background: url('/images/ranking/rank2.svg'), linear-gradient(-220deg, #b2babe 0%, #b2babe 26%, #ffffff 26%, #ffffff 100%);
    background-repeat: no-repeat;
    padding-left: 46px;
  }

  .rank3 {
    background: url('/images/ranking/rank3.svg'), linear-gradient(-220deg, #e28d4d 0%, #e28d4d 26%, #ffffff 26%, #ffffff 100%);
    background-repeat: no-repeat;
    padding-left: 46px;
  }

  .rank4 {
    background: url('/images/ranking/rank4.svg'), linear-gradient(-220deg, #8cc63f 0%, #8cc63f 26%, #ffffff 26%, #ffffff 100%);
    background-repeat: no-repeat;
    padding-left: 46px;
  }

  .rank5 {
    background: url('/images/ranking/rank5.svg'), linear-gradient(-220deg, #8cc63f 0%, #8cc63f 26%, #ffffff 26%, #ffffff 100%);
    background-repeat: no-repeat;
    padding-left: 46px;
  }

  .card-sub-contents-each .title {
    font-size: 14px;
  }

  .tabs>label:nth-of-type(1n) {
    border-radius: 14px 0 0 0;
  }

  .tabs>label:nth-of-type(2n) {
    border-radius: 0 14px 0 0;
  }

  .sub-guide-clear {
    padding: 0;
    height: 0;
  }

  .card-guide .card-header {
    font-size: 14px;
  }

  .card-guide .card {
    width: calc(100% - 6px);
  }

  .card-guide .card-body {
    padding: 0.25rem 0.5rem!important;
  }

  p.question, p.answer { 
    font-size: 14px;
  }

  .to-listing-icon {
    right: 12px;
    bottom: 35px;
    width: 80px;
    height: 80px;
    background-size: 80px;
  }
  
  .col-form-label {
    font-size: 0.8rem !important;
  }
  
  .pc-slider-list {
    display: none !important;
  }

  .sp-slider-list {
    display: block;
  }

  .flex-two {
    display: block;
  }
  
  .card-sub-contents-each-btn {
    text-align: center;
    margin: 6px 0 4px 0;
  }

  .card-sub-contents-each-btn-small {
    text-align: right;
    margin: 2px 0 2px 0;
  }

  .card-sub-contents-each-btn a {
    font-size: 0.6rem;
  }

  .card-sub-contents-each-btn-small a {
    font-size: 0.5rem;
  }

  .date-style {
    font-size: 0.7rem;
  }

  .title-style {
    font-size: 0.9rem;
  }

  .schedule-style {
    font-size: 0.7rem;
  }

  .card-title {
    padding: 2px;
    font-size: 16px;
  }

  .card-body {
    padding: 1.0rem 0.5rem 0.25rem 1.0rem !important;
  }

  .game-list-card-body {
    padding: 1.0rem 0.5rem 1.25rem 1.0rem !important;
  }

  .kiyaku {
    margin: 0 0 10px 0;
    width: 100%;
  }

  .kiyaku_attention {
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
  }

  .label_use_terms {
    font-size: calc(100vw/28);
  }

  .mypage-row img {
    object-fit: cover;
    aspect-ratio: 1/1;
    width: 100%;
    border-radius: 8px;
  }

  .img-release {
    object-fit: cover;
  }

  .list-container-item-all {
    flex-direction: column;
  }

  .list-container-item-all .list-container-item {
    width: 100%;
    display: flex;
    padding: 4px;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
  }

  .list-container-item-all .list-container-item-image {
    height: auto;
    width: 40%;
    object-fit: cover;
    aspect-ratio: 1/1;
    background-color: unset;
  }

  .list-container-item-all .list-container-item-info {
    width: 75%;
    padding: 0 4px;
  }

  .list-container-item-all .list-container-item-info .title {
    font-size: 12px;
    margin-top: 5px;
  }

  .list-container-item {
    width: calc(50% - 8px);
    margin: 4px;
    padding: 4px;
    /* height: 260px; */
  }

  .list-container-item-info p.detail {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 10px;
    word-break: break-all;
    height: auto;
  }

  .list-container-item-info p.tag {
    height: auto;
  }

  .list-container-item-info p.price {
    font-size: 18px;
  }

  .list-container-item-image {
    max-width: 100%;
    height: fit-content;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
  }

  .btn-toggle-mypage {
    padding: 6px 0;
  }

  .footer-service-sns-links-sp-a {
    font-size: 10.5px;
  }

  .card-header {
    font-size: 16px;
  }

  .slick-dots {
    bottom: -20px!important;
  }

  .detail-page-title {
    font-size: 16px !important;
  }

  .product-container {
    flex-direction: column;
    margin:0 auto;
  }

  .gap_2p {
    gap: 4%;
  }

  .list-container-item-info h2 {
    font-size: 11px;
  }

  .col-form-label-confirm {
    width: calc(0.8rem*10);
    font-size: 0.75rem;
  }

  .col-form-value {
    font-size: 0.8rem;
    width: calc(100% - 0.8rem*10 - 0.1rem);
  }

  .card-contents {
    padding: 0rem;
  }

  .card-contents-profile {
    padding: 0;
  }

  .mypage-row-account {
    justify-content: center;
  }

  .mypage-row-account-container {
    margin-top: 2px;
    text-align: center;
  }

  .div-center-sp-only {
    margin: 0 auto;
    width: 100%!important;
  }

  .tab_item {
    font-size: 12.5px;
    width: calc(100%/1);
  }

  .tab_recommend_item {
    font-size: 12.5px;
    width: calc(100%/2);
  }

  .mypage-row-account-image img {
    object-fit: cover;
    aspect-ratio: 1/1;
    width: 8rem;
    max-width: 160px;
  }

  .mypage-sidebar-item {
    font-size: 90%;
  }

  #sideToggleBar .status-bar {
    font-size: 14px;
  }

  .btn-toggle-mypage {
    font-size: 12px;
  }

  .btn-primary {
    min-width: fit-content;
    font-size: 0.8rem;
  }

  .btn-secondary {
    min-width: fit-content;
    font-size: 0.8rem;
  }

  .btn-third {
    min-width: fit-content;
    font-size: 0.8rem;
  }

  .btn-forth {
    min-width: fit-content;
    font-size: 0.8rem;
  }

  .btn-fifth {
    min-width: fit-content;
    font-size: 0.8rem;
  }

  .btn-sixth {
    min-width: fit-content;
    font-size: 0.8rem;
  }

  .btn-seventh {
    min-width: fit-content;
    font-size: 0.8rem;
  }

  .btn-eighth {
    min-width: fit-content;
    font-size: 0.8rem;
  }

  .btn-header-login-mypage {
    margin-left: 2px;
  }

  .mypage-row-account {
    gap: 0.25rem;
  }

  .nav-item a {
    min-width: fit-content;
    font-size: 0.8rem!important;
  }
  
  .card-sub-title {
    font-size: 14px;
  }

  .profile-image {
    width: 50%;
  }

  .card-sub-contents-each-title {
    font-size: 0.75rem;
  }

  .card-sub-contents-each-column {
    font-size: 0.75rem;
  }

  .btn-ninth {
    width: auto;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem!important
  }

  .identify_card-img {
    width: 12rem !important;
  }

  .attention_red {
    font-size: 14px;
  }

  .attention_red_noline {
    font-size: 1
    4px;
  }

  .product-container-item-sub p {
    justify-content: center;
    text-align: center;
  }

  .pay-links-card img {
    object-fit: cover;
    width: 46px !important;
    margin: 0 2px;
    aspect-ratio: auto;
  }

  .pay-links-convenience img {
    object-fit: cover;
    height: 36px !important;
    margin: 0 2px;
    aspect-ratio: auto;
    max-width: 65px;
  }

  .list-container-slider-item {
    height: 240px;  
  }

  .navbar-brand {
    margin-right: 0.05rem !important;
    padding-top: 0.1rem!important;
    padding-bottom: 0.1rem !important;
  }

  .navbar-brand img {
    width: 12rem !important;
    height: auto;
  }

  .btn-header-login {
    padding: 6px 12px !important;
  }

  .container-fluid {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    flex-direction: column;
    gap: 2px;
  }

  .suggestion-box {
    border: 1px solid #ccc;
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 1000;
    width: 90%;
    max-height: 150px;
    overflow-y: auto;
  }

  .list-container-game {
    width: 25%;
    margin: 10px;
    text-align: center;
  }

  .content_gap {
    gap:8px;
  }

  /* モーダル内の画像 */
  .modal-content {
    width: 300px !important; /* 幅を固定したい場合 */
    height: auto; /* 高さを自動調整 */
    margin: auto;
    display: block;
    max-width: 300px !important;
    max-height: 90%;
    animation: zoomIn 0.3s ease;
    border-radius: 8px;
  }

  .product-container-left {
    width: 100%!important;
  }

  .product-container-right {
    width: 100% !important;
  }

  /* 履歴表示方式：1列3行式 */
  .row-sp-stack {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .row-sp-stack > div {
    width: 100% !important;
    text-align: left !important;
    padding-right: 0 !important;
    margin-bottom: 5px;
  }

  /* 絞り込みモーダル */
  .tag-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
  }

  .tag-label {
      font-weight: bold;
      color: #b84cf2;
      border-top: 1px solid #b84cf2;
      border-left: 1px solid #b84cf2;
      border-right: 1px solid #b84cf2;
      border-bottom: none; /* ← 下の線は消す */
      border-radius: 4px 4px 0 0; /* 上だけ角丸にするならこれ */
      padding: 2px 8px;
      font-size: 14px;
      white-space: nowrap;
      text-decoration: none;
  }

  .tag-list {
      display: flex;
      flex-wrap: wrap;
      /* gap: 8px; */
      margin-top:15px;
  }

  .tag-list .tag {
      background-color: #ffffff;
      color: #b84cf2;
      border-radius: 20px;
      padding: 4px 10px;
      font-size: 13px;
      white-space: nowrap;
  }
}

@media (max-width: 428px) {
  .btn-light-gray::after {
    content: none;
  }

  .profile-image {
    width: 65%;
  }

  .product-container-left {
    width: 100%!important;
  }

  .product-container-right {
    width: 100% !important;
  }

  .product-container-item-image {
    width: 80%;
  }

  .mypage-row img {
    object-fit: cover;
    aspect-ratio: 1/1;
  }

  .d-flex-row-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 398px) {
  .d-flex-row-wrap {
    display: block;
  }

  .d-flex-row-wrap .col-form-label-confirm {
    width: 100% !important;
    text-align: left !important;
    /* padding-left: 0.5rem; */
  }

  .d-flex-row-wrap .col-form-value {
    width: 100% !important;
    text-align: left !important;
    /* padding-left: 0.5rem; */
  }

  .tab_item_3tab {
    width: calc(100%/3) !important;
    font-size: 9.5px;
  }
}
