body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

footer,
header,
section {
    display: block;
}

body {
    line-height: 1;
}

main {
    background-color: #f5f5f5;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html *,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

button {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

li {
    list-style-type: none;
}

p {
    margin: 0;
    padding: 0;
}

a,
a:visited,
a:hover {
    text-decoration: none;
    color: inherit;
}

.b-text,
.number {
    color: #ff4d67;
}

@font-face {
    font-family: "SF-NotoSansCJKjp";
    src:
        url("../fonts/SF-NotoSansCJKjp-DemiLight.otf") format("otf"),
        url("../fonts/SF-NotoSansCJKjp-DemiLight.otf") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "SF-NotoSansCJKjp";
    src:
        url("../fonts/SF-NotoSansCJKjp-Bold.otf") format("otf"),
        url("../fonts/SF-NotoSansCJKjp-Bold.otf") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "RobotoCondensed";
    src:
        url("../fonts/RobotoCondensed-Regular.woff") format("ttf"),
        url("../fonts/RobotoCondensed-Regular.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

html {
    height: 100%;
    font-size: 62.5%;
}

body {
    font-family: "SF-NotoSansCJKjp", "RobotoCondensed", "Arial", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN",
        "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", "sans-serif";
    font-weight: 400;
    height: 100%;
    padding: 0;
    margin: 0;
    color: #424242;
    font-size: 16px;
}

p,
dl,
ul,
ol {
    line-height: 1.6;
}

p {
    margin-bottom: 0;
}

p:last-child {
    margin-bottom: 0;
}

.is-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .is-sp {
        display: block;
    }
}

.is-pc {
    display: block;
}

@media screen and (max-width: 768px) {
    .is-pc {
        display: none;
    }
}

@media (max-width: 980px) and (min-width: 480px) {
    .is-tab {
        display: none;
    }
}

.l-header {
    width: 100%;
}

.l-header__inner {
    width: 100%;
    max-width: 1280px;
    padding: 16px 40px;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
    .l-header__inner {
        padding: 16px;
    }
}

.l-header__inner .logo > a > figure > img {
    width: 332px;
}

@media screen and (max-width: 640px) {
    .l-header__inner .logo > a > figure > img {
        width: 248px;
        margin: 0 auto;
    }
}

.l-footer {
    background-color: #f7f8fa;
}

.l-footer__inner {
    padding: 64px 16px;
}

@media screen and (max-width: 768px) {
    .l-footer__inner {
        padding: 48px 16px 40px;
    }
}

.l-footer__inner .logo {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .l-footer__inner .logo {
        margin-bottom: 24px;
    }
}

.l-footer__inner .logo > a > figure > img {
    width: 160px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .l-footer__inner .logo > a > figure > img {
        width: 120px;
    }
}

.l-footer__inner nav .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 416px;
    margin: 0 auto;
}

.l-footer__inner nav .list__item {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .l-footer__inner nav .list__item {
        font-size: 12px;
    }
}

@media screen and (max-width: 320px) {
    .l-footer__inner nav .list__item {
        font-size: 10px;
    }
}

.l-footer__inner nav .list__item > a {
    text-decoration: underline;
}

.l-footer__copyright {
    background-color: #394056;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 18px 0;
}

@media screen and (max-width: 768px) {
    .l-footer__copyright {
        font-size: 12px;
    }
}

.c-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #ff0025;
    border-radius: 32px;
    color: #fff;
    -webkit-transition:
        color 0.5s ease,
        opacity 0.5s ease,
        background-color 0.5s ease;
    transition:
        color 0.5s ease,
        opacity 0.5s ease,
        background-color 0.5s ease;
    background-color: #ff0025;
    max-width: 400px;
    min-height: 64px;
    padding: 0;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .c-button {
        max-width: 100%;
        min-height: 56px;
        font-size: 20px;
        padding: 0;
    }
}

.c-button__text {
    color: #fff;
}

.c-button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.c-button:hover {
    background-color: #fff;
    border-color: #ef4703;
    color: #ef4703;
}

.c-button:hover::before {
    z-index: 999;
    border-top: 2px solid #fd7c42;
    border-right: 2px solid #fd7c42;
}

.p-campaigndetail {
    background-color: #fff;
}

.p-campaigndetail__layout {
    max-width: 1088px;
    padding: 80px 16px 120px;
    margin: 0 auto;
}

@media screen and (max-width: 980px) {
    .p-campaigndetail__layout {
        padding: 40px 16px 80px;
    }
}

.p-campaigndetail__layout > h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 48px;
}

@media screen and (max-width: 980px) {
    .p-campaigndetail__layout > h3 {
        font-size: 18px;
        margin-bottom: 24px;
    }
}

.p-campaigndetail__layout .list__title {
    position: relative;
    font-size: 24px;
    padding-left: 64px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 24px;
}

@media screen and (max-width: 980px) {
    .p-campaigndetail__layout .list__title {
        font-size: 16px;
        padding-left: 32px;
        margin-bottom: 8px;
    }
}

.p-campaigndetail__layout .list__title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 48px;
    height: 0.2rem;
    margin-right: 2.4rem;
    background-color: #ef4703;
}

@media screen and (max-width: 980px) {
    .p-campaigndetail__layout .list__title::before {
        width: 24px;
    }
}

.p-campaigndetail__layout .list__title--benefit {
    margin-bottom: 24px;
}

@media screen and (max-width: 980px) {
    .p-campaigndetail__layout .list__title--benefit {
        margin-bottom: 16px;
    }
}

.p-campaigndetail__layout .list__text {
    font-size: 20px;
    padding-left: 64px;
    margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
    .p-campaigndetail__layout .list__text {
        font-size: 14px;
        padding-left: 32px;
        margin-bottom: 24px;
    }
}

.p-campaigndetail__layout .list__text .listinner--1 {
    margin-bottom: 24px;
}

@media screen and (max-width: 980px) {
    .p-campaigndetail__layout .list__text .listinner--1 {
        margin-bottom: 8px;
    }
}

.p-campaigndetail__layout .list__text .listinner--2 {
    margin-bottom: 24px;
}

@media screen and (max-width: 980px) {
    .p-campaigndetail__layout .list__text .listinner--2 {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 980px) {
    .p-campaigndetail__layout .list__text .listinner--note {
        margin: 0 0 0 -16px;
    }
}

.p-campaigndetail__layout .list__text .listinner--note__title {
    position: relative;
    font-size: 20px;
    padding-left: 24px;
    font-weight: normal !important;
    margin: 0 0 4px;
}

@media screen and (max-width: 980px) {
    .p-campaigndetail__layout .list__text .listinner--note__title {
        font-size: 14px;
        padding-left: 16px;
    }
}

.p-campaigndetail__layout .list__text .listinner--note__title::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

.p-campaigndetail__layout .list__text .listinner--note__text {
    padding-left: 24px;
    font-size: 20px;
}

@media screen and (max-width: 980px) {
    .p-campaigndetail__layout .list__text .listinner--note__text {
        font-size: 14px;
        padding-left: 16px;
    }
}

.p-campaigndetail__layout .list__text .listinner__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
}

@media screen and (max-width: 980px) {
    .p-campaigndetail__layout .list__text .listinner__title {
        font-size: 14px;
    }
}

.p-campaigndetail__layout .list__text .listinner__text {
    font-size: 20px;
}

@media screen and (max-width: 980px) {
    .p-campaigndetail__layout .list__text .listinner__text {
        font-size: 14px;
    }
}

.p-campaigndetail__layout .list__text table {
    width: auto;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 20px;
    text-align: left;
    margin: 16px 0 0;
}

@media screen and (max-width: 980px) {
    .p-campaigndetail__layout .list__text table {
        font-size: 14px;
        margin: 8px 0 0;
    }
}

@media screen and (max-width: 320px) {
    .p-campaigndetail__layout .list__text table {
        font-size: 12px;
    }
}

.p-campaigndetail__layout .list__text table tr th {
    width: 168px;
    font-weight: normal;
    display: block;
}

@media screen and (max-width: 980px) {
    .p-campaigndetail__layout .list__text table tr th {
        width: 136px;
    }
}

@media screen and (max-width: 320px) {
    .p-campaigndetail__layout .list__text table tr th {
        width: 108px;
    }
}

.p-campaigndetail__layout .list__text table tr td:nth-child(2) {
    width: 168px;
}

@media screen and (max-width: 980px) {
    .p-campaigndetail__layout .list__text table tr td:nth-child(2) {
        width: 136px;
    }
}

@media screen and (max-width: 320px) {
    .p-campaigndetail__layout .list__text table tr td:nth-child(2) {
        width: 108px;
    }
}

.p-campaigndetail__layout .list__text table tr td:nth-child(3) {
    width: 60px;
}

@media screen and (max-width: 980px) {
    .p-campaigndetail__layout .list__text table tr td:nth-child(3) {
        width: auto;
    }
}

.p-campaigndetail__layout .list__text .note {
    display: inline-block;
    margin-top: 24px;
    font-size: 20px;
}

@media screen and (max-width: 980px) {
    .p-campaigndetail__layout .list__text .note {
        font-size: 14px;
    }
}

.p-campaigndetail__layout .list__text .title--h4 {
    font-weight: 700;
}

.p-campaigndetail__layout .list__text .dot {
    display: inline-block;
    position: relative;
    padding-left: 24px;
}

@media screen and (max-width: 980px) {
    .p-campaigndetail__layout .list__text .dot {
        padding-left: 14px;
    }
}

.p-campaigndetail__layout .list__text .dot::before {
    content: "・";
    position: absolute;
    left: 0;
}

.p-campaigndetail__layout .list__text .notice {
    display: inline-block;
    position: relative;
    padding-left: 24px;
}

@media screen and (max-width: 980px) {
    .p-campaigndetail__layout .list__text .notice {
        font-size: 14px;
        padding-left: 16px;
    }
}

.p-campaigndetail__layout .list__text .notice::before {
    content: "※";
    position: absolute;
    left: 0;
}

@media screen and (max-width: 980px) {
    .p-campaigndetail__layout .list__text .notice::before {
        top: 0;
    }
}

.p-campaigndetail__layout .list__text .contact {
    display: inline-block;
    margin-bottom: 24px;
}

@media screen and (max-width: 980px) {
    .p-campaigndetail__layout .list__text .contact {
        margin-bottom: 8px;
    }
}

.p-campaigndetail__layout .list__text .contact > a {
    color: #ff8c00;
    text-decoration: underline;
}

.p-campaigndetail__layout .list__text:last-of-type {
    margin-bottom: 0;
}

.schedule {
    background-color: #000000;
}

.schedule_layout {
    text-align: center;
    color: #ffffff;
    font-size: 4.8rem;
    padding: 1rem 0;
}

@media screen and (max-width: 980px) {
    .schedule_layout {
        font-size: 1.6rem;
        padding: 1rem 0;
    }
}

/****
    アプリLP
****/

.container {
    display: flex;
    max-width: 1280px;
    justify-content: center; /* 中央寄せを指定 */
    margin: 0 auto; /* 左右の余白を自動調整 */
    text-align: -webkit-center;
    padding-top: 80px;
    padding-bottom: 120px;
}

.left-column {
    flex: 1;
    padding: 20px;
    white-space: break-spaces;
}

.right-column {
    flex: 1;
    padding: 20px;
    white-space: break-spaces;
}

.download-text {
    text-align: center;
    color: #1b1b1b;
    font-size: 14px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    word-wrap: break-word;
    margin-bottom: 10px;
}

.download-images {
    display: flex;
    max-width: 65%;
    justify-content: space-between;
    margin-bottom: 20px;
}

.download-img {
    max-width: 180px;
    height: auto;
}

.icon {
    width: 70px;
    height: 70px;
}

.release-message {
    text-align: center;
    color: #1b1b1b;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 350;
    line-height: 29px;
    word-wrap: break-word;
    margin-bottom: 20px;
    white-space: nowrap;
}

.asset-management-text {
    text-align: center;
    color: #1b1b1b;
    font-size: 48px;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    line-height: 56px;
    word-wrap: break-word;
    white-space: nowrap;
}

.asset-management-img {
    max-width: 80%;
    height: auto;
}

/**   説明01  **/

.main-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 240px;
    gap: 10px;
}

.img-container {
    width: 40%;
    flex-shrink: 0;
    text-align: center;
}

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

.text-container {
    width: 60%;
}

.number {
    position: relative;
    padding-top: 120px;
    text-align: center;
    font-size: 248px;
    font-weight: 100;
    line-height: 26px;
    color: rgba(255, 204, 134, 0.4);
    z-index: 0;
}

.title {
    position: relative;
    top: -60px;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    color: #1b1b1b;
    white-space: nowrap;
}

.description {
    padding-top: 40px;
    text-align: center;
    font-size: 24px;
    font-weight: 350;
    line-height: 42px;
    color: #1b1b1b;
}

.desc2 {
    padding-top: 60px;
    font-size: 18px;
    text-align: right;
}

.desc2 a {
    text-decoration: underline;
}

.main-container2 {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 240px;
    gap: 10px;
}

.main-container3 {
    display: flex;
    flex-direction: column;
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 240px;
}

.main-container3 .text-container {
    width: 100%;
    text-align: center;
    padding-bottom: 60px;
}

.main-container3 .image-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 7px;
}

.main-container3 .image-container img {
    width: 12%;
    height: auto;
}

.swiper {
    display: none;
}

.feature-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 120px;
    gap: 0 16px;
}

.feature-title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-family: "Noto Sans JP";
    font-weight: 500;
    word-wrap: break-word;
    margin-bottom: 60px;
}

.feature-box {
    flex: 0 0 calc(33.3333% - 20px);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-container {
    width: 60px;
    height: 60px;
    position: relative;
}

.f_icon {
    width: 100%;
    height: 100%;
    position: absolute;
}

.feature-description {
    flex: 1;
    text-align: justify;
    color: var(--text-color);
    font-size: 16px;
    font-family: "Noto Sans JP";
    font-weight: 350;
    line-height: 18px;
    word-wrap: break-word;
}

@media screen and (max-width: 980px) {
    .container,
    .main-container,
    .main-container2,
    .main-container3 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 90%;
        padding-bottom: 120px;
    }

    .container {
        padding-top: 0;
        padding-bottom: 120px;
    }

    .left-column,
    .right-column {
        padding: 0 20px;
        white-space: pre-line;
    }

    .left-column .icon,
    .right-column .icon {
        margin: 0 auto;
    }

    .asset-management-text {
        font-size: 24px;
        line-height: 28px;
    }

    .release-message {
        margin-bottom: 0px;
    }

    .download-images {
        max-width: 100%;
    }

    .download-img {
        max-width: 150px;
    }

    .asset-management-img {
        max-width: 100%;
        margin: 0 auto;
    }

    .img-container {
        width: 100%;
        order: 2;
        padding-top: 60px;
    }

    .text-container,
    .main-container3 .text-container {
        width: 100%;
        order: 1;
    }

    .number {
        font-size: 148px;
        padding-top: 0;
    }

    .title {
        top: -30px;
        font-size: 24px;
        line-height: 30px;
    }

    .description,
    .main-container3 .description {
        font-size: 20px;
        line-height: 24px;
        padding-top: 20px;
        text-align: left;
        max-width: 480px;
    }

    .desc2 {
        padding-top: 30px;
        font-size: 12px;
        text-align: right;
    }

    .main-container3 .image-container {
        display: none; /* 画像は非表示 */
    }

    .swiper {
        display: flex;
        width: 100%;
        order: 2;
        padding-top: 60px;
    }

    .swiper-slide img {
        max-width: 80%;
    }

    .feature-title {
        font-size: 20px;
    }

    .feature-container {
        flex-direction: column;
        width: 90%;
    }
}
