@font-face {
  font-family: "Haffer";
  src: url("Haffer-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Haffer";
  src: url("Haffer-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Haffer";
  src: url("Haffer-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*

@font-face {
	font-family: $font-simyo;
	src: url('Haffer-Medium.woff') format('woff');
	font-weight: $font-medium;
	font-style: normal;
	font-display: swap;
}

*/
html, body {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

.creative {
  font-family: "Haffer";
  font-weight: 500;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.creative {
  width: 970px;
  height: 250px;
  background-color: #FF660D;
}

.logo {
  z-index: 5;
  position: absolute;
  top: 20px;
  left: 22px;
}
.logo img {
  width: 135px;
}

.predicate {
  position: absolute;
  top: 0;
  right: 28px;
  z-index: 5;
}
.predicate img {
  width: 92px;
}

.title {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  font-weight: 600;
  font-size: 56px;
  line-height: 52px;
  letter-spacing: -0.02em;
  color: #FFF;
  margin: 0 auto;
  max-width: 209px;
}
.title img {
  width: 100%;
}

.description {
  position: absolute;
  top: 202px;
  left: 22px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FFF;
  opacity: 0;
}

.circle {
  border-radius: 50%;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle__outer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  margin: auto;
  width: 318px;
  height: 318px;
}
.circle__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.circle__from {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.01em;
  color: #FFF;
  margin-bottom: -3px;
  position: relative;
  max-width: 49px;
}
.circle__from:after {
  background-color: #FFF;
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-22.5deg);
          transform: translateY(-50%) rotate(-22.5deg);
  left: 0;
  right: 0;
}
.circle__price {
  font-family: "Haffer";
  font-weight: 600;
  font-size: 62px;
  color: #FFF;
  display: flex;
}
.circle__price small {
  font-size: 28px;
  position: relative;
  top: 8px;
  margin-left: -10px;
}
.circle__label {
  font-family: "Haffer";
  font-weight: 600;
  font-size: 21px;
  color: #FFF;
  position: relative;
  margin-top: -3px;
}
.circle:first-of-type {
  background-color: #8CCFFF;
  width: 100%;
  height: 100%;
}
.circle:last-of-type {
  background-color: #AD00AD;
  width: 150px;
  height: 150px;
}
.circle:last-of-type .circle__container {
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 100%;
  height: 100%;
}

.simcard {
  width: 134px;
  height: 191px;
  position: relative;
  opacity: 0;
}
.simcard__container {
  background-image: url(simcard.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.simcard__from {
  font-family: "Haffer";
  font-weight: 600;
  font-size: 13px;
  color: #FFF;
  border-radius: 3px;
  background-color: #C8C4DE;
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 26px;
  top: 75px;
  left: -24px;
}
.simcard__from:before {
  width: 80%;
  height: 1px;
  background-color: #FFF;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-18deg);
          transform: translateY(-50%) rotate(-18deg);
}
.simcard__title, .simcard__subtitle {
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}
.simcard__title {
  font-size: 44px;
  color: #306;
  top: 28px;
}
.simcard__subtitle {
  font-size: 41px;
  color: #FFF;
  top: 93px;
}

.disclaimer {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 146px;
  right: 28px;
  font-family: "Haffer";
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #FFF;
  opacity: 0;
}

.button {
  position: absolute;
  background-color: #306;
  border-radius: 12px;
  font-weight: 600;
  font-size: 19px;
  line-height: 25px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  top: 182px;
  right: 28px;
  -webkit-transform: translateY(68px);
          transform: translateY(68px);
  height: 50px;
  padding: 0 28px;
}
.button:after {
  width: 21px;
  height: 21px;
  background-image: url(btn-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: relative;
}
