@charset "UTF-8";
.box-alert.box-alert-yellow.bg-lightyellow {
  background-color: #fdf4ee;
}
.box-alert-appeal {
  padding: unset;
}
.box-alert a {
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .isPc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .isPc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
}
.page-top .stamp_container {
  background-color: #31b987;
  margin-bottom: 18px;
}
.stamp_head {
  width: 100%;
  min-height: 42px;
  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;
  gap: 0 10px;
}
.page-top .stamp_head {
  line-height: 28px;
  padding: 0 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.stamp_head h2 {
  color: #31b987;
  font-size: 28px;
  font-weight: bold;
}
.page-top .stamp_head h2 {
  min-height: 27px;
  padding: 10px 0;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}
.stamp_head a {
  width: 19px;
  height: 19px;
}
.stamp_head a:after {
  content: '';
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-image: url("/img/stampmission/icon_detaillink__grn.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.page-top .stamp_head a:after {
  background-image: url("/img/stampmission/icon_detaillink__wht.png");
}
.stamp_body {
  width: 100%;
  margin-top: 20px;
  padding: 15px;
  background-color: #edf5f2;
  border-radius: 10px;
}
.page-top .stamp_body {
  margin-top: 0;
  border-radius: 20px 20px 0 0;
}
.stamp_body_top {
  text-align: center;
  position: relative;
}
.stamp_body_top_note {
  font-size: 16px;
}
.page-top .stamp_body_top_note {
  font-size: 14px;
}
.stamp_body_top_link {
  position: absolute;
  top: 0;
  right: 0;
}
.stamp_list {
  width: 100%;
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.page-top .stamp_list {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.stamp_list_item {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
}
.page-top .stamp_list_item {
  padding: 8px;
}
.page-PC .stamp_list_item.status_container {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.stamp_list_item_title {
  font-weight: bold;
}
.stamp_list_item_title,
.stamp_list_item_link {
  font-size: 12px;
}
.page-top .stamp_list_item_title,
.page-top .stamp_list_item_link {
  font-size: 10px;
}
.stamp_list_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2em;
  color: #31b987;
  text-decoration: underline;
}
.stamp_list_item_link:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #31b987;
  border-top: 1px solid #31b987;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.stamp_list_item_point {
  margin-top: 2px;
  font-size: 10px;
  font-weight: bold;
  color: #ddd;
  position: relative;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.stamp_list_item_point:before,
.stamp_list_item_point:after {
  content: '';
  display: block;
  width: 1px;
  height: 1.2em;
  background: #ddd;
  position: absolute;
  top: 50%;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.stamp_list_item_point:before {
  left: -6px;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
}
.stamp_list_item_point:after {
  right: -6px;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
}
.page-top .stamp_list_item_point {
  font-size: 8px;
}
.stamp_list_item_point .main {
  font-size: 14px;
  font-weight: bold;
}
.page-top .stamp_list_item_point .main {
  font-size: 12px;
}
.is_applied .stamp_list_item_point {
  color: #ff952b;
}
.is_applied .stamp_list_item_point:before,
.is_applied .stamp_list_item_point:after {
  background: #ff952b;
}
.is_applied.stamp_animation_pending .stamp_list_item_point {
  color: #ddd;
}
.is_applied.stamp_animation_pending .stamp_list_item_point:before,
.is_applied.stamp_animation_pending .stamp_list_item_point:after {
  background: #ddd;
}
.stamp_list_item_img {
  width: 60px;
  height: 60px;
  position: relative;
}
.page-top .stamp_list_item_img {
  width: 55px;
  height: 55px;
}
.stamp_list_item_img:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/img/stampmission/stamp_negative.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.stamp_list_item_img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  display: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.is_applied .stamp_list_item_img:before {
  content: none;
}
.is_applied .stamp_list_item_img:after {
  content: 'CLEAR';
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.is_applied .stamp_list_item_img img {
  display: block;
}
.is_applied.stamp_animation_pending .stamp_list_item_img:before {
  content: '';
  display: block;
}
.is_applied.stamp_animation_pending .stamp_list_item_img:after {
  opacity: 0;
}
.is_applied.stamp_animation_pending .stamp_list_item_img img {
  opacity: 0;
}
.status_container {
  background-color: #fff;
}
.page-top .status_container {
  padding: 3px 5px 5px;
}
.status_container.is_applied {
  background-color: #ff952b;
}
.stamp_list_status {
  font-size: 14px;
  font-weight: bold;
  color: #ddd;
  position: relative;
}
.page-top .stamp_list_status {
  font-size: 10px;
}
.stamp_list_status:before,
.stamp_list_status:after {
  content: '';
  display: block;
  width: 1px;
  height: 1.2em;
  background: #ddd;
  position: absolute;
  top: 50%;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.stamp_list_status:before {
  left: -6px;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
}
.stamp_list_status:after {
  right: -6px;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
}
.is_applied .stamp_list_status {
  color: #fff;
}
.is_applied .stamp_list_status:before,
.is_applied .stamp_list_status:after {
  background: #fff;
}
.stamp_list_status_inner {
  width: 100%;
  height: 100%;
  margin-top: 5px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.page-top .stamp_list_status_inner {
  margin-top: 3px;
}
.is_applied .stamp_list_status_inner {
  background-color: #fff;
}
.stamp_list_status_img {
  width: 100%;
  height: 32px;
  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;
}
.page-top .stamp_list_status_img {
  height: 20px;
}
.stamp_list_status_img:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.stamp_list_status_img.is_nyukyosya:before {
  background-image: url("/img/stampmission/point_negative.png");
}
.stamp_list_status_img.is_sinki:before {
  background-image: url("/img/stampmission/coupon_negative.png");
}
.stamp_list_status_img img {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.is_applied .stamp_list_status_img:before {
  content: none;
}
.is_applied .stamp_list_status_img img {
  display: block;
}
.stamp_list_status_link {
  margin-top: 0.5em;
  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;
  gap: 0.2em;
  font-size: 12px;
  font-weight: bold;
  color: #ddd;
}
.page-top .stamp_list_status_link {
  font-size: 10px;
}
.is_applied .stamp_list_status_link {
  color: #333;
  text-decoration: underline;
}
.is_applied .stamp_list_status_link:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 50%;
  pointer-events: none;
}
.dot--odd {
  background-color: #32b988;
}
.dot--even {
  background-color: #ff952b;
}
