<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&amp;display=swap');


.sp {
  display: none;
}

img {
  object-fit: contain;
}

.stamp-card_body {
  font-size: 1.6rem;
}

.wrapper {
  padding: 80px 60px;
  max-width: 1160px;
  margin: 0 auto;
}

.text-link{
  text-decoration: underline;
}

.fv_wrapper {
  padding: 116px 60px;
  background: url(../images/stamp_card/fv.jpg) center / cover no-repeat;
}


.fv_container {
  max-width: 1040px;
  margin: 0 auto;
}

.fv-copy {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
  font-size: 5.6rem;
  letter-spacing: 0.24em;
}

.about {
  background: #F5F8FC;
}

.about-wrapper {
  max-width: 1040px;
}

.section-title_container {
  text-align: center;
  margin-bottom: 60px;
}

.about-title_img {
  width: 80px;
  margin-bottom: 16px;
}

.about-title_text-box p {
  color: #5983B8;
  font-weight: 600;
}

.about-title_subtext {
  font-size: 2.0rem;
}

.about-title_text {
  font-size: 3.2rem;
}

.about-title_underline {
  background: #5983B8;
  height: 1px;
  width: 290px;
  margin: 4px auto 8px;
}

.about_container {
  display: flex;
  justify-content: space-between;
}

.about_img {
  width: 33%;
}

.about-desc_container {
  background: #fff;
  padding: 60px;
  width: 50%;
}

.list-icon_img {
  width: 20px;
  padding-right: 2px;
  padding-top: 2px;
}

.about-desc_title {
  color: #5983B8;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 600;
  padding-bottom: 36px;
}

.about-desc_list li {
  display: flex;
  align-items: flex-start;
}

.about-desc_list li:not(:last-child) {
  margin-bottom: 10px;
}

.about-desc_block {
  background: linear-gradient(90deg, #6997D8 0%, #7CB2D5 100%);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 10px;
  padding: 12px 24px;
  margin-top: 40px;
}

.about-desc_block-info {
  font-size: 1.3rem;
  padding-top: 2px;
  line-height: 1.5;
}

.title_img {
  width: 150px;
  margin-bottom: 16px;
}

.section-title_text {
  color: #5983B8;
  font-weight: 600;
  font-size: 2.8rem;
}

.gift-lineup_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
  /* アイテム間の間隔 */
}

.gift-lineup_card {
  flex: 0 0 calc(33.33% - 32px);
  /* 幅を計算して設定 */
  background: #F5F8FC;
  border-radius: 10px;
  padding: 2.2%;
  box-sizing: border-box;
  /* パディングを幅に含める */
  text-align: center;
}

.gift-number p {
  font-family: "Jost", sans-serif;
  color: #5983B8;
  font-weight: 600;
}

.gift-number_title {
  font-size: 1.0rem;
  letter-spacing: 0.08em;
}

.gift-number_order {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}

.gift-point {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #fff;
  background: linear-gradient(90deg, #6997D8 0%, #7CB2D5 100%);
  padding: 3px 16px;
  border-radius: 50px;
  margin-top: 32px;
}

.gift-point span {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 1.0rem;
  color: #fff
}

.gift-title {
  padding: 8px 0;
  font-size: 1.8rem;
  font-weight: 600;
}

.flow {
  background: #F5F8FC;
}

.flow-wrapper {
  max-width: 1040px;
}

.flow_container {
  max-width: 1040px;
  margin: 0 auto;
}

.flow-step_container {
  background: #fff;
  padding: 60px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: center;
}

.flow-step_text-container{
  width: 100%;
}

.flow-step_text-container&gt;p:not(:last-child),
.flow-step_text-container&gt;div:not(:last-child) {
  margin-bottom: 16px;
}


.step_img {
  width: 200px;
}

.arrow_img {
  width: 60px;
  margin: 24px auto;
  display: block;
}

.flow-step_number {
  display: inline-block;
  height: 40px;
  font-family: "Jost", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #fff;
  background: linear-gradient(90deg, #6997D8 0%, #7CB2D5 100%);
  padding: 6px 24px;
  border-radius: 50px;
}

.flow-step_number span {
  display: inline-block;
  padding-right: 4px;
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  height: 40px;
  vertical-align: middle;
  line-height: 2.2;
}

.flow-step_title {
  font-size: 2.2rem;
  font-weight: 600;
}

.flow-step_note {
  padding-top: 8px;
}

.flow-step_detail-box {
  border: 1px solid #D2E7FF;
  padding: 15px;
}

.flow-step_detail-box_title {
  display: flex;
  padding-bottom: 8px;
}

.arrow-right_img {
  width: 14px;
}

.flow-step_detail-box_title-text {
  color: #3A6BAF;
  font-weight: 600;
  padding-left: 4px;
}

.flow-step_detail_list{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.flow-step_detail_list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.flow_container&gt; :last-child {
  margin-top: 120px;
}

.flow-step_info-title {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 600;
  color: #5983B8;
  border-bottom: 1px solid #5983B8;
  margin-bottom: 16px;
}


@media screen and (max-width: 960px) {

  .wrapper{
    padding: 60px 40px;
  }

  .fv-copy {
    font-size: 3.6rem;
  }

  .about-desc_container{
    padding: 36px;
  }

  .about-desc_title{
    font-size: 2.0rem;
  }

  .gift-lineup_list{
    gap: 22px;
  }

  .gift-lineup_card {
    flex: 0 0 calc(33.33% -  16px);
    border-radius: 6px;
  }

  .gift-title{
    font-size: 1.6rem;
  }

  .flow-step_container{
    padding: 36px;
  }

}

@media screen and (max-width: 767px) {

  .stamp-card_body {
    font-size: 1.4rem;
  }

  .sp {
    display: block;
  }

  .wrapper {
    padding: 40px 15px;
  }

  .fv-copy {
    font-size: 2.8rem;
  }

  .section-title_container {
    margin-bottom: 40px;
  }

  .about-title_img {
    width: 60px;
  }

  .about-title_subtext {
    font-size: 1.8rem;
  }

  .about-title_text {
    font-size: 2.4rem;
  }

  .about-title_underline {
    width: 253px;
  }

  .about_container {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .about_img {
    width: 58%;
  }

  .about-desc_container {
    padding: 24px 15px;
    width: 92%;
  }

  .about-desc_title {
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 27px;
  }

  .about-list_text {
    font-size: 1.4rem;
  }

  .list-icon_img {
    width: 16px;
  }

  .about-desc_block {
    margin-top: 24px;
    font-size: 1.4rem;
    text-align: center;
    padding: 6px 15px;
  }

  .about-desc_block-info {
    font-size: 1.1rem;
  }

  .title_img {
    width: 100px;
    margin-bottom: 8px;
  }

  .section-title_text {
    font-size: 2.0rem;
  }

  .gift-lineup_card {
    flex: 0 0 calc(50% - 8px);
    border-radius: 3px;
    padding: 10px;
  }

  .gift-lineup_list {
    gap: 16px;
  }

  .gift-number_order {
    font-size: 1.6rem;
  }

  .gift-point {
    margin-top: 16px;
    font-size: 1.4rem;
  }

  .gift-point span {
    font-size: 0.9rem;
  }

  .gift-title {
    font-size: 1.2rem;
  }

  .flow-step_container {
    padding: 24px 15px;
  }

  .flow-step_container {
    flex-direction: column-reverse;
    gap: 24px;
  }

  .step_img {
    width: 140px;
  }

  .flow-step_number {
    font-size: 2.4rem;
    height: 36px;
  }

  .flow-step_number span {
    font-size: 1.4rem;
    height: 36px;
    line-height: 2.4;
  }

  .flow-step_text-container&gt;p:not(:last-child),
.flow-step_text-container&gt;div:not(:last-child) {
  margin-bottom: 10px;
}

.flow-step_title{
  font-size: 1.8rem;
}

.arrow-right_img{
  width: 10px;
}

.flow-step_detail-box{
  padding: 10px;
}

.flow-step_detail_list{
  gap: 10px;
}

}

@media screen and (max-width: 428px) {

  .fv_wrapper {
    padding: 87px 15px;
    background: url(../images/stamp_card/fv_sp.jpg) center / cover no-repeat;
  }

}

@media screen and (max-width: 350px) {

  .fv-copy {
    font-size: 2.4rem;
  }


}</pre></body></html>