/* カスタマイズ用CSS */
/*common*/
body {
  background: #f7f5f3;
  font-family: "Zen Maru Gothic", sans-serif;
}
p {
  color: #616161;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #616161;
}
.ec-layoutRole {
  background: transparent;
}
/*header*/
.top-bar {
  background: #eeaba5;
  padding: 20px;
  border-bottom-left-radius: 20px;
  text-align: center;
}
.search-bar {
  /*background: white;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 10px 20px;*/
  margin-top: 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.search-bar i {
  font-size: 1.2rem;
  color: #000;
  margin-right: 10px;
}
.search-bar input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 1rem;
  color: #bbb;
}
/*top*/
.slider-container {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  scroll-snap-type: x mandatory;
  padding: 20px 0;
  margin-bottom: 3%;
}
.slider-container::-webkit-scrollbar {
  display: none;
}
.slider-item {
  flex: 0 0 auto;
  scroll-snap-align: center;
  transition: transform 0.3s ease;
}
.slider-item:hover {
  transform: scale(1.1);
}
.avatar-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  transition: transform 0.3s ease;
}
.slider-item-center {
  transform: scale(1.2);
}
.section-title {
  font-family: "Josefin Sans", sans-serif;
  color: #606060;
  font-weight: normal;
}
.creator-card img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.creator-card img:hover {
  transform: scale(1.03);
}
.footer {
  background-color: #fff;
  text-align: center;
  padding: 30px 0 100px;
  font-size: 0.9rem;
}
.footer ul{
    margin-top: 1%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer ul li{
    padding: 0 1%;
}
.nav-bottom {
  background: #3c3c3c;
  padding: 10px 0;
 position: fixed;
  inset: 0;
  margin: auto auto 0;
  z-index: 99;
border-radius: 20px 20px 0 0;
    height: 50px;
}

.nav-bottom i {
  color: #fff;
  font-size: 20px;
  transition: transform 0.2s ease;
}
.nav-bottom i:hover {
  transform: scale(1.2);
}
#sliderContainer .small {
  font-size: .6em;
  margin-top: 1%;
}
.container-fluid {
  padding: 0;
}
.pickup-user-box {
  display: flex;
  background: #fff;
  margin-bottom: 5%;
}
.pickup-user-box dt {
  width: 50%;
  position: relative;
}
.pickup-user-box dd {
  width: 50%;
  padding: 4%;
}
.pickup-user-box dt img {
    width: 100%;
  height: 100%;
  object-fit: cover;
}
a.btn_gray, .ec-blockBtn--cancel {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  max-width: 350px;
  margin: auto;
  padding: 1rem 4rem;
  border: 1px solid #61646b;
  color: #61646b;
  border-radius: 100vh;
  transition: 0.5s;
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  background: #fff;
}
a.btn_gray:hover {
  background: #f4f4f4;
}
.item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.item-list li {
  position: relative;
  width: 23%;
  height: 550px;
  overflow: hidden;
  margin-bottom: 3%;
}
.item-list li img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}
.item-list li img:hover {
  transform: scale(1.2);
}
.item-list a {
  display: block;
}
/* ▼ 三角形ラベル ▼ */
.corner-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  color: white;
  font-size: 14px;
  text-align: center;
  padding-top: 8px;
  box-sizing: border-box;
  z-index: 1;
}
.corner-label .label-text {
  display: block;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 20px;
  right: -3px;
  line-height: 1;
  font-weight: bold;
  font-size: 11px;
}
.corner-label .label-text strong {
  font-size: 1.8rem;
  display: block;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.corner-label .label-sold {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  display: block;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 40px;
  right: 5px;
  line-height: 1;
  font-weight: bold;
  font-size: 18px;
}
.lavel-sold {
  background: #A4AEC9;
}
.lavel-sales {
  background: #e85371;
}
.item-list li figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 70%);
  color: white;
  box-sizing: border-box;
}
.item-list li figcaption p {
  color: #fff;
}
.name {
  font-size: 18px;
  margin-bottom: 0;
}
.bottom-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kinds-lavel {
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.video {
  background: #aba467;
}
.photo {
  background: #9795ab;
}
.rest{
    color: #e85371;
}
.icon {
  font-size: 16px;
}
.price {
  font-size: 20px;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.ec-price__price {
  font-size: 150%;
  font-weight: bold;
  letter-spacing: .8px;
}
/*detail*/
.profile-img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 50%;
}
.btn-outline-purple {
  border-color: #7b61ff;
  color: #7b61ff;
}
.btn-outline-purple:hover {
  background-color: #7b61ff;
  color: #fff;
}
.btn-white {
  background-color: #fff;
  border: 1px solid #ccc;
}
.btn-white:hover {
  border: 1px solid #ccc;
}
.share-box {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.data {
  font-size: .8rem;
  color: #A4AEC9;
  margin-bottom: 1%;
}
.btn_buy {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  max-width: 350px;
  margin: auto;
  padding: 1rem 4rem;
  background: #e85371;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
  font-weight: normal;
  border: none;
}
.btn_buy:hover {
  background: #f198aa;
}
.btn_sold {
  display: block;
  text-align: center;
  vertical-align: middle;
  max-width: 350px;
  margin: auto;
  padding: 1rem 4rem;
  border: solid 1px #A4AEC9;
  color: #A4AEC9;
  border-radius: 100vh;
  font-weight: normal;
}
.rmaining-time {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 2%;
}
.ranks {
  display: flex;
  text-align: center;
  font-size: 12px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 5%;
}
.ranks li {
  padding: 2%;
  border-right: solid 2px #f3f2f0;
  width: 100%;
}
.ranks li:last-child {
  border-right: none;
}
.ranks li span {
  display: block;
  margin: auto;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.switch-tab {
  display: inline-flex;
  border-radius: 999px;
  overflow: hidden;
  background-color: #fff;
}
.switch-tab button {
  flex: 1;
  padding: 10px 24px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 16px;
  color: #555;
  transition: all 0.3s ease;
}
.switch-tab button.active {
  background-color: #f2dedd;
  color: #333;
}
.switch-tab button:not(.active):hover {
  background-color: #eaeaea;
}
.payment-form {
  margin: 40px auto;
  background: #fff;
  padding: 32px;
}
.form-control {
  border-radius: 8px;
}
.form-label {
  font-weight: 600;
  margin-bottom: 6px;
}
.card-logos {
  position: absolute;
  right: 10px;
  top: 36px;
}
.footer-text {
  font-size: 70%;
}
.btn-primary {
  border-radius: 8px;
  font-weight: bold;
}
.form-control::placeholder {
  color: #d5d6d8;
}
.pagination__content {
  width: 100%;
  max-width: 320px;
  margin: auto;
}
.pagination-button {
  display: flex;
  width: 100%;
  color: #333;
  text-align: center;
  border: solid 1px #999;
  overflow: hidden;
  border-radius: 3px;
}
.pagination-selected__wrapper {
  position:relative;
  display: block;
  width: 100%;
}
.pagination-selected {
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 10px 0;
}
.pagination-selected i {
  position: absolute;
  right: 20px;
  top: 16px;
}
.pagination-selected-list {
  appearance: none;
  -webkit-appearance: none;
  height: 100%;
  border: none;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  color: #333333;
  width: 100%;
}
.pagination-prev,
.pagination-next {
  padding: 12px 15px;
  min-width: 60px;
}
.pagination-prev {
  border-right: 1px solid #999;
}
.pagination-next {
  border-left: 1px solid #999;
}
.pagination-prev a,
.pagination-next a {
  color:#333;
}
.checkboxItem {
  display: flex;
  align-items: center;
  column-gap: 4px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
    position: absolute;
    top: 1%;
    left: 2%;
    z-index: 2;
}

.checkboxItem:not(:last-of-type) {
  margin-bottom: 16px;
}

.checkbox {
  appearance: none;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
}

.checkbox:checked::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 6px;
  width: 16px;
  height: 9px;
  border-bottom: 2px solid #e85371;
  border-left: 2px solid #e85371;
  transform: rotate(-45deg);
}
.contant-wrap{
    margin-bottom: 7%;
}
.contant-wrap h3{
    font-size: 17px;
    margin-bottom: 2%;
}
.contant-wrap p{
    margin-bottom: 2%;
}
.table-secondary{
    background-color: #fceeed !important;
}
/*slider*/
@media (min-width: 992px) {
  .avatar-circle {
    width: 120px;
    height: 120px;
  }
  .slider-item p {
    font-size: 1rem;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .slider-item-center {
    transform: none !important;
  }
}

.qa-6 {
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: #eeaba5;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}
/*==========================
PC common
==============================*/
@media screen and (min-width: 768px) {
  .pc-wrap {
    width: 1170px;
    margin: auto;
  }
    .nav-bottom{
       width: 400px;
    }
}
/*--------------------------------------------------------
SP common
--------------------------------------------------------*/
@media only screen and (max-width : 667px) {
  ol, ul {
    padding-left: 0;
  }
  .pickup-user-box {
    display: block;
  }
  .pickup-user-box dt, .pickup-user-box dd {
    width: 100%;
  }
  .item-list {
    gap: 0 10px;
    padding: 0 3%;
  }
  .item-list li {
    position: relative;
    width: 48%;
  }
  .item-list li, .item-list li img {
    height: 300px;
  }
  .kinds-lavel {
    font-size: 12px;
    display: inline-block;
  }
  .item-list li figcaption {
    text-align: center;
  }
  .item-list li figcaption {
    padding: 7px;
  }
  .name {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .price {
    font-size: 14px;
    line-height: 1.7rem;
  }
  .profile-box {
    padding: 3%;
  }
  .profile-img {
    width: 130px;
    height: 130px;
    margin: 0 0 3%;
  }
  .profile-box .btn {
    font-size: 12px;
    width: 30%;
  }
  .corner-label {
    width: 70px;
    height: 70px;
    font-size: 10px;
  }
  .corner-label .label-text strong {
    font-size: 1.4rem;
  }
  .corner-label .label-sold {
    top: 35px;
    right: 0px;
  }
  .profile-box .d-flex {
    display: block !important;
    text-align: center;
  }
  .ranks {
    display: flex;
    font-size: 11px;
    margin: 0 3% 10% 3%;
  }
  .ranks li span {
    font-size: 1.5rem;
  }
  .payment-form {
    padding: 15px;
  }
  .payment-form figure {
    border-bottom: solid 1px #999;
    padding-bottom: 8%;
    margin-bottom: 8%;
  }
    .footer ul li{
        width: 100%;
    padding: 1%;
}
}

/*ECCUBE調整*/
.ec-sliderRole{
    display: none;
}
 .ec-searchnavRole {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
 }
.ec-headerNav__itemLink{
     display: none;
 }
 .ec-headerNaviRole {
  padding-left: 0;
  padding-right: 0;
  justify-content: flex-end;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .ec-cartNavi {
    display: block;
    justify-content: inherit;
    padding: 0;
    width: auto;
    min-width: 0;
    background: none;
  }
}
.ec-footerRole {
  border-top: none;
  background: #fff;
}
.ec-footerTitle {
  color: #333;
}
.ec-blockBtn--cancel, .ec-blockBtn--action{
    width:auto;
    height:auto;
    line-height: 100%;
}
@media only screen and (min-width: 768px) {
  .ec-cartRole .ec-cartRole__cart {
    margin: 0;
  }
  .ec-cartRole .ec-cartRole__actions {
    width: 30%;
    margin-right: 0;
  }
}
.ec-blockBtn--action {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  padding: 1rem 4rem;
  background: #e85371;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
  font-weight: normal;
  border: none;
  width: 100%;
}

.ec-totalBox {
  margin-top: 2%;
}
.ec-layoutRole .ec-layoutRole__main {
  padding-top: 3%;
}
.ec-progress .is-complete .ec-progress__number {
  background: #e85371;
}
.ec-progress .is-complete .ec-progress__label {
  color: #e85371;
}
.logo img{
    width: 160px;
}
.ec-footerRole .ec-footerRole__inner img{
    width: 250px;
}

#terms ol li {
  list-style-type: decimal;
  margin: 8px 0;
}