@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}


/*
Base style
*/
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,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
button,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-style: normal;
    box-sizing: border-box
}

html,
body {
    min-height: 100vh
}

html {
    font-size: 62.5%;
    overflow-y: scroll
}

body {
    font-family: "Zen Maru Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-weight: 400;
    font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
    line-height: 1.8;
    letter-spacing: .05em;
    color: #5d5d5d;
    word-break: break-all;
    background-color: #f9f9f9;
    font-size: 2.4rem
}

@media screen and (max-width: 740px) {
    body {
        font-size: 3.2432432432vw
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

li {
    list-style: none
}

b,
em,
strong {
    font-weight: bold
}

strong {
    color: #ef3870
}

hr {
    border: none
}

a,
button {
    cursor: pointer;
    border: none;
    transition: .3s all ease
}

a {
    color: #5d5d5d;
    text-decoration: none
}

button {
    color: #5d5d5d;
    background: none
}

input,
select,
button,
textarea {
    font-family: "Zen Maru Gothic", sans-serif
}

input,
textarea {
    display: block;
    border: none
}

input::placeholder,
textarea::placeholder {
    color: #a2a2a2
}

select {
    -webkit-appearance: none
}

table {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    transition: .3s all ease;
    display: block
}

@keyframes animate {
    0% {
        transform: scale(0.92)
    }

    40% {
        transform: scale(0.97)
    }

    60% {
        transform: scale(0.86)
    }

    80% {
        transform: scale(1)
    }

    100% {
        transform: scale(0.92)
    }
}

@keyframes btnAnime {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.06, 0.94, 1)
    }

    40% {
        transform: scale3d(0.94, 1.06, 1)
    }

    50% {
        transform: scale3d(1.04, 0.96, 1)
    }

    65% {
        transform: scale3d(0.96, 1.04, 1)
    }

    75% {
        transform: scale3d(1.02, 0.98, 1)
    }

    to {
        transform: scaleX(1)
    }
}


/*
Custom Style
*/
.l-wrapper {
    max-width: 740px;
    min-height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    box-shadow: 0 -10px 20px rgba(139, 142, 144, .2);
    background: #fff
}

@media screen and (max-width: 740px) {
    .l-wrapper {
        max-width: 100vw;
        box-shadow: 0 -1.3513513514vw 2.7027027027vw rgba(139, 142, 144, .2)
    }
}

.l-header {
    width: 100%;
    height: 101px;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    background: #ffffff
}

@media screen and (max-width: 740px) {
    .l-header {
        height: 13.64864865vw;
        padding: 0;
    }
}

.l-footer {
    /* padding: 0 40px */
    padding: 0;
}

@media screen and (max-width: 740px) {
    .l-footer {
        /* padding: 0 5.4054054054vw */
        padding: 0;
    }
}

.m-footerNav {
    padding: 30px 0;
    text-align: center
}

.m-footerNav__list li {
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: .06em
}

.m-footerNav__list li a {
    padding: 30px 20px;
    display: block;
    color: #202020
}

.m-footerNav__list li[data-view=false] {
    display: none
}

.m-footerCopy {
    padding: 30px 0;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: .05em;
    text-align: center;
    display: block;
    background-color: #0e3198;
    color: #fff;
}

@media screen and (max-width: 740px) {
    .m-footerNav {
        padding: 4.0540540541vw 0
    }

    .m-footerNav__list li {
        font-size: 2.972972973vw
    }

    .m-footerNav__list li a {
        padding: 4.0540540541vw 2.7027027027vw
    }

    .m-footerCopy {
        padding: 5.1351351351vw 0;
        font-size: 2.1621621622vw;
        border-top-width: .2702702703vw
    }
}

.m-cv {
    padding: 30px 20px;
    display: flex;
    justify-content: center;
}

.m-cv[data-type="a"] {
    background-color: #0e3198
}

.m-cv[data-type="b"] {
    background-color: #316cf3
}

.m-cv[data-type="c"] {
    background-color: #bfe0ff
}

.m-cv[data-type="d"] {
    background-color: #fff;
    padding: 0 20px 30px;
}

.m-cv[data-type="e"] {
    background-color: #fff
}

@media screen and (max-width: 740px) {
    .m-cv {
        padding: 1.35135135vw 2.7027027vw 5.40540541vw
    }
}

.target {
    margin: 0 auto;
    width: 700px;
    padding-bottom: 20px;
}

@media screen and (max-width: 740px) {
    .target {
        width: calc(700 / 740 * 100vw);
        padding-bottom: calc(20 / 740 * 100vw);
    }
}

.m-worry {
    background-color: #316cf3;
}

.m-voice {
    background-color: #cce6ff;
}

.m-sticky {
    width: 740px;
    margin: 0 0 0 -370px;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 10;
    overflow: hidden;
    background: #ffffff;
}

.m-sticky__inner {
    width: 100%;
    /* padding: 10px 20px; */
}

@media screen and (max-width: 740px) {
    .m-sticky {
        width: 100vw;
        margin: 0 0 0 -50vw
    }

    .m-sticky__inner {
        /* padding: 1.35135135vw 2.7027027vw; */
    }
}

.m-cvBtn {
    width: 100%;
    /* background-color: #f5f5f5; */
    /* animation-name: btnAnime;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite */
}

.l-content-header {
    text-align: center;
    color: #0E3197;
    background-color: #FFF963;
}

.l-content-header-txt {
    font-size: 2.9rem;
    font-weight: bolder;
}

@media screen and (max-width: 740px) {
    .l-content-header-txt {
        font-size: 3.91891892vw;
    }
}

.m-modal {
    width: calc(100% - 40px);
    height: 100%;
    padding: 0 20px;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    box-sizing: content-box
}

.m-modal.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 100
}

.m-modalContent {
    width: 400px;
    position: relative;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, .3) 4px 4px 30px
}

.m-modalClose {
    width: 38px;
    height: 38px;
    position: absolute;
    top: -20px;
    right: 0px;
    background: url(https://sugupay.jp/assets/img/icn_close.png);
    background-size: 38px 38px;
}


.m-modalBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    background: rgba(0, 0, 0, .7)
}

#pop {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, .7);
    display: flex;
    justify-content: center;
    /* 横方向中央 */
    align-items: center;
    /* 縦方向中央 */
    display: none;
}

.pop-close {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    right: 50%;
    background: url(https://sugupay.jp/assets/img/icn_close.png) no-repeat center center;
    background-size: contain;
    transform: translate(259px, -399px);
}

@media screen and (max-width: 740px) {
    .pop-content {
        width: 70vw;
    }

    .pop-close {
        width: 5.13513514vw;
        height: 5.13513514vw;
        transform: translate(35vw, -53.91891892vw);
    }
}

.warning-banner {
    background-image: url('https://sugupay.jp/assets/img/warning-background.jpg');
    /* 背景画像 */
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    padding: 15px 0 10px 0;
    gap: 20px;
}

.warning-text {
    border-bottom: 2px solid white;
}

.icon {
    width: 43px;
    /* サイズは調整可 */
    height: auto;
}

@media screen and (max-width: 740px) {
    .warning-banner {
        font-size: 3.78378378vw;
        letter-spacing: 0.13513514vw;
        padding: 2.02702703vw 0 1.35135135vw 0;
        gap: 2.7027027vw;
    }

    .warning-text {
        border-bottom: 0.27027027vw;
    }

    .icon {
        width: 5.81081081vw;
    }
}

/* tiktokのみ */
.m-footer-info {
    font-size: 1.8rem;
    text-align: center;
    color: #222;
    display: block;
    background-color: #EBF1FD;
    padding: 20px 0;
}

@media screen and (max-width: 740px) {
    .m-footer-info {
        font-size: 2.43243243vw;
        padding: 2.7027027vw 0;
    }
}

.m-faq {
    padding: 40px;
}

/* 全体リスト */
.m-faqList {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* 各項目 */
.m-faq__item {
    margin-bottom: 40px;
    border-radius: 12px;
    overflow: hidden;
}

/* 質問部分（ボタン） */
.m-faqList__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 20px;
    background-color: #C2A43E;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 1.7;
    border: none;
    position: relative;
    text-align: left;
}

/* Qアイコン */
.m-faqList__head span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border-radius: 50%;
    background-color: #113b92;
    color: #fff;
    font-weight: bold;
    font-size: 44px;
    flex-shrink: 0;
}

/* 矢印アイコン */
.m-faqList__head::after {
    content: "";
    display: inline-block;
    top: 50%;
    right: 30px;
    border-style: solid;
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-top: 12px solid #fff;
    border-bottom: 0;
    transition: transform 0.3s;
    margin-left: auto;
}

.m-faqList__head.is-active::after {
    transform: rotate(180deg)
}

/* 開いているとき（上向き矢印） */
.m-faq__item.is-active .m-faqList__head::after {
    transform: rotate(135deg);
}

/* 吹き出し風の突起 */
.m-faqList__head::before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #C2A43E;
}

/* 回答部分 */
.m-faqList__body {
    padding: 20px;
    background-color: #FCF9F2;
    font-size: 24px;
    line-height: 1.7;
    color: #333;
    display: none;
}

/* 開いているとき */
.m-faq__item.is-active .m-faqList__body {
    display: block;
}

@media screen and (max-width: 740px) {
    .m-faq {
        padding: 5.41vw;
        /* 40px */
    }

    .m-faq__item {
        margin-bottom: 5.41vw;
        /* 40px */
        border-radius: 1.62vw;
        /* 12px */
    }

    .m-faqList__head {
        padding: 2.16vw 2.70vw;
        /* 16px 20px */
        font-size: 3.78vw;
        /* 28px */
    }

    .m-faqList__head span {
        width: 10.81vw;
        /* 80px */
        height: 10.81vw;
        /* 80px */
        margin-right: 2.70vw;
        /* 20px */
        font-size: 5.95vw;
        /* 44px */
    }

    .m-faqList__head::after {
        right: 4.05vw;
        /* 30px */
        border-right: 1.62vw solid transparent;
        /* 12px */
        border-left: 1.62vw solid transparent;
        /* 12px */
        border-top: 1.62vw solid #fff;
        /* 12px */
    }

    .m-faqList__head::before {
        bottom: -1.62vw;
        /* -12px */
        border-left: 2.70vw solid transparent;
        /* 20px */
        border-right: 2.70vw solid transparent;
        /* 20px */
        border-top: 2.70vw solid #C2A43E;
        /* 20px */
    }

    .m-faqList__body {
        padding: 2.70vw;
        /* 20px */
        font-size: 3.24vw;
        /* 24px */
    }
}


.m-case {
    background-color: #fffdc8;
}

.case-scroll-container {
    padding: 0 40px;
    display: flex;
    /* 子要素を横並びにする */
    overflow-x: scroll;
    /* 横方向にはみ出したらスクロールさせる */
    white-space: nowrap;
    /* 子要素のテキストが折り返さないようにする */
    gap: 40px;
    scrollbar-width: none;
}

.case-item {
    flex: 0 0 495px;
}

.case-item img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 740px) {
    .case-scroll-container {
        padding: 0 5.40540541vw;
        gap: 5.40540541vw;
    }

    .case-item {
        flex: 0 0 66.89189189vw;
    }
}