/* ===== page scope / small balance adjustment ===== */
.hc12-page {
  color: #222;
  background: #eefbff;
  overflow: hidden;
}
.hc12-page,
.hc12-page * { box-sizing: border-box; }
.hc12-page img { max-width: 100%; height: auto; }

/* ========================================
   HAMACROSS411 12å‘¨å¹´ã‚¹ã‚¿ãƒ³ãƒ—ãƒ©ãƒªãƒ¼
   Mobile First / SP â†’ PC
======================================== */

.stamp12-wrap,
.stamp12-wrap * {
  box-sizing: border-box;
}

.stamp12-wrap {
  color: #222;
  background: #eefbff;
  overflow: hidden;
}

.stamp12-wrap img {
  max-width: 100%;
  height: auto;
}

.stamp12-inner {
  width: calc(100% - 24px);
  max-width: 1040px;
  margin: 0 auto;
}

/* =========================
   HERO
========================= */
.stamp12-hero {
  position: relative;
  overflow: hidden;
  padding: 42px 14px 38px;
  text-align: center;
  background: linear-gradient(135deg, #dff8ff 0%, #fff8d7 52%, #ffe8ef 100%);
}

.stamp12-hero::before,
.stamp12-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: .7;
}

.stamp12-hero::before {
  width: 150px;
  height: 150px;
  left: -55px;
  top: -72px;
  background: #61daef;
}

.stamp12-hero::after {
  width: 190px;
  height: 190px;
  right: -72px;
  bottom: -120px;
  background: #ffd84a;
}

.stamp12-hero__inner {
  position: relative;
  z-index: 1;
}

.stamp12-kicker {
  display: inline-block;
  margin: 0 0 12px;
  padding: 7px 14px;
  color: #fff;
  background: #f24f72;
  border-radius: 50px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
}

.stamp12-hero h1 {
  margin: 0;
  color: #079dca;
  font-size: clamp(30px, 8.5vw, 38px);
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: .02em;
  text-shadow: 2px 2px 0 #fff;
}

.stamp12-hero h1::after,
.stamp12-hero h1::before{
  display: none
}

.stamp12-hero h1 span {
  display: block;
  margin-bottom: 4px;
  color: #f24f72;
  font-size: 18px;
  letter-spacing: .06em;
}

.stamp12-period {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2px 6px;
  margin: 19px 0 0;
  padding: 10px 14px;
  border: 2px solid #079dca;
  border-radius: 50px;
  background: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

.stamp12-period b {
  margin-right: 4px;
  color: #f24f72;
}

/* =========================
   MAIN
========================= */
.stamp12-page {
  padding: 30px 0 46px;
}

.stamp12-lead {
  margin-bottom: 22px;
  text-align: center;
}

.stamp12-lead h2 {
  margin: 0 0 12px;
  color: #079dca;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 700;
}

.stamp12-lead p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 500;
}

.stamp12-lead p span {
  color: #f24f72;
  font-size: 1.12em;
  font-weight: 700;
}

/* =========================
   FLOW
========================= */
.stamp12-flow {
  display: block;
  margin: 0 0 36px;
}

.stamp12-step {
  width: 100%;
  margin: 0;
  padding: 22px 16px 24px;
  text-align: center;
  background: #fff;
  border: 2px solid #18acd3;
  border-radius: 16px;
  box-shadow: 0 5px 0 rgba(24, 172, 211, .12);
}

.stamp12-step__no {
  display: inline-block;
  margin: 0 0 11px;
  padding: 5px 15px;
  color: #fff;
  background: #f24f72;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.stamp12-flow__arrow {
  margin: 9px 0;
  color: #f24f72;
  text-align: center;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  transform: rotate(90deg);
}

.stamp12-step h3 {
  margin: 6px 0 10px;
  color: #079dca;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 700;
}

.stamp12-step > p:last-child {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

.stamp12-step strong {
  color: #f24f72;
  font-size: 1.1em;
}

/* =========================
   CSS ILLUSTRATIONS
========================= */
.stamp12-illust {
  position: relative;
  height: 110px;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stamp12-illust::before {
  content: "";
  position: absolute;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background: #fff5ca;
}

.stamp12-illust--phone::before {
  background: #dff8ff;
}

.stamp12-illust--ticket::before {
  background: #ffe7ee;
}

.stamp12-bag {
  position: relative;
  z-index: 1;
  width: 66px;
  height: 62px;
  margin-top: 18px;
  background: #ffd646;
  border: 4px solid #e5ad00;
  border-radius: 3px;
}

.stamp12-bag::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 25px;
  left: 14px;
  top: -26px;
  border: 5px solid #079dca;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
}

.stamp12-bag span {
  position: absolute;
  right: -13px;
  top: -13px;
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #f24f72;
  border-radius: 50%;
  font-size: 19px;
  font-weight: 700;
}

.stamp12-phone {
  position: relative;
  z-index: 1;
  width: 55px;
  height: 94px;
  padding: 9px 6px;
  background: #fff;
  border: 4px solid #079dca;
  border-radius: 10px;
}

.stamp12-phone::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background: #079dca;
  border-radius: 50%;
}

.stamp12-phone span {
  display: flex;
  width: 39px;
  height: 62px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #f24f72;
  border-radius: 5px;
  font-size: 27px;
  font-weight: 700;
}

.stamp12-mini-ticket {
  position: relative;
  z-index: 1;
  width: 86px;
  padding: 21px 8px;
  color: #f24f72;
  background: #fff;
  border: 4px solid #f24f72;
  border-radius: 7px;
  font-size: 22px;
  font-weight: 700;
}

.stamp12-mini-ticket::before,
.stamp12-mini-ticket::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  margin-top: -7px;
  background: #ffe7ee;
  border-radius: 50%;
}

.stamp12-mini-ticket::before { left: -9px; }
.stamp12-mini-ticket::after { right: -9px; }

.stamp12-stamps {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 8px 0;
}

.stamp12-stamps span {
  display: flex;
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #f24f72;
  border-radius: 50%;
  font-size: 13px;
}

/* =========================
   2F / 3F DOUBLE
========================= */
.stamp12-bonus {
  position: relative;
  margin: 0 0 30px;
  padding: 36px 14px 21px;
  background: #fff8d7;
  border: 2px solid #efbd28;
  border-radius: 16px;
  box-shadow: 0 5px 0 rgba(239, 189, 40, .13);
}

.stamp12-bonus__badge {
  position: absolute;
  left: 50%;
  top: -18px;
  margin: 0;
  padding: 8px 18px;
  color: #fff;
  background: #f24f72;
  border-radius: 30px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  transform: translateX(-50%) rotate(-3deg);
}

.stamp12-bonus h2 {
  margin: 3px 0 11px;
  color: #079dca;
  text-align: center;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 700;
}

.stamp12-bonus h2 span {
  color: #f24f72;
  font-size: 1.17em;
}

.stamp12-bonus__lead {
  margin: 0 0 19px;
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
}

.stamp12-bonus__lead strong {
  color: #f24f72;
  font-size: 1.18em;
}

.stamp12-compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
  align-items: stretch;
  gap: 6px;
}

.stamp12-compare__item {
  min-width: 0;
  padding: 15px 6px;
  text-align: center;
  background: #fff;
  border-radius: 12px;
}

.stamp12-compare__item--double {
  border: 2px solid #f24f72;
}

.stamp12-compare__title {
  margin: 0 0 8px;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 700;
}

.stamp12-compare__shopping {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 8px;
  padding: 6px 8px;
  color: #079dca;
  background: #e8faff;
  border-radius: 30px;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 700;
  white-space: normal;
}

.stamp12-compare__stamp {
  margin: 4px 0;
  color: #f2bd00;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 1px;
}

.stamp12-compare__num {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
}

.stamp12-compare__num strong {
  color: #f24f72;
  font-size: 1.23em;
}

.stamp12-compare__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f24f72;
  font-size: 20px;
  font-weight: 700;
}

/* =========================
   PRESENT / TICKET
========================= */
.stamp12-present {
  display: block;
  margin-bottom: 34px;
  padding: 22px 16px 24px;
  background: #fff;
  border: 2px solid #18acd3;
  border-radius: 16px;
}

.stamp12-present__text {
  width: 100%;
}

.stamp12-present__eyebrow {
  margin: 0 0 6px;
  color: #f24f72;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.stamp12-present h2 {
  margin: 0 0 13px;
  color: #079dca;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
}

.stamp12-present h2 span {
  color: #f24f72;
  font-size: 1.14em;
}

.stamp12-present__date {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}

.stamp12-present__date b {
  color: #222;
}


.stamp12-present__handover {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 410px;
  margin: 14px auto 0;
  padding: 10px 12px;
  color: #c93155;
  background: #fff3b8;
  border: 2px solid #f0bd23;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 700;
  text-align: left;
}

.stamp12-present__handover-icon {
  flex: 0 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: #fff;
  background: #f24f72;
  border-radius: 50%;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}

.stamp12-present__handover strong {
  color: #c93155;
  font-weight: 700;
}

.stamp12-present__ticket {
  position: relative;
  width: calc(100% - 14px);
  margin: 22px auto 0;
  padding: 24px 16px;
  color: #fff;
  text-align: center;
  background: #f24f72;
  border-radius: 12px;
  box-shadow: 0 5px 0 #d93d60;
}

.stamp12-present__ticket::before,
.stamp12-present__ticket::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #fff;
  border-radius: 50%;
}

.stamp12-present__ticket::before { left: -9px; }
.stamp12-present__ticket::after { right: -9px; }

.stamp12-present__ticket small,
.stamp12-present__ticket span {
  display: block;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .06em;
}

.stamp12-present__ticket strong {
  display: block;
  margin: 3px 0;
  font-size: 42px;
  line-height: 1.15;
}

/* =========================
   GUIDE
========================= */
.stamp12-guide {
  padding: 22px 18px;
  background: #fff;
  border: 2px solid #efbd28;
  border-radius: 16px;
}

.stamp12-guide h2 {
  margin: 0 0 16px;
  color: #079dca;
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}

.stamp12-guide ul {
  margin: 0;
  /* padding-left: 1.35em; */
}

.stamp12-guide li {
  /* margin: 9px 0; */
  font-size: 13px;
  line-height: 1.85;
}

.stamp12-guide strong {
  color: #f24f72;
}

/* =========================
   TABLET / PC : 768px+
========================= */
@media screen and (min-width: 768px) {
  .stamp12-inner {
    width: calc(100% - 40px);
  }

  .stamp12-hero {
    padding: 68px 20px 58px;
  }

  .stamp12-hero::before {
    width: 230px;
    height: 230px;
    left: -85px;
    top: -110px;
  }

  .stamp12-hero::after {
    width: 280px;
    height: 280px;
    right: -110px;
    bottom: -180px;
  }

  .stamp12-kicker {
    margin-bottom: 15px;
    padding: 8px 21px;
    font-size: 14px;
    letter-spacing: .12em;
  }

  .stamp12-hero h1 {
    font-size: 46px;
    letter-spacing: .03em;
    text-shadow: 3px 3px 0 #fff;
  }

  .stamp12-hero h1 span {
    font-size: 28px;
    letter-spacing: .08em;
  }

  .stamp12-period {
    margin-top: 25px;
    padding: 11px 27px;
    border-width: 3px;
    font-size: 23px;
  }

  .stamp12-period b {
    margin-right: 10px;
  }

  .stamp12-page {
    padding: 42px 0 60px;
  }

  .stamp12-lead {
    margin-bottom: 26px;
  }

  .stamp12-lead h2 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .stamp12-lead p {
    font-size: 16px;
  }

  .stamp12-flow {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
    margin-bottom: 36px;
  }

  .stamp12-step {
    flex: 1;
    min-width: 0;
    padding: 21px 17px 23px;
    border-width: 3px;
    border-radius: 22px;
    box-shadow: 0 8px 0 rgba(24, 172, 211, .12);
  }

  .stamp12-step__no {
    margin-bottom: 10px;
    padding: 5px 16px;
    font-size: 13px;
  }

  .stamp12-flow__arrow {
    align-self: center;
    flex: 0 0 26px;
    margin: 0;
    font-size: 27px;
    transform: none;
  }

  .stamp12-step h3 {
    font-size: 20px;
  }

  .stamp12-step > p:last-child {
    font-size: 15px;
  }

  .stamp12-illust {
    height: 118px;
    margin-bottom: 8px;
  }

  .stamp12-illust::before {
    width: 106px;
    height: 106px;
  }

  .stamp12-bag {
    width: 70px;
    height: 66px;
  }

  .stamp12-phone {
    width: 58px;
    height: 98px;
  }

  .stamp12-phone span {
    width: 42px;
    height: 65px;
  }

  .stamp12-mini-ticket {
    width: 90px;
    padding: 22px 8px;
    font-size: 22px;
  }

  .stamp12-stamps span {
    width: 29px;
    height: 29px;
    font-size: 14px;
  }

  .stamp12-bonus {
    margin-bottom: 36px;
    padding: 32px 28px 26px;
    border-width: 3px;
    border-radius: 22px;
    box-shadow: 0 8px 0 rgba(239, 189, 40, .13);
  }

  .stamp12-bonus__badge {
    left: 28px;
    top: -23px;
    padding: 9px 22px;
    font-size: 17px;
    transform: rotate(-3deg);
  }

  .stamp12-bonus h2 {
    margin: 5px 0 12px;
    font-size: 32px;
  }

  .stamp12-bonus h2 span {
    font-size: 1.22em;
  }

  .stamp12-bonus__lead {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .stamp12-compare {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
  }

  .stamp12-compare__item {
    flex: 1;
    max-width: 360px;
    padding: 17px 12px;
    border-radius: 16px;
  }

  .stamp12-compare__item--double {
    border-width: 3px;
  }

  .stamp12-compare__title {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .stamp12-compare__shopping {
    margin-bottom: 9px;
    padding: 7px 14px;
    font-size: 13px;
  }

  .stamp12-compare__stamp {
    font-size: 40px;
    letter-spacing: 3px;
  }

  .stamp12-compare__num {
    font-size: 15px;
  }

  .stamp12-compare__arrow {
    font-size: 31px;
  }

  .stamp12-present {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 36px;
    padding: 28px 30px;
    border-width: 3px;
    border-radius: 22px;
  }

  .stamp12-present__text {
    flex: 1.05;
  }

  .stamp12-present__eyebrow {
    font-size: 15px;
  }

  .stamp12-present h2 {
    margin-bottom: 14px;
    font-size: 27px;
  }

  .stamp12-present__date {
    font-size: 15px;
    line-height: 1.8;
  }


  .stamp12-present__handover {
    max-width: 430px;
    margin-top: 16px;
    padding: 11px 14px;
    font-size: 14px;
  }

  .stamp12-present__handover-icon {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
    font-size: 16px;
  }

  .stamp12-present__ticket {
    flex: .95;
    width: auto;
    margin: 0;
    padding: 28px 20px;
    border-radius: 15px;
    box-shadow: 0 7px 0 #d93d60;
  }

  .stamp12-present__ticket::before,
  .stamp12-present__ticket::after {
    width: 22px;
    height: 22px;
    margin-top: -11px;
  }

  .stamp12-present__ticket::before { left: -11px; }
  .stamp12-present__ticket::after { right: -11px; }

  .stamp12-present__ticket small,
  .stamp12-present__ticket span {
    font-size: 12px;
    letter-spacing: .08em;
  }

  .stamp12-present__ticket strong {
    font-size: 46px;
  }

  .stamp12-guide {
    padding: 26px 30px;
    border-radius: 22px;
  }

  .stamp12-guide h2 {
    margin-bottom: 18px;
    font-size: 27px;
  }

  .stamp12-guide li {
    font-size: 15px;
    line-height: 1.8;
  }
}

/* =========================
   LARGE PC : 1100px+
========================= */
@media screen and (min-width: 1100px) {
  .stamp12-hero {
    padding: 76px 20px 64px;
  }

  .stamp12-hero h1 {
    font-size: 54px;
  }

  .stamp12-hero h1 span {
    font-size: 28px;
  }

  .stamp12-period {
    font-size: 25px;
  }

  .stamp12-lead h2 {
    font-size: 31px;
  }

  .stamp12-lead p {
    font-size: 17px;
  }

  .stamp12-bonus h2 {
    font-size: 33px;
  }

  .stamp12-present h2 {
    font-size: 28px;
  }
}


/* =========================
   LINE FRIEND LIMITED
========================= */
.stamp12-line-limited {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	max-width: 620px;
	margin: 0 auto 22px;
	padding: 12px 14px;
	background: #fff;
	border: 2px solid #06c755;
	border-radius: 12px;
	text-align: left;
}

.stamp12-line-limited__label {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 9px;
	color: #fff;
	background: #06c755;
	border-radius: 30px;
	font-size: 11px;
	line-height: 1;
	font-weight: 700;
}

.stamp12-line-limited p {
	margin: 0;
	line-height: 1.5;
}

.stamp12-line-limited strong {
	display: block;
	color: #079dca;
	font-size: 15px;
	font-weight: 700;
}

.stamp12-line-limited p span {
	display: block;
	margin-top: 2px;
	color: #333;
	font-size: 11px;
	font-weight: 500;
}


/* PC */
@media screen and (min-width: 768px) {

	.stamp12-line-limited {
		gap: 14px;
		margin-bottom: 27px;
		padding: 14px 20px;
		border-width: 3px;
		border-radius: 15px;
	}

	.stamp12-line-limited__label {
		padding: 6px 12px;
		font-size: 13px;
	}

	.stamp12-line-limited strong {
		font-size: 19px;
	}

	.stamp12-line-limited p span {
		font-size: 13px;
	}
}