@charset "utf-8";

/*================================================================
# 全体スタイル
================================================================ */
.section {
    margin: 40px 0 0;
}

.section .box {
    padding: 16px 24px 24px;
    border: 2px solid var(--black);
    border-radius: 0 0 10px 10px;
    background: var(--white);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 1);
}

.title01 {
    padding: 8px 8px 10px;
    border: 2px solid var(--black);
    border-bottom: 3px solid var(--black);
    border-radius: 10px 10px 0 0;
    background: var(--yellow);
    position: relative;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
    text-align: center;
}

.event-details {
    width: 100%;
    margin: 5px 0 0;
    padding: 10px;
    border-radius: 5px;
    background-color: var(--orange);
    position: relative;
}

.event-details dl {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 5px;
}

.event-details dt {
    padding: 0 7px 1px;
    border-radius: 3px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    color: var(--orange);
    text-align: center;
}

.event-details dd {
    margin: 0;
    padding: 0px 5px 1px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--white);
}

.event-details dd small {
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4;
}

/*================================================================
# mv
================================================================ */
.mv {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    position: relative;
}

.mv__title {
    position: relative;
}

.mv__title:before {
    width: 120%;
    height: 40px;
    border: 1px solid #000;
    background-color: #e50012;
    position: absolute;
    content: '';
    top: 100px;
    left: -10%;
    z-index: -1;
}

.mv_line {
    width: 117%;
    max-width: none;
    position: absolute;
    top: 0;
    left: -5%;
    z-index: 1;
}

/*================================================================
# 応募条件
================================================================ */
.requirements {
    width: calc(100% - 35px);
    max-width: 396px;
    margin: 10px auto 0;
    position: relative;
}

.requirements_line {
    width: 124%;
    max-width: none;
    position: absolute;
    top: -16px;
    left: -10%;
    z-index: 1;
}

/*================================================================
# 応募方法
================================================================ */
.method .wrap {
    position: relative;
}

.method .text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.method .text strong {
    color: var(--red);
}

.method .registration-notes {
    margin: 16px 0 0;
    border-radius: 4px;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.method .registration-notes .icon {
    margin: 0 6px 0 0;
}

.method_line {
    width: 80px;
    max-width: none;
    position: absolute;
    top: -60px;
    right: -45px;
    z-index: 1;
}

/*================================================================
# 応募ボタン
================================================================ */
.entry-button {
    width: calc(100% - 35px);
    max-width: 396px;
    margin: 32px auto 0;
}

/*================================================================
# details
================================================================ */
.details {
    margin: 32px 0 0;
}

.details .box {
    height: 320px;
    padding: 24px;
    border-radius: 10px;
    overflow-y: scroll;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
    font-size: 11px;
    font-weight: 500;
}

.details .box dl {
    margin: 12px 0 0;
}

.details .box dl dt {
    font-weight: 800;
}

/*================================================================
# application-form
================================================================ */
.application-form {
    padding: 0 0 64px;
}

.application-form .wrap {
    position: relative;
}

.application-form .list-attention {
    margin: 8px 0 0;
    padding: 0 0 16px;
    border-bottom: 1px solid var(--black);
}

.application-form .list-attention li {
    padding-left: 1em;
    display: block;
    font-size: 11px;
    font-weight: 500;
    text-align: left;
    text-indent: -0.5em;
}

.application-form .list-attention li:last-child {
    margin-bottom: 0;
}

.application-form .list-attention li::before {
    width: 0.5em;
    margin-right: 0.5em;
    margin-left: -0.5em;
    padding: 0;
    content: "⚫︎";
    display: block;
    float: left;
    text-align: center;
}

.application-form .tag {
    margin: -8px 2px 0 0;
    padding: 2px 4px 4px;
    border-radius: 3px;
    background: var(--red);
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: var(--white);
    text-indent: 0;
    letter-spacing: 0;
}

.application-form_line {
    width: 75px;
    max-width: none;
    position: absolute;
    top: -8px;
    left: -24px;
    z-index: 1;
}

/*================================================================
# footer
================================================================ */
.footer {
    width: 100%;
    margin: 0;
    padding: 0;
    background: var(--white);
    position: relative;
    text-align: center;
}

.footer::before {
    width: 100%;
    height: 40px;
    background-image: url("../img/footer_back01.png");
    background-repeat: repeat-x;
    background-position: center top;
    background-size: 480px auto;
    position: absolute;
    content: "";
    top: -32px;
    left: 0;
    z-index: 0;
}

.footer .contact-area {
    padding: 0 0 40px;
    position: relative;
    z-index: 2;
}

.contact-title {
    margin: 24px 0 0;
    position: relative;
    font-size: 18px;
    z-index: 1;
}

.contact-title::before {
    width: 100%;
    height: 1px;
    background-color: var(--black);
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    z-index: 0;
}

.contact-title span {
    padding: 0 16px;
    background-color: var(--white);
    position: relative;
}

.phone-number {
    width: 88%;
    margin: 16px auto 0;
}

.phone-image {
    height: auto;
    margin: 0 auto;
    display: block;
}

.phone-link {
    display: block;
    text-decoration: none;
}

.campaign-info {
    margin: 12px 0 0;
    font-size: 16px;
    font-weight: 600;
}

.reception-time {
    margin: 4px 0 0;
    font-size: 16px;
    font-weight: 600;
}

.holiday-info {
    margin: 0;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.footer_line {
    width: 124%;
    max-width: none;
    position: absolute;
    top: -32px;
    left: -10%;
    z-index: 1;
}

.copyright {
    margin: 0;
    padding: 0 0 16px;
    background: var(--blue);
    position: relative;
    font-size: 10px;
    color: var(--white);
    text-align: center;
}

.copyright::before {
    width: 100%;
    height: 40px;
    background-image: url("../img/footer_back02.png");
    background-repeat: repeat-x;
    background-position: center top;
    background-size: 480px auto;
    position: absolute;
    content: "";
    top: -24px;
    left: 0;
}

.copyright small {
    position: relative;
}

/*================================================================
# scroll-to-top
================================================================ */
.scroll-to-top {
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 9;
}

.scroll-to-top a {
    display: block;
}

/*================================================================
# スクロールバー
================================================================ */
.simplebar-track.simplebar-vertical {
    background: #e2e2e2;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    background: #787878;
}

/*================================================================
# aos
================================================================ */
[data-aos="fade-up"] {
    transform: translate3d(0, 40px, 0);
}

[data-aos="zoom-in"] {
    transform: scale(0.9);
}