@charset "UTF-8";

.kv {
    padding: 5.089vw;
    background: url(../img/common/bg.png);
    background-size: cover;
}
.kv__img {
    display: block;
    width: 76.336vw;
    margin-inline: auto;
}
.enter {
    margin-bottom: 5.089vw;
    padding-inline: 5.089vw;
}
.enter__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.089vw;
}
.enter__item {
    width: 100%;
}
.enter__item:first-child {
    background: url(../img/common/bg_btn.png) center right no-repeat;
}
.enter__item:first-child  .enter__link {
    position: relative;
    padding-block: 3.817vw;
    background: var(--gradient-btn);
}
.enter__item:first-child  .enter__link:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/common/bg_btn.png) center right no-repeat;
    background-size: contain;
}
.enter__item:last-child .enter__link {
    width: 90%;
    padding-block: 2.545vw;
    background: #cfbc77;
}
.enter__link {
    display: block;
    width: 100%;
    margin-inline: auto;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 4.071vw;
    font-weight: bold;
    border-radius: 1.018vw;
    box-shadow: 0 2px 4px var(--color-pink);
}
.longBnr {
    margin-bottom: 5.089vw;
    padding-inline: 5.089vw;
}
.longBnr__img {
    width: 100%;
}
.longBnr__items {
    display: flex;
    flex-direction: column;
    gap: 2.545vw;
}
.crossLink {
    margin-bottom: 10.178vw;
    padding-inline: 5.089vw;
}
.crossLink__link {
    text-decoration: none;
    font-size: 2.545vw;
}
.crossLink__img {
    margin-bottom: 1.272vw;
}
.crossLink__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

    font-size: 2.545vw;
    text-align: center;
    color: var(--color-gray);
}
.crossLink__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.545vw;
}
.crossLink__item {
    text-align: center;
}
.crossLink__img {
    width: 22.392vw;
    aspect-ratio: 88/31;
    object-fit: cover;
}
.crossLink__notFound {
    padding-block: 10.178vw;
    text-align: center;
    font-size: 3.562vw;
    color: var(--color-gray);
}