@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&family=Poppins:wght@400;500;600;700;900&display=swap");
/* ----------------------------------------------------------------
reset
----------------------------------------------------------------- */
body {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

#newCard {
  font-family: "Noto Sans JP", sans-serif, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}
#newCard div, #newCard span, #newCard object, #newCard iframe, #newCard h1, #newCard h2, #newCard h3, #newCard h4, #newCard h5, #newCard h6, #newCard p, #newCard blockquote, #newCard pre, #newCard abbr, #newCard address, #newCard cite, #newCard code, #newCard del, #newCard dfn, #newCard em, #newCard img, #newCard ins, #newCard kbd, #newCard q, #newCard samp, #newCard small, #newCard strong, #newCard var, #newCard b, #newCard i, #newCard dl, #newCard dt, #newCard dd, #newCard ol, #newCard ul, #newCard li, #newCard fieldset, #newCard form, #newCard label, #newCard legend, #newCard table, #newCard caption, #newCard tbody, #newCard tfoot, #newCard thead, #newCard tr, #newCard th, #newCard td, #newCard article, #newCard aside, #newCard canvas, #newCard details, #newCard figcaption, #newCard figure, #newCard footer, #newCard header, #newCard hgroup, #newCard menu, #newCard nav, #newCard section, #newCard summary, #newCard time, #newCard mark, #newCard audio, #newCard video {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
#newCard img, #newCard input[type=image] {
  -webkit-backface-visibility: hidden;
}
#newCard img {
  width: 100%;
  vertical-align: middle;
}

#newCard .pcD {
  display: block;
}
@media screen and (max-width: 768px) {
  #newCard .pcD {
    display: none;
  }
}
#newCard .spD {
  display: none;
}
@media screen and (max-width: 768px) {
  #newCard .spD {
    display: block;
  }
}
#newCard .head {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #newCard .head {
    background-color: #FFFFFF;
    position: fixed;
    transform: translate3d(0, 0, 1vw);
    height: 50px;
  }
}
#newCard .head__inner {
  position: relative;
  width: 49.4791666667vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #newCard .head__inner {
    width: 89.3333333333vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#newCard .head__logoWrap {
  position: absolute;
  top: 0;
  left: -4.1666666667vw;
  width: 27.03125vw;
}
@media screen and (max-width: 768px) {
  #newCard .head__logoWrap {
    position: static;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#newCard .head__bg {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #newCard .head__bg {
    display: none;
  }
}
#newCard .head__logo {
  position: absolute;
  top: 1.1979166667vw;
  left: 5.6770833333vw;
  display: block;
  width: 15.625vw;
}
@media screen and (max-width: 768px) {
  #newCard .head__logo {
    position: static;
    width: 143px;
  }
}
#newCard .head__menu {
  display: none;
}
@media screen and (max-width: 768px) {
  #newCard .head__menu {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    cursor: pointer;
    transition: 0.3s;
  }
  #newCard .head__menu .menuBtn-off {
    display: block;
    padding: 0;
    background-color: transparent;
    transition: 0.3s;
    position: absolute;
    width: 35px;
    height: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
  }
  #newCard .head__menu .menuBtn-off span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #323232;
    transition: 0.3s;
    position: absolute;
  }
  #newCard .head__menu .menuBtn-off span:first-child {
    top: 0;
  }
  #newCard .head__menu .menuBtn-off span:last-child {
    bottom: 0;
  }
  #newCard .head__menu .menuBtn-off.active {
    opacity: 1;
  }
  #newCard .head__menu button {
    background: none; /* バックグラウンドカラーをリセット */
    color: inherit; /* 親要素から色を継承 */
    border: none; /* ボーダーをリセット */
    padding: 0; /* パディングをリセット */
    margin: 0; /* マージンをリセット */
    font: inherit; /* フォントスタイルを親要素から継承 */
    cursor: pointer; /* マウスカーソルを指に */
  }
  #newCard .head__menu .menuBtn-on {
    display: block;
    padding: 0;
    background-color: transparent;
    position: absolute;
    transition: 0.3s;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0;
  }
  #newCard .head__menu .menuBtn-on.active {
    opacity: 1;
  }
  #newCard .head__menu .menuBtn-on span {
    position: absolute;
    transform: rotate(0deg);
    display: block;
    width: 100%;
    height: 1px;
    background-color: #323232;
    transition: 0.3s;
    inset: 0;
    margin: auto;
  }
  #newCard .head__menu .menuBtn-on span:first-child {
    top: 0;
    transform: rotate(45deg);
  }
  #newCard .head__menu .menuBtn-on span:last-child {
    bottom: 0;
    transform: rotate(-45deg);
  }
}
#newCard .foot {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  width: 100%;
  height: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  #newCard .foot {
    height: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
#newCard .foot p {
  font-size: 0.8333333333vw;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  #newCard .foot p {
    font-size: 3.2vw;
  }
}
#newCard .mainContents {
  width: 100%;
  background-color: #F5F5F7;
}
@media screen and (max-width: 768px) {
  #newCard .mainContents {
    width: 100%;
    background-size: contain;
  }
  #newCard .mainContents * {
    box-sizing: border-box;
  }
}
#newCard .mainContents .sec {
  width: 100%;
}
@media screen and (max-width: 950px) {
  #newCard .mainContents .sec {
    overflow: initial;
  }
}
@media screen and (max-width: 768px) {
  #newCard .mainContents .sec {
    overflow: clip;
  }
}
@media screen and (max-width: 950px) {
  #newCard .mainContents .sec.u-kv {
    width: 30.7291666667vw;
    margin: 0 auto;
  }
}
#newCard .mainContents .sec__inner {
  width: 100%;
  max-width: 83.3333333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #newCard .mainContents .sec__inner {
    max-width: initial;
  }
}
#newCard .mainContents .sec__inner.u-mw-n {
  max-width: initial;
}
#newCard .mainContents .sec__content {
  width: 59.375%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #newCard .mainContents .sec__content {
    width: 100%;
    min-width: initial;
  }
}
#newCard .mainContents .sec__content.u-w-def {
  min-width: initial;
  width: 100%;
}
#newCard .mainContents .sec__content.u-mw-950 {
  max-width: 49.4791666667vw;
}
#newCard .mainContents .sec.u-pb-100 {
  padding-bottom: 5.2083333333vw;
}
#newCard .c-linkBtn {
  position: relative;
  text-decoration: none;
  width: 22.65625vw;
  perspective: 36.4583333333vw;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #newCard .c-linkBtn {
    width: 72vw;
  }
}
#newCard .c-linkBtn::after {
  pointer-events: none;
  z-index: -2;
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 80%;
  left: 0;
  right: 0;
  bottom: -0.2604166667vw;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.3);
  filter: blur(20px);
}
@media (hover: hover) and (pointer: fine) {
  #newCard .c-linkBtn:hover .c-linkBtn__front {
    transform: rotateX(-90deg);
  }
  #newCard .c-linkBtn:hover .c-linkBtn__top {
    transform: rotateX(0deg);
  }
}
#newCard .c-linkBtn div {
  box-sizing: border-box;
  width: 100%;
  height: 6.25vw;
  margin: 0 auto;
  border: 4px solid #F0C800;
  border-radius: 1.0416666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1458333333vw;
  font-weight: 700;
  color: #323232;
  transition: transform 0.3s;
  transform-origin: 50% 50% -3.125vw;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  #newCard .c-linkBtn div {
    transform-origin: 50% 50% -10.6666666667vw;
    height: 21.3333333333vw;
    font-size: 3.7333333333vw;
    border-radius: 2.6666666667vw;
  }
}
#newCard .c-linkBtn__front {
  transform: rotateX(0deg);
  background-color: #fff;
}
#newCard .c-linkBtn__top {
  transform: rotateX(90deg);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #F5E182;
}
#newCard .c-linkBtn .u-tac {
  text-align: center;
}
#newCard .c-arrowLink {
  color: #0064FF;
  font-size: 0.9375vw;
  font-weight: 700;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-right: 1.1458333333vw;
}
#newCard .c-arrowLink::after {
  position: absolute;
  right: 0;
  top: 0.1041666667vw;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  width: 0.6770833333vw;
  height: 1.1458333333vw;
  background-image: url(/afl/newcard2402/img/parts_linkRightArrow_01.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

::-webkit-full-page-media, :future, :root .c-linkBtn {
  scale: 0.9;
}

#newCard .kvSec {
  height: 50vw;
  position: relative;
}
@media screen and (min-width: 1921px) {
  #newCard .kvSec {
    background-image: url(/afl/newcard2402/img/bg_content_07.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  #newCard .kvSec {
    height: 178.6666666667vw;
  }
}
#newCard .kvSec .sec__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec .sec__inner {
    height: 100%;
  }
}
#newCard .kvSec__bgInner {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(/afl/newcard2402/img/bg_content_07.png);
  background-size: 100vw;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1921px) {
  #newCard .kvSec__bgInner {
    background-image: initial;
  }
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__bgInner {
    height: 100%;
    background-image: initial;
  }
}
#newCard .kvSec__bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 44.7916666667vw;
  left: 0;
  bottom: 0px;
  perspective: 72.9166666667vw;
}
@media screen and (min-width: 1921px) {
  #newCard .kvSec__bg {
    background-image: initial;
  }
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__bg {
    width: 100%;
    height: calc(100% - 50px);
    top: 50px;
    background-image: url(/afl/newcard2402/img/bg_content_07-sp.png);
    background-size: cover;
  }
}
#newCard .kvSec__bgCard {
  position: absolute;
  perspective: 72.9166666667vw;
  z-index: 2;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__bgCard {
    perspective: 1500px;
  }
}
#newCard .kvSec__bgCard.u-z-3 {
  z-index: 3;
}
#newCard .kvSec__bgCard::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -68%;
  margin: auto;
  display: block;
  width: 100%;
  height: 80%;
  content: "";
  z-index: -1;
  will-change: transform, filter;
  background-image: url(/afl/newcard2402/img/bg_shadow_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@keyframes bgCardShadow {
  from {
    opacity: 0.5;
    transform: scale(0.7) rotateX(90deg) translateZ(0);
  }
  to {
    opacity: 1;
    transform: scale(1) rotateX(90deg) translateZ(0);
  }
}
@keyframes bgCardShadow_sp {
  from {
    opacity: 0.5;
    transform: scale(0.7) rotateX(85deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotateX(85deg);
  }
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__bgCard::after {
    bottom: -80%;
  }
}
@keyframes bgCardFloat {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(11.5%);
  }
}
#newCard .kvSec__bgCard .front, #newCard .kvSec__bgCard .back {
  backface-visibility: hidden;
}
#newCard .kvSec__bgCard .back {
  position: absolute;
  left: 0;
  top: 0;
}
#newCard .kvSec__bgCard01 {
  left: 26.09375vw;
  top: 2.34375vw;
  width: 6.9791666667vw;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__bgCard01 {
    top: 13.3333333333vw;
    left: 6.1333333333vw;
    width: 18.1333333333vw;
  }
}
#newCard .kvSec__bgCard01::after {
  animation: bgCardShadow 1.5s infinite alternate ease-in-out;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__bgCard01::after {
    animation-name: bgCardShadow_sp;
  }
}
#newCard .kvSec__bgCard01 img {
  will-change: transform;
  animation: bgCardFloat 1.5s infinite alternate ease-in-out;
}
@keyframes kvBgCardFrontAnime01 {
  0% {
    transform: rotateY(85deg);
  }
  50% {
    transform: rotateY(-95deg);
  }
  100% {
    transform: rotateY(-275deg);
  }
}
@keyframes kvBgCardBackAnime01 {
  0% {
    transform: rotateY(-95deg);
  }
  50% {
    transform: rotateY(-275deg);
  }
  100% {
    transform: rotateY(-455deg);
  }
}
#newCard .kvSec__bgCard03 {
  left: 21.6666666667vw;
  top: 13.8020833333vw;
  width: 11.09375vw;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__bgCard03 {
    left: 20.2666666667vw;
    top: 2.9333333333vw;
    width: 12.5333333333vw;
  }
}
#newCard .kvSec__bgCard03::after {
  animation: bgCardShadow 1.5s infinite alternate -2s ease-in-out;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__bgCard03::after {
    animation-name: bgCardShadow_sp;
  }
}
#newCard .kvSec__bgCard03 img {
  animation: bgCardFloat 1.5s infinite alternate -2s ease-in-out;
  will-change: transform;
}
#newCard .kvSec__bgCard04 {
  left: 23.4895833333vw;
  bottom: 11.7708333333vw;
  width: 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__bgCard04 {
    width: 25.6vw;
    left: 20.8vw;
    bottom: 44.2666666667vw;
  }
}
#newCard .kvSec__bgCard04::after {
  animation: bgCardShadow 1.5s infinite alternate -1s ease-in-out;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__bgCard04::after {
    animation-name: bgCardShadow_sp;
  }
}
#newCard .kvSec__bgCard04 img {
  animation: bgCardFloat 1.5s infinite alternate -1s ease-in-out;
  will-change: transform;
}
@keyframes kvBgCardFrontAnime04 {
  0% {
    transform: rotateY(-40deg);
  }
  50% {
    transform: rotateY(-220deg);
  }
  100% {
    transform: rotateY(-400deg);
  }
}
@keyframes kvBgCardBackAnime04 {
  0% {
    transform: rotateY(-220deg);
  }
  50% {
    transform: rotateY(-400deg);
  }
  100% {
    transform: rotateY(-580deg);
  }
}
#newCard .kvSec__bgCard05 {
  left: 27.0833333333vw;
  bottom: 4.6875vw;
  width: 9.2708333333vw;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__bgCard05 {
    display: none;
  }
}
#newCard .kvSec__bgCard05::after {
  animation: bgCardShadow 1.5s infinite alternate -1.1s ease-in-out;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__bgCard05::after {
    animation-name: bgCardShadow_sp;
  }
}
#newCard .kvSec__bgCard05 img {
  animation: bgCardFloat 1.5s infinite alternate -1.1s ease-in-out;
  will-change: transform;
}
#newCard .kvSec__bgCard08 {
  right: 23.90625vw;
  top: 14.8958333333vw;
  width: 10.7291666667vw;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__bgCard08 {
    top: 5.3333333333vw;
    right: 5.3333333333vw;
    width: 21.3333333333vw;
  }
}
#newCard .kvSec__bgCard08::after {
  animation: bgCardShadow 1.5s infinite alternate -8.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__bgCard08::after {
    animation-name: bgCardShadow_sp;
  }
}
#newCard .kvSec__bgCard08 img {
  animation: bgCardFloat 1.5s infinite alternate -8.2s ease-in-out;
  will-change: transform;
}
@keyframes kvBgCardFrontAnime08 {
  0% {
    transform: rotateY(20deg);
  }
  50% {
    transform: rotateY(200deg);
  }
  100% {
    transform: rotateY(380deg);
  }
}
@keyframes kvBgCardBackAnime08 {
  0% {
    transform: rotateY(200deg);
  }
  50% {
    transform: rotateY(380deg);
  }
  100% {
    transform: rotateY(560deg);
  }
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__bgCard09 {
    width: 17.6vw;
    left: 7.7333333333vw;
    bottom: 31.2vw;
  }
  #newCard .kvSec__bgCard09::after {
    animation: bgCardShadow 1.5s infinite alternate -2.7s ease-in-out;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #newCard .kvSec__bgCard09::after {
    animation-name: bgCardShadow_sp;
  }
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__bgCard09 img {
    animation: bgCardFloat 1.5s infinite alternate -2.7s ease-in-out;
    will-change: transform;
  }
}
#newCard .kvSec__bgCard10 {
  bottom: 5.5729166667vw;
  right: 26.4583333333vw;
  width: 5.0520833333vw;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__bgCard10 {
    width: 40vw;
    right: 5.0666666667vw;
    bottom: 34.6666666667vw;
  }
}
#newCard .kvSec__bgCard10::after {
  animation: bgCardShadow 1.5s infinite alternate -4s ease-in-out;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__bgCard10::after {
    animation-name: bgCardShadow_sp;
  }
}
#newCard .kvSec__bgCard10 img {
  animation: bgCardFloat 1.5s infinite alternate -4s ease-in-out;
  will-change: transform;
}
#newCard .kvSec__bgCard11 {
  right: 25.6770833333vw;
  top: 2.8645833333vw;
  width: 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__bgCard11 {
    display: none;
  }
}
#newCard .kvSec__bgCard11::after {
  animation: bgCardShadow 1.5s infinite alternate -2.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__bgCard11::after {
    animation-name: bgCardShadow_sp;
  }
}
#newCard .kvSec__bgCard11 img {
  animation: bgCardFloat 1.5s infinite alternate -2.3s ease-in-out;
  will-change: transform;
}
@keyframes kvBgCardFrontAnime11 {
  0% {
    transform: rotateY(-60deg);
  }
  50% {
    transform: rotateY(-240deg);
  }
  100% {
    transform: rotateY(-420deg);
  }
}
@keyframes kvBgCardBackAnime11 {
  0% {
    transform: rotateY(-240deg);
  }
  50% {
    transform: rotateY(-420deg);
  }
  100% {
    transform: rotateY(-600deg);
  }
}
#newCard .kvSec__bgCard12 {
  right: 24.5833333333vw;
  bottom: 12.2395833333vw;
  width: 7.3958333333vw;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__bgCard12 {
    display: none;
  }
}
#newCard .kvSec__bgCard12::after {
  animation: bgCardShadow 1.5s infinite alternate -2.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__bgCard12::after {
    animation-name: bgCardShadow_sp;
  }
}
#newCard .kvSec__bgCard12 img {
  animation: bgCardFloat 1.5s infinite alternate -2.3s ease-in-out;
  will-change: transform;
}
@keyframes kvBgCardFrontAnime11 {
  0% {
    transform: rotateY(-60deg);
  }
  50% {
    transform: rotateY(-240deg);
  }
  100% {
    transform: rotateY(-420deg);
  }
}
@keyframes kvBgCardBackAnime11 {
  0% {
    transform: rotateY(-240deg);
  }
  50% {
    transform: rotateY(-420deg);
  }
  100% {
    transform: rotateY(-600deg);
  }
}
#newCard .kvSec__bgCard13 {
  display: none;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__bgCard13 {
    display: block;
    top: 26.9333333333vw;
    right: 1.8666666667vw;
    width: 14.9333333333vw;
  }
}
#newCard .kvSec__bgCard13::after {
  animation: bgCardShadow 1.5s infinite alternate -2.7s ease-in-out;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__bgCard13::after {
    animation-name: bgCardShadow_sp;
  }
}
#newCard .kvSec__bgCard13 img {
  animation: bgCardFloat 1.5s infinite alternate -2.7s ease-in-out;
  will-change: transform;
}
@keyframes kvBgCardFrontAnime11 {
  0% {
    transform: rotateY(-60deg);
  }
  50% {
    transform: rotateY(-240deg);
  }
  100% {
    transform: rotateY(-420deg);
  }
}
@keyframes kvBgCardBackAnime11 {
  0% {
    transform: rotateY(-240deg);
  }
  50% {
    transform: rotateY(-420deg);
  }
  100% {
    transform: rotateY(-600deg);
  }
}
#newCard .kvSec__tit {
  width: 100%;
  padding-top: 9.375vw;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__tit {
    padding-top: 28.2666666667vw;
  }
}
#newCard .kvSec__catchCopy {
  font-size: 1.7708333333vw;
  line-height: 1.0833333333;
  font-weight: 600;
  display: block;
  text-align: center;
  color: #F4D96A;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__catchCopy {
    font-size: 4.8vw;
    line-height: 1;
  }
}
#newCard .kvSec__txt {
  line-height: 1.0666666667;
  margin-top: 0.4166666667vw;
  margin-left: 6.25vw;
  width: 39.53125vw;
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__txt {
    width: 60vw;
    margin-left: 23.4666666667vw;
    margin-top: -1.6vw;
    margin-bottom: 2.6666666667vw;
  }
}
#newCard .kvSec__cardWrap {
  position: relative;
  width: 22.3958333333vw;
  margin: 1.0416666667vw auto 0;
  perspective: 78.125vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__cardWrap {
    margin: 0 auto 0;
    width: 59.4666666667vw;
    perspective: 800px;
  }
}
#newCard .kvSec__cardWrap.shadowAnime::after {
  animation: kvCardFrontShadow 12s infinite linear reverse;
}
@keyframes kvCardFrontShadow {
  0% {
    transform: rotateX(90deg) rotateZ(-90deg);
  }
  16.67% {
    transform: rotateX(90deg) rotateZ(0deg);
  }
  33.33% {
    transform: rotateX(90deg) rotateZ(0deg);
  }
  50% {
    transform: rotateX(90deg) rotateZ(90deg);
  }
  66.67% {
    transform: rotateX(90deg) rotateZ(180deg);
  }
  83.33% {
    transform: rotateX(90deg) rotateZ(180deg);
  }
  100% {
    transform: rotateX(90deg) rotateZ(270deg);
  }
}
#newCard .kvSec__cardWrap::after {
  content: "";
  width: 70%;
  height: 6%;
  border-radius: 100%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  display: block;
  bottom: -3.125vw;
  z-index: -1;
  margin: auto;
  filter: blur(20px);
  background-color: rgba(0, 0, 0, 0.4);
  transform: rotateX(90deg) rotateZ(-90deg);
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__cardWrap::after {
    bottom: -6.6666666667vw;
    height: 10%;
  }
}
#newCard .kvSec__cardWrap .front {
  z-index: 2;
  position: relative;
}
#newCard .kvSec__cardWrap .front.frontAnime {
  animation: kvCardFrontAnime 12s infinite normal linear;
}
@keyframes kvCardFrontAnime {
  0% {
    transform: rotateY(-90deg);
  }
  16.67% { /* 8秒の1/6 */
    transform: rotateY(0deg);
  }
  33.33% { /* 2秒間停止 */
    transform: rotateY(0deg);
  }
  50% { /* 8秒の半分 */
    transform: rotateY(90deg);
  }
  66.67% { /* 8秒の2/3 */
    transform: rotateY(180deg);
  }
  83.33% { /* 2秒間停止 */
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(270deg);
  }
}
#newCard .kvSec__cardWrap .back {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  margin: 0;
}
#newCard .kvSec__cardWrap .back.backAnime {
  animation: kvCardFrontAnime 12s infinite -6s normal linear;
}
@keyframes kvCardBackAnime {
  0% {
    transform: rotateY(90deg);
  }
  25% {
    transform: rotateY(180deg);
  }
  50% {
    transform: rotateY(270deg);
  }
  75% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(450deg);
  }
}
#newCard .kvSec__card {
  width: 100%;
  backface-visibility: hidden;
  display: block;
}
#newCard .kvSec__bottomTxt {
  width: 27.8125vw;
  margin: 3.125vw auto 0;
  margin-left: 11.7708333333vw;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__bottomTxt {
    width: 80.8vw;
    margin-left: 13.3333333333vw;
    margin-top: 2.1333333333vw;
  }
}
/* #newCard .kvSec__movieBtn {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  overflow: hidden;
  width: 16.6666666667vw;
  height: 4.6875vw;
  border-radius: 2.34375vw;
  margin: 0 auto;
  margin-top: 1.0416666667vw;
  background-color: #AF9132;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.4166666667vw 1.71875vw 0.4166666667vw 0.4166666667vw;
  position: relative;
  box-shadow: 0 20px 10px -10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__movieBtn {
    width: 66.6666666667vw;
    height: 18.6666666667vw;
    border-radius: 9.3333333333vw;
    margin-top: 70.6666666667vw;
    padding: 2.4vw 7.2vw 2.4vw 2.6666666667vw;
    position: absolute;
    bottom: 8.2666666667vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#newCard .kvSec__movieBtn::before {
  position: absolute;
  transition: 0.3s;
  display: block;
  content: "";
  width: 400px;
  height: 400px;
  rotate: 40deg;
  background-color: #FAEB8C;
  left: -560px;
  top: -490px;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__movieBtn::before {
    width: 80vw;
    height: 80vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  #newCard .kvSec__movieBtn:hover .kvSec__movieBtnTxt picture:first-child {
    opacity: 0;
  }
  #newCard .kvSec__movieBtn:hover .kvSec__movieBtnTxt picture:last-child {
    opacity: 1;
  }
  #newCard .kvSec__movieBtn:hover::before {
    left: 10px;
    top: -130px;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 768px) {
  #newCard .kvSec__movieBtn:hover::before {
    left: 2.6666666667vw;
    top: -34.6666666667vw;
  }
}
#newCard .kvSec__movieBtnImg {
  display: block;
  filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.16));
  width: 3.90625vw;
  height: 3.90625vw;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__movieBtnImg {
    width: 13.8666666667vw;
    height: 13.8666666667vw;
    filter: drop-shadow(0.8vw 1.3333333333vw 2.6666666667vw rgba(0, 0, 0, 0.16));
  }
}
#newCard .kvSec__movieBtnTxt {
  transition: 0.3s;
  display: block;
  width: 10.3125vw;
  color: #fff;
  font-size: 0.9375vw;
  font-weight: 500;
  margin-top: 0.2604166667vw;
  z-index: 5;
  line-height: 1.2222222222;
  position: relative;
  opacity: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__movieBtnTxt {
    width: 41.0666666667vw;
    width: 41.0666666667vw;
    padding-top: 0.5333333333vw;
    margin-top: 0;
  }
}
#newCard .kvSec__movieBtnTxt picture {
  width: 100%;
  display: block;
  transition: 0.3s;
}
#newCard .kvSec__movieBtnTxt picture:first-child {
  opacity: 1;
}
#newCard .kvSec__movieBtnTxt picture:last-child {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #newCard .kvSec__movieBtnTxt picture:last-child {
    padding-top: 0.5333333333vw;
  }
} */

#newCard .stateSec {
  padding-bottom: 14.3229166667vw;
  background-image: url(/afl/newcard2402/img/bg_content_10.png), url(/afl/newcard2402/img/bg_content_15.png);
  background-position: bottom center, top center;
  background-repeat: no-repeat, no-repeat;
  background-size: 100vw, 100vw;
  padding-top: 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  #newCard .stateSec {
    background-image: url(/afl/newcard2402/img/bg_content_10-sp.png), url(/afl/newcard2402/img/bg_content_15-sp.png);
    background-size: contain, contain;
    padding-bottom: 26.6666666667vw;
    padding-top: 0;
  }
}
#newCard .stateSec .sec__content {
  position: relative;
  padding-top: 31.5104166667vw;
}
@media screen and (max-width: 768px) {
  #newCard .stateSec .sec__content {
    padding-top: 13.3333333333vw;
  }
}
#newCard .stateSec__card {
  position: absolute;
  top: 2.2395833333vw;
  left: 0;
  width: 49.4791666667vw;
  height: 42.5vw;
}
@media screen and (max-width: 768px) {
  #newCard .stateSec__card {
    overflow: initial;
    width: 89.3333333333vw;
    height: 76.5333333333vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#newCard .stateSec__card figure {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 21.6145833333vw;
  transform: rotate(-74deg);
  transition: 0.5s ease-in-out;
  top: -8.3333333333vw;
  left: 16.4583333333vw;
}
@media screen and (max-width: 768px) {
  #newCard .stateSec__card figure {
    width: 37.8666666667vw;
    height: 24vw;
    top: 9.0666666667vw;
    left: -2.4vw;
  }
}
#newCard .stateSec__card figure:nth-child(1) {
  z-index: 4;
  filter: drop-shadow(-16px 24px 11px rgba(57, 57, 57, 0.3333333333));
}
#newCard .stateSec__card figure:nth-child(2) {
  z-index: 3;
}
#newCard .stateSec__card figure:nth-child(3) {
  z-index: 2;
}
#newCard .stateSec__card figure:nth-child(4) {
  z-index: 1;
}
#newCard .stateSec__card.active figure:nth-child(2) {
  animation: card02 0.5s ease-in-out forwards;
}
@keyframes card02 {
  0% {
    transform: rotate(-74deg);
    top: -8.3333333333vw;
    left: 16.4583333333vw;
  }
  100% {
    transform: rotate(-48deg);
    top: 4.6875vw;
    left: 21.0416666667vw;
    filter: drop-shadow(-16px 24px 11px rgba(57, 57, 57, 0.3333333333));
  }
}
#newCard .stateSec__card.active figure:nth-child(3) {
  animation: card03 0.5s ease-in-out forwards;
}
@keyframes card03 {
  0% {
    transform: rotate(-74deg);
    top: -8.3333333333vw;
    left: 16.4583333333vw;
  }
  100% {
    transform: rotate(-24deg);
    top: 16.1458333333vw;
    left: 25vw;
    filter: drop-shadow(-16px 24px 11px rgba(57, 57, 57, 0.3333333333));
  }
}
#newCard .stateSec__card.active figure:nth-child(4) {
  animation: card04 0.5s ease-in-out forwards;
}
@keyframes card04 {
  0% {
    transform: rotate(-74deg);
    top: -8.3333333333vw;
    left: 16.4583333333vw;
  }
  100% {
    top: 28.8541666667vw;
    left: 27.8645833333vw;
    transform: rotate(0deg);
    filter: drop-shadow(-16px 24px 11px rgba(57, 57, 57, 0.3333333333));
  }
}
#newCard .stateSec__card.close figure:nth-child(1) {
  animation: card01_c 0.5s ease-in-out forwards;
}
@keyframes card01_c {
  0% {
    transform: rotate(-74deg);
    top: -8.3333333333vw;
    left: 16.4583333333vw;
    filter: drop-shadow(-16px 24px 11px rgba(57, 57, 57, 0.3333333333));
  }
  100% {
    transform: rotate(0deg);
    top: 28.8541666667vw;
    left: 27.8645833333vw;
    filter: drop-shadow(-16px 24px 11px rgba(57, 57, 57, 0.3333333333));
  }
}
#newCard .stateSec__card.close figure:nth-child(2) {
  animation: card02_c 0.5s ease-in-out forwards;
}
@keyframes card02_c {
  0% {
    transform: rotate(-48deg);
    top: 4.6875vw;
    left: 21.0416666667vw;
    filter: drop-shadow(-16px 24px 11px rgba(57, 57, 57, 0.3333333333));
  }
  100% {
    transform: rotate(0deg);
    top: 28.8541666667vw;
    left: 27.8645833333vw;
    filter: drop-shadow(0px 0px 0px rgba(57, 57, 57, 0));
  }
}
#newCard .stateSec__card.close figure:nth-child(3) {
  animation: card03_c 0.5s ease-in-out forwards;
}
@keyframes card03_c {
  0% {
    transform: rotate(-24deg);
    top: 16.1458333333vw;
    left: 25vw;
    filter: drop-shadow(-16px 24px 11px rgba(57, 57, 57, 0.3333333333));
  }
  100% {
    transform: rotate(0deg);
    top: 28.8541666667vw;
    left: 27.8645833333vw;
    filter: drop-shadow(0px 0px 0px rgba(57, 57, 57, 0));
  }
}
#newCard .stateSec__card.close figure:nth-child(4) {
  animation: card04_c 0.5s ease-in-out forwards;
}
@keyframes card04_c {
  0% {
    transform: rotate(0deg);
    top: 28.8541666667vw;
    left: 27.8645833333vw;
    filter: drop-shadow(-16px 24px 11px rgba(57, 57, 57, 0.3333333333));
  }
  100% {
    transform: rotate(0deg);
    top: 28.8541666667vw;
    left: 27.8645833333vw;
    filter: drop-shadow(-16px 24px 11px rgba(57, 57, 57, 0));
  }
}
#newCard .stateSec__card.cardOpen figure:nth-child(1) {
  animation: card01_o 0.5s ease-in-out forwards;
}
@keyframes card01_o {
  0% {
    transform: rotate(0deg);
    top: 28.8541666667vw;
    left: 27.8645833333vw;
    filter: drop-shadow(0px 0px 0px rgba(57, 57, 57, 0.3333333333));
  }
  100% {
    transform: rotate(-74deg);
    top: -8.3333333333vw;
    left: 16.4583333333vw;
    filter: drop-shadow(-16px 24px 11px rgba(57, 57, 57, 0.3333333333));
  }
}
#newCard .stateSec__card.cardOpen figure:nth-child(2) {
  animation: card02_o 0.5s ease-in-out forwards;
}
@keyframes card02_o {
  0% {
    transform: rotate(0deg);
    top: 28.8541666667vw;
    left: 27.8645833333vw;
    filter: drop-shadow(0px 0px 0px rgba(57, 57, 57, 0));
  }
  100% {
    transform: rotate(-48deg);
    top: 4.6875vw;
    left: 21.0416666667vw;
    filter: drop-shadow(-16px 24px 11px rgba(57, 57, 57, 0.3333333333));
  }
}
#newCard .stateSec__card.cardOpen figure:nth-child(3) {
  animation: card03_o 0.5s ease-in-out forwards;
}
@keyframes card03_o {
  0% {
    transform: rotate(0deg);
    top: 28.8541666667vw;
    left: 27.8645833333vw;
    filter: drop-shadow(0px 0px 0px rgba(57, 57, 57, 0));
  }
  100% {
    transform: rotate(-24deg);
    top: 16.1458333333vw;
    left: 25vw;
    filter: drop-shadow(-16px 24px 11px rgba(57, 57, 57, 0.3333333333));
  }
}
#newCard .stateSec__card.cardOpen figure:nth-child(4) {
  animation: card04_o 0.5s ease-in-out forwards;
}
@keyframes card04_o {
  0% {
    transform: rotate(0deg);
    top: 28.8541666667vw;
    left: 27.8645833333vw;
    filter: drop-shadow(-16px 24px 11px rgba(57, 57, 57, 0.3333333333));
  }
  100% {
    transform: rotate(0deg);
    top: 28.8541666667vw;
    left: 27.8645833333vw;
    filter: drop-shadow(-16px 24px 11px rgba(57, 57, 57, 0.3333333333));
  }
}
#newCard .stateSec__tit {
  display: block;
  z-index: 5;
  position: relative;
  font-size: 2.8645833333vw;
  font-weight: 600;
  line-height: 1.6363636364;
  width: 25.78125vw;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  #newCard .stateSec__tit {
    padding-left: 5.3333333333%;
    width: 100%;
    font-size: 8vw;
    line-height: 1.4;
    margin-bottom: 12vw;
  }
}
#newCard .stateSec__txt {
  font-size: 1.3541666667vw;
  font-weight: 400;
  line-height: 1.9230769231;
}
@media screen and (max-width: 768px) {
  #newCard .stateSec__txt {
    padding-left: 5.3333333333vw;
    font-size: 5.3333333333vw;
    line-height: 1.9;
    width: 100%;
  }
}
#newCard .meritSec {
  padding-top: 10.4166666667vw;
}
@media screen and (max-width: 768px) {
  #newCard .meritSec {
    padding-top: 26.6666666667vw;
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
#newCard .meritSec__tit {
  width: 33.28125vw;
  margin: 0 auto 19.53125vw;
}
@media screen and (max-width: 768px) {
  #newCard .meritSec__tit {
    width: 89.3333333333vw;
    margin: 0 auto 86.6666666667vw;
  }
}
#newCard .meritSec__tit h2 {
  width: 100%;
}
#newCard .meritSec__tit p {
  font-size: 1.0416666667vw;
  font-weight: 400;
  text-align: center;
  margin-top: 0.9375vw;
}
@media screen and (max-width: 768px) {
  #newCard .meritSec__tit p {
    font-size: 4.2666666667vw;
    text-align: center;
    line-height: 1.625;
    margin-top: 3.2vw;
  }
}
#newCard .meritSec__content {
  position: relative;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #newCard .meritSec__content {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    align-items: center;
  }
}
#newCard .meritSec__content ol {
  display: flex;
  flex-direction: column;
  row-gap: 13.9583333333vw;
  margin-left: 2.0833333333vw;
  margin-right: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #newCard .meritSec__content ol {
    row-gap: 26.6666666667vw;
    width: 100%;
    margin: 0 auto;
  }
}
#newCard .meritSec__stickyArea {
  position: relative;
  width: 24.7916666667vw;
}
@media screen and (max-width: 768px) {
  #newCard .meritSec__stickyArea {
    width: 55.2vw;
    height: calc(100% + 56vw);
    position: absolute;
    left: 0;
    top: -56vw;
    pointer-events: none;
  }
}
#newCard .meritSec__scrollWrap {
  position: relative;
  width: 0.5208333333vw;
}
#newCard .meritSec__scrollbar {
  position: sticky;
  top: 9.8958333333vw;
  width: 0.5208333333vw;
  height: 19.7916666667vw;
  padding: 0.2604166667vw 0;
  background-color: #FFF;
}
#newCard .meritSec__scrollbar .grabDom {
  cursor: pointer;
  position: relative;
  width: 0.2083333333vw;
  height: 3.125vw;
  background-color: #DCDCDC;
  border-radius: 0.1041666667vw;
  margin: 0 auto;
}
#newCard .meritSec__img {
  width: 100%;
  position: sticky;
  top: 54%;
}
@media screen and (max-width: 768px) {
  #newCard .meritSec__img {
    top: 36vw;
    z-index: 10;
  }
}
#newCard .meritSec__img > .shadow {
  position: relative;
  z-index: 1;
}
#newCard .meritSec__img > .shadow::before {
  display: none;
}
@media screen and (max-width: 768px) {
  #newCard .meritSec__img > .shadow::before {
    display: block;
    content: "";
    position: absolute;
    width: 100vw;
    height: 74.6666666667vw;
    bottom: -8.5333333333vw;
    left: -5.3333333333vw;
    z-index: -2;
    background-color: #F5F5F7;
  }
}
#newCard .meritSec__img > .shadow::after {
  position: absolute;
  display: block;
  content: "";
  width: 18.2291666667vw;
  height: 10.4166666667vw;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  bottom: -2.0833333333vw;
  margin: auto;
  z-index: -1;
  filter: blur(20px);
}
@media screen and (max-width: 768px) {
  #newCard .meritSec__img > .shadow::after {
    width: 49.8666666667vw;
    height: 13.3333333333vw;
    bottom: -5.3333333333vw;
  }
}
#newCard .meritSec__img::before {
  display: block;
}
@media screen and (max-width: 768px) {
  #newCard .meritSec__img ul {
    width: 100%;
  }
}
#newCard .meritSec__img ul li {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease-in-out;
  transition-property: opacity;
  width: 25.9375vw;
}
@media screen and (max-width: 768px) {
  #newCard .meritSec__img ul li {
    width: 89.0666666667vw;
    z-index: 1;
    left: 0;
    bottom: 0;
  }
}
#newCard .meritSec__img ul .visibility {
  pointer-events: initial;
  opacity: 1;
}
#newCard .meritSec__link {
  margin: 0 auto;
  margin-top: 7.4479166667vw;
}
@media screen and (max-width: 768px) {
  #newCard .meritSec__link {
    margin-top: 22.9333333333vw;
  }
  #newCard .meritSec__link.u-sm-mt-40 {
    margin-top: 10.6666666667vw;
  }
}
#newCard .listContent {
  width: 20.5729166667vw;
}
@media screen and (max-width: 768px) {
  #newCard .listContent {
    width: 100%;
  }
}
#newCard .listContent__tit {
  width: 100%;
}
#newCard .listContent__txt {
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.7777777778;
  margin-top: 0.9375vw;
}
@media screen and (max-width: 768px) {
  #newCard .listContent__txt {
    font-size: 3.7333333333vw;
    line-height: 2;
    margin-top: 4.2666666667vw;
  }
}
#newCard .listContent__txt span.u-fs-15 {
  font-size: 0.78125vw;
}
@media screen and (max-width: 768px) {
  #newCard .listContent__txt span.u-fs-15 {
    font-size: inherit;
  }
}
#newCard .listContent__txt .u-blue {
  color: #32B4FA;
}
#newCard .content02 {
  background-image: url(/afl/newcard2402/img/bg_content_11.png);
  background-position: center top;
  background-size: 100vw;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #newCard .content02 {
    background-image: url(/afl/newcard2402/img/bg_content_11-sp.png);
    background-size: contain;
  }
}
#newCard .appealSec {
  padding-top: 7.8125vw;
}
@media screen and (max-width: 768px) {
  #newCard .appealSec {
    padding-top: 0;
  }
}
#newCard .appealSec__colThree {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#newCard .appealSec__colThree li {
  width: 15.625vw;
  position: relative;
  z-index: 1;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  #newCard .appealSec__colThree li:hover dt {
    transform: rotatey(-180deg);
  }
  #newCard .appealSec__colThree li:hover dd {
    transform: rotatey(0deg);
  }
}
#newCard .appealSec__colThree li dl {
  perspective: 44.2708333333vw;
}
#newCard .appealSec__colThree li dt {
  z-index: 3;
}
#newCard .appealSec__colThree li dd {
  transform: rotatey(180deg);
  position: absolute;
  left: 0;
  top: 0;
}
#newCard .appealSec__colThree li dt, #newCard .appealSec__colThree li dd {
  transition: transform 1.2s;
  backface-visibility: hidden;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}
#newCard .appealSec__colThree li dt {
  position: relative;
}
#newCard .appealSec__colThree li dt::after {
  display: block;
  width: 5vw;
  height: 5vw;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(/afl/newcard2402/img/icon_open_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
#newCard .appealSec__colThree li dt p {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.0416666667vw;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
#newCard .appealSec__colThree li dt p span {
  font-size: 1.25vw;
  font-weight: 700;
}
#newCard .appealSec__colThree li dd {
  width: 15.625vw;
  height: 23.1770833333vw;
}
#newCard .appealSec__colThree li dd .content {
  width: 100%;
  height: 100%;
  border: 10px solid #EBD76E;
  background-color: #fff;
  box-sizing: border-box;
}
#newCard .appealSec__colThree li dd .content__tit {
  position: relative;
  text-align: center;
  font-size: 0.7291666667vw;
  font-weight: 500;
  line-height: 1.4;
}
#newCard .appealSec__colThree li dd .content__tit::after {
  content: "";
  display: block;
  width: 11.6145833333vw;
  height: 0.2083333333vw;
  margin: 0 auto;
  margin-top: 1.7708333333vw;
  margin-bottom: 1.3020833333vw;
  background-image: url("/afl/newcard2402/img/parts_line_01-sp.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#newCard .appealSec__colThree li dd .content__tit span {
  font-size: 0.9375vw;
  font-weight: 700;
}
#newCard .appealSec__colThree li dd .content__txt {
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.9444444444;
  width: 11.71875vw;
  margin: 0 auto;
}
#newCard .appealSec__colThree li dd .content.slide01 figure {
  width: 3.8020833333vw;
  margin: 0 auto;
  padding-top: 2.0833333333vw;
  margin-bottom: 0.4166666667vw;
}
#newCard .appealSec__colThree li dd .content.slide02 figure {
  width: 6.3541666667vw;
  margin: 0 auto;
  padding-top: 3.2291666667vw;
  margin-bottom: 0.4166666667vw;
}
#newCard .appealSec__colThree li dd .content.slide03 figure {
  width: 4.53125vw;
  margin: 0 auto;
  padding-top: 3.5416666667vw;
  margin-bottom: 0.3645833333vw;
}
#newCard .appealSec__colThree li dd .content.slide03 .content__txt {
  width: 12.96875vw;
}
#newCard .appealSec__colThree li dd .content.slide04 figure {
  width: 3.0729166667vw;
  margin: 0 auto;
  padding-top: 2.3958333333vw;
  margin-bottom: 0.6770833333vw;
}
#newCard .appealSec__colThree li dd .content.slide04 .content__txt {
  width: 12.03125vw;
}
#newCard .appealSec__colThree li dd .content.slide05 figure {
  width: 4.1145833333vw;
  margin: 0 auto;
  padding-top: 2.9166666667vw;
  margin-bottom: 0.5729166667vw;
}
#newCard .appealSec__colThree li dd .content.slide05 .content__txt {
  width: 12.2395833333vw;
}
#newCard .appealSec__colThree li dd .content.slide06 figure {
  width: 5.8333333333vw;
  margin: 0 auto;
  padding-top: 3.3854166667vw;
  margin-bottom: 0.5208333333vw;
}
#newCard .appealSec__colThree li.item01 dt p {
  top: 11.09375vw;
}
#newCard .appealSec__colThree li.item02 dt p {
  top: 12.3958333333vw;
}
#newCard .appealSec__colThree li.item03 dt p {
  top: 12.96875vw;
}
#newCard .appealSec__colThree li.item04 dt p {
  top: 12.3958333333vw;
}
#newCard .appealSec__colThree li.item05 dt p {
  top: 12.96875vw;
}
#newCard .appealSec__colThree li.item06 dt p {
  top: 12.96875vw;
}
#newCard .appealSec__colTwo {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#newCard .appealSec__colTwo li {
  width: 24.1145833333vw;
}
#newCard .appealSec__colTwo li dd {
  display: none;
}
#newCard .appealSec__tit {
  width: 100%;
  margin-top: 1.875vw;
  margin-bottom: 2.1875vw;
}
#newCard .appealSec__link {
  margin: 100px auto 0;
}
#newCard .appealSec .rotateBox {
  position: relative;
  perspective: 31.25vw;
}
#newCard .appealSec .rotateBox__surface {
  width: 100%;
  backface-visibility: hidden;
  transform-origin: 50% 50% -3.515625vw;
  transition: transform 0.3s;
  position: absolute;
  left: 0;
  top: 0;
}
#newCard .appealSec .rotateBox__front {
  transform: rotateX(0deg);
  position: static;
  animation: rotateAnimeFront 9s infinite ease-in-out;
}
#newCard .appealSec .rotateBox__bottom {
  transform: rotateX(-90deg);
  animation: rotateAnimeBottom 9s infinite ease-in-out;
}
#newCard .appealSec .rotateBox__back {
  transform: rotateX(-180deg);
  animation: rotateAnimeBack 9s infinite ease-in-out;
}
#newCard .appealSec .rotateBox__top {
  transform: rotateX(-270deg);
  animation: rotateAnimeTop 9s infinite ease-in-out;
}
@keyframes rotateAnimeFront {
  0% {
    transform: rotateX(0deg);
  }
  20% {
    transform: rotateX(0deg);
  }
  25% {
    transform: rotateX(-90deg);
  }
  45% {
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-180deg);
  }
  70% {
    transform: rotateX(-180deg);
  }
  75% {
    transform: rotateX(-270deg);
  }
  95% {
    transform: rotateX(-270deg);
  }
  100% {
    transform: rotateX(-360deg);
  }
}
@keyframes rotateAnimeBottom {
  0% {
    transform: rotateX(-90deg);
  }
  20% {
    transform: rotateX(-90deg);
  }
  25% {
    transform: rotateX(-180deg);
  }
  45% {
    transform: rotateX(-180deg);
  }
  50% {
    transform: rotateX(-270deg);
  }
  70% {
    transform: rotateX(-270deg);
  }
  75% {
    transform: rotateX(-360deg);
  }
  95% {
    transform: rotateX(-360deg);
  }
  100% {
    transform: rotateX(-450deg);
  }
}
@keyframes rotateAnimeBack {
  0% {
    transform: rotateX(-180deg);
  }
  20% {
    transform: rotateX(-180deg);
  }
  25% {
    transform: rotateX(-270deg);
  }
  45% {
    transform: rotateX(-270deg);
  }
  50% {
    transform: rotateX(-360deg);
  }
  70% {
    transform: rotateX(-360deg);
  }
  75% {
    transform: rotateX(-450deg);
  }
  95% {
    transform: rotateX(-450deg);
  }
  100% {
    transform: rotateX(-540deg);
  }
}
@keyframes rotateAnimeTop {
  0% {
    transform: rotateX(-270deg);
  }
  20% {
    transform: rotateX(-270deg);
  }
  25% {
    transform: rotateX(-360deg);
  }
  45% {
    transform: rotateX(-360deg);
  }
  50% {
    transform: rotateX(-450deg);
  }
  70% {
    transform: rotateX(-450deg);
  }
  75% {
    transform: rotateX(-540deg);
  }
  95% {
    transform: rotateX(-540deg);
  }
  100% {
    transform: rotateX(-630deg);
  }
}
#newCard .appealSP {
  padding-top: 20vw;
}
#newCard .appealSP__title {
  width: 69.3333333333vw;
  margin: 0 auto;
}
#newCard .appealSP__text {
  text-align: center;
  font-size: 4.2666666667vw;
  font-weight: 400;
  line-height: 1.625;
  margin: 3.2vw 0 8.5333333333vw;
}
#newCard .appealSP__link {
  margin: 7.4666666667vw auto 0;
}
#newCard .appealSP .slideWrap {
  width: 100%;
}
#newCard .appealSP .slideWrap__inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#newCard .appealSP .slideWrap__ul {
  position: relative;
  width: 100%;
  height: 82.4vw;
  margin: 0 auto;
  perspective: 52.0833333333vw;
  transform-style: preserve-3d;
}
@media screen and (max-width: 768px) {
  #newCard .appealSP .slideWrap__ul {
    perspective: 1000px;
  }
}
#newCard .appealSP .slideWrap__ul li {
  position: absolute;
  top: 0;
  left: 50%;
  transition: 0.5s ease-in-out;
  transition-property: transform, scale;
  width: 55.4666666667vw;
  height: 82.4vw;
}
#newCard .appealSP .slideWrap__ul li.-current {
  z-index: 3;
  transform: translate3d(-50%, 0, 0px) rotateY(0deg);
  scale: 1;
}
#newCard .appealSP .slideWrap__ul li.-prev {
  z-index: 2;
  transform: translate3d(-90%, 0, -9.3333333333vw) rotateY(20deg);
  scale: 0.85;
}
#newCard .appealSP .slideWrap__ul li.-next {
  z-index: 2;
  transform: translate3d(-28%, 0, -9.3333333333vw) rotateY(-20deg);
  scale: 0.85;
}
#newCard .appealSP .slideWrap__ul li.-stay {
  z-index: 1;
  transform: translate3d(-50%, 0, -100px) rotate(0deg);
  scale: 1;
}
#newCard .appealSP .slideWrap__ul li .content {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 8px solid #EBD76E;
}
#newCard .appealSP .slideWrap__ul li .content__tit {
  position: relative;
  text-align: center;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.2;
}
#newCard .appealSP .slideWrap__ul li .content__tit::after {
  content: "";
  display: block;
  width: 41.3333333333vw;
  height: 0.8vw;
  margin: 4.8vw auto;
  background-image: url("/afl/newcard2402/img/parts_line_01-sp.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#newCard .appealSP .slideWrap__ul li .content__tit span {
  font-size: 4.8vw;
  font-weight: 700;
}
#newCard .appealSP .slideWrap__ul li .content__txt {
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.6666666667;
  width: 44.8vw;
  margin: 0 auto;
}
#newCard .appealSP .slideWrap__ul li .content.slide01 figure {
  width: 16vw;
  margin: 0 auto;
  margin-top: 9.3333333333vw;
  margin-bottom: 2.1333333333vw;
}
#newCard .appealSP .slideWrap__ul li .content.slide02 figure {
  width: 25.6vw;
  margin: 0 auto;
  margin-top: 8.5333333333vw;
  margin-bottom: 0;
}
#newCard .appealSP .slideWrap__ul li .content.slide03 figure {
  width: 10.9333333333vw;
  margin: 0 auto;
  margin-top: 8.5333333333vw;
  margin-bottom: 2.6666666667vw;
}
#newCard .appealSP .slideWrap__ul li .content.slide04 figure {
  width: 22.4vw;
  margin: 0 auto;
  margin-top: 9.0666666667vw;
  margin-bottom: 1.8666666667vw;
}
#newCard .appealSP .slideWrap__ul li .content.slide05 figure {
  width: 18.4vw;
  margin: 0 auto;
  margin-top: 9.3333333333vw;
  margin-bottom: 0;
}
#newCard .appealSP .slideWrap__ul li .content.slide06 figure {
  width: 16.8vw;
  margin: 0 auto;
  margin-top: 12vw;
  margin-bottom: 1.8666666667vw;
}
#newCard .appealSP .slideWrap__btn {
  position: absolute;
  z-index: 20;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  background-color: initial;
  border: initial;
  padding: 0;
  width: 7.2vw;
}
#newCard .appealSP .slideWrap__btn:first-of-type {
  left: 5.3333333333vw;
}
#newCard .appealSP .slideWrap__btn:last-of-type {
  right: 5.3333333333vw;
}
#newCard .diagnosisSec {
  margin-top: 11.875vw;
  height: 43.0729166667vw;
  width: 100%;
  background-color: #fff;
  position: relative;
  background-image: url(/afl/newcard2402/img/bg_content_12.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100vw;
}
@media screen and (max-width: 768px) {
  #newCard .diagnosisSec {
    height: 140.2666666667vw;
    margin-top: 44.8vw;
    background-image: url(/afl/newcard2402/img/bg_content_12-sp.png);
    background-size: contain;
  }
}
#newCard .diagnosisSec__inner {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 54.84375vw;
  background-color: #FFFFFF;
  inset: 0;
  margin: auto;
  padding-top: 5.3125vw;
}
@media screen and (max-width: 768px) {
  #newCard .diagnosisSec__inner {
    width: 89.3333333333vw;
    height: 189.3333333333vw;
    padding-top: 6.9333333333vw;
    padding-bottom: 7.4666666667vw;
  }
}
#newCard .diagnosisSec__tit h2 {
  width: 35.4166666667vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #newCard .diagnosisSec__tit h2 {
    width: 80vw;
  }
}
#newCard .diagnosisSec__tit p {
  font-size: 1.0416666667vw;
  font-weight: 400;
  text-align: center;
  margin-top: 0.9375vw;
}
@media screen and (max-width: 768px) {
  #newCard .diagnosisSec__tit p {
    font-size: 4.2666666667vw;
    line-height: 1.75;
    text-align: center;
    width: 77.3333333333vw;
    margin: 2.9333333333vw auto 0;
  }
}
#newCard .diagnosisSec__start {
  display: block;
  cursor: pointer;
  background-color: #F5E182;
  border: none;
  width: 23.4375vw;
  border: 3px solid #323232;
  border-radius: 2.0833333333vw;
  margin: 0 auto;
  margin-top: 7.0833333333vw;
  padding: 0.78125vw 0;
  transition: 0.3s ease-in-out;
  transition-property: background-color;
}
@media screen and (max-width: 768px) {
  #newCard .diagnosisSec__start {
    width: 34.6666666667vw;
    height: 34.6666666667vw;
    border-radius: 50%;
    margin: 5.3333333333vw auto 0;
    border: 2px solid #000;
    padding: 0;
  }
}
#newCard .diagnosisSec__start p {
  font-family: "Noto Sans JP", sans-serif, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  line-height: 1;
  font-size: 1.8229166667vw;
  font-weight: 500;
  color: #323232;
  transition: 0.3s ease-in-out;
  transition-property: color;
}
@media screen and (max-width: 768px) {
  #newCard .diagnosisSec__start p {
    text-align: center;
    width: 27.7333333333vw;
    margin: 0 auto;
    font-size: 4.8vw;
    line-height: 1.3333333333;
    padding: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  #newCard .diagnosisSec__start:hover {
    background-color: #323232;
  }
  #newCard .diagnosisSec__start:hover p {
    color: #FFFFFF;
  }
}
#newCard .ruleSec {
  width: 49.4791666667vw;
  margin: 0 auto;
  display: none;
}
@media screen and (max-width: 768px) {
  #newCard .ruleSec {
    width: 89.3333333333vw;
  }
}
#newCard .ruleSec.-current {
  display: block;
}
#newCard .ruleSec__tit {
  position: relative;
  box-sizing: border-box;
  font-size: 1.5625vw;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  width: 15.5208333333vw;
  margin: 0 auto;
  padding-top: 4.8958333333vw;
}
@media screen and (max-width: 768px) {
  #newCard .ruleSec__tit {
    font-size: 4.2666666667vw;
    padding-top: 6.4vw;
    width: 34.6666666667vw;
  }
}
#newCard .ruleSec__tit::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.625vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.1041666667vw;
  background-color: #323232;
}
@media screen and (max-width: 768px) {
  #newCard .ruleSec__tit::before {
    bottom: -3.2vw;
    height: 2px;
  }
}
#newCard .ruleSec__tit::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.1458333333vw;
  left: 50%;
  transform: translateX(-50%);
  width: 8.3333333333vw;
  height: 0.1041666667vw;
  background-color: #323232;
}
@media screen and (max-width: 768px) {
  #newCard .ruleSec__tit::after {
    bottom: -5.3333333333vw;
    width: 13.3333333333vw;
    height: 2px;
  }
}
#newCard .ruleSec__list {
  display: flex;
  width: 44.3229166667vw;
  margin: 0 auto;
  margin-top: 2.3958333333vw;
}
@media screen and (max-width: 768px) {
  #newCard .ruleSec__list {
    margin-top: 6.1333333333vw;
    width: 62.6666666667vw;
    flex-direction: column;
    row-gap: 2.6666666667vw;
  }
}
#newCard .ruleSec__list li {
  position: relative;
}
#newCard .ruleSec__list li::after {
  position: absolute;
  margin: auto;
  display: block;
  content: "";
  right: -4.5833333333vw;
  top: 0;
  bottom: 0;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(/afl/newcard2402/img/parts_rightArrow_01.png);
  background-size: contain;
  width: 2.0833333333vw;
  height: 2.34375vw;
}
@media screen and (max-width: 768px) {
  #newCard .ruleSec__list li::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #newCard .ruleSec__list li {
    display: flex;
    width: 62.6666666667vw;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
  }
  #newCard .ruleSec__list li::before {
    position: absolute;
    display: block;
    content: "";
    width: 4.2666666667vw;
    height: 8.8vw;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #newCard .ruleSec__list li:first-child::before {
    background-image: url(/afl/newcard2402/img/txt_number_01.png);
  }
  #newCard .ruleSec__list li:nth-child(2)::before {
    background-image: url(/afl/newcard2402/img/txt_number_02.png);
  }
  #newCard .ruleSec__list li:last-child::before {
    background-image: url(/afl/newcard2402/img/txt_number_03.png);
  }
}
#newCard .ruleSec__list li p {
  font-size: 0.9375vw;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #newCard .ruleSec__list li p {
    font-size: 3.2vw;
    line-height: 1.5;
    position: relative;
  }
  #newCard .ruleSec__list li p::after {
    display: block;
    content: "";
    bottom: -8.5333333333vw;
    width: 4.8vw;
    height: 5.8666666667vw;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-image: url(/afl/newcard2402/img/parts_bottomArrow_01.png);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#newCard .ruleSec__list li:nth-child(1) {
  width: 10.4166666667vw;
  margin-right: 6.09375vw;
}
@media screen and (max-width: 768px) {
  #newCard .ruleSec__list li:nth-child(1) {
    width: 100%;
    margin-right: initial;
    -moz-column-gap: 3.2vw;
         column-gap: 3.2vw;
  }
}
#newCard .ruleSec__list li:nth-child(1) figure {
  width: 9.3229166667vw;
}
@media screen and (max-width: 768px) {
  #newCard .ruleSec__list li:nth-child(1) figure {
    width: 16.2666666667vw;
  }
}
#newCard .ruleSec__list li:nth-child(1) p {
  margin-top: 1.3020833333vw;
}
@media screen and (max-width: 768px) {
  #newCard .ruleSec__list li:nth-child(1) p {
    margin-top: 0;
  }
}
#newCard .ruleSec__list li:nth-child(2) {
  width: 9.7395833333vw;
  margin-right: 6.71875vw;
}
@media screen and (max-width: 768px) {
  #newCard .ruleSec__list li:nth-child(2) {
    width: 100%;
    margin-right: initial;
    -moz-column-gap: 4.8vw;
         column-gap: 4.8vw;
  }
}
#newCard .ruleSec__list li:nth-child(2) figure {
  width: 8.0208333333vw;
}
@media screen and (max-width: 768px) {
  #newCard .ruleSec__list li:nth-child(2) figure {
    width: 17.3333333333vw;
  }
}
#newCard .ruleSec__list li:nth-child(2) p {
  text-align: right;
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  #newCard .ruleSec__list li:nth-child(2) p {
    margin-top: 0;
  }
}
#newCard .ruleSec__list li:nth-child(3) {
  width: 11.3541666667vw;
}
#newCard .ruleSec__list li:nth-child(3)::after {
  display: none;
}
@media screen and (max-width: 768px) {
  #newCard .ruleSec__list li:nth-child(3) {
    width: 100%;
    -moz-column-gap: 4vw;
         column-gap: 4vw;
  }
}
#newCard .ruleSec__list li:nth-child(3) figure {
  width: 7.96875vw;
}
@media screen and (max-width: 768px) {
  #newCard .ruleSec__list li:nth-child(3) figure {
    width: 14.1333333333vw;
  }
}
#newCard .ruleSec__list li:nth-child(3) p {
  margin-top: 0.7291666667vw;
}
@media screen and (max-width: 768px) {
  #newCard .ruleSec__list li:nth-child(3) p {
    margin-top: 0;
  }
  #newCard .ruleSec__list li:nth-child(3) p::after {
    display: none;
  }
}
#newCard .ruleSec__link {
  z-index: 2;
  margin: 3.6458333333vw auto 0;
  width: 13.0208333333vw;
  height: 4.1666666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 0.7291666667vw;
  border-radius: 0.5208333333vw;
  border: 2px solid #323232;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #newCard .ruleSec__link {
    width: 50.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 2.6666666667vw;
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
    background-color: #EBD76E;
    justify-content: flex-start;
    padding-left: 3.2vw;
  }
}
#newCard .ruleSec__link p {
  z-index: 0;
  text-align: center;
  color: #323232;
}
#newCard .ruleSec__link::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #323232;
  transition: 0.3s ease-in-out;
  transform: translate(101%);
}
@media screen and (max-width: 768px) {
  #newCard .ruleSec__link::before {
    display: none;
  }
}
#newCard .ruleSec__link::after {
  position: absolute;
  display: block;
  content: "";
  width: 0.78125vw;
  height: 0.78125vw;
  right: 0.5208333333vw;
  bottom: 0.5208333333vw;
  background-image: url("../img/parts_arrow_02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #newCard .ruleSec__link::after {
    width: 9.0666666667vw;
    height: 1.6vw;
    right: 2.9333333333vw;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(/afl/newcard2402/img/parts_linkArrow_01.png);
  }
}
@media (hover: hover) and (pointer: fine) {
  #newCard .ruleSec__link:hover {
    border: 2px solid #646464;
  }
  #newCard .ruleSec__link:hover p {
    color: #FFFFFF;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 768px) {
  #newCard .ruleSec__link:hover p {
    color: #323232;
  }
}
@media (hover: hover) and (pointer: fine) {
  #newCard .ruleSec__link:hover::before {
    transform: translate(0%);
  }
  #newCard .ruleSec__link:hover::after {
    background-image: url("../img/parts_arrow_03.svg");
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 768px) {
  #newCard .ruleSec__link:hover::after {
    background-image: url(/afl/newcard2402/img/parts_linkArrow_01.png);
  }
}
#newCard .mileSec {
  padding-top: 14.0104166667vw;
  padding-bottom: 9.375vw;
  margin: 0 auto;
  background-image: url(/afl/newcard2402/img/bg_content_13.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100vw;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec {
    background-image: url(/afl/newcard2402/img/bg_content_13-sp.png);
    background-size: contain;
    padding-top: 56vw;
    padding-bottom: 17.0666666667vw;
  }
}
#newCard .mileSec__inner {
  width: 49.4791666667vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__inner {
    width: 100%;
    min-width: initial;
  }
}
#newCard .mileSec__tit h2 {
  width: 42.2916666667vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__tit h2 {
    width: 72vw;
  }
}
#newCard .mileSec__tit p {
  font-size: 1.0416666667vw;
  font-weight: 400;
  text-align: center;
  margin-top: 0.9375vw;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__tit p {
    font-size: 4.2666666667vw;
  }
}
#newCard .mileSec__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5.46875vw;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__list {
    flex-direction: column;
    width: 89.3333333333vw;
    margin: 16vw auto 0;
    row-gap: 13.3333333333vw;
  }
}
#newCard .mileSec__list dl {
  position: relative;
  width: 23.6979166667vw;
  height: 14.0625vw;
  background-color: #FFFFFF;
  box-shadow: 0px 70px 40px -60px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__list dl {
    width: 100%;
    height: 48vw;
  }
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__list dl.c-mileSec-dl {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 6.6666666667vw 4vw;
  }
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__list dl.c-mileSec-dl02 {
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 12.2666666667vw;
  }
}
#newCard .mileSec__list dl dt {
  width: 15.0520833333vw;
  border-radius: 1.5625vw;
  transform: translateY(-50%);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__list dl dt {
    width: 66.6666666667vw;
    border-radius: 8vw;
  }
}
#newCard .mileSec__list dl dt.u-black {
  background-color: #323232;
}
#newCard .mileSec__list dl dt.u-gold {
  background-color: #AF9132;
}
#newCard .mileSec__list dl dt p {
  text-align: center;
  font-size: 0.9375vw;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.9444444444;
  padding: 0.625vw 0;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__list dl dt p {
    font-size: 4.2666666667vw;
    line-height: 1.25;
    padding: 4.8vw 0;
  }
}
#newCard .mileSec__list dl dt .u-p-4 {
  padding: 0.2083333333vw 0 0.2604166667vw;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__list dl dt .u-sm-p-8 {
    padding: 2.1333333333vw 0;
  }
}
#newCard .mileSec__list dl dt .u-lh-2 {
  line-height: 1.3888888889;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__list dl dt .u-lh-2 {
    line-height: 1.25;
  }
}
#newCard .mileSec__list dl dt .u-lh-2-Toggle {
  line-height: 1.9444444444;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__list dl dt .u-lh-2-Toggle {
    line-height: 1.25;
  }
}
#newCard .mileSec__list .u-w-339 {
  width: 17.65625vw;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__list .u-sm-w-270 {
    width: 72vw;
  }
}
#newCard .mileSec__list .u-w-485 {
  width: 25.2604166667vw;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__list .u-sm-w-318 {
    width: 84.8vw;
  }
}
#newCard .mileSec__list .c-speech {
  position: relative;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__list .c-speech {
    padding-left: 8vw;
  }
  #newCard .mileSec__list .c-speech p {
    letter-spacing: -0.02em;
  }
}
#newCard .mileSec__list .c-speech::after {
  display: block;
  content: "";
  width: 3.28125vw;
  height: 3.0208333333vw;
  position: absolute;
  left: -2.0833333333vw;
  top: -0.5208333333vw;
  background-image: url(/afl/newcard2402/img/txt_speech_01.png);
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__list .c-speech::after {
    background-image: url(/afl/newcard2402/img/txt_speech_01-sp.png);
    width: 16.8vw;
    height: 15.4666666667vw;
    left: -1.3333333333vw;
    top: -2.9333333333vw;
  }
}
#newCard .mileSec__list .u-w-full {
  width: 100%;
}
#newCard .mileSec__list .u-h-384 {
  height: 20vw;
}
#newCard .mileSec .u-mt-62 {
  margin-top: 3.2291666667vw;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec .u-sm-mt-55 {
    margin-top: 14.6666666667vw;
  }
}
#newCard .mileSec__list:nth-child(2) dl:first-child dd {
  margin: 0 auto;
}
#newCard .mileSec__list:nth-child(2) dl:first-child .mileSec__img {
  margin: 0 auto;
  padding-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__list:nth-child(2) dl:first-child .mileSec__img {
    width: 66.1333333333vw;
    padding-top: 1.8666666667vw;
  }
}
#newCard .mileSec__list:nth-child(2) dl:last-child dt p {
  font-size: 0.9375vw;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__list:nth-child(2) dl:last-child dt p {
    font-size: 4.2666666667vw;
  }
}
#newCard .mileSec__list:nth-child(2) dl:last-child dd {
  width: 19.53125vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__list:nth-child(2) dl:last-child dd {
    width: 100%;
  }
}
#newCard .mileSec__list:nth-child(2) dl:last-child dd p {
  font-size: 0.625vw;
  line-height: 1.6666666667;
  text-indent: -1em;
  font-weight: 400;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__list:nth-child(2) dl:last-child dd p {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}
#newCard .mileSec__list:nth-child(2) dl:last-child .mileSec__img {
  margin: 0 auto 0.5208333333vw;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__list:nth-child(2) dl:last-child .mileSec__img {
    width: 66.6666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
}
#newCard .mileSec__list:nth-child(3) dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 45.3125vw;
  margin: 0 auto;
  row-gap: 2.1875vw;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__list:nth-child(3) dd {
    flex-direction: column;
    row-gap: 2.6666666667vw;
    width: 100%;
  }
}
#newCard .mileSec__list:nth-child(3) dd p {
  width: 22.5520833333vw;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__list:nth-child(3) dd p {
    width: 75.4666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.2857142857;
    text-align: center;
  }
}
#newCard .mileSec__list:nth-child(3) dd a {
  display: block;
  margin: 0 auto;
  width: 13.0208333333vw;
  height: 3.125vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 0.7291666667vw;
  border-radius: 0.5208333333vw;
  border: 2px solid #323232;
  font-weight: 700;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__list:nth-child(3) dd a {
    width: 58.6666666667vw;
    height: 16vw;
    border-radius: 2.6666666667vw;
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
    border: 2px solid #323232;
  }
}
#newCard .mileSec__list:nth-child(3) dd a p {
  z-index: 0;
  text-align: center;
  color: #323232;
}
#newCard .mileSec__list:nth-child(3) dd a::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #323232;
  transition: 0.3s ease-in-out;
  transform: translate(101%);
}
#newCard .mileSec__list:nth-child(3) dd a::after {
  position: absolute;
  display: block;
  content: "";
  width: 0.78125vw;
  height: 0.78125vw;
  right: 0.5208333333vw;
  bottom: 0.5208333333vw;
  background-image: url("../img/parts_arrow_02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__list:nth-child(3) dd a::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 2.1333333333vw;
    bottom: 2.1333333333vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  #newCard .mileSec__list:nth-child(3) dd a:hover p {
    color: #FFFFFF;
  }
  #newCard .mileSec__list:nth-child(3) dd a:hover::before {
    transform: translate(0%);
  }
  #newCard .mileSec__list:nth-child(3) dd a:hover::after {
    background-image: url("../img/parts_arrow_03.svg");
  }
}
#newCard .mileSec__img {
  width: 16.6145833333vw;
}
#newCard .mileSec .u-w-401 {
  width: 20.8854166667vw;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec .u-sm-w-237 {
    width: 63.2vw;
  }
}
#newCard .mileSec__about {
  width: 100%;
  box-shadow: 0px 70px 40px -60px rgba(0, 0, 0, 0.2);
  margin-top: 2.7083333333vw;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__about {
    width: 89.3333333333vw;
    margin: 10.6666666667vw auto 0;
  }
}
#newCard .mileSec__about p {
  font-size: 0.8333333333vw;
  font-weight: 400;
  text-align: center;
  line-height: 2.1875;
  background-color: #FAF0C3;
  padding: 0.9375vw 0;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__about p {
    font-size: 3.2vw;
    padding: 5.8666666667vw 5.3333333333vw 5.3333333333vw;
    line-height: 1.6666666667;
  }
}
#newCard .mileSec__about ul {
  display: flex;
  -moz-column-gap: 1.1458333333vw;
       column-gap: 1.1458333333vw;
  box-sizing: border-box;
  align-items: flex-end;
  background-color: #FFFFFF;
  width: 100%;
  padding-top: 2.2916666667vw;
  padding-bottom: 4.0625vw;
  padding-left: 2.65625vw;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__about ul {
    flex-direction: column;
    align-items: center;
    row-gap: 4vw;
    padding: 4.5333333333vw 4vw 8.5333333333vw;
  }
}
#newCard .mileSec__about ul li:first-child {
  width: 19.4791666667vw;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__about ul li:first-child {
    width: 81.0666666667vw;
  }
}
#newCard .mileSec__about ul li:nth-child(2) {
  width: 2.0833333333vw;
  padding-bottom: 3.125vw;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__about ul li:nth-child(2) {
    width: 9.0666666667vw;
    padding-bottom: 0;
  }
}
#newCard .mileSec__about ul li:last-child {
  width: 22.7604166667vw;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__about ul li:last-child {
    width: 78.4vw;
  }
}
#newCard .mileSec__linkWrap {
  margin: 3.8541666667vw auto 0;
  width: 22.5vw;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__linkWrap {
    width: -moz-fit-content;
    width: fit-content;
    margin: 10.6666666667vw auto 0;
  }
}
#newCard .mileSec__linkWrap p {
  font-size: 1.25vw;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.9375vw;
}
@media screen and (max-width: 768px) {
  #newCard .mileSec__linkWrap p {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
    line-height: 1.3888888889;
  }
}
#newCard .sel01 {
  background: rgb(250, 255, 255);
  background: linear-gradient(135deg, rgb(250, 255, 255) 0%, rgb(215, 225, 230) 100%);
  padding-bottom: 11.4583333333vw;
}
@media screen and (max-width: 768px) {
  #newCard .sel01 {
    background: linear-gradient(135deg, #faffff 0%, #d7e1e6 100%);
  }
}
#newCard .sel01 .c-classTxt {
  font-size: 0.9375vw;
  font-weight: 500;
  color: #91B4C8;
}
@media screen and (max-width: 768px) {
  #newCard .sel01 .c-classTxt {
    font-size: 3.2vw;
  }
}
#newCard .sel01 .c-classTxt + p {
  font-feature-settings: "palt";
}
#newCard .sel02 {
  background: rgb(255, 250, 240);
  background: linear-gradient(135deg, rgb(255, 250, 240) 0%, rgb(235, 225, 180) 100%);
  padding-bottom: 11.4583333333vw;
}
@media screen and (max-width: 768px) {
  #newCard .sel02 {
    background: linear-gradient(135deg, #fffaf0 0%, #ebe1b4 100%);
  }
}
#newCard .sel02 .c-classTxt {
  font-size: 0.9375vw;
  font-weight: 500;
  color: #DCBE82;
}
@media screen and (max-width: 768px) {
  #newCard .sel02 .c-classTxt {
    font-size: 3.2vw;
  }
}
#newCard .sel03 {
  background: rgb(250, 250, 230);
  background: linear-gradient(135deg, rgb(250, 250, 230) 0%, rgb(245, 245, 200) 100%);
  padding-bottom: 11.4583333333vw;
}
@media screen and (max-width: 768px) {
  #newCard .sel03 {
    background: linear-gradient(135deg, #fafae6 0%, #f5f5c8 100%);
  }
}
#newCard .sel03 .c-classTxt {
  font-size: 0.9375vw;
  font-weight: 500;
  color: #DCBE82;
}
@media screen and (max-width: 768px) {
  #newCard .sel03 .c-classTxt {
    font-size: 3.2vw;
  }
}
#newCard .sel04 {
  background: rgb(245, 245, 245);
  background: linear-gradient(135deg, rgb(245, 245, 245) 0%, rgb(230, 230, 230) 100%);
  padding-bottom: 11.4583333333vw;
}
@media screen and (max-width: 768px) {
  #newCard .sel04 {
    background: linear-gradient(135deg, #f5f5f5 0%, #e6e6e6 100%);
  }
}
#newCard .sel04 .c-classTxt {
  font-size: 0.9375vw;
  font-weight: 500;
  color: #C8C8C8;
}
@media screen and (max-width: 768px) {
  #newCard .sel04 .c-classTxt {
    font-size: 3.2vw;
  }
}
#newCard .cardBg {
  background-image: url(/afl/newcard2402/img/bg_content_14.png);
  background-position: top center;
  background-size: 100vw;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #newCard .cardBg {
    background-image: url(/afl/newcard2402/img/bg_content_14-sp.png);
    background-size: 100% auto;
  }
}
#newCard .cardSec {
  padding-top: 6.4583333333vw;
  max-width: 49.4791666667vw;
}
@media screen and (max-width: 768px) {
  #newCard .cardSec {
    max-width: initial;
    width: 100%;
    padding-top: 25.8666666667vw;
  }
}
#newCard .cardSec__tit h2 {
  width: 30.0520833333vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #newCard .cardSec__tit h2 {
    width: 81.6vw;
  }
}
#newCard .cardSec__tit p {
  font-size: 1.0416666667vw;
  font-weight: 400;
  text-align: center;
  margin-top: 0.9375vw;
}
@media screen and (max-width: 768px) {
  #newCard .cardSec__tit p {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}
#newCard .cardSec__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5.2083333333vw;
  margin-bottom: 3.75vw;
}
@media screen and (max-width: 768px) {
  #newCard .cardSec__btn {
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
    width: 89.3333333333vw;
    margin: 0 auto;
    margin-top: 17.3333333333vw;
    margin-bottom: 0;
  }
}
#newCard .cardSec__btn li {
  display: flex;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  width: 11.9791666667vw;
  height: 5.7291666667vw;
  border: 2px solid #323232;
  border-radius: 0.5208333333vw;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  #newCard .cardSec__btn li {
    width: 42.6666666667vw;
    height: 16vw;
    border-radius: 1.3333333333vw;
    border: 2px solid #323232;
  }
}
#newCard .cardSec__btn li p {
  display: block;
  width: 100%;
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 1.1666666667;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #newCard .cardSec__btn li p {
    font-size: 3.2vw;
  }
}
#newCard .cardSec__btn li.-current {
  pointer-events: none;
  border: none;
}
#newCard .cardSec__btn li.-current p {
  color: #FFFFFF;
}
#newCard .cardSec__btn li.-current:nth-child(1) {
  background-color: #323232;
}
#newCard .cardSec__btn li.-current:nth-child(2) {
  background-color: #9B720F;
}
#newCard .cardSec__btn li.-current:nth-child(3) {
  background-color: #AF9132;
}
#newCard .cardSec__btn li.-current:nth-child(4) {
  background-color: #828282;
}
#newCard .cardSec__linkWrap {
  display: flex;
  margin: 6.5625vw auto 0;
  width: 47.3958333333vw;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #newCard .cardSec__linkWrap {
    align-items: center;
    flex-direction: column;
    row-gap: 16vw;
    width: 74.1333333333vw;
    margin: 0 auto;
    margin-top: 17.3333333333vw;
  }
}
#newCard .cardSec__link {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
}
#newCard .cardSec__lastItem {
  position: relative;
}
@media screen and (max-width: 768px) {
  #newCard .cardSec__lastItem {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#newCard .cardSec__lastItem::before {
  position: absolute;
  top: -2.8645833333vw;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: "";
  width: 18.0208333333vw;
  height: 1.9270833333vw;
  background-image: url(/afl/newcard2402/img/txt_btn_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 768px) {
  #newCard .cardSec__lastItem::before {
    top: -9.0666666667vw;
    width: 65.6vw;
    height: 6.9333333333vw;
  }
}
#newCard .cardSec__lastItem p {
  text-align: center;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 1.5625;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #newCard .cardSec__lastItem p {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
    letter-spacing: -0.01em;
  }
}
#newCard .cardSec .u-bc-01 {
  border-color: #F0C800;
}
#newCard .cardSec .u-bc-02 {
  border-color: #AAAAAA;
}
#newCard .cardSec .u-bg-01 {
  background-color: #F5E182;
}
#newCard .cardSec .u-bg-02 {
  background-color: #323232;
}
#newCard .cardSec .u-c-white {
  color: #fff;
}
#newCard .cardSec__rule {
  margin: 3.125vw auto 0;
}
@media screen and (max-width: 768px) {
  #newCard .cardSec__rule {
    margin: 0 auto;
    margin-top: 10.6666666667vw;
  }
}
#newCard .cardSec__rule a {
  color: #323232;
  font-size: 0.8333333333vw;
  font-weight: 400;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #newCard .cardSec__rule a {
    font-size: 3.7333333333vw;
  }
}
#newCard .cardSec__rule a span:first-child {
  text-decoration: underline;
}
#newCard .cardSec__rule a span:last-child {
  display: inline-block;
  width: 0.3125vw;
}
#newCard .cardSec__bnr {
  width: 100%;
  display: block;
  margin-top: 5.7291666667vw;
}
@media screen and (max-width: 768px) {
  #newCard .cardSec__bnr {
    width: 89.3333333333vw;
    margin: 0 auto;
    margin-top: 14.6666666667vw;
  }
}
#newCard .cardWrap {
  width: 100%;
  display: none;
  padding-bottom: 4.4270833333vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #newCard .cardWrap {
    padding-bottom: 10.6666666667vw;
  }
}
#newCard .cardWrap.-current {
  display: block;
}
#newCard .cardWrap__head {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  padding-right: 1.1458333333vw;
}
@media screen and (max-width: 768px) {
  #newCard .cardWrap__head {
    flex-direction: column;
    width: 89.3333333333vw;
    padding-right: 0;
    margin: 0 auto;
  }
}
#newCard .cardWrap__img {
  width: 19.6875vw;
}
@media screen and (max-width: 768px) {
  #newCard .cardWrap__img {
    width: 64.5333333333vw;
    margin: 0 auto;
  }
}
#newCard .cardWrap__txt {
  padding-top: 0.5208333333vw;
}
@media screen and (max-width: 768px) {
  #newCard .cardWrap__txt {
    padding-top: 8.8vw;
    margin-bottom: 16vw;
  }
}
#newCard .cardWrap__txt p {
  display: block;
}
#newCard .cardWrap__txt p:first-child {
  font-size: 1.25vw;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #newCard .cardWrap__txt p:first-child {
    font-size: 4.2666666667vw;
  }
}
#newCard .cardWrap__txt p:first-child::after {
  content: "";
  display: block;
  width: 5.2083333333vw;
  height: 0.15625vw;
  background-color: #323232;
  border-radius: 0.0520833333vw;
  margin-top: 0.9895833333vw;
  margin-bottom: 0.6770833333vw;
}
@media screen and (max-width: 768px) {
  #newCard .cardWrap__txt p:first-child::after {
    width: 16vw;
    height: 0.8vw;
    margin-top: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
#newCard .cardWrap__txt p:last-child {
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 1.7333333333;
  margin-top: 0.8333333333vw;
}
@media screen and (max-width: 768px) {
  #newCard .cardWrap__txt p:last-child {
    font-size: 5.3333333333vw;
    margin-top: 2.1333333333vw;
  }
}
#newCard .cardWrap__point {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 14.0625vw;
  background-color: #FFFFFF;
  border-radius: 0 0 1.5625vw 1.5625vw;
  padding-top: 3.9583333333vw;
  margin-top: 4.4270833333vw;
}
@media screen and (max-width: 768px) {
  #newCard .cardWrap__point {
    width: 89.3333333333vw;
    height: 38.6666666667vw;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
    padding-top: 9.6vw;
    margin: 0 auto;
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #newCard .cardWrap__point.u-platinum-point {
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 6.6666666667vw;
  }
}
#newCard .cardWrap__point dt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  background-color: #F0C800;
  width: 12.1354166667vw;
  border-radius: 0 0 1.0416666667vw 1.0416666667vw;
  padding: 0.4166666667vw 0;
}
@media screen and (max-width: 768px) {
  #newCard .cardWrap__point dt {
    width: 24vw;
    border-radius: 0 0 1.3333333333vw 1.3333333333vw;
  }
}
#newCard .cardWrap__point dt p {
  text-align: center;
  font-size: 1.3541666667vw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #newCard .cardWrap__point dt p {
    font-size: 3.2vw;
  }
}
#newCard .cardWrap__point dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 49.4791666667vw;
  height: 0.2604166667vw;
  background-color: #F0C800;
}
@media screen and (max-width: 768px) {
  #newCard .cardWrap__point dt::before {
    width: 89.3333333333vw;
    height: 0.8vw;
  }
}
#newCard .cardWrap__point dd {
  display: flex;
  justify-content: center;
}
#newCard .cardWrap__point dd ul {
  display: flex;
  flex-direction: column;
  row-gap: 0.7291666667vw;
}
@media screen and (max-width: 768px) {
  #newCard .cardWrap__point dd ul {
    row-gap: 1.8666666667vw;
  }
}
#newCard .cardWrap__point dd ul li {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.0416666667vw;
       column-gap: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #newCard .cardWrap__point dd ul li {
    -moz-column-gap: 1.8666666667vw;
         column-gap: 1.8666666667vw;
  }
}
#newCard .cardWrap__point dd ul li.u-ai-n {
  align-items: normal;
}
@media screen and (max-width: 768px) {
  #newCard .cardWrap__point dd ul li.u-ai-n::before {
    transform: translateY(0.8vw);
  }
}
#newCard .cardWrap__point dd ul li p {
  font-size: 1.25vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #newCard .cardWrap__point dd ul li p {
    font-size: 3.2vw;
  }
}
#newCard .cardWrap__point dd ul li p span {
  font-size: 0.9375vw;
}
@media screen and (max-width: 768px) {
  #newCard .cardWrap__point dd ul li p span {
    font-size: 2.6666666667vw;
  }
}
#newCard .cardWrap__point dd ul li p.-bold {
  font-weight: 600;
}
#newCard .cardWrap__point dd ul li::before {
  content: "";
  display: block;
  width: 1.8229166667vw;
  height: 1.8229166667vw;
  background-image: url("../img/parts_point_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #newCard .cardWrap__point dd ul li::before {
    width: 3.2vw;
    height: 3.2vw;
  }
}
#newCard .cardWrap__price {
  text-align: center;
  font-size: 2.5vw;
  font-weight: 700;
  margin-top: 2.5vw;
}
@media screen and (max-width: 768px) {
  #newCard .cardWrap__price {
    font-size: 8.5333333333vw;
    margin-top: 8.5333333333vw;
  }
}
#newCard .cardWrap__price span {
  font-size: 1.8229166667vw;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #newCard .cardWrap__price span {
    font-size: 5.3333333333vw;
  }
}
#newCard .cardWrap__caution {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-left: 1em;
  text-indent: -1em;
  box-sizing: border-box;
  font-size: 0.9375vw;
}
@media screen and (max-width: 768px) {
  #newCard .cardWrap__caution {
    font-size: 2.6666666667vw;
  }
}
#newCard .cardWrap__caution.u-w-680 {
  width: 35.9375vw;
}
@media screen and (max-width: 768px) {
  #newCard .cardWrap__caution.u-w-680 {
    width: 76.8vw;
  }
}
#newCard .cardWrap__caution.u-w-500 {
  width: 26.0416666667vw;
}
@media screen and (max-width: 768px) {
  #newCard .cardWrap__caution.u-w-500 {
    width: 74.1333333333vw;
  }
}
#newCard .specialSec {
  width: 100%;
}
#newCard .specialSec__tit {
  width: 33.3854166667vw;
  margin: 11.4583333333vw auto 2.3958333333vw;
}
@media screen and (max-width: 768px) {
  #newCard .specialSec__tit {
    width: 75.2vw;
    margin: 20.5333333333vw auto 8.8vw;
  }
}
#newCard .specialSec__movie {
  cursor: pointer;
  width: 100%;
}
#newCard .specialSec__movie iframe {
  width: 49.4791666667vw;
  height: 28.3333333333vw;
}
@media screen and (max-width: 768px) {
  #newCard .specialSec__movie iframe {
    width: 89.3333333333vw;
    height: 50.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #newCard .specialSec__movie {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
#newCard .quizWrap {
  position: relative;
  width: 49.4791666667vw;
  margin: 0 auto;
  margin-top: 2.8645833333vw;
  background: linear-gradient(180deg, rgba(245, 240, 235, 0) 0%, rgba(255, 255, 255, 0.1) 20%);
  display: none;
}
@media screen and (max-width: 768px) {
  #newCard .quizWrap {
    width: 81.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
#newCard .quizWrap.-current {
  display: block;
}
#newCard .quizWrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.78125vw;
  background-color: rgba(250, 245, 235, 0.5);
}
@media screen and (max-width: 768px) {
  #newCard .quizWrap::after {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(245, 240, 235, 0.5) 80%, rgba(245, 240, 235, 0.5) 100%);
    height: 16vw;
  }
}
#newCard .quizWrap__tit {
  font-size: 2.0833333333vw;
  font-weight: 400;
  text-align: center;
  margin-bottom: 3.28125vw;
  padding-top: 2.9166666667vw;
}
@media screen and (max-width: 768px) {
  #newCard .quizWrap__tit {
    font-size: 4.8vw;
    padding-top: 8vw;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
  }
}
#newCard .quizWrap__answer {
  display: flex;
}
@media screen and (max-width: 768px) {
  #newCard .quizWrap__answer {
    flex-direction: column;
  }
}
#newCard .quizWrap__answer li {
  width: 24.7395833333vw;
}
@media screen and (max-width: 768px) {
  #newCard .quizWrap__answer li {
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #newCard .quizWrap__answer li figure {
    width: 67.2vw;
    height: 51.2vw;
  }
}
@media screen and (max-width: 768px) {
  #newCard .quizWrap__answer li:first-child {
    padding-top: 16vw;
    padding-right: 15.2vw;
  }
}
@media screen and (max-width: 768px) {
  #newCard .quizWrap__answer li:first-child figure {
    position: absolute;
    left: -4vw;
    top: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #newCard .quizWrap__answer li:first-child button {
    margin-left: auto;
  }
}
#newCard .quizWrap__answer li:first-child button.u-frontDis {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #newCard .quizWrap__answer li:last-child {
    padding-top: 6.1333333333vw;
    padding-left: 6.4vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #newCard .quizWrap__answer li:last-child figure {
    position: absolute;
    right: -4vw;
    bottom: -9.0666666667vw;
  }
}
#newCard .quizWrap__answer li button {
  pointer-events: initial;
  display: block;
  cursor: pointer;
  background-color: #FFFFFF;
  border: 2px solid #323232;
  border-radius: 2.0833333333vw;
  width: 11.4583333333vw;
  height: 3.125vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #newCard .quizWrap__answer li button {
    width: 36.2666666667vw;
    height: 36.2666666667vw;
    border-radius: 50%;
    padding: 0;
    margin: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  #newCard .quizWrap__answer li button:hover {
    background-color: #F5E182;
    border: 2px solid #F0C800;
  }
}
#newCard .quizWrap__answer li button p {
  font-family: "Noto Sans JP", sans-serif, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  font-size: 0.9375vw;
  font-weight: 500;
  color: #323232;
}
@media screen and (max-width: 768px) {
  #newCard .quizWrap__answer li button p {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #newCard .quizWrap.quiz04 .quizWrap__answer {
    margin-top: -6.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #newCard .quizWrap.quiz05 .quizWrap__answer li:first-child, #newCard .quizWrap.quiz06 .quizWrap__answer li:first-child, #newCard .quizWrap.quiz07 .quizWrap__answer li:first-child {
    padding-top: 8.8vw;
    padding-left: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #newCard .quizWrap.quiz05 .quizWrap__answer li:first-child figure, #newCard .quizWrap.quiz06 .quizWrap__answer li:first-child figure, #newCard .quizWrap.quiz07 .quizWrap__answer li:first-child figure {
    left: initial;
    right: -5.3333333333vw;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #newCard .quizWrap.quiz05 .quizWrap__answer li:first-child button, #newCard .quizWrap.quiz06 .quizWrap__answer li:first-child button, #newCard .quizWrap.quiz07 .quizWrap__answer li:first-child button {
    margin-left: initial;
  }
}
@media screen and (max-width: 768px) {
  #newCard .quizWrap.quiz05 .quizWrap__answer li:last-child, #newCard .quizWrap.quiz06 .quizWrap__answer li:last-child, #newCard .quizWrap.quiz07 .quizWrap__answer li:last-child {
    padding-top: 6.6666666667vw;
    padding-left: initial;
    padding-right: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  #newCard .quizWrap.quiz05 .quizWrap__answer li:last-child figure, #newCard .quizWrap.quiz06 .quizWrap__answer li:last-child figure, #newCard .quizWrap.quiz07 .quizWrap__answer li:last-child figure {
    left: -5.3333333333vw;
    right: initial;
    bottom: -9.0666666667vw;
  }
}
#newCard .quizWrap.quiz05 .quizWrap__answer li:last-child button, #newCard .quizWrap.quiz06 .quizWrap__answer li:last-child button, #newCard .quizWrap.quiz07 .quizWrap__answer li:last-child button {
  margin-left: auto;
}
#newCard .resWrap {
  position: relative;
  width: 49.4791666667vw;
  margin: 0 auto;
  margin-top: 3.3854166667vw;
  display: none;
}
@media screen and (max-width: 768px) {
  #newCard .resWrap {
    width: 100%;
    margin-top: 6.4vw;
  }
}
#newCard .resWrap.-current {
  display: block;
}
#newCard .resWrap__tit p:first-child {
  width: 21.9791666667vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #newCard .resWrap__tit p:first-child {
    width: 65.8666666667vw;
  }
}
#newCard .resWrap__tit p:last-child {
  font-size: 2.2395833333vw;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #newCard .resWrap__tit p:last-child {
    font-size: 5.3333333333vw;
  }
}
#newCard .resWrap__content {
  position: relative;
  width: 49.4791666667vw;
  margin: 0 auto;
  margin-top: 2.4479166667vw;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #newCard .resWrap__content {
    width: 100%;
    margin-top: 3.2vw;
  }
}
#newCard .resWrap__content figure {
  width: 23.75vw;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #newCard .resWrap__content figure {
    width: 80vw;
    margin: 0 auto;
    order: -1;
  }
}
#newCard .resWrap__txt {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  background-color: #FAFAFA;
  width: 24.21875vw;
  height: 13.1770833333vw;
  padding: 0.625vw 0.9375vw;
}
@media screen and (max-width: 768px) {
  #newCard .resWrap__txt {
    margin-top: 0;
    padding: 3.7333333333vw 4.5333333333vw 3.7333333333vw 2.9333333333vw;
    width: 80vw;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
  }
}
#newCard .resWrap__txt.-large {
  height: 14.2708333333vw;
}
@media screen and (max-width: 768px) {
  #newCard .resWrap__txt.-large {
    height: -moz-fit-content;
    height: fit-content;
  }
}
#newCard .resWrap__txt.-large dl {
  height: 12.96875vw;
}
@media screen and (max-width: 768px) {
  #newCard .resWrap__txt.-large dl {
    height: -moz-fit-content;
    height: fit-content;
  }
}
#newCard .resWrap__txt dl {
  height: 11.9270833333vw;
  position: relative;
  box-sizing: border-box;
  padding-top: 0.5208333333vw;
  padding-left: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  #newCard .resWrap__txt dl {
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 0;
    padding-left: 5.3333333333vw;
  }
}
#newCard .resWrap__txt dl dt {
  font-size: 1.3020833333vw;
  font-weight: 400;
  line-height: 1.52;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  #newCard .resWrap__txt dl dt {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}
#newCard .resWrap__txt dl dd {
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.7777777778;
  margin-top: 0.4166666667vw;
}
@media screen and (max-width: 768px) {
  #newCard .resWrap__txt dl dd {
    font-size: 3.2vw;
    line-height: 1.8333333333;
    margin-top: 3.7333333333vw;
  }
}
#newCard .resWrap__txt dl::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.2604166667vw;
  height: 100%;
  background-color: #DCDCDC;
}
@media screen and (max-width: 768px) {
  #newCard .resWrap__txt dl::after {
    width: 0.8vw;
    border-radius: 0.0520833333vw;
  }
}
#newCard .resWrap__txt dl::before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0.78125vw;
  width: 0.1041666667vw;
  height: 100%;
  background-color: #DCDCDC;
}
@media screen and (max-width: 768px) {
  #newCard .resWrap__txt dl::before {
    width: 0.2666666667vw;
    max-width: 0.1041666667vw;
    border-radius: 0.0520833333vw;
    left: 1.6vw;
  }
}
#newCard .resWrap__link {
  position: relative;
  margin: 2.7083333333vw auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
  border: 2px solid #323232;
  border-radius: 0.5208333333vw;
  width: 13.0208333333vw;
  height: 4.1666666667vw;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #newCard .resWrap__link {
    width: 42.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 2.6666666667vw;
    margin: 2.6666666667vw 4.8vw 0 auto;
    justify-content: flex-start;
    padding-left: 9.3333333333vw;
    background-color: #EBD76E;
    background-image: url(/afl/newcard2402/img/parts_linkArrow_01.png);
    background-size: 9.6vw 1.8666666667vw;
    background-repeat: no-repeat;
    background-position: center right 5.3333333333vw;
  }
}
#newCard .resWrap__link p {
  position: relative;
  z-index: 2;
  font-size: 0.7291666667vw;
  font-weight: 700;
  color: #323232;
}
@media screen and (max-width: 768px) {
  #newCard .resWrap__link p {
    font-size: 3.2vw;
  }
}
#newCard .resWrap__link::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #323232;
  transition: 0.3s ease-in-out;
  transform: translate(101%);
}
@media screen and (max-width: 768px) {
  #newCard .resWrap__link::before {
    display: none;
  }
}
#newCard .resWrap__link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0.5208333333vw;
  right: 0.5208333333vw;
  width: 0.78125vw;
  height: 0.78125vw;
  background-image: url("../img/parts_arrow_02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #newCard .resWrap__link::after {
    display: none;
    right: 2.1333333333vw;
    bottom: 2.1333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  #newCard .resWrap__link:hover {
    border: 2px solid #646464;
  }
  #newCard .resWrap__link:hover p {
    color: #FFFFFF;
  }
  #newCard .resWrap__link:hover::before {
    transform: translate(0%);
  }
  #newCard .resWrap__link:hover::after {
    background-image: url("../img/parts_arrow_03.svg");
  }
}
#newCard .resWrap__back {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 2px solid #323232;
  border-radius: 0.5208333333vw;
  background-color: transparent;
  width: 7.8125vw;
  height: 2.6041666667vw;
  padding: 0;
}
#newCard .resWrap__back.c-center {
  bottom: 0.3125vw;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #newCard .resWrap__back.c-center {
    bottom: -16vw;
  }
}
@media screen and (max-width: 768px) {
  #newCard .resWrap__back.u-sm-w-120 {
    width: 32vw;
  }
}
@media screen and (max-width: 768px) {
  #newCard .resWrap__back {
    width: 37.3333333333vw;
    height: 10.6666666667vw;
    margin-left: 4.8vw;
    background-color: #FFFAF6;
    border-radius: 2.6666666667vw;
  }
}
#newCard .resWrap__back::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0.625vw;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  transform-origin: transform;
  width: 1.09375vw;
  height: 0.2083333333vw;
  background-image: url("/afl/newcard2402/img/parts_arrow_04.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  #newCard .resWrap__back::before {
    width: 5.8666666667vw;
    height: 1.0666666667vw;
    background-size: contain;
    left: 2.1333333333vw;
  }
}
#newCard .resWrap__back::after {
  content: "";
  position: absolute;
  z-index: 1;
  transform: translateX(101%);
  transition: 0.2s ease-in-out;
  transform-origin: transform;
  width: 100%;
  height: 100%;
  background-color: #FFEB96;
}
#newCard .resWrap__back p {
  position: relative;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  font-size: 0.7291666667vw;
  line-height: 1;
  font-weight: 700;
  color: #323232;
  transform: translateX(0.2604166667vw);
}
@media screen and (max-width: 768px) {
  #newCard .resWrap__back p {
    transform: translateX(1.3333333333vw);
    font-size: 3.2vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  #newCard .resWrap__back:hover::before {
    left: 0.4166666667vw;
  }
  #newCard .resWrap__back:hover::after {
    transform: translateX(0%);
  }
}
#newCard .gNaviSec {
  transition: opacity 0.2s;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  width: 49.4791666667vw;
  height: 4.1666666667vw;
  border-radius: 0px 0px 1.5625vw 1.5625vw;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  #newCard .gNaviSec {
    display: none;
  }
}
#newCard .gNaviSec ul {
  display: flex;
  width: 42.1875vw;
  align-items: center;
  justify-content: space-between;
}
#newCard .gNaviSec ul li a {
  text-decoration: none;
  padding: 0.4166666667vw;
  color: #323232;
  text-decoration: none;
  line-height: 1.6111111111;
  font-weight: 500;
  position: relative;
  font-size: 0.9375vw;
}
@media (hover: hover) and (pointer: fine) {
  #newCard .gNaviSec ul li a:hover::before {
    width: 100%;
  }
}
#newCard .gNaviSec ul li a::before {
  transition: width 0.3s;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #F0C800;
  height: 0.2604166667vw;
  width: 0;
}
#newCard .navActive {
  opacity: 1;
  pointer-events: initial;
}
#newCard .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101;
}
#newCard .modal__movie {
  position: relative;
  z-index: 10;
}
#newCard .modal__movie iframe {
  width: 49.4791666667vw;
  height: 27.7604166667vw;
}
@media screen and (max-width: 768px) {
  #newCard .modal__movie iframe {
    width: 89.3333333333vw;
    height: 50.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #newCard .modal__movie {
    width: 89.3333333333vw;
  }
}
#newCard .modal__active {
  opacity: 1;
  pointer-events: initial;
}
#newCard .modal__close {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#newCard .fixBtnWrap__fixBtn {
  opacity: 0;
  pointer-events: none;
  display: block;
  width: 11.6666666667vw;
  height: 11.6666666667vw;
  border-radius: 50%;
  background-color: #F0C800;
  border: 3px solid #DC0A0A;
  position: fixed;
  bottom: -5.8333333333vw;
  right: 1.0416666667vw;
  overflow: hidden;
  z-index: 100;
  transition: 0.3s;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 768px) {
  #newCard .fixBtnWrap__fixBtn {
    display: none;
  }
}
#newCard .fixBtnWrap__fixBtn.navActive {
  opacity: 1;
  pointer-events: initial;
}
@media (hover: hover) and (pointer: fine) {
  #newCard .fixBtnWrap__fixBtn:hover {
    border: 3px solid #B99B5A;
  }
  #newCard .fixBtnWrap__fixBtn:hover::before {
    top: -14.0625vw;
    left: -14.0625vw;
  }
  #newCard .fixBtnWrap__fixBtn:hover picture:first-child {
    opacity: 1;
  }
  #newCard .fixBtnWrap__fixBtn:hover picture:last-child {
    opacity: 0;
  }
}
#newCard .fixBtnWrap__fixBtn::before {
  transform: rotate(130deg);
  transition: 0.3s;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  pointer-events: none;
  top: 0;
  background-color: #F03232;
  content: "";
}
#newCard .fixBtnWrap__fixBtn picture {
  pointer-events: none;
  position: absolute;
  width: 9.0625vw;
  left: 0;
  right: 0;
  top: 0.4166666667vw;
  margin: auto;
  transition: 0.3s;
}
#newCard .fixBtnWrap__fixBtn picture:first-child {
  opacity: 0;
}
#newCard .fixBtnWrap__fixBtn picture:last-child {
  opacity: 1;
}
#newCard .fixBtnWrap__fixBtn--sp {
  transform: translate3d(0, 0, 14vw);
  display: none;
}
@media screen and (max-width: 768px) {
  #newCard .fixBtnWrap__fixBtn--sp {
    display: block;
    width: 55.4666666667vw;
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.3s;
    z-index: 100;
    pointer-events: none;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
  }
  #newCard .fixBtnWrap__fixBtn--sp.navActive {
    opacity: 1;
    pointer-events: initial;
  }
}
#newCard .cardSlide {
  width: 100%;
  margin-bottom: 14.4vw;
}
#newCard .cardSlide__inner {
  position: relative;
  width: 89.3333333333vw;
  height: 41.8666666667vw;
  margin: 0 auto;
  perspective: 52.0833333333vw;
  transform-style: preserve-3d;
}
@media screen and (max-width: 768px) {
  #newCard .cardSlide__inner {
    perspective: 1000px;
  }
}
#newCard .cardSlide__item {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transition: 1s ease-in-out;
  transition-property: transform, scale;
  width: 66.1333333333vw;
}
#newCard .cardSlide__item.-current {
  z-index: 3;
  transform: translate3d(-50%, 0, 0px) rotateY(0deg);
  scale: 1;
}
#newCard .cardSlide__item.-prev {
  z-index: 2;
  transform: translate3d(-100%, 0, -13.3333333333vw) rotateY(45deg);
  scale: 0.85;
}
#newCard .cardSlide__item.-next {
  z-index: 2;
  transform: translate3d(-18%, 0, -13.3333333333vw) rotateY(-45deg);
  scale: 0.85;
}
#newCard .cardSlide__item.-stay {
  z-index: 1;
  transform: translate3d(-50%, 0, -26.6666666667vw) rotate(0deg);
  scale: 1;
}
#newCard .hamburgerMenu {
  display: none;
}
@media screen and (max-width: 768px) {
  #newCard .hamburgerMenu {
    opacity: 0;
    pointer-events: none;
    display: block;
    z-index: 110;
    position: fixed;
    left: 0;
    top: 50px;
    width: 100vw;
    max-width: 100%;
    height: calc(100vh - 50px);
    overflow: auto;
    background-color: #FFFAF6;
    padding: 0 5.3333333333vw 10.6666666667vw;
    transition: 0.2s ease-in-out;
    transition-property: opacity;
  }
  #newCard .hamburgerMenu.active {
    opacity: 1;
    pointer-events: initial;
  }
}
#newCard .hamburgerMenu__inner {
  width: 100%;
}
#newCard .hamburgerMenu__inner ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#newCard .hamburgerMenu__inner li {
  border-bottom: 3px solid #E6E6E6;
  width: 100%;
}
#newCard .hamburgerMenu__inner li a {
  display: block;
  width: 100%;
  padding: 5.0666666667vw 0 6.1333333333vw 5.8666666667vw;
  text-decoration: none;
  color: #323232;
  height: 100%;
  font-size: 5.3333333333vw;
  font-weight: 500;
  position: relative;
}
#newCard .hamburgerMenu__inner li a::before {
  position: absolute;
  display: block;
  content: "";
  width: 2.6666666667vw;
  height: 4vw;
  background-image: url(/afl/newcard2402/img/icon_menu_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#newCard .hamburgerMenu__site {
  width: 63.2vw;
  margin: 9.6vw auto 0;
}
#newCard .hamburgerMenu__txt {
  font-size: 3.7333333333vw;
  font-weight: 500;
  padding-left: 3.7333333333vw;
  position: relative;
  margin-bottom: 1.6vw;
}
#newCard .hamburgerMenu__txt::before {
  position: absolute;
  display: block;
  content: "";
  width: 2.6666666667vw;
  height: 4vw;
  background-image: url(/afl/newcard2402/img/icon_menu_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}