/** @format */

@charset 'utf-8';
/* ============ STYLE ============ */
body {
  position: relative;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
section {
  position: relative;
  font-weight: 400;
}
a {
  display: block;
  text-decoration: none;
  color: #000;
}
a:hover {
  cursor: pointer;
  opacity: 0.9;
}
*:focus {
  outline: none;
}
img {
  display: block;
  max-width: 100%;
}
button {
  width: 100%;
  border: none;
  background: none;
  padding: 0;
  position: relative;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}
body.scroll-disable {
  overflow: hidden;
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
:root {
  --gold: #ba923e;
  --red: #e83820;
  --blue: #187fc4;
  --bronze: #9f5c44;
  --silver: #8e989f;
}

/* 事前エントリー */
.entry .entryBefore {
  display: block;
}
.entry .entryAfter {
  display: none;
}
.entryBefore {
  display: none;
}
.entryAfter {
  display: block;
}

/* bg */
.bgBlack {
  background: #000;
}
.bgRed {
  background: var(--red);
}
.bgBlue {
  background: var(--blue);
}
.bgGold {
  background: var(--gold);
}

/* layout */
.wrap {
  width: 375px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .wrap {
    width: 100%;
  }
}
.contentWrap {
  background: #fff;
}
.lpWrap {
  padding-bottom: 40px;
  border-radius: 30px 30px 0 0;
  background: #fff;
  overflow: hidden;
}
.lpTtl_gold,
.lpTtl_red {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 75px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  border-radius: 30px 30px 0 0;
}
.lpTtl_gold {
  background: var(--gold);
  border-radius: 20px 20px 0 0;
}
.lpTtl.blue {
  background: #187fc4;
}
.lpTtl_red {
  height: 85px;
  background: var(--red);
  border: 2px solid #fff;
}

/* font */

/* ttl */
.ttl {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
}

/* btn */
.btn_head-red {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: var(--red);
  font-weight: 700;
  font-size: 11px;
}
.btn_head-red::before,
.btn_head-red::after {
  content: "";
  width: 1.5px;
  height: 45px;
  background: var(--red);
}
.btn_head-red::before {
  transform: rotate(-40deg);
}
.btn_head-red::after {
  transform: rotate(40deg);
}
.btn {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 82%;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 28px;
}
/* .btn01::after {
    content: "";
    position: absolute;
    right: 15px;
    width: 15px;
    height: 15px;
    background: url(../img/lp/btn-arrow.png) no-repeat center / contain;
} */
.btnBlue {
  background: var(--blue);
}
.btnRed {
  background: var(--red);
}
.btnWhite {
  min-width: 200px;
  width: 68%;
  height: 45px;
  font-size: 14px;
  color: #187fc4;
  background: #fff;
}
.btnGold {
  width: 87%;
  height: 65px;
  background: var(--gold);
  font-size: 22px;
  border-radius: 35px;
}
.btnGold.app {
  width: 100%;
}
.btnGray {
  width: 80%;
  background: #e5e3e3;
  color: #b5b5b5;
  pointer-events: none;
}
.btnRakuten {
  width: 90%;
  height: 50px;
  background: #e5a13e;
  font-size: 14px;
}
.btnApply {
  background: var(--gray);
  color: #fff;
}
.btnBack {
  color: #fff;
  background: var(--gray);
}
.btnBack::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.btnLotto {
  background: var(--color-yellow);
  font-size: 20px;
  background: #9e9e9e;
}
.btnLotto.active {
  background: var(--bg);
}
.btnLotto > input {
  width: 100%;
  height: 100%;
  background: transparent;
  color: #fff;
  pointer-events: none;
}
.btnSearch {
  background: #fff;
  color: #e60012;
  border: 2px solid #e60012;
}
.btnSearch::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/second/search.png) no-repeat center / cover;
}
.btnCoupon {
  height: 40px;
  color: #fff;
}

.innerLogo {
  padding: 10px;
  width: 140px;
}

/* -----------ページ内リンク ----------- */
.link_list li {
  margin-bottom: 45px;
}
.link_list li a {
  display: flex;
  height: 80px;
  padding-left: 20px;
  background: #fff;
  box-shadow: 5px 5px 0 var(--gold);
}
.link_list li .link_list-icon {
  width: 55px;
}
.link_list li .link_list-txt {
  text-align: center;
  align-self: center;
  flex: 1;
  color: var(--gold);
  font-size: 20px;
  font-weight: 900;
}

/* -----------キャンペーン内容 ----------- */
.catTxt {
  margin: 15px 0 0;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.catTxt span {
  font-size: 10px;
}

/* ワクワク2 */
#waku02 .ttl {
  position: relative;
}
#waku02 .ttl::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -35px;
  width: 95px;
  height: 85px;
  background: url(../img/common/waku02_view02.png) no-repeat center / contain;
}

/* お得4 */
.IconList {
  margin: 15px 0 35px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.IconList img {
  width: 75px;
}
.label_w {
  margin: 0 auto 10px;
  width: 110px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--blue);
  font-size: 13px;
  color: var(--blue);
  font-weight: 700;
  border-radius: 15px;
}

.pdList li:nth-child(-n + 3) {
  width: calc(100% / 3);
}
.pdList li:not(:nth-child(-n + 3)) {
  width: calc(100% / 4);
}
.snsWrap {
  padding: 30px 7% 20px;
  background: var(--blue);
  border-radius: 30px;
}
.snsCont {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.snsCont img {
  width: 65px;
}
.snsCont .desc {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.03em;
  flex: 1;
}
.snsCont .desc span {
  font-size: 10px;
}

/* -----------お知らせ ----------- */
.iconNews {
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}
.iconNews .icons {
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  font-size: 46px;
  cursor: pointer;
  background: var(--gold);
}
.iconNews .icons img {
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.15));
}

/* -----------くじ ----------- */
/* 流れ */
.flowMv {
  position: relative;
}
.flowMv .btnGray {
  position: absolute;
  height: 40px;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
}

/* ボタン */
#kuji_menu {
  display: flex;
  justify-content: center;
  gap: 5px;
}
#kuji_menu li {
  width: calc(100% / 3);
}
#kuji_menu .kujiMenu_btn {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}
#kuji_menu .kujiMenu_btn.course01 {
  background: #e0977d;
  background: linear-gradient(180deg, #e0977d 0%, #9f5c44 100%);
}
#kuji_menu .kujiMenu_btn.course02 {
  background: #d8d8d8;
  background: linear-gradient(180deg, #d8d8d8 0%, #8e989f 100%);
}
#kuji_menu .kujiMenu_btn.course03 {
  background: #edc36a;
  background: linear-gradient(180deg, #edc36a 0%, #ba923e 100%);
}

/* マイページ */
#course01 {
  color: var(--bronze);
}
#course02 {
  color: var(--silver);
}
#course03 {
  color: var(--gold);
}
.kujiCourse_ttl {
  position: relative;
  margin-bottom: 35px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.kujiCourse_ttl span {
  display: block;
  font-size: 16px;
}
.kujiCourse_ttl::after {
  content: "";
  width: 2px;
  height: 30px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-image: radial-gradient(circle, #000000 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 2px 8px;
}
#course01 .kujiCourse_ttl::after {
  background-image: radial-gradient(circle, var(--bronze) 1px, transparent 1px);
}
#course02 .kujiCourse_ttl::after {
  background-image: radial-gradient(circle, var(--silver) 1px, transparent 1px);
}
#course03 .kujiCourse_ttl::after {
  background-image: radial-gradient(circle, var(--gold) 1px, transparent 1px);
}
.kujiCourse_txt {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}

/* 抽選カウント */
.kujiCourse_count {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 110px;
  color: #fff;
  border-radius: 15px;
}
#course01 .kujiCourse_count {
  background: var(--bronze);
}
#course02 .kujiCourse_count {
  background: var(--silver);
}
#course03 .kujiCourse_count {
  background: var(--gold);
}
.countInfo {
  font-size: 14px;
}
.countInfo_label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 25px;
  font-weight: 700;
  border-radius: 20px;
  border: 1px solid #fff;
}
.countInfo_time {
  margin-top: 5px;
  font-weight: 300;
  text-align: center;
}
.countData {
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-weight: 900;
}
.countData_num {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 50px;
}
.countData_num span {
  font-size: 38px;
}

/* 抽選切替テキスト */
.kujiCourse_change {
  margin: 15px 0 20px;
  align-items: baseline;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}
.tyusenTxt_num {
  font-size: 24px;
}

/* 画像 */
.kujiMv {
  position: relative;
}
.kujiMv .btn {
  position: absolute;
  height: 55px;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
}
.btnKuji {
  border: 2px solid #fff;
}
#course01 .btnKuji {
  background: #e8c3b6;
  background: linear-gradient(
    180deg,
    rgba(232, 195, 182, 1) 0%,
    rgba(181, 115, 91, 1) 40%,
    rgba(159, 92, 68, 1) 90%
  );
}
#course02 .btnKuji {
  background: #8e989f;
  background: linear-gradient(
    180deg,
    rgba(142, 152, 159, 1) 0%,
    rgba(156, 160, 163, 1) 30%,
    rgba(110, 114, 117, 1) 70%,
    rgba(71, 76, 80, 1) 100%
  );
}
#course03 .btnKuji {
  background: #ba923e;
  background: linear-gradient(
    -60deg,
    rgba(186, 146, 62, 1) 0%,
    rgba(255, 213, 124, 1) 30%,
    rgba(171, 134, 57, 1) 100%
  );
}

/* 切り替え */
.statusNo .itemHide,
.statusActive .itemActive {
  display: flex;
}
.statusActive .itemHide,
.statusNo .itemActive {
  display: none;
}

/* 抽選結果画面 */
.resultTxt1 {
  margin: 30px 0 5px;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
.resultTxt2 {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
.resultTxt3 {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
}
#course01 .btnBack {
  background: var(--bronze);
}
#course02 .btnBack {
  background: var(--silver);
}
#course03 .btnBack {
  background: var(--gold);
}

/* あたりのみ */
.atariPt {
  padding: 20px 0 25px;
  margin: 40px 0;
  border-radius: 15px;
}
#course01 .atariPt {
  border: 2px solid var(--bronze);
}
#course02 .atariPt {
  border: 2px solid var(--silver);
}
#course03 .atariPt {
  border: 2px solid var(--gold);
}
.atariPt_txt {
  margin-bottom: 10px;
  font-weight: 900;
  font-size: 16px;
  text-align: center;
}

/* ハズレのみ */
.hazureTxt {
  margin: 20px 0 25px;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
}

/* -----------15倍クーポン ----------- */
#mv_coupon {
  position: relative;
  z-index: 2;
}
.coupon_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
}
.couponInner {
  padding: 50px 0;
}
.couponFrame {
  width: 95%;
  margin: 0 auto;
  padding: 15px 3% 50px;
  background: #fff;
  border-radius: 20px;
}

/* -----------デジタルチラシ ----------- */
#mv_chirashi {
  position: relative;
}
.chirashi_link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  position: absolute;
  top: 20px;
  right: 5%;
  color: #fff;
  font-weight: 700;

  border-radius: 18px;
  border: 2px solid #fff;
}
.chirashi_link.btnFood {
  width: 130px;
  background: var(--red);
  font-size: 15px;
}
.chirashi_link.btnHBH {
  width: 185px;
  background: var(--blue);
  font-size: 12px;
}
.chirashi_inner {
  position: relative;
}
.chirashi_inner::before,
.chirashi_inner::after {
  content: "";
  width: 100px;
  height: 145px;
  position: absolute;
  top: -78px;
}
.chirashi_inner::before {
  left: 0;
  background: url(../img/chirashi/fu.png) no-repeat center / contain;
}
.chirashi_inner::after {
  right: 5px;
  background: url(../img/chirashi/ji.png) no-repeat center / contain;
}
.chirashi_lineup {
  position: relative;
  width: 75%;
  margin: -220px auto 0;
  padding: 15px 6% 25px;
  border: 2px solid #fff;
  background: #000;
  color: #fff;
  border-radius: 20px;
  z-index: 5;
}
.chirashi_lineup::before,
.chirashi_lineup::after {
  content: "";
  position: absolute;
  top: -6px;
  width: 15px;
  height: 10px;
}
.chirashi_lineup::before {
  left: 10px;
  background: url(../img/chirashi/fu_hand.png) no-repeat center / contain;
}
.chirashi_lineup::after {
  right: 10px;
  background: url(../img/chirashi/ji_hand.png) no-repeat center / contain;
}
.chirashi_lineup_mascot {
  position: absolute;
  z-index: -4;
}
.chirashi_lineup_ttl {
  margin: 0 0 20px;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
}
.chirashiBtn01,
.chirashiBtn02 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #fff;
  border-radius: 28px;
  font-weight: 700;
  font-size: 14px;
}
.chirashiBtn01 {
  margin-bottom: 5px;
  background: var(--blue);
}
.chirashiBtn02 {
  background: var(--red);
}

/* ラインナップ */
#lineup {
  margin-top: -25px;
  padding: 20px 0 30px;
  background: #fcd683;
  background: linear-gradient(180deg, rgba(252, 214, 131, 1) 0%, rgba(186, 146, 62, 1) 100%);
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
#lineup .lineup_head {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
}
#lineup .lineup_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 10px;
}
#lineup .lineup_list li {
  width: calc(50% - 5px);
}
#lineup .lineup_list_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  background: #000;
  color: #fff;
  border-radius: 23px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 700;
  font-size: 16px;
}

/* 商品 */
#coupon .couponCat_head {
  margin-bottom: 25px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
#coupon .couponCat_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
#coupon .couponCat_list li {
  width: calc((100% - 15px) / 2);
}

/* 商品スライダー */
.pdttl {
  font-weight: 700;
  text-align: center;
  font-size: 26px;
}
.pdttl span {
  display: block;
  font-size: 16px;
}
.dotted {
  margin: 5px auto;
  width: 2px;
}
.pdTxt {
  padding-bottom: 25px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.sliderHead {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 25px;
  margin: 0 auto 10px;
  border-radius: 12px;
  border: 1px solid #e83820;
  font-size: 13px;
  font-weight: 700;
}

/* ----------注意書き --------------*/
.noteList {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -0.05em;
}
/* .noteList li {
  padding-left: 1em;
  text-indent: -1em;
} */
.noteList li::before {
  content: "\203B";
}
/* ※をなしの場合 */
.noteList li.symbolNo {
  padding-left: 0;
  text-indent: 0;
}
.noteList li.symbolNo::before {
  content: none;
}

/* 参加の流れ */
.stepCont {
  display: flex;
  align-items: center;
  gap: 25px;
}
.stepTitleTxt {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.stepTitleTxt span {
  font-size: 10px;
}
.stepNo {
  font-size: 60px;
  font-weight: 500;
}
.stepNo2 {
  padding-bottom: 60px;
}
.stepTxt {
  margin-top: 15px;
}
.stepDesc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.stepArrow {
  margin-right: auto;
  margin-left: auto;
}
.stepAttention {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.6;
}
.stepAppTxt {
  margin-bottom: 5px;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
}
.stepAppTxt2 {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  margin: 30px auto 5px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
}
/* .stepAppTxt2::before,
.stepAppTxt2::after {
    content: "";
    position: relative;
    bottom: 0;
    width: 2px;
    height: 18px;
    background-color: #fff;
}
.stepAppTxt2::before {
    transform: rotate(-30deg);
}
.stepAppTxt2::after {
    transform: rotate(30deg);
} */

/* 楽天 */
.rakutenCont {
  margin-top: 5px;
  padding: 20px 5px;
  border-radius: 30px;
  border: 2px solid #e5a13e;
}

/* ダウンロードボタン */
.downloadWrap {
  padding: 10px 50px 15px;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
}
.downloadTitle {
  position: relative;
  font-size: 14px;
  text-align: center;
  line-height: 1.7;
}

.downloadBtnWrap {
  margin-top: 15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.downloadBtn {
  width: 48%;
}
.downloadBtn1 {
  width: 41%;
}
.downloadBtn2 {
  width: 50%;
}
.downloadTitle2 {
  width: 88%;
  margin: 33px auto 10px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}
.downloadTitle3 {
  width: 60%;
  margin: 0 auto 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}

/* 参加フォーム */
.agreeWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
  color: var(--gold);
}
.agreeWrap * {
  cursor: pointer;
}
.agreeWrap input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid var(--gold);
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.agreeWrap input[type="checkbox"]:checked:before {
  position: absolute;
  top: -7px;
  left: 7px;
  transform: rotate(50deg);
  width: 12px;
  height: 20px;
  border-right: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
  content: "";
}

/* お客様情報のご確認 */
.txtWrap {
  margin: 30px 0;
  padding: 25px 0;
  border: 1px solid #fff;
}
.txtWrap_ttl {
  padding-bottom: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
.txtWrap_ttl_txt {
  font-size: 12px;
  line-height: 1.4;
}
.txtWrap_ttl_txt span {
  font-weight: 500;
}

/* -----------バナーエリア ----------- */
#bnr {
  width: 85%;
  padding: 70px 0 0;
  margin: 0 auto;
}

/* -----------参加完了 ----------- */
#complete {
  padding: 100px 0;
  background: url(../img/second/bg_complete.png) no-repeat center top / 100%;
}
.completeTxt1 {
  margin-bottom: 35px;
  font-weight: 900;
  font-size: 30px;
}
.completeTxt2 {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
}

/* -----------参加状況 ----------- */
.timesImg {
  display: block;
  margin: 0 auto 15px;
  width: 70%;
}
.statusWrap {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #fff;
}
.statusBox {
  width: 50%;
  position: relative;
}
.statusTtl {
  position: relative;
  margin: 0 auto calc(-27px / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 27px;
  font-weight: 700;
  font-size: 18px;
  border-radius: 13px;
  background: rgb(0, 170, 234);
  background: linear-gradient(
    90deg,
    rgba(0, 170, 234, 1) 0%,
    rgba(232, 88, 153, 1) 50%,
    rgba(167, 0, 129, 1) 100%
  );
  z-index: 2;
}
.statusResult {
  position: relative;
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #fff;
  border-radius: 8px;
  color: #040000;
  z-index: 1;
}
.statusBox::after {
  content: "";
  width: 100%;
  height: 130px;
  position: absolute;
  bottom: -5px;
  right: -5px;
  background: url(../img/second/status_frame.png) no-repeat right bottom / 100%;
  z-index: 0;
}
.statusResult .statusData {
  font-size: 76px;
}
.statusResult span {
  position: relative;
  bottom: -20px;
  font-weight: 700;
  font-size: 24px;
}
.statusArrow {
  width: 40px;
  margin: 20px auto;
}
.statusPoint {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
}
.PointRsl {
  position: relative;
  top: -5px;
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.PointRsl .pointData {
  position: relative;
  font-size: 28px;
  z-index: 1;
}
.PointRsl .pointData::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 6px;
  border-radius: 2px;
  background: rgb(232, 88, 153);
  background: linear-gradient(0deg, rgba(232, 88, 153, 1) 0%, rgba(167, 0, 129, 1) 100%);
  z-index: -1;
}
.PointRsl .pointData span {
  font-size: 50px;
  font-family: "din", sans-serif;
}

.statusTxt01 {
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  font-family: "shinoDB", sans-serif;
  color: #e60012;
  white-space: nowrap;
  line-height: 1.4;
}
.statusTxt02 {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  font-family: "shinoR", sans-serif;
}

/* 参加状況切替クラス */
#status .item_no,
#status .item_active,
#status .item_max,
#status .item_end,
#status .item_times {
  display: none;
}
#status.statusEnd .item_max.statusTxt01 {
  display: none;
}
#status.statusNo .item_no,
#status.statusActive .item_active,
#status.statusMax .item_max,
#status.statusEnd .item_end,
#status.statusBai .item_times {
  display: block;
}

/* -----------日にちカウント ----------- */
.dayCount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
}
.dayCount::before,
.dayCount::after {
  content: "";
  width: 0;
  height: 0;
  position: relative;
  bottom: -5px;
  border-style: solid;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  border-top: 30px solid var(--green);
  border-bottom: 0;
}
.dayCount::before {
  left: -10px;
  transform: rotate(-25deg);
}
.dayCount::after {
  right: -10px;
  transform: rotate(25deg);
}
.dayCount .day {
  color: var(--green);
  font-size: 40px;
}

/* マイページ賞品応募 */
.prizeWrap {
  margin-top: 40px;
}
.prizeImg {
  margin-bottom: 15px;
}

/* 〇口応募済みです */
.applyPastTxt {
  display: none;
  align-items: baseline;
  justify-content: center;
  font-weight: 500;
}
.apply .applyPastTxt {
  display: flex;
}
.applyPastTxt span {
  font-weight: 700;
  font-size: 22px;
}
.applyPastTxt::before,
.applyPastTxt::after {
  content: "";
  width: 2px;
  height: 15px;
  background: var(--grad02);
  border-radius: 2px;
}
.applyPastTxt::before {
  margin-right: 10px;
  transform: rotate(-30deg);
}
.applyPastTxt::after {
  margin-left: 10px;
  transform: rotate(30deg);
}

/* -----------wチャンス ----------- */
.changeWrap {
  margin: 30px auto 0;
  padding-top: 30px;
  width: 95%;
  border-top: 2px solid #03984f;
}
.chanceTxt01 {
  margin: 10px auto;
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.2;
}

/* 切り替え */
#chance {
  display: none;
}
.clear #chance {
  display: block;
}

/* -----------応募確認画面 ----------- */
#apply_confirm {
  text-align: center;
}
.confirmTxt {
  margin: 20px auto 15px;
  font-size: 18px;
  font-weight: 700;
}
.confirmBtns {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* 切り替え */
#apply_confirm .prizeItem01,
#apply_confirm .prizeItem02,
#apply_confirm .prizeItem03 {
  display: none;
}
#apply_confirm.prize01 .prizeItem01,
#apply_confirm.prize02 .prizeItem02,
#apply_confirm.prize03 .prizeItem03 {
  display: block;
}

/* -----------応募完了 ----------- */
#apply_complete {
  text-align: center;
}
.applyTxt {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

/* -----------クーポン ----------- */
.couponDate {
  margin-top: 5px;
  text-align: center;
  color: var(--tokiwa);
  font-weight: 700;
  font-size: 16px;
}
.couponListWrap {
  margin: 30px auto 20px;
  padding: 20px 0;
  background: var(--lily);
}
.couponListTtl {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 15px;
  color: var(--tokiwa);
  font-weight: 700;
}
.couponListTtl::before,
.couponListTtl::after {
  content: "";
  width: 1.5px;
  height: 20px;
  position: relative;
  bottom: -5px;
  background: var(--tokiwa);
  border-radius: 2px;
}
.couponListTtl::before {
  transform: rotate(-40deg);
}
.couponListTtl::after {
  transform: rotate(40deg);
}
.couponList {
  font-size: 14px;
  line-height: 1.2;
}
.couponList li {
  display: flex;
  align-items: first baseline;
  justify-content: center;
  gap: 5px;
  margin-bottom: 5px;
}
.couponList li span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.couponList li:nth-child(odd) span {
  background: var(--tokiwa);
}
.couponList li:nth-child(even) span {
  border: 1px solid var(--tokiwa);
  box-sizing: border-box;
}
.couponList li p {
  width: calc(100% - 12px);
}

/* 使用済み */
.couponWrap.end .before,
.couponWrap .after {
  display: none;
}
.couponWrap .before,
.couponWrap.end .after {
  display: block;
}
.couponWrap.end {
  pointer-events: none;
}
.couponWrap.end .btnCoupon {
  background: #9e9e9e;
}

/* 当選者のみ */
#status #coupon {
  display: none;
}
#status.atari #coupon {
  display: block;
}

/* -----------抽選発表 ----------- */
#lotto {
  padding: 45px 0 70px;
  text-align: center;
}
.lottoTxt {
  font-weight: 500;
  font-size: 16px;
}
.lottoTxt span {
  display: inline-block;
  border-bottom: 1px solid #fff;
}

/* 当たり */
.atariTxt {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
  font-weight: 500;
  font-size: 20px;
}
.atariTxt::before,
.atariTxt::after {
  content: "";
  height: 23px;
  width: 2px;
  position: relative;
  bottom: -5px;
  background-color: #fff;
  border-radius: 2px;
}
.atariTxt::before {
  transform: rotate(-30deg);
}
.atariTxt::after {
  transform: rotate(30deg);
}

/* -----------結果発表！ ----------- */

.resultTxt {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  font-family: "shinoDB", sans-serif;
  white-space: nowrap;
  line-height: 1.4;
}

.pointTitle {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  margin: 0 auto 5px;
  color: #e60012;
  font-size: 20px;
  font-weight: 900;
  font-family: "shinoDB", sans-serif;
}
.pointTitle::before,
.pointTitle::after {
  content: "";
  position: relative;
  bottom: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 20px solid #e60012;
  border-bottom: 0;
}
.pointTitle::before {
  transform: rotate(-30deg);
}
.pointTitle::after {
  transform: rotate(30deg);
}
.pointWrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #e60012;
  -webkit-text-stroke: 1px #55555586;
  text-shadow: 1px 1px 0 #fcc600, -1px -1px 0 #fcc600, -1px 1px 0 #fcc600, 1px -1px 0 #fcc600,
    0px 1px 0 #fcc600, 0 -1px 0 #fcc600, -1px 0 0 #fcc600, 1px 0 0 #fcc600;
}
.pointBg {
  position: absolute;
}
.pointLabel {
  font-family: "shingoDB", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
}
.pointResult {
  font-family: "itc", sans-serif;
  font-size: 24px;
}
.pointResult_data {
  font-size: 50px;
}

/* -----------エラー ----------- */
.errorCont {
  padding: 50px 0 40px;
  background-color: #fff;
  color: #000;
  text-align: center;
}
.errorTxt1 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 17px;
}
.errorTxt2 {
  line-height: 1.2;
  font-weight: 500;
  font-size: 15px;
}

/* -----------------------
  アコーディオン
-------------------------- */
.toggle_contents_other {
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 0;
  border: 2px solid #e83820;
}
.toggle_title_other {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #e83820;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}
.toggle_btn_other {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}
.toggle_btn_other:before,
.toggle_btn_other:after {
  display: block;
  content: "";
  position: absolute;
  background: #e83820;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.toggle_btn_other:after {
  height: 2px;
  width: 20px;
}
.toggle_btn_other:before {
  height: 20px;
  width: 2px;
}
.toggle_title_other.selected .toggle_btn_other {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
}
.toggle_title_other.selected .toggle_btn_other:after {
  content: normal;
}

/* 規約アコーディオン */
.toggle_contents_other.rule_wrap {
  border: none;
}
.toggle_title_other.rule_btn {
  width: 100%;
  height: 45px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--gold);
  font-size: 20px;
  border: 2px solid var(--gold);
}

.toggle_btn_other.rule_toggle:before,
.toggle_btn_other.rule_toggle:after {
  background-color: var(--gold);
  width: 20px;
  height: 2px;
}

.toggle_btn_other.rule_toggle:before {
  width: 2px;
  height: 20px;
}

@media only screen and (min-width: 641px) {
  .toggle_btn_other:before,
  .toggle_btn_other:after {
    width: 20px;
    height: 2px;
  }

  .toggle_btn_other:before {
    width: 2px;
    height: 20px;
  }
}

/* アコーディオン中身 */
.toggle_contents_other dd {
  display: none;
  padding: 10px 0 0;
  font-size: 14px;
  line-height: 1.3;
}
.toggle_contents_other_bk {
  width: 100%;
  text-align: justify;
  padding: 0 0 0;
  max-height: 50vh;
  overflow-y: scroll;
}
.toggle_contents_other_bk::-webkit-scrollbar {
  background: transparent;
  width: 5px;
  height: 15px;
  border-radius: 20px;
}
.toggle_contents_other_bk::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 20px;
}

.toggle_contents_other_kiyaku {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0;
}

.toggle_contents_other_kiyaku dd {
  display: none;
  padding: 10px 0 0;
  font-size: 13px;
  line-height: 1.3;
}

.toggle_contents_other_bk_kiyaku {
  width: 100%;
  text-align: justify;
  padding: 15px 0 0;
  max-height: 50vh;
  overflow-y: scroll;
}
.toggle_contents_other_bk_kiyaku::-webkit-scrollbar {
  background: transparent;
  width: 5px;
  height: 15px;
  border-radius: 20px;
}
.toggle_contents_other_bk_kiyaku::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 20px;
}

.productList {
  width: 100%;
  padding: 10px 5%;
  color: #e83820;
}
.productList li {
  margin-bottom: 3px;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 500;
}

/* アコーディオン2列の場合 */
.productList .productName {
  width: 80%;
}
.productList .productData {
  width: 20%;
  text-align: right;
}

/* アコーディオンメーカー名が入る */
.makerWrap {
  margin-top: 25px;
}
.makerName {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  line-height: 1;
  font-size: 16px;
}

/* タブ切り替え */
.change_wrap {
  margin-bottom: 25px;
  border: 2px solid #fff;
}
.tab_wrap {
  display: flex;
}
.tab_wrap .tab {
  padding: 10px 0;
  width: 50%;
  text-align: center;
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.tab_wrap .tab.active {
  background: #fff;
  border: none;
}
.tab_wrap .tab01.active {
  color: var(--color-blue);
}
.tab_wrap .tab02.active {
  color: var(--color-orange);
}
.panel {
  padding: 20px 0;
  display: none;
}
.panel.active {
  display: block;
}

/* -----------------------
  common
-------------------------- */
.inner {
  width: 375px;
  max-width: 88%;
  margin-left: auto;
  margin-right: auto;
}
.inner94 {
  width: 375px;
  max-width: 94%;
  margin: 0 auto;
}
.inner95 {
  width: 375px;
  max-width: 95%;
  margin: 0 auto;
}
.inner90 {
  width: 375px;
  max-width: 90%;
  margin: 0 auto;
}
.inner80 {
  width: 80%;
  max-width: 80%;
  margin: 0 auto;
}
.inner84 {
  width: 84%;
  max-width: 84%;
  margin: 0 auto;
}
.inner85 {
  width: 85.6%;
  max-width: 85.6%;
  margin: 0 auto;
}
.inner87 {
  width: 87%;
  max-width: 87%;
  margin: 0 auto;
}
.inner75 {
  width: 375px;
  max-width: 75%;
  margin: 0 auto;
}
.inner70 {
  width: 375px;
  max-width: 70%;
  margin: 0 auto;
}
.inner65 {
  width: 375px;
  max-width: 65%;
  margin: 0 auto;
}
.inner60 {
  width: 375px;
  max-width: 60%;
  margin: 0 auto;
}

/* モーダル */
.fix {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
}

.modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.modal_inner {
  /* display: none; */
  position: absolute;
  width: 75%;
  max-width: 290px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px 0;
  z-index: 999;
  background: #fff;
}
.modalCl {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 20px;
  right: 0;
  cursor: pointer;
  z-index: 1;
}
.modalCl::before,
.modalCl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1px;
  height: 34px;
  background: var(--gold);
}
.modalCl::before {
  transform: rotate(-45deg);
}
.modalCl::after {
  transform: rotate(45deg);
}
.modalTtl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  color: var(--gold);
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid var(--gold);
}
.modalList {
  font-weight: 500;
  color: var(--gold);
  font-size: 13px;
}
.modalList li {
  padding-left: 1em;
  margin-bottom: 5px;
  text-indent: -1em;
}

/* クーポンモーダル */
.couponMdlTxt {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}

/*------------ Swiper-------------- */
.swiperInner {
  position: relative;
}
/* mvSlider */
.mvSlider {
  margin: 15px 0 10px;
}
.mvSlider .swiper-wrapper {
  transition-timing-function: linear;
}
.mvSlider .swiper-slide {
  height: 80px;
}

.mvSlider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

/* 商品スライドの名前 */
.pdName {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.1;
}

/* makerSlider */
.makerSlider .swiper-slide img:first-child {
  margin-bottom: 15px;
}

/* ページネーション */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  margin: 20px auto 0;
  position: relative;
  width: 70%;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  margin: 0;
  height: 7px;
  border-top: 1px solid #187fc4;
  border-bottom: 1px solid #187fc4;
  background: #fff;
  border-radius: 0;
  opacity: 1;
}
.pd-swiper {
  width: 75%;
}

.swiper-pagination-bullet:first-child {
  border-left: 1px solid #187fc4;
  border-radius: 4px 0 0 4px;
}
.swiper-pagination-bullet:last-child {
  border-right: 1px solid #187fc4;
  border-radius: 0 4px 4px 0;
}
.swiper-pagination.mv_page01 .swiper-pagination-bullet {
  width: calc(100% / 14);
}
.swiper-pagination.mv_page02 .swiper-pagination-bullet {
  width: calc(100% / 13);
}
.swiper-pagination-bullet-active {
  background-color: #187fc4;
  border-radius: 2px;
}

.pd-swiper .swiper-pagination-bullet {
  margin: 0;
  height: 7px;
  border-top: 1px solid #e83820;
  border-bottom: 1px solid #e83820;
  background: #fff;
  border-radius: 0;
  opacity: 1;
}
.pd-swiper .swiper-pagination-bullet:first-child {
  border-left: 1px solid #e83820;
  border-radius: 4px 0 0 4px;
}
.pd-swiper .swiper-pagination-bullet:last-child {
  border-right: 1px solid #e83820;
  border-radius: 0 4px 4px 0;
}
.pd_page01.swiper-pagination .swiper-pagination-bullet {
  width: calc(100% / 5);
}
.pd_page02.swiper-pagination .swiper-pagination-bullet {
  width: calc(100% / 10);
}
.pd_page03.swiper-pagination .swiper-pagination-bullet {
  width: calc(100% / 3);
}
.pd_page04.swiper-pagination .swiper-pagination-bullet {
  width: calc(100% / 10);
}
.pd-swiper .swiper-pagination-bullet-active {
  background-color: #e83820;
  border-radius: 2px;
}

/* スタンプ */
.stampPg .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 0 8px !important;
  border: none;
  border-radius: 50%;
}
.stampPg .swiper-pagination-bullet-active {
  background-color: #fff;
}
.slideNone .swiper-wrapper {
  padding-bottom: 20px;
  gap: 5px;
  justify-content: center;
}
.slideNone .stamp {
  width: calc(100% / 3);
}

/* 矢印 */
.slideNone .swiper-button-prev,
.slideNone .swiper-button-next {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  width: auto;
  height: auto;
  transform: translateY(calc(-50% + 10px));
  color: #fff;
}
.swiper-button-prev {
  left: -15px;
}
.swiper-button-next {
  right: -15px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.swiper-button-prev::after {
  transform: rotate(-135deg);
}
.swiper-button-next::after {
  transform: rotate(45deg);
}

/* -----------------------
  form
-------------------------- */
input[type="text"],
input[type="name"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="postal-code"],
input[type="password"] {
  height: 48.2624px;
  padding: 0 15px;
  background: #f5f2f2;
  border: solid 1px #d9d1ce;
  z-index: 0 !important;
}
input[type="text"]:focus,
input[type="name"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="postal-code"]:focus,
input[type="password"]:focus {
  background: #f5f2f2;
  border: solid 1px #d9d1ce;
  z-index: 0 !important;
  outline: 0;
}
::placeholder {
  color: #797979;
  font-size: 16px;
  font-weight: 400;
}
/* img */
input[type="image"] {
  width: 100%;
}
/* textarea */
textarea {
  width: 100%;
  height: 200px;
  padding: 10px 15px;
  background: #eff2ff;
  border: solid 1px #ababab;
  border-radius: 5px;
}
textarea:focus {
  border: 1px solid #ababab;
  outline: 0;
}

/* checkbox */

.checkSpan {
  font-size: 16px;
  letter-spacing: -0.5px;
  font-weight: 500;
}

.userAgreeCheckSpan {
  font-size: 16px;
  letter-spacing: -0.5px;
  font-weight: 500;
  color: #000000;
}

.ruleAgreeCheck::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: 100%;
  background-image: url(../img/lp/check-before.png);
  background-repeat: no-repeat;
}
.ruleAgreeCheck:checked::before {
  border-color: #ffffff;
}
.ruleAgreeCheck:checked::after {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: 100%;
  background-image: url(../img/lp/check_after.png);
  background-repeat: no-repeat;
}
.checkboxWrap span {
  font-size: 14px;
  line-height: 2.6em;
  letter-spacing: -1px;
}

.userAgree::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-60%);
  background-size: 100%;
  background-image: url(../img/lp/gray-white-check-before.png);
  background-repeat: no-repeat;
}

.userAgree:checked::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-60%);
  background-size: 100%;
  background-image: url(../img/lp/gray-white-check-after.png);
  background-repeat: no-repeat;
}

/* radio */
input[type="radio"] {
  display: none;
}
.radioInput {
  appearance: none;
  position: absolute;
}

/* select */
select option {
  color: #2b0e04;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

/* -----------------------
  kiyaku
-------------------------- */
.kiyakuMsg {
  text-align: center;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -1.5px;
  line-height: 1.6;
  white-space: nowrap;
}

/* 参加フォームエラーメッセージ */
.header_emesg {
  padding: 1em;
  color: #ff0000;
  font-size: 14px;
  text-align: center;
  line-height: 1.5em;
}
.msg {
  color: #ff0000;
  font-size: 14px;
  font-weight: normal;
}

/*_tos 本キャンペーンの規約ページ用*/
.frameWrap {
  padding: 30px 0 40px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.kiyakuBG {
  /*各キャンペーンのバックグラウンドの設定に合わせる*/
  background: #000;
}

#resultArea {
  display: none;
}

#resultArea.active{
  display: block;
  animation: appear 6s ease;
}

/* -----------------------
  fixed BTN
-------------------------- */
.fixBtnArea {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 375px;
  margin: 0 auto;
  z-index: 999;
}

@media only screen and (max-width: 640px) {
  .fixBtnArea {
    width: 100%;
    margin: 0 auto;
  }
}
.fixBtnItem {
  width: 90%;
}
.fixBtnItem img:hover {
  cursor: pointer;
}
.fixBtnItem > a {
  display: block;
  text-align: center;
}

/* .fixBtnTxt::before,
.fixBtnTxt::after {
    content: "";
    position: relative;
    bottom: -2px;
    width: 2px;
    height: 15px;
    background: var(--green);
}
.fixBtnTxt::before {
    transform: rotate(-30deg);
}
.fixBtnTxt::after {
    transform: rotate(30deg);
} */

.lpFixBtnArea {
  position: fixed;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100vw;
  margin: 0 auto;
  z-index: 100;
  padding-top: 1.5px;
}

@media screen and (min-width: 641px) {
  .lpFixBtnArea {
    max-width: 375px;
  }
}

/* -----------------------
  footer
-------------------------- */
.footer {
  margin: 0;
  padding: 35px 0 25px;
  font-size: 14px;
  color: #fff;
  letter-spacing: -0.9px;
  font-family: "Noto Sans JP", sans-serif;
}

#footerAttentionArea ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.imgFooter {
  width: 160px;
  margin: 21px auto;
}
.footerBtnArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btnFootNav {
  position: relative;
  width: 50%;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  background-color: #ba923e;
}
.btnFootNav:nth-child(-n + 2) {
  border-bottom: 1px solid #fff;
}
.btnFootNav:nth-child(2n) {
  border-left: 1px solid #fff;
}
.btnFootNav a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#footerNav {
  list-style: none;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  padding: 19px 0 16px;
}
#footerNav li {
  padding: 0 2em;
  line-height: 30px;
  text-align: center;
}
#footerNav li:first-child {
  border-left: none;
}
#footerNav li a {
  text-decoration: none;
  color: #fff;
}
.copyright {
  font-size: 11px;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.1px;
}

/* -----------------------
  Parts
-------------------------- */
/* width */
.w40 {
  display: block;
  width: 40%;
  margin: 0 auto;
}
.w45 {
  display: block;
  width: 45%;
  margin: 0 auto;
}
.w60 {
  display: block;
  width: 60%;
  margin: 0 auto;
}
.w65 {
  display: block;
  width: 65%;
  margin: 0 auto;
}
.w70 {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.w75 {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.w80 {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.w87 {
  display: block;
  width: 87%;
  margin: 0 auto;
}
.w85 {
  display: block;
  width: 85%;
  margin: 0 auto;
}
.w90 {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.w95 {
  display: block;
  width: 95%;
  margin: 0 auto;
}

/* margin */
.m_auto {
  margin-left: auto;
  margin-right: auto;
}

/* margin-top */
.mt-150 {
  margin-top: -150px;
}
.mt-100 {
  margin-top: -100px;
}
.mt-35 {
  margin-top: -35px;
}
.mt-20 {
  margin-top: -20px;
}

.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}
.mt65 {
  margin-top: 65px;
}
.mt70 {
  margin-top: 70px;
}
.mt75 {
  margin-top: 75px;
}
.mt80 {
  margin-top: 80px;
}
.mt85 {
  margin-top: 85px;
}
.mt90 {
  margin-top: 90px;
}
.mt95 {
  margin-top: 95px;
}
.mt100 {
  margin-top: 100px;
}
.mt110 {
  margin-top: 110px;
}
.mt120 {
  margin-top: 120px;
}
.mt130 {
  margin-top: 130px;
}
.mt140 {
  margin-top: 140px;
}
.mt150 {
  margin-top: 150px;
}

.mb0 {
  margin-bottom: 0px;
}
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb65 {
  margin-bottom: 65px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb75 {
  margin-bottom: 75px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb85 {
  margin-bottom: 85px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb95 {
  margin-bottom: 95px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb110 {
  margin-bottom: 110px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb130 {
  margin-bottom: 130px;
}
.mb140 {
  margin-bottom: 140px;
}
.mb150 {
  margin-bottom: 150px;
}

.ml_auto {
  margin-left: auto;
}
.ml05 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.ml55 {
  margin-left: 55px;
}
.ml60 {
  margin-left: 60px;
}
.ml65 {
  margin-left: 65px;
}
.ml70 {
  margin-left: 70px;
}
.ml75 {
  margin-left: 75px;
}
.ml80 {
  margin-left: 80px;
}
.ml85 {
  margin-left: 85px;
}
.ml90 {
  margin-left: 90px;
}
.ml95 {
  margin-left: 95px;
}
.ml100 {
  margin-left: 100px;
}
.ml110 {
  margin-left: 110px;
}
.ml120 {
  margin-left: 120px;
}
.ml130 {
  margin-left: 130px;
}
.ml140 {
  margin-left: 140px;
}
.ml150 {
  margin-left: 150px;
}

/* margin-right */
.mr10 {
  margin-right: 10px;
}

/* padding-top */
.pt0 {
  padding-top: 0;
}
.pt05 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt55 {
  padding-top: 55px;
}
.pt60 {
  padding-top: 60px;
}
.pt65 {
  padding-top: 65px;
}
.pt70 {
  padding-top: 70px;
}
.pt75 {
  padding-top: 75px;
}
.pt80 {
  padding-top: 80px;
}
.pt85 {
  padding-top: 85px;
}
.pt90 {
  padding-top: 90px;
}
.pt95 {
  padding-top: 95px;
}
.pt100 {
  padding-top: 100px;
}
.pt110 {
  padding-top: 110px;
}
.pt120 {
  padding-top: 120px;
}
.pt130 {
  padding-top: 130px;
}
.pt140 {
  padding-top: 140px;
}
.pt150 {
  padding-top: 150px;
}

/* padding-bottom */
.pb05 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb55 {
  padding-bottom: 55px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb65 {
  padding-bottom: 65px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb75 {
  padding-bottom: 75px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb85 {
  padding-bottom: 85px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb95 {
  padding-bottom: 95px;
}
.pb100 {
  padding-bottom: 100px;
}
.pb110 {
  padding-bottom: 110px;
}
.pb120 {
  padding-bottom: 120px;
}
.pb130 {
  padding-bottom: 130px;
}
.pb140 {
  padding-bottom: 140px;
}
.pb150 {
  padding-bottom: 150px;
}

/* padding-left */
.pl05 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}

/* padding-right */
.pr05 {
  padding-right: 5px;
}

.pd05 {
  padding: 5px;
}
.pd10 {
  padding: 10px;
}
.pd15 {
  padding: 15px;
}
.pd20 {
  padding: 20px;
}
.pd25 {
  padding: 25px;
}
.pd30 {
  padding: 30px;
}
.pd35 {
  padding: 35px;
}
.pd40 {
  padding: 40px;
}
.pd45 {
  padding: 45px;
}
.pd50 {
  padding: 50px;
}
.pd55 {
  padding: 55px;
}
.pd60 {
  padding: 60px;
}
.pd65 {
  padding: 65px;
}
.pd70 {
  padding: 70px;
}
.pd75 {
  padding: 75px;
}
.pd80 {
  padding: 80px;
}
.pd85 {
  padding: 85px;
}
.pd90 {
  padding: 90px;
}
.pd95 {
  padding: 95px;
}

/* text-align */
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}

.len10per {
  width: 10%;
}
.len20per {
  width: 20%;
}
.len30per {
  width: 30%;
}
.len40per {
  width: 40%;
}
.len50per {
  width: 50%;
}
.len60per {
  width: 60%;
}
.len70per {
  width: 70%;
}
.len80per {
  width: 80%;
}
.len90per {
  width: 90%;
}
.len100per {
  width: 100%;
}

/* color */
.colorRed {
  color: var(--red);
}
.colorBlue {
  color: var(--blue);
}
.colorGold {
  color: var(--gold);
}
.colorW {
  color: #fff;
}
.colorBronze {
  color: var(--bronze);
}
.colorSilver {
  color: var(--silver);
}

.fs10 {
  font-size: 10px;
}
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs18 {
  font-size: 18px;
}
.fs19 {
  font-size: 19px;
}
.fs20 {
  font-size: 20px;
}
.fs21 {
  font-size: 21px;
}
.fs22 {
  font-size: 22px;
}
.fs23 {
  font-size: 23px;
}
.fs24 {
  font-size: 24px;
}
.fs25 {
  font-size: 25px;
}
.fs26 {
  font-size: 26px;
}
.fs27 {
  font-size: 27px;
}
.fs28 {
  font-size: 28px;
}
.fs29 {
  font-size: 29px;
}
.fs30 {
  font-size: 30px;
}
.fs32 {
  font-size: 32px;
}
.fs34 {
  font-size: 34px;
}
.fs40 {
  font-size: 40px;
}
.fs45 {
  font-size: 45px;
}
.fs55 {
  font-size: 55px;
}
.fs60 {
  font-size: 60px;
}

.lh10 {
  line-height: 1em;
}
.lh11 {
  line-height: 1.1em;
}
.lh12 {
  line-height: 1.2em;
}
.lh13 {
  line-height: 1.3em;
}
.lh14 {
  line-height: 1.4em;
}
.lh15 {
  line-height: 1.5em;
}
.lh16 {
  line-height: 1.6em;
}
.lh17 {
  line-height: 1.7em;
}
.lh18 {
  line-height: 1.8em;
}
.lh19 {
  line-height: 1.9em;
}
.lh20 {
  line-height: 2em;
}
.lh21 {
  line-height: 2.1em;
}
.lh22 {
  line-height: 2.2em;
}
.lh23 {
  line-height: 2.3em;
}
.lh24 {
  line-height: 2.4em;
}
.lh25 {
  line-height: 2.5em;
}

.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.fw800 {
  font-weight: 800;
}
.fw900 {
  font-weight: 900;
}

.ls-50 {
  letter-spacing: -0.05em;
}
.ls70 {
  letter-spacing: 0.07em;
}
.ls200 {
  letter-spacing: 0.2em;
}
.ls100 {
  letter-spacing: 0.1em;
}
.ls150 {
  letter-spacing: 0.15em;
}
