@charset "utf-8";


.samePriceTitle{
    font-size: 30px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    margin: 0 0 12px;
}
.samePriceComment{
    margin : 0 0 24px;
    font-size: 1em;
}

@media print, (min-width: 768px) {
    .samePriceTitle {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
              align-items: center;
    }
}

@media only screen and (max-width: 767px) {
    .samePriceTitle {
      margin: 0 18px 6px;
      font-size: 22px;
    }

}
@media only screen and (max-width: 767px) {
    .samePriceComment{
        margin : 0 8px 0px;
        font-size: 1em;
    }
}

@media only screen and (max-width: 767px) {
    #pbBlock205262 {
    padding-top: 0px;
    }
}



.partsLink{
    font-size: 14px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;

}

.partsLink__inside {
    margin: -30px 0 14px;
    padding: 0 20px;
}



.partsLink__inside--right{
    text-align: right;
}
/* couponBtn */
.js-couponBtn .-hide {
  display: none;
}
.couponBtn__box {
  padding: 10px 0;
}
.couponBtn__detail {
  padding: .7em 1em;
  background-color: #003894;
  border-radius: 300px;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  max-width: 270px;
  margin: 0 auto;
  text-align: center;
}
.couponBtn__detail--save {
  background-color: #003894;
  cursor: pointer;
}
.couponBtn__detail--saved {
  background-color: #bbb;
  pointer-events: none;
}
.couponBtn__detail--process {
  background-color: #597db9;
  pointer-events: none;
  position: relative;
}
.couponBtn__detail--process::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 60px;
  height: 60px;
  background: url(https://shopping.bookoff.co.jp/library/common/svg/loading.svg) no-repeat right center;
  background-size: 60px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media print, (min-width: 768px) {
  .couponBtn__detail--save {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .couponBtn__detail--save:hover {
    opacity: .65;
  }
}
/* tips */
.tips__box {
  position: relative;
}
.tips__box.-hide{
  display: none;
}
.selectBlock__alertBalloon{
  display: block;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}


/* anchorLinkTextLink start */
.anchorLinkTextLink--center {
	margin: 0 auto;
	text-align: center;
}

.anchorLinkTextLink__wrap {
	position: relative;
	padding: 1.6em 0 0.8em;
}

.anchorLinkTextLink__inner {
	display: flex;
	justify-content: center;
	align-items: end;
	margin-left: auto;
	margin-right: auto;
}

.anchorLinkTextLink__linkArea {
	position: relative;
	text-decoration: none;
	display: block;
	padding: 0 20px 40px;
	width: 40%;
}

.anchorLinkTextLink__linkArea:last-of-type {
	/* .anchorLinkTextLink__linkArea:nth-child(2)用の記述 */
	padding: 0 20px 40px;
}

.anchorLinkTextLink__text--sub {
	display: block;
	font-size: 1.5rem;
}

.anchorLinkTextLink__text--main {
	display: block;
	font-size: 2.5rem;
}

.anchorLinkTextLink__linkArea:nth-child(1)::after {
	content: "";
	position: absolute;
	bottom: -1rem;
	left: 50%;
	width: 2.5rem;
	height: 2.5rem;
	background: url(https://shopping.bookoff.co.jp/library/common/svg/arrow-red.svg) no-repeat;
	background-size: 100%;
	transform: translate(-50%, -50%) rotate(90deg);
	pointer-events: none;
}

.anchorLinkTextLink__linkArea:nth-child(2)::after {
	content: "";
	position: absolute;
	bottom: -1rem;
	left: 50%;
	width: 2.5rem;
	height: 2.5rem;
	background: url(https://shopping.bookoff.co.jp/library/common/svg/arrow.svg) no-repeat;
	background-size: 100%;
	transform: translate(-50%, -50%) rotate(90deg);
	pointer-events: none;
}

@media only screen and (max-width: 767px) {
	.anchorLinkTextLink__wrap {
		padding-top: 2em;
		padding-bottom: 2em;
	}

	.anchorLinkTextLink__inner {
		justify-content: space-evenly;
	}

	.anchorLinkTextLink__linkArea {
		padding: 0 0 40px;
		text-align: center;
		width: 44%;
	}

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

	.anchorLinkTextLink__text--main {
		font-size: 2.2rem;
	}
}

.anchorLinkTextLink__overlay {
	position: relative;
}

.anchorLinkTextLink__overlay.-overlay::before {
	content: "coming soon";
	color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 92%;
	height: 90%;
	margin: auto;
	border-radius: 10px;
	background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
	z-index: 1;
}

.anchorLinkTextLink__text--red {
	color: #E60009;
}

.anchorLinkTextLink__text--blue {
	color: #003894;
}
/* anchorLinkTextLink end */

/*店舗施策バナー用CSS1-4*/
.bannerStoreSale{
	/*width:900px;*/
	/*height:auto;*/
	margin: 0 auto;
	display: flex;
    flex-direction: column;
    align-items: center;
}
@media print, (min-width: 768px){
.bannerStoreSaleBannerInner {
    padding: 0 84px;
    max-width: 1368px;
    margin: 0 auto;
}
.bannerStoreSaleBannerInner__mb{
display:none;
}
.bannerStoreSale {
    min-width: 1280px;
    /* padding: 12px 0 0; */
}
.bannerStoreSaleBannerDetail {
    /* margin: 0 0 12px 0; */
    width: 900px;
    display: block;
}
.pbmce_selected {
    padding: 12px 0;
}
}
@media only screen and (max-width: 767px){
.bannerStoreSaleBannerInner{
display:none;
}
.pbmce_selected {
    padding: 0 0 10px;
}
/* .bannerStoreSale {
    padding: 0 0 10px;
} */
}
