@charset "UTF-8";
/*-------------------------------------------
px→vw
 * ex)
   width: sp(200)
   width: tab(200)
-------------------------------------------*/
.campaignsCol .errorMsg {
  margin-bottom: 20px;
}
.campaignsCol .errorConf {
  margin-bottom: 0;
}

.campaignsCol .selectCampaignCol {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
  box-sizing: border-box;
}
.campaignsCol .selectCampaignCol li {
  position: relative;
  width: 49.9%;
  padding: 0 1em;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.campaignsCol .selectCampaignCol li:nth-child(odd) {
  border-right: 1px solid #efefef;
}
.campaignsCol .selectCampaignCol li img {
  width: 100%;
  padding: 0 0 1em 0;
}
.campaignsCol .selectCampaignCol li img.cancelImg {
  opacity: 0.3;
}
.campaignsCol .selectCampaignCol li p.cancelTxt {
  position: absolute;
  width: 80%;
  margin: auto;
  left: 0;
  right: 0;
  top: 35%;
  font-size: 280%;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .campaignsCol .selectCampaignCol li p.cancelTxt {
    width: 90%;
    top: 13vw;
    font-size: 130%;
  }
}
@media screen and (max-width: 767px) {
  .campaignsCol .selectCampaignCol .btn {
    font-size: 86%;
    line-height: 1.2;
  }
}

.informationCol {
  padding-top: 35px;
}
.informationCol:first-of-type {
  padding-top: 0;
}

.campaignsColInner .entryCol {
  margin: 0 auto 20px;
}

.outlineTxtCol {
  padding-top: 10px;
}
.outlineTxtCol dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.outlineTxtCol dl dt {
  font-weight: bolder;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  height: min-content;
}
.outlineTxtCol dl dt::after {
  content: "：";
  font-weight: bolder;
  padding-right: 1.0em;
}
.outlineTxtCol dl dd {
  margin-bottom: 15px;
  width: 100%;
}
.outlineTxtCol dl dd::before {
  display: none;
}
.outlineTxtCol ul li {
  text-align: center;
}
.outlineTxtCol ul li img {
  border: 1px solid #e3e3e3;
}
.outlineTxtCol .entryMethod {
  padding: 0.5em 0 0 0;
}

.noticeCol {
  border: 1px dashed #c5def9;
}
.noticeCol .noticeList {
  height: 215px;
  overflow-y: scroll;
  margin: 20px;
}
.noticeCol .noticeList li {
  padding-left: 1.0em;
  text-indent: -1.0em;
}

.serialCol {
  margin: 0 auto 50px;
}
.serialCol .campaignsColInner {
  margin-bottom: 50px;
}
.serialCol .informationColInner > ul.stepList li {
  width: 100%;
}
.serialCol .informationColInner > ul.stepList li:nth-child(2n-1) {
  margin-right: 0;
}
.serialCol .informationColInner > ul.stepList li dl dd .annotation:first-of-type {
  padding-top: 1em;
}
.serialCol .outlineTxtCol .txt {
  font-size: 20px;
  font-size: 2rem;
  padding: 1em 0;
  font-weight: bold;
}
.serialCol .txtPeriod {
  padding-top: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.serialCol .noticeCampaignsCol {
  line-height: 150%;
}
.serialCol .noticeCampaignsCol li {
  font-size: 13px;
  font-size: 1.3rem;
  text-indent: -1em;
  margin-left: 1em;
}
.serialCol .noticeCampaignsCol li span {
  font-weight: bold;
}
.serialCol .noticeCol .noticeList {
  height: auto;
  overflow-y: hidden;
}

.tBold {
  font-weight: bold;
}

.winTicketCol {
  text-align: center;
  margin-bottom: 10px;
}
.winTicketCol .win {
  font-size: 22px;
  font-size: 2.2rem;
}

.limitTxtCol {
  border: 1px dashed #c5def9;
  margin: 0 auto 50px;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.jancodeCampaignForm {
  margin: 20px 0  !important;
}

.stampCol {
  margin: 0 auto 50px;
}
.stampCol .stampPonitCol {
  background-color: #2b89ef;
  color: #fff;
}
.stampCol .stampPonitCol ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 5px 0;
}
.stampCol .stampPonitCol ul li {
  padding: 0 0.5em;
}
.stampCol .stampPonitCol ul li span {
  font-size: 22px;
  font-size: 2.2rem;
}
.stampCol .stampListCol {
  background-color: #2b89ef;
  margin: 6px 0 0 0;
  padding: 5px;
}
.stampCol .stampListCol ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stampCol .stampListCol ul.stampList {
  background: url(../images/campaign/stamp/bg_stamp.png) repeat-y left top;
  background-size: 100%;
}
.stampCol .stampListCol ul.stampList li {
  width: 19.8%;
  margin: 0.1%;
}
.stampCol .stampListCol ul.stampList li.noStamp {
  height: 17.5vw;
}

.btnListCol li:last-child {
  margin-bottom: 10px;
}

.btnSelectCol {
  padding: 40px 0;
}
.btnSelectCol li a {
  background-color: #ff5050;
  padding: 20px 0;
}
.btnSelectCol li a::after {
  border-top: 2px solid #ff5050;
  border-right: 2px solid #ff5050;
}
.btnSelectCol li.btn {
  padding: 10px 0;
}
.btnSelectCol li.btnO {
  background-color: #ff5050;
}
.btnSelectCol li.btnL::after {
  border-top: 2px solid #ff5050;
  border-right: 2px solid #ff5050;
}

.btnSelectBackCol {
  padding: 50px 0 0;
}

.btnAnotherCol li.btnLogoutClr a {
  background-color: #cccccc;
}
.btnAnotherCol li.btnLogoutClr a::after {
  border-top: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
}
.btnAnotherCol li.btnHistoyClr a {
  background-color: #2b89ef;
}
.btnAnotherCol li.btnHistoyClr a::after {
  border-top: 2px solid #2b89ef;
  border-right: 2px solid #2b89ef;
}

.giftCol {
  border: 1px solid #e3e3e3;
}
.giftCol .giftTit {
  position: relative;
}
.giftCol .giftInfo {
  min-height: 100px;
  text-align: center;
  margin: auto;
}
.giftCol .giftInfo > img {
  padding: 1% 0 1.44%;
}

.checkBox {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
}

input[type='checkbox'] {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
}

.crobd {
  height: 100%;
  width: 100%;
  display: block;
  cursor: pointer;
  overflow: hidden;
}
.crobd:hover:before {
  opacity: 1;
}
.crobd:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
  transition: all 0.2s ease;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ff5050;
  display: inline-block;
  left: 0;
}
.crobd:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 9px;
  border-top: 4px solid #ff5050;
  border-right: 4px solid #ff5050;
  width: 20px;
  height: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  text-indent: -9999px;
}

.c_on:hover:before {
  opacity: 1;
}
.c_on:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transition: all 0.2s ease;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  width: 40px;
  height: 40px;
  background: #ff5050;
  display: inline-block;
}
.c_on:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 9px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  width: 20px;
  height: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  text-indent: -9999px;
}

@media screen and (min-width: 768px) {
  .outlineTxtCol dl dt {
    width: 120px;
    margin-bottom: 5px;
  }
  .outlineTxtCol dl dt::after {
    display: none;
  }
  .outlineTxtCol dl dd {
    width: 695px;
    margin-bottom: 5px;
  }
  .outlineTxtCol dl dd::before {
    content: "：";
    font-weight: bolder;
    padding-right: 1.0em;
  }
  .outlineTxtCol ul li img {
    width: 30%;
  }

  .serialCol .informationColInner > ul.stepList li {
    width: 260px;
    margin-right: 0;
  }

  .stampCol .stampPonitCol ul {
    padding: 10px 0;
  }
  .stampCol .stampPonitCol ul li {
    padding: 0 2em;
  }
  .stampCol .stampListCol ul.stampList {
    background-size: auto;
  }
  .stampCol .stampListCol ul.stampList li {
    border: 1px solid #2b89ef;
    width: auto;
    margin: 0;
  }
  .stampCol .stampListCol ul.stampList li.noStamp {
    height: 133px;
  }

  .btnListCol li:last-child {
    margin-bottom: 0;
  }

  .giftCol .giftInfo > img {
    width: 35%;
  }
}
.apologyCol {
  margin: 0 0 5vw 0;
}
@media screen and (min-width: 768px) {
  .apologyCol {
    margin: 0 0 50px 0;
  }
}
.apologyCol--mm {
  border: 1px solid #009fe8;
}
