@charset "utf-8";
/*** キャンペーンページ　リセット ***/
body {
  background: #fff;
}
.breadcrumb-wrap {
  margin-bottom: 0;
}
#campaign {
  background: linear-gradient(#ff586c, #edcc00);
  overflow: hidden;
  font-size: 14px;
}
.mission-detail {
  display: block;
  margin-top: 5px;
}
@media (max-width: 320px) {
  #campaign {
    font-size: 12px;
  }
  .mission-reward-wrap {
    font-size: 10px !important;
  }
  .mission-title {
    font-size: 12px !important;
  }
}
#campaign hr {
  border: transparent;
}
#campaign ul {
  padding-left: 1.5em;
}
#campaign li:not(:last-child) {
  margin-bottom: .5em;
}
#campaign p:last-of-type {
  margin-bottom: 0;
}
#campaign a.link-blue {
  color: #0071b9;
}
#campaign a.link-blue:hover {
  text-decoration: none;
}
#campaign .max-w, #campaign .step, #campaign .mission-container {
  max-width: 720px;
  margin: 0 auto;
}
#campaign .w100 {
  width: 100%;
}
#campaign small, #campaign .small {
  font-size: 90%;
}
#campaign h2 {
  font-size: 26px;
}
.flex-jc-center {
  justify-content: center;
}
.bg-color-white {
  background-color: #fff;
}
.emp-line {
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #f5ff50 70%);
}
.emp-text {
  font-weight: bold;
  font-size: 115%;
}
.misson-emp-text{
  font-weight: bold;
  font-size: 130%;
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #f5ff50 70%);
}
@media (min-width: 768px) {
  #campaign .pc-big {
    font-size: 135%;
  }
}
@media (max-width: 767px) {
  .misson-emp-text {
    font-size: 110%;
  }
}
.main-bg-color {
  background-color: transparent;
  padding: 0;
}
.main-bg-color img {
  border-radius: 10px;
  max-width: 720px;
}
@media (max-width: 767px) {
  .main-bg-color img {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .main-bg-color {
    background-image: url(/images/campaign/mission2407/mv_bg_left.png), url(/images/campaign/mission2407/mv_bg_right.png);
    background-position: left center, right center;
    background-repeat: no-repeat;
    background-size: 650px;
  }
}
.max-w, .step, .mission-container {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
/*** ボタン ***/
.btn-cam {
  max-width: 460px;
  padding: .8em 0;
  background-color: #ff4e00;
  background: linear-gradient(#ff5381, #ff3e03);
  color: #fff;
  font-size: 18px;
  white-space: inherit;
  position: relative;
  font-weight: bold;
  height: 58px;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-radius: 50px;
  box-shadow: 0 1px 6px 1px rgb(0 0 0 / 20%);
  display: inline-block;
  width: 250px;
  margin-bottom: 10px;
}
.btn-cam:hover, .btn-cam:active, .btn-cam:focus,
.btn-app:hover, .btn-app:active, .btn-app:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.btn.disabled {
  background: #ff8349;
}
@media (max-width: 767px) {
  .btn-cam {
    height: 52px;
    width: 75vw;
    font-weight: bold;
    font-size: 16px;
    max-width: 49%;
    display: inline-block;
  }
  .button-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: calc(constant(safe-area-inset-bottom) + 10px);
    padding-bottom: calc(env(safe-area-inset-bottom) + 10px);
    padding-left: 10px;
    background-color: rgba(230, 230, 230, .8);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
}
.btn-app {
  max-width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 95vw;
  margin-right: auto;
  margin-left: auto;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-radius: 100vh;
  background: linear-gradient(#ff5381, #ff3e03);
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 0;
  box-shadow: 0 2px 6px 2px rgb(0 0 0 / 20%);
}
.btn-app::before, .btn-app-gray::before {
  content: '';
  background-image: url('https://pimage1.mitsuraku.jp/img/app/app_icon_200x200.png');
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.button-fixed .fs-15 {
  font-size: 15px;
}
.button-fixed .fa-caret-right {
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .fs12 {
    font-size: 14px;
  }
}
.img-icon {
  width: 3em;
  position: absolute;
  top: -.5em;
  left: -.5em;
}
.w100 {
  width: 100%;
}
.w50 {
  width: 50%;
}
.num {
  background-color: #e95ba2;
  color: #fff;
  width: 2em;
  min-width: 2em;
  display: inline-block;
  text-align: center;
  height: 2em;
  line-height: 2;
  border-radius: 100%;
  margin-right: 0.5em;
}
.step, .mission-container {
  background-color: #fff;
  padding: 0.7em;
  border-radius: 0.5em;
}
.cam-icon {
  background-color: #c43516;
  color: #fff;
  padding: .3em .5em;
  position: absolute;
  top: -1.3em;
  left: -.5em;
}
.details {
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  flex-flow: wrap;
  border-radius: 0.3em;
}
.details > dt {
  padding: 0.8em;
  width: 22%;
}
.details > dt:not(:first-child), .details > dd:not(:nth-child(2)) {
  border-top: solid thin #ffb024;
}
.details > dd {
  padding: 0.8em;
  width: 78%;
}
#campaign ul:not(.panel-list):not(.slick-dots) {
  padding-left: 1.5em;
}
#campaign li:not(:last-child) {
  margin-bottom: 0.5em;
}
#faq {
  background-color: transparent;
}
#faq dt, #faq dd {
  background-color: #fff;
  border-radius: .3em;
  margin-bottom: .4em;
  padding: .8em 2em;
  line-height: 1.4;
  cursor: pointer;
  position: relative;
}
#faq dt {
  cursor: pointer;
  z-index: 2;
}
#cam-check dt {
  padding: 0.8em .5em;
}
#faq dt::before, #faq dd::before {
  content: "Q";
  display: inline-block;
  font-weight: bold;
  color: #dc7e19;
  position: absolute;
  left: 0.7em;
}
#faq dt::after {
  content: "\f078";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  right: 0.7em;
  top: 50%;
  margin-top: -0.7em;
  font-weight: normal;
  color: #dc7e19;
}
#faq dl dt.active::after {
  content: "\f077";
}
#faq dd {
  display: none;
  background-color: #f9f9f9;
  margin: -0.8em 0 0.4em 0;
  z-index: 1;
}
#faq dd::before {
  content: "A";
  color: #ff6250;
}
#cp_end {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 30px 0;
  background-color: rgba(28, 19, 18, 0.8);
  color: #fff;
  font-weight: bold;
  font-size: 140%;
  text-align: center;
  letter-spacing: 0.1em;
}
#cp_end a, #cp_end a:hover, #cp_end a:active, #cp_end a:visited {
  color: #a1f6ff;
}
@media (max-width: 767px) {
  /*  #campaign {
    font-size: 13px;
  }*/
  .details > dt {
    width: 100%;
    background: #fff3ee;
  }
  .details > dt:first-child {
    border-radius: 0.3em;
  }
  .details > dd {
    width: 100%;
    border-top: none !important;
  }
  .pc-big {
    font-size: 110%;
  }
  #cp_end {
    font-size: 100%;
  }
}
/*** 特典詳細 ***/
#detail {
  padding: 20px 10px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .text-indent-xs {
    margin-left: 1em;
  }
}
/*アプリ対応*/
@media (max-width: 767px) {
  #rae-app .header-wrap footer .breadcrumb-wrap {
    padding-bottom: 100px !important;
  }
}
/*フロートボタン補完対応*/
.mt-m-40 {
  margin-top: -40px;
}
/*ステータスバー*/
.bg-danger {
  background-color: #ff4343 !important;
}
.bg-warning {
  background-color: #ffb405 !important;
}
.progress {
  overflow: hidden;
  height: 28px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 0px;
  font-size: 16px;
  line-height: 27px;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  text-align: left;
  text-indent: 1em;
  font-weight: bold;
}
.progress-empty {
  color: #ff3c4e;
  font-weight: bold;
}
.bg-warning .progress-empty {
  color: #333;
  font-weight: bold;
}
.bg-danger + .progress-empty {
  margin-left: 10px;
}
/*開催期間*/
#mission-period {
  background: linear-gradient(#ffe85d, #f8ff98);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-shadow: 0px 0px 12px 0px rgb(227 55 55 / 50%);
}
#mission-period .mission-container {
  background: transparent;
  padding: 0.5em;
  width: 565px;
}
.mission-period-wrap, .mission-reward-wrap {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 140%;
}
.mission-period-wrap {
  font-size: 28px;
}
@media (max-width: 767px) {
  .mission-period-wrap {
    font-size: 18px;
  }
  .mission-reward-wrap {
    font-size: 12.5px;
    margin-bottom: 5px;
  }
  #mission-period .mission-container {
    padding: 0.5em;
  }
  .mission-period-wrap {
    margin-top: 0;
    margin-bottom: 5px;
  }
}
.mission-period-wrap .badge, .mission-reward-wrap .badge {
  border: 1px solid #b5b5b5;
  padding: 2px 10px;
  margin-right: 5px;
  border-radius: 50px;
  background: #fff;
  font-weight: bold;
  font-size: 16px;
  vertical-align: middle;
  top: -2px;
  position: relative;
  color:#333;
}
.mission-period-wrap .badge {
  background: #fff900;
  color: #333;
}
@media (max-width: 767px) {
  #mission-period {
    padding: 0 !important;
  }
  .mission-period-wrap .badge, .mission-reward-wrap .badge {
    font-size: 13px;
    padding: 4px 6px;
    top: -1px;
  }
}
.mission-reward-wrap {
  line-height: 1.5em;
  font-weight: normal;
}
.mission-detail.text-indent-minus {
  text-indent: -0.5em;
}
#detail .text-indent-minus {
  margin-left: -0.5em;
}
/*#mission-period .mission-container {
  max-width: auto;
}*/
/*ミッション達成状況*/
#mission-status {
  background: transparent;
}
#mission-status h2.title-image {
  width: 52%;
  margin: 0 auto 10px;
}
#mission-status h3 {
  color: #333;
  font-size: 180%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px !important;
}
@media (max-width: 767px) {
  #mission-status h3 {
    font-size: 140%;
  }
}
#mission-status h3:before, #mission-status h3:after {
  border-top: 1px solid;
  content: "";
  width: 2em;
}
#mission-status h3:before {
  margin-right: 1em;
}
#mission-status h3:after {
  margin-left: 1em;
}
#mission-status .mission-container {
  box-shadow: 0px 0px 12px 0px rgb(227 55 55 / 90%);
}
.mission-number {
  margin-bottom: 5px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .mission-number span {
    position: relative;
  }
  .mission-number span.sup-text {
    top: -1.8em;
  }
  .hidden-lg {
    white-space: pre;
  }
}
.mission-title {
  font-size: 95%;
  margin-bottom: 10px !important;
}
.mission-card {
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.mission-card:last-child {
  border-bottom: none;
}
.clear-icon {
  position: absolute;
  width: 90px;
  top: 3px;
  right: 45px;
}
.btn-mission-go {
  background: #333;
  color: #fff;
  border-radius: 50px;
  padding: 3px 5px;
    font-size:15px;
}
@media (max-width: 767px) {
  .mission-title-linebreak {
    display: block;
    margin-left: 1.7em;
    margin-top: 10px;
    line-height: 1.1em;
    font-size: 13px;
  }
  .clear-icon {
    width: 84px;
    top: 1px;
    right: -8px;
  }
  .btn-mission-go {
  background: #333;
  color: #fff;
  border-radius: 50px;
  padding: 3px 5px;
      font-size:13px;
}
}
.btn-mission-go:hover {
  background: #ff8741;
  color: #fff;
}
.mission-clear-text {
  opacity: .5;
}
.btn-mission-wrap {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 1px;
}
@media (max-width: 767px) {
  .mission-title {
    font-size: 14px;
  }
  #mission-status {
    padding-top: 15px !important;
  }
  #mission-status h2.title-image {
    width: 80%;
  }
}
/*達成報酬*/
#mission-reward {
  background: transparent;
}
#mission-reward .num {
  background-color: #ffff66;
  color: #333;
  width: 2em;
  min-width: 2em;
  display: inline-block;
  text-align: center;
  height: 2em;
  line-height: 2;
  border-radius: 4px;
  margin-right: 0.2em;
}
#mission-reward .mission-container {
  background-image: url(/images/campaign/mission2407/contents_bg_left.png), url(/images/campaign/mission2407/contents_bg_right.png);
  background-position: left center, right center;
  background-repeat: repeat-y;
  background-size: 290px;
}
#mission-reward .explanation-01-img {
  margin-top: -30px;
}
#mission-reward .explanation-02-img {
  margin-top: -50px;
}
.mission-reward-text__detail {
  text-align: center;
}
@media (max-width: 767px) {
  #mission-reward .mission-container {
    text-align: left;
    font-size: 100%;
    background-size: 130px;
  }
  #mission-reward .explanation-01-img {
    margin-top: -23px;
   }
  #mission-reward .explanation-02-img {
    margin-top: -35px;
   }
}
#mission-reward h2 {
  text-shadow: 0px 0px 5px #b70200;
  color: #fff;
  border-bottom: 2px solid #fff;
  display: inline-block;
  box-shadow: 0px 8px 5px -5px rgba(219 20 0 / 50%);
}
#mission-reward h4 {
  background: linear-gradient(transparent 78%, #ff6 60%);
  display: block;
  margin-bottom: 10px;
  font-size: 115%;
}
#mission-reward .mission-reward-text__detail a {
    word-break: keep-all;
  }
@media (min-width: 768px) {
  #mission-reward h4 {
    font-size: 140%;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  #mission-reward .mission-reward-text__detail {
    width: 450px;
    margin: 0 auto 15px !important;
    text-align: center;
  }
}
/*参加方法*/
#mission-participation {
  background: transparent;
}
#mission-participation h2 {
  text-shadow: 0px 0px 5px #b70200;
  color: #fff;
  border-bottom: 2px solid #fff;
  display: inline-block;
  box-shadow: 0px 8px 5px -5px rgba(219 20 0 / 50%);
}
#mission-participation .btn-app {
  width: 100%;
  height: 52px;
  font-size: 16px;
}
@media (min-width: 768px) {
  #mission-participation .btn-cam {
    width: 33%;
  }
  #mission-participation .btn-app {
    height: 64px;
    font-size:17px;
  }
}
.num {
  background-color: #ff8741;
  color: #fff;
  width: 2em;
  min-width: 2em;
  display: inline-block;
  text-align: center;
  height: 2em;
  line-height: 2;
  border-radius: 100%;
  margin-right: 0.5em;
}
.mission-container.mb20 {
  margin-bottom: 15px !important;
}
/*特典詳細*/
#detail {
  background: transparent;
}
@media (max-width: 767px) {
  .details {
    font-size: 13px;
  }
}
#detail .flex {
  margin-bottom: 10px;
}
#detail .flex .first {
  width: 84px;
  margin-right: 5px;
  height: 1em;
}
#detail .flex .last {
  flex: 1;
}
#detail .flex .first:after {
  content: "";
  position: relative;
  text-align: right;
  display: block;
  top: -1.5em;
}
#detail h2 {
  text-shadow: 0px 0px 5px rgb(177 108 0);
  color: #fff;
  border-bottom: 2px solid #fff;
  display: inline-block;
  box-shadow: 0px 8px 5px -5px rgb(177 108 0 / 50%);
  margin-bottom: 15px !important;
}
#detail h3 {
  text-align: left;
  font-size: 16px;
  color: #fff;
  text-shadow: 0px 0px 5px #cb7b00;
}
/*faq*/
#faq {
  background: transparent;
}
#faq h2 {
  text-shadow: 0px 0px 5px #db8500;
  color: #fff;
  border-bottom: 2px solid #fff;
  display: inline-block;
  box-shadow: 0px 8px 5px -5px rgba(219, 133, 0, 0.5);
}

/* 20260202 */

.sec_monthly01 {
  margin: 10px auto;
}
.sec_monthly01 .txt1 {
  text-align: center;
  color: #cb0000;
  font-weight: bold;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 10px;
  cursor: pointer;
  font-size: 18px;
}
.sec_monthly01 .txt1:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1b1b1b;
  border-right: 2px solid #1b1b1b;
  transform: translate(0, -50%) rotate(135deg);
  transition: 0.2s;
}
.sec_monthly01 .txt1.is-open::after {
  transform: translateY(-50%) rotate(315deg);
}
.sec_monthly01 .content {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
  background: #f7f7f7;
  border-radius: 10px;
}
.sec_monthly01 .content .inner {
  padding: 10px;
}

@media (min-width: 768px) {
  .sec_monthly01 .sp-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .sec_monthly01 .txt1 {
    font-size: 1.1em;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .sec_monthly01 .content .inner {
    padding: 5px;
    letter-spacing: -0.01em;
    font-size: 11.8px;
  }
}