html,
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,
button {
    padding: 0;
    margin: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
}

html {
    line-height: 1;
}

ol,
ul,
li {
    list-style: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

a img {
    border: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    vertical-align: bottom;
    width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

input,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

input:focus,
button:focus {
    outline: none;
}

input:focus-visible,
button:focus-visible {
    outline: none;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1080px) {
    .pc-on {
        display: none;
    }
}

@media screen and (min-width: 1081px) {
    .sp-on {
        display: none;
    }
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0em;
    line-height: 1;
    color: #6b6b6b;
    background-color: #efefef;
}

@media screen and (max-width: 1080px) {
    html {
        font-size: 1.33333vw;
    }
}

body.is-active {
    overflow: hidden;
}

@media screen and (min-width: 1081px) {
    a {
        -webkit-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
    }
    a:hover {
        opacity: 0.7;
    }
}

img {
    max-width: 100%;
    height: auto;
}

.u-bg--yellow {
    background-color: #ffc25f;
}

.u-bg--gray {
    background-color: #bcbcbc;
}

.u-bg--orange {
    background-color: #ed8b4a;
}

.c-button,
.c-button--gray,
.c-button--red,
.c-button--blue {
    width: 293px;
    height: 73px;
    display: -ms-grid;
    display: grid;
    place-items: center;
    border-radius: 999px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.1em;
    position: relative;
    margin: auto;
}

@media screen and (max-width: 1080px) {
    .c-button,
    .c-button--gray,
    .c-button--red,
    .c-button--blue {
        width: 36rem;
        height: 9rem;
        font-size: 3.2rem;
    }
}

.c-button::after,
.c-button--gray::after,
.c-button--red::after,
.c-button--blue::after {
    content: "";
    position: absolute;
    width: 12px;
    aspect-ratio: 12 / 19;
    -webkit-mask-image: url(../../img/front/chevron.svg);
    mask-image: url(../../img/front/chevron.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    top: 50%;
    right: 37px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1080px) {
    .c-button::after,
    .c-button--gray::after,
    .c-button--red::after,
    .c-button--blue::after {
        width: 1.5rem;
    }
}

.c-button--gray {
    background-color: #6b6b6b;
    color: #fff;
}

.c-button--gray::after {
    background-color: #fff;
}

.c-button--red {
    background-color: #fff;
    color: #ff6c5d;
}

.c-button--red::after {
    background-color: #ff6c5d;
}

.c-button--pink {
    background-color: #ff6c5d;
    color: #fff;
}

.c-button--pink::after {
    background-color: #fff;
}

.c-button--blue {
    background-color: #fff;
    color: #71bbff;
}

.c-button--blue::after {
    background-color: #71bbff;
}

.p-card {
    background-color: #fff;
    border-radius: 40px;
    overflow: hidden;
}

@media screen and (max-width: 1080px) {
    .p-card {
        border-radius: 4rem;
    }
}

.p-card__figure {
    display: inline-block;
    width: 100%;
    height: 250px;
    background: #f0f0f0;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    text-align: center;
}

.p-card__image {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.p-card__content {
    padding: 16px 20px 20px;
}

@media screen and (max-width: 1080px) {
    .p-card__content {
        padding: 1.8rem 1.7rem 0.9rem;
    }
}

.p-card__title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.57;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width: 1080px) {
    .p-card__title {
        font-size: 2rem;
        line-height: 1.8;
    }
}

.p-card__user {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px 10px;
    margin-top: 14px;
}

@media screen and (max-width: 1080px) {
    .p-card__user {
        gap: 1.5rem 0;
        margin-top: 0.8rem;
    }
}

.p-card__user-name {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}

@media screen and (max-width: 1080px) {
    .p-card__user-name {
        font-size: 1.7rem;
    }
}

.p-card__user-date {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}

@media screen and (max-width: 1080px) {
    .p-card__user-date {
        font-size: 1.7rem;
    }
}

.p-card__user-image {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    width: 67px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 1080px) {
    .p-card__user-image {
        width: 6.6rem;
    }
}

.p-card__amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #ff6c5d;
    color: #fff;
    border-radius: 999px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 22px;
    padding: 12px 32px;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 1080px) {
    .p-card__amount {
        font-size: 2rem;
        margin-top: 1.2rem;
        padding: 1.2rem 2rem;
    }
}

.p-card__amount-title {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 1080px) {
    .p-card__amount-title {
        font-size: 2rem;
    }
}

.p-card__people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #71bbff;
    color: #fff;
    border-radius: 999px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 11px;
    padding: 12px 32px;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 1080px) {
    .p-card__people {
        font-size: 2rem;
        margin-top: 1.2rem;
        padding: 1.2rem 2rem;
    }
}

.p-card__people-title {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 1080px) {
    .p-card__people-title {
        font-size: 2rem;
    }
}

.l-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (max-width: 1080px) {
    .l-inner {
        padding: 0 2.5rem;
    }
}

.l-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: unset !important;
}

.l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-block: 38px;
}

@media screen and (max-width: 1080px) {
    .l-header__inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr auto auto;
        grid-template-columns: 1fr auto auto;
        padding: 5.2rem 5rem;
    }
}

.l-header__logo {
    width: 168px;
}

@media screen and (max-width: 1080px) {
    .l-header__logo {
        width: 22.8rem;
    }
}

@media screen and (max-width: 1080px) {
    .l-header__nav {
        display: none;
    }
    .l-header__nav.is-active {
        display: block;
        position: fixed;
        width: 58.6rem;
        height: 100vh;
        background-color: #fff;
        top: 0;
        right: 0;
        z-index: 100;
        padding: 18.2rem 7rem;
    }
}

.l-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    color: #fff;
    font-size: 16px;
}

@media screen and (max-width: 1080px) {
    .l-header__nav-list {
        font-size: 3.2rem;
        color: #6b6b6b;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 4.7rem;
        letter-spacing: 0.16em;
    }
}

.l-header__search {
    position: relative;
}

@media screen and (max-width: 1080px) {
    .l-header__search {
        display: none;
    }
}

.l-header__search-input {
    width: 256px;
    padding: 13px 16px;
    border-radius: 999px;
    background-color: #fff;
    font-size: 16px;
}

.l-header__search-button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    width: 25px;
    aspect-ratio: 1/1;
}

.l-header__login {
    font-size: 16px;
    background-color: #fff;
    color: #ff6c5d;
    padding: 17px 23px;
    border-radius: 999px;
    font-weight: 700;
}

@media screen and (max-width: 1080px) {
    .l-header__login {
        font-size: 2.17rem;
        padding: 2.1rem 3.4rem;
    }
}

.l-header__hamburger {
    display: none;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.6rem;
    width: 6.4rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    padding: 1rem;
    margin-left: 3rem;
}

@media screen and (max-width: 1080px) {
    .l-header__hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.l-header__hamburger span {
    width: 2.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background-color: #6b6b6b;
}

.l-header__hamburger.is-active {
    position: fixed;
    top: 5.2rem;
    right: 5rem;
    z-index: 999;
    background-color: #ff6c5d;
    background-image: url(../../img/front/close.svg);
    background-size: 2.7rem 2.7rem;
    background-position: center;
    background-repeat: no-repeat;
}

.l-header__hamburger.is-active span {
    display: none;
}

.l-footer {
    background-image: url(../../img/front/footer/bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 275px;
    padding-bottom: 37px;
}

@media screen and (max-width: 1080px) {
    .l-footer {
        background-image: url(../../img/front/footer/bg_sp.svg);
        padding-top: 15.7em;
        padding-bottom: 5rem;
    }
}

.l-footer__inner {
    text-align: center;
}

.l-footer__nav-list {
    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;
    gap: 18px;
}

@media screen and (max-width: 1080px) {
    .l-footer__nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 4.2rem;
    }
}

.l-footer__nav-link {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.16em;
}

@media screen and (max-width: 1080px) {
    .l-footer__nav-link {
        font-size: 2.8rem;
    }
}

.l-footer__logo {
    width: 261px;
    margin-top: 37px;
}

@media screen and (max-width: 1080px) {
    .l-footer__logo {
        width: 23.2rem;
        margin-top: 28.7rem;
    }
}

.l-footer__copy {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-top: 48px;
}

@media screen and (max-width: 1080px) {
    .l-footer__copy {
        font-size: 2.4rem;
        margin-top: 3rem;
    }
}

.kv {
    width: 100%;
}

.ranking__title {
    font-size: 36px;
    text-align: center;
    letter-spacing: 0.16em;
    font-weight: 700;
    margin-top: 82px;
}

@media screen and (max-width: 1080px) {
    .ranking__title {
        font-size: 4.8rem;
        margin-top: 8.2rem;
    }
}

.ranking__top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 21px;
    margin-top: 61px;
}

@media screen and (max-width: 1080px) {
    .ranking__top {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-top: 7.4rem;
        gap: 3.9rem;
    }
}

.ranking__top-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 40px;
    padding: 17px 0 272px;
    color: #fff;
    position: relative;
}

@media screen and (max-width: 1080px) {
    .ranking__top-item {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        padding: 2.3rem 6.5rem 2.3rem 2.7rem;
    }
}

.ranking__top-num {
    font-size: 64px;
    font-weight: 700;
}

@media screen and (max-width: 1080px) {
    .ranking__top-num {
        font-size: 3.895rem;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3;
    }
}

.ranking__top-name {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: 16px;
}

@media screen and (max-width: 1080px) {
    .ranking__top-name {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 /2;
        margin-top: 0;
        font-size: 2.59rem;
        letter-spacing: 0.1em;
    }
}

.ranking__top-amount {
    font-size: 24px;
    font-weight: 700;
}

@media screen and (max-width: 1080px) {
    .ranking__top-amount {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
    }
}

.ranking__top-amount {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.3;
}

@media screen and (max-width: 1080px) {
    .ranking__top-amount {
        text-align: left;
        font-size: 3.89rem;
        line-height: 1;
    }
}

.ranking__top-amount span {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 1080px) {
    .ranking__top-amount span {
        font-size: 1.515rem;
    }
}

.ranking__top-image {
    width: 77%;
    position: absolute;
    left: 50%;
    bottom: -40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 1080px) {
    .ranking__top-image {
        width: 16.8rem;
        top: 50%;
        left: 7rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.ranking__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 21px;
    margin-top: 101px;
}

@media screen and (max-width: 1080px) {
    .ranking__bottom {
        margin-top: 3rem;
        gap: 2.1rem;
        padding: 0 2.5rem;
    }
}

.ranking__bottom-item {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

@media screen and (max-width: 1080px) {
    .ranking__bottom-item {
        width: 100%;
    }
}

.ranking__bottom-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 121px;
    background-color: #fff;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 40px;
}

@media screen and (max-width: 1080px) {
    .ranking__bottom-item::after {
        height: 14rem;
        border-radius: 4rem;
    }
}

.ranking__bottom-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 0 40px;
}

@media screen and (max-width: 1080px) {
    .ranking__bottom-item-inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        padding: 0 2.6rem;
        gap: 1.5rem 0;
    }
}

.ranking__bottom-num {
    font-size: 48px;
    font-weight: 700;
}

@media screen and (max-width: 1080px) {
    .ranking__bottom-num {
        font-size: 3.6rem;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3;
        width: 0;
    }
}

.ranking__bottom-image {
    width: 136px;
    margin-left: 25px;
}

@media screen and (max-width: 1080px) {
    .ranking__bottom-image {
        width: 15.6rem;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3;
        margin-left: 0;
    }
}

.ranking__bottom-name {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-left: 20px;
}

@media screen and (max-width: 1080px) {
    .ranking__bottom-name {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3 / 4;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        font-size: 2.41rem;
        margin-left: 0;
        -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

.ranking__bottom-amount {
    font-size: 16px;
    font-weight: 700;
    margin-left: 45px;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 1080px) {
    .ranking__bottom-amount {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3 / 4;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
        font-size: 1.4rem;
        margin-left: 0;
        -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    }
}

.ranking__bottom-amount span {
    font-size: 42px;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 1080px) {
    .ranking__bottom-amount span {
        font-size: 3.6rem;
    }
}

.ranking__link {
    margin-top: 60px;
}

.recommend {
    background-color: #ff6c5d;
    border-radius: 40px;
    padding: 95px 48px 75px;
    max-width: 1200px;
    margin: 104px auto 0;
}

@media screen and (max-width: 1080px) {
    .recommend {
        max-width: 100%;
        margin: 11.2rem 1.1rem 0;
        border-radius: 5rem;
        padding: 11rem 1.1rem 6.4rem;
    }
}

.recommend__title {
    font-size: 36px;
    text-align: center;
    letter-spacing: 0.16em;
    font-weight: 700;
    color: #fff;
}

@media screen and (max-width: 1080px) {
    .recommend__title {
        font-size: 4.8rem;
    }
}

.recommend__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 26px 30px;
    margin-top: 96px;
}

@media screen and (max-width: 1080px) {
    .recommend__list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 3.7rem 2.4rem;
        margin-top: 9.6rem;
    }
}

.recommend__button {
    margin-top: 52px;
}

@media screen and (max-width: 1080px) {
    .recommend__button {
        margin-top: 9.9rem;
    }
}

.new {
    margin-top: calc(250vw / 1920 * 100);
    margin-bottom: calc(300vw / 1920 * 100);
    padding: 0;
    position: relative;
    background-color: #71bbff;
}

@media screen and (max-width: 1080px) {
    .new {
        margin-top: calc(200vw / 750 * 100);
        margin-bottom: calc(200vw / 750 * 100);
        padding: 5.7rem 0 2rem;
    }
}

.new::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1920/400;
    background-image: url(../../img/front/new/bg-top.svg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(-300vw / 1920 * 100 + 1px);
    left: 0;
}

@media screen and (max-width: 1080px) {
    .new::before {
        aspect-ratio: 750/275;
        background-image: url(../../img/front/new/bg-top_sp.svg);
        top: calc(-145vw / 750 * 100 + 1px);
    }
}

.new::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1920/376;
    background-image: url(../../img/front/new/bg-bottom.svg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: calc(-240vw / 1920 * 100 + 1px);
    left: 0;
}

@media screen and (max-width: 1080px) {
    .new::after {
        aspect-ratio: 750/150;
        background-image: url(../../img/front/new/bg-bottom_sp.svg);
        bottom: calc(-145vw / 750 * 100 + 1px);
    }
}

.new__inner {
    padding: 0 68px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1080px) {
    .new__inner {
        padding: 0 2.5rem;
    }
}

.new__title {
    font-size: 36px;
    text-align: center;
    letter-spacing: 0.16em;
    font-weight: 700;
    color: #fff;
}

@media screen and (max-width: 1080px) {
    .new__title {
        font-size: 4.8rem;
    }
}

.new__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 26px 30px;
    margin-top: 63px;
}

@media screen and (max-width: 1080px) {
    .new__list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem 2.4rem;
        margin-top: 9.6rem;
    }
}

.new__button {
    margin-top: 100px;
}

@media screen and (max-width: 1080px) {
    .new__button {
        margin-top: 10rem;
    }
}

.faq {
    padding-bottom: 76px;
}

@media screen and (max-width: 1080px) {
    .faq {
        margin-top: 6.2rem;
        padding-bottom: 9rem;
    }
}

.faq__inner {
    max-width: 1010px;
    margin: 0 auto;
}

@media screen and (max-width: 1080px) {
    .faq__inner {
        padding: 0 5rem;
    }
}

.faq__title {
    font-size: 36px;
    text-align: center;
    letter-spacing: 0.16em;
    font-weight: 700;
}

@media screen and (max-width: 1080px) {
    .faq__title {
        font-size: 4.8rem;
    }
}

.faq__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-top: 85px;
}

@media screen and (max-width: 1080px) {
    .faq__list {
        margin-top: 8.5rem;
        gap: 3rem;
    }
}

.faq__item {
    background-color: #fff;
    border-radius: 40px;
    padding: 24px 51px;
}

@media screen and (max-width: 1080px) {
    .faq__item {
        border-radius: 4rem;
        padding: 2rem 2.8rem;
    }
}

.faq__item.is-active .faq__question::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq__item.is-active .faq__answer {
    display: block;
}

.faq__question {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.57;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

@media screen and (max-width: 1080px) {
    .faq__question {
        font-size: 3rem;
    }
}

.faq__question::after {
    content: "";
    display: block;
    width: 21px;
    aspect-ratio: 21/14;
    background-image: url(../../img/front/faq/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.faq__answer {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 2.35;
    border-top: 1px solid #bcbcbc;
    margin-top: 29px;
    display: none;
    padding-top: 24px;
}

@media screen and (max-width: 1080px) {
    .faq__answer {
        font-size: 2.4rem;
        line-height: 1.65;
        margin-top: 1.8rem;
        padding-top: 1.5rem;
    }
}

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
}

.modal.is-active {
    display: block;
}

.modal__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 663px;
    background-color: #fff;
    border-radius: 30px;
    padding: 20px 15px;
}

@media screen and (max-width: 1080px) {
    .modal__inner {
        padding: 3rem 2.8rem;
        width: 66.4rem;
    }
}

.modal__close {
    position: absolute;
    top: -10px;
    right: -20px;
    background-color: #ff6c5d;
    width: 60px;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

@media screen and (max-width: 1080px) {
    .modal__close {
        top: -1.5rem;
        right: -2.5rem;
        width: 9.7rem;
    }
}

.modal__close::after {
    content: "";
    display: block;
    width: 30px;
    aspect-ratio: 1/1;
    background-image: url(../../img/front/close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1080px) {
    .modal__close::after {
        width: 4.5rem;
    }
}

.modal__text {
    font-size: 16px;
    letter-spacing: 0.16em;
    line-height: 1.9;
    text-align: center;
    margin-top: 30px;
}

@media screen and (max-width: 1080px) {
    .modal__text {
        font-size: 2.8rem;
        line-height: 1.77;
        margin-top: 4.5rem;
    }
}

.modal__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 375px;
    height: 53px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #ff6c5d;
    border-radius: 999px;
    margin: 30px auto 0;
    position: relative;
}

@media screen and (max-width: 1080px) {
    .modal__link {
        width: 60.7rem;
        height: 8.7rem;
        font-size: 2.8rem;
        margin-top: 4rem;
    }
}

.modal__link::after {
    content: "";
    display: block;
    width: 20px;
    aspect-ratio: 1/1;
    background-image: url(../../img/front/chevron.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1080px) {
    .modal__link::after {
        width: 3rem;
    }
}

.modal__input {
    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;
    gap: 10px;
    margin-top: 20px;
}

@media screen and (max-width: 1080px) {
    .modal__input {
        margin-top: 3rem;
        gap: 1rem;
    }
}

.modal__input input {
    width: 25px;
    aspect-ratio: 1/1;
    border: 4px solid #bcbcbc;
    border-radius: 5px;
}

@media screen and (max-width: 1080px) {
    .modal__input input {
        width: 4.2rem;
        border-width: 0.4rem;
    }
}

.modal__input input:checked {
    background-color: #ff6c5d;
}

.modal__input label {
    font-size: 16px;
    letter-spacing: 0.16em;
}

@media screen and (max-width: 1080px) {
    .modal__input label {
        font-size: 2.8rem;
    }
}
/*# sourceMappingURL=top.css.map */