.p_lp {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    overflow: hidden;
}

.p_lp * {
    box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

.p_lp ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pc {
    display: block;
}

@media (max-width: 767px) {
    .pc {
        display: none;
    }
}

.sp {
    display: none;
}

@media (max-width: 767px) {
    .sp {
        display: block;
    }
}

.inner {
    max-width: 1220px;
    padding: 0 40px;
    width: 100%;
    margin: auto;
}

@media (max-width: 767px) {
    .inner {
        width: 100%;
        padding: 0 20px;
    }
}


/*************************************************/

.p_lp{
    background-color: #F5F2E9;
    position:relative;
}
.p_lp:before{
    position:absolute;
    content: "";
    background-image: url(../img/bg01.png);
    top: 0;
    right: 0;
    width: 1108px;
    height: 982px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position:center;
}
@media (max-width: 767px) {
    .p_lp:before{
        right: -218px;
        width: 666px;
        height: 592px;
    }
}
.p_lp:after{
    position:absolute;
    content: "";
    background-image: url(../img/bg02.png);
    bottom: 0;
    left: 0;
    width: 1108px;
    height: 982px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position:center;
}
@media (max-width: 767px) {
    .p_lp:after{
        background-image: url(../img/bg02_sp.png);
        width: 375px;
        height: 332px;
        bottom: 0;
        left: 0;
    }
}
.lp-kv{
    position:relative;
    padding: 48px 0 0;
    margin-bottom: 140px;
}
@media (max-width: 767px) {
    .lp-kv{
        padding: 0 0;
        margin-bottom: 100px;
    }
}

.lp-kv__content{
    max-width:1200px;
    width:100%;
    margin:auto;
}
.lp-kv__content img{
    width:100%;
}

.lp-section{
    position:relative;
    z-index: 2;
    margin-bottom: 200px;
}
@media (max-width: 767px) {
    .lp-section{
        margin-bottom: 160px;
    }
    .lp-section .inner{
        padding:0;
    }
}
.lp-section__wrap{
    display: flex;
    flex-direction: column;
    gap: 116px;
}
@media (max-width: 767px) {
    .lp-section__wrap{
        gap: 100px;
    }
}
.lp-section__content{
    border: 8px solid #000;
    border-radius: 10px;
    position:relative;
    padding: 80px;
    background-color: #FFF;
    text-align: center;
}
@media (max-width: 767px) {
    .lp-section__content{
        border:none;
        border-top: 4px solid #000;
        border-bottom: 4px solid #000;
        border-radius: 0;
        padding: 48px 20px;
    }
}
.lp-section__content > *:last-child{
    margin-bottom: 0;
}
.lp-section__deco img{
    width: 100%;
}
.lp-section__deco--01{
    position:absolute;
    width: 164px;
    top: -68px;
    left: -44px;
}
@media (max-width: 767px) {
    .lp-section__deco--01{
        position:absolute;
        width: 98px;
        top: -46px;
        left: 8px;
    }
}
.lp-section__deco--02{
    position:absolute;
    width: 80px;
    bottom: -26px;
    right: 34px;
}
@media (max-width: 767px) {
    .lp-section__deco--02{
        width: 60px;
        bottom: -20px;
        right: 20px;
    }
}

.lp-section__deco--03{
    position:absolute;
    width: 137px;
    top: -24px;
    left: -24px;
}
@media (max-width: 767px) {
    .lp-section__deco--03{
        width: 79px;
        top: -50px;
        left: 16px;
    }
}

.lp-section__deco--04{
    position:absolute;
    width: 80px;
    bottom: -34px;
    right: 68px;
}
@media (max-width: 767px) {
    .lp-section__deco--04{
        width: 60px;
        bottom: -20px;
        right: 0px;
    }
}
.lp-section__deco--05{
    position:absolute;
    width: 230px;
    top:0;
    left: 0;
    top: -48px;
    left: -34px;
}
@media (max-width: 767px) {
    .lp-section__deco--05{
        width: 110px;
        top: -24px;
        left: 0;
    }
}

.lp-section__deco--06{
    position:absolute;
    width: 152px;
    bottom: -60px;
    right: -36px;
}
@media (max-width: 767px) {
    .lp-section__deco--06{
        width: 96px;
        bottom: -60px;
        right: 0;
    }
}
.lp-section__num{
    width: 117px;
    transform:translateX(-50%);
    position:absolute;
    left: 50%;
    top: -120px;
}
@media (max-width: 767px) {
    .lp-section__num{
        width: 72px;
        top: -76px;
    }
}
.lp-section__num img{
    width: 100%;
}
.lp-section__head{
    margin-bottom: 60px;
    display: inline-block;
}
@media (max-width: 767px) {
    .lp-section__head{
        margin-bottom: 32px;
        display: block;
    }
}
.lp-section__head > *:last-child{
    margin-bottom: 0px;
}
.lp-section__title{
    font-weight: bold;
    font-size: 52px;
    letter-spacing: 0.05em;
    line-height: 1.25em;
    text-align: center;
    color: #000000;
    margin-bottom: 12px;
}
@media (max-width: 767px) {
    .lp-section__title{
        font-size: 32px;
        margin-bottom: 8px;
        line-height: 1.25em;
    }
}
.lp-section__title span{
    color: #f92322;
}
.lp-section__head--note{
    font-weight: normal;
    font-size: 15px;
    line-height: 1.75em;
    text-align: right;
    color: #000;
}
@media (max-width: 767px) {
    .lp-section__head--note{
        font-size: 13px;
        text-align: center;
    }
}
.lp-section__line{
    margin-bottom: 68px;
}
@media (max-width: 767px) {
    .lp-section__line{
        margin-bottom: 32px;
    }
}
.lp-section__line-lead{
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5em;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .lp-section__line-lead{
        font-size: 24px;
        margin-bottom: 20px;
    }
}
.lp-section__line-lead span{
    position:relative;
}
.lp-section__line-lead span:before{
    position:absolute;
    bottom:4px;
    left: -20px;
    transform:rotate(-25deg);
    content: "";
    width: 3px;
    height:24px;
    background-color: #000;
}
@media (max-width: 767px) {
    .lp-section__line-lead span:before{
        bottom:4px;
        left: -28px;
        content: "";
        width: 3px;
        height:24px;
    }
}
.lp-section__line-lead span:after{
    position:absolute;
    bottom:4px;
    right: -20px;
    transform:rotate(25deg);
    content: "";
    width: 3px;
    height:24px;
    background-color: #000;
}
@media (max-width: 767px) {
    .lp-section__line-lead span:after{
        bottom:4px;
        right: -20px;
        width: 3px;
        height:24px;
    }
}
.lp-section__cards{
    display: flex;
    justify-content: center;
    gap: 60px;
}
@media (max-width: 767px) {
    .lp-section__cards{
        /* flex-direction: column; */
        flex-wrap: wrap;
        align-items: center;
        gap: 56px 20px;
    }
}
.lp-section__card{
    display: flex;
    align-items: center;
    justify-content:center;
    gap: 24px;
    position:relative;
}
@media (max-width: 767px) {
    .lp-section__card{
        gap: 24px;
        flex-wrap: wrap;
        gap: 12px 24px;
    }
    .lp-section__content--02 .lp-section__card{
        width: 100%;
    }
}
.lp-section__card > .sp{
    width: 100%;
}
.lp-section__card:first-child:before{
    position:absolute;
    top:50%;
    right:-40px;
    content: "";
    background-image: url(../img/section_arrow01.svg);
    width: 18px;
    height:60px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transform:translateY(-50%);
}
@media (max-width: 767px) {
    .lp-section__card:first-child:before{
        top:unset;
        right:unset;
        bottom: -60px;
        left: 50%;
        width: 24px;
        height:70px;
        transform:translateX(-50%) rotate(90deg);
    }
}

.lp-section__card--fukidashi{
    position:absolute;
    width: 126px;
    height: 136px;
    top:-120px;
    right: -60px;
}
@media (max-width: 767px) {
    .lp-section__card--fukidashi{
        width: 70px;
        height: 77px;
        top:-40px;
        right: -12px;
    }
}
.lp-section__card--fukidashi img{
    width: 100%;
}

.lp-section__card--text{

}
@media (max-width: 767px) {
    .lp-section__card--text{
        text-align: center;
    }
}

.lp-section__card--size{
    font-family: Poppins;
    font-weight: bold;
    font-size: 54px;
    line-height: 1.25em;
    text-align: left;
    color: #000;
}

@media (max-width: 767px) {
    .lp-section__card--size{
        font-size: 54px;
        text-align: center;
    }
}
.lp-section__card--size span{
    color: #F92322;
}
.lp-section__card--date{
    font-family: Poppins;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.5em;
    text-align: left;
    color: #000;
}
@media (max-width: 767px) {
    .lp-section__card--date{
        font-size: 36px;
    }
}
.lp-section__card--date span{
    font-size: 45px;
}
@media (max-width: 767px) {
    .lp-section__card--date span{
        font-size: 45px;
    }
}
.lp-section__card--bachi--01{
    width: 50px;
    height: 26px;
    border-radius: 13px;
    background: transparent;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content:center;
    font-weight: normal;
    font-size: 15px;
    line-height: 1em;
    text-align: center;
    color: #000;
}
@media (max-width: 767px) {
    .lp-section__card--bachi--01{
        margin: auto;
        width: 64px;
        height: 30px;
        font-size: 20px;
        border-radius: 39px;
    }
    .lp-section__card--bachi--01.pc{
        display: none;
    }
}

.lp-section__card--bachi--02{
    width: 155px;
    height: 26px;
    border-radius: 13px;
    background: #F92322;
    display: flex;
    align-items: center;
    justify-content:center;
    font-weight: 700;
    font-size: 15px;
    line-height: 1em;
    text-align: center;
    color: #FFF;
}
@media (max-width: 767px) {
    .lp-section__card--bachi--02{
        width: 208px;
        height: 30px;
        border-radius: 39px;
        font-size: 20px;
        margin: auto;
    }
    .lp-section__card--bachi--02.pc{
        display: none;
    }
}
.lp-section__card--image{

}
.lp-section__card--image img{
    width: 145px;
}
@media (max-width: 767px) {
    .lp-section__card--image img{
        width: 145px;
    }
}
.lp-section__card--name{
    margin-bottom: 4px;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.5em;
    text-align: left;
    color: #000;
}
@media (max-width: 767px) {
    .lp-section__card--name{
        margin-bottom: 4px;
        font-size: 13px;
    }
}
.lp-section__btn a{
    width: 358px;
    height: 77px;
    background: #ffde01;
    border: 3px solid #000;
    display:flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 1em;
    text-align: center;
    color: #000;
    text-decoration: none;
    margin: auto;
}
@media (max-width: 767px) {
    .lp-section__btn a{
        width: 260px;
        height: 48px;
        font-size: 18px;
    }
}
.lp-section__btn a span{
    position:relative;
}
.lp-section__btn a span:before{
    position:absolute;
    content: "";
    width: 10px;
    height: 18px;
    top: 50%;
    right: -32px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color:#000;
    transform:translateY(-50%);
}
@media (max-width: 767px) {
    .lp-section__btn a span:before{
        width: 8px;
        height: 13px;
        right: -32px;
    }
}
.lp-section__media{
    width: 439px;
    margin:auto;
    margin-bottom: 28px;
}
@media (max-width: 767px) {
    .lp-section__media{
        width: 266px;
        margin-bottom: 40px;
    }
}
.lp-section__media img{
    width: 100%;
}
.lp-section__card--bacchi{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 132px;
    background-image:url(../img/border-circle01.svg);
    background-size: 100%;
    background-position:center;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .lp-section__card--bacchi{
        width: 100px;
        height: 100px;
    }
}
.lp-section__card--bacchi p{
    font-family: Poppins;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5em;
    text-align: center;
    color: #f92322;
    position:relative;
    top: 8px;
}
@media (max-width: 767px) {
    .lp-section__card--bacchi p{
        font-size: 15px;
        top: 4px;
    }
}
.lp-section__block{
    display: flex;
    gap: 64px;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .lp-section__block{
        gap: 40px;
        flex-direction: column;
    }
}
.lp-section__block--image{
    width: 241px;
}
@media (max-width: 767px) {
    .lp-section__block--image{
        width: 199px;
    }
}
.lp-section__block--image img{
    width: 100%;
}
.lp-section__block--text{
    /* width: calc(100% - 241px - 64px); */
    font-weight: 500;
    font-size: 24px;
    line-height: 2em;
    text-align: left;
    color: #000;
}
@media (max-width: 767px) {
    .lp-section__block--text{
        font-size: 20px;
        text-align: center;
    }
}
.lp-section__block--text p > span{
    font-weight: 700;
    font-size: 26px;
}
@media (max-width: 767px) {
    .lp-section__block--text p > span{
        font-size: 22px;
    }
}
.lp-section__block--text p > span > span{
    font-size: 45px;
    color: #F92322;
    text-decoration: underline;
    padding: 0 8px;
}
@media (max-width: 767px) {
    .lp-section__block--text p > span > span{
        font-size: 42px;
        padding: 0 8px;
    }
}