@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: "Hiragino Kaku Gothic ProN", Noto Sans JP, 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 {
  background: url('/function/promotion/goldlp/img/index03/img_mv_bg.png') no-repeat top center;
  background-size: 100%;
}

.mv-img {
  width: 329px;
  padding-top: 7px;
  margin: auto;
  box-sizing: border-box;
  height: 275px;
}

.mv-cardChangeTab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -39px;
}

.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: 25px;
  padding-bottom: 39px;
  background: linear-gradient(#dbf6ff 0%, #6fd8ff 49.75%, #b2ebff 100%);
}

.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::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;
}

.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);
}

.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, .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: 0px;
  background: url('/function/promotion/goldlp/img/index03/img_recommend_bg.png') no-repeat top center;
  background-size: 100%;
}

.recommend .regularContents.l-section__block {
  position: relative;
  z-index: 1;
}

.recommend-head {
  padding-top: 56px;
  margin: auto;
  margin-bottom: 20px;
  width: 290px;
}

.gold .recommend-head {
  padding-top: 65px;
  width: 330px;
}

.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/goldlp/img/index03/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: 640px;
}

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/goldlp/img/index03/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;
}

/** ============================================
ゴールドカード
 ============================================ **/

.goldContents,
.gold .regularContents {
  display: none;
}

.gold .goldContents {
  display: block;
}

.gold header h1 img {
  width: 217px;
  margin-bottom: 2px;
}

.gold .mv {
  background: url(/function/promotion/goldlp/img/index03/img_mv_bg_gold.png) no-repeat top center;
  background-size: 100%;
}

.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;
}

.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;
}

.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;
}

.gold .recommend .l-section__inner {
  z-index: 1;
  position: relative;
}

.gold .l-section__block {
  background-color: #FFFCF4;
  position: relative;
}

.gold .recommend-img_label {
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
}

.gold .recommend-head {
  margin-bottom: 51px;
}

.gold .c-accordion {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(163, 83, 0, 0.3);

}

.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: 0px;
  padding-top: 55px;
  padding-bottom: 26px;
  background-color: #FFF2C1;
}

.plan .l-section__inner {
  padding-right: 20px;
  padding-left: 20px;
}

.plan-head {
  width: 285px;
  margin: 40px auto 20px;
}

.plan-label {
  width: 100%;
  margin-bottom: 8px;
}

.plan a {
  display: block;
}

.gold .l-section__block.fix {
  margin-top: 0px;
}

.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;
}

.gold .recommend-head_02 {
  margin: 14px auto 17px;
  width: 276px;
}

.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/goldlp/img/index03/icon_arrow_right.svg);
}

.c-slider__container .bx-wrapper .bx-controls-direction .bx-prev {
  background-image: url(/function/promotion/goldlp/img/index03/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/goldlp/img/index03/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;
}

.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 .2s ease;
  -o-transition: all .2s ease;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: all .2s ease;
}

.gold .crr-button::after,
.gold .crr-button::before {
  background-color: #F56800;
}

.c-modal__contents {
  padding: 50px 20px 23px;
}

.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;
}

.bottomFixedCV {
  display: none;

  h2 {
    width: 235px;
    margin: auto;
  }
}

.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;
}

@media all and (max-width: 640px) {
  #wrap {
    width: 100%;
    max-width: 100%;
  }

  header {
    max-width: calc(375 / 375 * 100vw);
    padding: calc(9 / 375 * 100vw) calc(10 / 375 * 100vw);
    border-bottom: calc(1 / 375 * 100vw) solid #cccccc;
  }

  header h1 img {
    width: calc(150 / 375 * 100vw);
  }

  .c-link[data-icon=window]::before {
    top: calc(3 / 375 * 100vw);
    left: calc(3 / 375 * 100vw);
    width: calc(11 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
  }

  .c-link[data-icon=arrow]::before {
    top: calc(3 / 375 * 100vw);
    left: calc(3 / 375 * 100vw);
    width: calc(6 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
  }

  .c-table td,
  .c-table th {
    font-size: calc(14 / 375 * 100vw);
  }

  .l-section__inner {
    padding-right: calc(20 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
  }

  .l-section__block {
    border-radius: calc(10 / 375 * 100vw);
    padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw);
  }


  .mv-img {
    width: calc(329 / 375 * 100vw);
    padding-top: calc(7 / 375 * 100vw);
    height: calc(275 / 375 * 100vw);
  }

  .mv-cardChangeTab {
    margin-top: calc(-39 / 375 * 100vw);
  }

  .mv-cardChangeTab button,
  .mv-cardChangeTab button img {
    height: calc(215 / 375 * 100vw);
  }

  .mv-cardChangeTab .regular {
    border-radius: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw) 0 0;
    box-shadow: 0 0 calc(14 / 375 * 100vw) rgba(0, 62, 145, 0.6);
  }

  .bg-gradient {
    padding-top: calc(25 / 375 * 100vw);
    padding-bottom: calc(39 / 375 * 100vw);
  }

  .bg-gradient_02 {
    padding-bottom: calc(40 / 375 * 100vw);
  }

  .bg-gradient_02::after {
    border: calc(187 / 375 * 100vw) solid transparent;
    border-top: calc(30 / 375 * 100vw) solid #6fd8ff;
    bottom: calc(-216 / 375 * 100vw);
  }

  .gold .bg-gradient_02::after {
    border-top: calc(30 / 375 * 100vw) solid #ffe88b;
  }

  .bg-gradient_03 {
    padding-top: calc(70 / 375 * 100vw);
    padding-bottom: calc(40 / 375 * 100vw);
  }

  .promotion-cardLogo {
    width: calc(145 / 375 * 100vw);
    margin: 0 auto calc(25 / 375 * 100vw);
  }

  .promotion-img_01 {
    width: calc(272 / 375 * 100vw);
  }

  .promotion-img_02 {
    margin: calc(18 / 375 * 100vw) auto calc(23 / 375 * 100vw);
    width: calc(250 / 375 * 100vw);
    transform: translateX(calc(4 / 375 * 100vw));
  }

  .c-accordion {
    box-shadow: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(10 / 375 * 100vw) rgba(0, 62, 145, 0.3);
    border-radius: calc(8 / 375 * 100vw);
  }

  .c-accordion__container {
    margin-top: calc(15 / 375 * 100vw);
  }

  .c-accordion__head {
    font-size: calc(12 / 375 * 100vw);
    border-radius: calc(8 / 375 * 100vw);
    padding: calc(8 / 375 * 100vw) calc(12 / 375 * 100vw);
    padding-right: calc(35 / 375 * 100vw);
  }

  .c-accordion__head::after,
  .c-accordion__head::before {
    width: calc(13 / 375 * 100vw);
    height: 1.calc(5 / 375 * 100vw);
  }

  .c-accordion__body {
    border-radius: calc(8 / 375 * 100vw);
  }

  .c-accordion__body .c-text {
    font-size: calc(12 / 375 * 100vw);
  }

  .border-top {
    border-top: calc(1 / 375 * 100vw) solid #CCCCCC;
    padding-top: calc(20 / 375 * 100vw);
  }

  .cv-button {
    margin: calc(26 / 375 * 100vw) auto 0;
    padding: calc(20 / 375 * 100vw) calc(30 / 375 * 100vw);
    border-radius: calc(50 / 375 * 100vw);
    width: calc(295 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    box-shadow: calc(2 / 375 * 100vw) calc(4 / 375 * 100vw) calc(0 / 375 * 100vw) #003e91;
  }

  .cv-button::after {
    right: calc(12 / 375 * 100vw);
    width: calc(6 / 375 * 100vw);
    height: calc(6 / 375 * 100vw);
    margin-top: calc(-3 / 375 * 100vw);
    border-top: solid calc(2 / 375 * 100vw) #fff;
    border-right: solid calc(2 / 375 * 100vw) #fff;
  }


  .c-list[data-type="circle-number"]>li {
    text-indent: calc(-15 / 375 * 100vw);
    padding-left: calc(15 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }

  .c-list[data-type="circle-number"]>li+li,
  .c-list[data-type=asterisk-number-half_colon]>li+li {
    margin-top: calc(5 / 375 * 100vw);
  }

  .c-list[data-type=asterisk-number-half_colon]>li {
    font-size: calc(11 / 375 * 100vw);
  }

  .c-link.arrow::before {
    left: calc(-18 / 375 * 100vw);
  }

  .c-link {
    font-size: calc(12 / 375 * 100vw);
    margin-left: calc(15 / 375 * 100vw);
  }

  .recommend {
    margin-top: calc(0 / 375 * 100vw);
  }

  .recommend-head {
    padding-top: calc(56 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
    width: calc(290 / 375 * 100vw);
  }

  .gold .recommend-head {
    padding-top: calc(65 / 375 * 100vw);
    width: calc(330 / 375 * 100vw);
  }

  .recommend-list {
    margin-top: calc(18 / 375 * 100vw);
    border: calc(2 / 375 * 100vw) solid #151515;
    border-radius: calc(8 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw) calc(16 / 375 * 100vw);
  }

  .c-list[data-type=check]>li::before {
    top: calc(7 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
    height: calc(11 / 375 * 100vw);
    background-size: calc(15 / 375 * 100vw);
  }

  .c-list[data-type=check]>li {
    font-size: calc(14 / 375 * 100vw);
    padding-left: calc(26 / 375 * 100vw);
    letter-spacing: 0.calc(3 / 375 * 100vw);
  }


  .c-list[data-type=check]>li:not(:first-child) {
    margin-top: calc(10 / 375 * 100vw);
  }

  sup {
    font-size: calc(10 / 375 * 100vw);
  }

  .recommend-list .c-list[data-type=kome]>li {
    margin-top: calc(5 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
  }

  .card {
    padding-top: calc(40 / 375 * 100vw);
    padding-bottom: calc(42 / 375 * 100vw);
  }

  .card-head {
    width: calc(212 / 375 * 100vw);
  }

  .card-step {
    margin-top: calc(32 / 375 * 100vw);
    gap: calc(10 / 375 * 100vw);
  }

  .card-step>li {
    width: calc(92 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) solid #151515;
    border-radius: calc(10 / 375 * 100vw);
    padding: calc(25 / 375 * 100vw) calc(7 / 375 * 100vw) calc(14 / 375 * 100vw);
  }

  .card-step>li p {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }

  .card-step__label {
    top: calc(-14 / 375 * 100vw);
    width: calc(84 / 375 * 100vw);
  }

  .card-step>li:nth-child(2) .card-step__label,
  .card-step>li:nth-child(3) .card-step__label {
    width: calc(90 / 375 * 100vw);
  }

  .card-step>li:nth-child(2) .card-step__icon {
    width: calc(31 / 375 * 100vw);
  }

  .card-step>li:nth-child(3) .card-step__icon {
    width: calc(55 / 375 * 100vw);
  }

  .card-text {
    font-size: calc(16 / 375 * 100vw);
    margin: calc(28 / 375 * 100vw) auto calc(24 / 375 * 100vw);
    margin-left: calc(-7 / 375 * 100vw);
    margin-right: calc(-7 / 375 * 100vw);
  }

  .card-head_02 {
    margin: calc(39 / 375 * 100vw) auto calc(22 / 375 * 100vw);
    width: calc(222 / 375 * 100vw);
  }

  .card-img_02 {
    width: calc(274 / 375 * 100vw);
    transform: translateX(calc(6 / 375 * 100vw));
  }

  .card .cv-button {
    margin-top: calc(15 / 375 * 100vw);
    margin-bottom: calc(27 / 375 * 100vw);
  }

  .card .c-accordion__container {
    margin-top: calc(28 / 375 * 100vw);
  }

  .c-accordion__head[data-type="large"] {
    font-size: calc(14 / 375 * 100vw);
    padding: calc(13 / 375 * 100vw) calc(12 / 375 * 100vw);
  }


  .detail_table {
    width: calc(640 / 375 * 100vw);
  }

  .detail_table td,
  .detail_table th {
    border: calc(1 / 375 * 100vw) solid #e4e4e4;
  }

  .detail_table thead th {
    padding: 0 calc(5 / 375 * 100vw) calc(10 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }

  .detail_table thead th>p {
    margin-bottom: calc(7 / 375 * 100vw);
  }

  .detail_table thead .standard img {
    max-width: calc(183 / 375 * 100vw);
  }

  .detail_table thead .gold img {
    max-width: calc(183 / 375 * 100vw);
  }

  .detail_table tbody td,
  .detail_table tbody th {
    font-size: calc(14 / 375 * 100vw);
    ;
  }

  .detail_table tbody td,
  .detail_table tbody th {
    padding: calc(10 / 375 * 100vw);
  }

  .detail_table .notes_list .mark,
  .detail_table .notes_list>li,
  .detail_table tbody td {
    font-size: calc(12 / 375 * 100vw);
  }

  .detail_table .description {
    margin: calc(10 / 375 * 100vw) 0;
    font-size: calc(12 / 375 * 100vw);
  }


  .benefitsDetails__list {
    margin-top: calc(15 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
  }

  .benefitsDetails__hdg {
    margin-top: calc(20 / 375 * 100vw);
    padding-bottom: calc(5 / 375 * 100vw);
    border-bottom: calc(1 / 375 * 100vw) solid #e5e5e5;
    font-size: calc(14 / 375 * 100vw);
  }

  .benefitsDetails__hdg:after {
    bottom: calc(-1 / 375 * 100vw);
    width: calc(70 / 375 * 100vw);
    height: calc(1 / 375 * 100vw);
  }

  .benefitsDetails__lead {
    margin-top: calc(10 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }

  .benefitsDetails__fontSmall li {
    font-size: calc(11 / 375 * 100vw);
  }

  .faq {
    padding-top: calc(55 / 375 * 100vw);
    padding-bottom: calc(40 / 375 * 100vw);
  }

  .faq-head {
    margin: calc(0 / 375 * 100vw) auto calc(23 / 375 * 100vw);
    width: calc(206 / 375 * 100vw);
  }

  .faq .c-accordion {
    border: calc(1 / 375 * 100vw) solid #151515;
    border-radius: calc(4 / 375 * 100vw);
  }

  .faq .c-accordion .c-accordion__head {
    font-size: calc(14 / 375 * 100vw);
    border-radius: calc(4 / 375 * 100vw);
  }

  .faq .c-accordion .c-accordion__head.is-open {
    border-radius: calc(4 / 375 * 100vw) calc(4 / 375 * 100vw) 0 0;
  }

  .faq .c-accordion .c-accordion__head span {
    width: calc(23 / 375 * 100vw);
    height: calc(23 / 375 * 100vw);
    margin-right: calc(13 / 375 * 100vw);
  }

  .faq .c-accordion__head::after,
  .faq .c-accordion__head::before {
    width: calc(15 / 375 * 100vw);
  }

  .faq .c-accordion__body {
    border-radius: 0 0 calc(4 / 375 * 100vw) calc(4 / 375 * 100vw);
    border-top: calc(1 / 375 * 100vw) solid #151515;
    padding-top: calc(15 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
  }

  .faq__item+.faq__item {
    margin-top: calc(15 / 375 * 100vw);
  }

  .faq__item .c-link {
    font-size: calc(13 / 375 * 100vw);
    font-weight: normal;
    vertical-align: unset;
  }

  .faq .c-link[data-icon=window]::before {
    top: calc(4 / 375 * 100vw);
  }

  .campaignNumber {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(41 / 375 * 100vw);
    margin-bottom: calc(18 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
  }

  address {
    margin-bottom: calc(10 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw);
    border-top: calc(1 / 375 * 100vw) solid #f3f3f3;
    font-size: calc(12 / 375 * 100vw);
  }

  address .contact_tel {
    font-size: calc(23 / 375 * 100vw);
  }

  .footer_bottom {
    padding: calc(25 / 375 * 100vw) calc(15 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }

  .amex-box {
    border: calc(1 / 375 * 100vw) solid #ccc;
    border-radius: calc(8 / 375 * 100vw);
    padding: calc(18 / 375 * 100vw) calc(17 / 375 * 100vw);
    margin-right: calc(20 / 375 * 100vw);
    margin-left: calc(20 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
  }

  .amex-box p {
    font-size: calc(12 / 375 * 100vw);
  }

  .amex-box sup {
    font-size: calc(14 / 375 * 100vw);
  }

  .banner {
    width: calc(300 / 375 * 100vw);
    top: calc(25 / 375 * 100vw);
  }

  /** ============================================
  ゴールドカード
   ============================================ **/

  .gold header h1 img {
    width: calc(217 / 375 * 100vw);
    margin-bottom: calc(2 / 375 * 100vw);
  }

  .gold .mv-cardChangeTab .gold {
    box-shadow: 0 0 calc(14 / 375 * 100vw) rgba(163, 83, 0, 0.6);
    border-radius: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw) 0 0;
  }

  .gold .promotion-img_01 {
    width: calc(295 / 375 * 100vw);
  }

  .gold .cv-button {
    box-shadow: calc(2 / 375 * 100vw) calc(4 / 375 * 100vw) calc(0 / 375 * 100vw) #aa5c00;
    padding: calc(20 / 375 * 100vw) calc(25 / 375 * 100vw);
  }

  .gold .cv-button+.c-list {
    margin-top: calc(11 / 375 * 100vw);
  }

  .gold .c-list li {
    font-size: calc(11 / 375 * 100vw);
  }

  .gold .recommend-img_label {
    top: calc(-33 / 375 * 100vw);
    width: calc(260 / 375 * 100vw);
  }

  .gold .recommend-head {
    margin-bottom: calc(51 / 375 * 100vw);
  }

  .gold .c-accordion {
    box-shadow: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(10 / 375 * 100vw) rgba(163, 83, 0, 0.3);
  }

  .gold .recommend-img_01 {
    margin-top: calc(15 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }

  .c-table p {
    font-size: calc(12 / 375 * 100vw);
  }

  .c-table td,
  .c-table th {
    padding: calc(10 / 375 * 100vw) calc(7 / 375 * 100vw);
  }

  .c-list[data-type=kome]>li .c-link {
    font-size: calc(11 / 375 * 100vw);
  }

  .c-link[data-icon=window] {
    margin-left: calc(0 / 375 * 100vw);
    padding-left: calc(15 / 375 * 100vw);
  }

  .recommend-img_02,
  .recommend-img_03 {
    margin-top: calc(40 / 375 * 100vw);
  }

  .plan {
    margin-top: calc(0 / 375 * 100vw);
    padding-top: calc(55 / 375 * 100vw);
    padding-bottom: calc(26 / 375 * 100vw);
  }

  .plan .l-section__inner {
    padding-right: calc(20 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
  }

  .plan-head {
    width: calc(285 / 375 * 100vw);
    margin: calc(40 / 375 * 100vw) auto calc(20 / 375 * 100vw);
  }

  .plan-label {
    margin-bottom: calc(8 / 375 * 100vw);
  }

  .gold .l-section__block.fix {
    margin-top: 0;
  }

  .gold .promotion-img_02 {
    margin: calc(22 / 375 * 100vw) auto calc(23 / 375 * 100vw);
  }

  .gold .recommend-img_04 {
    margin-top: calc(18 / 375 * 100vw);
    width: calc(298 / 375 * 100vw);
  }

  .gold .recommend-text {
    font-size: calc(20 / 375 * 100vw);
    margin-top: calc(11 / 375 * 100vw);
  }

  .gold .recommend-text_02 {
    font-size: calc(16 / 375 * 100vw);
    margin-top: calc(5 / 375 * 100vw);
    margin-bottom: calc(26 / 375 * 100vw);
  }

  .gold .recommend-text span {
    font-size: calc(17 / 375 * 100vw);
  }

  .gold .recommend-text span.num {
    font-size: calc(24 / 375 * 100vw);
  }

  .gold .recommend-head_02 {
    margin: calc(14 / 375 * 100vw) auto calc(17 / 375 * 100vw);
    width: calc(276 / 375 * 100vw);
  }

  .gold .recommend-head_03 {
    margin: calc(14 / 375 * 100vw) auto calc(17 / 375 * 100vw);
    width: calc(237 / 375 * 100vw);
  }


  .benefitsDetails .c-table td {
    font-size: calc(11 / 375 * 100vw);
  }

  .c-link[data-icon=arrow] {
    padding-left: calc(16 / 375 * 100vw);
  }

  .benefitsDetails__fontSmall li .c-link[data-icon=arrow] {
    font-size: calc(11 / 375 * 100vw);
  }

  .charge {
    margin-top: calc(40 / 375 * 100vw);
  }

  .charge-head {
    width: calc(287 / 375 * 100vw);
    margin-bottom: calc(19 / 375 * 100vw);
  }

  .charge-text {
    font-size: calc(16 / 375 * 100vw);
    margin-top: calc(14 / 375 * 100vw);
    letter-spacing: calc(1 / 375 * 100vw);
  }

  .charge-step {
    border-radius: calc(8 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    padding-bottom: calc(18 / 375 * 100vw);
    margin-bottom: calc(37 / 375 * 100vw);
  }

  .charge-step__head {
    border-radius: calc(8 / 375 * 100vw) calc(8 / 375 * 100vw) 0 0;
    padding: calc(12 / 375 * 100vw);
  }

  .charge-step__head img {
    width: calc(160 / 375 * 100vw);
  }

  .charge-step__label {
    width: calc(262 / 375 * 100vw);
    margin: calc(20 / 375 * 100vw) auto 0;
  }

  .c-slider__container {
    margin-top: calc(0 / 375 * 100vw);
  }

  .c-slider__container[data-type="2"] .c-slider>li {
    width: calc(300 / 375 * 100vw);
  }

  .c-slider>li .c-slider__wrap {
    padding: calc(0 / 375 * 100vw) calc(15 / 375 * 100vw);
  }

  .c-slider>li .c-slider__img {
    width: calc(133 / 375 * 100vw);
  }

  .c-slider>li .c-slider__lead {
    margin-top: calc(5 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(7 / 375 * 100vw);
  }

  /* .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: calc(0 / 375 * 100vw) calc(4 / 375 * 100vw);
    width: calc(5 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
    padding: calc(0 / 375 * 100vw) calc(4 / 375 * 100vw);
  }

  .c-slider__container .bx-wrapper .bx-controls-direction .bx-next,
  .c-slider__container .bx-wrapper .bx-controls-direction .bx-prev {
    width: calc(25 / 375 * 100vw);
    height: calc(25 / 375 * 100vw);
    margin-top: calc(-74 / 375 * 100vw);
  }

  .c-slider__container[data-type="2"] .bx-wrapper .bx-controls-direction .bx-next {
    right: calc(15 / 375 * 100vw);
  }

  .c-slider__container[data-type="2"] .bx-wrapper .bx-controls-direction .bx-prev {
    left: calc(15 / 375 * 100vw);
  }

  .gold .card-img_02 {
    width: calc(242 / 375 * 100vw);
    transform: translateX(0);
  }

  .gold .card .cv-button {
    margin-top: calc(23 / 375 * 100vw);
  }

  .detail_table .conditions_list {
    margin-bottom: calc(15 / 375 * 100vw);
    padding-left: calc(15 / 375 * 100vw);
  }

  .detail_table .conditions_list>li {
    font-size: calc(12 / 375 * 100vw);
  }

  .detail_table .notes li {
    text-indent: calc(-24 / 375 * 100vw);
    padding-left: calc(24 / 375 * 100vw);
    margin-top: calc(5 / 375 * 100vw);
  }

  .benefitsDetails__fontSmall li+li {
    margin-top: calc(5 / 375 * 100vw);
  }

  .gold .card .c-accordion__container {
    margin-top: calc(23 / 375 * 100vw);
  }

  .faq__item p+p,
  .faq__item ul+p {
    margin-top: calc(12 / 375 * 100vw);
  }

  .faq__item p+ul {
    margin-top: calc(5 / 375 * 100vw);
  }

  .crr__text {
    padding-right: calc(10 / 375 * 100vw);
  }

  .crr__text::-webkit-scrollbar-thumb {
    --bg-opacity: 1;
  }

  .crr__container {
    margin: calc(18 / 375 * 100vw) calc(6 / 375 * 100vw) 0;
    font-size: calc(14 / 375 * 100vw);
    padding: calc(15 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) solid #ccc;
    border-radius: calc(4 / 375 * 100vw);
  }

  .crr-button {
    margin-top: calc(18 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    border-radius: calc(8 / 375 * 100vw);
    padding: calc(8 / 375 * 100vw) calc(12 / 375 * 100vw);
    padding-right: calc(35 / 375 * 100vw);
    box-shadow: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(10 / 375 * 100vw) rgba(0, 62, 145, 0.3);
    border-radius: calc(8 / 375 * 100vw);
  }

  .gold .crr-button {
    box-shadow: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(10 / 375 * 100vw) rgba(163, 83, 0, 0.3);
  }

  .crr-button::after,
  .crr-button::before {
    right: calc(14 / 375 * 100vw);
    width: calc(13 / 375 * 100vw);
    height: calc(1.5 / 375 * 100vw);
  }

  .c-modal__contents {
    padding: calc(50 / 375 * 100vw) calc(20 / 375 * 100vw) calc(23 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
  }

  .bottomFixedCV {
    box-sizing: border-box;
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: calc(10 / 375 * 100vw) calc(20 / 375 * 100vw);
    border-radius: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) 0 0;
    box-shadow: 0 0 calc(20 / 375 * 100vw) rgba(21, 21, 21, 0.3);
  }

  .bottomFixedCV h2 {
    width: calc(235 / 375 * 100vw);
  }

  .bottomFixedCV__list {
    display: flex;
    justify-content: space-between;
    gap: calc(15 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }

  .bottomFixedCV__list li {
    width: calc(172 / 375 * 100vw);
  }

  .bottomFixedCV__list li a {
    display: block;
    padding: calc(10 / 375 * 100vw) 0;
    border-radius: calc(50 / 375 * 100vw);
    background: linear-gradient(90deg, #2080e0 0%, #40a0e0 100%);
    box-shadow: calc(2 / 375 * 100vw) calc(4 / 375 * 100vw) calc(0 / 375 * 100vw) #003e91;
    color: white;
    font-size: calc(12 / 375 * 100vw);
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    margin-bottom: calc(10 / 375 * 100vw);
  }

  .bottomFixedCV__list li a.gold {
    background: linear-gradient(90deg, #f58700 0%, #f0af00 100%);
    box-shadow: calc(2 / 375 * 100vw) calc(4 / 375 * 100vw) calc(0 / 375 * 100vw) #aa5c00;
  }

  .bottomFixedCV__list li a:hover {
    text-decoration: none;
  }

  .banner.js-bottomArea.is-shown+.bottomFixedCV {
    display: block;
  }

  .payment {
    padding-top: calc(55 / 375 * 100vw);
    padding-bottom: calc(40 / 375 * 100vw);
  }

  .payment-head {
    width: calc(278 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }

  .payment-img_02 {
    margin-top: calc(27 / 375 * 100vw);
    margin-bottom: calc(7 / 375 * 100vw);
  }

  .c-list[data-type=kome]>li {
    font-size: calc(11 / 375 * 100vw);
  }

  .payment .c-accordion__container {
    margin-top: calc(22 / 375 * 100vw);
  }

  .payment .c-table th,
  .payment .c-table td {
    padding: calc(7 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }

  .payment .c-table.table[data-radius="8"] {
    border: calc(2 / 375 * 100vw) solid #ccc;
    border-radius: calc(8 / 375 * 100vw);
  }

  .payment .c-table.table[data-radius="8"] th,
  .payment .c-table.table[data-radius="8"] td {
    border-bottom: calc(2 / 375 * 100vw) 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: calc(2 / 375 * 100vw) solid #ccc;
  }

  .payment .c-table.table th[data-color="gray"]:first-child,
  .payment .c-table.table td[data-color="gray"]:first-child {
    border-right: calc(2 / 375 * 100vw) solid #fff;
  }

  .payment .c-table.table[data-radius="8"] td {
    padding: calc(7 / 375 * 100vw) calc(5 / 375 * 100vw);
  }

  .payment .c-table .c-list[data-type="dot"]>li {
    font-size: calc(11 / 375 * 100vw);
  }

  .payment .c-table p {
    font-size: calc(11 / 375 * 100vw);
  }

  .user__fontDin {
    font-size: calc(28 / 375 * 100vw);
    padding-right: calc(2 / 375 * 100vw);
  }

  .user__lead {
    font-size: calc(16 / 375 * 100vw);
  }

  .bg-gradient_02 {
    padding-bottom: calc(40 / 375 * 100vw);
  }

  .gold .bg-gradient_02 {
    padding-bottom: calc(40 / 375 * 100vw);
  }

  .bg-gradient_02::after {
    border: calc(190 / 375 * 100vw) solid transparent;
    border-top: calc(30 / 375 * 100vw) solid #6fd8ff;
    bottom: calc(-219 / 375 * 100vw);
  }

  .gold .bg-gradient_02::after {
    border-top: calc(30 / 375 * 100vw) solid #ffe88b;
  }

  .bg-gradient_03 {
    padding-top: calc(70 / 375 * 100vw);
    padding-bottom: calc(40 / 375 * 100vw);
  }

  .gold .payment {
    margin-top: calc(0 / 375 * 100vw);
    padding-top: calc(55 / 375 * 100vw);
    padding-bottom: calc(40 / 375 * 100vw);
  }

  .payment-banner {
    margin-top: calc(30 / 375 * 100vw);
  }

  .etc-table tr:nth-child(1) td:nth-child(2) {
    width: calc(44 / 375 * 100vw);
  }

}


@media all and (min-width: 641px) {
  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;
  }

  .payment .c-table p {
    font-size: 10px;
  }
}

@media all and (min-width: 641px) 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(calc(120 / 780 * 100vh), 120px);
    right: 50%;
    transform: translateX(97%);
    text-align: center;
    position: fixed;
    max-width: 622px;
  }

  .cv-area__text {
    position: absolute;
    top: max(calc(-28 / 880 * 100vh), -28px);
    left: 50%;
    transform: translateX(-50%);
    width: calc(416 / 880 * 100vh);
    max-width: 416px;
  }

  .cv-area__img {
    width: calc(620 / 880 * 100vh);
    margin-top: min(calc(7 / 880 * 100vh), 7px);
    max-width: 620px;
  }

  .cv-area__img:hover {
    opacity: 0.8;
  }

  .cv-area .cv-button {
    width: calc(500 / 880 * 100vh);
    max-width: 500px;
    box-sizing: border-box;
    font-size: min(calc(22 / 880 * 100vh), 22px);
    margin-top: min(calc(28 / 880 * 100vh), 28px);
    padding: min(calc(28 / 880 * 100vh), 28px) min(calc(30 / 880 * 100vh), 30px);
    background: linear-gradient(90deg, #2080e0 0%, #40a0e0 100%);
    box-shadow: calc(0 / 880 * 100vh) calc(0 / 880 * 100vh) calc(8 / 880 * 100vh) rgba(21, 21, 21, 0.3);
    margin: min(calc(26 / 880 * 100vh), 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(calc(20 / 880 * 100vh), 20px);
  }

  .cv-area__link {
    background: #fff;
    border-radius: calc(20 / 880 * 100vh);
    position: relative;
    width: calc(580 / 880 * 100vh);
    max-width: 580px;
    margin: min(calc(70 / 880 * 100vh), 70px) auto 0;
    padding: min(calc(30 / 880 * 100vh), 30px) 0 min(calc(45 / 880 * 100vh), 45px);
  }

  .cv-button:hover {
    opacity: 0.8;
  }
}

@media all and (min-width: 960px) and (max-width: 1200px) {
  .cv-area {
    transform: translateX(calc(600 / 1200 * 100vw));
  }

  .CvAreaHeight .cv-area__img {
    width: calc(500 / 880 * 100vh);
  }

  .CvAreaHeight .cv-area__link {
    width: calc(465 / 880 * 100vh);
  }

  .CvAreaHeight .cv-area .cv-button {
    width: calc(420 / 880 * 100vh);
  }

  .CvAreaHeight .cv-area {
    transform: translateX(calc(570 / 1200 * 100vw));
  }
}
