@charset "UTF-8";
@font-face {
  font-family: "DIN-2014 Narrow-Bold";
  font-weight: bold;
  src: url("/function/promotion/common/font/DIN-2014_Narrow-Bold.otf") format("opentype");
}
body {
  font-family: Noto Sans JP, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

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

.header-pc,
.bg-pc,
.cv-area {
  display: none;
}

button {
  all: unset;
  display: inline-block;
  cursor: pointer;
}

.c-list[data-type=asterisk-number-half_colon][data-value="3"] {
  counter-reset: number 2;
}

.c-list[data-type=asterisk-number-half_colon][data-value="4"] {
  counter-reset: number 3;
}

header {
  width: 100%;
  max-width: 375px;
  margin: auto;
  padding: 9px 10px;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
}

header h1 img {
  width: 150px;
}

.l-section__inner {
  padding-right: 20px;
  padding-left: 20px;
}

.l-section__block {
  background-color: #F5FCFF;
  border-radius: 10px;
  padding: 40px 20px;
}

#wrap {
  width: 100%;
  max-width: 375px;
  margin: auto;
  background: #fff;
}

.mv-cardChangeTab {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv-cardChangeTab button {
  width: 50%;
  height: 214px;
}

.mv-cardChangeTab .regular {
  border-radius: 20px 20px 0 0;
  box-shadow: 0px 0px 14px rgba(0, 62, 145, 0.6);
  z-index: 2;
}

.bg-gradient {
  padding-top: 10px;
  padding-bottom: 39px;
  background: linear-gradient(#dbf6ff 0%, #6fd8ff 49.75%, #b2ebff 100%);
}

.promotion-cardLogo {
  width: 145px;
  margin: 0 auto 25px;
  display: block;
}

.promotion-img_01 {
  width: 272px;
  display: block;
  margin: auto;
}

.promotion-img_02 {
  margin: 18px auto 23px;
  width: 250px;
  display: block;
  transform: translateX(4px);
}

.promotion-img_04 {
  width: 90%;
  margin: 0 auto;
}

.c-accordion {
  box-shadow: 0px 0px 10px rgba(0, 62, 145, 0.3);
  border-radius: 8px;
}

.c-accordion__container {
  margin-top: 15px;
}

.c-accordion__head {
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 8px;
  padding: 8px 12px;
  padding-right: 35px;
}

.c-accordion__head span {
  font-weight: bold;
  color: #004ECB;
  display: block;
}

.c-accordion__head::after,
.c-accordion__head::before {
  background-color: #004ECB;
  width: 13px;
  height: 1.5px;
}

.c-accordion__body {
  background-color: #fff;
  padding-top: 0;
  border-radius: 8px;
}

.c-accordion__body .c-text {
  font-size: 12px;
  font-weight: bold;
}

.border-top {
  border-top: 1px solid #CCCCCC;
  margin-top: 0;
  padding-top: 20px;
}

.cv-button {
  box-sizing: border-box;
  margin: 26px auto 0;
  padding: 20px 30px;
  border-radius: 50px;
  width: 295px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  background: linear-gradient(90deg, #2080e0 0%, #40a0e0 100%);
  box-shadow: 2px 4px 0px #003e91;
}

.cv-button:hover {
  text-decoration: none;
}

.cv-button::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  transform: rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  background-color: transparent;
  content: "";
}

a.cv-button:visited {
  color: #fff;
  text-decoration: none;
}

.c-list[data-type=circle-number] > li {
  text-indent: -15px;
  padding-left: 15px;
  font-size: 12px;
  font-weight: bold;
}

.c-list[data-type=circle-number] > li + li,
.c-list[data-type=asterisk-number-half_colon] > li + li {
  margin-top: 5px;
}

.c-list[data-type=asterisk-number-half_colon] > li {
  font-weight: bold;
  font-size: 11px;
}

.c-link.arrow::before {
  position: absolute;
  content: "あああ";
  left: -18px;
  color: #333333;
}

.c-link {
  font-size: 12px;
  font-weight: bold;
  margin-left: 15px;
}

.recommend {
  margin-top: 0;
  background: url("/function/promotion/black_friday2511/img/img_recommend_bg.png") no-repeat top center;
  background-size: 100%;
}

.recommend .regularContents.l-section__block {
  position: relative;
  z-index: 1;
}

.recommend-head {
  width: 95%;
  padding-top: 20px;
  margin: 0 auto -3px;
}

.recommend-list {
  margin-top: 18px;
  border: 2px solid #151515;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 16px;
}

.c-list[data-type=check] > li::before {
  top: 7px;
  width: 15px;
  height: 11px;
  background-image: url("/function/promotion/black_friday2511/img/icon_check.svg");
  background-repeat: no-repeat;
  background-size: 15px;
}

.c-list[data-type=check] > li {
  font-size: 14px;
  font-weight: bold;
  padding-left: 26px;
  letter-spacing: 0.3px;
}

.c-list[data-type=check] > li span {
  font-weight: bold;
  color: #004ECB;
}

.c-list[data-type=check] > li:not(:first-child) {
  margin-top: 10px;
}

sup {
  font-size: 10px;
  vertical-align: super;
  font-weight: bold;
}

.recommend-list .c-list[data-type=kome] > li {
  font-weight: bold;
  margin-top: 5px;
  font-size: 11px;
}

.card {
  padding-top: 40px;
  padding-bottom: 42px;
  background-color: #E6F8FF;
  background-image: radial-gradient(circle, #afe9ff 2.25px, transparent 2.25px), radial-gradient(circle, #afe9ff 2.25px, transparent 2.25px);
  background-position: 0 0, 7.75px 7.5px;
  background-size: 15.5px 15px;
}

.card-head {
  width: 212px;
  margin: auto;
}

.card-step {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.card-step > li {
  width: 92px;
  border: 1px solid #151515;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  padding: 25px 7px 14px;
  box-sizing: border-box;
  text-align: center;
}

.card-step > li p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

.card-step__label {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
}

.card-step > li:nth-child(2) .card-step__label,
.card-step > li:nth-child(3) .card-step__label {
  width: 90px;
}

.card-step > li:nth-child(2) .card-step__icon {
  width: 31px;
}

.card-step > li:nth-child(3) .card-step__icon {
  width: 55px;
}

.card-text {
  text-align: center;
  font-size: 16px;
  color: #151515;
  font-weight: bold;
  line-height: 1.5;
  margin: 28px auto 24px;
  margin-left: -7px;
  margin-right: -7px;
}

.card-head_02 {
  margin: 39px auto 22px;
  width: 222px;
}

.card-img_02 {
  width: 274px;
  display: block;
  margin: auto;
  transform: translateX(6px);
}

.card .cv-button {
  margin-top: 15px;
  margin-bottom: 27px;
}

.card .c-accordion__container {
  margin-top: 28px;
}

.c-accordion__head[data-type=large] {
  font-size: 14px;
  color: #004ECB;
  text-align: center;
  padding: 13px 12px;
  line-height: 1.3;
}

.detail-table-scroll,
.detail-table-scroll-full {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.detail_table {
  width: 750px;
}

table th:nth-child(1),
table td:nth-child(1) {
  width: 10%;
}

table th:nth-child(2),
table td:nth-child(2) {
  width: 10%;
}

table th:nth-child(3),
table td:nth-child(3) {
  width: 10%;
}

table th:nth-child(4),
table td:nth-child(4) {
  width: 35%;
}

table th:nth-child(5),
table td:nth-child(5) {
  width: 35%;
}

.detail_table td,
.detail_table th {
  border: 1px solid #e4e4e4;
}

.detail_table .noborder {
  border: none;
}

.detail_table thead th {
  padding: 0 5px 10px;
  font-size: 1.6rem;
  text-align: center;
}

.detail_table thead .standard,
.detail_table thead .gold {
  border: none;
}

.detail_table thead th > p {
  margin-bottom: 7px;
  font-weight: 700;
}

.detail_table thead .standard img {
  max-width: 183px;
}

.detail_table thead .gold img {
  max-width: 183px;
}

.detail_table tbody td,
.detail_table tbody th {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.3;
}

.detail_table tbody th {
  background-color: #f3f3f3;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
}

.detail_table tbody td,
.detail_table tbody th {
  padding: 10px;
}

.detail_table tbody tr td {
  white-space: normal;
  text-align: justify;
}

.detail_table .notes_list .mark,
.detail_table .notes_list > li,
.detail_table tbody td {
  color: #666;
  font-size: 1.2rem;
}

.detail_table .description {
  margin: 10px 0;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: bold;
}

.detail_table .description span {
  font-weight: bold;
}

.benefitsDetails__list li {
  display: table;
  line-height: 1.4;
  font-weight: bold;
}

.benefitsDetails__list .benefitsDetails__listIcon {
  display: table-cell;
}

.benefitsDetails__list {
  margin-top: 15px;
  font-size: 11px;
}

.benefitsDetails__listLead,
.benefitsDetails__listIcon {
  font-weight: bold;
}

.benefitsDetails__hdg {
  position: relative;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
  color: #eb5505;
  font-size: 14px;
  font-weight: 700;
}

.benefitsDetails__hdg:after {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 70px;
  height: 1px;
  background: #e9561e;
  content: "";
}

.benefitsDetails__lead {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
}

.benefitsDetails__list .benefitsDetails__list {
  margin-top: 0;
}

.benefitsDetails__fontSmall li {
  color: #666;
  font-size: 11px;
}

.faq {
  padding-top: 55px;
  padding-bottom: 40px;
  background: linear-gradient(#e5f7ff 0%, #dff7ff 46.59%, #7cdbff 100%);
}

.faq-head {
  margin: 0px auto 23px;
  width: 206px;
}

.faq .c-accordion {
  box-shadow: none;
  border: 1px solid #151515;
  border-radius: 4px;
}

.faq .c-accordion .c-accordion__head {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 4px;
}

.faq .c-accordion .c-accordion__head.is-open {
  border-radius: 4px 4px 0 0;
}

.faq .c-accordion .c-accordion__head span {
  position: relative;
  background: url("/function/promotion/black_friday2511/img/icon_question.svg") no-repeat center/contain;
  display: block;
  width: 23px;
  height: 23px;
  margin-right: 13px;
  flex-shrink: 0;
}

.faq .c-accordion__head::after,
.faq .c-accordion__head::before {
  width: 15px;
}

.faq .c-accordion__body {
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #151515;
  padding-top: 15px;
  font-size: 13px;
  line-height: 1.4;
}

.faq__item + .faq__item {
  margin-top: 15px;
}

.campaignNumber {
  text-align: right;
  margin-top: 41px;
  margin-bottom: 18px;
  padding-right: 10px;
  line-height: 1.3;
  font-size: 14px;
}

address {
  margin-bottom: 10px;
  padding: 10px;
  border-top: 1px solid #f3f3f3;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
}

address .contact_name {
  font-weight: 700;
}

address .contact_tel {
  font-size: 23px;
  font-weight: bold;
}

.footer_bottom {
  padding: 25px 15px;
  font-size: 14px;
  background-color: #f3f3f3;
  color: #888;
  text-align: center;
  line-height: 1.5;
}

.amex-box {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 18px 17px;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 40px;
}

.amex-box p {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
}

.amex-box sup {
  font-size: 14px;
  vertical-align: baseline;
}

.banner {
  width: 300px;
  position: fixed;
  top: 25px;
  right: 0;
  z-index: 5;
  filter: drop-shadow(13px 0px 8px rgba(0, 62, 145, 0.6));
  display: none;
}

.banner.is-shown {
  display: block;
}

/** ============================================
ゴールドカーチE
 ============================================ **/
.goldContents,
.gold .regularContents {
  display: none;
}

.gold .goldContents {
  display: block;
}

.gold header h1 img {
  width: 217px;
  margin-bottom: 2px;
}

.gold .mv-cardChangeTab .regular {
  box-shadow: none;
  z-index: 1;
}

.gold .mv-cardChangeTab .gold {
  box-shadow: 0px 0px 14px rgba(163, 83, 0, 0.6);
  z-index: 2;
  border-radius: 20px 20px 0 0;
}

.gold .promotion-img_01 {
  width: 295px;
}

.gold .c-accordion__head span {
  color: #F56800;
}

.gold .c-accordion__head::after,
.gold .c-accordion__head::before {
  background-color: #F56800;
}

.gold .cv-button {
  background: linear-gradient(90deg, #f58700 0%, #f0af00 100%);
  box-shadow: 2px 4px 0px #aa5c00;
  padding: 20px 25px;
}

.gold .cv-button span {
  font-weight: bold;
  display: inline-block;
}

.gold .cv-button + .c-list {
  margin-top: 11px;
}

.c-list[data-type=kome][data-size=s] > li,
.gold .c-list li {
  font-weight: bold;
  font-size: 11px;
}

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

.gold .bg-gradient {
  background: linear-gradient(#fff2c6 0%, #ffe169 13.3%, #fff6d9 46.59%, #ffe169 88.67%, #ffe169 100%);
}

.gold .recommend {
  background: none;
  position: relative;
}

.gold .recommend::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/function/promotion/black_friday2511/img/img_recommend_bg_gold.png) no-repeat top center;
  background-size: 100%;
  mix-blend-mode: multiply;
}

.gold .recommend .l-section__inner {
  z-index: 1;
  position: relative;
}

.gold .l-section__block {
  background-color: #FFFCF4;
  position: relative;
}

.regularContents .recommend-img_label,
.gold .recommend-img_label {
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
}

.gold .recommend-head {
  margin-bottom: 55px;
}

.gold .c-accordion {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(163, 83, 0, 0.3);
}

.regularContents .recommend-img_01,
.gold .recommend-img_01 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.gold .c-accordion__head[data-type=large] {
  color: #F56801;
}

.c-table p {
  font-size: 12px;
  font-weight: bold;
}

.c-table td,
.c-table th {
  padding: 10px 7px;
}

.c-list[data-type=kome] > li .c-link {
  font-size: 11px;
}

.c-link[data-icon=window]::before {
  left: 0;
}

.c-link[data-icon=window] {
  margin-left: 0px;
  padding-left: 15px;
}

.recommend-img_02,
.recommend-img_03 {
  margin-top: 40px;
}

.plan {
  margin-top: 30px;
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: #FFFCF4;
  background-image: radial-gradient(circle, #fff187 2.25px, transparent 2.25px), radial-gradient(circle, #fff187 2.25px, transparent 2.25px);
  background-position: 0 0, 7.75px 7.5px;
  background-size: 15.5px 15px;
}

.plan .l-section__inner {
  padding-right: 10px;
  padding-left: 10px;
}

.regularContents.l-section__block.fix,
.gold .l-section__block.fix {
  margin-top: 73px;
}

.gold .bg-gradient_03 .l-section__block.fix {
  margin-top: 0;
}

.gold .promotion-img_02 {
  margin: 22px auto 23px;
}

.gold .recommend-img_04 {
  margin-top: 18px;
  width: 298px;
}

.gold .recommend-text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 11px;
  line-height: 1.3;
}

.gold .recommend-text_02 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
  line-height: 1.3;
  color: #707070;
  margin-bottom: 26px;
}

.gold .recommend-text span {
  font-size: 17px;
  font-weight: bold;
}

.gold .recommend-text span.num {
  font-size: 24px;
  font-weight: bold;
}

.regularContents .recommend-head_02,
.gold .recommend-head_02 {
  margin: 14px auto 17px;
  width: 295px;
}

.gold .recommend-head_03 {
  margin: 14px auto 17px;
  width: 237px;
}

.benefitsDetails .c-table {
  table-layout: fixed;
}

.benefitsDetails .c-table th:nth-child(1) {
  width: 35%;
}

.benefitsDetails .c-table th:nth-child(2) {
  width: 20%;
}

.benefitsDetails .c-table th:nth-child(3) {
  width: 45%;
}

.benefitsDetails .c-table th {
  font-weight: bold;
}

.benefitsDetails .c-table td {
  font-size: 11px;
  font-weight: bold;
}

.c-link[data-icon=arrow] {
  padding-left: 16px;
  margin-left: 0;
}

.benefitsDetails__fontSmall li .c-link[data-icon=arrow] {
  font-size: 11px;
}

.charge {
  margin-top: 40px;
}

.charge-head {
  width: 287px;
  margin: auto;
  margin-bottom: 19px;
}

.charge-text {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 14px;
  letter-spacing: 1px;
}

.charge-step {
  border-radius: 8px;
  background-color: #fff;
  margin-top: 20px;
  padding-bottom: 18px;
  margin-bottom: 37px;
}

.charge-step__head {
  text-align: center;
  background-color: #BB850E;
  border-radius: 8px 8px 0 0;
  padding: 12px;
}

.charge-step__head img {
  width: 160px;
}

.charge-step__label {
  width: 262px;
  display: block;
  margin: 20px auto 0;
}

.c-slider__container {
  margin-top: 0px;
}

.c-slider__container[data-type="2"] .c-slider > li,
.c-slider__container[data-type="2"] .c-slider > li:nth-child(n+2) {
  margin: 0;
}

.c-slider > li .c-slider__wrap {
  padding: 0px 15px;
}

.c-slider > li .c-slider__img {
  width: 133px;
  margin: 0 auto;
}

.c-slider > li .c-slider__lead {
  margin-top: 5px;
  font-size: 15px;
  color: #151515;
  margin-bottom: 7px;
  text-align: left;
}

.c-slider__container[data-type="2"] .bx-wrapper .bx-pager {
  bottom: -44px;
}

.c-slider__container .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0px 4px;
  width: 5px;
  height: 10px;
  padding: 0px 4px;
}

.c-slider__container .bx-wrapper .bx-controls-direction .bx-next {
  background-image: url(/function/promotion/black_friday2511/img/icon_arrow_right.svg);
}

.c-slider__container .bx-wrapper .bx-controls-direction .bx-prev {
  background-image: url(/function/promotion/black_friday2511/img/icon_arrow_left.svg);
}

.c-slider__container .bx-wrapper .bx-controls-direction .bx-next,
.c-slider__container .bx-wrapper .bx-controls-direction .bx-prev {
  width: 25px;
  height: 25px;
  margin-top: -74px;
}

.c-slider__container[data-type="2"] .bx-wrapper .bx-controls-direction .bx-next {
  right: 15px;
}

.c-slider__container[data-type="2"] .bx-wrapper .bx-controls-direction .bx-prev {
  left: 15px;
}

.bx-prev {
  visibility: hidden;
}

.gold .card {
  background-color: #FFFBDE;
  background-image: radial-gradient(circle, #fff187 2.25px, transparent 2.25px), radial-gradient(circle, #fff187 2.25px, transparent 2.25px);
  background-position: 0 0, 7.75px 7.5px;
  background-size: 15.5px 15px;
}

.gold .card-img_02 {
  width: 242px;
  transform: translateX(0);
}

.gold .card .cv-button {
  margin-top: 23px;
}

.detail_table .conditions_list {
  margin-bottom: 15px;
  padding-left: 15px;
}

.detail_table .conditions_list > li {
  font-size: 12px;
  line-height: 1.5;
  list-style-type: disc;
  font-weight: bold;
}

.detail_table .notes li {
  font-weight: bold;
  text-indent: -24px;
  padding-left: 24px;
  margin-top: 5px;
}

.benefitsDetails__fontSmall li + li {
  margin-top: 5px;
}

.benefitsDetails__fontSmall .benefitsDetails__fontSmall li + li {
  margin-top: 0;
}

.gold .card .c-accordion__container {
  margin-top: 23px;
}

.gold .faq {
  background: linear-gradient(#fff2c6 0%, #fff6d9 46.59%, #ffe169 100%);
}

.faq__item p + p,
.faq__item ul + p {
  margin-top: 12px;
}

.faq__item p + ul {
  margin-top: 5px;
}

.faq__item .c-list li {
  font-weight: normal;
}

.gold .faq .c-accordion .c-accordion__head span {
  background: url(/function/promotion/black_friday2511/img/icon_question_gold.svg) no-repeat center/contain;
}

.gold .faq .c-accordion {
  box-shadow: none;
}

.gold .banner {
  left: 0;
  filter: drop-shadow(-13px 0px 8px rgba(163, 83, 0, 0.6));
}

.crr__container {
  margin: 18px 6px 0;
  font-size: 14px;
  line-height: 1.5;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}

.crr__text {
  text-align: left;
  max-height: 70vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 7px;
}

.crr-button {
  margin-top: 18px;
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 8px;
  padding: 8px 12px;
  padding-right: 35px;
  position: relative;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0, 62, 145, 0.3);
  border-radius: 8px;
}

.crr-button[data-modal=crr01] {
  max-width: 245px;
  margin: 18px auto 0;
  display: block;
}

.gold .crr-button {
  box-shadow: 0px 0px 10px rgba(163, 83, 0, 0.3);
}

.gold .crr-button span {
  color: #F56800;
}

.crr-button span {
  font-weight: bold;
  color: #004ECB;
  display: block;
}

.crr-button::after,
.crr-button::before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 14px;
  background-color: #004ECB;
  width: 13px;
  height: 1.5px;
  transform: translateY(-50%);
  content: "";
}

.crr-button::after {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: all 0.2s ease;
}

.gold .crr-button::after,
.gold .crr-button::before {
  background-color: #F56800;
}

.c-modal__contents {
  padding: 50px 20px 23px;
}

@media all and (max-width: 750px) {
  #wrap {
    width: 100%;
    max-width: 100%;
  }
  header {
    max-width: 100vw;
    padding: 2.4vw 2.6666666667vw;
    border-bottom: 0.2666666667vw solid #cccccc;
  }
  header h1 img {
    width: 40vw;
  }
  .c-link[data-icon=window]::before {
    top: 0.8vw;
    left: 0.8vw;
    width: 2.9333333333vw;
    height: 2.6666666667vw;
  }
  .c-link[data-icon=arrow]::before {
    top: 0.8vw;
    left: 0.8vw;
    width: 1.6vw;
    height: 2.6666666667vw;
  }
  .c-table td,
  .c-table th {
    font-size: 3.7333333333vw;
  }
  .l-section__inner {
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
  .l-section__block {
    border-radius: 2.6666666667vw;
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .mv-cardChangeTab button,
  .mv-cardChangeTab button img {
    height: 57.3333333333vw;
  }
  .mv-cardChangeTab .regular {
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
    box-shadow: 0 0 3.7333333333vw rgba(0, 62, 145, 0.6);
  }
  .bg-gradient {
    padding-top: 2.6666666667vw;
    padding-bottom: 10.4vw;
  }
  .promotion-cardLogo {
    width: 38.6666666667vw;
    margin: 0 auto 6.6666666667vw;
  }
  .promotion-img_01 {
    width: 72.5333333333vw;
  }
  .promotion-img_02 {
    margin: 4.8vw auto 6.1333333333vw;
    width: 66.6666666667vw;
    transform: translateX(1.0666666667vw);
  }
  .c-accordion {
    box-shadow: 0vw 0vw 2.6666666667vw rgba(0, 62, 145, 0.3);
    border-radius: 2.1333333333vw;
  }
  .c-accordion__container {
    margin-top: 4vw;
  }
  .c-accordion__head {
    font-size: 3.2vw;
    border-radius: 2.1333333333vw;
    padding: 2.1333333333vw 3.2vw;
    padding-right: 9.3333333333vw;
  }
  .c-accordion__head::after,
  .c-accordion__head::before {
    width: 3.4666666667vw;
  }
  .c-accordion__body {
    border-radius: 2.1333333333vw;
  }
  .c-accordion__body .c-text {
    font-size: 3.2vw;
  }
  .border-top {
    border-top: 0.2666666667vw solid #CCCCCC;
    padding-top: 5.3333333333vw;
  }
  .cv-button {
    margin: 6.9333333333vw auto 0;
    padding: 5.3333333333vw 8vw;
    border-radius: 13.3333333333vw;
    width: 78.6666666667vw;
    font-size: 3.7333333333vw;
    box-shadow: 0.5333333333vw 1.0666666667vw 0vw #003e91;
  }
  .cv-button::after {
    right: 3.2vw;
    width: 1.6vw;
    height: 1.6vw;
    margin-top: -0.8vw;
    border-top: solid 0.5333333333vw #fff;
    border-right: solid 0.5333333333vw #fff;
  }
  .c-list[data-type=circle-number] > li {
    text-indent: -4vw;
    padding-left: 4vw;
    font-size: 3.2vw;
  }
  .c-list[data-type=circle-number] > li + li,
  .c-list[data-type=asterisk-number-half_colon] > li + li {
    margin-top: 1.3333333333vw;
  }
  .c-list[data-type=asterisk-number-half_colon] > li {
    font-size: 2.9333333333vw;
  }
  .c-link.arrow::before {
    left: -4.8vw;
  }
  .c-link {
    font-size: 3.2vw;
    margin-left: 4vw;
  }
  .recommend-head {
    padding-top: 14.9333333333vw;
    margin-bottom: -0.8vw;
  }
  .recommend-list {
    margin-top: 4.8vw;
    border: 0.5333333333vw solid #151515;
    border-radius: 2.1333333333vw;
    padding: 5.3333333333vw 4.2666666667vw;
  }
  .c-list[data-type=check] > li::before {
    top: 1.8666666667vw;
    width: 4vw;
    height: 2.9333333333vw;
    background-size: 4vw;
  }
  .c-list[data-type=check] > li {
    font-size: 3.7333333333vw;
    padding-left: 6.9333333333vw;
    letter-spacing: 0.8vw;
  }
  .c-list[data-type=check] > li:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
  sup {
    font-size: 2.6666666667vw;
  }
  .recommend-list .c-list[data-type=kome] > li {
    margin-top: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
  .card {
    padding-top: 10.6666666667vw;
    padding-bottom: 11.2vw;
  }
  .card-head {
    width: 56.5333333333vw;
  }
  .card-step {
    margin-top: 8.5333333333vw;
    gap: 2.6666666667vw;
  }
  .card-step > li {
    width: 24.5333333333vw;
    border: 0.2666666667vw solid #151515;
    border-radius: 2.6666666667vw;
    padding: 6.6666666667vw 1.8666666667vw 3.7333333333vw;
  }
  .card-step > li p {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .card-step__label {
    top: -3.7333333333vw;
    width: 22.4vw;
  }
  .card-step > li:nth-child(2) .card-step__label,
  .card-step > li:nth-child(3) .card-step__label {
    width: 24vw;
  }
  .card-step > li:nth-child(2) .card-step__icon {
    width: 8.2666666667vw;
  }
  .card-step > li:nth-child(3) .card-step__icon {
    width: 14.6666666667vw;
  }
  .card-text {
    font-size: 4.2666666667vw;
    margin: 7.4666666667vw auto 6.4vw;
    margin-left: -1.8666666667vw;
    margin-right: -1.8666666667vw;
  }
  .card-head_02 {
    margin: 10.4vw auto 5.8666666667vw;
    width: 59.2vw;
  }
  .card-img_02 {
    width: 73.0666666667vw;
    transform: translateX(1.6vw);
  }
  .card .cv-button {
    margin-top: 4vw;
    margin-bottom: 7.2vw;
  }
  .card .c-accordion__container {
    margin-top: 7.4666666667vw;
  }
  .c-accordion__head[data-type=large] {
    font-size: 3.7333333333vw;
    padding: 3.4666666667vw 3.2vw;
  }
  .detail_table {
    width: 170.6666666667vw;
  }
  .detail_table td,
  .detail_table th {
    border: 0.2666666667vw solid #e4e4e4;
  }
  .detail_table thead th {
    padding: 0 1.3333333333vw 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .detail_table thead th > p {
    margin-bottom: 1.8666666667vw;
  }
  .detail_table thead .standard img {
    max-width: 48.8vw;
  }
  .detail_table thead .gold img {
    max-width: 48.8vw;
  }
  .detail_table tbody td,
  .detail_table tbody th {
    font-size: 3.7333333333vw;
  }
  .detail_table tbody td,
  .detail_table tbody th {
    padding: 2.6666666667vw;
  }
  .detail_table .notes_list .mark,
  .detail_table .notes_list > li,
  .detail_table tbody td {
    font-size: 3.2vw;
  }
  .detail_table .description {
    margin: 2.6666666667vw 0;
    font-size: 3.2vw;
  }
  .benefitsDetails__list {
    margin-top: 4vw;
    font-size: 2.9333333333vw;
  }
  .benefitsDetails__hdg {
    margin-top: 5.3333333333vw;
    padding-bottom: 1.3333333333vw;
    border-bottom: 0.2666666667vw solid #e5e5e5;
    font-size: 3.7333333333vw;
  }
  .benefitsDetails__hdg:after {
    bottom: -0.2666666667vw;
    width: 18.6666666667vw;
    height: 0.2666666667vw;
  }
  .benefitsDetails__lead {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
  .benefitsDetails__fontSmall li {
    font-size: 2.9333333333vw;
  }
  .faq {
    padding-top: 14.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .faq-head {
    margin: 0vw auto 6.1333333333vw;
    width: 54.9333333333vw;
  }
  .faq .c-accordion {
    border: 0.2666666667vw solid #151515;
    border-radius: 1.0666666667vw;
  }
  .faq .c-accordion .c-accordion__head {
    font-size: 3.7333333333vw;
    border-radius: 1.0666666667vw;
  }
  .faq .c-accordion .c-accordion__head.is-open {
    border-radius: 1.0666666667vw 1.0666666667vw 0 0;
  }
  .faq .c-accordion .c-accordion__head span {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
    margin-right: 3.4666666667vw;
  }
  .faq .c-accordion__head::after,
  .faq .c-accordion__head::before {
    width: 4vw;
  }
  .faq .c-accordion__body {
    border-radius: 0 0 1.0666666667vw 1.0666666667vw;
    border-top: 0.2666666667vw solid #151515;
    padding-top: 4vw;
    font-size: 3.4666666667vw;
  }
  .faq__item + .faq__item {
    margin-top: 4vw;
  }
  .faq__item .c-link {
    font-size: 3.4666666667vw;
    font-weight: normal;
    vertical-align: unset;
  }
  .faq .c-link[data-icon=window]::before {
    top: 1.0666666667vw;
  }
  .campaignNumber {
    font-size: 3.2vw;
    margin-top: 10.9333333333vw;
    margin-bottom: 4.8vw;
    padding-right: 2.6666666667vw;
  }
  address {
    margin-bottom: 2.6666666667vw;
    padding: 2.6666666667vw;
    border-top: 0.2666666667vw solid #f3f3f3;
    font-size: 3.2vw;
  }
  address .contact_tel {
    font-size: 6.1333333333vw;
  }
  .footer_bottom {
    padding: 6.6666666667vw 4vw;
    font-size: 3.7333333333vw;
  }
  .amex-box {
    border: 0.2666666667vw solid #ccc;
    border-radius: 2.1333333333vw;
    padding: 4.8vw 4.5333333333vw;
    margin-right: 5.3333333333vw;
    margin-left: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
  .amex-box p {
    font-size: 3.2vw;
  }
  .amex-box sup {
    font-size: 3.7333333333vw;
  }
  .banner {
    width: 80vw;
    top: 6.6666666667vw;
  }
  /** ============================================
  ゴールドカーチE
   ============================================ **/
  .gold header h1 img {
    width: 57.8666666667vw;
    margin-bottom: 0.5333333333vw;
  }
  .gold .mv-cardChangeTab .gold {
    box-shadow: 0 0 3.7333333333vw rgba(163, 83, 0, 0.6);
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  }
  .gold .promotion-img_01 {
    width: 78.6666666667vw;
  }
  .gold .cv-button {
    box-shadow: 0.5333333333vw 1.0666666667vw 0vw #aa5c00;
    padding: 5.3333333333vw 6.6666666667vw;
  }
  .gold .cv-button + .c-list {
    margin-top: 2.9333333333vw;
  }
  .c-list[data-type=kome][data-size=s] > li,
  .gold .c-list li {
    font-size: 2.9333333333vw;
  }
  .regularContents .recommend-img_label,
  .gold .recommend-img_label {
    top: -8.8vw;
    width: 69.3333333333vw;
  }
  .gold .recommend-head {
    margin-bottom: 14.6666666667vw;
  }
  .gold .c-accordion {
    box-shadow: 0vw 0vw 2.6666666667vw rgba(163, 83, 0, 0.3);
  }
  .regularContents .recommend-img_01,
  .gold .recommend-img_01 {
    margin-top: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .c-table p {
    font-size: 3.2vw;
  }
  .c-table td,
  .c-table th {
    padding: 2.6666666667vw 1.8666666667vw;
  }
  .c-list[data-type=kome] > li .c-link {
    font-size: 2.9333333333vw;
  }
  .c-link[data-icon=window] {
    margin-left: 0vw;
    padding-left: 4vw;
  }
  .recommend-img_02,
  .recommend-img_03 {
    margin-top: 10.6666666667vw;
  }
  .plan {
    margin-top: 8vw;
    padding-top: 6.9333333333vw;
    padding-bottom: 6.9333333333vw;
  }
  .plan .l-section__inner {
    padding-right: 2.6666666667vw;
    padding-left: 2.6666666667vw;
  }
  .regularContents.l-section__block.fix,
  .gold .l-section__block.fix {
    margin-top: 19.4666666667vw;
  }
  .gold .bg-gradient_03 .l-section__block.fix {
    margin-top: 0;
  }
  .gold .promotion-img_02 {
    margin: 5.8666666667vw auto 6.1333333333vw;
  }
  .gold .recommend-img_04 {
    margin-top: 4.8vw;
    width: 79.4666666667vw;
  }
  .gold .recommend-text {
    font-size: 5.3333333333vw;
    margin-top: 2.9333333333vw;
  }
  .gold .recommend-text_02 {
    font-size: 4.2666666667vw;
    margin-top: 1.3333333333vw;
    margin-bottom: 6.9333333333vw;
  }
  .gold .recommend-text span {
    font-size: 4.5333333333vw;
  }
  .gold .recommend-text span.num {
    font-size: 6.4vw;
  }
  .regularContents .recommend-head_02,
  .gold .recommend-head_02 {
    margin: 3.7333333333vw auto 4.5333333333vw;
    width: 78.6666666667vw;
  }
  .gold .recommend-head_03 {
    margin: 3.7333333333vw auto 4.5333333333vw;
    width: 63.2vw;
  }
  .benefitsDetails .c-table td {
    font-size: 2.9333333333vw;
  }
  .c-link[data-icon=arrow] {
    padding-left: 4.2666666667vw;
  }
  .benefitsDetails__fontSmall li .c-link[data-icon=arrow] {
    font-size: 2.9333333333vw;
  }
  .charge {
    margin-top: 10.6666666667vw;
  }
  .charge-head {
    width: 76.5333333333vw;
    margin-bottom: 5.0666666667vw;
  }
  .charge-text {
    font-size: 4.2666666667vw;
    margin-top: 3.7333333333vw;
    letter-spacing: 0.2666666667vw;
  }
  .charge-step {
    border-radius: 2.1333333333vw;
    margin-top: 5.3333333333vw;
    padding-bottom: 4.8vw;
    margin-bottom: 9.8666666667vw;
  }
  .charge-step__head {
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
    padding: 3.2vw;
  }
  .charge-step__head img {
    width: 42.6666666667vw;
  }
  .charge-step__label {
    width: 69.8666666667vw;
    margin: 5.3333333333vw auto 0;
  }
  .c-slider__container {
    margin-top: 0vw;
  }
  .c-slider__container[data-type="2"] .c-slider > li {
    width: 80vw;
  }
  .c-slider > li .c-slider__wrap {
    padding: 0vw 4vw;
  }
  .c-slider > li .c-slider__img {
    width: 35.4666666667vw;
  }
  .c-slider > li .c-slider__lead {
    margin-top: 1.3333333333vw;
    font-size: 4vw;
    margin-bottom: 1.8666666667vw;
  }
  /* .c-slider__container[data-type="2"] .bx-wrapper .bx-pager {
    bottom: calc(-44 / 375 * 100vw);
  } */
  .c-slider__container .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0vw 1.0666666667vw;
    width: 1.3333333333vw;
    height: 2.6666666667vw;
    padding: 0vw 1.0666666667vw;
  }
  .c-slider__container .bx-wrapper .bx-controls-direction .bx-next,
  .c-slider__container .bx-wrapper .bx-controls-direction .bx-prev {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    margin-top: -19.7333333333vw;
  }
  .c-slider__container[data-type="2"] .bx-wrapper .bx-controls-direction .bx-next {
    right: 4vw;
  }
  .c-slider__container[data-type="2"] .bx-wrapper .bx-controls-direction .bx-prev {
    left: 4vw;
  }
  .gold .card-img_02 {
    width: 64.5333333333vw;
    transform: translateX(0);
  }
  .gold .card .cv-button {
    margin-top: 6.1333333333vw;
  }
  .detail_table .conditions_list {
    margin-bottom: 4vw;
    padding-left: 4vw;
  }
  .detail_table .conditions_list > li {
    font-size: 3.2vw;
  }
  .detail_table .notes li {
    text-indent: -6.4vw;
    padding-left: 6.4vw;
    margin-top: 1.3333333333vw;
  }
  .benefitsDetails__fontSmall li + li {
    margin-top: 1.3333333333vw;
  }
  .gold .card .c-accordion__container {
    margin-top: 6.1333333333vw;
  }
  .faq__item p + p,
  .faq__item ul + p {
    margin-top: 3.2vw;
  }
  .faq__item p + ul {
    margin-top: 1.3333333333vw;
  }
  .crr__text {
    padding-right: 2.6666666667vw;
  }
  .crr__text::-webkit-scrollbar-thumb {
    --bg-opacity: 1;
  }
  .crr__container {
    margin: 4.8vw 1.6vw 0;
    font-size: 3.7333333333vw;
    padding: 4vw;
    border: 0.2666666667vw solid #ccc;
    border-radius: 1.0666666667vw;
  }
  .crr-button {
    margin-top: 4.8vw;
    font-size: 3.2vw;
    border-radius: 2.1333333333vw;
    padding: 2.1333333333vw 3.2vw;
    padding-right: 9.3333333333vw;
    box-shadow: 0vw 0vw 2.6666666667vw rgba(0, 62, 145, 0.3);
    border-radius: 2.1333333333vw;
  }
  .gold .crr-button {
    box-shadow: 0vw 0vw 2.6666666667vw rgba(163, 83, 0, 0.3);
  }
  .crr-button::after,
  .crr-button::before {
    right: 3.7333333333vw;
    width: 3.4666666667vw;
    height: 0.4vw;
  }
  .c-modal__contents {
    padding: 13.3333333333vw 5.3333333333vw 6.1333333333vw;
    padding-right: 2.6666666667vw;
  }
}
@media all and (min-width: 751px) {
  a.link:after {
    display: none;
  }
  .link.link--underline {
    display: inline-block;
    padding-right: 0;
  }
  .c-modal__close-button {
    top: 14px;
    right: 30px;
    width: 40px;
    height: 40px;
    border: 3px solid #eb5505;
  }
}
@media all and (min-width: 751px) and (max-width: 959px) {
  .bg-pc {
    display: block;
    background-color: #f2f2f2;
    background-image: radial-gradient(circle, #ebebeb 3.5px, transparent 3.5px), radial-gradient(circle, #ebebeb 3.5px, transparent 3.5px);
    background-position: 0 0, 20px 18px;
    background-size: 40px 36px;
    min-height: 100vh;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media all and (min-width: 960px) {
  .banner,
  .banner.is-shown {
    display: none;
  }
  .header-pc,
  .bg-pc,
  .cv-area {
    display: block;
  }
  .header-sp {
    display: none;
  }
  .header-pc {
    width: 100%;
    border-top: 3px solid #EB5205;
    background-color: #fff;
    z-index: 100;
  }
  .header-pc header {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 23px 20px;
    border-bottom: none;
    box-sizing: border-box;
  }
  .header-pc header h1 img {
    width: 190px;
  }
  .gold .header-pc header h1 img {
    width: 270px;
  }
  .bg-pc {
    background-color: #f2f2f2;
    background-image: radial-gradient(circle, #ebebeb 3.5px, transparent 3.5px), radial-gradient(circle, #ebebeb 3.5px, transparent 3.5px);
    background-position: 0 0, 20px 18px;
    background-size: 40px 36px;
    min-height: 100vh;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #wrap {
    margin-top: 0;
    margin-left: 0;
  }
  .container-pc {
    position: relative;
    width: 990px;
    margin: auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .cv-area {
    top: min(15.3846153846vh, 120px);
    right: 50%;
    transform: translateX(97%);
    text-align: center;
    position: fixed;
    max-width: 622px;
  }
  .cv-area__text {
    position: absolute;
    top: max(-3.1818181818vh, -28px);
    left: 50%;
    transform: translateX(-50%);
    width: 47.2727272727vh;
    max-width: 416px;
  }
  .cv-area__img {
    width: 70.4545454545vh;
    margin-top: min(0.7954545455vh, 7px);
    max-width: 620px;
  }
  .cv-area__img:hover {
    opacity: 0.8;
  }
  .cv-area .cv-button {
    width: 56.8181818182vh;
    max-width: 500px;
    box-sizing: border-box;
    font-size: min(2.5vh, 22px);
    margin-top: min(3.1818181818vh, 28px);
    padding: min(3.1818181818vh, 28px) min(3.4090909091vh, 30px);
    background: linear-gradient(90deg, #2080e0 0%, #40a0e0 100%);
    box-shadow: 0vh 0vh 0.9090909091vh rgba(21, 21, 21, 0.3);
    margin: min(2.9545454545vh, 26px) auto 0;
  }
  .cv-area .cv-button.gold {
    background: linear-gradient(90deg, #f58700 0%, #f0af00 100%);
  }
  .cv-area .cv-button::after {
    width: 9px;
    height: 9px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    right: 25px;
    margin-top: -7px;
  }
  .cv-area .cv-button + .cv-button {
    margin-top: min(2.2727272727vh, 20px);
  }
  .cv-area__link {
    background: #fff;
    border-radius: 2.2727272727vh;
    position: relative;
    width: 65.9090909091vh;
    max-width: 580px;
    margin: min(7.9545454545vh, 70px) auto 0;
    padding: min(3.4090909091vh, 30px) 0 min(5.1136363636vh, 45px);
  }
  .cv-button:hover {
    opacity: 0.8;
  }
}
@media all and (min-width: 960px) and (max-width: 1200px) {
  .cv-area {
    transform: translateX(50vw);
  }
  .CvAreaHeight .cv-area__img {
    width: 56.8181818182vh;
  }
  .CvAreaHeight .cv-area__link {
    width: 52.8409090909vh;
  }
  .CvAreaHeight .cv-area .cv-button {
    width: 47.7272727273vh;
  }
  .CvAreaHeight .cv-area {
    transform: translateX(47.5vw);
  }
}
.bottomFixedCV {
  display: none;
}

.bottomFixedCV h2 {
  width: 235px;
  margin: auto;
}

.bg-gradient_02 {
  background: linear-gradient(#b0eaff 0%, #6fd8ff 100%);
  position: relative;
  padding-bottom: 40px;
}

.gold .bg-gradient_02 {
  background: linear-gradient(#ffe169 0%, #ffe88b 100%);
  position: relative;
  padding-bottom: 40px;
}

.bg-gradient_02 .l-section__inner {
  position: relative;
  z-index: 1;
}

.bg-gradient_02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/function/promotion/goldlp/img/index03/img_recommend_bg.png) no-repeat top center;
  background-size: 100%;
}

.gold .bg-gradient_02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/function/promotion/goldlp/img/index03/img_recommend_bg_gold.png) no-repeat top center;
  background-size: 100%;
  mix-blend-mode: multiply;
}

.bg-gradient_02::after {
  content: "";
  border: 190px solid transparent;
  border-top: 30px solid #6fd8ff;
  position: absolute;
  bottom: -219px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.gold .bg-gradient_02::after {
  border-top: 30px solid #ffe88b;
}

.bg-gradient_03 {
  background: linear-gradient(#ffe169 0%, #ffe88b 100%);
  position: relative;
  padding-top: 70px;
  padding-bottom: 40px;
}

.gold .bg-gradient_03::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/function/promotion/goldlp/img/index03/img_recommend_bg_gold.png) no-repeat top center;
  background-size: 100%;
  mix-blend-mode: multiply;
}

.payment {
  background-color: #E6F8FF;
  padding-top: 55px;
  padding-bottom: 40px;
}

.payment .l-section__block {
  background-color: #fff;
}

.payment-head {
  width: 278px;
  margin: auto;
  margin-bottom: 20px;
}

.payment-img_02 {
  margin-top: 27px;
  margin-bottom: 7px;
}

.c-list[data-type=kome] > li {
  font-size: 11px;
  font-weight: bold;
}

.payment .c-accordion__container {
  margin-top: 22px;
  margin-bottom: 0;
}

.payment .c-table th,
.payment .c-table td {
  padding: 7px;
  font-size: 14px;
}

.payment .c-table.table[data-radius="8"] {
  border: 2px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
}

.payment .c-table.table th[data-color=gray],
.payment .c-table.table td[data-color=gray] {
  background-color: #ccc;
}

.payment .c-table.table[data-radius="8"] th,
.payment .c-table.table[data-radius="8"] td {
  border-top: none;
  border-bottom: 2px solid #ccc;
  border-left: none;
}

.payment .c-table.table[data-radius="8"] tr:last-child td {
  border-bottom: none;
}

.payment .c-table.table[data-col="2-1"] th:first-child,
.payment .c-table.table[data-col="2-1"] td:first-child {
  width: 60%;
  border-right: 2px solid #ccc;
}

.payment .c-table.table[data-col="2-1"] th:last-child,
.payment .c-table.table[data-col="2-1"] td:last-child {
  width: 40%;
}

.payment .c-table.table th[data-color=gray]:first-child,
.payment .c-table.table td[data-color=gray]:first-child {
  border-right: 2px solid #fff;
}

.payment .c-table.table[data-radius="8"] td {
  padding: 7px 5px;
}

.payment .c-table .c-list[data-type=dot] > li {
  font-size: 11px;
  font-weight: bold;
}

.payment .c-table p {
  font-size: 11px;
}

.user__fontDin {
  color: #eb5505;
  font-size: 28px;
  padding-right: 2px;
  font-family: "DIN-2014 Narrow-Bold", Noto Sans JP, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.user__lead {
  font-size: 16px;
  line-height: 1.6;
}

.user__lead > span {
  font-weight: bold;
}

.gold .payment {
  margin-top: 0px;
  padding-top: 55px;
  padding-bottom: 40px;
  background-color: #FFF2C1;
}

.payment-banner {
  margin-top: 30px;
  display: block;
}

.etc-table td:nth-child(1),
.etc-table td:nth-child(2),
.etc-table td:nth-child(3),
.etc-table td:nth-child(4) {
  width: auto;
  font-weight: bold;
}

.etc-table tr:nth-child(1) td:nth-child(2) {
  width: 44px;
}

.c-list.center {
  text-align: center;
}

.c-list.center > li {
  display: inline-block;
}

.card-text {
  margin-bottom: 5px;
}

.card-text + .c-list {
  margin-bottom: 30px;
}

@media all and (max-width: 750px) {
  .bottomFixedCV {
    box-sizing: border-box;
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 2.6666666667vw 5.3333333333vw;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
    box-shadow: 0 0 5.3333333333vw rgba(21, 21, 21, 0.3);
  }
  .bottomFixedCV h2 {
    width: 62.6666666667vw;
  }
  .bottomFixedCV__list {
    display: flex;
    justify-content: space-between;
    gap: 4vw;
    margin-top: 2.6666666667vw;
  }
  .bottomFixedCV__list li {
    width: 45.8666666667vw;
  }
  .bottomFixedCV__list li a {
    display: block;
    padding: 2.6666666667vw 0;
    border-radius: 13.3333333333vw;
    background: linear-gradient(90deg, #2080e0 0%, #40a0e0 100%);
    box-shadow: 0.5333333333vw 1.0666666667vw 0vw #003e91;
    color: white;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 2.6666666667vw;
  }
  .bottomFixedCV__list li a.gold {
    background: linear-gradient(90deg, #f58700 0%, #f0af00 100%);
    box-shadow: 0.5333333333vw 1.0666666667vw 0vw #aa5c00;
  }
  .bottomFixedCV__list li a:hover {
    text-decoration: none;
  }
  .banner.js-bottomArea.is-shown + .bottomFixedCV {
    display: block;
  }
  .bg-gradient::after {
    border: 50.6666666667vw solid transparent;
    border-top: 8vw solid #6fd8ff;
    bottom: -58.4vw;
  }
  .payment {
    padding-top: 14.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .payment-head {
    width: 74.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .payment-img_02 {
    margin-top: 7.2vw;
    margin-bottom: 1.8666666667vw;
  }
  .c-list[data-type=kome] > li {
    font-size: 2.9333333333vw;
  }
  .payment .c-accordion__container {
    margin-top: 5.8666666667vw;
  }
  .payment .c-table th,
  .payment .c-table td {
    padding: 1.8666666667vw;
    font-size: 3.7333333333vw;
  }
  .payment .c-table.table[data-radius="8"] {
    border: 0.5333333333vw solid #ccc;
    border-radius: 2.1333333333vw;
  }
  .payment .c-table.table[data-radius="8"] th,
  .payment .c-table.table[data-radius="8"] td {
    border-bottom: 0.5333333333vw solid #ccc;
  }
  .payment .c-table.table[data-col="2-1"] th:first-child,
  .payment .c-table.table[data-col="2-1"] td:first-child {
    border-right: 0.5333333333vw solid #ccc;
  }
  .payment .c-table.table th[data-color=gray]:first-child,
  .payment .c-table.table td[data-color=gray]:first-child {
    border-right: 0.5333333333vw solid #fff;
  }
  .payment .c-table.table[data-radius="8"] td {
    padding: 1.8666666667vw 1.3333333333vw;
  }
  .payment .c-table .c-list[data-type=dot] > li {
    font-size: 2.9333333333vw;
  }
  .payment .c-table p {
    font-size: 2.9333333333vw;
  }
  .user__fontDin {
    font-size: 7.4666666667vw;
    padding-right: 0.5333333333vw;
  }
  .user__lead {
    font-size: 4.2666666667vw;
  }
  .bg-gradient_02 {
    padding-bottom: 10.6666666667vw;
  }
  .gold .bg-gradient_02 {
    padding-bottom: 10.6666666667vw;
  }
  .bg-gradient_02::after {
    border: 49.8666666667vw solid transparent;
    border-top: 8vw solid #6fd8ff;
    bottom: -57.8666666667vw;
  }
  .gold .bg-gradient_02::after {
    border-top: 8vw solid #ffe88b;
  }
  .bg-gradient_03 {
    padding-top: 18.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .gold .payment {
    margin-top: 0vw;
    padding-top: 14.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .payment-banner {
    margin-top: 8vw;
  }
  .etc-table tr:nth-child(1) td:nth-child(2) {
    width: 11.7333333333vw;
  }
}
@media all and (min-width: 751px) {
  .payment .c-table p {
    font-size: 10px;
  }
}
.c-list[data-type=asterisk-number-half_colon] > li[value="4"]::before,
.c-list[data-type=asterisk-number-full] > li[value="4"]::before {
  counter-reset: number 3;
}

.l-charge-box {
  background-color: #FFF8DD;
  width: 100%;
  padding: 15px 0;
  margin-top: 20px;
}

.l-charge-box__inner {
  margin: auto;
  box-sizing: border-box;
  text-align: center;
  max-width: 535px;
  padding: 0 10px;
}

.l-charge-box__text {
  font-weight: bold;
  line-height: 1.4;
  font-size: 14px;
}

.l-charge-box__text span {
  color: #EB5505;
  font-weight: bold;
}

.l-charge-box__text sup {
  font-weight: bold;
  font-size: 7px;
}

.l-charge-box__img {
  padding: 10px 0;
  max-width: 265px;
  margin: auto;
}

.l-charge-box__img + .l-charge-box__text {
  font-size: 10px;
  color: #eb5505;
  margin-left: -9px;
  margin-right: -9px;
}

.l-charge-box .c-list[data-type=kome] > li {
  font-size: 10px;
  margin-top: 3px;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .l-charge-box {
    padding: 4vw 0;
    margin-top: 5.3333333333vw;
  }
  .l-charge-box__inner {
    max-width: 142.6666666667vw;
    padding: 0 2.6666666667vw;
  }
  .l-charge-box__text {
    font-size: 3.7333333333vw;
  }
  .l-charge-box__text sup {
    font-size: 1.8666666667vw;
  }
  .l-charge-box__img {
    padding: 2.6666666667vw 0;
    max-width: 70.6666666667vw;
  }
  .l-charge-box__img + .l-charge-box__text {
    font-size: 2.6666666667vw;
    margin-left: -2.4vw;
    margin-right: -2.4vw;
  }
  .l-charge-box .c-list[data-type=kome] > li {
    font-size: 2.6666666667vw;
    margin-top: 0.8vw;
  }
}
/* blackfriday */
.blackfriday {
  background: black;
  padding-bottom: min(calc(50 / 750 * 100vw),50px);
}
@media screen and (min-width: 751px) {
  .blackfriday {
    padding-bottom: min(calc(25 / 750 * 100vw),25px);
  }
}
.blackfriday_box {
  margin: min(calc(30 / 750 * 100vw),30px) min(calc(30 / 750 * 100vw),30px) 0;
  border: min(calc(1.5 / 750 * 100vw),1.5px) solid #bfbebd;
  border-radius: min(calc(14 / 750 * 100vw),14px);
  padding: min(calc(15 / 750 * 100vw),15px);
  position: relative;
}
.blackfriday_box::before, .blackfriday_box::after {
  content: "";
  display: block;
  width: min(calc(9 / 750 * 100vw),9px);
  height: min(calc(9 / 750 * 100vw),9px);
  background: #c00580;
  border-radius: 50%;
  position: absolute;
  top: min(calc(15 / 750 * 100vw),15px);
  left: min(calc(15 / 750 * 100vw),15px);
  filter: drop-shadow(0 0 min(calc(35 / 750 * 100vw),35px) #c00580) brightness(1.25) blur(min(calc(1 / 750 * 100vw),1px));
}
@media screen and (min-width: 751px) {
  .blackfriday_box::before, .blackfriday_box::after {
    width: min(calc(4.5 / 750 * 100vw),4.5px);
    height: min(calc(4.5 / 750 * 100vw),4.5px);
    top: min(calc(7.5 / 750 * 100vw),7.5px);
    left: min(calc(7.5 / 750 * 100vw),7.5px);
  }
}
.blackfriday_box::after {
  left: auto;
  right: min(calc(15 / 750 * 100vw),15px);
}
@media screen and (min-width: 751px) {
  .blackfriday_box::after {
    right: min(calc(7.5 / 750 * 100vw),7.5px);
  }
}
@media screen and (min-width: 751px) {
  .blackfriday_box {
    margin: min(calc(15 / 750 * 100vw),15px) min(calc(15 / 750 * 100vw),15px) 0;
    border: min(calc(1.5 / 750 * 100vw),1.5px) solid #bfbebd;
    border-radius: min(calc(7 / 750 * 100vw),7px);
    padding: min(calc(10 / 750 * 100vw),10px);
  }
}
.blackfriday_heading {
  color: #e846bb;
  font-size: min(calc(34 / 750 * 100vw),34px);
  text-align: center;
  line-height: 1;
  text-shadow: 0 0 min(calc(20 / 750 * 100vw),20px) #c00580, 0 0 min(calc(20 / 750 * 100vw),20px) #c00580, 0 0 min(calc(20 / 750 * 100vw),20px) #c00580;
}
@media screen and (min-width: 751px) {
  .blackfriday_heading {
    font-size: min(calc(17 / 750 * 100vw),17px);
  }
}
.blackfriday_text {
  color: white;
  font-size: min(calc(25 / 750 * 100vw),25px);
  line-height: 1.68;
  margin-top: min(calc(5 / 750 * 100vw),5px);
}
.blackfriday_text.date {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .blackfriday_text {
    font-size: min(calc(12.5 / 750 * 100vw),12.5px);
  }
}
.blackfriday_lists {
  color: white;
  font-size: min(calc(22 / 750 * 100vw),22px);
  line-height: 1.6363636364;
  margin-top: 1em;
}
@media screen and (min-width: 751px) {
  .blackfriday_lists {
    font-size: min(calc(11 / 750 * 100vw),11px);
  }
}
.blackfriday_lists li {
  padding-left: 1em;
  text-indent: -1em;
}
.blackfriday_lists li a {
  color: #268cff;
}
.blackfriday .mv_bottom {
  padding: min(calc(50 / 750 * 100vw),50px) min(calc(37 / 750 * 100vw),37px) min(calc(35 / 750 * 100vw),35px) min(calc(21 / 750 * 100vw),21px);
}
@media screen and (min-width: 751px) {
  .blackfriday .mv_bottom {
    padding: min(calc(25 / 750 * 100vw),25px) min(calc(18.5 / 750 * 100vw),18.5px) min(calc(17.5 / 750 * 100vw),17.5px) min(calc(10.5 / 750 * 100vw),10.5px);
  }
}

@media screen and (max-width: 750px) {
  .c-frame[data-align=center] {
    margin-inline: 10px;
  }
}
