@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@media screen and (max-width: 1003.9px) {
  #page-header {
    min-width: 100%;
  }
}
@media screen and (max-width: 1003.9px) {
  #page-header .nav-area .str-inner {
    width: 100%;
  }
}
@media screen and (max-width: 1003.9px) {
  #page-footer,
  #to-top {
    min-width: 100%;
  }
}
@media screen and (max-width: 1150px) {
  #page-header .header-utility .list-user > li.logout {
    margin-right: 75px;
  }
  #page-header .nav-area .str-inner .list-user {
    margin-right: 55px;
  }
}
.footer-nav {
  background-color: #fff;
  padding-bottom: 30px;
  margin-bottom: 0;
}

body {
  color: #221100;
  font-family: "Noto Sans JP", "Roboto", "Noto Serif JP", serif, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  word-wrap: break-word;
}

@media screen and (min-width: 862px) {
  body {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 374px) {
  body {
    font-size: 3.7vw;
  }
}
main html,
main body,
main div,
main span,
main object,
main iframe,
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main blockquote,
main pre,
main abbr,
main address,
main cite,
main code,
main del,
main dfn,
main em,
main img,
main ins,
main kbd,
main q,
main samp,
main small,
main strong,
main sub,
main sup,
main var,
main b,
main i,
main dl,
main dt,
main dd,
main ol,
main ul,
main li,
main fieldset,
main form,
main label,
main legend,
main table,
main caption,
main tbody,
main tfoot,
main thead,
main tr,
main th,
main td,
main article,
main aside,
main canvas,
main details,
main figcaption,
main figure,
main footer,
main header,
main hgroup,
main menu,
main nav,
main section,
main summary,
main time,
main mark,
main audio,
main video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
main * {
  box-sizing: border-box;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main em,
main strong,
main address {
  margin: 0;
  padding: 0;
}
main ul,
main li,
main dl,
main dt,
main dd {
  list-style-type: none;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
main img {
  max-width: 100%;
  vertical-align: bottom;
}
main a {
  color: #0000ee;
  text-decoration: none;
  cursor: pointer;
}
main a:hover {
  opacity: 0.7;
}
main .center {
  text-align: center;
}
main .invisible {
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  main .spOnly {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  main .pcOnly {
    display: none !important;
  }
}
main .scrollanime {
  opacity: 0;
  transform: translateY(80px);
}
main .scrollanime.anime-delay1 {
  animation-delay: 0.4s;
}
main .scrollanime.anime-delay2 {
  animation-delay: 1s;
}
main .is-action {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
main {
  /* 汎用 */
}
main .text-center {
  text-align: center !important;
}
main .text-left {
  text-align: left !important;
}
main .text-right {
  text-align: right !important;
}
main .text-weight-medium {
  font-weight: 500 !important;
}
main .text-bold {
  font-weight: bold !important;
}
main .color-white {
  color: #fff !important;
}
main .color-gray {
  color: #6e6e73 !important;
}
main .color-light-gray {
  color: #eee !important;
}
main .color-gold {
  background: linear-gradient(90deg, rgb(174, 132, 40), rgb(218, 158, 53));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
main .break-all {
  word-break: break-all !important;
}
main .pt70 {
  padding-top: 70px !important;
}
main .mb0 {
  margin-bottom: 0 !important;
}
main .mb4 {
  margin-bottom: 4px !important;
}
main .mb8 {
  margin-bottom: 8px !important;
}
main .mb10 {
  margin-bottom: 10px !important;
}
main .mb12 {
  margin-bottom: 12px !important;
}
main .mb15 {
  margin-bottom: 15px !important;
}
main .mb16 {
  margin-bottom: 16px !important;
}
main .mb20 {
  margin-bottom: 20px !important;
}
main .mb24 {
  margin-bottom: 24px !important;
}
main .mb30 {
  margin-bottom: 30px !important;
}
main .mb32 {
  margin-bottom: 32px !important;
}
main .mb40 {
  margin-bottom: 40px !important;
}
main .mb48 {
  margin-bottom: 48px !important;
}
main .mb80 {
  margin-bottom: 80px !important;
}
main .pb0 {
  padding-bottom: 0 !important;
}
main .pb4 {
  padding-bottom: 4px !important;
}
main .pb8 {
  padding-bottom: 8px !important;
}
main .pb10 {
  padding-bottom: 10px !important;
}
main .pb12 {
  padding-bottom: 12px !important;
}
main .pb15 {
  padding-bottom: 15px !important;
}
main .pb16 {
  padding-bottom: 16px !important;
}
main .pb20 {
  padding-bottom: 20px !important;
}
main .pb24 {
  padding-bottom: 24px !important;
}
main .pb30 {
  padding-bottom: 30px !important;
}
main .pb32 {
  padding-bottom: 32px !important;
}
main .pb40 {
  padding-bottom: 40px !important;
}
main .pb48 {
  padding-bottom: 48px !important;
}
main .pb80 {
  padding-bottom: 80px !important;
}
main .container {
  padding: 0 15px;
}
main .container-15 {
  padding: 0 15px;
}
main .container-30 {
  padding: 0 30px;
}
main .uncontainer {
  margin: 0 -15px;
}
main .uncontainer-30 {
  margin: 0 -30px;
}
@media screen and (max-width: 374px) {
  main .mb8 {
    margin-bottom: 2.2vw !important;
  }
  main .mb10 {
    margin-bottom: 2.7vw !important;
  }
  main .mb12 {
    margin-bottom: 3.2vw !important;
  }
  main .mb15 {
    margin-bottom: 4vw !important;
  }
  main .mb16 {
    margin-bottom: 4.3vw !important;
  }
  main .mb20 {
    margin-bottom: 5.4vw !important;
  }
  main .mb24 {
    margin-bottom: 6.4vw !important;
  }
  main .mb30 {
    margin-bottom: 8vw !important;
  }
  main .mb32 {
    margin-bottom: 8.5vw !important;
  }
  main .mb40 {
    margin-bottom: 10.7vw !important;
  }
  main .mb48 {
    margin-bottom: 12.8vw !important;
  }
  main .mb80 {
    margin-bottom: 21.3vw !important;
  }
  main .pb8 {
    padding-bottom: 2.2vw !important;
  }
  main .pb10 {
    padding-bottom: 2.7vw !important;
  }
  main .pb12 {
    padding-bottom: 3.2vw !important;
  }
  main .pb15 {
    padding-bottom: 4vw !important;
  }
  main .pb16 {
    padding-bottom: 4.3vw !important;
  }
  main .pb20 {
    padding-bottom: 5.4vw !important;
  }
  main .pb24 {
    padding-bottom: 6.4vw !important;
  }
  main .pb30 {
    padding-bottom: 8vw !important;
  }
  main .pb32 {
    padding-bottom: 8.5vw !important;
  }
  main .pb40 {
    padding-bottom: 10.7vw !important;
  }
  main .pb48 {
    padding-bottom: 12.8vw !important;
  }
  main .pb80 {
    padding-bottom: 21.3vw !important;
  }
  main .container {
    padding: 0 4vw;
  }
  main .container-30 {
    padding: 0 8vw;
  }
  main .uncontainer {
    margin: 0 -4vw;
  }
  main .uncontainer-30 {
    margin: 0 -8vw;
  }
}
main .width-240 {
  max-width: 240px;
}
main {
  /* セクション */
}
main .section__text {
  font-size: 14px;
  line-height: 1.75;
}
main .information .section__text {
  line-height: 1.6;
}
main .section__text--small {
  font-size: 12px;
}
main .section__ttl {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
}
main .section__ttl--large {
  font-size: 44px;
}
main .section__ttl--medium {
  font-size: 32px;
}
@media screen and (max-width: 400px) {
  main .section__ttl--medium {
    font-size: 8vw;
  }
}
main .section__ttl__num {
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 2;
}
main .section__ttl__num__wrapper {
  position: relative;
}
main .section__ttl__num__inner {
  position: relative;
  padding-left: 130px;
  z-index: 3;
}
main .section__ttl__num__inner .section__text {
  line-height: 1.75em;
}
main .section__ttl__num__sub {
  margin-top: 8px;
  font-size: 8px;
  text-align: right;
  line-height: 1.3;
}
main .section__lead {
  background: linear-gradient(90deg, rgb(174, 132, 40), rgb(218, 158, 53));
  font-size: 40px;
  font-weight: 900;
  font-family: "Roboto", "Noto Sans JP", "Noto Serif JP", serif, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  line-height: 1.1;
  letter-spacing: -0.04em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
main .section__lead .x-small {
  font-size: 20px;
}
main .section__lead .small {
  font-size: 24px;
}
main .section__lead .medium {
  font-size: 32px;
}
main .section__lead .large {
  font-size: 56px;
}
main .section__link {
  color: #221100;
  text-decoration: underline;
}
main .section__link[target=_blank]::after {
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_exlink.png) 0 0/contain no-repeat;
  content: "";
  display: inline-block;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  position: relative;
  margin-left: 5px;
  transform: translateY(2px);
}
main .section__link.color-white[target=_blank]::after {
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_exlink_white.png) 0 0/contain no-repeat;
}
main .section__link.type02 {
  color: #0000ee;
}
main .section__link.type02[target=_blank]::after {
  width: 16px;
  height: 16px;
  bottom: -2px;
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_exlink_03.svg) 0 0/contain no-repeat;
}
main .section__link__anchor {
  color: #221100;
}
main .section__link__anchor::after {
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_anchor.png) 0 0/contain no-repeat;
  content: "";
  display: inline-block;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: 5px;
  transform: translateY(4px);
}
main .section__list > li {
  padding-left: 1em;
  text-indent: -1em;
}
main .section__list > li::before {
  content: "・";
}
main .section__list.icon-none > li {
  padding-left: 0;
  text-indent: 0;
}
main .section__list.icon-none > li::before {
  content: none;
}
main .section__list__note > li {
  position: relative;
  padding-left: 1.2em;
  font-size: 12px;
}
main .section__list__note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
main .section__list__note.-dots > li::before {
  content: "・";
}
main .section__list__note.-number {
  counter-reset: number;
}
main .section__list__note.-number > li {
  padding-left: 2.2em;
}
main .section__list__note.-number > li::before {
  counter-increment: number;
  content: "※" counter(number);
}
main .section__table {
  border: 1px solid #e3e3e3;
  border-top: none;
  width: 100%;
}
main .section__table th {
  background-color: #f1f1f1;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  display: block;
  font-size: 15px;
  font-weight: normal;
  padding: 15px 12px;
  width: 100%;
}
main .section__table td {
  display: block;
  font-size: 12px;
  padding: 15px 12px;
  width: 100%;
}
@media screen and (max-width: 374px) {
  main .section__text {
    font-size: 3.7vw;
  }
  main .section__text--small {
    font-size: 3.2vw;
  }
  main .section__ttl {
    font-size: 6.4vw;
  }
  main .section__ttl--large {
    font-size: 11.8vw;
  }
  main .section__ttl--medium {
    font-size: 8vw;
  }
  main .section__ttl__num {
    left: -4vw;
  }
  main .section__ttl__num.type01 {
    width: 25.1vw;
  }
  main .section__ttl__num.type02 {
    width: 29.7vw;
  }
  main .section__ttl__num__inner {
    padding-left: 34.7vw;
  }
  main .section__lead {
    font-size: 10.7vw;
  }
  main .section__lead .x-small {
    font-size: 5.3333vw;
  }
  main .section__lead .small {
    font-size: 6.4vw;
  }
  main .section__lead .medium {
    font-size: 8.5vw;
  }
  main .section__lead .large {
    font-size: 15vw;
  }
  main .section__list__note > li {
    font-size: 3.2vw;
  }
  main .section__table th {
    font-size: 4vw;
    padding: 4vw 3.2vw;
  }
  main .section__table td {
    font-size: 3.2vw;
    padding: 4vw 3.2vw;
  }
}
main .overall {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
main .overall::before {
  position: absolute;
  background-image: url(/promotion/ordercard/switch/gold/images/renewal/img_bg.png);
  background-position: center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -10;
}
main .overall__inner {
  width: 100%;
  max-width: 862px;
  margin: 0 auto;
}
main .main {
  max-width: 430px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}
@media screen and (min-width: 862px) {
  main .main {
    margin: 0 0 0 auto;
  }
}
main {
  /* sidebar */
}
main .sidebar {
  display: none;
  width: 345px;
  height: auto;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: calc((100vw - 862px) / 2);
}
main .sidebar__heading {
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-align: center;
}
main .sidebar__price {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.04em;
  text-align: center;
}
main .sidebar__price span {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.04em;
}
main .sidebar__text {
  color: #fff;
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
}
@media screen and (min-width: 862px) {
  main .sidebar {
    display: block;
  }
}
main .sidebar.is-active {
  top: 42%;
}
@media screen and (max-height: 760px) {
  main .sidebar {
    transform: translateY(-50%) scale(0.9);
  }
}
@media screen and (max-height: 680px) {
  main .sidebar {
    transform: translateY(-50%) scale(0.8);
  }
}
@media screen and (max-height: 630px) {
  main .sidebar.is-active {
    top: 38%;
  }
}
main {
  /* ---------- メインビジュアル追加分　ここから ---------- */
  /* メニューボタン */
}
main .menu__btn {
  background-color: #575258;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 40px;
  justify-content: center;
  padding: 3px 5px;
  position: fixed;
  right: 15px;
  top: 10px;
  transition: background-color 0.4s;
  width: 40px;
  z-index: 100;
}
main .menu__btn span {
  background-color: #fff;
  display: block;
  height: 3px;
  margin: 3px auto;
  transition: 0.4s;
  width: 25px;
}
main .menu__btn.is-active {
  background-color: inherit;
}
main .menu__btn.is-active span {
  background-color: #292c2e;
}
main .menu__btn.is-active span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 6px);
}
main .menu__btn.is-active span:nth-child(2) {
  opacity: 0;
}
main .menu__btn.is-active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
@media screen and (max-width: 430px) {
  main .menu__btn {
    height: 40px;
    padding: 3px 5px;
    right: 15px;
    top: 10px;
    width: 40px;
  }
  main .menu__btn span {
    display: block;
    height: 3px;
    margin: 3px 0;
    transition: 0.4s;
    width: 30px;
  }
  main .menu__btn.is-active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 6px);
  }
  main .menu__btn.is-active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
}
main {
  /* メニュー */
}
main .menu__wrap {
  display: none;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 80;
}
main .menu__overlay {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
main .menu__list {
  background: url(/promotion/ordercard/switch/gold/images/renewal/bg_menu.png) 0 0/100% no-repeat, #efefef;
  height: 100%;
  padding: 96px 15px;
  position: absolute;
  right: 0;
  top: 0;
  width: 270px;
  overflow-y: auto;
}
main .menu__list.is-scrolling {
  height: calc(100% - 80px);
}
main .menu__list li {
  padding-left: 15px;
}
main .menu__list li:not(:last-child) {
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
main .menu__list li a,
main .menu__list li > p {
  color: #292c2e;
  display: block;
  font-size: 18px;
  font-weight: 900;
  position: relative;
}
main .menu__list li a:after {
  border-top: 2px solid #6e6e73;
  border-right: 2px solid #6e6e73;
  content: "";
  height: 6px;
  right: 15px;
  position: absolute;
  top: 50%;
  width: 6px;
  transform: translateY(-50%) rotate(135deg);
}
main .menu__list .menu__sub {
  display: none;
}
main .menu__list .menu__sub li {
  margin-left: 15px;
}
main .menu__list .menu__sub li:first-child {
  border-top: 1px solid #bdbdbd;
  margin-top: 24px;
  padding-top: 24px;
}
main .menu__list .menu__sub li a {
  padding-right: 25px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
main .menu__list li > p {
  cursor: pointer;
}
main .menu__list li > p:before {
  background-color: #6e6e73;
  content: "";
  height: 14px;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 2px;
}
main .menu__list li > p.is-active:before {
  content: none;
}
main .menu__list li > p:after {
  background-color: #6e6e73;
  content: "";
  height: 2px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 14px;
}
@media screen and (min-width: 862px) {
  main .menu__list {
    height: 100%;
  }
}
@media screen and (max-width: 374px) {
  main .menu__list.is-scrolling {
    height: calc(100% - 21.3vw);
  }
}
main {
  /* モーダル */
}
main .modal__overlay {
  background: rgba(41, 44, 46, 0.2);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
main .modal__closeBtn {
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 16px;
  width: 40px;
}
main .modal__inner {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 500px;
}
main .modal__cont {
  background-color: #fff;
  display: none;
  left: 0;
  overflow-y: auto;
  padding: 48px 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
main .modal__ttl {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 16px;
}
main .modal__txt {
  font-size: 14px;
  margin-bottom: 28px;
}
main .modal__subTtl {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 900;
  gap: 16px;
  line-height: 1.3;
  margin-bottom: 24px;
}
main .modal__subTtl:before {
  content: "";
  height: 26px;
  width: 43px;
}
main .modal__subTtl.nonum:before {
  content: none;
}
main .modal__subTtl.no01:before {
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_modal_subttl_01.svg) 0 0/contain no-repeat;
}
main .modal__subTtl.no02:before {
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_modal_subttl_02.svg) 0 0/contain no-repeat;
}
main .modal__list {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0%;
}
main .modal__list li {
  margin-top: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2px;
}
main .modal__list li::before {
  content: "・";
}
main .modal__cardList {
  margin-bottom: 28px;
}
main .modal__cardList li + li {
  margin-top: 8px;
}
main .modal__cardList li label {
  align-items: center;
  border: 2px solid #e6d7bc;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  gap: 8px;
  height: 56px;
  padding-left: 16px;
  position: relative;
}
main .modal__cardList li label:before {
  border: 2px solid #dccdb2;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 20px;
  left: 0;
  position: relative;
  width: 20px;
}
main .modal__cardList li label:after {
  background-color: #ae8428;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 21px;
  margin-right: 12px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
main .modal__cardList li input[type=radio] {
  position: absolute;
  opacity: 0;
}
main .modal__cardList li input[type=radio]:checked + label {
  border-color: #ae8428;
}
main .modal__cardList li input[type=radio]:checked + label::before {
  border-color: #ae8428;
}
main .modal__cardList li input[type=radio]:checked + label::after {
  opacity: 1;
}
main .modal__cardList li .modal__cardImg {
  width: 40px;
}
main .modal__cardList li .modal__cardName {
  color: #6f5306;
  font-size: 14px;
  font-weight: 900;
}
main .modal__application {
  display: none;
}
main .modal__applicationList {
  margin-bottom: 32px;
}
main .modal__applicationList li + li {
  margin-top: 24px;
}
main .modal__applicationLead {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 6px;
}
main .modal__applicationList a img {
  width: 100%;
}
main .modal__note {
  color: #6e6e73;
}
main .modal__note > div {
  font-size: 12px;
  margin-top: 8px;
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
main .modal__note > div:first-child {
  margin-top: 0;
}
main .modal__note div + div {
  padding-left: 0;
  text-indent: 0;
}
main .modal__note div a {
  align-items: center;
  color: #292c2e;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px;
  text-decoration: underline;
}
main .modal__note div a:after {
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_exlink.png) 0 0/contain no-repeat;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  transform: translateY(2px);
}
@media screen and (max-width: 429px) {
  main .modal__cont {
    padding: 56px 0 32px;
  }
}
@media screen and (min-width: 862px) {
  main .modal__cont {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: calc(100% - 64px);
    width: calc(100% - 60px);
    max-height: 765px;
    max-width: 960px;
  }
}
main {
  /* メインビジュアル */
}
main .keyVisual {
  position: relative;
}
main .keyVisual__logo {
  position: absolute;
  top: 10px;
  left: 15px;
}
main .keyVisual__logo img {
  width: 45px;
}
main .keyVisual h1 {
  margin-bottom: 20px;
}
main .keyVisual h1 img {
  width: 100%;
}
main .keyVisual__txt {
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
main .keyVisual__application {
  cursor: pointer;
  margin: 16px auto 0;
  padding: 0 30px;
}
@media screen and (max-width: 374px) {
  main .keyVisual h1 {
    margin-bottom: 5.4vw;
  }
  main .keyVisual__txt {
    font-size: 5.4vw;
  }
  main .keyVisual__application {
    margin: 4.3vw auto 0;
    padding: 0 8vw;
  }
}
main {
  /* ---------- メインビジュアル追加分　ここまで ---------- */
  /* 特長 */
}
main .feature__card__wapper {
  margin-bottom: -70px;
}
main .feature__card__wapper img {
  width: 68%;
}
main .feature__service__head {
  padding-bottom: 15px;
  background: url(/promotion/ordercard/switch/gold/images/renewal/bg_feature_service_02.png);
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
main .feature__service__body {
  padding-bottom: 80px;
  color: #fff;
  background: #000;
}
main .feature__service__price {
  font-size: 20px;
}
main .feature__service__price span {
  font-size: 40px;
  font-weight: 900;
}
main .feature__service__hr {
  margin: 32px 0;
}
main .feature__service__ttl {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
}
main .feature__service__ttl__sub {
  font-size: 8px;
  font-weight: 400;
}
main .feature__service__img-insurance {
  margin-bottom: -60px;
}
main .feature__experience {
  padding: 80px 0;
  background: url(/promotion/ordercard/switch/gold/images/renewal/bg_feature_experience_02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
main .feature__experience__ttl {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
main .feature__experience__ttl__sub {
  color: #6e6e73;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.04em;
}
main .feature__experience__text {
  padding-left: 60px;
}
main .feature__invite {
  padding: 0 0 80px;
  color: #fff;
  background: url(/promotion/ordercard/switch/gold/images/renewal/bg_feature_invite.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
main .feature__invite__ttl {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.3;
}
main .feature__invite__sub {
  font-size: 16px;
  font-weight: bold;
  color: #bdbdbe;
}
main .feature__invite__card {
  margin: -130px -30px -82px;
}
@media screen and (max-width: 374px) {
  main .limited {
    padding-top: 21.3vw;
  }
  main .feature__service__body {
    padding-bottom: 21.3vw;
  }
  main .feature__service__head {
    padding-bottom: 4vw;
  }
  main .feature__service__price {
    font-size: 5.4vw;
  }
  main .feature__service__price span {
    font-size: 10.7vw;
  }
  main .feature__service__hr {
    margin: 8.5vw 0;
  }
  main .feature__service__ttl {
    font-size: 6.4vw;
  }
  main .feature__service__ttl__sub {
    font-size: 2.2vw;
  }
  main .feature__service__img-insurance {
    margin-bottom: -16vw;
  }
  main .feature__experience__ttl {
    font-size: 7.5vw;
  }
  main .feature__experience__ttl__sub {
    font-size: 4.3vw;
  }
  main .feature__experience__text {
    padding-left: 16vw;
  }
  main .feature__invite {
    padding: 0 0 21.3vw;
  }
  main .feature__invite__ttl {
    font-size: 7.5vw;
  }
  main .feature__invite__card {
    margin: -34.7vw -8vw -21.8vw;
  }
}
main {
  /* 新規入会キャンペーン共通 */
}
main .campaign__period__ttl {
  font-size: 14px;
  font-weight: 500;
}
main .campaign__period__text {
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
main .campaign__period__text .large {
  font-size: 40px;
  font-weight: 300;
}
main .campaign__list > li:not(:last-child) {
  margin-bottom: 16px;
}
main .campaign__list .campaign__list__link.campaign_add {
  margin-top: -16px;
}
main .campaign__list__link {
  display: block;
  padding: 16px 15px;
  color: #221100;
  background: #fff;
  position: relative;
}
main .campaign__list__link.campaign_add::after {
  height: 1px;
  width: calc(100% - 30px);
  background: #d6b468;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: block;
}
main .campaign__list__ttl {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
main .campaign__list__ttl small {
  font-size: 12px;
}
main .campaign__list__sub {
  color: #6e6e73;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 12px;
}
main .campaign__list__price {
  background: linear-gradient(90deg, rgb(174, 132, 40), rgb(218, 158, 53));
  font-size: 20px;
  font-weight: 900;
  font-family: Roboto, "Noto Sans JP";
  line-height: 1.4;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 4px auto;
  width: -moz-fit-content;
  width: fit-content;
}
main .campaign__list__price--lh-sm {
  line-height: 1.1;
  letter-spacing: -1px;
}
main .campaign__list__price .medium {
  font-size: 25px;
}
main .campaign__list__price .large {
  font-size: 40px;
}
main .campaign__list__price .spacing {
  letter-spacing: -0.1em;
}
main .campaign__list__date {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
  text-align: center;
}
main .campaign__list__more {
  font-size: 12px;
  text-align: center;
}
main .campaign__list__more::after {
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_exlink_campaign.png) 0 0/contain no-repeat;
  content: "";
  display: inline-block;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  position: absolute;
}
@media screen and (max-width: 374px) {
  main .campaign__period__ttl {
    font-size: 3.7vw;
  }
  main .campaign__period__text {
    font-size: 7vw;
  }
  main .campaign__period__text .large {
    font-size: 10.7vw;
  }
  main .campaign__list > li:not(:last-child) {
    margin-bottom: 4.25vw;
  }
  main .campaign__list .campaign__list__link.campaign_add {
    margin-top: -4.25vw;
  }
  main .campaign__list__link {
    padding: 4.2vw 4vw;
  }
  main .campaign__list__link.campaign_add::after {
    width: calc(100% - 8vw);
  }
  main .campaign__list__ttl {
    margin-bottom: 1.3vw;
    font-size: 4.2vw;
  }
  main .campaign__list__ttl small {
    font-size: 3.5vw;
  }
  main .campaign__list__sub {
    font-size: 4.2vw;
  }
  main .campaign__list__price {
    margin-bottom: 1vw;
    font-size: 5.3vw;
  }
  main .campaign__list__price .medium {
    font-size: 6.9vw;
  }
  main .campaign__list__price .large {
    font-size: 10vw;
  }
  main .campaign__list__more {
    font-size: 3.2vw;
  }
}
main {
  /* 新規入会キャンペーン01 */
}
main .campaign-01 {
  padding: 80px 0;
  background: url(/promotion/ordercard/switch/gold/images/renewal/bg_campaign_01.png) 0 0/cover no-repeat;
}
@media screen and (max-width: 374px) {
  main .campaign-01 {
    padding: 21.3vw 0;
  }
}
main {
  /* キャンペーン02 */
}
main .campaign-02 {
  padding: 80px 0;
  background: url(/promotion/ordercard/switch/gold/images/renewal/bg_campaign_02.png);
  background-size: cover;
}
main .campaign-02 .campaign__lead__wapper {
  padding: 0 18px;
}
@media screen and (max-width: 374px) {
  main .campaign-02 {
    padding: 21.3vw 0;
  }
  main .campaign-02 .campaign__lead__wapper {
    padding: 0 18px;
  }
}
main {
  /* コンバージョン */
}
main .cv {
  padding: 0 0 48px;
}
main .cv__text {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
main .cv__text span {
  font-size: 14px;
  font-weight: 500;
}
main .cv__img__wrapper {
  margin-bottom: -80px;
}
@media screen and (max-width: 374px) {
  main .cv {
    padding: 0 0 12.8vw;
  }
  main .cv__text {
    margin-bottom: 6.4vw;
    font-size: 5.3vw;
  }
  main .cv__text span {
    font-size: 3.7vw;
  }
  main .cv__img__wrapper {
    margin-bottom: -21.3vw;
  }
}
main {
  /* 家族カード */
}
main .family {
  padding: 80px 0px;
  background: url(/promotion/ordercard/switch/gold/images/renewal/bg_family_card.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
main .family .section__text {
  line-height: 1.75em;
}
main {
  /* ポイントサービス */
}
main .point {
  padding: 80px 0;
  background: url(/promotion/ordercard/switch/gold/images/renewal/bg_point_251216.png);
  background-position: bottom;
  background-size: cover;
}
main .point__item__lead__sub {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
}
main .point__item__lead__sub__sbs {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
  color: #250305;
  letter-spacing: 0.03em;
  -webkit-text-fill-color: #250305;
}
main .point__item {
  padding: 32px 24px;
  background: linear-gradient(156.75deg, #ffffff 18.68%, #f8f8f8 86.35%);
}
main .point__item.point__item--center .point__item__lead__sub,
main .point__item.point__item--center .section__checktext,
main .point__item.point__item--center .section__text,
main .point__item.point__item--center .section__lead {
  text-align: center;
}
main .point__item.-white {
  background: none;
  background-color: #fff;
}
main .point__caution__inner {
  padding-top: 32px;
  display: none;
}
main .point__caution__inner.point__caution__inner--no-accordion {
  display: block;
}
main .point__caution__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 15px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
main .point__caution__btn span {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 5px;
}
main .point__caution__btn span::before,
main .point__caution__btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #221100;
}
main .point__caution__btn span::before {
  width: 14px;
  height: 2px;
}
main .point__caution__btn span::after {
  width: 2px;
  height: 14px;
}
main .point__caution__btn.is-active span::after {
  content: none;
}
main .point__caution .section__list__note {
  color: #6e6e73;
}
main .point__caution .section__list__note .section__link,
main .point__caution .section__list__note a {
  color: #6e6e73;
  text-decoration: underline;
  padding-left: 1.2em;
}
main .point__caution .section__list__note .section__link[target=_blank]::after,
main .point__caution .section__list__note a[target=_blank]::after {
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_exlink_gray.png) 0 0/contain no-repeat;
  content: "";
  display: inline-block;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  position: relative;
  margin-left: 5px;
  transform: translateY(2px);
}
main .point__caution .section__text {
  font-size: 12px;
}
@media screen and (max-width: 374px) {
  main .point {
    padding: 21.3vw 0;
  }
  main .point__item__lead__sub {
    font-size: 4.25vw;
  }
  main .point__item__lead__sub__sbs {
    font-size: 4.25vw;
  }
  main .point__item {
    padding: 8.5vw 6.4vw;
  }
  main .point__caution .section__text {
    font-size: 3.2vw;
  }
}
main {
  /* security */
}
main .security {
  padding: 80px 0;
  color: #fff;
  background: url(/promotion/ordercard/switch/gold/images/renewal/bg_security.png);
  background-size: cover;
}
main .security .section__ttl__num {
  left: -30px;
}
main .security .section__ttl__num__inner {
  padding-left: 46px;
}
main .security__item {
  padding: 32px 24px;
  background: rgba(220, 205, 178, 0.2);
}
main .security__item-new {
  padding-left: 46px;
}
main .security__item-new span {
  padding: 0 4px;
  color: #dccdb2;
  border: 1px solid #dccdb2;
}
main .security__detail {
  position: relative;
  padding-left: 46px;
}
main .security__detail::before {
  content: "";
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  top: 0;
  left: 0;
}
main .security__detail-notifications::before {
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_notifications.svg) center/contain no-repeat;
}
main .security__detail-alert::before {
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_alert.svg) center/contain no-repeat;
  width: 28px;
  height: 28px;
}
main .security__detail-security::before {
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_security.svg) center/contain no-repeat;
}
main .security__detail-user::before {
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_user.svg) center/contain no-repeat;
}
main .security__detail-card::before {
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_card.svg) center/contain no-repeat;
}
main .security__detail-travel::before {
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_travel.svg) center/contain no-repeat;
}
main .security__detail-shopping::before {
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_shopping.svg) center/contain no-repeat;
}
main .security__detail-mobile::before {
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_mobile.svg) center/contain no-repeat;
}
main .security__detail dt {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 374px) {
  main .security {
    padding: 21.3vw 0;
  }
  main .security .section__ttl__num {
    left: -8vw;
  }
  main .security .section__ttl__num__inner {
    padding-left: 12.3vw;
  }
  main .security__item {
    padding: 8.5vw 6.4vw;
  }
  main .security__item-new {
    padding-left: 12.3vw;
  }
  main .security__item-new span {
    padding: 0 1.1ve;
  }
  main .security__detail {
    padding-left: 12.3vw;
  }
  main .security__detail::before {
    width: 9vw;
    height: 9vw;
  }
  main .security__detail-alert::before {
    width: 7.5vw;
    height: 7.5vw;
  }
  main .security__detail dt {
    margin-bottom: 2.7vw;
    font-size: 5.3vw;
  }
}
main {
  /* apply */
}
main .apply {
  padding: 80px 0;
}
main .apply__step {
  width: 100%;
  padding-top: 32px;
  margin-top: 32px;
  margin-bottom: 32px;
  border-top: 1px solid #000;
  position: relative;
}
main .apply__step__item {
  width: 100%;
  margin-bottom: 24px;
  padding-left: 70px;
  position: relative;
}
main .apply__step__item::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 55px);
  top: 55px;
  left: 25px;
  background-color: #292c2e;
}
main .apply__step__item:last-child {
  margin-bottom: 0;
  min-height: auto;
}
main .apply__step__item:last-child::after {
  content: none;
}
main .apply__step__item.apply__step__item--1row {
  padding-bottom: 24px;
}
main .apply__step__heading {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 10px;
}
main .apply__step__heading .-sub {
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}
main .apply__step__text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
main .apply__step__num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}
main .apply__step__num span {
  font-size: 36px;
}
main .apply__tab__btn {
  width: calc(50% - 4px);
  padding: 16px;
  background-color: #292c2e;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 900;
  cursor: pointer;
}
main .apply__tab__btn.is-active {
  background-color: #f2f2f2;
  color: #292c2e;
}
main .apply__tab__btn > span {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  display: block;
}
main .apply__tab__btn__wrapper {
  display: flex;
  justify-content: space-between;
}
main .apply__tab__wrapper {
  display: none;
}
main .apply__tab__wrapper.is-show {
  display: block;
}
main .apply__tab__content {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
}
main .apply__tab__wrapper {
  padding: 24px 14px;
}
main .apply__tab__heading {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 900;
}
main .apply__tab__text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 10px;
}
main .apply__list__note {
  margin: 16px 8px;
  color: #6e6e73;
}
@media screen and (max-width: 374px) {
  main .apply {
    padding: 21.3vw 0;
  }
  main .apply__step {
    padding-top: 10.6666666667vw;
    margin-top: 8vw;
    margin-bottom: 10.6666666667vw;
  }
  main .apply__step__item {
    width: 100%;
    padding-left: 18.6666666667vw;
  }
  main .apply__step__item::before {
    width: 16vw;
    height: 13.3333333333vw;
  }
  main .apply__step__item::after {
    width: 0.2666666667vw;
    height: calc(100% - 15vw);
    top: 14.6666666667vw;
    left: 6.6666666667vw;
  }
  main .apply__step__item.apply__step__item--1row {
    padding-bottom: 6.4vw;
  }
  main .apply__step__heading {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  main .apply__step__heading .-sub {
    font-size: 4.2666666667vw;
  }
  main .apply__step__text {
    font-size: 4.2666666667vw;
  }
  main .apply__step__num {
    font-size: 3.7vw;
  }
  main .apply__step__num span {
    font-size: 9.5vw;
  }
  main .apply__tab__btn {
    padding: 4.25vw;
    font-size: 5.3vw;
  }
  main .apply__tab__btn > span {
    font-size: 3.2vw;
  }
  main .apply__tab__wrapper {
    padding: 6.4vw 3.7vw;
  }
  main .apply__tab__heading {
    font-size: 4.9vw;
  }
  main .apply__tab__text {
    font-size: 3.7vw;
    margin-top: 2.7vw;
  }
  main .apply__list__note {
    margin: 4.25vw 2.2vw;
  }
}
main {
  /* 特典 */
}
main .benefit {
  padding: 80px 0;
  background: url(/promotion/ordercard/switch/gold/images/renewal/bg_benefit.png);
  background-size: cover;
}
@media screen and (max-width: 374px) {
  main .benefit {
    padding: 21.3vw 0;
  }
}
main {
  /* カード基本情報 */
}
main .information {
  padding: 80px 0;
  background: url(/promotion/ordercard/switch/gold/images/renewal/bg_information.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 374px) {
  main .information {
    padding: 21.3vw 0;
  }
}
main {
  /* 注意事項 */
}
main .caution {
  padding-bottom: 20px;
}
main .caution a {
  text-decoration: underline;
}
main .caution .section__list__note > li {
  font-size: 14px;
}
@media screen and (max-width: 374px) {
  main .caution {
    padding-bottom: 12.8vw;
  }
  main .caution .section__list__note > li {
    font-size: 3.7vw;
  }
}
main .inquiry {
  border: solid 1px #9a7b50;
}
main .inquiry__ttl {
  padding: 10px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-color: #9a7b50;
}
main .inquiry__inner {
  padding: 32px 24px;
}
main .inquiry__btn {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 12px 36px;
  color: #fff;
  background-color: #9a7b50;
  border-radius: 10px;
  justify-content: center;
  text-decoration: none !important;
}
main .inquiry__btn::after {
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_exlink_white.png) 0 0/contain no-repeat;
  content: "";
  display: inline-block;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  position: relative;
  margin-left: 5px;
}
@media screen and (max-width: 374px) {
  main .inquiry__ttl {
    padding: 2.7vw;
    font-size: 4.9vw;
  }
  main .inquiry__inner {
    padding: 8.5vw 6.4vw;
  }
  main .inquiry__btn {
    padding: 3.2vw 9.5vw;
    border-radius: 2.7vw;
  }
}
main {
  /* footer */
}
main .footer {
  max-width: 430px;
  margin: 0 auto 100px;
  overflow: hidden;
}
main .l-footer-copyright {
  padding: 18.3466666667px 0;
  background: #05131b;
}
main .l-footer-copyright .m-footer-copy-txt {
  padding: 0 10px;
  color: #fff;
  font-family: Arial;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.5px;
}
main .m-footer-link {
  background: #5b5b5b;
}
main .m-footer-link-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 10px;
  padding: 16.0533333333px 22.9333333333px 16.0533333333px 30.96px;
  font-size: 12.6133333333px;
}
main .m-footer-link-list li {
  font-family: "HiraKakuStd", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  margin-right: 11.4666666667px;
  line-height: 2;
}
main .m-footer-link-list li a {
  color: #fff;
  text-decoration: none;
}
main .m-footer-link-list li a:hover {
  -webkit-transition: all 0.3s ease;
  opacity: 0.7;
  transition: all 0.3s ease;
}
main .m-footer-link-pagetop {
  display: none;
}
main .m-footer-copy-txt {
  font-family: Arial;
  padding: 0 11.4666666667px;
  color: #fff;
  font-size: 14.9066666667px;
  text-align: center;
  letter-spacing: 0.5733333333px;
}
@media screen and (max-width: 374px) {
  main .footer {
    margin: 0 auto 21.3vw;
  }
  main .m-footer-link {
    background: #5b5b5b;
  }
  main .m-footer-link-list {
    font-family: "HiraKakuStd", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    max-width: 184vw;
    padding: 3.73333vw 5.33333vw 3.73333vw 7.73333vw;
    font-size: 2.93333vw;
  }
  main .m-footer-link-list li {
    line-height: 2;
    margin-right: 4vw;
  }
  main .m-footer-link-list li a {
    color: #fff;
    text-decoration: none;
  }
  main .m-footer-link-list li a:hover {
    text-decoration: underline;
  }
  main .m-footer-copy-txt {
    font-family: Arial;
    padding: 0 2.66667vw;
    color: #fff;
    font-size: 3.46667vw;
    text-align: center;
    letter-spacing: 0.13333vw;
  }
  main .l-footer-copyright {
    padding: 4.53333vw 0;
    background: #05131b;
  }
}
@media screen and (min-width: 862px) {
  main .footer {
    margin: 0 0 0 auto;
  }
}
main {
  /* footer end　*/
  /* json-note */
}
main .json-note {
  font-size: 12px;
}
@media screen and (max-width: 374px) {
  main .json-note {
    font-size: 3.2vw;
  }
}
main .apply .json-note a[target=_blank] {
  color: #221100;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
main .apply .json-note a[target=_blank]::after {
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_exlink.png) 0 0/contain no-repeat;
  content: "";
  display: inline-block;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  position: relative;
  margin-left: 5px;
  transform: translateY(2px);
}
main .caution .json-note {
  font-size: 14px;
}
main .caution a[target=_blank]::after {
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_exlink_03.svg) 0 0/contain no-repeat;
  content: "";
  display: inline-block;
  bottom: -2px;
  right: 0;
  width: 18px;
  height: 18px;
  position: relative;
  margin-left: 5px;
  transform: translateY(2px);
}
@media screen and (max-width: 374px) {
  main .json-note {
    font-size: 3.7vw;
  }
  main .caution .json-note {
    font-size: 3.7vw;
  }
}
main .float {
  bottom: 0px;
  display: none;
  height: 100px;
  left: 0px;
  position: fixed;
  width: 100%;
  z-index: 90;
}
main .float__btn {
  position: relative;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 16px 24px;
  background-color: #221100;
  background-image: url(/promotion/ordercard/switch/gold/images/renewal/img_float_01.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
main .float__btn span {
  line-height: 1;
}
main .float__btn .small {
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
}
main .float__btn .large {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 374px) {
  main .float {
    height: 21.3vw;
  }
  main .float__btn {
    height: 21.3vw;
    padding: 4.3vw 6.4vw;
  }
  main .float__btn::after {
    width: 6.4vw;
    height: 7vw;
    right: 4.3vw;
  }
  main .float__btn .small {
    font-size: 2.7vw;
  }
  main .float__btn .large {
    font-size: 5.4vw;
  }
}
@media screen and (min-width: 862px) {
  main .float {
    display: none !important;
  }
}
main .section__notes {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
  color: #757b80;
}
main .section__checktext {
  display: flex;
  gap: 6px;
  align-items: flex-start;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0 16px;
}
main .section__checktext span:last-child {
  flex: 1;
}
@media screen and (max-width: 374px) {
  main .section__notes {
    font-size: 3.2vw;
  }
  main .section__checktext {
    font-size: 3.7vw;
  }
}
main .caution--last {
  padding-bottom: 48px;
}
main .caution--investment {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
main .caution--investment a[target=_blank]::after {
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_exlink_03.svg) 0 0/contain no-repeat;
  content: "";
  display: inline-block;
  bottom: -2px;
  right: 0;
  width: 18px;
  height: 18px;
  position: relative;
  margin-left: 5px;
  transform: translateY(2px);
}
main .campaign__list__wrap {
  padding: 28px 20px 24px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}
main .campaign__list__wrap + .campaign__list__wrap {
  margin-top: 16px;
}
main .campaign__list__header {
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  font-family: Roboto, "Noto Sans JP";
  line-height: normal;
  margin: 12px auto;
  text-align: center;
}
main .campaign__list__header span {
  font-size: 40px;
}
main .campaign__list__header .strong {
  background: linear-gradient(99deg, #ae8428 4.53%, #d8a227 120.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #af8528;
  font-size: 24px;
}
main .campaign__list__header .strong_bk {
  color: #221100;
  font-size: 24px;
}
main .campaign__list__header .strong .large {
  background: linear-gradient(99deg, #ae8428 4.53%, #d8a227 120.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
}
@media screen and (max-width: 400px) {
  main .campaign__list__header {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 374px) {
  main .campaign__list__header {
    font-size: 8vw;
    margin-bottom: 3.2vw;
  }
  main .campaign__list__header span {
    font-size: 10.667vw;
  }
}
main .inc_notes {
  margin-top: 20px;
}
main #point .inc-bunner-area {
  margin: 24px auto 0;
  padding: 24px 0 0;
  background-color: inherit;
}
main .section__list__note > div {
  font-size: 12px;
  padding-left: 1.2em;
  position: relative;
  text-indent: -1.2em;
}
main h3.campaign__list-num {
  font-size: 12px;
  font-family: Roboto;
  line-height: 1;
  margin-bottom: 8px;
}
main h3.campaign__list-num.campaign__list-num--anchor {
  font-size: 22px;
  font-family: Roboto;
  line-height: 1;
  margin-bottom: 8px;
  margin-bottom: 20px;
}
main .campaign__hr {
  border: none;
  border-top: 1px solid #d6b468;
  margin: 28px 0;
}
main .campaign__header-ttl {
  background: linear-gradient(99deg, #ae8428 4.53%, #d8a227 120.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 16px;
}
main .campaign__list-txt {
  background: var(--gradation-gold, linear-gradient(278deg, #ae8428 42.7%, #d8a227 78.43%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media screen and (max-width: 400px) {
  main .campaign__header-ttl,
  main .campaign__list-txt {
    font-feature-settings: "palt";
  }
}
main {
  /* 251001公開追加分 */
}
main .feature__border {
  height: 1px;
  width: 100%;
  background-color: #fff;
  border: none;
}
main .section__date {
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  color: #210;
}
@media screen and (max-width: 374px) {
  main .section__date {
    font-size: 4.2666666667vw;
  }
}
main .disney {
  padding: 80px 0 0;
}
@media screen and (max-width: 374px) {
  main .disney {
    padding: 21.3vw 0 0;
  }
}
main .disney__area {
  padding: 24px;
  border: 1px solid #cca458;
}
@media screen and (max-width: 374px) {
  main .disney__area {
    padding: 6.4vw;
  }
}
main .disney__header {
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  font-size: 24px;
}
@media screen and (max-width: 374px) {
  main .disney__header {
    font-size: 6.4vw;
  }
}
main .disney__lead {
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
}
@media screen and (max-width: 374px) {
  main .disney__lead {
    font-size: 3.7333333333vw;
  }
}
main .campaign__desney__lead {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 900;
  line-height: 130%;
  text-align: center;
}
@media screen and (max-width: 374px) {
  main .campaign__desney__lead {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 374px) {
  main .campaign__desney__lead {
    margin-bottom: 2.1333333333vw;
  }
}
main .campaign__desney__header {
  font-size: 28px;
  margin-bottom: 12px;
  background: linear-gradient(99deg, #ae8428 4.53%, #d8a227 120.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Roboto, "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  text-align: center;
}
@media screen and (max-width: 374px) {
  main .campaign__desney__header {
    font-size: 7.4666666667vw;
  }
}
@media screen and (max-width: 374px) {
  main .campaign__desney__header {
    margin-bottom: 3.2vw;
  }
}
main .campaign__desney__header span {
  font-size: 20px;
  color: #210;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: currentcolor;
}
@media screen and (max-width: 374px) {
  main .campaign__desney__header span {
    font-size: 5.3333333333vw;
  }
}
main .campaign__plus {
  margin-bottom: 8px;
  margin-top: 8px;
  text-align: center;
}
@media screen and (max-width: 374px) {
  main .campaign__plus {
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 374px) {
  main .campaign__plus {
    margin-top: 2.1333333333vw;
  }
}
main .campaign-bg-white {
  background-color: #fff;
  padding: 21px 24px;
}
main .campaign-bg-white + .campaign-bg-white {
  margin-top: 16px;
}
main .feature__experience__text a {
  color: #210;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
}
main .feature__experience__text a::after {
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_exlink.png) 0 0/contain no-repeat;
  content: "";
  display: inline-block;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  position: relative;
  margin-left: 5px;
  transform: translateY(2px);
}
main .feature__experience__ttl--icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}
main .feature__experience__ttl--icon img {
  flex: 1;
}
main .section__list__note.section__list__note--star > li::before {
  content: "★";
}
main .section__date {
  text-align: center;
  margin: 24px 15px;
  border-top: solid 1px #250305;
  border-bottom: solid 1px #250305;
  padding: 20px 0;
  line-height: 2rem;
}
main .section__date span {
  font-size: 14px;
  color: #fff;
  background-color: #250305;
  padding: 4px 12px;
  line-height: 35px;
}
main .campaign__list__wrap .campaign__list__header .usually {
  font-size: 16px;
}
@media screen and (max-width: 374px) {
  main .section__date {
    margin: 3.1983vw auto;
  }
  main .section__date span {
    font-size: 3.73133vw;
    padding: 1.066099vw 3.1983vw;
    line-height: 35px;
  }
  main .campaign__list__wrap .campaign__list__header .usually {
    font-size: 4.2vw;
  }
}
main .float__btn {
  background-color: #4e3f36;
  background-image: none !important;
  padding: 10px 0;
}
main .float__btn > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
main .cashback-message span {
  font-size: 20px;
}
main .cashback-message {
  font-size: 16px;
  font-weight: 600;
  font-family: "Helvetica Neue", "Yu Gothic", "游ゴシック", sans-serif;
  color: #fff;
  margin-bottom: 8px;
  text-align: center;
}
main .yellow-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 0;
}
main .yellow-button {
  width: 350px;
  max-width: 90%;
  padding: 10px 20px;
  background-color: #b07a00;
  font-weight: 600;
  font-family: "Helvetica Neue", "Yu Gothic", "游ゴシック", sans-serif;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
  margin-bottom: 12px;
}
main .yellow-button .label-text {
  position: relative;
  z-index: 1;
}
main .yellow-button .arrow {
  margin-left: auto;
  padding-left: 16px;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 374px) {
  main .float__btn {
    height: 21.3vw;
    background-color: #4e3f36;
    background-image: none !important;
    padding: 10px 0;
  }
  main .float__btn .large {
    font-size: 5.4vw;
  }
}
main {
  /* 251204公開追加分 */
}
main .modal__applicationList__limited_note {
  margin-top: 16px;
  font-size: 12px;
}
main .modal__applicationList__limited_note p {
  margin-top: 16px;
  color: #221100;
}
main .modal__applicationList__limited_note ul {
  color: #6e6e73;
}
main .modal__applicationList__limited_note li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
main .modal__applicationList__limited_note li {
  position: relative;
  padding-left: 1.2em;
  font-size: 12px;
}
main .modal__applicationList__limited_note a {
  position: relative;
  align-items: center;
  color: #292c2e;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px;
  text-decoration: underline;
}
main .modal__applicationList__limited_note a::after {
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_exlink.png) 0 0/contain no-repeat;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  transform: translateY(2px);
}
main .limited-area {
  padding: 0 15px 80px;
}
main .limited-area--txt {
  display: flex;
  justify-content: end;
}
main .limited_card_main--area {
  margin-top: 48px;
}
main .limited_card_main--left {
  margin-right: 24px;
}
main .limited-area--txt p {
  font-size: 14px;
  text-align: left;
  margin-top: 16px;
  width: 79%;
}
main .limited_card_main--container {
  display: flex;
}
main .limited_card_main--txt__ttl {
  font-size: 24px;
  color: #230305;
  font-weight: bold;
  text-align: left;
  line-height: 2em;
  margin: 12px 0;
}
main .limited_card_main--txt__ttl ruby rt {
  font-size: 12px;
  line-height: 0em;
  font-weight: lighter;
  letter-spacing: -1px;
  margin-bottom: 2px;
}
main .limited_card--caution li {
  position: relative;
  padding-left: 1.2em;
  font-size: 12px;
  line-height: 1.75em;
}
main .limited_card--caution li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
main .limited_card--caution_link a {
  color: #250305;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
}
main .limited_card--caution_link a::after {
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_exlink.png) 0 0/contain no-repeat;
  content: "";
  display: inline-block;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  position: relative;
  margin-left: 5px;
  transform: translateY(2px);
}
main .information_card--df {
  display: flex;
}
main .information_card--df figure:first-child {
  margin-right: 32px;
}
main .information_limited-ttl {
  font-size: 24px;
  color: #250305;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  margin: 40px auto 24px;
}
main .information_limited-txt {
  font-size: 14px;
  color: #250305;
  line-height: 1.3em;
  text-align: center;
  margin: 16px auto 40px;
}
main {
  /* 251226公開追加分 */
}
main .inc-news-area {
  padding: 40px 15px 0;
  font-size: 14px;
}
@media screen and (max-width: 374px) {
  main .inc-news-area {
    font-size: 3.7vw;
  }
}
main .inc-news-inner {
  border: solid 1px #f5493f;
  padding: 15px;
}
main .inc-news-header {
  font-weight: bold;
  color: #f5493f;
}
main input[disabled] + label {
  cursor: default;
  background: rgba(0, 0, 0, 0.1);
}
main .modal__cardName span {
  font-size: 12px;
}
@media screen and (max-width: 374px) {
  main .modal__cardName span {
    font-size: 3.1vw;
  }
}
main {
  /* 251216公開追加分 */
}
main .section__use_df {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
main .section__use_df--txt p sup {
  font-size: 0.85714em;
  top: -0.2em;
}
main .point__item__lead__sub--gd {
  background: linear-gradient(90deg, rgb(174, 132, 40), rgb(218, 158, 53));
  font-weight: 900;
  font-family: "Roboto", "Noto Sans JP", "Noto Serif JP", serif, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  font-size: 32px;
}
main .point__item__lead__sub--sm {
  font-size: 16px;
}
main .point__caution__inner-use {
  padding: 0 15px;
  color: #250305;
  font-size: 12px;
}
main .section__text-use {
  font-size: 16px;
  font-weight: bold;
  color: #250305;
}
@media screen and (max-width: 374px) {
  main .section__text-use {
    font-size: 4.3vw;
  }
}
main .point__caution .point__caution__inner-use .section__list__note {
  color: #250305;
}
main .section__use_df--txt .section__text {
  line-height: 1.5em;
}
main .point__caution__inner-use div a {
  text-decoration: underline;
}
main .point__caution__inner-use div a[target=_blank]::after {
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_exlink_03.svg) 0 0/contain no-repeat;
  content: "";
  display: inline-block;
  bottom: -2px;
  right: 0;
  width: 18px;
  height: 18px;
  position: relative;
  margin-left: 5px;
  transform: translateY(2px);
}
main .point__caution__btn__na {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 24px;
}
main {
  /* 260113公開追加分 */
}
main .campaign__list__link_new {
  color: #221100;
  display: inline-block;
  width: 100%;
}
main .campaign__list__link_new:hover {
  text-decoration: none;
}
main .campaign__desney__lead span {
  font-size: 12px;
}
main .new_admission_campaign__caution {
  font-size: 12px;
  line-height: 1.5em;
}
main .new_admission_campaign__caution li {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
}
main .campaign__supplement {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
}
main .campaign__supplement span {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
}
main .section__text__caution {
  line-height: 1.8;
}
main .campaign__list__price--brackets {
  font-size: 14px;
}
main .large--brackets {
  font-size: 24px;
}
@media screen and (max-width: 374px) {
  main .campaign__desney__lead span {
    font-size: 3.2vw;
  }
  main .new_admission_campaign__caution {
    font-size: 3.2vw;
  }
  main .campaign__supplement {
    font-size: 4.3vw;
  }
  main .campaign__supplement span {
    font-size: 6.4vw;
  }
  main .campaign__list__price--brackets {
    font-size: 3.7vw;
  }
  main .large--brackets {
    font-size: 6.4vw;
  }
}
main {
  /* 260130公開追加分 */
}
main .bg_img--limited {
  padding: 0 39px;
}
main .limited-notice {
  background: #f2f2f2;
  padding: 32px 24px;
}
main .limited-notice--ttl {
  background: linear-gradient(270deg, rgb(174, 132, 40), rgb(218, 158, 53));
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
main .limited-notice--txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0rem;
}
@media screen and (max-width: 374px) {
  main .limited-notice--ttl {
    font-size: 6.4vw;
  }
  main .limited-notice--txt {
    font-size: 3.7vw;
  }
}
main {
  /* 260212公開追加分 */
}
main .header__area {
  width: 100%;
  height: 56px;
  background-color: #fff;
}
main .keyVisual__cm_link {
  width: 86%;
  background-color: #f8edcd;
  margin: 24px auto 0;
}
main .keyVisual__cm_link a {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  position: relative;
}
main .keyVisual__cm_link_image {
  width: 84px;
  margin-right: 12px;
}
main .keyVisual__cm_link_text {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0;
}
main .keyVisual__cm_link-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: absolute;
  width: 1em;
  height: 0.15em;
  background: currentColor;
  left: 88%;
}
main .keyVisual__cm_link-arrow::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.18em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
main .value__inner {
  padding: 0 15px;
}
main .value__inner .section__lead {
  font-size: 24px;
  line-height: 1.3em;
  letter-spacing: 0;
}
main .value__txt {
  padding: 0 15px;
}
main .value__txt a {
  color: #210;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
}
main .value__txt a::after {
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_exlink.png) 0 0/contain no-repeat;
  content: "";
  display: inline-block;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  position: relative;
  margin-left: 5px;
  transform: translateY(2px);
}
main .section__ttl__inner {
  position: relative;
  padding: 0 10px;
  z-index: 3;
}
main .annual_fee {
  padding: 80px 0 0 0;
}
main .annual_fee_bg {
  padding-bottom: 15px;
  background: url(/promotion/ordercard/switch/gold/images/renewal/bg_annual_fee.png);
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
main {
  /* 260302公開追加分 */
  /* テーブル */
}
main .section__table02 {
  width: 100%;
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 4px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
}
main .section__table02 tr th {
  padding: 11px 20px;
  background-color: #444444;
  color: #fff;
  text-align: left;
  font-weight: 700;
  vertical-align: middle;
}
main .section__table02 tr th:first-child {
  width: 38%;
}
main .section__table_point tr th:first-child {
  width: 33%;
}
main .section__table02 tr td {
  padding: 8px 20px;
  text-align: left;
  vertical-align: middle;
  background-color: #f5f5f5;
  vertical-align: middle;
}
main .section__table02 tr:not(:last-child) td,
main .section__table02 tr:not(:last-child) th {
  border-bottom: 1px solid #dadada;
}
main .section__table02 tr td:first-child,
main .section__table02 tr th:first-child {
  border-right: 1px solid #dadada;
}
main .section__table02 tr:first-child th:first-child,
main .section__table02 tr:first-child td:first-child {
  border-radius: 15px 0 0 0;
}
main .section__table02 tr:first-child th:last-child,
main .section__table02 tr:first-child td:last-child {
  border-radius: 0 15px 0 0;
}
main .section__table02 tr:last-child th:first-child,
main .section__table02 tr:last-child td:first-child {
  border-radius: 0 0 0 15px;
}
main .section__table02 tr:last-child th:last-child,
main .section__table02 tr:last-child td:last-child {
  border-radius: 0 0 15px 0;
}
main .section__table_point {
  font-weight: 500;
}
main .section__table_point span {
  font-size: 18px;
  font-weight: 700;
}
main .section__table_point tr th,
main .section__table_point tr td {
  text-align: center;
}
main {
  /* 260401公開追加分 */
}
main .campaign__desney__lead .large {
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
}
main {
  /* switch_gold追加 */
}
main .limited_card__lead {
  margin-top: 4px;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 175%;
  letter-spacing: 0%;
}
main .limited_card__lead--fwb {
  font-weight: bold;
  margin-top: 24px;
}
main .upgrade {
  font-family: Noto Sans JP;
  width: 100%;
  max-width: 100%;
  padding: 24px 15px 80px;
  margin: 0 auto;
  background-color: #f6eccb;
  position: relative;
  overflow: hidden;
  background-image: url("/promotion/ordercard/switch/gold/images/renewal/bg_upgrade.svg");
  background-size: 100% 100%;
}
main .upgrade-campaign__header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cca458;
  font-family: Noto Sans JP;
  font-weight: 900;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -4%;
  text-align: center;
  color: #fff;
  padding: 12px;
}
main .upgrade-campaign__content {
  padding: 16px 15px 17px;
  background-color: #fff;
  text-align: center;
}
main .upgrade-campaign__content .container {
  background-color: #FCFAF0;
}
main .upgrade-campaign__content .container .campaign__list__wrap {
  background-color: #FCFAF0;
}
main .upgrade-campaign__caution {
  margin-top: 18px;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 175%;
  letter-spacing: -2%;
  text-align: center;
}
main .upgrade-campaign__anchor a {
  margin-top: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  font-family: Noto Sans JP;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  position: relative;
  background-color: #221100;
}
main .upgrade-campaign__anchor a::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/promotion/ordercard/switch/gold/images/renewal/icon_anchor_white.svg");
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
main .upgrade-header {
  margin: 48px 15px 0;
  font-weight: 900;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
}
main .upgrade-anchor {
  margin: 16px 15px 0;
}
main .upgrade-anchor img {
  width: 100%;
}
main .upgrade-recommend {
  padding: 32px 24px;
  background-color: #fff;
  margin-top: 48px;
}
main .upgrade-recommend__header {
  font-weight: 900;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
}
main .upgrade-recommend__list {
  margin-top: 24px;
  padding: 0;
  margin-left: 0;
}
main .upgrade-recommend__list > li {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}
main .upgrade-recommend__list > li + li {
  margin-top: 8px;
}
main .upgrade-modalBtn {
  display: flex;
  justify-content: center;
  gap: 4px;
  align-items: center;
  font-family: Noto Sans JP;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: #221100;
}
main .upgrade-modalBtn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/promotion/ordercard/switch/gold/images/renewal/icon_modal.svg");
}
main .upgrade-notes {
  margin: 16px 15px 0;
}
main .upgrade-notes li {
  position: relative;
  padding-left: 1.2em;
  font-size: 12px;
  line-height: 1.75em;
}
main .upgrade-notes li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
main .upgrade-link {
  margin: 4px 15px 0;
}
main .upgrade-link a {
  color: #250305;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
}
main .upgrade-link a::after {
  background: url(/promotion/ordercard/switch/gold/images/renewal/icon_exlink.png) 0 0/contain no-repeat;
  content: "";
  display: inline-block;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  position: relative;
  margin-left: 5px;
  transform: translateY(2px);
}
main .campaign-02 .upgrade-campaign {
  margin: 0 15px;
}
main .feature {
  padding: 80px 0 0;
  margin-bottom: 80px;
  font-family: Noto Sans JP;
  background-size: 100% 100%;
}
main .feature-anchor {
  display: flex;
  gap: 15px;
}
main .feature-anchor + .feature-anchor {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #6e6e73;
}
main .feature-anchor__wrap {
  padding: 10px 30px 80px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url("/promotion/ordercard/switch/gold/images/renewal/bg_feature.svg");
}
main .feature-anchor__image {
  flex-shrink: 0;
}
main .feature-anchor__content {
  flex: 1;
}
main .feature-anchor__lead {
  font-weight: 900;
  font-style: Black;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
}
main .feature-anchor__benefits {
  margin-top: 12px;
}
main .feature-anchor__link {
  position: relative;
  margin-top: 12px;
}
main .feature-anchor__link span {
  position: relative;
  color: #221100;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
main .feature-anchor__link span::after {
  background-size: cover;
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  right: -4px;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  background-image: url("/promotion/ordercard/switch/gold/images/renewal/icon_anchor.png");
}
main .feature-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 44px;
  background-color: #221100;
  margin-top: 16px;
  position: relative;
  color: #fff;
  font-family: Noto Sans JP;
  font-weight: 900;
  font-style: Black;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
main .feature-button a::after {
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: cover;
  display: block;
  content: "";
  background-image: url("/promotion/ordercard/switch/gold/images/renewal/icon_anchor_white.svg");
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
main .feature-button__wrap {
  padding: 10 30px 80px;
}
main .feature-button__lead {
  font-family: Noto Sans JP;
  margin-top: 48px;
  text-align: center;
  font-weight: 900;
  font-style: Black;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
}
main .jpoint-lead {
  background: linear-gradient(273.18deg, #DA9E35 19.21%, #AE8428 81.25%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}
main .jpoint-lead--01 {
  font-family: Noto Sans JP;
  font-weight: 900;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -4%;
  text-align: center;
}
main .jpoint-lead--02 {
  font-family: Noto Sans JP;
  font-weight: 900;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -5%;
  text-align: center;
}
main .jpoint-caution__item {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
}
main .jpoint-image {
  width: 100%;
}
main .caution-header {
  margin-top: 30px;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
}
main .caution-subheader {
  margin-top: 20px;
  font-family: Hiragino Kaku Gothic Pro;
  font-weight: 600;
  font-style: W6;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0%;
}
main .caution-notes {
  font-family: Hiragino Kaku Gothic Pro;
  font-weight: 300;
  font-style: W3;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
}
main .caution-notes li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 4px;
}
main .caution-notes li::before {
  content: "・";
  display: block;
  gap: 2px;
}
main .caution-notes.-caution li::before {
  content: "※";
}
main .caution-notes.-ml {
  margin-left: 1em;
}
main .caution-table {
  border-collapse: collapse;
  width: 100%;
  margin: 4px auto 20px;
  table-layout: fixed;
}
main .caution-table tr, main .caution-table td, main .caution-table th {
  border: 1px solid #DADADA;
}
main .caution-table th {
  padding: 8px;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 5%;
  background-color: #F2F2F2;
  vertical-align: middle;
  text-align: left;
  width: 49.8%;
}
main .caution-table th.-main {
  width: 29%;
}
main .caution-table th.-sub {
  width: 20.8%;
}
main .caution-table td {
  width: 50.2%;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 5%;
  padding: 8px;
  vertical-align: middle;
  text-align: left;
}
main .caution-table__header {
  font-family: Noto Sans JP;
  font-weight: 600;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 5%;
}
main .caution-table__header:not(:first-child) {
  margin-top: 8px;
}
main .caution-table__lead {
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 5%;
}
main .caution-table__lead:not(:first-child) {
  margin-top: 4px;
}
main .caution-table__notes {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2px;
  font-family: Hiragino Kaku Gothic Pro;
  font-weight: 300;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 5%;
}
main .upgrade-question {
  padding: 80px 30px;
  background-color: #F2F2F2;
}
main .upgrade-question__btn a {
  width: 100%;
  display: block;
  text-align: center;
  padding: 12px 44px;
  background-color: #221100;
  font-family: Noto Sans JP;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}
main .upgrade-question__btn a::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/promotion/ordercard/switch/gold/images/renewal/icon_anchor_white.svg");
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
main .others .inner {
  font-family: "HiraKakuStd", Arial, "Hiragino Kaku Gothic ProN", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3";
}
main .others .is_noLink {
  text-decoration: none;
  pointer-events: none;
}
main .others .others__box {
  width: 100%;
  border: #9a7b50 2px solid;
  margin: 18.3466666667px 0;
}
main .others .head {
  background-color: #9a7b50;
  color: #fff;
  font-size: 22.9333333333px;
  padding: 10.32px;
  text-align: center;
}
@media screen and (max-width: 429px) {
  main .others .head {
    font-size: 5.35824vw;
    padding: 2.4178vw;
  }
}
main .others .infobox {
  background-color: #fff;
  margin: 17.2px auto;
  max-width: 715px;
}
main .others .infobox .teltext {
  font-weight: 600;
  color: #9a7b50;
  text-align: center;
  font-size: 19.4933333333px;
}
@media screen and (max-width: 429px) {
  main .others .infobox .teltext {
    font-size: 4.5545vw;
  }
}
main .others .infobox .telnum {
  font-weight: 600;
  text-align: center;
  font-size: 45.8666666667px;
  line-height: normal;
  margin: 10px 0;
}
@media screen and (max-width: 429px) {
  main .others .infobox .telnum {
    font-size: 10.71496vw;
  }
}
main .others .infobox .telnum a {
  color: #333;
}
main .others .infobox .info {
  padding: 0 30px 0 50px;
}
@media screen and (max-width: 429px) {
  main .others .infobox .info {
    padding: 0 6.993vw 0 11.655vw;
  }
}
main .others .infobox .info_heading {
  font-size: 19.4933333333px;
  position: relative;
  line-height: normal;
}
@media screen and (max-width: 429px) {
  main .others .infobox .info_heading {
    font-size: 4.5545vw;
  }
}
main .others .infobox .info_heading::before {
  content: "";
  position: absolute;
  width: 19.4933333333px;
  height: 19.4933333333px;
  top: 20%;
  left: -30px;
  background-color: #9a7b50;
}
@media screen and (max-width: 429px) {
  main .others .infobox .info_heading::before {
    width: 4.5545vw;
    height: 4.5545vw;
    left: -7vw;
  }
}
main .others .note {
  font-size: 13.76px;
}
@media screen and (max-width: 429px) {
  main .others .note {
    font-size: 3.2vw;
  }
}
main .others .infobox .info_main {
  font-size: 26.3733333333px;
  font-weight: bold;
  margin: 4px 0 4px;
  line-height: normal;
}
@media screen and (max-width: 429px) {
  main .others .infobox .info_main {
    font-size: 6.16199vw;
  }
}
main .others .infobox .info_main span {
  font-size: 22.9333333333px;
}
@media screen and (max-width: 429px) {
  main .others .infobox .info_main span {
    font-size: 5.35824vw;
  }
}
main .others .infobox .info + .info {
  border-top: solid 2px #9a7b50;
  margin-top: 15px;
  padding-top: 15px;
}
main .others .organizer {
  font-size: 13.76px;
  color: #666;
  text-align: center;
}
@media screen and (max-width: 429px) {
  main .others .organizer {
    font-size: 3.2vw;
  }
}