@charset "UTF-8";
/* ---------------------------------------------------------------

	ビューゴールドプラスカード 春のオンライン入会キャンペーン用のCSS
	/card/campaign/adm/viewgoldplus_change.html

	01. 初期化
	02. 汎用クラス
	03. 見出し
	04. ファーストコンテンツ
	05. キャンペーン特典
	06. 「ビューゴールドプラスカード」の特徴（流用パーツ含む）
	07. ポイントプレゼントまでの流れ
	08. カードのお申込み（流用パーツ含む）
	09. 注意事項
	10. SP用エントリーボタン（フロート要素）

	コンテンツ横幅：1200px
	基本フォントサイズ：16px
	VWのベース：PCは1024px、SPは375px

--------------------------------------------------------------- */
/* ---------------------------------------------------------------

	01. 初期化

--------------------------------------------------------------- */
main img {
  width: 100%;
}

[data-modal=trigger] {
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP";
}

a * {
  pointer-events: none;
}

/* ---------------------------------------------------------------

	02. 汎用クラス

--------------------------------------------------------------- */
.kome {
  padding-left: 1em;
}
.kome > li {
  text-indent: -1em;
  font-size: clamp(10px, 1.171875vw, 12px);
  color: #666;
}
@media only screen and (max-width: 750px) {
  .kome > li {
    font-size: 3.2vw;
  }
}

.present_flow {
  font-size: min(1.4vw, 16px);
  margin-top: 80px;
}
.present_flow ul li {
  font-size: min(1.4vw, 16px);
}
@media only screen and (max-width: 750px) {
  .present_flow ul li {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 750px) {
  .present_flow {
    font-size: 3.2vw;
    margin-top: 10vw;
  }
}

.u-border_red {
  border-color: red;
}
@media only screen and (max-width: 750px) {
  .u-border_red p.c-red {
    font-size: 4vw;
  }
}

/* 余白 */
.mt10 {
  margin-top: min(0.9765625vw, 10px) !important;
}

.mt15 {
  margin-top: min(1.46484375vw, 15px) !important;
}

.mt20 {
  margin-top: min(1.953125vw, 20px) !important;
}

.mt25 {
  margin-top: min(2.44140625vw, 25px) !important;
}

.mt30 {
  margin-top: min(2.9296875vw, 30px) !important;
}

.mt35 {
  margin-top: min(3.41796875vw, 35px) !important;
}

.mt40 {
  margin-top: min(3.90625vw, 40px) !important;
}

.mt45 {
  margin-top: min(4.39453125vw, 45px) !important;
}

.mt50 {
  margin-top: min(4.8828125vw, 50px) !important;
}

.mt55 {
  margin-top: min(5.37109375vw, 55px) !important;
}

.mt60 {
  margin-top: min(5.859375vw, 60px) !important;
}

@media only screen and (max-width: 750px) {
  .mt10sp {
    margin-top: 2.6666666vw !important;
  }
  .mt15sp {
    margin-top: 4vw !important;
  }
  .mt20sp {
    margin-top: 5.333333vw !important;
  }
  .mt25sp {
    margin-top: 6.6666666vw !important;
  }
  .mt30sp {
    margin-top: 8vw !important;
  }
  .mt35sp {
    margin-top: 9.3333333vw !important;
  }
  .u-mw1esp {
    margin: 0 0.5em;
  }
  .u-imgw130 {
    width: 130%;
  }
}
/* 行間 */
.lh14 {
  line-height: 1.4 !important;
}

/* フォントサイズ */
.fs14 {
  font-size: min(1.3671875vw, 14px) !important;
}

.fs18 {
  font-size: min(1.7578125vw, 18px) !important;
}

.fs20 {
  font-size: min(1.953125vw, 20px) !important;
}

@media only screen and (max-width: 750px) {
  .fs12sp {
    font-size: 3.2vw !important;
  }
  .fs13sp {
    font-size: 3.466666vw !important;
  }
  .fs14sp {
    font-size: 3.7333333vw !important;
  }
  .fs15sp {
    font-size: 4vw !important;
  }
  .fs16sp {
    font-size: 4.2666666vw !important;
  }
}
/* インデント */
.ind-1 {
  padding-left: 1em !important;
  text-indent: -1em !important;
}

.ind-05 {
  text-indent: -0.5em !important;
}

@media only screen and (max-width: 750px) {
  .ind-05sp {
    text-indent: -0.5em !important;
  }
}
/* 色 */
.c-white {
  color: #fff !important;
}

.c-gold {
  color: #9d7725 !important;
}

.c-red {
  color: #d80000 !important;
}

/* 太字 */
.bold {
  font-weight: bold !important;
}

/* マーカー */
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.35em;
  -webkit-text-decoration-color: #edcc7a;
  text-decoration-color: #edcc7a;
  text-underline-offset: -0.1em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-weight: bold;
}
.marker.silver {
  -webkit-text-decoration-color: #dee0e1 !important;
  text-decoration-color: #dee0e1 !important;
  text-underline-offset: 0;
}
.marker.pink {
  -webkit-text-decoration-color: #fcdede !important;
  text-decoration-color: #fcdede !important;
  text-underline-offset: 0;
  color: #d80000;
}

.u-tabletItem {
  display: none;
}

/* タブレット */
@media only screen and (max-width: 1024px) {
  .u-tabletItem {
    display: inline-block;
  }
}
/* 終了のお知らせ */
.cpend {
  margin: min(2.5390625vw, 26px) auto 0;
  max-width: 1200px;
  border: solid 1px #d10000;
  border-radius: min(0.9765625vw, 10px);
  padding: 1.5em;
  background-color: #fff0f0;
  text-align: center;
  font-size: min(1.953125vw, 20px);
  font-weight: bold;
  color: #d80000;
}
@media only screen and (max-width: 750px) {
  .cpend {
    margin: 5.3333333vw 4vw;
    border-radius: 2.6666666vw;
    font-size: 4.8vw;
  }
}

.flow-cont .cpend {
  margin: 0 0 min(1.953125vw, 20px);
}
@media only screen and (max-width: 750px) {
  .flow-cont .cpend {
    margin-bottom: 4vw;
  }
}

/* ---------------------------------------------------------------

	03. 見出し

--------------------------------------------------------------- */
.title01 {
  font-size: min(4vw, 48px);
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .title01 {
    font-size: 6.933333vw;
  }
}

.title02 {
  position: relative;
  padding-bottom: min(3.90625vw, 40px);
  text-align: center;
  font-size: min(4vw, 48px);
  font-weight: bold;
  color: #9d7725;
}
@media only screen and (max-width: 750px) {
  .title02 {
    padding-bottom: 5.333333vw;
    font-size: 6.933333vw;
  }
}
.title02::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: min(15.03906vw, 154px);
  height: min(0.19531vw, 2px);
  background-color: #9d7725;
}
@media only screen and (max-width: 750px) {
  .title02::after {
    width: 20.533333vw;
  }
}

.title03 {
  text-align: center;
}
.title03 > span {
  position: relative;
  display: inline-block;
  padding: 0 min(3.41796875vw, 35px);
  font-size: min(2vw, 24px);
}
@media only screen and (max-width: 750px) {
  .title03 > span {
    padding: 0 5.3333333vw;
    font-size: 4.266666vw;
  }
}
.title03 > span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: min(0.29296875vw, 3px);
  height: min(8.0078125vw, 82px);
  background-color: #222;
  transform: rotate(-25deg);
}
@media only screen and (max-width: 750px) {
  .title03 > span::before {
    width: 0.533333vw;
    height: 14.6666666vw;
  }
}
.title03 > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: min(0.29296875vw, 3px);
  height: min(8.0078125vw, 82px);
  background-color: #222;
  transform: rotate(25deg);
}
@media only screen and (max-width: 750px) {
  .title03 > span::after {
    width: 0.533333vw;
    height: 14.6666666vw;
  }
}

.title04 {
  font-size: min(2.34375vw, 24px);
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .title04 {
    font-size: 4.266666vw;
  }
}
.title04 .hosoku {
  font-size: min(1.171875vw, 12px);
  font-weight: normal;
}
@media only screen and (max-width: 750px) {
  .title04 .hosoku {
    font-size: 2.666666vw;
  }
}

.title04s {
  font-size: min(2.05078125vw, 21px);
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .title04s {
    font-size: 3.4666666vw;
  }
}

.title05 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: min(2.24609375vw, 23px) min(2.24609375vw, 23px) min(2.24609375vw, 23px) 0;
  height: min(4.4921875vw, 46px);
  width: min(9.765625vw, 100px);
  background-color: #a11700;
  text-align: center;
  font-size: clamp(16px, 2.05078125vw, 21px);
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .title05 {
    border-radius: 4.2666666vw 4.2666666vw 4.2666666vw 0;
    height: 8.533333vw;
    width: 18.666666vw;
    font-size: 4vw;
  }
}
.title05 .num {
  margin-left: 0.2em;
}

.title06 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: min(2.44140625vw, 25px) min(2.44140625vw, 25px) min(2.44140625vw, 25px) 0;
  height: min(4.8828125vw, 50px);
  width: min(20.5078125vw, 210px);
  background-color: #9d7725;
  text-align: center;
  font-size: clamp(15px, 1.7578125vw, 18px);
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .title06 {
    border-radius: 4.2666666vw 4.2666666vw 4.2666666vw 0;
    height: 8.533333vw;
    width: 40vw;
    font-size: 3.466666vw;
  }
}

.flow-title {
  position: relative;
  padding-left: min(9.5703125vw, 98px);
  font-size: min(3.125vw, 32px);
}
@media only screen and (max-width: 750px) {
  .flow-title {
    padding-left: 12vw;
    font-size: 5.6vw;
  }
}
.flow-title > .num {
  position: absolute;
  box-sizing: content-box;
  left: max(-0.9765625vw, -10px);
  top: max(-1.46484375vw, -15px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 10px #fff;
  border-radius: 50%;
  width: min(6.640625vw, 68px);
  height: min(6.640625vw, 68px);
  background-color: #9d7725;
  line-height: 1;
  vertical-align: 0.1em;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .flow-title > .num {
    left: -2.4vw;
    top: -2.6666666vw;
    border: solid 9px #fff;
    width: 10.1333333vw;
    height: 10.1333333vw;
  }
}

header#header {
  display: none;
}

/* ---------------------------------------------------------------

	04. ファーストコンテンツ

--------------------------------------------------------------- */
.box-wrap,
.box-wrap-pc {
  box-sizing: content-box;
  padding: 0 min(5.859375vw, 60px);
}

@media only screen and (max-width: 750px) {
  .box-wrap {
    padding: 5.333333vw 4vw;
  }
  .box-wrap-pc {
    padding: 0;
  }
}
/* メインビジュアル */
.mainVisual {
  overflow: hidden;
  display: block;
  margin: min(2.5390625vw, 26px) auto 0;
  max-width: 1200px;
  border-radius: min(2.9296875vw, 30px);
  width: 100%;
}
.mainVisual.square {
  border-radius: 0;
}
.mainVisual > img {
  display: block;
}
@media only screen and (max-width: 750px) {
  .mainVisual {
    margin: 0;
    border-radius: 0;
  }
}

.entryRequired_box {
  margin: 10px auto 0;
  max-width: 1020px;
}
.entryRequired_box .entryRequired {
  box-sizing: border-box;
  border-radius: 4px 4px 0 0;
  padding: 5px 0 6px;
  background-color: #d80000;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.entryRequired_box .entryRequired-detail {
  border-radius: 0 0 4px 4px;
  border: solid 3px #e7e7e7;
  border-top: none;
  padding: 13px 20px;
  font-size: 15px;
}
.entryRequired_box .entryRequired-detail li {
  text-indent: -1em;
  padding-left: 1em;
}
.entryRequired_box .entryRequired-detail li .small_txt {
  font-size: 80%;
  color: #666;
  text-indent: -1em;
  padding-left: 1em;
}

@media only screen and (max-width: 750px) {
  .entryRequired_box {
    margin: 0.5vw auto 0;
  }
  .entryRequired_box .entryRequired {
    border-radius: 1vw 1vw 0 0;
    padding: 1vw 0 1vw;
    font-size: 2.7vw;
    line-height: 1.4;
  }
  .entryRequired_box .entryRequired-detail {
    border-radius: 0 0 1vw 1vw;
    border: solid 0.8vw #e7e7e7;
    border-top: none;
    padding: 1vw 2vw;
    font-size: 2.5vw;
  }
  .entryRequired_box li .small_txt {
    font-size: 95%;
  }
  .entryRequired_box .notesTxt {
    font-size: 2.5vw;
  }
}
.firstBox {
  margin: 0px auto;
  max-width: 780px;
  padding-bottom: min(6.666666vw, 80px);
}

.period-box {
  display: flex;
  align-items: center;
  margin-top: min(1.25vw, 15px);
  font-weight: bold;
  line-height: 1.4;
}
.period-box:first-of-type {
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  .period-box:first-of-type {
    margin-top: 2vw;
  }
}
.period-box > dt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: min(3.076923vw, 24px) min(3.076923vw, 24px) 0 min(3.076923vw, 24px);
  height: min(9.487179vw, 74px);
  width: 24.359%;
  background-color: #9d7725;
  text-align: center;
  font-size: clamp(13px, 1.7578125vw, 18px);
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .period-box > dt {
    border-radius: 4.266666vw 4.266666vw 0 4.266666vw;
    height: 11vw;
    width: 26.66666vw;
    font-size: 3.466666666vw;
  }
}
.period-box > dd {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.period-box > dd:first-of-type {
  margin-left: min(3.846153vw, 30px);
}
@media only screen and (max-width: 750px) {
  .period-box > dd:first-of-type {
    margin-left: 2.133333vw;
  }
}
.period-box > dd .year {
  width: 100%;
  font-size: clamp(13px, 1.7578125vw, 18px);
}
@media only screen and (max-width: 750px) {
  .period-box > dd .year {
    font-size: 2.9333333vw;
  }
}
.period-box > dd .days {
  font-size: clamp(15px, 1.953125vw, 20px);
}
@media only screen and (max-width: 750px) {
  .period-box > dd .days {
    font-size: 3.4666666vw;
  }
}
.period-box > dd .num {
  line-height: 1;
  vertical-align: -0.05em;
  font-size: clamp(24px, 4.8717948vw, 38px);
  font-weight: 900;
}
@media only screen and (max-width: 750px) {
  .period-box > dd .num {
    font-size: 6.4vw;
  }
}
.period-box > dd .nyoro {
  margin: 0 0.5em 0 0.2em;
}
@media only screen and (max-width: 750px) {
  .period-box > dd .nyoro {
    margin: 0 0.4em 0 0.1em;
  }
}

.tokuten_note_box {
  margin-top: 40px;
}
.tokuten_note_box .tokuten_note_st {
  font-size: 16px;
  margin-bottom: 10px;
}
.tokuten_note_box .tokuten_note > li {
  list-style: disc outside;
  margin: 0 0 0 22px;
  text-indent: -5px;
  font-size: 15px;
}
.tokuten_note_box .tokuten_note > li li {
  text-indent: -1em;
  padding-left: 1em;
}

@media only screen and (max-width: 750px) {
  .tokuten_note_box {
    margin-top: 10.66vw;
  }
  .tokuten_note_box .tokuten_note_st {
    font-size: 4.26vw;
    margin-bottom: 2.66vw;
  }
  .tokuten_note_box .tokuten_note > li {
    margin: 0 0 0 5.86vw;
    text-indent: -1.33vw;
    font-size: 4vw;
  }
}
.caution-icon-list {
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  .caution-icon-list {
    margin-top: 2vw;
  }
}
.caution-icon-list > li {
  position: relative;
  padding-left: min(3.461538vw, 27px);
  font-size: min(1.794871vw, 14px);
  color: #666;
}
@media only screen and (max-width: 750px) {
  .caution-icon-list > li {
    padding-left: 6.66666vw;
    font-size: 3.2vw;
  }
}
.caution-icon-list > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.2em;
  width: min(2.5641025vw, 20px);
  height: min(2.4358974vw, 19px);
  background: url("/card/campaign/adm/shared/img/viewcardgold_change/icon_attention.svg") no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 750px) {
  .caution-icon-list > li::before {
    top: 0;
    width: 5.33333vw;
    height: 5.33333vw;
  }
}

.btn-box {
  margin: 20px auto 0;
  width: min(58.974358vw, 460px);
}
@media only screen and (max-width: 750px) {
  .btn-box {
    margin: 2vw auto 0;
    width: 86.933333vw;
  }
}
.btn-box > p:nth-of-type(n + 2) {
  margin-top: min(3.205128vw, 25px);
}

a.singleBtn {
  font-size: min(3.076923vw, 24px);
}
@media only screen and (max-width: 750px) {
  a.singleBtn {
    font-size: 4.8vw;
  }
}
a.singleBtn .hosoku {
  vertical-align: 0.2em;
  font-size: min(2.051282vw, 16px);
  font-weight: normal;
}
@media only screen and (max-width: 750px) {
  a.singleBtn .hosoku {
    font-size: 3.466666vw;
  }
}

@media only screen and (max-width: 1024px) {
  a.singleBtn-tablet {
    line-height: 1.3;
  }
}
@media only screen and (max-width: 750px) {
  a.singleBtn-sp {
    line-height: 1.3;
  }
}
.caution-list {
  padding-left: 1em;
  font-size: min(1.171875vw, 12px);
  font-weight: bold;
  color: #d10000;
}
@media only screen and (max-width: 750px) {
  .caution-list {
    font-size: 3.2vw;
  }
}
.caution-list > li {
  text-indent: -1em;
}

.firstBox .caution-list {
  margin-top: min(3.846153vw, 30px);
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .firstBox .caution-list {
    margin-top: 6.666666vw;
  }
  .firstBox .caution-list > li {
    display: inline-block;
    text-align: left;
  }
}

/* ---------------------------------------------------------------

	05. キャンペーン特典

--------------------------------------------------------------- */
.emphasis-sec {
  padding: min(6.666666vw, 80px) 0;
  background-color: #bc9700;
}
@media only screen and (max-width: 750px) {
  .emphasis-sec {
    padding: 10.66666vw 0;
  }
}
.emphasis-sec .partitionBoard {
  margin-top: min(4.88281vw, 50px);
}
@media only screen and (max-width: 750px) {
  .emphasis-sec .partitionBoard {
    margin-top: 8vw;
  }
}

.tokuten-lead .txt {
  text-align: center;
  font-size: min(3.125vw, 32px);
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .tokuten-lead .txt {
    font-size: 4.2666666vw;
  }
}
.tokuten-lead .present {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tokuten-lead .present .icon {
  margin-right: 0.5em;
  padding-top: 0.5em;
  width: min(8.984375vw, 92px);
}
@media only screen and (max-width: 750px) {
  .tokuten-lead .present .icon {
    margin-right: 0.3em;
    width: 12.266666vw;
  }
}
.tokuten-lead .present .tate {
  display: flex;
  flex-direction: column;
  padding-top: 0.2em;
  line-height: 1.1;
  width: 1em;
  text-align: center;
  font-size: min(2.5390625vw, 26px);
  font-weight: 800;
  color: #a11700;
}
@media only screen and (max-width: 750px) {
  .tokuten-lead .present .tate {
    font-size: 3.466666vw;
  }
}
.tokuten-lead .present .num {
  margin: 0 0.05em 0 0.1em;
  letter-spacing: 0;
  line-height: 1;
  font-size: min(8.984375vw, 92px);
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  background-color: #a11700;
  background-image: linear-gradient(0deg, #a11700 0%, #a11700 40%, #ca624b 60%, #a11700 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 750px) {
  .tokuten-lead .present .num {
    font-size: 12.266666vw;
  }
}
.tokuten-lead .present .pp-txt {
  line-height: 1.2;
  font-size: min(2.5390625vw, 26px);
  font-weight: 800;
  color: #a11700;
}
@media only screen and (max-width: 750px) {
  .tokuten-lead .present .pp-txt {
    margin-top: 0.2em;
    line-height: 1.3;
    font-size: 2.933333333vw;
  }
}

.color-box01 {
  margin-top: min(3.41796875vw, 35px);
  border-radius: min(1.953125vw, 20px);
  padding: min(6.54296875vw, 67px) min(8.49609375vw, 87px);
  background-color: #fcf5e3;
}
@media only screen and (max-width: 750px) {
  .color-box01 {
    margin-top: 4vw;
    border-radius: 2.666666vw;
    padding: 8vw 4vw;
  }
}
.color-box01 .card-image {
  margin: 0 auto;
  width: min(31.25vw, 320px);
}
@media only screen and (max-width: 750px) {
  .color-box01 .card-image {
    width: 53.333333vw;
  }
}
.color-box01 .card-image .viewcardgold_img {
  width: 100%;
  height: auto;
}

.tokuten01 {
  margin-top: min(3.41796875vw, 35px);
}
@media only screen and (max-width: 750px) {
  .tokuten01 {
    margin-top: 4vw;
  }
}

.tokuten02 {
  margin-top: min(3.41796875vw, 35px);
}
.tokuten02 + .tokuten02 {
  margin-top: 50px;
}
.tokuten02.b-top {
  margin-top: min(3.90625vw, 40px);
  border-top: solid 1px #9d7725;
  padding-top: min(3.90625vw, 40px);
}
@media only screen and (max-width: 750px) {
  .tokuten02.b-top {
    margin-top: 5.33333333vw;
    padding-top: 5.33333333vw;
  }
}
@media only screen and (max-width: 750px) {
  .tokuten02 {
    margin-top: 4vw;
  }
}

.tokuten02_box1 {
  background-color: #fff;
  border-radius: 20px;
  margin: 20px 0 0;
  padding: 10px 15px 18px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .tokuten02_box1 {
    margin: 2.66vw 0 0;
    padding: 1.33vw 1.33vw 2.66vw;
    border-radius: 2.66vw;
  }
}
.tokuten02_box1_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.tokuten02_box1_txt {
  font-weight: bold;
  line-height: 1.3;
  font-size: 24px;
  margin-top: 13px;
}
@media only screen and (max-width: 1040px) {
  .tokuten02_box1_txt {
    font-size: 2.3vw;
  }
}
@media only screen and (max-width: 750px) {
  .tokuten02_box1_txt {
    font-size: 3.2vw;
    margin-top: 2.66vw;
  }
}
.tokuten02_box1_txt span {
  font-size: 16px;
}
@media only screen and (max-width: 1040px) {
  .tokuten02_box1_txt span {
    font-size: 1.53vw;
  }
}
@media only screen and (max-width: 750px) {
  .tokuten02_box1_txt span {
    font-size: 2.13vw;
  }
}
.tokuten02_box1_price {
  letter-spacing: 0;
  line-height: 1;
  font-size: 64px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  background-color: #a11700;
  background-image: linear-gradient(0deg, #a11700 0%, #a11700 40%, #ca624b 60%, #a11700 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1040px) {
  .tokuten02_box1_price {
    font-size: 6.15vw;
  }
}
@media only screen and (max-width: 750px) {
  .tokuten02_box1_price {
    font-size: 8.53vw;
  }
}
.tokuten02_box1_point {
  font-weight: 800;
  line-height: 1;
  font-size: 26px;
  color: #a11700;
  margin-top: 15px;
}
@media only screen and (max-width: 1040px) {
  .tokuten02_box1_point {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 750px) {
  .tokuten02_box1_point {
    font-size: 3.46vw;
  }
}

.tokuten01 .kome,
.tokuten02 .kome {
  margin-top: min(1.46484375vw, 15px);
  margin-left: min(2.44140625vw, 25px);
}

.style01,
.style02 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 750px) {
  .style01,
  .style02 {
    justify-content: flex-start;
  }
}
.style01 > dt,
.style02 > dt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5em;
  border-radius: min(3.125vw, 32px) min(3.125vw, 32px) 0 min(3.125vw, 32px);
  height: min(6.25vw, 64px);
  width: min(13.671875vw, 140px);
  background-color: #9d7725;
  text-align: center;
  font-size: clamp(16px, 2.9296875vw, 30px);
  color: #fff;
}
.style01 > dt.normal-tokuten,
.style02 > dt.normal-tokuten {
  width: min(23.4375vw, 240px);
  background-color: #f0d990;
  color: #73571c;
}
@media only screen and (max-width: 750px) {
  .style01 > dt.normal-tokuten,
  .style02 > dt.normal-tokuten {
    width: 32vw;
  }
}
@media only screen and (max-width: 750px) {
  .style01 > dt,
  .style02 > dt {
    border-radius: 4.266666vw 4.266666vw 0 4.266666vw;
    height: 8.533333vw;
    width: 18.66666vw;
    font-size: 4vw;
  }
}
.style01 > dt .num,
.style02 > dt .num {
  margin-left: 0.2em;
}
.style01 > dd,
.style02 > dd {
  display: inline-flex;
  flex-direction: column;
  font-size: clamp(18px, 3.125vw, 30px);
}
@media only screen and (max-width: 750px) {
  .style01 > dd,
  .style02 > dd {
    font-size: 4.266666vw;
  }
  .style01 > dd .sp-font-s,
  .style02 > dd .sp-font-s {
    font-size: 4vw;
  }
}
.style01 > dd .sup-txt,
.style02 > dd .sup-txt {
  font-size: 0.6em;
  vertical-align: top;
}
.tokuten01 .style01 > dd,
.tokuten01 .style02 > dd {
  width: min(30.2734375vw, 310px);
}
@media only screen and (max-width: 750px) {
  .tokuten01 .style01 > dd,
  .tokuten01 .style02 > dd {
    width: auto;
  }
}
.tokuten02 .style01 > dt + dd,
.tokuten02 .style02 > dt + dd {
  width: min(40.0390625vw, 410px);
}
@media only screen and (max-width: 750px) {
  .tokuten02 .style01 > dt + dd,
  .tokuten02 .style02 > dt + dd {
    max-width: calc(100% - 70px);
    width: calc(100% - 18.66666vw);
  }
}

.tokuten_st1 {
  font-size: clamp(18px, 3.125vw, 30px);
  font-weight: bold;
  margin: 10px 0 0;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .tokuten_st1 {
    font-size: 4.266666vw;
  }
  .tokuten_st1 .sp-font-s {
    font-size: 4vw;
  }
}
.tokuten_st1 .sup-txt {
  font-size: 0.6em;
  vertical-align: top;
}

.style02 {
  justify-content: center;
  margin-top: 2.33333333vw;
}

.present-s {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: min(1.46484375vw, 8px);
}
@media only screen and (max-width: 750px) {
  .present-s {
    margin-top: 1.333333vw;
  }
}
.present-s .icon {
  padding-top: 0.5em;
  width: min(8.3984375vw, 86px);
}
@media only screen and (max-width: 750px) {
  .present-s .icon {
    width: 11.4666666vw;
  }
}
.present-s .num {
  margin: 0 0.05em 0 0.1em;
  letter-spacing: 0;
  line-height: 1;
  font-size: min(8.3984375vw, 86px);
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  background-color: #a11700;
  background-image: linear-gradient(0deg, #a11700 0%, #a11700 40%, #ca624b 60%, #a11700 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 750px) {
  .present-s .num {
    font-size: 11.4666666vw;
  }
}
.present-s .pp-txt {
  line-height: 1.2;
  font-size: min(2.5390625vw, 26px);
  font-weight: 800;
  color: #a11700;
}
@media only screen and (max-width: 750px) {
  .present-s .pp-txt {
    font-size: 3.2vw;
  }
}
.present-s .txt_max {
  margin: 0 0 0 0.2em;
  line-height: 1.1;
  font-size: min(2.5390625vw, 26px);
  font-weight: 800;
  color: #a11700;
}
@media only screen and (max-width: 750px) {
  .present-s.five-digits .icon {
    width: 10.6666666vw;
  }
}
@media only screen and (max-width: 750px) {
  .present-s.five-digits .num {
    font-size: 10.6666666vw;
  }
}

.overBorder {
  padding-top: min(3.90625vw, 40px);
  margin-top: min(3.90625vw, 40px) !important;
  border-top: 1px solid #e8e8e8;
}

.benefit_img_point_2 {
  margin: 0 0 40px;
}

.box-item01 .features_card-szM {
  width: 1.9em;
  margin: 0 9px 0 1px;
  vertical-align: sub;
}
.box-item01 .features_card-szM img {
  display: inline-block;
  width: 1.9em;
  height: auto;
}
.box-item01 .emphasisTxt {
  color: #8e7200;
}
.box-item01 .emphasisTxtBig {
  font-size: 150%;
}
@media only screen and (max-width: 750px) {
  .box-item01 .emphasisTxtBig {
    font-size: 120%;
  }
}
.box-item01 .division-szM {
  margin: 2vw 0;
}
@media print, screen and (min-width: 751px) {
  .box-item01 .division-szM .division-szM {
    margin: min(1.95vw, 20px) 0;
    margin: 0;
  }
}
.box-item01 .box-item01-img01 {
  width: 70%;
  height: auto;
  display: block;
  margin: auto;
}
.box-item01 .box-item01-inner {
  position: relative;
}
.box-item01 .box-item01-inner .numberingTitle_num {
  top: 0;
  font-size: 5.641025641vw;
}
@media (min-width: 751px) {
  .box-item01 .box-item01-inner .numberingTitle_num {
    top: 0;
    font-size: clamp(23px, 3.125vw, 32px);
  }
}

/* 最短7日で発行！申込みは3STEP！
----------------------------------------- */
.stepList {
  margin-top: 3vw;
  margin-bottom: 4vw;
}

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

.stepList_item::before {
  display: block;
  width: 30.7692307692vw;
  height: 30.7692307692vw;
  background: url("/card/campaign/adm/shared/img/viewcardgold_change/img_step_first.png") no-repeat 50% 50%;
  background-size: cover;
  content: "";
}

.stepList_item:not(:first-child) {
  margin-top: 2.5641025641vw;
}

.stepList_item:nth-of-type(2)::before {
  background-image: url("/card/campaign/adm/shared/img/viewcardgold_change/img_step_second.png");
}

.stepList_item:nth-of-type(3)::before {
  background-image: url("/card/campaign/adm/shared/img/viewcardgold_change/img_step_third.png");
}

.stepNote {
  width: 46.1538461538vw;
  font-size: clamp(16px, 5.1282051282vw, 38px);
  font-weight: 600;
}

.stepNote_num {
  display: flex;
  justify-content: center;
  width: 21.5384615385vw;
  margin: 1.7948717949vw 0 3.0769230769vw;
  padding: 2.0512820513vw 0 1.2820512821vw;
  border: 1px solid #222;
  border-radius: 999px 999px 999px 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(15px, 4.6153846154vw, 35px);
  line-height: 1;
}

@media print, screen and (min-width: 751px) {
  .stepList {
    display: grid;
    justify-content: center;
  }
  .stepList_item::before {
    width: min(19.53125vw, 200px);
    height: min(19.53125vw, 200px);
    margin-left: min(0.9765625vw, 10px);
  }
  .stepList_item:not(:first-child) {
    margin-top: min(1.953125vw, 20px);
  }
  .stepNote {
    width: min(25.390625vw, 260px);
    margin-left: min(0.9765625vw, 10px);
    font-size: clamp(21px, 2.734375vw, 28px);
  }
  .stepNote_num {
    width: min(12.109375vw, 124px);
    margin: min(1.46484375vw, 15px) 0;
    padding: min(1.46484375vw, 15px) 0 min(1.07421875vw, 11px);
    font-size: clamp(18px, 2.34375vw, 24px);
  }
}
/* ---------------------------------------------------------------

	06. 「ビューゴールドプラスカード」の特徴（流用パーツ含む）

--------------------------------------------------------------- */
.features-card-sec {
  padding: min(1.953125vw, 20px) 0;
  background-color: #f5f6f7;
}
@media only screen and (max-width: 750px) {
  .features-card-sec {
    padding: 3.4666666vw 0;
  }
}

/* アコーディオン */
.gold_features {
  padding: 50px 0 0px;
}
.gold_features .gold_features_body {
  margin: 0 auto;
  padding-bottom: min(7.8125vw, 80px);
  width: min(95.703125vw, 980px);
}
@media only screen and (max-width: 750px) {
  .gold_features .gold_features_body {
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
    width: 100%;
  }
}
.gold_features .gold_features_body .gold_features_tit {
  text-align: center;
  font-size: min(4vw, 48px);
  font-weight: bold;
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .gold_features .gold_features_body .gold_features_tit {
    font-size: 6.933333vw;
    margin-bottom: 13.33vw;
    line-height: 1.4;
  }
}
.gold_features .gold_features_body .goldOnly.partitionBoard {
  padding: 30px min(6.0546875vw, 62px) min(6.0546875vw, 62px);
}

.fcs-head {
  margin: min(6.8359375vw, 70px) auto 0;
  width: min(58.59375vw, 600px);
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .fcs-head {
    margin: 8vw auto 0;
    width: 92.266666vw;
  }
}
.fcs-head .singleBtn-c02 {
  margin-top: min(4.8828125vw, 50px);
}

.card-shadow {
  overflow: hidden;
  display: inline-block;
  display: block;
  margin: 0 auto;
  border-radius: min(1.46484375vw, 15px);
  box-shadow: 8px 16px 30px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 750px) {
  .card-shadow {
    border-radius: 2.5641025641vw;
    box-shadow: 6px 10px 20px 0 rgba(0, 0, 0, 0.16);
  }
}
.card-shadow > img {
  display: block;
}

img.card-face {
  width: min(39.0625vw, 400px);
}
@media only screen and (max-width: 750px) {
  img.card-face {
    width: 69.333333vw;
  }
}

.benefit {
  margin-top: min(5.859375vw, 60px);
}
@media only screen and (max-width: 750px) {
  .benefit {
    margin-top: 10.6666666vw;
  }
}

.numberingTitle {
  position: relative;
  min-height: 9.2307692308vw;
  margin-bottom: 5.1282051282vw;
  padding-left: 13.0769230769vw;
  font-size: 5.641025641vw;
  font-weight: 600;
  line-height: 1.4;
}

.numberingTitle_num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1.0256410256vw;
  left: 0;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  padding: 0.6em 0 0.5em;
  border-radius: 50% 50% 0 50%;
  background: #222;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 751px) {
  .numberingTitle {
    min-height: min(5.6640625vw, 58px);
    font-size: clamp(23px, 3.125vw, 32px);
    margin-bottom: min(2.9296875vw, 30px);
    padding-left: min(9.5703125vw, 98px);
  }
  .numberingTitle_num {
    top: -10px;
    width: min(6.640625vw, 68px);
    height: min(6.640625vw, 68px);
    padding: min(2.1484375vw, 22px) 0;
  }
}
.benefit_img {
  padding: 0 6.4102564103vw;
}
@media (min-width: 751px) {
  .benefit_img {
    margin: auto 0 auto min(21.19140625vw, 217px);
    padding: min(2.34375vw, 24px) 0 0;
    max-width: 370px;
  }
}

.themedList_detail:not(:last-child) {
  margin-bottom: 1.5em;
}

.benefit_division {
  margin-bottom: 5.1282051282vw;
}
@media (min-width: 751px) {
  .benefit_division {
    margin-bottom: min(1.953125vw, 20px);
  }
}

.text {
  font-size: clamp(13px, 4.1025641026vw, 31px);
  line-height: 1.8;
}
@media (min-width: 751px) {
  .text {
    font-size: clamp(13px, 1.7578125vw, 18px);
  }
}

.goldOnly_card {
  margin: 0 auto 4.6153846154vw;
  margin-bottom: 4.61538vw;
  width: 25.641025641vw;
}
@media (min-width: 751px) {
  .goldOnly_card {
    width: min(16.30859375vw, 167px);
    margin-bottom: min(3.90625vw, 40px);
  }
}

.emphasisTxt {
  color: #8e7200;
}

.features_txtLogo {
  display: inline-block;
  width: min(13.76953125vw, 141px);
  vertical-align: bottom;
}
.features_txtLogo img {
  width: auto;
  height: auto;
}
@media only screen and (max-width: 750px) {
  .features_txtLogo {
    width: 23vw;
  }
}

.features_card-szS {
  display: inline-block;
  padding-bottom: 0.1em;
  vertical-align: middle;
  width: 2.56em;
  margin: 0 3px;
}

.u-imgMax {
  display: block;
  max-width: 100%;
  height: auto;
}

.card01 {
  width: 100%;
  max-width: 300px;
  height: auto;
}

/* ---------------------------------------------------------------

	07. ポイントプレゼントまでの流れ

--------------------------------------------------------------- */
.point-flow-sec {
  padding: min(6.666666vw, 80px) 0;
}
@media only screen and (max-width: 750px) {
  .point-flow-sec {
    padding: 13.333333vw 0;
  }
  .point-flow-sec > .content {
    padding-left: 2.666666vw;
    padding-right: 5.3333333vw;
  }
}
.point-flow-sec .inner {
  padding: 0 min(9.765625vw, 100px);
}
@media only screen and (max-width: 750px) {
  .point-flow-sec .inner {
    padding: 0;
  }
}
.point-flow-sec .flow-box:first-of-type {
  margin-top: min(7.8125vw, 80px);
}
@media only screen and (max-width: 750px) {
  .point-flow-sec .flow-box:first-of-type {
    margin-top: 10.666666vw;
  }
}
.point-flow-sec .flow-box.dotline {
  background-image: url("/card/campaign/adm/shared/img/viewcardgold_change/dotline.png");
  background-repeat: repeat-y;
  background-size: 4px auto;
  background-position: min(3.22265625vw, 33px) 0;
}
@media only screen and (max-width: 750px) {
  .point-flow-sec .flow-box.dotline {
    background-size: 3px auto;
    background-position: 4.5333333vw 0;
  }
}
.point-flow-sec .flow-box .flow-cont {
  margin-left: min(9.5703125vw, 98px);
  padding: min(5.859375vw, 60px) 0 min(7.8125vw, 80px);
  width: min(66.40625vw, 680px);
  font-size: min(1.7578125vw, 18px);
}
@media only screen and (max-width: 750px) {
  .point-flow-sec .flow-box .flow-cont {
    margin-left: 12vw;
    padding: 9.3333333vw 0 14.666666vw;
    width: auto;
    font-size: 4vw;
  }
}
@media only screen and (max-width: 750px) {
  .point-flow-sec .period-box > dt {
    width: 30.4vw !important;
  }
}
@media only screen and (max-width: 750px) {
  .point-flow-sec .period-box.sp-column {
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 4vw;
  }
}
.point-flow-sec .period-box.sp-column:first-of-type {
  margin-top: min(3.90625vw, 40px);
}
@media only screen and (max-width: 750px) {
  .point-flow-sec .period-box.sp-column:first-of-type {
    margin-top: 3vw;
  }
}
.point-flow-sec .period-box.sp-column > dt {
  width: min(18.5546875vw, 190px);
}
@media only screen and (max-width: 750px) {
  .point-flow-sec .period-box.sp-column > dt {
    margin-left: 0;
    margin-right: calc(100% - 30.1333333vw);
    border-radius: 4.2666666vw 4.2666666vw 4.2666666vw 0;
    height: 8.533333vw;
  }
}
@media only screen and (max-width: 750px) {
  .point-flow-sec .period-box.sp-column > dd:first-of-type {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 750px) {
  .point-flow-sec .period-box.sp-column > dd {
    margin-top: 1.3333333vw;
  }
}
.point-flow-sec .pf-btn {
  margin: min(5.859375vw, 60px) auto 0;
  width: min(44.921875vw, 460px);
}
@media only screen and (max-width: 750px) {
  .point-flow-sec .pf-btn {
    margin: 9.333333vw auto 0;
    width: 80vw;
  }
}
.point-flow-sec .caution-list {
  margin-top: 0.8em;
  margin-left: min(9.5703125vw, 98px);
}
@media only screen and (max-width: 750px) {
  .point-flow-sec .caution-list {
    margin-left: 12vw;
  }
}
.point-flow-sec .compartment {
  margin-top: min(3.90625vw, 40px);
}

.card-size02 {
  width: min(31.25vw, 320px);
}
@media only screen and (max-width: 750px) {
  .card-size02 {
    width: 53.33333vw;
  }
}

.txt-link-list {
  margin-top: min(2.5390625vw, 26px);
  text-align: center;
  font-size: min(1.3671875vw, 14px);
}
@media only screen and (max-width: 750px) {
  .txt-link-list {
    margin-top: 5.333333vw;
    font-size: 3.2vw;
  }
}
.txt-link-list > li {
  display: inline-block;
  margin-right: 2em;
}
@media only screen and (max-width: 750px) {
  .txt-link-list > li {
    margin-right: 1em;
  }
}
.txt-link-list > li:last-of-type {
  margin-right: 0;
}

img.card-use {
  width: min(23.4375vw, 240px);
}
@media only screen and (max-width: 750px) {
  img.card-use {
    width: 40vw;
  }
}

img.point-get {
  width: min(30.46875vw, 312px);
}
@media only screen and (max-width: 750px) {
  img.point-get {
    width: 53.333333vw;
  }
}

.use-image-box2 {
  margin-top: min(3.90625vw, 40px);
  border-radius: min(1.953125vw, 20px);
  border: solid 3px #e7e7e7;
  padding: min(3.90625vw, 40px) min(5.859375vw, 60px);
  font-size: min(1.5625vw, 16px);
}
@media only screen and (max-width: 750px) {
  .use-image-box2 {
    margin-top: 8vw;
    border-radius: 4.2666666vw;
    padding: 5.333333vw 4.8vw;
    font-size: 3.4666666vw;
  }
}
.use-image-box2 .up-box {
  position: relative;
  margin-top: min(2.44140625vw, 25px);
  border-radius: min(1.953125vw, 20px);
  padding: min(3.41796875vw, 35px) min(5.859375vw, 60px);
  background-color: #fcf5e3;
}
@media only screen and (max-width: 750px) {
  .use-image-box2 .up-box {
    margin-top: 4vw;
    border-radius: 2.6666666vw;
    padding: 5.333333vw 4vw 4vw;
  }
}
.use-image-box2 .up-box.fukidashi {
  margin-bottom: min(3.90625vw, 40px);
}
@media only screen and (max-width: 750px) {
  .use-image-box2 .up-box.fukidashi {
    margin-bottom: 5.3333333vw;
  }
}
.use-image-box2 .up-box.fukidashi::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 0 auto;
  width: min(11.71875vw, 120px);
  height: min(3.90625vw, 40px);
  background-color: #fcf5e3;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media only screen and (max-width: 750px) {
  .use-image-box2 .up-box.fukidashi::after {
    width: 16vw;
    height: 5.3333333vw;
  }
}
.use-image-box2 .up-box .use-family {
  border-radius: min(1.953125vw, 20px);
  background-color: #f5e6c0;
  margin-top: min(2.44140625vw, 25px);
  margin-bottom: min(0.9765625vw, 10px);
  padding: min(1.953125vw, 20px) min(2.44140625vw, 25px);
}
@media only screen and (max-width: 750px) {
  .use-image-box2 .up-box .use-family {
    margin-top: 4vw;
    margin-bottom: 2vw;
    border-radius: 2.6666666vw;
    padding: 3vw 3.5vw;
  }
}
.use-image-box2 .use-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: content-box;
  border-top: solid 1px #cfc9ba;
  height: min(6.8359375vw, 70px);
  font-size: min(1.7578125vw, 18px);
  font-weight: bold;
}
.use-image-box2 .use-price:first-of-type {
  margin-top: min(2.5390625vw, 26px);
}
.use-image-box2 .use-price:last-of-type {
  border-bottom: solid 1px #cfc9ba;
}
@media only screen and (max-width: 750px) {
  .use-image-box2 .use-price {
    height: 13.333333vw;
    font-size: 3.466666vw;
  }
  .use-image-box2 .use-price:first-of-type {
    margin-top: 4vw;
  }
}
.use-image-box2 .use-price > dt {
  display: flex;
  align-items: center;
}
.use-image-box2 .use-price > dd {
  padding-right: min(0.1953125vw, 2px);
}
@media only screen and (max-width: 750px) {
  .use-image-box2 .use-price > dd {
    padding-right: 0;
    font-size: 3.2vw;
  }
}
.use-image-box2 .use-price > dd .num {
  vertical-align: -0.05em;
  font-size: min(2.1484375vw, 22px);
}
@media only screen and (max-width: 750px) {
  .use-image-box2 .use-price > dd .num {
    font-size: 3.733333vw;
  }
}
.use-image-box2 .use-price .icon-suica {
  margin: 0 min(1.3671875vw, 14px) 0 min(0.9765625vw, 10px);
  width: min(3.41796875vw, 35px);
}
@media only screen and (max-width: 750px) {
  .use-image-box2 .use-price .icon-suica {
    margin: 0 2.1333333vw 0 0.5333333vw;
    width: 6.6666666vw;
  }
}
.use-image-box2 .use-price .icon-commuter {
  margin: 0 min(1.3671875vw, 14px) 0 min(0.9765625vw, 10px);
  width: min(3.41796875vw, 35px);
}
@media only screen and (max-width: 750px) {
  .use-image-box2 .use-price .icon-commuter {
    margin: 0 2.1333333vw 0 0.5333333vw;
    width: 6.6666666vw;
  }
}
.use-image-box2 .use-price .icon-smp {
  margin: 0 min(2.05078125vw, 21px) 0 min(1.46484375vw, 15px);
  width: min(2.1484375vw, 22px);
}
@media only screen and (max-width: 750px) {
  .use-image-box2 .use-price .icon-smp {
    margin: 0 3.733333vw 0 1.3333333vw;
    width: 4.2666666vw;
  }
}
.use-image-box2 .use-price .icon-eat {
  margin: 0 min(2.05078125vw, 21px) 0 min(1.66015625vw, 17px);
  width: min(1.85546875vw, 19px);
}
@media only screen and (max-width: 750px) {
  .use-image-box2 .use-price .icon-eat {
    margin: 0 3.733333vw 0 1.6vw;
    width: 3.7333333vw;
  }
}
.use-image-box2 .use-price .icon-pay {
  margin: 0 min(1.85546875vw, 20px) 0 min(1.26953125vw, 15px);
  width: min(2.1484375vw, 22px);
}
@media only screen and (max-width: 750px) {
  .use-image-box2 .use-price .icon-pay {
    margin: 0 3.2vw 0 1.6vw;
    width: 4.2666666vw;
  }
}
.use-image-box2 .use-price .icon-subscription {
  margin: 0 min(1.85546875vw, 20px) 0 min(1.26953125vw, 15px);
  margin: 0 min(0.97vw, 10px) 0 min(0.97vw, 10px);
  width: min(3.41796875vw, 35px);
}
@media only screen and (max-width: 750px) {
  .use-image-box2 .use-price .icon-subscription {
    margin: 0 2.1333333vw 0 0.2666666vw;
    width: 6.6666666vw;
  }
}
.use-image-box2 .kakeru {
  margin: min(1.46484375vw, 15px) auto 0;
  width: min(2.44140625vw, 25px);
}
@media only screen and (max-width: 750px) {
  .use-image-box2 .kakeru {
    margin: 2.666666vw auto 0;
    width: 4.2666666vw;
  }
}
.use-image-box2 .months-txt {
  text-align: center;
  font-size: min(2.34375vw, 24px);
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .use-image-box2 .months-txt {
    font-size: 3.4666666vw;
  }
}

/* ---------------------------------------------------------------

	08. カードのお申込み（流用パーツ含む）

--------------------------------------------------------------- */
.cardDetail > .content > .inner {
  padding: min(7.8125vw, 60px) 0;
}
@media only screen and (max-width: 750px) {
  .cardDetail > .content > .inner {
    padding: 13.333333vw 0;
  }
}

.cardType_balloon {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 3.0769230769vw;
  margin-bottom: 3.5vw;
  border: 1px solid #222;
  border-radius: 12px;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}

.cardType_balloon::before,
.cardType_balloon::after {
  position: absolute;
  bottom: -2.8205128205vw;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.8205128205vw 2.3076923077vw 0 2.3076923077vw;
  border-color: #222 transparent transparent transparent;
  content: "";
}

.cardType_balloon::after {
  margin-bottom: 1px;
  border-color: #fff transparent transparent transparent;
}

.cardType_balloon div {
  display: flex;
  align-items: normal;
  justify-content: center;
  gap: min(1.02vw, 10px);
}
@media only screen and (max-width: 750px) {
  .cardType_balloon div {
    display: block;
  }
}
.cardType_balloon div + div {
  margin-top: min(1.02vw, 10px);
  padding-top: min(1.02vw, 10px);
  border-top: 1px solid #e7e7e7;
}
@media only screen and (max-width: 750px) {
  .cardType_balloon div + div {
    margin-top: 2.66vw;
    padding-top: 2.66vw;
  }
}
.cardType_balloon div figure {
  width: 33%;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .cardType_balloon div figure {
    width: auto;
  }
}
.cardType_balloon div figure img {
  height: min(4.08vw, 40px);
  width: auto;
}
@media only screen and (max-width: 750px) {
  .cardType_balloon div figure img {
    height: 8vw;
  }
}
.cardType_balloon div p {
  width: 57%;
  font-size: min(1.83vw, 18px);
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .cardType_balloon div p {
    width: auto;
    font-size: 3.2vw;
    text-align: center;
  }
}

.cardType_name {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.2564102564vw;
  font-size: clamp(11px, 3.5897435897vw, 25px);
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

.cardType_imgcard img {
  width: 66.66vw;
  height: auto;
  margin-bottom: 1.33vw;
}

.cardType_btn {
  box-shadow: none;
  padding-top: min(1.83vw, 18px);
  padding-bottom: min(1.83vw, 18px);
}

@media only screen and (max-width: 750px) {
  .cardType_name {
    height: 4.8em;
  }
  .cardType_btn {
    font-size: clamp(12px, 3.0769230769vw, 23px);
    line-height: 1.2;
  }
  .cardType_btn[target=_blank]::after {
    right: 2.0512820513vw;
    background-size: 2.0512820513vw auto;
  }
}
@media print, screen and (min-width: 751px) {
  .cardType_balloon {
    padding: min(2.55vw, 25px) min(3.57vw, 35px);
    margin-bottom: min(1.3vw, 18px);
    border-radius: 16px;
  }
  .cardType_balloon::before,
  .cardType_balloon::after {
    bottom: clamp(-10px, -0.9765625vw, -7px);
    border-width: min(1.07421875vw, 11px) min(0.87890625vw, 9px) 0 min(0.87890625vw, 9px);
  }
  .cardType_name {
    margin-bottom: min(0.09765625vw, 1px);
    font-size: clamp(13px, 1.7578125vw, 18px);
  }
  .cardType_imgcard img {
    width: min(45.91vw, 450px);
    height: auto;
    margin-bottom: min(1.53vw, 15px);
  }
}
.cardDetailTable thead th {
  background-color: #fff;
}
.cardDetailTable .td-left-border {
  border-left: 1px solid #ddd;
}
.cardDetailTable .international_brand ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
}
.cardDetailTable .international_brand p {
  text-align: center;
}
.cardDetailTable .cardType_note {
  padding: 0 0 30px;
}
.cardDetailTable .cardType_note .tit1 {
  font-size: min(2.34375vw, 24px);
}
@media only screen and (max-width: 750px) {
  .cardDetailTable .cardType_note .tit1 {
    font-size: 4.2vw;
  }
}
.cardDetailTable .cardType {
  padding: 0 1.2820512821vw 7.6923076923vw;
  vertical-align: top;
}
.cardDetailTable .cardType:first-child {
  padding-left: 0;
  padding-right: 2.5641025641vw;
}
.cardDetailTable .cardType:last-child {
  padding-left: 2.5641025641vw;
  padding-right: 0;
}
@media (min-width: 751px) {
  .cardDetailTable .cardType {
    padding: 0 min(0.48828125vw, 5px) 30px;
  }
  .cardDetailTable .cardType:first-child {
    padding-left: 0;
    padding-right: min(0.9765625vw, 10px);
  }
  .cardDetailTable .cardType:last-child {
    padding-left: min(0.9765625vw, 10px);
    padding-right: 0;
  }
}
.cardDetailTable .cardType .singleBtnHolder_item {
  min-width: 100%;
}
.cardDetailTable .cardType .cardType_name {
  margin-bottom: min(0.9765625vw, 10px);
  border-radius: min(0.9765625vw, 10px);
  padding: min(2.44140625vw, 25px) min(0.48828125vw, 5px);
  background-color: #f5f6f7;
  line-height: 1.3;
  font-size: min(2.34375vw, 24px);
}
@media only screen and (max-width: 750px) {
  .cardDetailTable .cardType .cardType_name {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 2.6666666vw;
    padding: 4vw 2.1333333vw;
    width: 100%;
    height: 22.9333333vw;
    font-size: 3.7333333vw;
  }
}
.cardDetailTable .cardType .cardType_name .hosoku {
  font-size: min(1.953125vw, 20px);
}
@media only screen and (max-width: 750px) {
  .cardDetailTable .cardType .cardType_name .hosoku {
    font-size: 3.2vw;
  }
}
.cardDetailTable .adjust3col {
  padding: 5.1282051282vw 0;
}
.cardDetailTable .adjust3col:not(:first-child) {
  position: relative;
}
.cardDetailTable .adjust3col:not(:first-child)::before {
  position: absolute;
  top: 5.1282051282vw;
  left: 0;
  width: 1px;
  height: calc(100% - 10.2564102564vw);
  background: #e8e8e8;
  content: "";
}
@media (min-width: 751px) {
  .cardDetailTable .adjust3col {
    padding: min(2.44140625vw, 25px) 0;
  }
  .cardDetailTable .adjust3col:not(:first-child) {
    position: relative;
  }
  .cardDetailTable .adjust3col:not(:first-child)::before {
    top: min(2.44140625vw, 25px);
    height: calc(100% - min(4.8828125vw, 50px));
  }
}

@media only screen and (max-width: 750px) {
  .cardType_btn {
    padding: 3vw 1.5384615385vw 3vw 0;
    line-height: 1.2;
    font-size: 3.2vw !important;
  }
}
@media only screen and (max-width: 750px) {
  .cardType_btn[target=_blank]::after {
    right: 2.0512820513vw;
    background-size: 2.0512820513vw auto;
  }
}

.carddetail_card {
  width: 100%;
  max-width: 280px;
  height: auto;
  display: block;
  margin: 10px auto;
}
@media only screen and (max-width: 750px) {
  .carddetail_card {
    width: 87%;
    height: auto;
    margin-bottom: 0;
    margin-top: 8px;
  }
}

.cardDetailLogos_item {
  text-align: center;
}

.cardDetailLogo-suica,
.cardDetailLogo-jrepoint {
  margin: 0 auto;
}

.cardDetail_division + .cardDetail_division {
  margin-top: 10.2564102564vw;
}

.cardDetailTable {
  border-width: 0;
  background: #fff;
  table-layout: fixed;
}
.cardDetailTable th, .cardDetailTable td {
  border: none;
}
.cardDetailTable th {
  padding: 1.7948717949vw 5.1282051282vw 1.5384615385vw;
  border-radius: 10px;
  background: #f5f6f7;
  text-align: center;
  font-size: 4.26666666vw;
  font-weight: 600;
}
.cardDetailTable td {
  padding: 5.1282051282vw 5.1282051282vw 7.6923076923vw;
  font-size: clamp(13px, 4.1025641026vw, 31px);
  line-height: 1.8;
}

[class^=cardDetailLogo-] {
  display: block;
  padding: 0 1.0256410256vw;
  box-sizing: content-box;
}

.cardDetailLogo-jcb {
  width: 10.2564102564vw;
}

.cardDetailLogo-visa {
  width: 10.2564102564vw;
}

.cardDetailLogo-suica {
  width: 22vw;
  margin-top: 20px;
}

.cardDetailLogo-jrepoint {
  width: 12.8205128205vw;
}

.cardDetailLogo-viewcard {
  width: 13vw;
  display: block;
  margin: 15px auto;
}

.cardDetailLogo-wifi {
  width: 9vw;
  display: block;
  margin: 0 auto;
}

.cardDetailLogo-contactless {
  width: 6.4102564103vw;
}

.cardDetailLogo-bic {
  width: 10.7692307692vw;
}

.cardDetailBadge {
  display: inline-block;
  padding: 1.0256410256vw 2.5641025641vw 1.5384615385vw;
  border: 1px solid #222;
  border-radius: 999px;
  text-align: center;
  font-size: clamp(13px, 4.1025641026vw, 31px);
  line-height: 1;
}

.cardDetailNote {
  text-align: center;
}

.cardDetailNote_theme {
  margin-bottom: 0.2em;
  font-weight: 600;
}

.cardDetailNote_detail:not(:last-child) {
  margin-bottom: 1em;
}

.cardDetailNotice {
  margin-top: 6.6666666667vw;
}

.cardDetailNotice_item {
  position: relative;
  padding-left: 1.6em;
}

.cardDetailNotice_item::before {
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 1.2em;
  height: 1em;
  font-size: clamp(10px, 2.5641025641vw, 19px);
  content: "※";
}

.cardDetailNotice_item:not(:first-child) {
  margin-top: 0.5em;
}

@media (min-width: 751px) {
  .cardDetail_division + .cardDetail_division {
    margin-top: min(4.8828125vw, 50px);
  }
  .cardDetailTable th {
    padding: min(1.07421875vw, 11px) min(1.953125vw, 20px);
    font-size: clamp(11px, 1.3671875vw, 14px);
  }
  .cardDetailTable td {
    padding: min(2.44140625vw, 25px) min(1.953125vw, 20px) min(3.22265625vw, 33px);
    font-size: clamp(12px, 1.5625vw, 16px);
    line-height: 2;
  }
  [class^=cardDetailLogo-] {
    padding: 0 min(0.5859375vw, 6px);
  }
  .cardDetailLogo-jcb {
    width: min(4.4921875vw, 46px);
  }
  .cardDetailLogo-visa {
    width: 65px;
  }
  .cardDetailLogo-suica {
    width: min(12.3046875vw, 126px);
  }
  .cardDetailLogo-jrepoint {
    width: min(4.8828125vw, 50px);
  }
  .cardDetailLogo-viewcard {
    width: 55px;
    display: block;
    margin: 15px auto;
  }
  .cardDetailLogo-wifi {
    width: 22.5px;
    display: block;
    margin: 0 auto;
  }
  .cardDetailLogo-bic {
    width: min(4.8828125vw, 50px);
  }
  .cardDetailLogo-contactless {
    width: min(2.44140625vw, 25px);
  }
  .cardDetailBadge {
    padding: min(0.5859375vw, 6px) min(0.9765625vw, 10px);
    font-size: clamp(12px, 1.5625vw, 16px);
  }
  .cardDetailNotice {
    margin-top: min(2.1484375vw, 22px);
  }
  .cardDetailNotice_item {
    padding-left: 1.5em;
    font-size: clamp(12px, 1.5625vw, 16px);
    line-height: 1.7;
  }
  .cardDetailNotice_item::before {
    font-size: clamp(10px, 0.9765625vw, 10px);
  }
}
/* ---------------------------------------------------------------

	09. 注意事項

--------------------------------------------------------------- */
.precautions-sec {
  padding: min(6.666666vw, 80px) 0;
  background-color: #f5f6f7;
}
@media only screen and (max-width: 750px) {
  .precautions-sec {
    padding: 13.333333vw 0;
    font-size: 3.2vw;
  }
}
.precautions-sec .content > .inner {
  margin: 0 auto;
  width: min(76.171875vw, 780px);
}
@media only screen and (max-width: 750px) {
  .precautions-sec .content > .inner {
    width: 100%;
  }
}
.precautions-sec .precautions-list {
  margin-top: min(6.34765625vw, 65px);
  padding-left: 1em;
}
.precautions-sec .precautions-list:nth-of-type(n + 2) {
  margin-top: min(2.9296875vw, 30px);
}
.precautions-sec .precautions-list > li {
  text-indent: -1em;
}
@media only screen and (max-width: 750px) {
  .precautions-sec .precautions-list {
    margin-top: 8vw;
  }
}
.precautions-sec .textLinkIco-blank {
  margin-left: 0.5em !important;
}

.copyright-txt {
  margin-top: min(2.9296875vw, 30px);
  font-size: min(0.9765625vw, 10px);
  color: #666;
}
@media only screen and (max-width: 750px) {
  .copyright-txt {
    margin-top: 4vw;
    font-size: 2.66666666vw;
  }
}

/* ---------------------------------------------------------------

	10. SP用エントリーボタン（フロート要素）

--------------------------------------------------------------- */
@media only screen and (max-width: 750px) {
  .spFlowEntry {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 3.8461538462vw 3.8461538462vw;
    width: 100%;
    background-color: #fff;
  }
  .spFlowEntry_btn {
    display: block;
    position: relative;
    padding: 1.2820512821vw 9.2307692308vw 3.0769230769vw 20vw !important;
    line-height: 1.3;
    font-size: clamp(14px, 4.358974359vw, 33px);
  }
  .spFlowEntry_btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 17vw;
    border-radius: 2px;
    padding-top: 6.4102564103vw;
    width: 10.2564102564vw;
    background: url("/card/campaign/adm/shared/img/viewcardgold_change/card01_visa.png") no-repeat 50% 50%;
    background-size: cover;
    transform: translateY(-50%);
  }
  .globalFooter_bottom {
    padding-bottom: 33.3333333333vw;
  }
  .pagetopBtn {
    bottom: 26.1538461538vw;
  }
}
/* ---------------------------------------------------------------

	10. アコーディオンデザイン箇所追記

--------------------------------------------------------------- */
.ac-box {
  border: dotted #222;
  border-width: 1.5px 0 0 0;
}
.ac-box .ac-box-st {
  font-weight: 600;
  text-align: center;
  padding: 20px 0 0;
  font-size: 18px;
}

@media only screen and (max-width: 750px) {
  .ac-box {
    border-width: 0.4vw 0 0 0;
  }
  .ac-box .ac-box-st {
    padding: 5.33vw 0 0;
    font-size: 4.8vw;
  }
}
.ac-contents {
  margin-bottom: 20px;
}

.ac-contents > * {
  margin-top: 20px;
}

.offpeak_img {
  border-bottom: 1px dotted #222;
  padding-bottom: 40px;
}

.ac-contents {
  margin-bottom: 20px;
}

.ac-contents > * {
  margin-top: 20px;
  font-size: 16px;
}

@media only screen and (max-width: 750px) {
  .ac-contents .text {
    font-size: clamp(13px, 3.1025641026vw, 31px);
    line-height: 1.8;
  }
}
.sp {
  display: none;
}

@media only screen and (max-width: 750px) {
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
  .pc {
    display: none;
  }
}
.imagesLyt.risk_management01 {
  margin: 6vw 0 0;
}

@media print, screen and (min-width: 751px) {
  .imagesLyt.risk_management01 {
    margin: min(3.90625%, 40px) 0 0;
  }
}
#tokuten .catchNote_balloon {
  background-color: #fff;
}
.catchNote_balloon .kome {
  padding-left: 0;
  margin-top: min(1.46484375vw, 5px);
  margin-left: 0;
}

.introduce_acc {
  border-top: 1px dashed #aaa;
  border-bottom: 1px dashed #aaa;
  padding: 25px 0;
}
.introduce_acc .introduce_acc_toggle {
  cursor: pointer;
  background: #f1f1f1 url("/card/campaign/adm/shared/img/viewcardgold_change/ac-toggle-open.svg") no-repeat right 20px center;
  background-size: 25px auto;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  padding: 20px 0;
  transition: opacity 0.4s;
}
.introduce_acc .introduce_acc_toggle:hover {
  opacity: 0.6;
  transition: opacity 0.4s;
}
.introduce_acc .introduce_acc_toggle.is-open {
  background: #f1f1f1 url("/card/campaign/adm/shared/img/viewcardgold_change/ac-toggle-close.svg") no-repeat right 20px center;
  background-size: 25px auto;
  margin-bottom: 25px;
}

@media only screen and (max-width: 750px) {
  .introduce_acc {
    padding: 3vw 0;
  }
  .introduce_acc .introduce_acc_toggle {
    background: #f1f1f1 url("/card/campaign/adm/shared/img/viewcardgold_change/ac-toggle-open.svg") no-repeat right 4vw center;
    background-size: 5vw auto;
    font-size: 4.2vw;
    padding: 3.5vw 0;
  }
  .introduce_acc .introduce_acc_toggle:hover {
    opacity: 1;
  }
  .introduce_acc .introduce_acc_toggle.is-open {
    background: #f1f1f1 url("/card/campaign/adm/shared/img/viewcardgold_change/ac-toggle-close.svg") no-repeat right 4vw center;
    background-size: 5vw auto;
    margin-bottom: 3.5vw;
  }
}/*# sourceMappingURL=style.css.map */