@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@100;400;700&display=swap');

/* common-css */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

input::placeholder {
    color: #ccc;
}

input::-ms-input-placeholder {
    color: #ccc;
}

input:-ms-input-placeholder {
    color: #ccc;
}

:root {
    --base-color: #242424;
    --base-font: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

    --roboto: "Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

    --pink: #E74994;
    --body-color: #fff;
    --red: #DE0000;

    --wrap: 1200px;
    --padding: 160px;
    --space: calc((100vw - var(--wrap))/2);
    --minus-space: calc(-1 * var(--space));
    --gradient: linear-gradient(to right, #eee 0%, rgba(238, 238, 238, 0) 100%);

    --fz18px: 18px;
}

#body-wrap {
    min-width: 1100px;
    overflow-x: hidden;
}

body {
    -webkit-text-size-adjust: 100%;
    line-height: 1.8;
    color: var(--base-color);
    position: relative;
    background: var(--body-color) url(/cashless/credit-card/img/credit/body-bg.svg) repeat center -20px / 2575px;
    font-weight: 500;
    letter-spacing: 0.04em;
    font-family: var(--base-font);
}

body.home .wrap,
.wrap {
    width: 100%;
    max-width: var(--wrap);
    margin: 0 auto;
}

a {
    transition: .2s;
    text-decoration: none;
}

a:hover {
    opacity: .6;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.ps-re {
    position: relative;
    z-index: 0;
}

.ps-ab {
    position: absolute;
}

.padding-top {
    padding-top: var(--padding);
}

.padding-bottom {
    padding-bottom: var(--padding);
}

.padding-tb {
    padding: var(--padding) 0;
}

br.s-up {
    display: none;
}


/* HEADER */
#header {
    position: fixed;
    padding: 20px 20px 0;
    z-index: 999;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.header-logo {
    padding-top: 7px;
    padding-left: 20px;
}

.header-menu {
    position: absolute;
    transform: translateX(-50%);
    top: 30px;
    left: 50%;
}

.header-menu__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.header-menu__list li a {
    font-weight: bold;
}

@media screen and (min-width: 992px) {
    .header-menu__list li a:hover {
        color: var(--red);
        text-decoration: underline;
        opacity: 1;
    }
}

.header-menu__apply {
    padding: 10px 37px;
    border: 1px solid var(--red);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    margin-top: 20px;
}

.header-menu__apply li,
.header-menu__apply li a {
    font-size: 14px;
}

.header-menu__apply li a {
    color: var(--red);
    font-weight: bold;
}

.header-menu__apply li:nth-of-type(2) {
    padding: 0 30px;
    margin: 0 30px;
    border-right: 1px solid var(--red);
    border-left: 1px solid var(--red);
}

.header-link {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.header-link__item {
    width: 160px;
    max-width: 100%;
}

.header-link__item a {
    display: block;
    border-radius: 8px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}

.header-link__item:nth-of-type(1) a {
    background: linear-gradient(#de0000 0%, #ff76a5 100%);
}

.nav-toggle-wrap {
    display: none;
}

#drawer {
    display: none;
}


/* FOOTER */
#footer {
    background: linear-gradient(#de0000 0%, #ff76a5 100%);
    padding: 150px 0 20px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    margin-top: 320px;
    position: relative;
    z-index: 0;
}

.footer-illust {
    position: absolute;
    top: -120px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 1;
}

.footer-bg {
    z-index: -1;
    position: absolute;
    transform: translateX(-50%);
    top: -60px;
    left: calc(50% - 60px);
}

.footer-text {
    text-align: center;
    font-size: 40px;
    margin-bottom: 60px;
    font-weight: bold;
    color: #fff;
}

.footer-card {
    position: relative;
}

.footer-text-slider-wrap {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: var(--minus-space);
    width: 100vw;
}

.footer-text-slider__item {
    font-size: 130px;
    font-weight: 100;
    font-family: var(--roboto);
    color: #fff;
    line-height: 1;
}

.footer-card {
    text-align: center;
    margin-bottom: 30px;
}

.footer-card__box {
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
}

.footer-card__box-shadow {
    mix-blend-mode: multiply;
    width: 87.6%;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    z-index: -1;
}

.footer-top-apply__btn {
    text-align: center;
}

.footer-tel {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 65px;
    padding: 20px 0;
    border: 1px solid #fff;
    border-radius: 10px;
}

.footer-tel__ttl {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.footer-tel__tel {
    border-left: 1px solid #fff;
    padding: 15px 0 10px 60px;
}

.footer-tel__tel-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 10px;
}

.footer-tel__tel-box dt {
    width: 100px;
    text-align: center;
    max-width: 100%;
    color: var(--red);
    background-color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 30px;
    position: relative;
    top: 5px;
}

.footer-tel__tel-box dd a {
    color: #fff;
    font-size: 40px;
    font-family: var(--roboto);
    font-weight: bold;
    line-height: 1;
    display: inline-block;
}

.footer-tel__tel-box dd a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
    top: -3px;
}

.footer-tel__tel-box dd span {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
}

.footer-bottom {
    margin-top: 50px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom__copy {
    font-size: 10px;
    font-family: var(--roboto);
    font-weight: normal;
    letter-spacing: 0;
}

.footer-bottom ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.footer-bottom ul li,
.footer-bottom ul li a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}

.footer-bottom ul li a {
    display: inline-block;
    text-decoration: underline;
}

/* PAGETOP */
.e_topbtn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 8000;
}
.e_topbtn a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: #888888;
    border-radius: 50%;
    -webkit-box-shadow: 0px -2px 5px 0px rgba(100, 83, 89, 0.4);
    box-shadow: 0px -2px 5px 0px rgba(100, 83, 89, 0.4);
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #FFF;
}

.e_topbtn a:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 40px;
    height: 40px;
    background: url("/cashless/credit-card/img/credit/arw_under_wh.svg") no-repeat center center / 100% auto;
}

.e_topbtn .e_icon_arw_under {
    display: none;
}

@media only screen and (min-width: 1025px) {
    .e_topbtn a {
        -webkit-transition: background .3s ease-in-out;
        -o-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }

    .e_topbtn a:hover {
        background: rgba(136, 136, 136, 0.75);
    }
}


/* BG SLIDER */
#bg-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
}

.bg-slider__textWrap {
    position: absolute;
    top: 0;
    height: 100vh;
    overflow: hidden;
}

.bg-slider__textWrap.right {
    right: 0;
}

.bg-slider__textWrap.left {
    left: 0;
}

.bg-slider__text-item {
    white-space: nowrap;
    writing-mode: vertical-rl;
    margin-bottom: 20px;
    font-size: 130px;
    font-family: var(--roboto);
    font-weight: 100;
    color: #FFE6EE;
    line-height: 1;
    letter-spacing: 0;
}

.bg-slider__text:not(.rtl) {
    animation: infinity-scroll-top 30s infinite linear 0.5s both;
}

.bg-slider__text.rtl {
    animation: infinity-scroll-bottom 30s infinite linear 0.5s both;
}

@keyframes infinity-scroll-top {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

@keyframes infinity-scroll-bottom {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

/* INDEX */
.mv {
    height: 100svh;
    overflow: hidden;
    background: url(/cashless/credit-card/img/credit/mv-bg.svg) no-repeat center center / 687px;
}

.mv .wrap,
.mv-ttl {
    height: 100%;
}

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

.mv-illust {
    position: absolute;
    z-index: -1;
    transform: translateY(-50%);
    top: 50%;
}

.mv-illust.left {
    left: -320px;
}

.mv-illust.right {
    right: -320px;
}

.scroll-animation {
    height: 600svh;
    overflow: hidden;
}

.scroll-animation_content {
    width: 530px;
    height: 530px;
    margin: 0 auto;
    position: relative;
    background: url(/cashless/credit-card/img/credit/anim-bg.svg) no-repeat center center / contain;
}

.scroll-animation_phase1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 140px;
    gap: 20px;
}

.scroll-animation_text {
    margin-top: -90px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.scroll-animation__innerWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: relative;
}

.scroll-animation_cards {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 1;
    opacity: 0;
}

.scroll-animation_card {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 450px;
    filter: drop-shadow(20px 20px 10px rgba(0, 0, 0, 0.1));
}

.scroll-animation_card:nth-of-type(1) {
    z-index: 1;
}

.scroll-animation-sp {
    display: none;
}

.scroll-animation_phase2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 1;
    max-width: 1200px;
    width: 1200px;
}

.scroll-animation_phase2-text {
    opacity: 0;
}

.scroll-animation_final {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 760px;
    max-width: 760px;
}

.scroll-animation_final img {
    transform: scale(0.8);
    opacity: 0;
}

.scroll-anim__confetti {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.credit-intro-sec {
    padding-bottom: 100px;
    text-align: center;
    background: url(/cashless/credit-card/img/credit/intro-bg.svg) no-repeat center top / 534px;
}

.credit-intro-sec__ttl img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.credit-intro-sec__ttl {
    font-size: 70px;
    font-weight: 900;
    margin-bottom: 40px;
}

.credit-merit-ttlWrap {
    text-align: center;
    margin-bottom: 70px;
}

.credit-merit-ttl {
    position: relative;
    display: inline-block;
}

.credit-merit-ttl__illust {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.credit-merit-ttl__illust-item.left {
    position: relative;
    transform: translateX(-100%);
    left: -20px;
}

.credit-merit-ttl__illust-item.right {
    position: relative;
    transform: translateX(100%);
    right: -20px;
}

.credit-radius-sec {
    padding: 92px 0 80px;
    position: relative;
    z-index: 0;
}

.credit-radius-sec::before {
    content: "";
    position: absolute;
    top: 0;
    width: calc(100% - 9.375vw);
    height: 100%;
    background: linear-gradient(#ffe6ee 0%, #fff 100%);
    z-index: -2;
}

.credit-radius-sec::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.illust-position-left::before {
    border-radius: 0px 200px 200px 0px;
    left: 0;
}

.illust-position-right::before {
    border-radius: 200px 0px 0px 200px;
    right: 0;
}

.credit-choose-sec::after {
    background: url(/cashless/credit-card/img/credit/reason-bg-illust.svg) no-repeat top left / 460px;
}

.credit-choose-sec__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.credit-choose-sec__grid-item {
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.credit-choose-sec__grid-item__card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.credit-choose-sec__grid-item__card-name {
    font-weight: bold;
    font-size: 20px;
}

.credit-choose-sec__grid-item__text {
    margin-bottom: 20px;
    text-align: left;
    min-height: 58px;
    line-height: 1.375;
}

.credit-choose-sec__grid-item__btn a {
    display: block;
    line-height: 45px;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    background: linear-gradient(#de0000 0%, #ff76a5 100%);
}

.credit-radius-sec__text {
    margin: 40px 0 70px;
    text-align: center;
    font-size: 20px;
}

.credit-radius-sec__btn {
    text-align: center;
}

.credit-radius-sec__btn a {
    display: inline-block;
    padding: 25px 30px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid var(--red);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 480px;
    max-width: 100%;
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.184;
}

.credit-radius-sec__btn a img {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    right: 20px;
    top: -10px;
}

.credit-radius-sec__btn a small {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.21;
    display: block;
    color: var(--red);
    margin-bottom: 6px;
}

.credit-benefit-sec::after {
    background: url(/cashless/credit-card/img/credit/benefit-bg-illust.svg) no-repeat top right / 460px;
}

.credit-radius-sec+.credit-radius-sec {
    margin-top: 100px;
}

.credit-benefit__sec-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.credit-benefit__sec-grid.col4 {
    grid-template-columns: repeat(4, 1fr);
}

.credit-benefit__sec-grid__item {
    position: relative;
    text-align: center;
    padding-bottom: 10px;
}

.credit-benefit__sec-grid__item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 40px);
    background-color: #fff;
    z-index: -1;
    box-shadow: 0 0 20px rgb(0 0 0 / .1);
    border-radius: 20px;
}

.credit-benefit__sec-grid__item-num {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 20px;
}

.credit-benefit__sec-grid__item-illust {
    margin-bottom: 20px;
}

.credit-benefit__sec-grid__item-ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    color: var(--red);
    line-height: 1.5;
}

.credit-benefit__sec-grid__item-text {
    font-size: 14px;
    font-weight: bold;
}

.credit-benefit__sec-grid__item-text small {
    font-size: 12px;
    line-height: 1.6;
    display: inline-block;
}

.credit-point-sec::after {
    background: url(/cashless/credit-card/img/credit/point-bg-illust.svg) no-repeat top left / 460px;
}

.credit-exchange-sec::after {
    background: url(/cashless/credit-card/img/credit/exchange-bg-illust.svg) no-repeat top right / 460px;
}

.credit-exchange-sec .credit-benefit__sec-grid__item-ttl {
    height: 60px;
}

.credit-benefit__sec-grid__item-brand {
    margin: 10px 0 20px;
}

.credit-lineup-sec .credit-choose-sec__grid {
    margin-bottom: 50px;
}

.credit-faq-sec {
    padding-top: 100px;
}

.credit-faq-sec__ttl {
    margin-bottom: 80px;
    text-align: center;
}

.credit-faq-sec__content-box {
    padding: 0 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-bottom: 20px;
}

.credit-faq-sec__content-box:last-child {
    margin-bottom: 0;
}

.credit-faq-sec__content-q,
.credit-faq-sec__content-a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
}

.credit-faq-sec__content-q__icon,
.credit-faq-sec__content-a__icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-family: var(--roboto);
    font-size: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.credit-faq-sec__content-q__icon {
    background: linear-gradient(#de0000 0%, #ff76a5 100%);
    color: #fff;
}

.credit-faq-sec__content-a__icon {
    background-color: #fff;
    border: 1px solid var(--red);
    color: var(--red);
}

.credit-faq-sec__content-q__ttl,
.credit-faq-sec__content-a__text {
    width: calc(100% - 60px);
}

.credit-faq-sec__content-q__ttl {
    font-size: 18px;
    font-weight: bold;
    padding: 0 50px 0 20px;
    letter-spacing: 0;
}

.credit-faq-sec__content-a {
    border-top: 2px solid #EBEBEB;
    align-items: flex-start;
}

.credit-faq-sec__content-a__text {
    padding-top: 15px;
    padding-left: 20px;
}

.credit-faq-sec__content-a__text a {
    color: var(--red);
    text-decoration: underline;
}

.credit-faq-sec__content-q {
    position: relative;
    cursor: pointer;
}

.credit-faq-sec__content-q::before {
    content: "";
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    background: url(/cashless/credit-card/img/credit/faq-arrow.svg) no-repeat center center / contain;
    transition: .3s;
}

.credit-faq-sec__content-q.active::before {
    transform: translateY(-50%) rotate(180deg);
}

.credit-faq-sec__other {
    margin-top: 80px;
    border: 1px solid #A2A2A2;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
    background-color: #fff;
}

.credit-faq-sec__other-ttl {
    width: 100%;
    max-width: 340px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: var(--red);
}

.credit-faq-sec__other-item {
    width: 100%;
    max-width: calc(100% - 340px);
    border-left: 1px solid #A2A2A2;
    line-height: 1.5;
    font-size: 18px;
    padding: 10px 0 10px 40px;
}

.credit-faq-sec__other-item a {
    color: var(--red);
    text-decoration: underline;
}

.credit-corporate-card img {
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.08));
}