* {
  box-sizing: border-box;
  letter-spacing: 0.1em;
  line-height: 1.66; }

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 136px; }
  @media (max-width: 1399.98px) {
    html {
      scroll-padding-top: 9.44vw; } }

html, body {
  background: #3E3E3E;
  color: #fff;
  font-family: sans-serif;
  font-weight: 300 !important;
  font-size: 16px; }
  @media (max-width: 1399.98px) {
    html, body {
      font-size: 1.11vw; } }
  @media (max-width: 999.98px) {
    html, body {
      font-size: 4.1vw; } }
  html .fixed, body .fixed {
    overflow: hidden; }

.mincho {
  font-family: YuMincho, 'Yu Mincho', serif;
  font-weight: 500 !important; }

.garam {
  font-family: 'EB Garamond', serif;
  font-weight: 400 !important; }

.grad-title {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  text-align: center; }
  .grad-title span {
    font-size: 120px;
    font-family: 'EB Garamond', serif;
    font-weight: 400 !important;
    line-height: 1;
    color: rgba(0, 0, 0, 0.15);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    bottom: -250px;
    transition: .5s; }
    @media (max-width: 1399.98px) {
      .grad-title span {
        font-size: 8.33vw; } }
    @media (max-width: 999.98px) {
      .grad-title span {
        font-size: 10.26vw; } }
  .grad-title.is-animate span {
    animation: slideInText 1s ease-out forwards; }

@keyframes slideInText {
  from {
    bottom: -250px;
    @media (max-width: 1399.98px) {
      bottom: -17.36vw; } }
  to {
    bottom: 0px; } }

#creditcard {
  width: 100%;
  overflow-x: hidden;
  padding-top: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative; }
  @media (max-width: 1399.98px) {
    #creditcard {
      padding-top: 3.13vw; } }
  @media (max-width: 999.98px) {
    #creditcard {
      padding-top: 3.33vw; } }
  #creditcard .container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto; }
  #creditcard .container-fluid {
    width: 100%;
    margin: 0;
    padding: 0; }
  #creditcard .btn {
    border-radius: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    z-index: 1; }
    #creditcard .btn:hover {
      opacity: 1; }
  #creditcard .btn.slide {
    position: relative;
    overflow: hidden;
    transition: .3s; }
    #creditcard .btn.slide::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      transform: scale(0, 1);
      transform-origin: left top;
      z-index: -1;
      transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1); }
    #creditcard .btn.slide:hover::after {
      transform: scale(1, 1); }
  #creditcard .mix-blend {
    mix-blend-mode: difference;
    position: relative;
    z-index: 1; }
  #creditcard .mix-blend-off {
    mix-blend-mode: normal; }
  #creditcard header {
    width: 1312px;
    height: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 999;
    mix-blend-mode: difference;
    padding-right: 216px; }
    @media (max-width: 1399.98px) {
      #creditcard header {
        width: 91.11vw;
        height: 3.61vw;
        padding-right: 15vw; } }
    @media (max-width: 999.98px) {
      #creditcard header {
        width: 100%;
        height: 9.6vw;
        padding-right: 0; } }
    #creditcard header a {
      color: #fff; }
    #creditcard header .logo {
      display: block;
      width: 221px; }
      @media (max-width: 1399.98px) {
        #creditcard header .logo {
          width: 15.35vw; } }
      @media (max-width: 999.98px) {
        #creditcard header .logo {
          width: 41.33vw;
          margin-left: 5.07vw;
          position: relative;
          z-index: 9999; } }
    #creditcard header .menu {
      display: flex;
      align-items: center;
      gap: 36px;
      font-size: 14px; }
      @media (max-width: 1399.98px) {
        #creditcard header .menu {
          gap: 2.5vw;
          font-size: 0.97vw; } }
      @media (max-width: 999.98px) {
        #creditcard header .menu {
          width: 100%;
          height: 100%;
          overflow-y: scroll;
          background: #3E3E3E;
          position: fixed;
          top: 0;
          left: 100%;
          z-index: 9998;
          flex-direction: column;
          justify-content: center;
          font-size: 3.73vw;
          gap: 10.93vw;
          transition: .3s;
          padding: 16vw 5.33vw; }
          #creditcard header .menu.show {
            left: 0; } }
      #creditcard header .menu .btn {
        width: 58.67vw;
        height: 13.33vw;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4vw; }
        #creditcard header .menu .btn svg {
          width: 3.2vw; }
        #creditcard header .menu .btn.gold {
          background: #CE9F50;
          margin-bottom: 4vw; }
        #creditcard header .menu .btn.platinum {
          background: #0E0E0E; }
    #creditcard header #menu-btn {
      display: none;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 1.33vw;
      width: 14.4vw;
      height: 14.4vw;
      position: relative;
      z-index: 9999;
      cursor: pointer; }
      @media (max-width: 999.98px) {
        #creditcard header #menu-btn {
          display: flex; } }
      #creditcard header #menu-btn span {
        display: block;
        width: 8vw;
        height: 0.27vw;
        background: #fff;
        transition: .3s; }
      #creditcard header #menu-btn.active span:nth-child(2) {
        display: none; }
      #creditcard header #menu-btn.active span:first-child {
        position: absolute;
        top: 6.67vw;
        transform: rotate(30deg); }
      #creditcard header #menu-btn.active span:last-child {
        position: absolute;
        top: 6.67vw;
        transform: rotate(-30deg); }
  #creditcard .apply-btns {
    position: fixed;
    z-index: 999;
    top: 50px;
    left: calc((100% - 1312px) / 2 + 1312px - 216px + 36px); }
    @media (max-width: 1399.98px) {
      #creditcard .apply-btns {
        top: 3.47vw;
        left: calc((100% - 91.11vw) / 2 + 91.11vw - 15vw + 2.5vw); } }
    #creditcard .apply-btns #apply {
      display: block;
      position: relative;
      color: #CE9F50;
      stroke: #CE9F50;
      border: 1px solid rgba(206, 159, 80, 0.5);
      border-radius: 55px;
      background: #2E2E2E;
      width: 180px;
      height: 40px;
      text-align: center; }
      @media (max-width: 1399.98px) {
        #creditcard .apply-btns #apply {
          width: 12.5vw;
          height: 2.78vw; } }
      @media (max-width: 999.98px) {
        #creditcard .apply-btns #apply {
          display: none; } }
      #creditcard .apply-btns #apply svg {
        width: 12px;
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto; }
        @media (max-width: 1399.98px) {
          #creditcard .apply-btns #apply svg {
            width: 0.83vw;
            right: 1.04vw; } }
    #creditcard .apply-btns #submenu {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 21px 21px;
      position: absolute;
      top: 65px;
      right: -20px;
      width: 223px;
      height: 102px;
      border-radius: 4px;
      background: rgba(0, 0, 0, 0.7);
      backdrop-filter: blur(2px);
      padding: 30px 37px;
      opacity: 0;
      visibility: hidden;
      transition: .4s; }
      @media (max-width: 1399.98px) {
        #creditcard .apply-btns #submenu {
          gap: 1.46vw 1.46vw;
          top: 4.51vw;
          right: -1.39vw;
          width: 15.49vw;
          height: 7.08vw;
          border-radius: 0.28vw;
          backdrop-filter: blur(0.14vw);
          padding: 2.08vw 2.57vw; } }
      @media (max-width: 999.98px) {
        #creditcard .apply-btns #submenu {
          display: none;
          opacity: 1;
          visibility: visible; } }
      #creditcard .apply-btns #submenu.open {
        opacity: 1;
        visibility: visible; }
      #creditcard .apply-btns #submenu a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 1;
        transition: .4s; }
        @media (max-width: 1399.98px) {
          #creditcard .apply-btns #submenu a {
            font-size: 0.97vw; } }
        #creditcard .apply-btns #submenu a.platinum {
          color: #A3A3A3; }
        #creditcard .apply-btns #submenu a.gold {
          color: #CE9F50; }
        #creditcard .apply-btns #submenu a:hover {
          opacity: .7; }
  #creditcard .main-v {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    padding: 176px 30px 170px; }
    @media (max-width: 1399.98px) {
      #creditcard .main-v {
        width: 60.83vw;
        padding: 12.22vw 2.08vw 11.81vw; } }
    @media (max-width: 999.98px) {
      #creditcard .main-v {
        width: 100%;
        padding: 31.6vw 7.69vw 12.82vw; } }
    #creditcard .main-v .cards {
      display: flex;
      justify-content: center;
      gap: 46px;
      margin-bottom: 70px; }
      @media (max-width: 1399.98px) {
        #creditcard .main-v .cards {
          gap: 3.19vw;
          margin-bottom: 4.86vw; } }
      @media (max-width: 999.98px) {
        #creditcard .main-v .cards {
          gap: 4.53vw;
          margin-bottom: 15.13vw; } }
    #creditcard .main-v .gold {
      width: 413px; }
      @media (max-width: 1399.98px) {
        #creditcard .main-v .gold {
          width: 28.68vw; } }
      @media (max-width: 999.98px) {
        #creditcard .main-v .gold {
          width: 39.73vw; } }
    #creditcard .main-v .platinum {
      width: 414px; }
      @media (max-width: 1399.98px) {
        #creditcard .main-v .platinum {
          width: 28.75vw; } }
      @media (max-width: 999.98px) {
        #creditcard .main-v .platinum {
          width: 39.73vw; } }
    #creditcard .main-v .main-copy {
      width: 529px;
      margin: 0 0 105px 20px; }
      @media (max-width: 1399.98px) {
        #creditcard .main-v .main-copy {
          width: 36.74vw;
          margin: 0 0 7.29vw 1.39vw; } }
      @media (max-width: 999.98px) {
        #creditcard .main-v .main-copy {
          width: 100%;
          margin-bottom: 17.95vw; } }
    #creditcard .main-v .catch {
      font-size: 28px;
      margin-bottom: 62px; }
      @media (max-width: 999.98px) {
        #creditcard .main-v .catch {
          font-size: 1.94vw;
          margin-bottom: 4.31vw; } }
      @media (max-width: 999.98px) {
        #creditcard .main-v .catch {
          font-size: 5.13vw;
          margin-bottom: 13.85vw; } }
    #creditcard .main-v p {
      font-size: 14px; }
      @media (max-width: 999.98px) {
        #creditcard .main-v p {
          font-size: 0.97vw; } }
      @media (max-width: 999.98px) {
        #creditcard .main-v p {
          font-size: 3vw;
          padding-left: 1em;
          text-indent: -1em; } }
  #creditcard .img-01 {
    display: block;
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 1399.98px) {
      #creditcard .img-01 {
        height: 48.61vw; } }
  #creditcard #img-01 {
    width: 100%;
    position: absolute;
    top: -10%;
    left: 0;
    will-change: transform;
    transition-duration: 0.7s;
    transition-delay: 0s;
    transition-timing-function: ease-out; }
  #creditcard .forusers {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 170px;
    margin-bottom: 184px;
    padding: 0 30px; }
    @media (max-width: 1399.98px) {
      #creditcard .forusers {
        margin-bottom: 12.78vw;
        padding: 0 2.08vw; } }
    @media (max-width: 999.98px) {
      #creditcard .forusers {
        margin-top: 25.64vw;
        margin-bottom: 33.33vw;
        padding: 0 7.69vw; } }
    #creditcard .forusers h2 {
      font-size: 28px;
      line-height: 1.7;
      margin: 0 0 50px; }
      @media (max-width: 1399.98px) {
        #creditcard .forusers h2 {
          font-size: 1.94vw;
          margin: 0 0 3.47vw; } }
      @media (max-width: 999.98px) {
        #creditcard .forusers h2 {
          font-size: 5.64vw;
          margin: 0 0 8.97vw; } }
    #creditcard .forusers p {
      width: 610px;
      font-size: 14px;
      line-height: 2.5;
      letter-spacing: 0.13em; }
      @media (max-width: 1399.98px) {
        #creditcard .forusers p {
          width: 42.36vw;
          font-size: 0.97vw; } }
      @media (max-width: 999.98px) {
        #creditcard .forusers p {
          width: 76.92vw;
          font-size: 3.59vw; } }
      #creditcard .forusers p small {
        display: inline-block;
        font-family: sans-serif;
        margin-top: 1.5em;
        padding-left: 1em;
        text-indent: -1em; }
  #creditcard .campaign {
    width: 800px;
    padding: 84px 106px 102px;
    border-radius: 4px;
    border: 1px solid rgba(122, 122, 122, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 170px 0 190px; }
    @media (max-width: 1399.98px) {
      #creditcard .campaign {
        width: 55.56vw;
        padding: 5.83vw 7.36vw 7.08vw;
        border-radius: 0.28vw;
        margin: 11.81vw 0 13.19vw; } }
    @media (max-width: 999.98px) {
      #creditcard .campaign {
        width: 90vw;
        padding: 15.38vw 6.41vw;
        border-radius: 1.03vw;
        margin: 25.64vw 0 33.33vw; } }
    #creditcard .campaign .title {
      display: inline;
      font-size: 36px;
      background: linear-gradient(transparent 99.1%, #fff 0%);
      padding-bottom: 0.35em; }
      @media (max-width: 1399.98px) {
        #creditcard .campaign .title {
          font-size: 2.5vw; } }
      @media (max-width: 999.98px) {
        #creditcard .campaign .title {
          font-size: 6.67vw;
          line-height: 1.5;
          padding-bottom: 0.2em;
          letter-spacing: 0.1em !important;
          white-space: nowrap; } }
    #creditcard .campaign .period {
      margin: 23px 0 65px;
      font-size: 16px; }
      @media (max-width: 1399.98px) {
        #creditcard .campaign .period {
          margin-top: 1.6vw 0 4.51vw;
          font-size: 1.11vw; } }
      @media (max-width: 999.98px) {
        #creditcard .campaign .period {
          margin-top: 4.87vw 0 12.82vw;
          font-size: 3.59vw; } }
    #creditcard .campaign .points {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 22px; }
      @media (max-width: 1399.98px) {
        #creditcard .campaign .points {
          gap: 1.53vw; } }
      @media (max-width: 999.98px) {
        #creditcard .campaign .points {
          gap: 3.85vw; } }
      #creditcard .campaign .points p {
        font-size: 24px; }
        @media (max-width: 1399.98px) {
          #creditcard .campaign .points p {
            font-size: 1.67vw; } }
        @media (max-width: 999.98px) {
          #creditcard .campaign .points p {
            font-size: 4.1vw; } }
    #creditcard .campaign .tenk {
      width: 377px; }
      @media (max-width: 1399.98px) {
        #creditcard .campaign .tenk {
          width: 26.18vw; } }
      @media (max-width: 999.98px) {
        #creditcard .campaign .tenk {
          width: 66.92vw; } }
    #creditcard .campaign .btn {
      width: 450px;
      height: 70px;
      letter-spacing: 0.2em;
      color: #fff;
      stroke: #fff;
      border: 1px solid rgba(255, 255, 255, 0.5);
      margin-top: 76px; }
      @media (max-width: 1399.98px) {
        #creditcard .campaign .btn {
          width: 31.25vw;
          height: 4.86vw;
          margin-top: 5.28vw; } }
      @media (max-width: 999.98px) {
        #creditcard .campaign .btn {
          width: 76.92vw;
          height: 15.38vw;
          margin-top: 12.82vw; } }
      #creditcard .campaign .btn svg {
        position: absolute;
        right: 28px;
        width: 8px; }
        @media (max-width: 1399.98px) {
          #creditcard .campaign .btn svg {
            right: 1.94vw;
            width: 0.56vw; } }
        @media (max-width: 999.98px) {
          #creditcard .campaign .btn svg {
            right: 6.67vw;
            width: 1.54vw; } }
      #creditcard .campaign .btn::after {
        background: #fff; }
      #creditcard .campaign .btn:hover {
        color: #3E3E3E;
        stroke: #3E3E3E; }
  #creditcard .benefits {
    width: 1210px;
    color: #fff;
    margin-bottom: 184px; }
    @media (max-width: 1399.98px) {
      #creditcard .benefits {
        width: 84.03vw;
        margin-bottom: 12.78vw; } }
    @media (max-width: 999.98px) {
      #creditcard .benefits {
        width: 100%;
        margin-bottom: 24.87vw;
        padding: 0 5.13vw; } }
    @media (max-width: 999.98px) {
      #creditcard .benefits .grad-title {
        margin: 0 -20px; } }
    #creditcard .benefits h3 {
      font-size: 44px;
      line-height: 1.5;
      margin-top: -0.5em;
      margin-bottom: 103px; }
      @media (max-width: 1399.98px) {
        #creditcard .benefits h3 {
          font-size: 3.06vw;
          margin-bottom: 7.15vw; } }
      @media (max-width: 999.98px) {
        #creditcard .benefits h3 {
          font-size: 8.21vw;
          margin-bottom: 22.56vw; } }
    #creditcard .benefits .boxes {
      padding: 0 40px;
      overflow: visible;
      margin-bottom: 92px; }
      @media (max-width: 1399.98px) {
        #creditcard .benefits .boxes {
          padding: 0 2.78vw;
          margin-bottom: 6.39vw; } }
      @media (max-width: 999.98px) {
        #creditcard .benefits .boxes {
          padding: 0 5.13vw;
          overflow: visible;
          margin-bottom: 24.87vw; } }
      #creditcard .benefits .boxes .box {
        position: relative; }
        #creditcard .benefits .boxes .box:nth-child(even) {
          margin-left: 532px; }
          @media (max-width: 1399.98px) {
            #creditcard .benefits .boxes .box:nth-child(even) {
              margin-left: 36.94vw; } }
          @media (max-width: 999.98px) {
            #creditcard .benefits .boxes .box:nth-child(even) {
              margin: 0 0 15.38vw; } }
        #creditcard .benefits .boxes .box .num {
          font-family: 'EB Garamond', serif;
          font-size: 200px;
          line-height: 0.25;
          font-weight: 400;
          letter-spacing: 0;
          color: rgba(0, 0, 0, 0.15);
          margin: 0;
          padding: 0; }
          @media (max-width: 1399.98px) {
            #creditcard .benefits .boxes .box .num {
              font-size: 13.89vw; } }
          @media (max-width: 999.98px) {
            #creditcard .benefits .boxes .box .num {
              font-size: 38.46vw;
              position: absolute;
              top: -1.28vw;
              right: -5.13vw; } }
        #creditcard .benefits .boxes .box .text-area {
          margin-top: -70px;
          margin-bottom: 50px; }
          @media (max-width: 1399.98px) {
            #creditcard .benefits .boxes .box .text-area {
              margin-top: -4.86vw;
              margin-bottom: 3.47vw; } }
          @media (max-width: 999.98px) {
            #creditcard .benefits .boxes .box .text-area {
              margin: 0 0 21.79vw; } }
          #creditcard .benefits .boxes .box .text-area .label {
            font-size: 12px;
            line-height: 1;
            width: 57px;
            height: 24px;
            border-radius: 2px;
            border: 1px solid rgba(255, 255, 255, 0.5);
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 17px; }
            @media (max-width: 1399.98px) {
              #creditcard .benefits .boxes .box .text-area .label {
                font-size: 0.83vw;
                width: 3.96vw;
                height: 1.67vw;
                border-radius: 0.14vw;
                margin-bottom: 1.18vw; } }
            @media (max-width: 999.98px) {
              #creditcard .benefits .boxes .box .text-area .label {
                font-size: 3.08vw;
                width: 14.62vw;
                height: 6.15vw;
                border-radius: 0.51vw;
                margin-bottom: 4.36vw; } }
            #creditcard .benefits .boxes .box .text-area .label.platinum {
              width: 241px;
              border: 1px solid rgba(77, 77, 77, 0.5);
              background: #222; }
              @media (max-width: 1399.98px) {
                #creditcard .benefits .boxes .box .text-area .label.platinum {
                  width: 16.74vw; } }
              @media (max-width: 999.98px) {
                #creditcard .benefits .boxes .box .text-area .label.platinum {
                  width: 61.79vw; } }
          #creditcard .benefits .boxes .box .text-area h4 {
            display: inline-block;
            font-size: 30px;
            line-height: 1.5;
            margin-bottom: 30px;
            position: relative; }
            @media (max-width: 1399.98px) {
              #creditcard .benefits .boxes .box .text-area h4 {
                font-size: 2.08vw;
                margin-bottom: 2.08vw; } }
            @media (max-width: 999.98px) {
              #creditcard .benefits .boxes .box .text-area h4 {
                font-size: 6.15vw;
                margin-bottom: 5.13vw; } }
            #creditcard .benefits .boxes .box .text-area h4 sup {
              color: #B3B3B3;
              font-size: 14px;
              position: absolute;
              top: -0.5em;
              right: -0.75em; }
              @media (max-width: 1399.98px) {
                #creditcard .benefits .boxes .box .text-area h4 sup {
                  font-size: 0.97vw; } }
              @media (max-width: 999.98px) {
                #creditcard .benefits .boxes .box .text-area h4 sup {
                  font-size: 3.08vw; } }
          #creditcard .benefits .boxes .box .text-area p {
            color: #E6E6E6;
            font-size: 14px;
            line-height: 2;
            letter-spacing: 0.05em; }
            #creditcard .benefits .boxes .box .text-area p.note {
              font-size: 12px;
              margin-top: 20px; }
              @media (max-width: 1399.98px) {
                #creditcard .benefits .boxes .box .text-area p.note {
                  font-size: 0.83vw;
                  margin-top: 1.39vw; } }
              @media (max-width: 999.98px) {
                #creditcard .benefits .boxes .box .text-area p.note {
                  font-size: 3.08vw;
                  margin-top: 5.13vw; } }
            @media (max-width: 1399.98px) {
              #creditcard .benefits .boxes .box .text-area p {
                font-size: 0.97vw; } }
            @media (max-width: 999.98px) {
              #creditcard .benefits .boxes .box .text-area p {
                font-size: 3.59vw;
                letter-spacing: 0.1em; } }
    #creditcard .benefits .btn {
      margin: 0 auto;
      width: 550px;
      height: 70px;
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.5);
      font-size: 14px; }
      @media (max-width: 1399.98px) {
        #creditcard .benefits .btn {
          width: 38.19vw;
          height: 4.86vw;
          font-size: 0.97vw; } }
      @media (max-width: 999.98px) {
        #creditcard .benefits .btn {
          width: 100%;
          height: 29.74vw;
          font-size: 3.59vw; } }
      #creditcard .benefits .btn svg {
        position: absolute;
        right: 35px;
        width: 13px; }
        @media (max-width: 1399.98px) {
          #creditcard .benefits .btn svg {
            right: 2.43vw;
            width: 0.9vw; } }
        @media (max-width: 999.98px) {
          #creditcard .benefits .btn svg {
            right: 6.67vw;
            width: 3.33vw; } }
      #creditcard .benefits .btn::after {
        background: #fff; }
      #creditcard .benefits .btn:hover {
        color: #3E3E3E;
        stroke: #3E3E3E; }
  #creditcard .comparison {
    display: block;
    width: 1045px;
    border-radius: 4px;
    border: 1px solid rgba(116, 116, 116, 0.5);
    padding: 80px 0 0;
    margin-bottom: 137px; }
    @media (max-width: 1399.98px) {
      #creditcard .comparison {
        width: 72.57vw;
        border-radius: 0.28vw;
        padding: 5.56vw 0 0;
        margin-bottom: 9.51vw; } }
    @media (max-width: 999.98px) {
      #creditcard .comparison {
        width: 89.74vw;
        border-radius: 1.03vw;
        padding: 14.1vw 0 0;
        margin-bottom: 23.08vw; } }
    #creditcard .comparison h3 {
      font-size: 30px;
      margin-bottom: 80px; }
      @media (max-width: 1399.98px) {
        #creditcard .comparison h3 {
          font-size: 2.08vw;
          margin-bottom: 5.56vw; } }
      @media (max-width: 999.98px) {
        #creditcard .comparison h3 {
          font-size: 6.15vw;
          margin-bottom: 15.38vw; } }
    #creditcard .comparison .card-details {
      width: 900px;
      margin: 0 auto;
      table-layout: fixed;
      border-collapse: collapse; }
      @media (max-width: 1399.98px) {
        #creditcard .comparison .card-details {
          width: 62.5vw; } }
      @media (max-width: 999.98px) {
        #creditcard .comparison .card-details {
          width: 100%;
          font-size: 2.82vw; } }
      #creditcard .comparison .card-details.last th, #creditcard .comparison .card-details.last td {
        padding: 45px 30px; }
        @media (max-width: 1399.98px) {
          #creditcard .comparison .card-details.last th, #creditcard .comparison .card-details.last td {
            padding: 3.13vw 2.08vw; } }
        @media (max-width: 999.98px) {
          #creditcard .comparison .card-details.last th, #creditcard .comparison .card-details.last td {
            padding: 8.21vw 3.33vw; } }
      #creditcard .comparison .card-details th, #creditcard .comparison .card-details td {
        text-align: left;
        vertical-align: middle;
        font-weight: 300; }
      #creditcard .comparison .card-details tr {
        border-bottom: 1px solid #666; }
      #creditcard .comparison .card-details th {
        padding: 30px;
        border-right: 1px dashed rgba(102, 102, 102, 0.5); }
        @media (max-width: 1399.98px) {
          #creditcard .comparison .card-details th {
            padding: 2.08vw; } }
        @media (max-width: 999.98px) {
          #creditcard .comparison .card-details th {
            padding: 8.21vw 3.33vw; } }
      #creditcard .comparison .card-details td {
        padding: 30px 30px 30px 69px;
        border-right: 1px dashed rgba(102, 102, 102, 0.5);
        overflow-x: visible;
        position: relative; }
        @media (max-width: 1399.98px) {
          #creditcard .comparison .card-details td {
            padding: 2.08vw 2.08vw 2.08vw 4.79vw; } }
        @media (max-width: 999.98px) {
          #creditcard .comparison .card-details td {
            padding: 4.87vw 3.85vw; } }
        #creditcard .comparison .card-details td:last-child {
          border: none; }
      #creditcard .comparison .card-details img {
        display: inline-block;
        max-width: 62px !important; }
      #creditcard .comparison .card-details .btn {
        width: 300px;
        height: 60px;
        color: #fff;
        stroke: #D1D1D1;
        border: 1px solid rgba(255, 255, 255, 0.5);
        font-size: 13px; }
        @media (max-width: 1399.98px) {
          #creditcard .comparison .card-details .btn {
            width: 20.83vw;
            height: 4.17vw;
            font-size: 0.9vw; } }
        @media (max-width: 999.98px) {
          #creditcard .comparison .card-details .btn {
            width: 51.28vw;
            height: 11.28vw;
            font-size: 2.31vw; } }
        #creditcard .comparison .card-details .btn.mitsui {
          margin-left: 80px; }
          @media (max-width: 1399.98px) {
            #creditcard .comparison .card-details .btn.mitsui {
              margin-left: 5.56vw; } }
          @media (max-width: 999.98px) {
            #creditcard .comparison .card-details .btn.mitsui {
              margin-left: 0; } }
        #creditcard .comparison .card-details .btn svg {
          position: absolute;
          right: 24px;
          width: 13px; }
          @media (max-width: 1399.98px) {
            #creditcard .comparison .card-details .btn svg {
              right: 1.67vw;
              width: 0.9vw; } }
          @media (max-width: 999.98px) {
            #creditcard .comparison .card-details .btn svg {
              right: 3.85vw;
              width: 2.31vw; } }
        #creditcard .comparison .card-details .btn::after {
          background: #fff; }
        #creditcard .comparison .card-details .btn:hover {
          color: #3E3E3E;
          stroke: #3E3E3E; }
      #creditcard .comparison .card-details .basic {
        padding: 30px !important; }
        @media (max-width: 999.98px) {
          #creditcard .comparison .card-details .basic {
            padding: 4.87vw 5.64vw; } }
      #creditcard .comparison .card-details .border-none {
        border: none; }
      #creditcard .comparison .card-details .border-dashed {
        border-bottom: 1px dashed rgba(102, 102, 102, 0.5); }
      #creditcard .comparison .card-details .v-top {
        vertical-align: top; }
      #creditcard .comparison .card-details .card-type {
        display: flex;
        align-items: center;
        gap: 20px; }
        @media (max-width: 1399.98px) {
          #creditcard .comparison .card-details .card-type {
            gap: 1.39vw; } }
        @media (max-width: 999.98px) {
          #creditcard .comparison .card-details .card-type {
            flex-direction: column;
            gap: 1.79vw; } }
      #creditcard .comparison .card-details .annual-fee {
        font-size: 18px; }
        @media (max-width: 1399.98px) {
          #creditcard .comparison .card-details .annual-fee {
            font-size: 1.25vw; } }
        @media (max-width: 999.98px) {
          #creditcard .comparison .card-details .annual-fee {
            font-size: 3.59vw; } }
      #creditcard .comparison .card-details .tax {
        font-size: 11px; }
        @media (max-width: 1399.98px) {
          #creditcard .comparison .card-details .tax {
            font-size: 0.76vw; } }
        @media (max-width: 999.98px) {
          #creditcard .comparison .card-details .tax {
            font-size: 2.31vw; } }
      #creditcard .comparison .card-details .bonus-p {
        padding-bottom: 76px;
        position: relative; }
        @media (max-width: 1399.98px) {
          #creditcard .comparison .card-details .bonus-p {
            padding-bottom: 5.28vw; } }
        @media (max-width: 999.98px) {
          #creditcard .comparison .card-details .bonus-p {
            padding-bottom: 27.44vw; } }
        #creditcard .comparison .card-details .bonus-p p {
          font-size: 14px; }
          @media (max-width: 1399.98px) {
            #creditcard .comparison .card-details .bonus-p p {
              font-size: 0.97vw; } }
          @media (max-width: 999.98px) {
            #creditcard .comparison .card-details .bonus-p p {
              font-size: 2.82vw; } }
        #creditcard .comparison .card-details .bonus-p .garam {
          font-size: 32px; }
          @media (max-width: 1399.98px) {
            #creditcard .comparison .card-details .bonus-p .garam {
              font-size: 2.22vw; } }
          @media (max-width: 999.98px) {
            #creditcard .comparison .card-details .bonus-p .garam {
              font-size: 6.15vw;
              letter-spacing: 0 !important;
              white-space: nowrap; } }
          #creditcard .comparison .card-details .bonus-p .garam small {
            font-size: 13px; }
            @media (max-width: 1399.98px) {
              #creditcard .comparison .card-details .bonus-p .garam small {
                font-size: 0.9vw; } }
            @media (max-width: 999.98px) {
              #creditcard .comparison .card-details .bonus-p .garam small {
                font-size: 2.82vw; } }
        #creditcard .comparison .card-details .bonus-p .year {
          font-size: 13px; }
          @media (max-width: 1399.98px) {
            #creditcard .comparison .card-details .bonus-p .year {
              font-size: 0.9vw; } }
          @media (max-width: 999.98px) {
            #creditcard .comparison .card-details .bonus-p .year {
              font-size: 2.31vw;
              display: block;
              text-align: right; } }
        #creditcard .comparison .card-details .bonus-p .term {
          position: absolute;
          left: 0;
          bottom: -20px;
          z-index: 1;
          width: 378px;
          background: #3E3E3E;
          padding-bottom: 10px; }
          @media (max-width: 1399.98px) {
            #creditcard .comparison .card-details .bonus-p .term {
              bottom: -1.39vw;
              width: 25.76vw;
              padding-bottom: 0.69vw; } }
          @media (max-width: 999.98px) {
            #creditcard .comparison .card-details .bonus-p .term {
              width: 54.87vw;
              padding-bottom: 2.56vw; } }
          #creditcard .comparison .card-details .bonus-p .term .label {
            padding: 8px 18px;
            border-radius: 4px;
            background: #4D4D4D;
            font-size: 12px; }
            @media (max-width: 1399.98px) {
              #creditcard .comparison .card-details .bonus-p .term .label {
                padding: 0.56vw 1.25vw;
                border-radius: 0.28vw;
                font-size: 0.83vw; } }
            @media (max-width: 999.98px) {
              #creditcard .comparison .card-details .bonus-p .term .label {
                padding: 1.28vw;
                border-radius: 1.03vw;
                font-size: 2.82vw;
                line-height: 1.5; } }
          #creditcard .comparison .card-details .bonus-p .term .note {
            font-size: 12px;
            margin-top: 0.5em;
            margin-left: 1.5em; }
            @media (max-width: 1399.98px) {
              #creditcard .comparison .card-details .bonus-p .term .note {
                font-size: 0.83vw; } }
            @media (max-width: 999.98px) {
              #creditcard .comparison .card-details .bonus-p .term .note {
                font-size: 2.31vw; } }
      #creditcard .comparison .card-details .rate {
        font-size: 38px;
        display: flex;
        justify-content: center;
        align-items: baseline;
        gap: 0.2em;
        padding-bottom: 270px; }
        @media (max-width: 1399.98px) {
          #creditcard .comparison .card-details .rate {
            font-size: 2.64vw;
            padding-bottom: 18.75vw; } }
        @media (max-width: 999.98px) {
          #creditcard .comparison .card-details .rate {
            font-size: 7.69vw;
            padding-bottom: 87.18vw; } }
        #creditcard .comparison .card-details .rate small {
          font-size: 0.57em; }
          @media (max-width: 999.98px) {
            #creditcard .comparison .card-details .rate small {
              font-size: 4.1vw; } }
      #creditcard .comparison .card-details .exsample-wrap {
        width: 500px;
        position: absolute;
        left: 62px;
        bottom: 20px;
        z-index: 1;
        background: #3E3E3E;
        padding-bottom: 10px; }
        @media (max-width: 1399.98px) {
          #creditcard .comparison .card-details .exsample-wrap {
            width: 34.72vw;
            left: 4.31vw;
            bottom: 1.39vw;
            padding-bottom: 0.69vw; } }
        @media (max-width: 999.98px) {
          #creditcard .comparison .card-details .exsample-wrap {
            width: 54.87vw;
            left: 2.56vw;
            bottom: 7.69vw; } }
        #creditcard .comparison .card-details .exsample-wrap .exsample {
          width: 100%;
          padding: 24px 29px;
          border-radius: 4px;
          background: rgba(86, 86, 86, 0.4);
          margin-bottom: 15px; }
          @media (max-width: 1399.98px) {
            #creditcard .comparison .card-details .exsample-wrap .exsample {
              padding: 1.67vw 2.01vw;
              border-radius: 0.28vw;
              margin-bottom: 1.04vw; } }
          @media (max-width: 999.98px) {
            #creditcard .comparison .card-details .exsample-wrap .exsample {
              padding: 5.13vw 4.1vw;
              border-radius: 1.03vw;
              margin-bottom: 3.33vw; } }
          #creditcard .comparison .card-details .exsample-wrap .exsample p {
            font-size: 13px;
            line-height: 1.5; }
            @media (max-width: 1399.98px) {
              #creditcard .comparison .card-details .exsample-wrap .exsample p {
                font-size: 0.9vw; } }
            @media (max-width: 999.98px) {
              #creditcard .comparison .card-details .exsample-wrap .exsample p {
                font-size: 2.82vw; } }
          #creditcard .comparison .card-details .exsample-wrap .exsample .icons {
            display: flex;
            justify-content: space-between;
            margin-top: 26px; }
            @media (max-width: 1399.98px) {
              #creditcard .comparison .card-details .exsample-wrap .exsample .icons {
                margin-top: 1.81vw; } }
            @media (max-width: 999.98px) {
              #creditcard .comparison .card-details .exsample-wrap .exsample .icons {
                flex-wrap: wrap;
                gap: 2.82vw;
                margin-top: 5.64vw; } }
            #creditcard .comparison .card-details .exsample-wrap .exsample .icons .icon {
              display: block; }
              @media (max-width: 999.98px) {
                #creditcard .comparison .card-details .exsample-wrap .exsample .icons .icon {
                  width: 13.59vw;
                  text-align: center; } }
              #creditcard .comparison .card-details .exsample-wrap .exsample .icons .icon .img {
                height: 32px;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-bottom: 10px; }
                @media (max-width: 1399.98px) {
                  #creditcard .comparison .card-details .exsample-wrap .exsample .icons .icon .img {
                    height: 2.22vw;
                    margin-bottom: 0.69vw; } }
                @media (max-width: 999.98px) {
                  #creditcard .comparison .card-details .exsample-wrap .exsample .icons .icon .img {
                    height: 6.15vw;
                    margin-bottom: 2.31vw; } }
              #creditcard .comparison .card-details .exsample-wrap .exsample .icons .icon .cart {
                width: 31px;
                height: 32px; }
                @media (max-width: 1399.98px) {
                  #creditcard .comparison .card-details .exsample-wrap .exsample .icons .icon .cart {
                    width: 2.15vw;
                    height: 2.22vw; } }
                @media (max-width: 999.98px) {
                  #creditcard .comparison .card-details .exsample-wrap .exsample .icons .icon .cart {
                    width: 5.9vw;
                    height: 6.15vw; } }
              #creditcard .comparison .card-details .exsample-wrap .exsample .icons .icon .car {
                width: 32px;
                height: 28px; }
                @media (max-width: 1399.98px) {
                  #creditcard .comparison .card-details .exsample-wrap .exsample .icons .icon .car {
                    width: 2.22vw;
                    height: 1.94vw; } }
                @media (max-width: 999.98px) {
                  #creditcard .comparison .card-details .exsample-wrap .exsample .icons .icon .car {
                    width: 6.41vw;
                    height: 5.38vw; } }
              #creditcard .comparison .card-details .exsample-wrap .exsample .icons .icon .rest {
                width: 24px;
                height: 32px; }
                @media (max-width: 1399.98px) {
                  #creditcard .comparison .card-details .exsample-wrap .exsample .icons .icon .rest {
                    width: 1.67vw;
                    height: 2.22vw; } }
                @media (max-width: 999.98px) {
                  #creditcard .comparison .card-details .exsample-wrap .exsample .icons .icon .rest {
                    width: 4.62vw;
                    height: 6.15vw; } }
              #creditcard .comparison .card-details .exsample-wrap .exsample .icons .icon .conv {
                width: 32px;
                height: 32px; }
                @media (max-width: 1399.98px) {
                  #creditcard .comparison .card-details .exsample-wrap .exsample .icons .icon .conv {
                    width: 2.22vw;
                    height: 2.22vw; } }
                @media (max-width: 999.98px) {
                  #creditcard .comparison .card-details .exsample-wrap .exsample .icons .icon .conv {
                    width: 6.15vw;
                    height: 6.15vw; } }
              #creditcard .comparison .card-details .exsample-wrap .exsample .icons .icon .plane {
                width: 32px;
                height: 30px; }
                @media (max-width: 1399.98px) {
                  #creditcard .comparison .card-details .exsample-wrap .exsample .icons .icon .plane {
                    width: 2.22vw;
                    height: 2.08vw; } }
                @media (max-width: 999.98px) {
                  #creditcard .comparison .card-details .exsample-wrap .exsample .icons .icon .plane {
                    width: 6.41vw;
                    height: 5.64vw; } }
              #creditcard .comparison .card-details .exsample-wrap .exsample .icons .icon .etc {
                width: 25px;
                height: 5px; }
                @media (max-width: 1399.98px) {
                  #creditcard .comparison .card-details .exsample-wrap .exsample .icons .icon .etc {
                    width: 1.74vw;
                    height: 0.35vw; } }
                @media (max-width: 999.98px) {
                  #creditcard .comparison .card-details .exsample-wrap .exsample .icons .icon .etc {
                    width: 4.87vw;
                    height: 1.03vw; } }
              #creditcard .comparison .card-details .exsample-wrap .exsample .icons .icon p {
                font-size: 11px;
                white-space: nowrap; }
                @media (max-width: 1399.98px) {
                  #creditcard .comparison .card-details .exsample-wrap .exsample .icons .icon p {
                    font-size: 0.76vw; } }
                @media (max-width: 999.98px) {
                  #creditcard .comparison .card-details .exsample-wrap .exsample .icons .icon p {
                    font-size: 2.56vw; } }
        #creditcard .comparison .card-details .exsample-wrap .note {
          font-size: 12px;
          line-height: 1.66; }
          @media (max-width: 1399.98px) {
            #creditcard .comparison .card-details .exsample-wrap .note {
              font-size: 0.83vw; } }
          @media (max-width: 999.98px) {
            #creditcard .comparison .card-details .exsample-wrap .note {
              font-size: 2.82vw; } }
      #creditcard .comparison .card-details .preference .list {
        margin: 0 0 0 73px;
        padding: 0; }
        @media (max-width: 1399.98px) {
          #creditcard .comparison .card-details .preference .list {
            margin: 0 0 0 5.07vw; } }
        @media (max-width: 999.98px) {
          #creditcard .comparison .card-details .preference .list {
            margin: 0; } }
      #creditcard .comparison .card-details .preference .item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 24px; }
        @media (max-width: 1399.98px) {
          #creditcard .comparison .card-details .preference .item {
            margin-bottom: 1.67vw; } }
        @media (max-width: 999.98px) {
          #creditcard .comparison .card-details .preference .item {
            margin-bottom: 7.69vw; } }
        #creditcard .comparison .card-details .preference .item:last-child {
          margin-bottom: 0; }
        #creditcard .comparison .card-details .preference .item img {
          width: 32px;
          margin-right: 24px; }
          @media (max-width: 1399.98px) {
            #creditcard .comparison .card-details .preference .item img {
              width: 2.22vw;
              margin-right: 1.67vw; } }
          @media (max-width: 999.98px) {
            #creditcard .comparison .card-details .preference .item img {
              width: 5.64vw;
              margin-right: 3.59vw;
              margin-top: 0.77vw; } }
        #creditcard .comparison .card-details .preference .item p {
          font-size: 17px; }
          @media (max-width: 1399.98px) {
            #creditcard .comparison .card-details .preference .item p {
              font-size: 1.18vw; } }
          @media (max-width: 999.98px) {
            #creditcard .comparison .card-details .preference .item p {
              font-size: 3.85vw; } }
          #creditcard .comparison .card-details .preference .item p span {
            font-size: 12px;
            color: #B3B3B3;
            display: block; }
            @media (max-width: 1399.98px) {
              #creditcard .comparison .card-details .preference .item p span {
                font-size: 0.83vw; } }
            @media (max-width: 999.98px) {
              #creditcard .comparison .card-details .preference .item p span {
                font-size: 3.08vw; } }
        #creditcard .comparison .card-details .preference .item .label {
          width: 213px;
          height: 21px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 2px;
          background: #111;
          font-size: 11px;
          margin-top: 10px; }
          @media (max-width: 1399.98px) {
            #creditcard .comparison .card-details .preference .item .label {
              width: 14.79vw;
              height: 1.46vw;
              border-radius: 0.14vw;
              font-size: 0.76vw;
              margin-top: 0.69vw; } }
          @media (max-width: 999.98px) {
            #creditcard .comparison .card-details .preference .item .label {
              width: 39.74vw;
              height: 4.62vw;
              border-radius: 0.51vw;
              font-size: 2.31vw;
              color: #ccc;
              background: #000;
              display: flex;
              justify-content: center;
              align-items: center;
              margin: 2.56vw 0 0; } }
      #creditcard .comparison .card-details .preference .note {
        padding-left: 56px;
        font-size: 10px; }
        @media (max-width: 1399.98px) {
          #creditcard .comparison .card-details .preference .note {
            padding-left: 3.89vw;
            font-size: 0.69vw; } }
        @media (max-width: 999.98px) {
          #creditcard .comparison .card-details .preference .note {
            padding-left: 9.23vw;
            font-size: 2.56vw;
            margin-top: -5.13vw; } }
        #creditcard .comparison .card-details .preference .note a {
          display: block;
          color: #BEBEBE;
          font-size: 13px;
          margin-top: 24px;
          display: flex;
          align-items: center; }
          @media (max-width: 1399.98px) {
            #creditcard .comparison .card-details .preference .note a {
              font-size: 0.9vw;
              margin-top: 1.67vw; } }
          @media (max-width: 999.98px) {
            #creditcard .comparison .card-details .preference .note a {
              font-size: 2.56vw;
              margin-top: 5.13vw; } }
          #creditcard .comparison .card-details .preference .note a svg {
            margin-left: 15px;
            width: 13px; }
            @media (max-width: 1399.98px) {
              #creditcard .comparison .card-details .preference .note a svg {
                margin-left: 1.04vw;
                width: 0.9vw; } }
            @media (max-width: 999.98px) {
              #creditcard .comparison .card-details .preference .note a svg {
                margin-left: 1.28vw;
                width: 2.56vw; } }
    #creditcard .comparison h4 {
      width: 100%;
      height: 104px;
      font-size: 30px;
      line-height: 1.5;
      background: rgba(50, 50, 50, 0.6);
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 1399.98px) {
        #creditcard .comparison h4 {
          height: 7.22vw;
          font-size: 2.08vw; } }
      @media (max-width: 999.98px) {
        #creditcard .comparison h4 {
          height: 26.92vw;
          font-size: 6.15vw; } }
    #creditcard .comparison .present {
      width: 950px;
      margin: 0 auto;
      border-radius: 6px;
      background: #323232;
      display: flex;
      align-items: center;
      gap: 111px;
      padding: 43px; }
      @media (max-width: 1399.98px) {
        #creditcard .comparison .present {
          width: 65.97vw;
          border-radius: 0.42vw;
          padding: 2.99vw; } }
      @media (max-width: 999.98px) {
        #creditcard .comparison .present {
          width: 83.33vw;
          border-radius: 1.54vw;
          padding: 10.26vw 7.69vw 12.82vw;
          gap: 7.69vw;
          flex-direction: column; } }
      #creditcard .comparison .present .p1 {
        font-size: 24px;
        line-height: 1.3; }
        @media (max-width: 1399.98px) {
          #creditcard .comparison .present .p1 {
            font-size: 1.67vw; } }
        @media (max-width: 999.98px) {
          #creditcard .comparison .present .p1 {
            width: 100%;
            font-size: 6.92vw; } }
        #creditcard .comparison .present .p1 span {
          display: block;
          font-size: 14px;
          margin-bottom: 1em; }
          @media (max-width: 1399.98px) {
            #creditcard .comparison .present .p1 span {
              font-size: 0.97vw; } }
          @media (max-width: 999.98px) {
            #creditcard .comparison .present .p1 span {
              font-size: 3.08vw; } }
      #creditcard .comparison .present .p2 {
        padding-top: 40px; }
        @media (max-width: 1399.98px) {
          #creditcard .comparison .present .p2 {
            padding-top: 2.78vw; } }
        @media (max-width: 999.98px) {
          #creditcard .comparison .present .p2 {
            padding-top: 0; } }
        #creditcard .comparison .present .p2 .garam {
          color: #FFC563;
          font-size: 52px;
          line-height: 0;
          margin: 0;
          padding: 0; }
          @media (max-width: 1399.98px) {
            #creditcard .comparison .present .p2 .garam {
              font-size: 3.61vw; } }
          @media (max-width: 999.98px) {
            #creditcard .comparison .present .p2 .garam {
              font-size: 13.33vw; } }
          #creditcard .comparison .present .p2 .garam .small {
            font-size: 16px; }
            @media (max-width: 1399.98px) {
              #creditcard .comparison .present .p2 .garam .small {
                font-size: 1.11vw; } }
            @media (max-width: 999.98px) {
              #creditcard .comparison .present .p2 .garam .small {
                font-size: 3.59vw; } }
        #creditcard .comparison .present .p2 .big {
          font-size: 24px; }
          @media (max-width: 1399.98px) {
            #creditcard .comparison .present .p2 .big {
              font-size: 1.67vw; } }
          @media (max-width: 999.98px) {
            #creditcard .comparison .present .p2 .big {
              font-size: 6.15vw;
              display: block;
              text-align: center;
              margin-top: 2.31vw; } }
    #creditcard .comparison .btn-area {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 80px 0;
      gap: 22px; }
      @media (max-width: 1399.98px) {
        #creditcard .comparison .btn-area {
          padding: 5.56vw 0;
          gap: 1.53vw; } }
      @media (max-width: 999.98px) {
        #creditcard .comparison .btn-area {
          padding: 10.26vw 5.64vw;
          gap: 5.64vw; } }
      #creditcard .comparison .btn-area .btn {
        width: 429px;
        height: 70px;
        border-radius: 44px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        color: #fff;
        font-size: 16px;
        margin: 0; }
        @media (max-width: 1399.98px) {
          #creditcard .comparison .btn-area .btn {
            width: 29.79vw;
            height: 4.86vw;
            border-radius: 3.06vw;
            font-size: 1.11vw; } }
        @media (max-width: 999.98px) {
          #creditcard .comparison .btn-area .btn {
            width: 100%;
            height: 15.38vw;
            border-radius: 11.28vw;
            font-size: 3.59vw; } }
        #creditcard .comparison .btn-area .btn::after {
          background: #fff; }
        #creditcard .comparison .btn-area .btn:hover {
          color: #3E3E3E;
          stroke: #3E3E3E; }
  #creditcard .mono-img {
    display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 843px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 1399.98px) {
      #creditcard .mono-img {
        height: 58.54vw; } }
    #creditcard .mono-img #mono-img {
      width: 80%;
      object-fit: cover;
      margin: auto; }
  #creditcard .point-gift {
    width: 100%;
    padding: 179px 0 222px;
    background: #333; }
    @media (max-width: 1399.98px) {
      #creditcard .point-gift {
        padding: 12.43vw 0 15.42vw; } }
    @media (max-width: 999.98px) {
      #creditcard .point-gift {
        padding: 25.64vw 0 16.67vw; } }
    #creditcard .point-gift h2 {
      font-size: 40px;
      margin-bottom: 50px;
      line-height: 1.4; }
      @media (max-width: 1399.98px) {
        #creditcard .point-gift h2 {
          font-size: 2.78vw;
          margin-bottom: 3.47vw; } }
      @media (max-width: 999.98px) {
        #creditcard .point-gift h2 {
          font-size: 6.15vw;
          margin-bottom: 7.69vw; } }
    #creditcard .point-gift p {
      font-size: 18px;
      margin-bottom: 107px; }
      @media (max-width: 1399.98px) {
        #creditcard .point-gift p {
          font-size: 1.25vw;
          margin-bottom: 7.43vw; } }
      @media (max-width: 999.98px) {
        #creditcard .point-gift p {
          font-size: 3.08vw;
          margin-bottom: 15.38vw; } }
    #creditcard .point-gift .table-wrap {
      width: 1100px;
      margin: 0 auto;
      border-radius: 4px;
      border: 1px solid #747474; }
      @media (max-width: 999.98px) {
        #creditcard .point-gift .table-wrap {
          width: calc(100% - 2.56vw);
          overflow-x: scroll; } }
    #creditcard .point-gift table.earn {
      width: 100%;
      border-collapse: collapse; }
      #creditcard .point-gift table.earn th, #creditcard .point-gift table.earn td {
        text-align: center;
        vertical-align: middle;
        font-weight: 300;
        position: relative;
        border: 1px solid rgba(102, 102, 102, 0.5); }
      #creditcard .point-gift table.earn th {
        width: 18%;
        font-size: 14px;
        text-align: left;
        padding: 24px; }
        @media (max-width: 1399.98px) {
          #creditcard .point-gift table.earn th {
            font-size: 0.97vw;
            padding: 1.67vw; } }
        @media (max-width: 999.98px) {
          #creditcard .point-gift table.earn th {
            font-size: 2.31vw;
            padding: 1.28vw; } }
      #creditcard .point-gift table.earn td {
        width: 27%; }
      #creditcard .point-gift table.earn p {
        margin-bottom: 0; }
      #creditcard .point-gift table.earn .w-100 {
        width: 100%; }
      #creditcard .point-gift table.earn .title {
        padding: 38px;
        margin: 0;
        font-weight: 300; }
        @media (max-width: 1399.98px) {
          #creditcard .point-gift table.earn .title {
            padding: 2.64vw; } }
        @media (max-width: 999.98px) {
          #creditcard .point-gift table.earn .title {
            padding: 7.69vw; } }
        #creditcard .point-gift table.earn .title h3 {
          font-size: 24px;
          margin-bottom: 5px; }
          @media (max-width: 1399.98px) {
            #creditcard .point-gift table.earn .title h3 {
              font-size: 1.67vw;
              margin-bottom: 0.35vw; } }
          @media (max-width: 999.98px) {
            #creditcard .point-gift table.earn .title h3 {
              font-size: 4.62vw;
              margin-bottom: 1.28vw; } }
          #creditcard .point-gift table.earn .title h3::before {
            content: '';
            display: inline-block;
            width: 18px;
            height: 18px;
            background: url(../img/arrow-l.svg) center center/contain no-repeat;
            margin-right: 9px; }
            @media (max-width: 1399.98px) {
              #creditcard .point-gift table.earn .title h3::before {
                width: 1.25vw;
                height: 1.25vw;
                margin-right: 0.63vw; } }
            @media (max-width: 999.98px) {
              #creditcard .point-gift table.earn .title h3::before {
                width: 3.59vw;
                height: 3.59vw;
                margin-right: 2.56vw; } }
          #creditcard .point-gift table.earn .title h3::after {
            content: '';
            display: inline-block;
            width: 18px;
            height: 18px;
            background: url(../img/arrow-l.svg) center center/contain no-repeat;
            margin-left: 9px;
            transform: rotate(180deg); }
            @media (max-width: 1399.98px) {
              #creditcard .point-gift table.earn .title h3::after {
                width: 1.25vw;
                height: 1.25vw;
                margin-left: 0.63vw; } }
            @media (max-width: 999.98px) {
              #creditcard .point-gift table.earn .title h3::after {
                width: 3.59vw;
                height: 3.59vw;
                margin-left: 2.56vw; } }
        #creditcard .point-gift table.earn .title p {
          color: #E6E6E6;
          margin: 0; }
      #creditcard .point-gift table.earn .type {
        padding: 15px;
        font-size: 14px; }
        @media (max-width: 1399.98px) {
          #creditcard .point-gift table.earn .type {
            padding: 1.04vw;
            font-size: 0.97vw; } }
        @media (max-width: 999.98px) {
          #creditcard .point-gift table.earn .type {
            padding: 2.56vw;
            font-size: 2.82vw; } }
      #creditcard .point-gift table.earn .normal {
        background: rgba(238, 238, 238, 0.3); }
      #creditcard .point-gift table.earn .gold {
        background: rgba(255, 197, 99, 0.3); }
      #creditcard .point-gift table.earn .platinum {
        background: rgba(36, 36, 35, 0.7); }
      #creditcard .point-gift table.earn .sub-title {
        font-size: 18px;
        padding: 24px; }
        @media (max-width: 1399.98px) {
          #creditcard .point-gift table.earn .sub-title {
            font-size: 1.25vw;
            padding: 1.67vw; } }
        @media (max-width: 999.98px) {
          #creditcard .point-gift table.earn .sub-title {
            font-size: 4.1vw;
            padding: 7.69vw; } }
      #creditcard .point-gift table.earn .bonus {
        height: 130px; }
        @media (max-width: 1399.98px) {
          #creditcard .point-gift table.earn .bonus {
            height: 9.03vw; } }
        @media (max-width: 999.98px) {
          #creditcard .point-gift table.earn .bonus {
            height: 26.92vw; } }
      #creditcard .point-gift table.earn .total {
        height: 158px; }
        @media (max-width: 1399.98px) {
          #creditcard .point-gift table.earn .total {
            height: 10.97vw; } }
        @media (max-width: 999.98px) {
          #creditcard .point-gift table.earn .total {
            height: 27.18vw; } }
      #creditcard .point-gift table.earn .union {
        width: 25px;
        height: 25px;
        background: #666;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        position: absolute;
        right: 0;
        left: 0;
        top: -12.5px;
        margin: 0 auto; }
        @media (max-width: 1399.98px) {
          #creditcard .point-gift table.earn .union {
            width: 1.74vw;
            height: 1.74vw;
            top: -0.87vw; } }
        @media (max-width: 999.98px) {
          #creditcard .point-gift table.earn .union {
            width: 6.41vw;
            height: 6.41vw;
            top: -3.21vw; } }
        #creditcard .point-gift table.earn .union img {
          width: 11px;
          height: 11px; }
          @media (max-width: 1399.98px) {
            #creditcard .point-gift table.earn .union img {
              width: 0.76vw;
              height: 0.76vw; } }
          @media (max-width: 999.98px) {
            #creditcard .point-gift table.earn .union img {
              width: 2.82vw;
              height: 2.82vw; } }
      #creditcard .point-gift table.earn .mini-title {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 14px;
        padding: 8px 14px;
        border-right: 1px solid rgba(116, 116, 116, 0.5);
        border-bottom: 1px solid rgba(116, 116, 116, 0.5); }
        @media (max-width: 1399.98px) {
          #creditcard .point-gift table.earn .mini-title {
            font-size: 0.97vw;
            padding: 0.56vw 0.97vw; } }
        @media (max-width: 999.98px) {
          #creditcard .point-gift table.earn .mini-title {
            font-size: 2.82vw;
            padding: 1.54vw 2.56vw;
            letter-spacing: 0.05em; } }
      #creditcard .point-gift table.earn .points {
        font-size: 30px; }
        @media (max-width: 1399.98px) {
          #creditcard .point-gift table.earn .points {
            font-size: 2.08vw; } }
        @media (max-width: 999.98px) {
          #creditcard .point-gift table.earn .points {
            font-size: 5.13vw; } }
        #creditcard .point-gift table.earn .points span {
          font-size: 16px; }
          @media (max-width: 1399.98px) {
            #creditcard .point-gift table.earn .points span {
              font-size: 1.11vw; } }
          @media (max-width: 999.98px) {
            #creditcard .point-gift table.earn .points span {
              font-size: 2.82vw; } }
      #creditcard .point-gift table.earn .points-l {
        font-size: 40px; }
        @media (max-width: 1399.98px) {
          #creditcard .point-gift table.earn .points-l {
            font-size: 2.78vw; } }
        @media (max-width: 999.98px) {
          #creditcard .point-gift table.earn .points-l {
            font-size: 6.15vw; } }
        #creditcard .point-gift table.earn .points-l span {
          font-size: 16px; }
          @media (max-width: 1399.98px) {
            #creditcard .point-gift table.earn .points-l span {
              font-size: 1.11vw; } }
          @media (max-width: 999.98px) {
            #creditcard .point-gift table.earn .points-l span {
              font-size: 2.82vw; } }
      #creditcard .point-gift table.earn .i-none {
        width: 15px; }
        @media (max-width: 1399.98px) {
          #creditcard .point-gift table.earn .i-none {
            width: 1.04vw; } }
        @media (max-width: 999.98px) {
          #creditcard .point-gift table.earn .i-none {
            width: 3.85vw; } }
      #creditcard .point-gift table.earn .v-top {
        vertical-align: top;
        text-align: center; }
      #creditcard .point-gift table.earn .gifts {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 60px 0;
        gap: 30px; }
      #creditcard .point-gift table.earn .gift {
        display: block;
        width: 148px; }
        @media (max-width: 1399.98px) {
          #creditcard .point-gift table.earn .gift {
            width: 10.28vw; } }
        @media (max-width: 999.98px) {
          #creditcard .point-gift table.earn .gift {
            width: 20.51vw; } }
        #creditcard .point-gift table.earn .gift .gift-img {
          width: 148px;
          height: 148px;
          border-radius: 100%;
          background: #fff;
          overflow: hidden;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 15px; }
          @media (max-width: 1399.98px) {
            #creditcard .point-gift table.earn .gift .gift-img {
              width: 10.28vw;
              height: 10.28vw;
              margin-bottom: 1.04vw; } }
          @media (max-width: 999.98px) {
            #creditcard .point-gift table.earn .gift .gift-img {
              width: 20.51vw;
              height: 20.51vw;
              margin-bottom: 2.56vw; } }
          #creditcard .point-gift table.earn .gift .gift-img.bg-bl {
            background: linear-gradient(#E4EBEE, #EDF2F4); }
        #creditcard .point-gift table.earn .gift p {
          font-size: 16px; }
          @media (max-width: 1399.98px) {
            #creditcard .point-gift table.earn .gift p {
              font-size: 1.11vw; } }
          @media (max-width: 999.98px) {
            #creditcard .point-gift table.earn .gift p {
              font-size: 4.1vw; } }
          #creditcard .point-gift table.earn .gift p span {
            font-size: 9px; }
            @media (max-width: 1399.98px) {
              #creditcard .point-gift table.earn .gift p span {
                font-size: 0.63vw; } }
            @media (max-width: 999.98px) {
              #creditcard .point-gift table.earn .gift p span {
                font-size: 2.31vw; } }
  #creditcard .flow {
    padding: 152px 0 94px; }
    @media (max-width: 1399.98px) {
      #creditcard .flow {
        padding: 10.56vw 0 6.53vw; } }
    @media (max-width: 999.98px) {
      #creditcard .flow {
        padding: 20.51vw 7.69vw 26.92vw; } }
    #creditcard .flow h3 {
      font-size: 26px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 105px; }
      @media (max-width: 1399.98px) {
        #creditcard .flow h3 {
          font-size: 1.81vw;
          margin-bottom: 7.29vw; } }
      @media (max-width: 999.98px) {
        #creditcard .flow h3 {
          font-size: 5.64vw;
          margin-bottom: 15.38vw;
          line-height: 1.4; } }
      #creditcard .flow h3::before, #creditcard .flow h3::after {
        content: '';
        border-top: 1px solid #fff;
        width: 183px; }
        @media (max-width: 1399.98px) {
          #creditcard .flow h3::before, #creditcard .flow h3::after {
            width: 12.71vw; } }
        @media (max-width: 999.98px) {
          #creditcard .flow h3::before, #creditcard .flow h3::after {
            width: 12.82vw; } }
      #creditcard .flow h3::before {
        margin-right: 50px; }
        @media (max-width: 1399.98px) {
          #creditcard .flow h3::before {
            margin-right: 3.47vw; } }
        @media (max-width: 999.98px) {
          #creditcard .flow h3::before {
            margin-right: 5.9vw; } }
      #creditcard .flow h3::after {
        margin-left: 50px; }
        @media (max-width: 1399.98px) {
          #creditcard .flow h3::after {
            margin-left: 3.47vw; } }
        @media (max-width: 999.98px) {
          #creditcard .flow h3::after {
            margin-left: 5.9vw; } }
    #creditcard .flow .chart {
      max-width: 978px;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 23px;
      position: relative; }
      @media (max-width: 1399.98px) {
        #creditcard .flow .chart {
          width: 67.92vw;
          gap: 1.6vw; } }
      @media (max-width: 999.98px) {
        #creditcard .flow .chart {
          gap: 5.13vw;
          flex-direction: column;
          padding-left: 23.08vw; } }
      #creditcard .flow .chart .card {
        border-radius: 4px;
        border: 1px solid rgba(148, 148, 148, 0.5);
        padding: 46px 22px 29px;
        position: relative;
        margin: 0;
        display: flex;
        flex-direction: column;
        width: 200px;
        height: auto; }
        @media (max-width: 1399.98px) {
          #creditcard .flow .chart .card {
            border-radius: 0.28vw;
            padding: 3.19vw 1.53vw 2.01vw;
            width: 13.89vw; } }
        @media (max-width: 999.98px) {
          #creditcard .flow .chart .card {
            border-radius: 1.03vw;
            padding: 11.79vw 5.38vw 7.44vw;
            margin-top: 6.54vw;
            width: 52.31vw !important; } }
        #creditcard .flow .chart .card .icon {
          width: 51px;
          height: 51px;
          background: #D9D9D9;
          border-radius: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          top: -25.5px;
          left: 0;
          right: 0;
          margin: 0 auto; }
          @media (max-width: 1399.98px) {
            #creditcard .flow .chart .card .icon {
              width: 3.54vw;
              height: 3.54vw;
              top: -1.77vw; } }
          @media (max-width: 999.98px) {
            #creditcard .flow .chart .card .icon {
              width: 13.08vw;
              height: 13.08vw;
              top: -6.54vw; } }
          #creditcard .flow .chart .card .icon .pc-icon {
            width: 23px;
            height: 23px; }
            @media (max-width: 1399.98px) {
              #creditcard .flow .chart .card .icon .pc-icon {
                width: 1.6vw;
                height: 1.6vw; } }
            @media (max-width: 999.98px) {
              #creditcard .flow .chart .card .icon .pc-icon {
                width: 5.9vw;
                height: 5.9vw; } }
          #creditcard .flow .chart .card .icon .checklist {
            width: 21px;
            height: 20px; }
            @media (max-width: 1399.98px) {
              #creditcard .flow .chart .card .icon .checklist {
                width: 1.46vw;
                height: 1.39vw; } }
            @media (max-width: 999.98px) {
              #creditcard .flow .chart .card .icon .checklist {
                width: 5.38vw;
                height: 5.13vw; } }
          #creditcard .flow .chart .card .icon .zoom {
            width: 24px;
            height: 24px; }
            @media (max-width: 1399.98px) {
              #creditcard .flow .chart .card .icon .zoom {
                width: 1.67vw;
                height: 1.67vw; } }
            @media (max-width: 999.98px) {
              #creditcard .flow .chart .card .icon .zoom {
                width: 6.15vw;
                height: 6.15vw; } }
          #creditcard .flow .chart .card .icon .home {
            width: 25px;
            height: 25px; }
            @media (max-width: 1399.98px) {
              #creditcard .flow .chart .card .icon .home {
                width: 1.74vw;
                height: 1.74vw; } }
            @media (max-width: 999.98px) {
              #creditcard .flow .chart .card .icon .home {
                width: 6.41vw;
                height: 6.41vw; } }
        #creditcard .flow .chart .card dl {
          display: flex; }
          #creditcard .flow .chart .card dl dt {
            font-size: 15px;
            margin-right: 7px; }
            @media (max-width: 1399.98px) {
              #creditcard .flow .chart .card dl dt {
                font-size: 1.04vw;
                margin-right: 0.49vw; } }
            @media (max-width: 999.98px) {
              #creditcard .flow .chart .card dl dt {
                font-size: 3.85vw;
                margin-right: 1.79vw; } }
          #creditcard .flow .chart .card dl dd {
            font-size: 14px; }
            @media (max-width: 1399.98px) {
              #creditcard .flow .chart .card dl dd {
                font-size: 0.97vw; } }
            @media (max-width: 999.98px) {
              #creditcard .flow .chart .card dl dd {
                font-size: 3.59vw; } }
        #creditcard .flow .chart .card hr {
          display: block;
          height: 1px;
          border: none;
          border: 1px dashed rgba(217, 217, 217, 0.5);
          margin: 1em 0; }
          @media (max-width: 999.98px) {
            #creditcard .flow .chart .card hr {
              margin: 2.05vw 0; } }
        #creditcard .flow .chart .card .cards {
          display: flex;
          justify-content: center;
          gap: 6px;
          margin-top: 21px; }
          @media (max-width: 1399.98px) {
            #creditcard .flow .chart .card .cards {
              gap: 0.42vw;
              margin-top: 1.46vw; } }
          @media (max-width: 999.98px) {
            #creditcard .flow .chart .card .cards {
              gap: 1.54vw;
              margin-top: 5.38vw; } }
          #creditcard .flow .chart .card .cards img {
            width: 47px; }
            @media (max-width: 1399.98px) {
              #creditcard .flow .chart .card .cards img {
                width: 3.26vw; } }
            @media (max-width: 999.98px) {
              #creditcard .flow .chart .card .cards img {
                width: 12.05vw; } }
        #creditcard .flow .chart .card .note {
          font-size: 12px;
          position: absolute;
          bottom: 1em; }
          @media (max-width: 1399.98px) {
            #creditcard .flow .chart .card .note {
              font-size: 0.83vw; } }
          @media (max-width: 999.98px) {
            #creditcard .flow .chart .card .note {
              position: static;
              margin-top: 7.69vw;
              font-size: 3.08vw; } }
      #creditcard .flow .chart .arrow-2 {
        width: 13px;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media (max-width: 1399.98px) {
          #creditcard .flow .chart .arrow-2 {
            width: 0.9vw; } }
        @media (max-width: 999.98px) {
          #creditcard .flow .chart .arrow-2 {
            width: 52.31vw !important; } }
        #creditcard .flow .chart .arrow-2 img {
          width: 13px;
          height: 14px; }
          @media (max-width: 1399.98px) {
            #creditcard .flow .chart .arrow-2 img {
              width: 0.9vw;
              height: 0.97vw; } }
          @media (max-width: 999.98px) {
            #creditcard .flow .chart .arrow-2 img {
              width: 3.33vw;
              height: 3.59vw;
              transform: rotate(90deg); } }
      #creditcard .flow .chart .sub-title-wrap {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 40px 0;
        gap: 150px; }
        @media (max-width: 1399.98px) {
          #creditcard .flow .chart .sub-title-wrap {
            margin: 2.78vw 0;
            gap: 10.42vw; } }
        @media (max-width: 999.98px) {
          #creditcard .flow .chart .sub-title-wrap {
            width: 2.82vw;
            flex-direction: column;
            position: absolute;
            left: 10.26vw;
            top: 3.85vw;
            height: 261.54vw; } }
      #creditcard .flow .chart .sub-title {
        font-size: 14px;
        white-space: nowrap; }
        @media (max-width: 1399.98px) {
          #creditcard .flow .chart .sub-title {
            font-size: 0.97vw; } }
        @media (max-width: 999.98px) {
          #creditcard .flow .chart .sub-title {
            width: 2.82vw;
            height: 89.74vw;
            font-size: 3.59vw;
            margin: auto;
            writing-mode: vertical-rl;
            letter-spacing: 0.4em; }
            #creditcard .flow .chart .sub-title span {
              text-combine-upright: all;
              margin: 0 0 6px; } }
      #creditcard .flow .chart .box-l {
        width: 240px;
        height: 20px;
        margin-bottom: 1em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        border-left: 1px solid rgba(255, 255, 255, 0.5); }
        @media (max-width: 1399.98px) {
          #creditcard .flow .chart .box-l {
            width: 16.67vw;
            height: 1.39vw; } }
        @media (max-width: 999.98px) {
          #creditcard .flow .chart .box-l {
            margin: 0;
            width: 5.13vw;
            height: 53.33vw;
            border: none;
            border-top: 1px solid rgba(255, 255, 255, 0.5);
            border-left: 1px solid rgba(255, 255, 255, 0.5); } }
      #creditcard .flow .chart .box-r {
        width: 240px;
        height: 20px;
        margin-bottom: 1em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        border-right: 1px solid rgba(255, 255, 255, 0.5); }
        @media (max-width: 1399.98px) {
          #creditcard .flow .chart .box-r {
            width: 16.67vw;
            height: 1.39vw; } }
        @media (max-width: 999.98px) {
          #creditcard .flow .chart .box-r {
            width: 5.13vw;
            height: 53.33vw;
            margin: 0;
            border: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
            border-left: 1px solid rgba(255, 255, 255, 0.5); } }
      #creditcard .flow .chart p {
        font-size: 14px; }
        @media (max-width: 1399.98px) {
          #creditcard .flow .chart p {
            font-size: 0.97vw; } }
        @media (max-width: 999.98px) {
          #creditcard .flow .chart p {
            font-size: 3.08vw;
            margin-top: 5.13vw; } }
      #creditcard .flow .chart sup {
        font-size: 9px; }
        @media (max-width: 1399.98px) {
          #creditcard .flow .chart sup {
            font-size: 0.63vw; } }
        @media (max-width: 999.98px) {
          #creditcard .flow .chart sup {
            font-size: 2.31vw; } }
  #creditcard .novelty {
    margin-bottom: 158px; }
    @media (max-width: 1399.98px) {
      #creditcard .novelty {
        margin-bottom: 10.97vw; } }
    @media (max-width: 999.98px) {
      #creditcard .novelty {
        margin-bottom: 25.64vw; } }
    @media (max-width: 1399.98px) {
      #creditcard .novelty h2 {
        margin-bottom: 5.69vw; } }
    @media (max-width: 999.98px) {
      #creditcard .novelty h2 {
        margin-bottom: 0; } }
    #creditcard .novelty h3 {
      font-size: 40px;
      line-height: 1.5;
      margin-top: -0.5em;
      margin-bottom: 70px; }
      @media (max-width: 1399.98px) {
        #creditcard .novelty h3 {
          font-size: 3.06vw;
          margin-bottom: 7.15vw; } }
      @media (max-width: 999.98px) {
        #creditcard .novelty h3 {
          font-size: 6.15vw;
          margin-bottom: 15.38vw; } }
    #creditcard .novelty_logo {
      padding: 0 10.26vw; }
      #creditcard .novelty_logo img {
        max-width: 500px;
        margin: auto; }
    #creditcard .novelty_copy {
      padding: 0 10.26vw;
      margin-top: 70px; }
      @media (max-width: 1399.98px) {
        #creditcard .novelty_copy {
          margin-top: 11vw; } }
      #creditcard .novelty_copy img {
        max-width: 800px;
        margin: auto; }
    #creditcard .novelty_visual {
      margin-top: 70px; }
      @media (max-width: 1399.98px) {
        #creditcard .novelty_visual {
          margin-top: 11vw; } }
      #creditcard .novelty_visual img {
        max-width: 1100px;
        margin: auto; }
    #creditcard .novelty p {
      color: #E6E6E6;
      font-size: 14px;
      line-height: 2;
      letter-spacing: 0.05em;
      max-width: 620px;
      margin: 3em auto 0; }
      @media (max-width: 767.98px) {
        #creditcard .novelty p {
          padding: 0 10.26vw; } }
      @media (max-width: 1399.98px) {
        #creditcard .novelty p {
          font-size: 0.97vw; } }
      @media (max-width: 999.98px) {
        #creditcard .novelty p {
          font-size: 3.59vw;
          letter-spacing: 0.1em; } }
    #creditcard .novelty_history {
      padding: 0 10.26vw;
      margin-top: 50px; }
      @media (min-width: 1000px) {
        #creditcard .novelty_history {
          display: flex;
          justify-content: space-between;
          max-width: 1100px;
          margin-left: auto;
          margin-right: auto;
          padding: 0; } }
      #creditcard .novelty_history_item {
        margin-top: 30px; }
        @media (min-width: 1000px) {
          #creditcard .novelty_history_item {
            width: 48%; } }
        #creditcard .novelty_history_item_timing {
          padding: 0 !important;
          margin: 0 !important;
          font-weight: bold;
          font-size: 2.8vw !important;
          margin-top: 15px !important; }
          @media (min-width: 1000px) {
            #creditcard .novelty_history_item_timing {
              font-size: 15px !important; } }
        #creditcard .novelty_history_item_name {
          font-family: YuMincho, 'Yu Mincho', serif;
          font-weight: normal;
          font-size: 4.4vw; }
          @media (min-width: 1000px) {
            #creditcard .novelty_history_item_name {
              font-size: 24px !important; } }
        #creditcard .novelty_history_item_delivery {
          padding: 0 !important;
          margin: 0 !important;
          font-size: 2.8vw !important; }
          @media (min-width: 1000px) {
            #creditcard .novelty_history_item_delivery {
              font-size: 15px !important; } }
          #creditcard .novelty_history_item_delivery span {
            display: inline-block;
            border: solid 1px white;
            background: white;
            color: #3E3E3E;
            line-height: 1.4;
            padding: 0 .5em;
            font-weight: bold;
            margin-right: .3em; }
            #creditcard .novelty_history_item_delivery span.end {
              color: white;
              background: none; }
  #creditcard .forestock {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 122px 0;
    position: relative;
    overflow: hidden; }
    @media (max-width: 1399.98px) {
      #creditcard .forestock {
        padding: 8.47vw 0; } }
    @media (max-width: 999.98px) {
      #creditcard .forestock {
        height: 225.9vw;
        padding: 21.03vw 0 7.69vw; } }
    #creditcard .forestock .bg-forestock {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    #creditcard .forestock #bg-forestock {
      height: 120%;
      position: absolute;
      top: -10%;
      left: 0;
      will-change: transform;
      transition-duration: 0.7s;
      transition-delay: 0s;
      transition-timing-function: ease-out;
      z-index: 0;
      object-fit: cover; }
    #creditcard .forestock .card {
      background: #fff;
      padding: 66px 0 45px;
      width: 958px;
      display: flex;
      justify-content: center;
      gap: 87px;
      position: relative;
      z-index: 2; }
      @media (max-width: 1399.98px) {
        #creditcard .forestock .card {
          padding: 4.58vw 0 3.13vw;
          width: 66.53vw;
          gap: 6.04vw; } }
      @media (max-width: 999.98px) {
        #creditcard .forestock .card {
          flex-direction: column;
          align-items: center;
          width: 84.62vw;
          padding: 13.85vw 6.41vw 19.49vw;
          gap: 12.05vw; } }
      #creditcard .forestock .card .img {
        width: 143px;
        height: 154px; }
        @media (max-width: 1399.98px) {
          #creditcard .forestock .card .img {
            width: 9.93vw;
            height: 10.69vw; } }
        @media (max-width: 999.98px) {
          #creditcard .forestock .card .img {
            width: 30vw;
            height: 32.31vw;
            order: 1; } }
      #creditcard .forestock .card .text {
        width: 573px;
        color: #444; }
        @media (max-width: 1399.98px) {
          #creditcard .forestock .card .text {
            width: 39.79vw; } }
        @media (max-width: 999.98px) {
          #creditcard .forestock .card .text {
            width: 100%; } }
        #creditcard .forestock .card .text h4 {
          font-size: 24px;
          line-height: 1.5;
          color: #222;
          margin-bottom: 30px; }
          @media (max-width: 1399.98px) {
            #creditcard .forestock .card .text h4 {
              font-size: 1.67vw;
              margin-bottom: 2.08vw; } }
          @media (max-width: 999.98px) {
            #creditcard .forestock .card .text h4 {
              font-size: 5.13vw;
              margin-bottom: 7.95vw; } }
        #creditcard .forestock .card .text p {
          font-size: 14px;
          line-height: 1.5;
          margin-bottom: 51px; }
          @media (max-width: 1399.98px) {
            #creditcard .forestock .card .text p {
              font-size: 0.97vw;
              margin-bottom: 3.54vw; } }
          @media (max-width: 999.98px) {
            #creditcard .forestock .card .text p {
              font-size: 3.33vw;
              margin-bottom: 10.26vw; } }
        #creditcard .forestock .card .text a {
          display: flex;
          align-items: center;
          font-size: 16px; }
          @media (max-width: 1399.98px) {
            #creditcard .forestock .card .text a {
              font-size: 1.11vw; } }
          @media (max-width: 999.98px) {
            #creditcard .forestock .card .text a {
              font-size: 4.1vw;
              text-align: center;
              display: block; } }
          #creditcard .forestock .card .text a svg {
            margin-left: 0.5em;
            width: 13px; }
            @media (max-width: 1399.98px) {
              #creditcard .forestock .card .text a svg {
                width: 0.9vw; } }
            @media (max-width: 999.98px) {
              #creditcard .forestock .card .text a svg {
                width: 3.33vw; } }
  #creditcard .faq {
    padding: 129px 0 247px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #creditcard .faq h3 {
      font-size: 44px;
      line-height: 1.5;
      margin-top: -0.5em;
      margin-bottom: 103px; }
      @media (max-width: 1399.98px) {
        #creditcard .faq h3 {
          font-size: 3.06vw;
          margin-bottom: 7.15vw; } }
      @media (max-width: 999.98px) {
        #creditcard .faq h3 {
          font-size: 6.15vw;
          margin-bottom: 15.38vw; } }
    #creditcard .faq .qa {
      width: 738px; }
      #creditcard .faq .qa a {
        display: inline;
        color: #fff;
        text-decoration: underline; }
      @media (max-width: 999.98px) {
        #creditcard .faq .qa {
          width: 100%;
          padding: 0 7.69vw; } }
      #creditcard .faq .qa dl {
        display: flex;
        align-items: flex-start;
        width: 100%; }
        @media (max-width: 999.98px) {
          #creditcard .faq .qa dl {
            align-items: flex-start; } }
        #creditcard .faq .qa dl dt {
          font-size: 24px;
          margin-right: 13px; }
          @media (max-width: 1399.98px) {
            #creditcard .faq .qa dl dt {
              font-size: 1.67vw;
              margin-right: 0.9vw; } }
          @media (max-width: 999.98px) {
            #creditcard .faq .qa dl dt {
              font-size: 6.15vw;
              margin-right: 2.05vw; } }
        #creditcard .faq .qa dl dd {
          width: 100%;
          margin-top: 7px;
          margin-bottom: 20px;
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          word-wrap: break-word;
          overflow-wrap: break-word;
          word-break: break-all; }
          @media (max-width: 1399.98px) {
            #creditcard .faq .qa dl dd {
              margin-top: 0.49vw;
              margin-bottom: 1.39vw; } }
          @media (max-width: 999.98px) {
            #creditcard .faq .qa dl dd {
              font-size: 3.59vw;
              margin-top: 2.31vw;
              margin-bottom: 4.87vw; } }
          #creditcard .faq .qa dl dd img {
            margin: 13px 38px 0;
            width: 9px; }
            @media (max-width: 1399.98px) {
              #creditcard .faq .qa dl dd img {
                margin: 0.9vw 2.64vw 0;
                width: 0.63vw; } }
            @media (max-width: 999.98px) {
              #creditcard .faq .qa dl dd img {
                margin: 3.33vw 0 0 7.69vw;
                width: 2.31vw; } }
      #creditcard .faq .qa hr {
        display: block;
        height: 1px;
        border: none;
        border-bottom: 1px solid #6D6D6D;
        margin: 1.5em 0 2em; }
      #creditcard .faq .qa .que {
        cursor: pointer;
        width: 100%; }
        #creditcard .faq .qa .que.active img {
          transform: rotate(180deg); }
      #creditcard .faq .qa .ans {
        display: none; }
        #creditcard .faq .qa .ans dd {
          display: block; }
  #creditcard .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    justify-content: center;
    align-items: center;
    transition: .3s; }
    #creditcard .modal.md-open {
      display: flex; }
    #creditcard .modal .md-close {
      width: 75px;
      height: 75px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer; }
    #creditcard .modal .modal-body {
      width: 1000px;
      height: 81.2%;
      background: #fff;
      color: #222;
      padding: 75px 110px;
      overflow: scroll; }
      @media (max-width: 999.98px) {
        #creditcard .modal .modal-body {
          width: 90%;
          padding: 20.51vw 4.1vw; } }
      #creditcard .modal .modal-body h3 {
        font-size: 36px;
        line-height: 1.7;
        display: block;
        margin: 0 auto 55px; }
        #creditcard .modal .modal-body h3.border {
          display: inline;
          padding-bottom: 0.25em;
          background: linear-gradient(transparent 98%, #000 0%); }
        @media (max-width: 999.98px) {
          #creditcard .modal .modal-body h3 {
            font-size: 6.15vw; } }
      #creditcard .modal .modal-body p {
        font-size: 12px; }
        @media (max-width: 1399.98px) {
          #creditcard .modal .modal-body p {
            font-size: 0.83vw; } }
        @media (max-width: 999.98px) {
          #creditcard .modal .modal-body p {
            font-size: 3.08vw;
            text-align: left; } }
      #creditcard .modal .modal-body .period {
        font-size: 16px;
        margin: 0 0 55px; }
        @media (max-width: 999.98px) {
          #creditcard .modal .modal-body .period {
            font-size: 3.59vw;
            margin: 5.13vw 0 14.62vw;
            text-align: center; } }
      #creditcard .modal .modal-body .list {
        width: 100%;
        margin-bottom: 40px; }
        @media (max-width: 999.98px) {
          #creditcard .modal .modal-body .list {
            margin-bottom: 17.95vw; } }
        #creditcard .modal .modal-body .list .item {
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 31px;
          margin-bottom: 21px; }
          @media (max-width: 999.98px) {
            #creditcard .modal .modal-body .list .item {
              gap: 6.15vw;
              margin-bottom: 6.41vw;
              align-items: flex-start; } }
          #creditcard .modal .modal-body .list .item .circle {
            display: block;
            width: 74px;
            height: 74px;
            border-radius: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff; }
            @media (max-width: 999.98px) {
              #creditcard .modal .modal-body .list .item .circle {
                width: 16.15vw;
                height: 16.15vw;
                font-size: 3.08vw; } }
            #creditcard .modal .modal-body .list .item .circle.gold {
              background: #CE9F50; }
            #creditcard .modal .modal-body .list .item .circle.platinum {
              background: #000; }
          #creditcard .modal .modal-body .list .item p {
            font-size: 15px;
            line-height: 1.8;
            letter-spacing: 0.7; }
            @media (max-width: 999.98px) {
              #creditcard .modal .modal-body .list .item p {
                width: 57.44vw;
                font-size: 3.59vw; } }
      #creditcard .modal .modal-body .shadow {
        border-radius: 10px;
        box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px; }
      #creditcard .modal .modal-body table.points {
        width: 100%;
        border-collapse: separate;
        border-spacing: 10px;
        letter-spacing: 0.05em;
        margin-bottom: 91px; }
        @media (max-width: 999.98px) {
          #creditcard .modal .modal-body table.points {
            border-spacing: 1.28vw;
            margin-bottom: 12.82vw; } }
        #creditcard .modal .modal-body table.points th, #creditcard .modal .modal-body table.points td {
          padding: 20px;
          font-size: 15px;
          text-align: left;
          border-bottom: 1px solid rgba(175, 175, 175, 0.5);
          position: relative;
          font-weight: 300; }
          @media (max-width: 999.98px) {
            #creditcard .modal .modal-body table.points th, #creditcard .modal .modal-body table.points td {
              padding: 7.69vw 0;
              font-size: 3.08vw; } }
        #creditcard .modal .modal-body table.points th {
          width: 250px; }
          @media (max-width: 999.98px) {
            #creditcard .modal .modal-body table.points th {
              width: 32.05vw; } }
        #creditcard .modal .modal-body table.points td {
          width: 500px; }
          @media (max-width: 999.98px) {
            #creditcard .modal .modal-body table.points td {
              width: 46.15vw; } }
        #creditcard .modal .modal-body table.points .bd-db::after {
          content: '';
          width: 100%;
          height: 1px;
          border-bottom: 1px solid rgba(175, 175, 175, 0.5);
          position: absolute;
          bottom: 1.5px;
          left: 0; }
        #creditcard .modal .modal-body table.points .w-160 {
          width: 160px; }
          @media (max-width: 999.98px) {
            #creditcard .modal .modal-body table.points .w-160 {
              width: 16.67vw; } }
        #creditcard .modal .modal-body table.points .w-80 {
          width: 80px; }
          @media (max-width: 999.98px) {
            #creditcard .modal .modal-body table.points .w-80 {
              width: 14.1vw; } }
        #creditcard .modal .modal-body table.points .nowrap {
          white-space: nowrap; }
        #creditcard .modal .modal-body table.points .border-none {
          border: none; }
      #creditcard .modal .modal-body table.note {
        width: 100%;
        border-collapse: separate;
        border-spacing: 16px;
        letter-spacing: 0.05em; }
        #creditcard .modal .modal-body table.note th, #creditcard .modal .modal-body table.note td {
          font-weight: 300;
          font-size: 14px;
          vertical-align: top;
          padding-bottom: 5px; }
      #creditcard .modal .modal-body .mitsui {
        display: flex;
        align-items: center;
        color: #117766;
        margin: 0.7em 0; }
        #creditcard .modal .modal-body .mitsui svg {
          width: 0.35em;
          margin-right: 0.7em; }
      #creditcard .modal .modal-body .text-area-60 {
        width: 60%;
        margin: 0 auto; }
        #creditcard .modal .modal-body .text-area-60 p {
          font-size: 12px;
          margin-bottom: 0.5em; }
          @media (max-width: 1399.98px) {
            #creditcard .modal .modal-body .text-area-60 p {
              font-size: 0.83vw; } }
      #creditcard .modal .modal-body .notes {
        margin: 40px 0;
        font-size: 13px; }
        @media (max-width: 1399.98px) {
          #creditcard .modal .modal-body .notes {
            font-size: 0.9vw; } }
        @media (max-width: 999.98px) {
          #creditcard .modal .modal-body .notes {
            font-size: 3.08vw;
            margin: 8.46vw 0; } }
        #creditcard .modal .modal-body .notes ul {
          margin: 0.75em;
          padding-left: 1em; }
      #creditcard .modal .modal-body sup {
        font-size: 10px; }
  #creditcard .effect-fade {
    opacity: 0;
    transform: translate(0, 20px);
    transition: ease 1s; }
  #creditcard .effect-fade.left {
    opacity: 0;
    transform: translate(-20px, 0);
    transition: ease 1s; }
  #creditcard .effect-fade.right {
    opacity: 0;
    transform: translate(20px, 0);
    transition: ease 1s; }
  #creditcard .effect-fade.effect-scroll {
    opacity: 1;
    transform: translate(0, 0); }
  #creditcard .text-center {
    text-align: center; }
  #creditcard .ls-0 {
    letter-spacing: 0; }
  #creditcard .ls-5 {
    letter-spacing: 0.05em; }
  #creditcard .ls-10 {
    letter-spacing: 0.1em; }
  #creditcard .ls-15 {
    letter-spacing: 0.15em; }
  #creditcard .ls-20 {
    letter-spacing: 0.2em; }
  #creditcard .pt-45 {
    padding-top: 45px; }
    @media (max-width: 1399.98px) {
      #creditcard .pt-45 {
        padding-top: 3.13vw; } }
  #creditcard .p-0 {
    padding: 0 !important; }
  #creditcard .sp {
    display: none; }
    @media (max-width: 999.98px) {
      #creditcard .sp {
        display: block; } }
  #creditcard .pc {
    display: block; }
    @media (max-width: 999.98px) {
      #creditcard .pc {
        display: none; } }

.footFixedBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 9; }
  .footFixedBtn_wrap {
    display: flex;
    justify-content: center; }
  .footFixedBtn .btn {
    width: 45vw;
    height: 11vw;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    font-size: 3.2vw;
    margin: 1vw; }
    .footFixedBtn .btn svg {
      width: 3.2vw; }
    .footFixedBtn .btn.gold {
      background: #CE9F50; }
    .footFixedBtn .btn.platinum {
      background: #0E0E0E; }

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