@charset "UTF-8";

/********************
 プレゼント一覧
 プレゼント過去の商品一覧
 *********************/

/* KV
--------------------*/
.present .kv {
    padding: 0 0 80px;
    position: relative;
    background-color: #FAFAFA;
    z-index: 0;
}
.present .kv .kv__bg--top {
    position: absolute;
    width: 100%;
    height: 172px;
    background-image: url(../img/present/kv-bg-arch.png);
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: -1;
}
.present .kv .kv__wrap {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding-top: 80px;
    margin-bottom: 60px;
}
.present .kv .kv__wrap--text {
    width: 44.4%;
    font-family: 'CezanneProN', sans-serif;
    text-align: center;
}
.present .kv .kv__wrap--text span {
    position: relative;
    display: inline-block;
    width: 200px;
    padding-bottom: 1em;
    font-size: 17px;
    font-weight: 500;
    color: #248E72;
}
.present .kv .kv__wrap--text span::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/present/kv-title-line.png) no-repeat;
    background-size: cover;
}
.present .kv .kv__wrap--text h2 {
    font-size: 34px;
    margin-bottom: 27px;
    text-decoration: underline dashed;
    text-decoration-color: #6EBCA9;
    text-underline-offset: 0.47em;
    text-decoration-thickness: 2px;
}
.present .kv .kv__wrap--text p {
    font-size: 18px;
    font-weight: 500;
    color: #35719B;
    line-height: 2;
}
.present .kv .kv__wrap--img {
    width: 35.92%;
}
.present .kv .kv__apply {
    padding: 0 20px;
    border: 1px solid #35719B;
    border-radius: 10px;
    background: #FFF;
}
.present .kv .kv__apply .apply__title {
    position: relative;
    padding: 20px 0;
    font-size: 22px;
    font-family: 'CezanneProN', sans-serif;
    color: #35719B;
    text-align: center;
    line-height: 1;
}
.present .kv .kv__apply .apply__title::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../img/present/icon-plus.png) no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
.present .kv .kv__apply .apply__title.is-open::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../img/present/icon-close.png) no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
.present .kv .kv__apply .apply__step {
    display: none;
    padding: 30px 0 60px;
    text-align: center;
}
.present .kv .kv__apply .apply__step.is-open {
    display: flex;
    justify-content: center;
    border-top: 1px solid #35719B;
}
.present .kv .kv__apply .apply__step .apply__step--item {
    position: relative;
    width: 300px;
    padding: 0 20px;
}
.present .kv .kv__apply .apply__step .apply__step--item::before {
    position: absolute;
    content: '';
    width: 45px;
    height: 55px;
    top: 0;
    left: 30px;
}
.present .kv .kv__apply .apply__step .apply__step--item.apply__step--01::before {
    background: url(../img/present/kv-apply-num01.png) no-repeat;
    background-size: contain;
}
.present .kv .kv__apply .apply__step .apply__step--item.apply__step--02::before {
    background: url(../img/present/kv-apply-num02.png) no-repeat;
    background-size: contain;
}
.present .kv .kv__apply .apply__step .apply__step--item.apply__step--03::before {
    background: url(../img/present/kv-apply-num03.png) no-repeat;
    background-size: contain;
}
.present .kv .kv__apply .apply__step .apply__step--item.apply__step--02 {
    border-left: 2px dashed #6EBCA9;
    border-right: 2px dashed #6EBCA9;
}
.present .kv .kv__apply .apply__step .step--img {
    width: 78px;
    height: 78px;
    margin: 0 auto 30px;
}
.present .kv .kv__apply .apply__step .step--subttl {
    font-size: 18px;
    font-weight: bold;
    font-family: 'CezanneProN', sans-serif;
    color: #415372;
}
.present .kv .kv__apply .apply__step .step--text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #435574;
}
@media only screen and (min-width:640px) and (max-width:1080px) {
    .present .kv .kv__wrap {
        align-items: center;
    }
    .present .kv .kv__apply {
        padding: 0 10px;
    }
    .present .kv .kv__apply .apply__step .apply__step--item {
        padding: 0 10px;
    }
    .present .kv .kv__apply .apply__step .apply__step--item::before {
        left: 10px;
    }
    .present .kv .kv__apply .apply__step .step--text br {
        display: none;
    }
}
@media screen and (max-width:639px) {
    .present .kv {
        padding: 0 0 10.66vw;
    }
    .present .kv .kv__bg--top {
        height: 55px;
        background-image: url(../img/present/kv-bg-arch_sp.png);
    }
    .present .kv .kv__wrap {
        flex-direction: column;
        gap: 5.33vw;
        padding-top: 10.66vw;
        margin-bottom: 16vw;
    }
    .present .kv .kv__wrap--text {
        width: 100%;
    }
    .present .kv .kv__wrap--text span {
        width: 45.33vw;
        font-size: 4vw;
    }
    .present .kv .kv__wrap--text h2 {
        font-size: 7.2vw;
        margin-bottom: 7.2vw;
        line-height: 2;
    }
    .present .kv .kv__wrap--text p {
        font-size: 4.266vw;
    }
    .present .kv .kv__wrap--img {
        width: 73.6vw;
        margin: 0 auto;
    }
    .present .kv .kv__apply {
        padding: 0 5.33vw;
    }
    .present .kv .kv__apply .apply__title {
        padding: 5.33vw 0;
        font-size: 4.8vw;
    }
    .present .kv .kv__apply .apply__step {
        display: none;
        padding: 0;
        text-align: left;
    }
    .present .kv .kv__apply .apply__step.is-open {
        flex-direction: column;
    }
    .present .kv .kv__apply .apply__step .apply__step--item {
        width: 100%;
        padding: 8vw 0;
    }
    .present .kv .kv__apply .apply__step .apply__step--item::before {
        width: 12vw;
        height: 14.66vw;
        top: 8vw;
        left: 0;
    }
    .present .kv .kv__apply .apply__step .apply__step--item.apply__step--02 {
        border-left: none;
        border-right: none;
        border-top: 2px dashed #6EBCA9;
        border-bottom: 2px dashed #6EBCA9;
    }
    .present .kv .kv__apply .apply__step .step--img {
        position: absolute;
        width: 20.8vw;
        height: 20.8vw;
        margin: 0;
        right: 0;
        bottom: 8vw;
    }
    .present .kv .kv__apply .apply__step .apply__step--02 .step--img,
    .present .kv .kv__apply .apply__step .apply__step--03 .step--img {
        bottom: 6vw;
    }
    .present .kv .kv__apply .apply__step .step--subttl {
        padding-left: 16vw;
        padding-top: 3vw;
        padding-bottom: 7.66vw;
        font-size: 4.8vw;
    }
    .present .kv .kv__apply .apply__step .step--text {
        width: 49.86vw;
        font-size: 4.266vw;
    }
}

/* section01
--------------------*/
.present .section01 {
    background: #FAFAFA;
    margin-bottom: 8px;
    padding-bottom: 80px;
}
.present .section01 .present__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 60px;
    padding-top: 80px;
}
.present .section01 .present__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.present .section01 .present__item:nth-child(3n + 4) {
    position: relative;
}
.present .section01 .present__item:nth-child(3n + 4):before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: calc(300% + 40px * 2);
    height: 2px;
    background: repeating-linear-gradient(to right, #35719B 0, #35719B 5px, transparent 5px, transparent 10px);
}
.present .section01 .present__item:nth-child(n + 4) {
    padding-top: 40px;
}
.present .section01 .present__item--img {
    position: relative;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
}
.present .section01 .present__item--img img {
    border-radius: 10px;
}
.present .section01 .present__item--img span {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #C7000D;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    font-family: 'CezanneProN', sans-serif;
    letter-spacing: 0.05em;
    padding: 1px 13px;
    border-radius: 5px;
}
.present .section01 .present__item--info {
    min-height: 131px;
}
.present .section01 .present__item--info .winners {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 0 8px;
    height: 33px;
    background-color: #415372;
    font-size: 13px;
    font-weight: 500;
    font-family: 'CezanneProN', sans-serif;
    color: #FFF;
    border-radius: 5px;
    letter-spacing: 0.05em;
}
.present .section01 .present__item--info .winners img {
    margin-right: 5px;
    width: 14px;
    height: 16px;
}
.present .section01 .present__item--info .winners span {
    font-size: 18px;
    font-weight: bold;
    padding-right: 2px;
    padding-bottom: 1px;
}
.present .section01 .present__item--info .name {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'CezanneProN', sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.present .section01 .present__item--info .provider {
    font-size: 15px;
    font-weight: 500;
}
.present .section01 .present__item--apply {
    background: #D7EAE5;
    border-radius: 5px;
    padding: 15px;
}
.present .section01 .present__item--apply .date {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}
.present .section01 .present__item--apply .apply {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 8px 0;
    font-size: 15px;
    font-weight: bold;
    background: #248E72;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}
.present .section01 .present__item--apply .apply:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 13px;
    width: 10px;
    height: 10px;
    border-top: solid 3px #FFF;
    border-right: solid 3px #FFF;
    transform: translateY(-50%) rotate(45deg);
}
.present .section01 .present__btn {
    text-align: center;
}
.present .section01 .present__btn--archive,
.present .section01 .present__btn--drawing {
    position: relative;
    display: inline-block;
    width: 330px;
    padding: 6px 0;
    font-size: 15px;
    font-weight: bold;
    color: #35719B;
    border: 3px solid #35719B;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
}
.present .section01 .present__btn--archive:after,
.present .section01 .present__btn--drawing:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 13px;
    width: 10px;
    height: 10px;
    border-top: solid 3px #35719B;
    border-right: solid 3px #35719B;
    transform: translateY(-50%) rotate(45deg);
}
/* archive */
.present.archive .section01 .present__list {
    margin-bottom: 40px;
}
.present.archive .section01 .present__item--img span {
    background: #A0A4A9;
}
.present.archive .section01 .present__item--apply {
    background: #E8E8E8;
}
.present.archive .section01 .present__item--apply .apply {
    background: #868B92;
}
.present.archive .section01 .present__pnavi {
    margin-bottom: 60px;
    text-align: center;
}
.present.archive .section01 .present__pnavi .page-numbers {
    border-radius: 5px;
}
.present.archive .section01 .present__pnavi .page-numbers.current {
    background: #415372;
    color: #FFF;
}
.present.archive .section01 .present__pnavi .page-numbers.dots {
    border: 1px solid #CACACA;
}
@media only screen and (min-width:640px) and (max-width:1080px) {
    .present .section01 .present__list {
        gap: 20px;
    }
    .present .section01 .present__item:nth-child(n + 4) {
        padding-top: 20px;
    }
    .present .section01 .present__item--apply .apply:after {
        width: 7px;
        height: 7px;
    }
}
@media screen and (max-width:639px) {
    .present .section01 {
        padding-bottom: 10.66vw;
    }
    .present .section01 .present__list {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 0;
        padding-top: 12vw;
    }
    .present .section01 .present__item {
        gap: 5.33vw;
        padding-bottom: 10.66vw;
    }
    .present .section01 .present__item:not(:first-of-type) {
        position: relative;
        padding-top: 10.66vw;
    }
    .present .section01 .present__item:not(:first-of-type):before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: repeating-linear-gradient(to right, #35719B 0, #35719B 5px, transparent 5px, transparent 10px);
    }
    .present .section01 .present__item--img span {
        top: 2.66vw;
        left: 2.66vw;
        font-size: 3.46vw;
        padding: 0 1em;
    }
    .present .section01 .present__item--info {
        min-height: 25.33vw;
    }
    .present .section01 .present__item--info .winners {
        margin-bottom: 2.66vw;
        padding: 0 2.133vw;
        height: 8.8vw;
        font-size: 3.466vw;
    }
    .present .section01 .present__item--info .winners img {
        margin-right: 1.33vw;
        width: 3.733vw;
        height: 4.266vw;
    }
    .present .section01 .present__item--info .winners span {
        font-size: 4.8vw;
    }
    .present .section01 .present__item--info .name {
        margin-bottom: 1.33vw;
        font-size: 4.8vw;
    }
    .present .section01 .present__item--info .provider {
        font-size: 3.46vw;
    }
    .present .section01 .present__item--apply {
        padding: 4vw;
    }
    .present .section01 .present__item--apply .date {
        margin-bottom: 2.66vw;
        font-size: 4vw;
    }
    .present .section01 .present__item--apply .apply {
        padding: 2.4vw 0;
        font-size: 4vw;
    }
    .present .section01 .present__item--apply .apply:after {
        right: 2.66vw;
        width: 2.66vw;
        height: 2.66vw;
    }
    .present .section01 .present__btn--archive,
    .present .section01 .present__btn--drawing {
        width: 88vw;
        padding: 1.6vw 0;
        font-size: 4vw;
    }
    .present .section01 .present__btn--archive:after {
        right: 2.66vw;
        width: 2.66vw;
        height: 2.66vw;
    }
    /* archive */
    .present.archive .section01 .present__list {
        margin-bottom: 0;
    }
}
