@charset "UTF-8";
/* 共通 */
img {
  width: 100%;
}
a,
button {
  display: block;
  transition: .3s;
}
a:hover,
button:hover {
  opacity: .6;
}
.flex {
  display: flex;
}
.column_2 {
  flex-wrap: wrap;
  gap: 20px;
}
.column_2>* {
  width: calc((100% - 20px) / 2);
  margin: 0;
}
.inner {
  width: 92%;
  margin: 0 auto;
}
.sp {
  display: none;
}
/* 全体 */
#all_Wrap {
  position: relative;
}
#all_Wrap.nomove {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
/* ローディング */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 999;
}
#loading figure {
  width: 100%;
  height: 100vh;
}
#loading figure>img {
  width: 100%;
  height: 100%;
  padding: 2vw 0;
  box-sizing: border-box;
  object-fit: contain;
}
/* フッター固定 */
#fixed_foot {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: rgba(252, 232, 48, .8);
  box-sizing: border-box;
  z-index: 11;
}
#fixed_foot>.flex {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
#fixed_foot #pagetop {
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
#fixed_foot figure {
  margin-right: 20px;
}
#fixed_foot .yokoku_sp {
  display: none;
}
/* フッター固定−本番 */
#fixed_foot.fixed_foot02 {
  background-color: rgba(0, 0, 0, .8);
}
#fixed_foot.fixed_foot02 .foot02_List {
  align-items: flex-start;
  gap: 30px;
  margin-right: 30px;
}
/* 背景固定 */
#fixed_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #920F7D;
  z-index: -1;
}
#fixed_bg span {
  display: block;
  position: absolute;
  top: 0;
  max-width: 80px;
  width: 5%;
  height: 100%;
  background: url(../../../img/bigbazaar/part3/sale/bg_side.png) repeat-y center top;
  background-size: contain;
}
#fixed_bg span:first-child {
  left: 0;
}
#fixed_bg span:last-child {
  right: 0;
}
/* 要素 */
main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /* grid-template-columns: 1fr minmax(1fr, 750px) 1fr; */
}
.main_Area {
  display: block;
  max-width: 750px;
  width: 100%;
  background-color: #920F7D;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.main_Ttl {
  padding: 20px 0;
}
/* 推し */
#pick_Con {
  margin-bottom: 60px;
}
#pick_Con .pick_List>a {
  margin-bottom: 20px;
}
/* ゴールデン */
#gold_Con {
  margin-bottom: 60px;
}
#gold_Con .gold_List a {
  margin-top: 20px;
}
/* テーマ */
#theme_Con {
  margin-bottom: 60px;
}
#theme_Con .con_Ttl {
  margin-bottom: 20px;
}
#theme_Con .flex a {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
#theme_Con .notes {
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.item_Box {
  margin-bottom: 60px;
}
.item_Box .column_2 {
  margin: 30px auto;
}
.gold_Line {
  display: block;
  width: 100%;
  height: 6px;
  margin-bottom: 60px;
  background-image: linear-gradient(to right, #F2C767, #FFEFBD, #F2C767);
}
/* 同時開催 */
#other_Con {
  margin-bottom: 60px;
}
#other_Con>a {
  margin-bottom: 30px;
}
.other_Box {
  border: 3px solid #fff;
  border-radius: 20px;
  overflow: hidden;
}
.other_Box>h4 {
  padding: 15px 10%;
  background: #fff;
  box-sizing: border-box;
}
.other_Box>article {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
}
.other_Box>article .flex {
  margin-top: 30px;
  gap: 20px;
}
/* 歩み */
#ayumi_Con .white_Box {
  padding: 100px 0;
  background: #fff;
}
#ayumi_Con .white_Box h5 {
  margin-bottom: 60px;
}
#ayumi_Con .white_Box a {
  display: block;
  width: 90%;
  margin: 60px auto 0;
}
/* モーダル */
.modal_Wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 999;
}
.modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, .8);
  z-index: 999;
}
.modal_Block {
  position: absolute;
  width: 100%;
  height: 100dvh;
}
.modal_Close {
  display: block;
  position: absolute;
  top: calc(10vh - 30px);
  right: calc((100% - 650px) / 2);
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1000;
}
.modal_Box {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 650px;
  width: 90%;
  height: 80vh;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
/* モーダル個別設定 */
#modal01 .tab_Link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: fit-content;
}
#modal01 .tab_Link>li {
  width: 50%;
  aspect-ratio: 375/122;
}
#modal01 .tab_Link a {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 375/122;
}
#modal01 .tab_Link>li:nth-child(1) a {
  background: url(../../../img/bigbazaar/part3/sale/modal01_tab01off.png) no-repeat center top;
  background-size: cover;
}
#modal01 .tab_Link>li:nth-child(2) a {
  background: url(../../../img/bigbazaar/part3/sale/modal01_tab02off.png) no-repeat center top;
  background-size: cover;
}
#modal01 .tab_Link>li:nth-child(1).active a {
  background: url(../../../img/bigbazaar/part3/sale/modal01_tab01on.png) no-repeat center top;
  background-size: cover;
}
#modal01 .tab_Link>li:nth-child(2).active a {
  background: url(../../../img/bigbazaar/part3/sale/modal01_tab02on.png) no-repeat center top;
  background-size: cover;
}
#modal01 .tab-content-container {
  width: 100%;
  height: calc(80vh - 10%);
}
#modal01 .tab-content {
  display: none;
  max-width: 650px;
  width: 100%;
  height: 100%;
  background: #fff;
}
#modal01 .tab-content>div {
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  overflow-y: scroll;
}
#modal01 .tab-content.active {
  display: block;
}
#modal01 #tab1 {
  border: 5px solid #FF0000;
}
#modal01 #tab2 {
  border: 5px solid #B50080;
}
/* モーダル2 */
#modal02 .modal_Box {
  background: #fff;
  border: 5px solid #B50080;
}
#modal02 .modal_Box>div {
  height: 100%;
  padding-bottom: 30px;
  overflow-y: scroll;
}
#modal02 .modal_Box>div a {
  display: block;
  margin: 50px auto 0;
}
/* モーダル3 */
#modal03 .modal_Box {
  background: #fff;
}
#modal03 .modal03_Img {
  width: 75%;
  margin: 0 auto;
  padding: 20px 0;
}
#modal03 .tab_Link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: fit-content;
}
#modal03 .tab_Link>li {
  width: 50%;
  aspect-ratio: 375/122;
}
#modal03 .tab_Link a {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 375/122;
}
#modal03 .tab_Link>li:nth-child(1) a {
  background: url(../../../img/bigbazaar/part3/sale/modal03_tab01off.png) no-repeat center top;
  background-size: cover;
}
#modal03 .tab_Link>li:nth-child(2) a {
  background: url(../../../img/bigbazaar/part3/sale/modal03_tab02off.png) no-repeat center top;
  background-size: cover;
}
#modal03 .tab_Link>li:nth-child(1).active a {
  background: url(../../../img/bigbazaar/part3/sale/modal03_tab01on.png) no-repeat center top;
  background-size: cover;
}
#modal03 .tab_Link>li:nth-child(2).active a {
  background: url(../../../img/bigbazaar/part3/sale/modal03_tab02on.png) no-repeat center top;
  background-size: cover;
}
#modal03 .tab-content-container {
  width: 100%;
  height: calc(80vh - 35%);
}
#modal03 .tab-content {
  display: none;
  max-width: 650px;
  width: 100%;
  height: 100%;
  background: #fff;
}
#modal03 .tab-content>div {
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  overflow-y: scroll;
}
#modal03 .tab-content.active {
  display: block;
}
/* モーダル3 クーポン */
#modal03 #tab3 {
  border: 5px solid #960080;
}
#modal03 #tab3 article {
  margin: 30px auto;
  padding-bottom: 30px;
  border-bottom: 4px dotted #920F7D;
}
#modal03 #tab3 article:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#modal03 #tab3 article>figure {
  position: relative;
}
#modal03 #tab3 article>figure.copy::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  z-index: 0;
}
#modal03 #tab3 article>figure.copy::after {
  display: block;
  content: 'コピーしました';
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 15px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#modal03 #tab3 article button {
  display: block;
  width: 80%;
  margin: 20px auto 0;
}
/* モーダル3 アプリ */
#modal03 #tab4 {
  background: #960080;
}
#modal03 #tab4 .app_List {
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-top: 30px;
  padding: 0 20px;
  box-sizing: border-box;
}
#modal03 #tab4 .app_List>li {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
#modal03 #tab4 .app_List .bubble {
  max-width: 220px;
  width: 80%;
  margin: 0 auto 20px;
}
#modal03 #tab4 .app_List a {
  display: block;
  width: 100%;
}
#modal03 #tab4 .app_List .app_01 a {
  margin-bottom: 10px;
}
#modal03 #tab4 .app_List .app_01 a:last-child {
  margin-bottom: 0;
}
#modal03 #tab4 .app_List .app_02 a {
  max-width: 140px;
  margin: 0 auto;
}
#modal03 #tab4 .app_Block {
  margin-top: 50px;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}
/* モーダル4 */
#modal04 .modal_Box {
  overflow-y: scroll;
}
@media only screen and (max-width: 840px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .main_Area {
    max-width: 100%;
    width: 100%;
    box-shadow: none;
  }
  /* フッター固定 */
  #fixed_foot .yokoku_pc {
    display: none;
  }
  #fixed_foot .yokoku_sp {
    display: block;
  }
  #fixed_foot>.flex {
    display: block;
    width: 97%;
  }
  #fixed_foot figure {
    margin-right: 0;
  }
  #fixed_foot #pagetop {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -70px;
    right: 10px;
  }
  /* フッター固定−本番 */
  #fixed_foot.fixed_foot02 .foot02_List {
    gap: 10px;
    margin-right: 0;
  }
  /* 背景固定 */
  #fixed_bg {}
  #fixed_bg span {
    display: none;
  }
  /* モーダル */
  .modal_Close {
    right: 5%;
  }
  /* モーダル3 */
  #modal03 .modal_Box {
    background: transparent;
  }
  #modal03 .modal03_Img {
    width: 100%;
    padding: 20px 10%;
    background: #fff;
    box-sizing: border-box;
  }
  #modal03 .tab-content-container {
    height: 70%;
  }
  /* モーダル3 アプリ */
  #modal03 #tab4 .app_List {
    padding: 0;
  }
  #modal03 #tab4 .app_List>li {
    padding: 5px;
  }
  #modal03 #tab4 .app_List .app_02 a {
    max-width: 70%;
  }
}
