@charset "UTF-8";
/*!
Theme Name: Jackery
*/
html {
  font-size: 0.5208333333vw;
}
@media (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .mv, .hero, .campaign, .chance {
    overflow-x: clip;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "Yu Gothic", sans-serif;
  color: #3E3A39;
  font-weight: 400;
  line-height: 1.6;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.7;
}

br.sp-only {
  display: none;
}

@media (max-width: 767px) {
  br.sp-only {
    display: inline;
  }
}
.inner {
  width: 110rem;
  max-width: 100%;
  margin-inline: auto;
}

.lp {
  width: 100%;
  background: #FFFFFF;
}

.hero {
  background: #FD5000;
}

.mvhead {
  position: relative;
  background: #FD5000;
}
.mvhead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(50% + 17.9rem);
  background: #FFFFFF;
  border-bottom-right-radius: 4rem;
}
@media (max-width: 767px) {
  .mvhead::before {
    display: none;
  }
}
.mvhead__inner {
  position: relative;
  z-index: 1;
  width: 110rem;
  max-width: 100%;
  margin-inline: auto;
  height: 14.2rem;
}
@media (max-width: 767px) {
  .mvhead__inner {
    width: auto;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0;
    background: transparent;
  }
}
.mvhead__band {
  display: contents;
}
@media (max-width: 767px) {
  .mvhead__band {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: #FFFFFF;
    border-radius: 0 0 1.6rem 0;
    padding: 0.7rem 1.2rem 0.7rem 3%;
  }
}
.mvhead__badge {
  position: absolute;
  left: 0.3rem;
  top: 2.3rem;
  width: 46.6rem;
  height: auto;
}
@media (max-width: 767px) {
  .mvhead__badge {
    position: static;
    width: 16.5rem;
  }
}
.mvhead__2nd {
  position: absolute;
  left: 48.3rem;
  top: 2.2rem;
  width: 22.3rem;
  height: auto;
}
@media (max-width: 767px) {
  .mvhead__2nd {
    position: static;
    width: 5rem;
  }
}
.mvhead__logo {
  position: absolute;
  left: 81.3rem;
  top: 2.7rem;
  width: 27.9rem;
  height: auto;
}
@media (max-width: 767px) {
  .mvhead__logo {
    position: static;
    width: 10.5rem;
    margin: 0 3% 0 0;
    align-self: center;
  }
}

.mv {
  position: relative;
  background: #FD5000;
  overflow: hidden;
}
.mv__inner {
  position: relative;
  width: 110rem;
  max-width: 100%;
  height: 61rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .mv__inner {
    width: auto;
    height: auto;
    padding: 1.8rem 5% 1.3rem;
  }
}
.mv__catch {
  position: absolute;
  left: 0.2rem;
  top: 3.5rem;
  width: 67.1rem;
  height: auto;
  z-index: 2;
}
@media (max-width: 767px) {
  .mv__catch {
    position: static;
    width: 88%;
  }
}
.mv__lead {
  position: absolute;
  left: 0.75rem;
  top: 27.1rem;
  width: 67.35rem;
  height: 3.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  background: #004DA0;
  color: #FFFFFF;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  border-radius: 999px;
  white-space: nowrap;
  overflow: visible;
  z-index: 2;
}
@media (max-width: 767px) {
  .mv__lead {
    position: static;
    width: 100%;
    height: auto;
    padding: 0.6rem 0;
    font-size: 1.7rem;
    letter-spacing: 0.01em;
    margin-top: 1rem;
  }
}
.mv__lead-sm {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .mv__lead-sm {
    font-size: 1.3rem;
  }
}
.mv__headline {
  position: absolute;
  left: 0.8rem;
  top: 34rem;
  width: 109.3rem;
  height: auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .mv__headline {
    position: static;
    width: 100%;
    margin-top: 1rem;
  }
}
.mv__visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 767px) {
  .mv__visual {
    position: static;
    height: auto;
    margin-top: 1.3rem;
    text-align: center;
  }
}
.mv__product {
  position: absolute;
  left: 66.8rem;
  top: 7.6rem;
  width: 25.5rem;
  height: auto;
  border-radius: 0.8rem;
}
@media (max-width: 767px) {
  .mv__product {
    position: static;
    display: inline-block;
    width: 55%;
  }
}
.mv__phone {
  position: absolute;
  left: 91rem;
  top: -0.5rem;
  width: 19.9rem;
  height: auto;
}
@media (max-width: 767px) {
  .mv__phone {
    position: static;
    display: inline-block;
    width: 32%;
  }
}
.mv__vnote {
  position: absolute;
  left: 70.1rem;
  top: 24.8rem;
  width: 20.4rem;
  font-size: 1.15rem;
  color: #FFFFFF;
  line-height: 1.55;
  z-index: 2;
}
@media (max-width: 767px) {
  .mv__vnote {
    position: static;
    width: auto;
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.mv__period {
  position: absolute;
  left: 0.75rem;
  top: 46.4rem;
  width: 108.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
@media (max-width: 767px) {
  .mv__period {
    position: static;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    margin-top: 1.6rem;
  }
}
.mv__period-row {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .mv__period-row {
    gap: 0.8rem;
  }
}
.mv__period-label {
  border: 0.2rem solid #FFFFFF;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.9rem;
  padding: 0.4rem 1.2rem;
  border-radius: 0.6rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .mv__period-label {
    font-size: 1.4rem;
  }
}
.mv__period-date {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .mv__period-date {
    font-size: 1.9rem;
  }
}
.mv__period-en {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .mv__period-en {
    font-size: 1.5rem;
  }
}
.mv__notes {
  position: absolute;
  left: 0.1rem;
  top: 52.4rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .mv__notes {
    position: static;
    margin-top: 1.6rem;
  }
}
.mv__note {
  font-size: 1.55rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .mv__note {
    font-size: 0.95rem;
    line-height: 1.5;
  }
}
.mv__stripe {
  position: relative;
  z-index: 2;
  height: 4.4rem;
  background: repeating-linear-gradient(-45deg, #FFFFFF 0 1.6rem, #FD5000 1.6rem 3.2rem);
}

.campaign {
  background: linear-gradient(90deg, #B3D2EB 0%, #FFFFFF 31%, #FFFFFF 69%, #B3D2EB 100%);
}
.campaign__head {
  width: 110rem;
  max-width: 100%;
  margin-inline: auto;
  padding-top: 7.8rem;
}
@media (max-width: 767px) {
  .campaign__head {
    width: auto;
    padding: 4rem 4% 0;
  }
}
.campaign__head-text {
  background: #FD5000;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 3.9rem;
  letter-spacing: 0.12em;
  text-align: center;
  line-height: 6.2rem;
  padding: 2.2rem 0;
}
@media (max-width: 767px) {
  .campaign__head-text {
    font-size: 2.2rem;
    line-height: 1.6;
    padding: 1.8rem 0;
  }
}
.campaign__head-stripe {
  height: 3.4rem;
  background: repeating-linear-gradient(-45deg, #FD5000 0 1.7rem, #FFFFFF 1.7rem 3.4rem);
}
.campaign__inner {
  position: relative;
  width: 110rem;
  max-width: 100%;
  height: 200.9rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .campaign__inner {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 5% 6rem;
  }
}
.campaign__note {
  position: absolute;
  right: 0.5rem;
  top: 1.05rem;
  font-size: 2.6rem;
  font-weight: 600;
  color: #3E3A39;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .campaign__note {
    position: static;
    font-size: 1.4rem;
    align-self: flex-end;
  }
}
.campaign__bubble {
  position: absolute;
  height: auto;
}
.campaign__bubble--1 {
  left: 0.24rem;
  top: 10.63rem;
  width: 40.32rem;
}
.campaign__bubble--2 {
  left: 0.08rem;
  top: 118.1rem;
  width: 39.34rem;
}
@media (max-width: 767px) {
  .campaign__bubble {
    position: static;
    margin-top: 3rem;
  }
  .campaign__bubble--1, .campaign__bubble--2 {
    width: 26rem;
  }
}
.campaign__quo {
  position: absolute;
  left: 44.03rem;
  width: 48.9rem;
  height: auto;
}
.campaign__quo--1 {
  top: 9.78rem;
}
.campaign__quo--2 {
  top: 115.78rem;
}
@media (max-width: 767px) {
  .campaign__quo {
    position: static;
    width: 32rem;
    margin-top: 2.5rem;
  }
}
.campaign__yen {
  position: absolute;
  height: auto;
  width: 65.4rem;
}
.campaign__yen--1 {
  left: 44.98rem;
  top: 20.17rem;
}
.campaign__yen--2 {
  left: 42.6rem;
  top: 126.57rem;
  width: 67.8rem;
}
@media (max-width: 767px) {
  .campaign__yen {
    position: static;
    width: 100%;
    margin-top: 1rem;
  }
}
.campaign__card {
  position: absolute;
  height: auto;
}
.campaign__card--600 {
  left: -6.54rem;
  top: 44.2rem;
  width: 46.14rem;
}
.campaign__card--900 {
  left: 39.43rem;
  top: 43.63rem;
  width: 30.53rem;
}
.campaign__card--solar {
  left: 80.36rem;
  top: 39.18rem;
  width: 28.21rem;
}
.campaign__card--1800 {
  left: 36.44rem;
  top: 146.16rem;
  width: 36.72rem;
}
@media (max-width: 767px) {
  .campaign__card {
    position: static;
    margin-top: 2rem;
  }
  .campaign__card--600 {
    width: 70%;
  }
  .campaign__card--900 {
    width: 48%;
  }
  .campaign__card--solar {
    width: 44%;
  }
  .campaign__card--1800 {
    width: 56%;
  }
}
.campaign__zan {
  position: absolute;
  display: flex;
  flex-direction: column;
}
.campaign__zan--1 {
  left: 38rem;
  top: 87.77rem;
}
.campaign__zan--2 {
  left: 73.2rem;
  top: 163.52rem;
}
@media (max-width: 767px) {
  .campaign__zan {
    position: static;
    margin-top: 3rem;
    align-items: center;
  }
}
.campaign__zan-label {
  width: 33rem;
  text-align: center;
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.2;
  color: #3E3A39;
}
@media (max-width: 767px) {
  .campaign__zan-label {
    width: auto;
    font-size: 2rem;
  }
}
.campaign__zan-num {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .campaign__zan-num {
    margin-top: 0.8rem;
  }
}
.campaign__zan-d {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.5rem;
  height: 15rem;
  background: #FD5000;
  color: #FFFFFF;
  font-family: "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "Yu Gothic", sans-serif;
  font-size: 12.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .campaign__zan-d {
    font-size: 8.4rem;
  }
}
.campaign__zan-d + .campaign__zan-d {
  margin-left: 0.3rem;
}
.campaign__zan-d::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0.3rem;
  margin-top: -0.15rem;
  background: #FFFFFF;
  z-index: 2;
}
@media (max-width: 767px) {
  .campaign__zan-d {
    width: 7rem;
    height: 10rem;
  }
  .campaign__zan-d::after {
    height: 0.2rem;
    margin-top: -0.1rem;
  }
}
.campaign__zan-hon {
  font-size: 3.6rem;
  font-weight: 600;
  color: #3E3A39;
  line-height: 1;
  margin-left: 0.8rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .campaign__zan-hon {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}

.chance {
  background: linear-gradient(90deg, #B3D2EB 0%, #FFFFFF 31%, #FFFFFF 69%, #B3D2EB 100%);
  padding-bottom: 7.6rem;
}
.chance__inner {
  position: relative;
  width: 110rem;
  max-width: 100%;
  height: 137.2rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .chance__inner {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 5%;
  }
}
.chance__title {
  position: absolute;
  left: 0;
  top: 0;
  width: 109.86rem;
  height: auto;
}
@media (max-width: 767px) {
  .chance__title {
    position: static;
    width: 100%;
  }
}
.chance__photo {
  position: absolute;
  left: 25.86rem;
  top: 31.22rem;
  width: 109.35rem;
  height: auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .chance__photo {
    position: static;
    width: 100%;
    margin-top: 1rem;
  }
}
.chance__lot {
  position: absolute;
  left: 0.34rem;
  top: 38.6rem;
  width: 30.55rem;
  height: auto;
  z-index: 2;
}
@media (max-width: 767px) {
  .chance__lot {
    position: static;
    width: 20rem;
    margin-top: 2rem;
  }
}
.chance__pname {
  position: absolute;
  left: 0.76rem;
  top: 77.8rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  z-index: 2;
}
@media (max-width: 767px) {
  .chance__pname {
    position: static;
    font-size: 2rem;
    margin-top: 2rem;
    text-align: center;
  }
}
.chance__pcode {
  position: absolute;
  left: 1.1rem;
  top: 94.6rem;
  font-size: 3.4rem;
  font-weight: 600;
  color: #4C4948;
  line-height: 1;
  z-index: 2;
}
@media (max-width: 767px) {
  .chance__pcode {
    position: static;
    font-size: 1.7rem;
    margin-top: 0.8rem;
    text-align: center;
  }
}
.chance__color-note {
  position: absolute;
  left: 53.2rem;
  top: 97.1rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  z-index: 2;
}
@media (max-width: 767px) {
  .chance__color-note {
    position: static;
    font-size: 1.4rem;
    margin-top: 0.6rem;
  }
}
.chance__cap {
  position: absolute;
  left: 63.3rem;
  top: 104.95rem;
  width: 25.8rem;
  height: auto;
  z-index: 4;
}
@media (max-width: 767px) {
  .chance__cap {
    display: none;
  }
}
.chance__band {
  position: absolute;
  left: 0;
  top: 106.55rem;
  width: 100%;
  height: 5.46rem;
  background: #FD5000;
  color: #FFFFFF;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 4.6rem;
  white-space: nowrap;
  z-index: 3;
}
@media (max-width: 767px) {
  .chance__band {
    position: static;
    width: 100%;
    height: auto;
    white-space: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0.8rem 4%;
    margin-top: 2.4rem;
  }
}
.chance__note {
  position: absolute;
  right: 0;
  top: 113.6rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02em;
  z-index: 2;
}
@media (max-width: 767px) {
  .chance__note {
    position: static;
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
.chance__caution {
  position: absolute;
  left: 0;
  top: 121.3rem;
  width: 109.8rem;
  height: 15.9rem;
  background: #FD5000;
  border-radius: 2.4rem;
  box-shadow: 0.3rem 0.6rem 1rem rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  .chance__caution {
    position: static;
    width: 100%;
    height: auto;
    font-size: 1.7rem;
    border-radius: 1.6rem;
    padding: 1.8rem 4%;
    margin-top: 3rem;
  }
}

.qa {
  background: linear-gradient(90deg, #B3D2EB 0%, #FFFFFF 21%, #FFFFFF 79%, #B3D2EB 100%);
  padding: 12.2rem 0 0;
}
@media (max-width: 767px) {
  .qa {
    padding-top: 6.1rem;
  }
}
.qa::after {
  content: "";
  display: block;
  margin-top: 9.4rem;
  height: 4.4rem;
  background: repeating-linear-gradient(119.4deg, #FFFFFF 0 1.7rem, #FD5000 1.7rem 3.6rem);
  background-position: -0.5rem 0;
}
@media (max-width: 767px) {
  .qa::after {
    margin-top: 4.8rem;
    height: 2.4rem;
    background: repeating-linear-gradient(119.4deg, #FFFFFF 0 0.9rem, #FD5000 0.9rem 1.9rem);
  }
}
.qa__inner {
  width: 110rem;
  max-width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .qa__inner {
    width: auto;
    padding: 0 5%;
  }
}
.qa__head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41.2rem;
  height: 8.5rem;
  border-radius: 4.4rem;
  background: #FD5000;
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 767px) {
  .qa__head {
    width: 22rem;
    height: 4.8rem;
    border-radius: 2.4rem;
    font-size: 1.9rem;
  }
}
.qa__list {
  width: 100%;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .qa__list {
    margin-top: 3.6rem;
  }
}
.qa__item {
  background: #F7F8F8;
  border: 0.3rem solid #FD5000;
}
@media (max-width: 767px) {
  .qa__item {
    border-width: 0.2rem;
  }
}
.qa__q {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 1.8rem 3rem 2.2rem 2.66rem;
  background: #FD5000;
  border: none;
  text-align: left;
  cursor: default;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "Yu Gothic", sans-serif;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .qa__q {
    padding: 1.4rem 1.6rem 1.6rem;
  }
}
.qa__mark {
  font-weight: 700;
  line-height: 1.3;
}
.qa__mark--q {
  color: #FFFFFF;
  font-size: 3.2rem;
  margin: 1.75rem 2rem 0 0;
}
.qa__mark--a {
  position: absolute;
  left: -5.4rem;
  top: -0.3rem;
  color: #3E3A39;
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .qa__mark--q {
    font-size: 2.2rem;
    margin: 1rem 1rem 0 0;
  }
  .qa__mark--a {
    font-size: 2.2rem;
    position: static;
    margin-right: 0.8rem;
  }
}
.qa__qtext {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.355;
}
@media (max-width: 767px) {
  .qa__qtext {
    font-size: 1.7rem;
    line-height: 1.5;
  }
}
.qa__a-inner {
  padding: 2.9rem 2.2rem 3.6rem 8.17rem;
  color: #3E3A39;
}
@media (max-width: 767px) {
  .qa__a-inner {
    padding: 2rem 1.6rem 2.4rem;
  }
}
.qa__lead {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
}
@media (max-width: 767px) {
  .qa__lead {
    font-size: 1.7rem;
  }
}
.qa__ex {
  font-size: 1.9rem;
  line-height: 1.7;
  margin-top: 1.6rem;
}
.qa__ex + .qa__ex {
  margin-top: 1.9rem;
}
@media (max-width: 767px) {
  .qa__ex {
    font-size: 1.4rem;
  }
}
.qa__note {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.6;
  color: #FD5000;
  margin-top: 2.2rem;
}
@media (max-width: 767px) {
  .qa__note {
    font-size: 1.4rem;
  }
}

.cta {
  background: #FD5000;
  padding: 3.9rem 0 3.9rem;
}
@media (max-width: 767px) {
  .cta {
    padding: 2rem 0;
  }
}
.cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta__btn {
  display: block;
  width: 67.3rem;
  max-width: 92%;
}
.cta__btn img {
  width: 100%;
  height: auto;
}
.cta__btn--dl {
  width: 51.4rem;
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .cta__btn {
    width: 90%;
  }
  .cta__btn--dl {
    width: 78%;
  }
}

.footer {
  position: relative;
  background: #FFFFFF;
  padding: 3.2rem 0;
}
.footer__inner {
  position: relative;
  width: 192rem;
  max-width: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7rem;
}
@media (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.footer__logo {
  position: absolute;
  left: 11.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 24.2rem;
  height: auto;
}
@media (max-width: 767px) {
  .footer__logo {
    position: static;
    transform: none;
    width: 16rem;
  }
}
.footer__logo {
  position: absolute;
  left: 11.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 24.2rem;
  height: auto;
}
@media (max-width: 767px) {
  .footer__logo {
    position: static;
    transform: none;
    width: 16rem;
    margin-bottom: 1.6rem;
  }
}
.footer__copy {
  font-size: 3.1rem;
  color: #3E3A39;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .footer__copy {
    font-size: 1.8rem;
  }
}

.shop {
  background: #FD5000;
}
.shop::before {
  content: "";
  display: block;
  height: 4.4rem;
  background: repeating-linear-gradient(119.4deg, #FFFFFF 0 1.7rem, #FD5000 1.7rem 3.6rem);
  background-position: -0.5rem 0;
}
@media (max-width: 767px) {
  .shop::before {
    height: 2.4rem;
    background: repeating-linear-gradient(119.4deg, #FFFFFF 0 0.9rem, #FD5000 0.9rem 1.9rem);
  }
}
.shop::after {
  content: "";
  display: block;
  height: 4.4rem;
  background: repeating-linear-gradient(119.4deg, #FFFFFF 0 1.7rem, #FD5000 1.7rem 3.6rem);
  background-position: -0.5rem 0;
}
@media (max-width: 767px) {
  .shop::after {
    height: 2.4rem;
    background: repeating-linear-gradient(119.4deg, #FFFFFF 0 0.9rem, #FD5000 0.9rem 1.9rem);
  }
}
.shop__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 110rem;
  max-width: 100%;
  margin-inline: auto;
  padding: 10rem 0 7.5rem;
}
@media (max-width: 767px) {
  .shop__inner {
    width: 100%;
    padding: 5.6rem 2rem 4.8rem;
  }
}
.shop__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41.4rem;
  max-width: 100%;
  padding: 2.4rem 0 3.05rem;
  border: 0.35rem solid #FFFFFF;
  border-radius: 4.4rem;
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .shop__title {
    width: 24rem;
    padding: 1.6rem 0;
    border-radius: 2.6rem;
    font-size: 1.9rem;
  }
}
.shop__lead {
  margin-top: 6.3rem;
  padding-left: 2.2rem;
  color: #FFFFFF;
  font-size: 4.39rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .shop__lead {
    margin-top: 3.2rem;
    padding-left: 0;
    font-size: 2.1rem;
    line-height: 1.5;
  }
}
.shop__lead-note {
  margin-top: 2.3rem;
  color: #FFFFFF;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .shop__lead-note {
    margin-top: 1.4rem;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: left;
  }
}
.shop__list {
  width: 100%;
  margin-top: 9.8rem;
  list-style: none;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .shop__list {
    margin-top: 4rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.shop__list li + li {
  margin-top: 2.9rem;
}
@media (max-width: 767px) {
  .shop__list li + li {
    margin-top: 1.6rem;
  }
}
.shop__company {
  display: inline-block;
  white-space: nowrap;
}
.shop__note {
  margin-top: 10.1rem;
  list-style: none;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.125em;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .shop__note {
    width: 100%;
    margin-top: 4rem;
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
@media (max-width: 767px) {
  .shop__note li + li {
    margin-top: 0.6rem;
  }
}

.terms {
  background: #FD5000;
  padding: 8.8rem 0 2rem;
}
.terms__title {
  width: 41.6rem;
  margin: 0 auto 8.8rem;
}
.terms__title img {
  width: 100%;
}
.terms__box {
  width: 110rem;
  max-width: calc(100% - 4rem);
  margin-inline: auto;
  background: #FFFFFF;
  border-radius: 5rem;
  padding: 5.2rem 3.8rem 3.4rem;
  color: #3E3A39;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0;
  text-align: left;
}
.terms__block--gap {
  margin-top: 2.8rem;
}
.terms__head {
  margin: 0;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  font-feature-settings: "halt";
}
.terms__text {
  margin: 0;
}
.terms__text--gap {
  margin-top: 2.8rem;
}
.terms__company {
  display: inline-block;
  white-space: nowrap;
}
.terms__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.terms__list--notes {
  font-feature-settings: "halt";
}
.terms__link {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  .terms {
    padding: 5rem 0 4rem;
  }
  .terms__title {
    width: 28rem;
    margin-bottom: 4rem;
  }
  .terms__box {
    width: calc(100% - 4rem);
    border-radius: 2.4rem;
    padding: 3rem 2rem 3.2rem;
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
  .terms__block--gap, .terms__text--gap {
    margin-top: 2.2rem;
  }
}

.flow-web {
  background: linear-gradient(90deg, #B3D2EB 0%, #FFFFFF 21%, #FFFFFF 79%, #B3D2EB 100%);
  padding: 13.9rem 0 5rem;
}
@media (max-width: 767px) {
  .flow-web {
    padding: 4.8rem 0 4rem;
  }
}
.flow-web__inner {
  width: 110.6rem;
  max-width: 100%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .flow-web__inner {
    width: 100%;
    padding-inline: 2rem;
  }
}
.flow-web__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41.4rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.9rem 0 2.1rem;
  border-radius: 4.4rem;
  background: #FD5000;
  color: #FFFFFF;
  font-size: 3.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .flow-web__heading {
    width: 22rem;
    padding: 1.4rem 0;
    border-radius: 2.6rem;
    font-size: 2.2rem;
  }
}
.flow-web__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 11.7rem 0 8.9rem;
}
@media (max-width: 767px) {
  .flow-web__tab {
    margin: 3.6rem 0 3.6rem;
    transform: translateX(-1.9rem);
  }
}
.flow-web__tab-check {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: url(images/flow-check.png) center/contain no-repeat;
  margin-right: 1.4rem;
}
@media (max-width: 767px) {
  .flow-web__tab-check {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 1rem;
  }
}
.flow-web__tab-text {
  position: relative;
  font-size: 3.86rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.4;
  color: #000000;
}
@media (max-width: 767px) {
  .flow-web__tab-text {
    font-size: 2.4rem;
  }
}
.flow-web__tab-burst {
  position: absolute;
  left: 5.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7rem;
  height: 10.9rem;
  background: url(images/flow-burst.png) center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 767px) {
  .flow-web__tab-burst {
    left: 2.8rem;
    width: 4.4rem;
    height: 6.85rem;
  }
}
.flow-web__tab-icon {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 2.4rem;
  width: 12.2rem;
  height: 7.7rem;
  background: url(images/flow-pc.png) center/contain no-repeat;
}
@media (max-width: 767px) {
  .flow-web__tab-icon {
    margin-left: 1.4rem;
    width: 6.6rem;
    height: 4.8rem;
  }
}
.flow-web__steps {
  list-style: none;
}
.flow-web__step {
  position: relative;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 0.6rem solid #FD5000;
  border-bottom: none;
  border-radius: 1.4rem 1.4rem 0 0;
  padding: 3rem 4rem 3.8rem 5.2rem;
}
@media (max-width: 767px) {
  .flow-web__step {
    flex-direction: column;
    border-width: 0.24rem;
    border-bottom: none;
    border-radius: 1.2rem 1.2rem 0 0;
    padding: 2.4rem 1rem 2.8rem;
  }
}
.flow-web__step + .flow-web__step {
  margin-top: 7.6rem;
}
@media (max-width: 767px) {
  .flow-web__step + .flow-web__step {
    margin-top: 2.4rem;
  }
}
.flow-web__step::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 110.65rem;
  bottom: -7.7rem;
  height: 8.7rem;
  background: url(images/flow-balloon-bottom.png) left top/100% 100% no-repeat;
  pointer-events: none;
}
@media (max-width: 767px) {
  .flow-web__step::before {
    left: 50%;
    top: auto;
    bottom: -2.36rem;
    width: calc(100% + 0.36rem);
    height: 2.66rem;
    margin-left: 0;
    border: 0;
    background: url(images/flow-balloon-bottom.png) left top/100% 100% no-repeat;
  }
}
.flow-web__step::after {
  content: "";
  display: none;
}
.flow-web__step--4 {
  padding-top: 4.2rem;
  padding-bottom: 3.2rem;
  border-bottom: 0.7rem solid #FD5000;
  border-radius: 1.6rem;
  box-shadow: 0 0.5rem 0.9rem rgba(0, 0, 0, 0.16);
}
.flow-web__step--4::before {
  display: none;
}
.flow-web__step--4::after {
  display: none;
}
@media (max-width: 767px) {
  .flow-web__step--4 {
    border: 0.24rem solid #FD5000;
    border-radius: 1.2rem;
  }
}
.flow-web__step--3 {
  padding-top: 4.2rem;
  padding-bottom: 2.6rem;
}
.flow-web__step--2 {
  flex-direction: column;
  align-items: stretch;
  padding: 3.4rem 4rem 5.8rem;
}
@media (max-width: 767px) {
  .flow-web__step--2 {
    padding: 2.4rem 1rem 2.8rem;
  }
}
.flow-web__step-head {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .flow-web__step-head {
    flex-direction: column;
  }
}
.flow-web__step-head .flow-web__num {
  margin-right: 4.4rem;
}
@media (max-width: 767px) {
  .flow-web__step-head .flow-web__num {
    margin: 0 0 1.4rem;
  }
}
.flow-web__num {
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 10.8rem;
  height: 10.8rem;
  border-radius: 50%;
  background: #FD5000;
  color: #FFFFFF;
  font-size: 6.8rem;
  font-weight: 300;
  line-height: 0.9;
  margin-right: 4.4rem;
}
@media (max-width: 767px) {
  .flow-web__num {
    width: 8rem;
    height: 8rem;
    font-size: 4.6rem;
    margin: 0 0 1.4rem;
  }
}
.flow-web__num-label {
  font-size: 2.61rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .flow-web__num-label {
    font-size: 1.7rem;
    margin-bottom: 0.1rem;
  }
}
.flow-web__title {
  font-size: 3.51rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .flow-web__title {
    font-size: 1.9rem;
    text-align: center;
  }
}
.flow-web__title--lg {
  font-size: 5.08rem;
  color: #000000;
}
@media (max-width: 767px) {
  .flow-web__title--lg {
    font-size: 2.6rem;
  }
}
.flow-web__title--md {
  font-size: 4.2rem;
  color: #000000;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .flow-web__title--md {
    font-size: 1.8rem;
    line-height: 1.45;
  }
}
.flow-web__note {
  color: #FD5000;
  font-size: 2.63rem;
  line-height: 1.5;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .flow-web__note {
    font-size: 1.3rem;
    margin-top: 0.6rem;
    text-align: center;
  }
}
.flow-web__note--dark {
  color: #3E3A39;
  margin-top: 0.8rem;
}
.flow-web__deadline-line {
  display: flex;
  align-items: center;
  margin-top: 1.4rem;
  font-size: 2.63rem;
  line-height: 1.4;
  color: #FD5000;
}
@media (max-width: 767px) {
  .flow-web__deadline-line {
    flex-direction: column;
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.flow-web__deadline-tag {
  color: #FD5000;
  font-weight: 500;
  margin-right: 0.6rem;
}
.flow-web__subhead {
  display: flex;
  align-items: center;
  margin-top: 2.9rem;
  padding-left: 2.2rem;
  position: relative;
  font-size: 3.33rem;
  font-weight: 500;
  line-height: 1.3;
  color: #3E3A39;
}
@media (max-width: 767px) {
  .flow-web__subhead {
    margin-top: 3rem;
    font-size: 1.8rem;
    padding-left: 1.6rem;
  }
}
.flow-web__subhead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1.2rem;
  height: calc(100% - 0.4rem);
  background: #FD5000;
}
@media (max-width: 767px) {
  .flow-web__subhead::before {
    width: 0.6rem;
  }
}
.flow-web__cap {
  font-size: 2rem;
  line-height: 1.5;
  color: #3E3A39;
}
@media (max-width: 767px) {
  .flow-web__cap {
    font-size: 1.3rem;
  }
}
.flow-web__cap--center {
  text-align: center;
  margin-top: 2.4rem;
}
.flow-web__cap--n5 {
  font-size: 2.59rem;
  font-weight: 600;
  color: #FD5000;
}
@media (max-width: 767px) {
  .flow-web__cap--n5 {
    font-size: 1.5rem;
  }
}
.flow-web__cap--n4 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #FD5000;
}
@media (max-width: 767px) {
  .flow-web__cap--n4 {
    font-size: 1.5rem;
  }
}
.flow-web__cap--doc {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .flow-web__cap--doc {
    font-size: 1.4rem;
  }
}
.flow-web__shot-img {
  display: block;
  width: 56.2rem;
  max-width: 100%;
  height: auto;
  margin: 1.6rem auto 0;
}
@media (max-width: 767px) {
  .flow-web__shot-img {
    width: 92%;
    margin-top: 2rem;
  }
}
.flow-web__note-row {
  display: flex;
  gap: 2.4rem;
  margin-top: 3rem;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .flow-web__note-row {
    flex-direction: column;
    gap: 2.4rem;
    margin-bottom: 0;
  }
}
.flow-web__minis {
  flex: none;
  width: 41.75rem;
  max-width: 100%;
  margin-left: 2.58rem;
}
@media (max-width: 767px) {
  .flow-web__minis {
    width: 100%;
    margin-left: 0;
  }
}
.flow-web__minis-img {
  display: block;
  width: 100%;
  height: auto;
}
.flow-web__minis-caps {
  display: flex;
  gap: 5.5rem;
  margin-top: 1.35rem;
}
@media (max-width: 767px) {
  .flow-web__minis-caps {
    gap: 2.4rem;
  }
}
.flow-web__minis-cap {
  position: relative;
  padding-left: 1.9rem;
  font-size: 1.03rem;
  line-height: 1.45;
  color: #231815;
}
.flow-web__minis-cap:first-child {
  width: 17.9rem;
}
.flow-web__minis-cap:last-child {
  flex: 1;
}
@media (max-width: 767px) {
  .flow-web__minis-cap {
    font-size: 1.1rem;
    padding-left: 1.4rem;
  }
  .flow-web__minis-cap:first-child {
    width: auto;
    flex: 1;
  }
}
.flow-web__minis-cap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.14rem;
  height: 5.83rem;
  background: #FD5000;
}
@media (max-width: 767px) {
  .flow-web__minis-cap::before {
    width: 0.6rem;
  }
}
.flow-web__caution {
  flex: 1;
}
.flow-web__caution-head {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  font-size: 2.3rem;
  font-weight: 500;
  color: #3E3A39;
}
@media (max-width: 767px) {
  .flow-web__caution-head {
    font-size: 1.5rem;
  }
}
.flow-web__caution-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1rem;
  height: calc(100% - 0.4rem);
  background: #FD5000;
}
.flow-web__caution-body {
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #3E3A39;
}
@media (max-width: 767px) {
  .flow-web__caution-body {
    font-size: 1.1rem;
  }
}
.flow-web__ec-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1.9rem;
  width: 96.6rem;
  max-width: 100%;
  margin: 4.2rem auto 0;
}
@media (max-width: 767px) {
  .flow-web__ec-row {
    margin-top: 1.6rem;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    width: 100%;
  }
}
.flow-web__ec-doc {
  height: auto;
}
.flow-web__ec-doc--1 {
  width: 46.5rem;
}
.flow-web__ec-doc--2 {
  width: 48.1rem;
}
@media (max-width: 767px) {
  .flow-web__ec-doc--1, .flow-web__ec-doc--2 {
    width: 92%;
  }
}

.flow-postcard {
  background: linear-gradient(90deg, #B3D2EB 0%, #FFFFFF 21%, #FFFFFF 79%, #B3D2EB 100%);
  padding: 5.4rem 0 0;
}
@media (max-width: 767px) {
  .flow-postcard {
    padding: 4rem 0 0;
  }
}
.flow-postcard__inner {
  width: 110.6rem;
  max-width: 100%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .flow-postcard__inner {
    width: 100%;
    padding-inline: 2rem;
  }
}
.flow-postcard__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 9.4rem;
}
@media (max-width: 767px) {
  .flow-postcard__tab {
    margin-bottom: 5rem;
    transform: translateX(-1.9rem);
  }
}
.flow-postcard__tab-check {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: url(images/flow-check.png) center/contain no-repeat;
  margin-right: 1.4rem;
}
@media (max-width: 767px) {
  .flow-postcard__tab-check {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 1rem;
  }
}
.flow-postcard__tab-text {
  position: relative;
  font-size: 3.51rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.4;
  color: #000000;
}
@media (max-width: 767px) {
  .flow-postcard__tab-text {
    font-size: 2.2rem;
  }
}
.flow-postcard__tab-burst {
  position: absolute;
  left: 6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7rem;
  height: 10.9rem;
  background: url(images/flow-burst.png) center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 767px) {
  .flow-postcard__tab-burst {
    left: 3.6rem;
    width: 4.4rem;
    height: 6.85rem;
  }
}
.flow-postcard__tab-cards {
  position: absolute;
  left: calc(50% + 19rem);
  top: 50%;
  transform: translateY(-50%);
  width: 9.6rem;
  height: 9.6rem;
  background: url(images/flow-cards.png) center/contain no-repeat;
}
@media (max-width: 767px) {
  .flow-postcard__tab-cards {
    left: calc(50% + 10.5rem);
    width: 6.6rem;
    height: 6.6rem;
  }
}
.flow-postcard__steps {
  list-style: none;
}
.flow-postcard__step {
  position: relative;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 0.6rem solid #FD5000;
  border-bottom: none;
  border-radius: 1.4rem 1.4rem 0 0;
  padding: 3rem 2rem 3.8rem 5.2rem;
}
@media (max-width: 767px) {
  .flow-postcard__step {
    flex-direction: column;
    border-width: 0.24rem;
    border-bottom: none;
    border-radius: 1.2rem 1.2rem 0 0;
    padding: 2.4rem 1rem 2.8rem;
  }
}
.flow-postcard__step::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 110.65rem;
  bottom: -7.7rem;
  height: 8.7rem;
  background: url(images/flow-balloon-bottom.png) left top/100% 100% no-repeat;
  pointer-events: none;
}
@media (max-width: 767px) {
  .flow-postcard__step::before {
    left: 50%;
    top: auto;
    bottom: -2.36rem;
    width: calc(100% + 0.36rem);
    height: 2.66rem;
    margin-left: 0;
    border: 0;
    background: url(images/flow-balloon-bottom.png) left top/100% 100% no-repeat;
  }
}
.flow-postcard__step::after {
  content: "";
  display: none;
}
.flow-postcard__step--2 {
  display: grid;
  grid-template-columns: 12.6rem 1fr;
  column-gap: 8.8rem;
  align-items: start;
  padding: 3.6rem 2rem 7rem 3.4rem;
  margin-top: 7.6rem;
}
@media (max-width: 767px) {
  .flow-postcard__step--2 {
    display: flex;
    column-gap: 0;
    padding: 2.4rem 1rem 2.8rem;
    margin-top: 2.4rem;
  }
}
.flow-postcard__step--2 .flow-postcard__num {
  margin: 0.8rem 0 0 1.8rem;
}
@media (max-width: 767px) {
  .flow-postcard__step--2 .flow-postcard__num {
    margin: 0 0 1.4rem;
  }
}
.flow-postcard__step--3 {
  padding-top: 2.8rem;
  padding-bottom: 4.6rem;
  margin-top: 6.2rem;
  border-bottom: 0.7rem solid #FD5000;
  border-radius: 1.6rem;
  box-shadow: 0 0.5rem 0.9rem rgba(0, 0, 0, 0.16);
}
.flow-postcard__step--3::before {
  display: none;
}
.flow-postcard__step--3::after {
  display: none;
}
@media (max-width: 767px) {
  .flow-postcard__step--3 {
    margin-top: 2.4rem;
    border: 0.24rem solid #FD5000;
    border-radius: 1.2rem;
  }
}
.flow-postcard__num {
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 10.8rem;
  height: 10.8rem;
  border-radius: 50%;
  background: #FD5000;
  color: #FFFFFF;
  font-size: 6.8rem;
  font-weight: 300;
  line-height: 0.9;
  margin-right: 8.8rem;
}
@media (max-width: 767px) {
  .flow-postcard__num {
    width: 8rem;
    height: 8rem;
    font-size: 4.6rem;
    margin: 0 0 1.4rem;
  }
}
.flow-postcard__num-label {
  font-size: 2.61rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .flow-postcard__num-label {
    font-size: 1.7rem;
    margin-bottom: 0.1rem;
  }
}
.flow-postcard__title {
  font-size: 3.51rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .flow-postcard__title {
    font-size: 1.9rem;
    text-align: center;
  }
}
.flow-postcard__title--lg {
  font-size: 5.08rem;
  color: #000000;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .flow-postcard__title--lg {
    font-size: 2.6rem;
  }
}
.flow-postcard__title--md {
  font-size: 4.2rem;
  color: #000000;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .flow-postcard__title--md {
    font-size: 1.8rem;
    line-height: 1.45;
  }
}
.flow-postcard__note {
  color: #FD5000;
  font-size: 2.63rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .flow-postcard__note {
    font-size: 1.3rem;
    margin-top: 0.6rem;
  }
}
.flow-postcard__note--dark {
  color: #3E3A39;
  margin-top: 0.8rem;
}
.flow-postcard__text {
  font-size: 2.63rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.42;
  margin-top: 2.6rem;
}
@media (max-width: 767px) {
  .flow-postcard__text {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-top: 1.2rem;
  }
  .flow-postcard__text br {
    display: none;
  }
}
.flow-postcard__dest {
  grid-column: 1/-1;
  display: flex;
  align-items: flex-start;
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .flow-postcard__dest {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 1.8rem;
  }
}
.flow-postcard__dest-label {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.8rem;
  height: 16.8rem;
  border: 0.3rem solid #FD5000;
  border-radius: 50%;
  background: #FFFFFF;
  color: #FD5000;
  font-size: 3.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.18;
  text-align: center;
}
@media (max-width: 767px) {
  .flow-postcard__dest-label {
    width: 8rem;
    height: 8rem;
    border-width: 0.2rem;
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
}
.flow-postcard__dest-body {
  margin: 1.2rem 0 0 4.4rem;
}
@media (max-width: 767px) {
  .flow-postcard__dest-body {
    margin: 0;
  }
}
.flow-postcard__address {
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 1.42;
}
@media (max-width: 767px) {
  .flow-postcard__address {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.flow-postcard__deadline {
  display: inline-flex;
  align-items: center;
  background: #FD5000;
  border-radius: 1rem;
  color: #FFFFFF;
  font-size: 2.72rem;
  letter-spacing: 0;
  line-height: 1;
  padding: 0.6rem 0.8rem;
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .flow-postcard__deadline {
    font-size: 1.5rem;
    border-radius: 0.6rem;
    padding: 0.6rem 1.2rem 0.6rem 0.8rem;
    margin-top: 1rem;
  }
}
.flow-postcard__deadline-label {
  border: 1px solid #FFFFFF;
  border-radius: 0.5rem;
  font-size: 1.23rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.4rem 0.6rem;
  margin-right: 1.6rem;
}
@media (max-width: 767px) {
  .flow-postcard__deadline-label {
    font-size: 0.9rem;
    padding: 0.35rem 0.5rem;
    margin-right: 0.8rem;
  }
}
