:root {
  --px10: 10px;
  --px20: 20px;
  --px30: 30px;
  --px40: 40px;
  --px50: 50px;
  --px60: 60px;
  --px70: 70px;
  --px80: 80px;
  --px90: 90px;
  --px100: 100px;
  --px110: 110px;
  --px120: 120px;
  --px130: 130px;
}

/*  ================================================  */

#junecp2025 .plus-minus {
  background-color: #fff;
  display: flex;
  max-width: fit-content;
  justify-content: center;
  border: 2px solid #d8d8d8;
}
#junecp2025 .plus-minus span {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
#junecp2025 .plus-minus input {
  width: 80px;
  text-align: center;
  font-size: 24px;
  border-left: 2px solid #d8d8d8;
  border-right: 2px solid #d8d8d8;
}

#junecp2025 .choose_txt {
  position: relative;
  overflow: hidden;
}
#junecp2025 .choose_txt::before {
  content: "数量を選択してください";
  width: 100%;
  height: 100%;
  background-color: #a9a9a9;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
}
#junecp2025 .choose_txt:hover {
  opacity: 1!important;
}

/*  ================================================  */


/* アンカーリンク */
#junecp2025 .anchor_area {
  position: relative;
}
#junecp2025 .anchor_area_btn {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
}
#junecp2025 .anchor_area_btn a {
  display: inline-block;
}
#junecp2025 .anchor_area_btn a:last-child {
  margin-top: 30px;
}


/* sec1 商品詳細リンク */
#junecp2025 #sec1 {
  background-color: #d4f2ff;
}
#junecp2025 .btn_item_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0 70px;
}
#junecp2025 .btn_item_area a:not(:last-child) {
  margin-bottom: 10px;
}


/* アイテム CV */
#junecp2025 .itemWrap {
  position: relative;
}
#junecp2025 .plus-minus-addbtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 630px;
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#junecp2025 .plus-minus-addbtn button {
  max-width: 355px;
  margin: 0;
  transition: .3s;
  border-radius: 99px;
}
#junecp2025 .plus-minus-addbtn button:hover {
  opacity: 0.8;
}
#junecp2025 .item02 .plus-minus-addbtn {
  bottom: 50px;
}
#junecp2025 .item04 .plus-minus-addbtn {
  bottom: 105px;
}
#junecp2025 .item09 .plus-minus-addbtn {
  bottom: 110px;
}
#junecp2025 .item10 .plus-minus-addbtn {
  bottom: 190px;
}
#junecp2025 .item11 .plus-minus-addbtn,
#junecp2025 .item12 .plus-minus-addbtn {
  bottom: 90px;
}
#junecp2025 .item13 .plus-minus-addbtn {
  bottom: 170px;
}



/* item_accArea */
#junecp2025 .accArea {
  position: relative;
}
#junecp2025 .accTtl {
  transform: translate(-50%, -100%);
  max-width: 570px;
  left: 50%;
  position: absolute;
  top: 0;
  cursor: pointer;
}
#junecp2025 .accTtl .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
#junecp2025 .accTtl .icon::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  transition: .3s;
  position: absolute;
  top: 50%;
  left: 0%;
}
#junecp2025 .accTtl .icon::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #fff;
  transition: .3s;
  position: absolute;
  top: 0%;
  left: 50%;
}
#junecp2025 .accTtl.open .icon::after {
  transform: rotate(90deg);
}
#junecp2025 .accCont {
  display: none;
}


/* foot_area */
#junecp2025 .foot_area {
  padding: 60px 0 90px;
}
#junecp2025 .foot_anchor {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: auto;
}
#junecp2025 .foot_anchor a {
  max-width: 330px;
}
#junecp2025 .foot_anchor a img {
  width: 100%;
  height: auto;
}
#junecp2025 .foot_area ul {
  max-width: 690px;
  text-align: left;
  margin: 30px auto 0;
}
#junecp2025 .foot_area li {
  text-indent: -1em;
  padding-left: 1em;
}

/*  ================================================  */

#junecp2025 {
	color: #333;
	text-align: center;
}
#junecp2025 img {
  display: block;
}
#junecp2025 .rela {
	position: relative;
}
#junecp2025 .abso {
	position: absolute;
}
#junecp2025 .fv_area {
  display: flex;
  justify-content: center;
}
#junecp2025 .content_area {
  width: 750px;
	margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  z-index: 2;
  position: relative;
}

#junecp2025 #side_area {
  position: fixed;
  left: calc((100% - 750px) / 4);
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -35%);
  transition: all .3s;
  z-index: 1;
}
#junecp2025 #side_area.on {
  opacity: 1;
  transform: translate(-50%, -40%);
}


/* ItemArea */
#junecp2025 .selectorWrap {
  position: relative;
  background-color: #fff;
  margin-bottom: var(--px40);
}
#junecp2025 .selectorWrap.abso {
  max-width: 630px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
#junecp2025 .brush_selector .selectorWrap.abso {
  max-width: 570px;
  bottom: 90px;
}
#junecp2025 .item10 .selectorWrap {
  max-width: 570px;
}


#junecp2025 .selectorWrap select {
  width: 100%;
  height: 55px;
  padding-right: 50px;
  padding-left: 10px;
  cursor: pointer;
  font-size: 19px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: #ccc solid 1px;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#junecp2025 .selectorWrap select + span {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 40px;
  height: 55px;
  border-left: #ccc solid 1px;
  pointer-events: none;
}
#junecp2025 .selectorWrap select + span:after {
  display: block;
  width: 0.5em;
  height: 0.5em;
  padding: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.25em;
  left: 0;
  right: 0;
  margin: auto;
  border-right: 2px solid #b81649;
  border-top: 2px solid #b81649;
  transform: rotate(135deg);
  pointer-events: none;
}


/*  ========================
	*********  selectColor *********
=============================================  */
#junecp2025 .color {
  text-align: left;
  margin-bottom: var(--px30);
}


/*  ========================
	*********  more *********
=============================================  */
#junecp2025 a:hover {
	opacity: 0.8;
}
#junecp2025 .more {
  position: absolute;
  z-index: 10;
  font-feature-settings: "palt";
}
#junecp2025 .more li:not(:last-child) {
  margin-bottom: 8px;
}
#junecp2025  .more a,
#junecp2025 .color span {
  color: #7c7c7c;
  font-size: min(3.2vw,24px);
  font-weight: bold;
  cursor: pointer;
  font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  padding: 0 0 0.2em;
  border-bottom: 1px solid;
}
#junecp2025  .more.clr_fff a {
  color: #fff;
}
#junecp2025 .more.color span {
  color: #b81649;
}
#junecp2025 .more a::after,
#junecp2025 .color span::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid;
  border-right: 2px solid;
  display: inline-block;
  transform: rotate(45deg);
  margin-left: 0.3em;
}

#junecp2025 .item01 .more {
  top: 37%;
  left: 8.2%;
}

#junecp2025 .item02 .more {
  top: 43%;
  left: 8.2%;
}
#junecp2025 .item02 .more a {
  color: #333;
}
#junecp2025 .item08 .more.color {
  top: 90%;
  left: 8.2%;
}
#junecp2025 #sec3 .more {
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: max-content;
  text-align: left;
}
#junecp2025 #sec3 .item13 .more {
  bottom: 108px;
}




#cboxContent {
	background: none!important;
}