@charset "UTF-8";
/* ======================
- テンプレート設定の上書き
- モジュール関連
    - フェードイン
    - 注意事項
    - ボタン
    - ステップリスト
- メインビジュアル
- セクション設定
========================= */
/* テンプレート設定の上書 */
.main {
  width: 100%;
  font-size: pxToVw(16px);
  color: #434671;
  font-feature-settings: "palt";
}

a {
  cursor: pointer;
}

.footer {
  margin-top: 0;
}

/* ======================
mixiin
========================= */
/* ======================
【モジュール】フェードイン
========================= */
._noWrap {
  white-space: nowrap;
}

.fadein {
  /* 単一 */
  /* 複数項目 - 時間差 */
}

.fadein.-single {
  opacity: 0;
  transform: translateY(20px);
  /* アクティブ時 */
}

.fadein.-single.is-active {
  animation: fadeIn 1s ease-in-out 0.25s 1 forwards;
}

.fadein.-multi {
  transform: translateY(0);
  /* 【個別設定】ステップリスト用フェードイン調整 */
  /* アクティブ時 */
}

.fadein.-multi .stepList_expBoxTtl, .fadein.-multi .stepList_expBoxTxt, .fadein.-multi .stepList_noteList, .fadein.-multi .stepList_btnBox, .fadein.-multi .stepList_figure {
  opacity: 0;
  transform: translateY(20px);
}

.fadein.-multi.is-active {
  /* 【個別設定】ステップリスト用フェードイン調整 */
}

.fadein.-multi.is-active .stepList_expBoxTtl {
  -webkit-animation: fadeIn 0.3s ease-in-out 0.25s 1 forwards;
  animation: fadeIn 0.3s ease-in-out 0.25s 1 forwards;
}

.fadein.-multi.is-active .stepList_expBoxTxt {
  -webkit-animation: fadeIn 0.3s ease-in-out 0.45s 1 forwards;
  animation: fadeIn 0.3s ease-in-out 0.45s 1 forwards;
}

.fadein.-multi.is-active .stepList_noteList {
  -webkit-animation: fadeIn 0.3s ease-in-out 0.55s 1 forwards;
  animation: fadeIn 0.3s ease-in-out 0.55s 1 forwards;
}

.fadein.-multi.is-active .stepList_btnBox {
  -webkit-animation: fadeIn 0.3s ease-in-out 0.65s 1 forwards;
  animation: fadeIn 0.3s ease-in-out 0.65s 1 forwards;
}

.fadein.-multi.is-active .stepList_figure {
  webkit-animation: fadeIn 0.3s ease 0.8s 1 forwards;
  animation: fadeIn 0.3s ease 0.8s 1 forwards;
}

/* アニメーションの設定 */
@keyframes fadeIn {
  /*animetion-nameで設定した値を書く*/
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1;
    transform: translateY(0);
  }
  /*アニメーション終了時は不透明度100%*/
}

/* ======================
【モジュール】注意事項
========================= */
.noteList {
  font-size: 3.2vw;
  line-height: 1.67;
  /* 補足説明 */
  /* ※アイコンの調整 */
  /* 折返しテキストの位置調整 */
}

.noteList.-sup {
  margin-top: 3.2vw;
}

.noteList_icon {
  font-style: normal;
  display: inline-block;
  margin-right: 4px;
  white-space: nowrap;
}

.noteList_txt {
  padding-left: 1.25em;
  text-indent: -0.65em;
  /* 【個別調整】番号アイコン時の位置調整 */
}

.noteList_txt.-num {
  padding-left: 2em;
  text-indent: -1.05em;
}

/* ======================
【モジュール】ボタン
========================= */
.btnBox {
  display: block;
  background: #434671;
  border: 3px solid #434671;
  border-radius: 7.2vw;
  box-sizing: border-box;
  height: 14.4vw;
  transition: 0.4s ease-in-out;
  /* ボタンテキスト */
}

.btnBox_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 5.33333vw;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: .194em;
  transition: 0.4s ease-in-out;
}

.btnBox_txt.-step {
  font-size: 2rem;
}

/* ======================
【モジュール】ステップリスト
========================= */
.stepList {
  /* 項目内のイラスト */
  /* 項目内のイラストの下処理 */
  /* 補足事項 */
  /* 説明領域の調整
  ============================= */
  /* ステップアイコン*/
  /* ステップ項目の調整
  ============================= */
  /* 項目内側の包括要素 */
  /* 【個別設定】ステップリスト内設置のボタン */
  /* 項目の調整　*/
}

.stepList_figure {
  display: block;
}

.stepList_img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.stepList_noteList {
  margin-top: 3.46667vw;
  letter-spacing: .085em;
}

.stepList_expBoxDesc {
  padding: 0;
  margin-top: 3.73333vw;
  line-height: 1.67;
}

.stepList_expBoxTtlTxt {
  width: 58.13333vw;
  margin-top: -1.33333vw;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: .07em;
}

.stepList_expBoxIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 22.93333vw;
  height: 22.93333vw;
  color: #fff;
  background: no-repeat 0 0;
  background-size: contain;
  font-style: normal;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1;
}

.stepList_expBoxIconTxt {
  margin-top: 3px;
  font-size: 7.73333vw;
}

.stepList_expBoxTtl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stepList_expBoxTxt {
  margin-top: 3.2vw;
  font-size: 4.26667vw;
  letter-spacing: .05em;
  line-height: 1.6875;
}

.stepList_inner {
  padding-left: 8vw;
  padding-right: 8vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.stepList_btnBox {
  width: 84vw;
  margin: 24px auto 0;
}

.stepList_item {
  padding: 21.86667vw 0 0;
  position: relative;
  z-index: 1;
  /* 斜め線の調整 */
  /* 【個別調整】奇数項目 */
  /* 【個別調整】偶数項目 */
  /* 【個別調整】ポイントカード受け取り */
  /* 【個別調整】会員登録をお願いします */
  /* 【個別調整】ポイントが貯まります */
  /* 【個別調整】お買い物券と交換ができます。 */
  /* 【個別調整】特典のご案内 */
  /* 【個別調整】最終項目 */
}

.stepList_item::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.stepList_item:nth-of-type(odd) {
  background: #FFD0D1;
}

.stepList_item:nth-of-type(odd)::before {
  border-top: 0 solid transparent;
  border-left: 100vw solid #f7f7f7;
  border-bottom: 38px solid transparent;
}

.stepList_item:nth-of-type(odd) .stepList_expBoxIcon {
  background-image: url("../../../assets/images/pointcard/bg_icon_blue.png");
}

.stepList_item:nth-of-type(even) {
  background: #f7f7f7;
}

.stepList_item:nth-of-type(even)::before {
  border-top: 0 solid transparent;
  border-bottom: 38px solid transparent;
  border-right: 100vw solid #FFD0D1;
}

.stepList_item:nth-of-type(even) .stepList_expBoxIcon {
  background-image: url("../../../assets/images/pointcard/bg_icon_pink.png");
}

.stepList_item:nth-of-type(even) .stepList_expBox {
  order: 2;
}

.stepList_item:nth-of-type(even) .stepList_figure {
  order: 1;
}

.stepList_item.-cardGet {
  padding-bottom: 4vw;
}

.stepList_item.-cardGet .stepList_inner {
  padding-bottom: 0;
}

.stepList_item.-registration {
  padding-top: 13.06667vw;
  padding-bottom: 5.86667vw;
}

.stepList_item.-registration .stepList_expBoxTxt {
  margin-top: 3.2vw;
  letter-spacing: .185em;
}

.stepList_item.-registration .stepList_noteList {
  margin-top: 1.6vw;
}

.stepList_item.-collectPoints {
  padding-top: 18.4vw;
  padding-bottom: 3.73333vw;
}

.stepList_item.-collectPoints .stepList_expBoxDesc {
  margin-top: 5.6vw;
}

.stepList_item.-collectPoints .stepList_expBoxTxt {
  margin-top: 3.46667vw;
}

.stepList_item.-collectPoints .stepList_noteList {
  margin-top: 1.6vw;
}

.stepList_item.-exchange {
  padding-top: 16.26667vw;
  padding-bottom: 9.6vw;
}

.stepList_item.-exchange .stepList_expBoxDesc {
  margin-top: 3.46667vw;
}

.stepList_item.-exchange .stepList_expBoxTxt {
  letter-spacing: .12em;
}

.stepList_item.-exchange .stepList_noteList {
  margin-top: 2.13333vw;
}

.stepList_item.-benefits {
  padding-top: 18.66667vw;
}

.stepList_item.-benefits .stepList_expBoxTtlTxt {
  font-size: 4vw;
  line-height: 2;
  letter-spacing: .1em;
}

.stepList_item.-benefits .stepList_expBoxDesc {
  margin-top: 6.93333vw;
}

.stepList_item:last-of-type {
  padding-bottom: 14.93333vw;
}

/* ======================
メインビジュアル
========================= */
.intro {
  background-color: #f7f7f7;
  padding-bottom: 11.46667vw;
  margin: 8vw auto 0;
}

.intro_img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.intro_btnBox {
  margin: 6.13333vw auto 0;
}

.intro_leadTxt {
  text-align: center;
  font-size: 5.33333vw;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: .145em;
}

.intro_noteItem {
  padding-left: 1.25em;
  text-indent: -.65em;
}

.intro_noteIcon {
  display: inline-block;
  margin-right: 2px;
  font-style: normal;
}

.intro_noteList {
  margin: 6.66667vw auto 0;
  line-height: 1.714;
  font-size: 3.73333vw;
  letter-spacing: .15em;
}

.intro_descInner {
  padding: 9.06667vw 8vw 0;
}

/* ======================
セクション設定
=========================*/
.pointSection {
  /* リンクテキストの調整 */
  /* ボタンモジュールの位置と大きさ調整 */
  /* 補足事項 */
  /*ステップリストの位置調整*/
  /* 【固有設定】ポイントカードのご案内 */
  /* 【固有設定】Webカードについて */
}

.pointSection_ttl {
  text-align: center;
  position: relative;
  z-index: 5;
}

.pointSection_ttl::after {
  width: 77.06667vw;
  content: "";
  display: block;
  position: absolute;
  bottom: -2.66667vw;
  height: 2px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  background: #434671;
}

.pointSection_txt {
  line-height: 1.6875;
}

.pointSection_icon {
  font-style: normal;
}

.pointSection_link {
  text-decoration: underline;
  color: #434671;
}

.pointSection_btnBox {
  margin: 0 auto;
}

.pointSection_noteList {
  margin: 16vw auto 0;
}

.pointSection_stepList {
  /*margin-top: -87px;*/
}

.pointSection.-info {
  position: relative;
}

.pointSection.-info .pointSection_ttl {
  position: absolute;
  top: -1.06667vw;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 6.66667vw;
  text-indent: .5em;
  letter-spacing: .15em;
}

.pointSection.-aboutWebCard {
  background: #e6e6e6;
  padding: 8.8vw 0 0;
  font-size: 4.26667vw;
  /* Webカードについての概要エリア調整 */
  /* ログイン/新規登録エリアの調整　*/
  /* 不明点の問い合わせ先エリア調整 */
  /* 注意事項 */
  /* 注意事項アイコン（※）の調整 */
  /* 注意事項リスト項目 */
  /* 注意事項リスト */
}

.pointSection.-aboutWebCard .pointSection_ttl {
  font-size: 8vw;
  letter-spacing: .1em;
}

.pointSection.-aboutWebCard .pointSection_ttl::after {
  width: 76vw;
  bottom: -2.4vw;
}

.pointSection.-aboutWebCard .pointSection_descArea {
  padding-left: 8vw;
  padding-right: 8vw;
  margin: 8.8vw auto 0;
  letter-spacing: .14em;
}

.pointSection.-aboutWebCard .pointSection_loginArea {
  padding: 10.93333vw 0 10.66667vw;
  margin-top: 9.33333vw;
  background: #FFD0D1;
}

.pointSection.-aboutWebCard .pointSection_induction {
  font-weight: bold;
  font-size: 4.8vw;
  text-align: center;
  letter-spacing: .1785em;
  white-space: nowrap;
}

.pointSection.-aboutWebCard .pointSection_btnBox {
  padding: 0 8vw;
  margin-top: 7.2vw;
}

.pointSection.-aboutWebCard .pointSection_noteList {
  padding: 0 8vw;
  margin-top: 7.2vw;
}

.pointSection.-aboutWebCard .pointSection_noteItem {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.pointSection.-aboutWebCard .pointSection_infoArea {
  background-color: #fff;
  padding: 7.73333vw 8vw 8.26667vw;
  line-height: 1.689;
  letter-spacing: .12em;
  text-align: center;
}

.pointSection.-aboutWebCard .pointSection_infoBoxDesc {
  padding: 0;
}

.pointSection.-aboutWebCard .pointSection_infoBox {
  margin-top: 7.2vw;
}

.pointSection.-aboutWebCard .pointSection_noteTxt {
  padding-left: 1.3em;
  margin-top: 1.33333vw;
  text-indent: -0.65em;
  font-size: 3.2vw;
  line-height: 1.67;
}

.pointSection.-aboutWebCard .pointSection_noteIcon {
  display: inline-block;
  font-style: normal;
  margin-right: 1.06667vw;
}

.pointSection.-aboutWebCard .pointSection_noteItem {
  font-size: 3.73333vw;
  line-height: 1.714;
}

.pointSection.-aboutWebCard .pointSection_noteList {
  margin-top: 6.4vw;
  letter-spacing: .14em;
}

/*# sourceMappingURL=style.css.map */
