@charset "UTF-8";
/*=================
設計
=================*/
:root {
  --cam-color-main: #20307c;
  --cam-color-base: #fae990;
  --cam-color-accent: #ffd212;
  --cam-color-sub: #6fbfd2;
  --cam-color-red: #d71a33;
  --cam-color-bg01: #faffb6;
  --cam-color-bg02: #baf1ff;
  --cam-color-bg03: #dddddd;
  --sp-contents-margin-bottom: 40px;
  --pc-contents-margin-bottom: 100px;
  --campaignHeaderBG: #0d5aa0; /*ヘッダー画像延長用背景色*/
  --campaignPeriodBg: #02a1d3; /*キャンペーン期間欄背景色*/
  --campaignIntroductionBG: #baf1ff; /*キャンペーン概要用背景色*/
  --campaignContentsTit: #33315f; /*キャンペーン本文タイトル色*/
  --campaignAdTit: #fff; /*広告表示欄タイトル色*/
  --campaignAdBg: #0d5aa0; /*広告表示欄背景色*/
  --campaignBtn: #e62c0f; /*エントリーボタン色*/
  --campaignAdBtn1: #c9a900; /*対象広告下誘導ボタン色（１つめ）*/
  --campaignAdBtn2: #2c88ff; /*対象広告下誘導ボタン色（2つめ）*/
  --campaignEmp: #e62c0f; /*ページ共通強調色(キャンペーン本文のカラー部分)*/
}
.cam-main__header {
  box-sizing: border-box;
  background: var(--cam-color-base);
  animation-name: fadein_bg;
  animation-duration: 1s;
}

.cam-main__period {
  color: #fff;
  background: var(--campaignPeriodBg);
}

/* -----------------
エントリーボタン
----------------- */
.cam-main__entry-btn__msg {
  color: var(--cam-color-main);
}
.cam-main__entry-btn--active:active,
.cam-main__entry-btn--active:hover,
.cam-main__entry-btn--close:active,
.cam-main__entry-btn--close:hover {
  background: var(--cam-color-sub);
}
.cam-main__entry-btn--active:visited,
.cam-main__entry-btn--close:visited {
  color: #fff;
}
.cam-main__entry-btn--active {
  margin-bottom: var(--sp-contents-margin-bottom);
  background: var(--cam-color-main);
}
.cam-main__contents__tit {
  color: #fff;
  margin-bottom: 5px;
  max-width: 400px;
}
.cam-main__contents__tit2 {
  font-size: 24px;
  font-weight: bold;
  color: #02a1d3;
  text-align: center;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto 10px;
  line-height: 1.2;
}
.cam-main__entry-btn__attention--bottom {
  margin-top: 20px;
}
.cam-main__entry-btn--red,
.cam-main__entry-btn--green {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 12px;
  text-align: center;
  color: #fff !important;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 1.2;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.cam-main__entry-btn--red:hover,
.cam-main__entry-btn--red:active,
.cam-main__entry-btn--green:hover,
.cam-main__entry-btn--green:active {
  top: 2px;
  color: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.cam-main__entry-btn--red {
  background: #d71a33;
}
.cam-main__entry-btn--green {
  background: #177739;
}

/* -----------------
  キャンペーン内容_通常
  ----------------- */
.cam-main__detail {
  background: var(--campaignIntroductionBG);
}
.cam-main__detail__read {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  /*margin-bottom: 20px;*/
  color: var(--color-font);
  line-height: 1.5 !important;
}
.cam-main__detail__read--big {
  color: var(--color-font) !important;
}
.cam-main__detail__bigText {
  font-size: 28px;
}
.cam-main__detail__read--red {
  color: var(--cam-color-main) !important;
  font-weight: bold;
}
.cam-main__detail__read--end {
  font-size: 16px;
  margin-bottom: 0;
}
.cam-main__detail__img {
  display: block;
}
.cam-main__detail__img img {
  max-width: 450px;
  margin-bottom: 10px;
}
.cam-main__detail__img--end {
  display: block;
}
.cam-main__detail__img--end img {
  max-width: 450px;
  margin: 0 auto;
}
.cam_tweet_btn,
.cam_tweet_btn:visited {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background: #000;
  color: #fff !important;
  font-size: 18px;
  border-radius: 5px;
  line-height: 45px;
  text-align: center;
}
.cam_tweet_btn:hover {
  background: #666;
  color: #fff !important;
}
.cam_tweet_btn img {
  width: 40px;
  height: auto;
  margin-right: 5px;
  vertical-align: middle;
}
/* -----------------
  参加方法
  ----------------- */
.cam-main__participate {
  width: 100%;
  height: auto;
  margin: 0 auto var(--sp-contents-margin-bottom);
  padding: 20px 4%;
  background: var(--cam-color-bg01);
  box-sizing: border-box;
}
.cam-main__participate__subTitle {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  color: var(--color-font);
  font-size: 18px;
  margin-bottom: 0.5em;
}
.cam-main__participate__inner {
  max-width: 900px;
  padding: 20px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.cam-main__participate__read {
  line-height: 1.4;
  color: var(--color-font);
  font-size: 16px;
}
.cam-main__participate__read--bold {
  font-weight: bold;
  text-align: center;
}
.cam-main__participate__read--red {
  font-weight: bold;
  color: var(--cam-color-main);
}
/* -----------------
  特点表
  ----------------- */
.Campaign__scoreBoard {
  max-width: 600px;
  margin: 1.5em auto;
  border: 2px solid var(--cam-color-base);
  background-color: rgba(196, 168, 118, 0.1);
  border-radius: 10px;
  padding: 15px 10px;
}
.Campaign__rankReward {
  margin: 30px auto 10px;
  padding: 30px 0 0;
  border-top: 1px solid var(--cam-color-accent);
}
.CampaignAd__tit {
  max-width: 500px;
}
.CampaignScoreBoard__tit {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 10px;
}
.CampaignScoreBoard__titImg {
  width: 100%;
  height: auto;
}
.CampaignScoreBoard__box {
  max-width: 400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 30% 1fr;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 5px;
  align-items: center;
  justify-content: center;
}
.CampaignScoreBoard__scorePt {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 3px;
  border-radius: 5px;
}
.CampaignScoreBoard__scorePt--2pt {
  background-color: var(--cam-color-sub);
}
.CampaignScoreBoard__scorePt--3pt {
  background-color: var(--cam-color-accent);
}
.CampaignScoreBoard__scorePt--10pt {
  background-color: var(--cam-color-main);
}
.CampaignScoreBoard__scoreCate {
  font-size: var(--FontSizeHeadline);
  text-align: left;
  padding: 5px 0;
}

.cam-main__explanation {
  width: 100%;
  height: auto;
  margin: 0 auto var(--sp-contents-margin-bottom);
  box-sizing: border-box;
}
.cam-main__explanation__inner {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
}
.cam-main__explanation__read {
  font-weight: bold;
  line-height: 1.8;
}

/* -----------------
  キャンペーン内容_抽選
  ----------------- */
.cam-main__lottery {
  max-width: 900px;
  margin: 20px auto 0;
}
.cam-main__lottery__item {
  margin-bottom: 10px;
  padding: 10px 4%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  transition: 0.1s;
}
.cam-main__lottery__item__inner {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.cam-main__lottery__item__num--odd,
.cam-main__lottery__item__num--even {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.cam-main__lottery__item__num--odd span,
.cam-main__lottery__item__num--even span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.cam-main__lottery__item__num--odd {
  background: var(--cam-color-accent);
}
.cam-main__lottery__item__num--even {
  background: var(--cam-color-main);
}
.cam-main__lottery__item__name {
  flex: 1;
  margin-right: 10px;
  color: var(--color-font);
}
.cam-main__lottery__item__people--odd,
.cam-main__lottery__item__people--even {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}
.cam-main__lottery__item__people--odd {
  color: var(--cam-color-accent);
}
.cam-main__lottery__item__people--even {
  color: var(--cam-color-main);
}
.cam-main__lottery__item:active,
.cam-main__lottery__item:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.cam-main__lottery__chobipoint {
  margin-bottom: 10px;
  padding: 10px 4%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.cam-main__lottery__chobipoint:last-child {
  margin-bottom: 0;
}
.cam-main__lottery__chobipoint__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cam-main__lottery__chobipoint__num--no1,
.cam-main__lottery__chobipoint__num--no2,
.cam-main__lottery__chobipoint__num--others {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.cam-main__lottery__chobipoint__num--no1 span,
.cam-main__lottery__chobipoint__num--no2 span,
.cam-main__lottery__chobipoint__num--others span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  color: #fff;
  font-size: var(--FontSizeHeadline);
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.cam-main__lottery__chobipoint__num--no1 {
  background: var(--cam-color-red);
}
.cam-main__lottery__chobipoint__num--no2 {
  background: var(--cam-color-base);
}
.cam-main__lottery__chobipoint__num--others {
  background: var(--cam-color-sub);
}
.cam-main__lottery__chobipoint__num--others span {
  font-size: var(--FontSizeDefault);
}
.cam-main__lottery__chobipoint__people {
  flex: 1;
  margin-right: 10px;
  font-weight: bold;
  font-size: var(--FontSizeTitle);
  color: var(--color-font);
}
.cam-main__lottery__chobipoint__people span {
  font-size: 1.3em;
}
.cam-main__lottery__chobipoint__people__center {
  font-size: var(--FontSizeTitle);
  flex: 1;
  margin-right: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  color: var(--color-font);
}
.cam-main__lottery__chobipoint__pt {
  margin-right: 3px;
  color: var(--cam-color-red);
  font-weight: bold;
  text-align: right;
  font-family: "protipo-compact", sans-serif;
  font-style: normal;
  font-size: var(--FontSizePtMax);
}
.cam-main__lottery__chobipoint__pt--small {
  color: var(--cam-color-red);
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  font-family: "protipo-compact", sans-serif;
  font-style: normal;
}
.cam-main__lottery__chobipoint__pt__center {
  color: var(--cam-color-red);
  font-size: var(--FontSizePtMax);
  font-weight: bold;
  font-family: "protipo-compact", sans-serif;
  font-style: normal;
}
.cam-main__lottery__chobipoint__pt__center--small {
  color: var(--cam-color-red);
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
  font-family: "protipo-compact", sans-serif;
  font-style: normal;
}
.cam-main__lottery__chobipoint__txt {
  margin: 0 auto;
  font-size: 13px;
  text-align: center;
}
.cam-main__lottery__attention {
  max-width: 900px;
  margin: 20px auto 10px;
  font-size: 13px;
  box-sizing: border-box;
}
.cam-main__lottery__attention--bold {
  font-weight: bold;
  text-decoration: underline;
}

/* -----------------
  対象広告
  ----------------- */
.cam-main__cam-ad {
  background: var(--cam-color-bg02);
}
.cam-main__cam-ad__label {
  background: var(--campaignAdBg);
}
.cam-main__cam-ad__btnWrap {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 30px auto 0;
}
.cam-main__cam-ad__btnWrap a {
  font-weight: bold;
  font-size: var(--FontSizeTitle);
  color: #fff !important;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
}
.cam-main__cam-ad__btnWrap a:hover {
  background: var(--color-gray1) !important;
  transition: all 0.2s ease-in-out;
}
.cam-main__cam-ad__btnWrap__shop {
  display: block;
  background: var(--campaignAdBtn1) !important;
}
.cam-main__cam-ad__btnWrap__service {
  display: block;
  background: var(--campaignAdBtn2) !important;
}

/* -----------------
  リンクボタン
  ----------------- */
.cam-main__to-link {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 0 auto var(--sp-contents-margin-bottom);
}
.cam-main__to-link__msg {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.4;
}
.cam-main__to-link__btn {
  display: block;
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 2.7em;
  border-radius: 5px;
  border: 1px solid var(--cam-color-main);
  box-shadow: 0 4px 0 var(--cam-color-main);
  color: var(--cam-color-main) !important;
  background: #fff;
  font-weight: bold;
}
.cam-main__to-link__btn:active,
.cam-main__to-link__btn:hover {
  background: var(--cam-color-main);
  color: #fff !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.cam-main_cautionBlock {
  margin: 0 auto;
  background-color: var(--color-mainBg);
  padding: var(--CommonContentsMargin) 0;
}

.cam-main__cautionContents {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
}

.cam-main__cautionInner {
  padding: 20px 5%;
  margin: 0 auto;
}

/* -----------------
  当選ポイント獲得までの流れ
  ----------------- */
.cam-main__flow {
  width: 100%;
  height: auto;
  margin: 0 auto var(--sp-contents-margin-bottom);
  padding: 20px 4%;
  background: var(--cam-color-bg01);
  box-sizing: border-box;
}
.cam-main__flow__inner {
  margin: 0 auto;
  padding: 15px 10px;
  box-sizing: border-box;
}
.cam-main__flow__inner--red,
.cam-main__flow__inner--green {
  width: 48%;
  padding: 15px 10px;
  box-sizing: border-box;
}
.cam-main__flow__inner--red {
  border: 2px solid #d71a33;
}
.cam-main__flow__inner--green {
  border: 2px solid #177739;
}
.cam-main__participate .cam-main__flow__inner--red,
.cam-main__participate .cam-main__flow__inner--green,
.cam-main__participate .cam-main__flow__inner {
  max-width: 900px;
  background: #fff;
  border-radius: 5px;
}
.cam-main__flow__flexbox {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.cam-main__flow__inner:not(.cam-main__flow__inner--red):not(.cam-main__flow__inner--green) {
  max-width: 900px;
  padding: 20px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.cam-main__flow__inner:last-child {
  margin-bottom: 0;
}
.cam-main__flow__inner__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.cam-main__flow__num {
  margin-right: 15px;
}
.cam-main__flow__num span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
  color: #fff;
  background-color: var(--cam-color-main);
  font-size: 1.5em;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
}
.cam-main__flow__read {
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  color: var(--color-font);
}
.cam-main__flow__inner .cam-main__entry-btn__wrap {
  margin: 20px auto 0;
}
.cam-main__flow__inner .cam-main__entry-btn {
  width: 100%;
}
.cam-main__flow__read--small {
  font-size: 12px;
  font-weight: normal;
}
.cam-main__flow__img {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.cam-main__flow__txt {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  color: #333333;
  line-height: 1.4;
}
.cam-main__flow__arrow {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 900px;
  margin: 10px auto;
}
.cam-main__flow__arrow span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #fff transparent transparent transparent;
  margin: 0 auto;
}
.cam-main__flow__or {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8vmin;
  font-weight: bold;
  color: #333333;
  -webkit-text-stroke: 4px #fff;
  paint-order: stroke;
}
.cam-main__flow__attention {
  margin-top: 10px;
  font-size: 13px;
  color: #333333;
}
/* -----------------------
対象ショップ
----------------------- */
.cam-main__cam-shop {
  background: var(--campaignAdBg);
  padding-top: 2em;
}
.br_pc {
  display: none;
}
.br_sp {
  display: block;
}
/* -----------------
インジケータ
----------------- */
.cam-main__detail__read--big {
  line-height: 1 !important;
}
.CampaignRewardIndicator__tit {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 10px;
}
.CampaignRewardIndicator__tit {
  width: 100%;
  height: auto;
}
.Campaign__contentsInner {
  padding-bottom: 30px;
}
.CampaignRewardIndicator__result {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.CampaignRewardIndicator__nextPt {
  font-size: var(--FontSizeTitle);
  font-weight: bold;
  color: var(--cam-color-main);
  margin-top: 0.3em;
}
.CampaignRewardIndicator__resultPt {
  font-size: 25px;
  font-weight: bold;
  color: var(--color-font);
  margin-bottom: 10px;
  display: none;
}
.CampaignRewardIndicator__resultPtInt {
  font-size: 30px;
}
.CampaignRewardIndicator__resultPtInt span {
  font-size: 37px;
}
.CampaignRewardIndicator__nextStep {
  font-size: var(--FontSizeHeadline);
  color: var(--color-font);
  font-weight: bold;
}
.CampaignRewardIndicator__graphBox {
  /*display: grid;
  grid-template-columns: 60% 40%;*/
  width: 100%;
  padding: 20px 0 40px;
  position: relative;
}
.CampaignRewardIndicator__graph {
  height: 400px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 57%;
}
.CampaignRewardIndicator__graphColor {
  width: 100%;
  height: 400px;
  background: linear-gradient(#e61e54, #eb3b44, #f05835, #f57923, #fa9812, #ffb800);
  position: relative;
  z-index: 1;
}
.CampaignRewardIndicator__graphWhite {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 100%;
  transition: 0.5s;
  z-index: 2;
}
.CampaignRewardIndicator__graphBorder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-gray2);
  z-index: 3;
  border-radius: 10px;
}
.CampaignRewardIndicator__step {
  position: absolute;
  height: 400px;
  width: 100%;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(30, 1fr);
  z-index: 4;
}
.CampaignRewardIndicator__stepTxt {
  border-top: 1px dotted var(--color-gray2);
  padding-top: 5px;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-font);
  font-weight: bold;
  font-size: var(--FontSizeHeadline);
}
.CampaignRewardIndicator__stepTxt:first-child {
  border-top: 0;
  grid-row: 1 / 11;
}
.CampaignRewardIndicator__stepTxt:nth-child(2) {
  grid-row: 11 / 21;
}
.CampaignRewardIndicator__stepTxt:nth-child(3) {
  grid-row: 21 / 26;
}
.CampaignRewardIndicator__stepTxt:last-child {
  grid-row: 26 / 30;
}
.CampaignRewardIndicator__stepPt {
  font-size: 23px;
  line-height: 0;
  margin-top: -3px;
}
.CampaignRewardIndicator__stepTassei {
  width: auto;
  height: 25px;
  margin-left: 10px;
  display: block;
  transform: rotate(5deg);
}
.CampaignRewardIndicator__CurrentScoreBox {
  /*height: 400px;*/
  position: relative;
}
.CampaignRewardIndicator__CurrentScore {
  width: 90%; /*calc(100% - 15px)*/
  position: absolute;
  margin-top: 40px;
  left: 5%; /*15px*/
  border: 2px solid var(--cam-color-main);
  padding: 10px;
  border-radius: 10px;
  background: rgba(255, 210, 18, 0.15);
  z-index: 1000;
  display: flex;
  justify-content: center;
}
/*.CampaignRewardIndicator__CurrentScore::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  height: 1px;
  background-color: var(--color-gray1);
  width: 15px;
}*/
.CampaignRewardIndicator__CurrentScoreLabel {
  text-align: center;
  margin-bottom: 5px;
  color: var(--color-font);
  font-weight: bold;
  font-size: var(--FontSizeDefault);
  margin-right: 1em;
}
.CampaignRewardIndicator__CurrentScorePt {
  font-size: var(--FontSizeDefault);
  color: var(--cam-color-main);
  font-weight: bold;
  text-align: center;
}
.CampaignRewardIndicator__CurrentScorePtEmp {
  font-size: var(--FontSizeTitle);
}
.CampaignRewardIndicator__CharactorList {
  display: flex;
  height: 400px;
  position: absolute;
  top: 20px;
  right: 0;
  flex-direction: column;
  justify-content: space-between;
}
.CampaignRewardIndicator__CharactorImg:first-child {
  height: 130px;
  width: 130px;
  margin: 0 auto;
}
.CampaignRewardIndicator__CharactorImg:nth-child(2) {
  height: 110px;
  width: 132px;
  margin: 0 auto;
}
.CampaignRewardIndicator__CharactorImg:nth-child(3) {
  height: 95px;
  width: 95px;
  margin: 0 auto;
}
.CampaignRewardIndicator__CharactorImg:last-child {
  height: 60px;
  width: 100px;
  margin: 0 auto;
}
/* -----------------------
Xポストボタン
----------------------- */
.cam-main__btn--x {
  display: block;
  text-align: center;
  background: #333333;
  line-height: 2.3em;
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
.cam-main__btn--x:active {
  text-decoration: none;
  top: 2px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.cam-main__btn--x:hover {
  text-decoration: none;
  top: 2px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background: #666;
}
.cam-main__btn__wrap {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 0 auto 70px;
}
.cam-main__btn__wrap h2 {
  margin-bottom: 10px;
}
.cam-main__btn--x {
  font-size: 25px;
  margin-bottom: 30px;
}
.cam-main__btn--other {
  font-size: 25px;
  margin-bottom: 30px;
}
/* -----------------
サマー宝くじ
----------------- */
.cam-main__lotteryNumbers__wrap {
  margin-bottom: 50px;
}
.cam-main__lotteryNumber {
  max-width: 900px;
  width: 92%;
  padding: 20px;
  margin: 10px auto 30px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  border: 4px solid #02a1d3;
}
.cam-main__lotteryNumber li {
  font-size: 24px;
  color: var(--color-font);
  font-weight: bold;
}
.cam-main__lotteryNumber .no-number {
  font-size: 16px;
  color: var(--color-font);
  font-weight: bold;
}
.cam-main__lotteryNumber li {
  margin-bottom: 5px;
}
.cam-main__lotteryNumber li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.cam-main__point__bigText {
  color: var(--cam-color-main);
  font-weight: bold;
  margin: 10px auto 10px;
  text-align: left;
  width: fit-content;
}
.cam-main__point__bigText li {
  display: flex;
}
.cam-main__point__1prize {
  font-size: 24px;
  font-weight: bold;
  color: #e52505;
  line-height: 1.2;
  margin-bottom: 10px;
}
.cam-main__point__2prize {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.cam-main__point__3prize {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.cam-main__point__4prize {
  font-size: 18px;
  line-height: 1.2;
}
.cam-main__point__prize {
  width: 60px;
  text-align: center;
}
.cam-main__point__prize__point {
  width: calc(100% - 60px);
  text-align: center;
}
.cam-main__flow__inner__text {
  margin: 20px 0 0;
  text-align: center;
}
.cam-main__flow__inner__text ul {
  list-style-type: disc;
  padding-left: 1.2em;
}
.cam-main__flow__inner__text ul li {
  width: fit-content;
  margin: auto;
}
.cam-main__example__img {
  margin: 0 auto 30px;
  width: 90%;
  max-width: 300px;
}
.cam-main__example__img img,
.cam-main__example__img2 img {
  width: 100%;
  display: block;
  height: auto;
}
.cam-main__example__text {
  margin-top: 20px;
  font-size: 13px;
  color: #666;
  text-align: center;
}
.cam-main__example__text p {
  padding-left: 1em;
  text-indent: -1em;
}
.cam-main__cam-ad__link {
  width: 90%;
  max-width: 800px;
  margin: 0 auto var(--CommonContentsMargin);
  display: flex;
  justify-content: space-between;
}
.cam-main__cam-ad__link__btn {
  width: 48.5%;
  text-align: center;
  line-height: 2.5em;
  border-radius: 5px;
  border: 1px solid var(--cam-color-main);
  box-shadow: 0 4px 0 var(--cam-color-main);
  color: var(--cam-color-main) !important;
  background: #fffff9;
}
.cam-main__cam-ad__read--small {
  color: #666;
}

/*==========================================================================
メディアクエリ
============================================================================*/
@media screen and (min-width: 600px) {
  .cam-main__entry-btn--red,
  .cam-main__entry-btn--green {
    line-height: 1.5em;
    color: #fff !important;
    font-size: 24px;
  }
  .cam-main__contents__tit {
    margin-bottom: 20px;
  }
  .cam-main__contents__tit2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .cam-main__point__bigText {
    font-size: 24px;
    line-height: 1.2;
  }
  .cam-main__point__1prize {
    font-size: 34px;
    font-weight: bold;
    color: #e52505;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .cam-main__point__2prize {
    font-size: 30px;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .cam-main__point__3prize {
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .cam-main__point__4prize {
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .cam-main__point__prize {
    width: 100px;
    text-align: center;
  }
  .cam-main__point__prize__point {
    width: calc(100% - 100px);
    text-align: center;
  }
  .cam-main__detail__read {
    font-size: 24px;
  }
  .cam-main__detail__goalWrap {
    padding-bottom: 30px;
  }
  .cam-main__detail__goalWrap__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .cam-main__detail__goalWrap__text {
    font-size: 24px;
  }
  .cam-main__detail__bigText {
    font-size: 35px;
  }
  .cam-main__participate {
    margin: 0 auto var(--pc-contents-margin-bottom);
    padding: 30px;
  }
  .cam-main__participate__inner {
    padding: 30px;
    text-align: center;
  }
  .cam-main__participate__subTitle {
    font-size: 26px;
  }
  .cam-main__participate__read {
    font-size: 20px;
  }
  .cam-main__explanation {
    margin: 0 auto var(--pc-contents-margin-bottom);
  }
  .cam-main__explanation__read {
    font-size: 20px;
  }
  .cam-main__join__read {
    font-size: 24px;
  }
  .cam-main__lottery__item {
    margin-bottom: 15px;
    padding: 20px 30px;
  }
  .cam-main__lottery__item__num--odd,
  .cam-main__lottery__item__num--even {
    width: 50px;
    height: 50px;
  }
  .cam-main__lottery__item__num--odd span,
  .cam-main__lottery__item__num--even span {
    width: 50px;
    font-size: 24px;
  }
  .cam-main__lottery__item__name {
    font-size: 18px;
  }
  .cam-main__lottery__item__people--odd,
  .cam-main__lottery__item__people--even {
    font-size: 24px;
  }
  .cam-main__lottery__chobipoint {
    margin-bottom: 15px;
    padding: 20px 30px;
  }
  .cam-main__lottery__chobipoint__num--no1,
  .cam-main__lottery__chobipoint__num--no2,
  .cam-main__lottery__chobipoint__num--others {
    width: 60px;
    height: 60px;
  }
  .cam-main__lottery__chobipoint__num--no1 span,
  .cam-main__lottery__chobipoint__num--no2 span,
  .cam-main__lottery__chobipoint__num--others span {
    width: 60px;
    font-size: 30px;
  }
  .cam-main__lottery__chobipoint__num--others span {
    font-size: 18px;
  }
  .cam-main__lottery__chobipoint__people {
    font-size: 1.5em;
    padding-left: 1em;
  }
  .cam-main__lottery__chobipoint__people span {
    font-size: 2em;
  }
  .cam-main__lottery__chobipoint__people__center {
    font-size: 1.5em;
  }
  .cam-main__lottery__chobipoint__pt {
    font-size: 4em;
  }
  .cam-main__lottery__chobipoint__pt--small {
    font-size: 2.5em;
  }
  .cam-main__lottery__chobipoint__pt__center {
    font-size: 2.5em;
  }
  .cam-main__lottery__chobipoint__pt__center--small {
    font-size: 1.5em;
  }
  .cam-main__lottery__chobipoint__txt {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
  }
  .cam-main__lottery__attention {
    font-size: 15px;
    text-align: center;
  }
  .cam-main__to-link {
    margin: 0 auto var(--pc-contents-margin-bottom);
  }
  .cam-main__to-link__msg {
    font-size: 20px;
  }
  .cam-main__to-link__btn {
    font-size: 20px;
  }
  .cam-main__contents__tit {
    max-width: 800px;
  }
  .cam-main__flow__read {
    font-size: 20px;
  }
  .cam-main__flow__txt {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .cam-main__flow__inner--red,
  .cam-main__flow__inner--green {
    width: 48%;
    padding: 30px;
  }
  .cam-main__flow__or {
    top: 50%;
    font-size: 46px;
  }
  .cam-main__flow__attention {
    text-align: center;
    font-size: 15px;
  }
  .cam-main__explain {
    margin: 0 4% var(--pc-contents-margin-bottom);
  }
  .cam-main__explain__list--1col,
  .cam-main__explain__list--2col {
    position: relative;
    padding: 25px;
    font-size: 18px;
    margin-bottom: 30px;
    border-width: 2px;
  }
  .cam-main__explain__title {
    margin-bottom: 10px;
    font-size: 32px;
    max-width: 600px;
  }
  .cam-main__explain__title img {
    width: 90%;
    max-width: 600px;
    height: auto;
  }
  .cam-main__explain__num--10,
  .cam-main__explain__num--20 {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 20px;
  }
  .cam-main__explain__num--10 span,
  .cam-main__explain__num--20 span {
    font-size: 1.5em;
  }
  .cam-main__explain__num--30,
  .cam-main__explain__num--40,
  .cam-main__explain__num--all {
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 15px;
  }
  .cam-main__explain__num--30 span,
  .cam-main__explain__num--40 span,
  .cam-main__explain__num--all span {
    font-size: 1.5em;
  }
  .cam-main__explain__num--10 {
    background: #d71a33;
  }
  .cam-main__explain__num--20 {
    background: #d9a73f;
  }
  .cam-main__explain__num--30 {
    background: #808080;
  }
  .cam-main__explain__num--40 {
    background: #8d5e4c;
  }
  .cam-main__explain__num--all {
    display: block;
    color: #d9a73f;
    background: #fff;
  }
  .cam-main__explain .cam-main__explain__num--10,
  .cam-main__explain .cam-main__explain__num--20,
  .cam-main__explain .cam-main__explain__num--30,
  .cam-main__explain .cam-main__explain__num--40,
  .cam-main__explain .cam-main__explain__num--all {
    position: absolute;
    z-index: 100;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    right: -21px;
    top: -26px;
    border: 2px solid #ebd78b;
  }
  .cam-main__explain__num--all span {
    color: #d9a73f;
  }
  .cam-main__explain__read--1col {
    width: 100%;
    line-height: 1.5;
    font-size: 30px;
  }
  .cam-main__explain__read--2col {
    width: 100%;
    line-height: 1.5;
    font-size: 23px;
  }
  .cam-main__explain__read__img {
    height: auto;
    padding: 0 5px;
    padding-bottom: 5px;
    vertical-align: text-bottom;
    max-width: 250px;
  }
  .cam-main__explain__imgbox--2col {
    width: 80%;
  }
  .cam-main__explain__msg span {
    font-size: 1.2em;
  }
  .cam-main__explain__attention {
    text-align: center;
    font-size: 15px;
  }
  .cam_tweet_btn {
    line-height: 60px;
  }
  .br_pc {
    display: block;
  }
  .br_sp {
    display: none;
  }
  .cam-main__lotteryNumber {
    max-width: 900px;
    padding: 20px;
    margin: 10px auto 50px;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    border: 4px solid #02a1d3;
  }
  .cam-main__lotteryNumber li {
    font-size: 40px;
    color: var(--color-font);
    line-height: 1.2;
  }
  .cam-main__lotteryNumber .no-number {
    font-size: 24px;
    color: var(--color-font);
  }
  .cam-main__example__img {
    margin: 0 auto 40px;
    max-width: 600px;
    width: 100%;
  }
  .cam-main__example__text {
    margin-top: 50px;
  }
  .cam-main__cam-ad__link {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 50px;
  }
  .cam-main__cam-ad__link__btn {
    width: 48.5%;
    text-align: center;
    line-height: 2.5em;
    border-radius: 5px;
    border: 1px solid var(--cam-color-main);
    box-shadow: 0 4px 0 var(--cam-color-main);
    color: var(--cam-color-main) !important;
    background: #fffff9;
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px) {
  .cam-main__point__bigText {
    font-size: 28px;
    line-height: 1.4;
  }
  .cam-main__detail__bigText {
    font-size: 40px;
    line-height: 1.4;
  }
  .cam-main__participate__subTitle {
    font-size: 26px;
  }
  .cam-main__participate__read {
    font-size: 24px;
  }
  .cam-main__explanation__read {
    font-size: 24px;
  }
  .cam-main__join__read {
    font-size: 24px;
  }
  .cam-main__flow__read {
    font-size: 24px;
  }
  .cam-main__explain {
    margin: 0 auto var(--pc-contents-margin-bottom);
  }
  .cam-main__explain__list--1col {
    width: 100%;
    font-size: 32px;
    text-align: center;
  }
  .cam-main__explain__list--2col {
    width: 490px;
    font-size: 22px;
  }
  .cam-main__explain__read--1col {
    height: auto;
  }
  .cam-main__explain__read--2col {
    width: 100%;
  }
  .cam-main__explain__imgbox {
    text-align: center;
  }
  .cam-main__flow__imgbox {
    width: 80%;
    margin: 0 auto 20px;
  }
  /* インジケーター */
  .cam-main__detail__read--big {
    line-height: 1.3 !important;
  }
  .CampaignRewardIndicator__nextPt {
    font-size: 36px;
  }
  .CampaignRewardIndicator__resultPt {
    font-size: 30px;
  }
  .CampaignRewardIndicator__resultPtInt {
    font-size: 35px;
  }
  .CampaignRewardIndicator__resultPtInt span {
    font-size: 40px;
  }
  .CampaignRewardIndicator__graph {
    width: 65%;
  }
  .CampaignRewardIndicator__graphBox {
    width: 600px;
    margin: 20px auto;
  }
  .CampaignRewardIndicator__stepTxt {
    padding: 8px;
    font-size: 30px;
  }
  .CampaignRewardIndicator__stepPt {
    font-size: 35px;
  }
  .CampaignRewardIndicator__stepTassei {
    height: 40px;
  }
  .CampaignRewardIndicator__graph {
    height: 580px;
  }
  .CampaignRewardIndicator__step {
    height: 580px;
  }
  .CampaignRewardIndicator__CurrentScoreBox {
    height: auto; /*580px*/
  }
  .CampaignRewardIndicator__graphColor {
    height: 580px;
  }
  .CampaignRewardIndicator__CurrentScoreLabel {
    font-size: var(--FontSizeHeadline);
  }
  .CampaignRewardIndicator__CurrentScorePt {
    font-size: 30px;
  }
  .CampaignRewardIndicator__CurrentScorePtEmp {
    font-size: 35px;
  }
  .CampaignRewardIndicator__CharactorList {
    height: 580px;
    position: absolute;
    /*top: 30px;*/
    right: 0;
  }
  .CampaignRewardIndicator__CharactorImg:first-child {
    height: 190px;
    width: 190px;
  }
  .CampaignRewardIndicator__CharactorImg:nth-child(2) {
    height: 170px;
    width: 204px;
  }
  .CampaignRewardIndicator__CharactorImg:nth-child(3) {
    height: 120px;
    width: 120px;
  }
  .CampaignRewardIndicator__CharactorImg:last-child {
    height: 80px;
    width: 133px;
  }
  .cam-main__lotteryNumbers__wrap {
    margin-bottom: 100px;
  }
  .cam-main__lotteryNumber {
    width: 90%;
    margin: 10px auto 100px;
  }
}

.cam-main__campaign-ended {
  border: 2px solid #ff6766;
  color: #ff6766;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0;
  margin: 0 auto 40px;
  width: 90%;
  text-align: center;
}

.cam-main__campaign-ended__note {
  font-size: 13px;
  display: block;
}

.campaign-indicator-hidden {
  display: none;
}
