@charset "shift_jis";
/* SpCommonReset
**************************** */
/* h1 and h2 */
#main h1 img,#main div[id^="h2_0"] img{
zoom:1;
display:block;
max-width:750px;
width:100%;
height:auto;
margin:auto;
}
/* wrap */
.luckyBagWrap{
max-width:750px;
width:100%;
margin:0 auto;
-webkit-text-size-adjust:100%;
background: #ffffff;
}
.luckyBagWrap img{
vertical-align: top;
height: auto;
zoom: 1 !important;
}
.luckyBagWrap a{
display: block;
}
.luckyBagWrap a{
display: block;
}
/* 終了対応 */
.luckyBagWrap .mv {
  position: relative;
}
.luckyBagWrap .grayOut::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 10;
}
.luckyBagWrap .grayOut::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: calc((518 / 750) * 100%);
  height: calc((151 / 387) * 100%);
  background: url(../image/luckyBag_sp_end_001_240129.gif) no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 20;
}
/* mv */
.mvBand {
  margin-block-end: calc(50 / 750 * 100%);
}
/* anchor */
.anchor {
  margin-block-start: calc(20 / 750 * 100%);
  padding-inline: calc(40 / 750 * 100%);
  padding-block: calc(20 / 750 * 100%);
}
.anchorBg01 {
  background-image: url(../image/luckyBag_sp_anchor_bg_001_241206.jpg);
  background-size: calc(60 / 750 * 100%);
}
.anchorBg02 {
  background-image: url(../image/luckyBag_sp_anchor_bg_002_241206.jpg);
  background-size: calc(60 / 750 * 100%);
}
.anchorTitle {
  inline-size: calc(330 / 670 * 100%);
  margin-inline: auto;
  margin-block-end: calc(20 / 670 * 100%);
}
.anchor ul {
  display: flex;
  justify-content: space-between;
}
.anchor li {
  inline-size: calc(330 / 670 * 100%);
}
.anchorBtn {
  background-color: #fff5cf;
}
.anchorBtn .disabled {
  pointer-events: none;
}

.anchorBg02.secondSet {
  background-image: url(../image/luckyBag_sp_anchor_bg_003_250106.jpg);
}
.anchor.secondSet {
  padding-inline: calc(30 / 750 * 100%);
  padding-block: calc(30 / 750 * 100%);
}
.anchor.secondSet .anchorTitle {
  inline-size: calc(380 / 690 * 100%);
  margin-inline: auto;
  margin-block-end: calc(30 / 690 * 100%);
}
.anchor.secondSet li {
  inline-size: calc(335 / 690 * 100%);
}
/* product */
.product {
  margin-block-start: calc(100 / 750 * 100%);
  padding-block-start: calc(80/ 750 * 100%);
  padding-block-end: calc(80/ 750 * 100%);
  background-image: url(../image/luckyBag_sp_bg_001_241206.png),
  url(../image/luckyBag_sp_bg_002_241206.png),
  url(../image/luckyBag_sp_bg_003_241206.jpg);
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: calc(150 / 750 * 100%), calc(150 / 750 * 100%), contain;
  background-position: top left, bottom right, top left;
}
.productInner {
  padding-inline: calc(70 / 750 * 100%);
}
.productTitle {
  margin-block-end: calc(50 / 610 * 100%);
}
.productBlock {
}
.productImg {
}
.productName {
  margin-block-start: calc(50 / 610 * 100%);
  font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: calc(44 / 28);
  letter-spacing: 0.02em;
  color: #000;
}
.productText {
  margin-block-start: calc(42 / 610 * 100%);
  font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  /* font-feature-settings: "palt"; */
  line-height: calc(44 / 28);
  letter-spacing: 0.02em;
  color: #000;
}
.productPrice {
  margin-block-start: calc(17 / 610 * 100%);
  font-size: clamp(0.875rem, 3.73vw, 1.75rem);
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1;
  color: #000;
  text-align: right;
}
.productPrice span {
  font-size: clamp(1.188rem, 5.07vw, 2.375rem);
}
.productBtn {
  margin-block-start: calc(59 / 610 * 100%);
  margin-inline: auto;
  inline-size: calc(380 / 610 * 100%);
}
/* headingBlock */
.headingBlock p {
  font-size: 15px;
  margin-block-start: 5px;
}
/* bannerWrap */
.bannerWrap {
  margin: calc(50 / 750 * 100%) auto;
}
.bannerTitle {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.bannerList {
  margin-top: calc(20 / 750 * 100%);
  margin-inline: auto;
  width:calc(710 / 750 * 100%);
  display: flex;
  flex-wrap: wrap;
}
.justify-content-center .bannerList {
  justify-content: center !important;
}
/* 750_387バナー 2カラム */
.col2-750_387 .bannerList {
  --gap: 5px;
  gap: var(--gap);
}
.col2-750_387 .bannerItem {
  width: calc(50% - var(--gap) / 2);
}
/* 750_387バナー 3カラム */
.col3-750_387 .bannerList {
  --gap: 10px;
  gap: var(--gap);
}
.col3-750_387 .bannerItem {
  width: calc((100% / 3) - var(--gap) * 2 / 3);
}
/* noteBox */
.noteBox {
  margin-top:  calc(30 / 750 * 100%);
  margin-inline: auto;
  inline-size: calc(690 / 750 * 100%);
}
.noteBox .noteText {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.3px;
}

.noteBox--bg {
  inline-size: 100%;
  padding: 1em;
  background-color: #e3e5ed;
}
.noteBox--bg .noteText {
  font-weight: bold;
}

/* 286バナー 2カラム */
.col2-286_286 .bannerList {
  --gap: 20px; /* 調整 */
  gap: var(--gap);
}
.col2-286_286 .bannerItem {
  width: calc(50% - var(--gap) / 2);
}
/* 286バナー 3カラム */
.col3-286_286 .bannerList {
  --gap: 10px; /* 調整 */
  gap: var(--gap);
}
.col3-286_286 .bannerItem {
  width: calc((100% / 3) - var(--gap) * 2 / 3);
}

/* 251219 */
.mv p{
position: absolute;
width: calc(248 / 750 * 100%);
bottom: calc(112 / 750 * 100%);
right: calc(251 / 750 * 100%);
}
.noteBlock{
font-size: 14px;
margin-top: calc(20 / 750 * 100%);
line-height: 1.5;
}
.anchorBlock2026{
margin-top: calc(60 / 750 * 100%);
}
.anchorBlock2026 ul{
display: flex;
justify-content: center;
gap: calc(30 / 750 * 100%);
padding: 0 calc(40 / 750 * 100%);
}
.bargainsBlock ul{
display: flex;
margin-top: calc(40 / 750 * 100%);
justify-content: center;
flex-wrap: wrap;
gap: 10px;
}
.bargainsBlock ul li{
width: calc(320 / 750 * 100%);
}
