.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: 1160px;
    padding: 0 40px;
    width: 100%;
    margin: auto;
}

@media (max-width: 767px) {
    .inner {
        width: 100%;
        padding: 0 20px;
    }
}


/*************************************************/

.lp-kv {
    position: relative;
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .lp-kv {
        margin-bottom: 40px;
    }
}

.lp-kv img {
    width: 100%;
    display: block;
}

.lp-kv__text {
    padding: 16px 20px;
    background: linear-gradient(90deg, #FC9138 0%, #FFCA5A 47.12%, #73EB60 100%);
}

@media (max-width: 767px) {
    .lp-kv__text {
        padding: 20px 20px;
    }
}

.lp-kv__text p {
    /*font-family: 'Hiragino Sans';*/
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.55);
}
@media (max-width: 767px) {
    .lp-kv__text p {
        font-size: 16px;
    }
}


.lp-exhibition {
    margin-bottom: 80px;
}
@media (max-width: 767px) {
.lp-exhibition {
    margin-bottom: 40px;
}
}

.lp-exhibition__wrap {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background: linear-gradient(90deg, #FC9138 0%, #FFCA5A 47.12%, #73EB60 100%);
    width: calc(100% - 50px);
    margin: auto;
    margin-right: 0;
}
@media (max-width: 1260px) {
    .lp-exhibition__wrap {
        width: 100%;
    }
}
@media (max-width: 767px) {
 .lp-exhibition__wrap {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    width:100%;
    margin: auto;
}
}

.lp-exhibition__content {}

.lp-exhibition__content--01 {
    background-color: #FFFFFF99;
    padding: 60px 0 48px;
    padding-right: 50px;
}
@media (max-width: 1260px) {
    .lp-exhibition__content--01 {
        padding: 60px 0 48px;
    }
}
@media (max-width: 767px) {
.lp-exhibition__content--01 {
    padding: 32px 0 40px;
}
}

h2.lp-exhibition__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.5em;
    color: #000000;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 36px;
    position: relative;
}
@media (max-width: 767px) {
h2.lp-exhibition__title {
    font-size: 38px;
    margin-bottom: 32px;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    padding-left: 32px;
}
}

h2.lp-exhibition__title:before {
    content: "";
    /* Rectangle 3 */
    position: absolute;
    width: 14px;
    height: 54px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(180deg, #FC8F38 0%, #FFCA5A 47.6%, #76EA60 100%);
    border-radius: 30px;
}
@media (max-width: 767px) {
h2.lp-exhibition__title:before {
    width: 14px;
    height: 54px;
}
}

h2.lp-exhibition__title span {
    /*font-family: 'Arial';*/
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
    top: 4px;
}
@media (max-width: 767px) {
h2.lp-exhibition__title span {
    font-size: 13px;
    top: 0;
}
}

.lp-exhibition__dates {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}
@media (max-width: 767px) {
.lp-exhibition__dates {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
}
}

.lp-exhibition__date {
    width: calc(50% - 12px);
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px 32px;
}
@media (max-width: 767px) {
.lp-exhibition__date {
    width: 100%;
    border-radius: 20px;
    padding: 20px 20px;
}
}

.lp-exhibition__date--tab {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 2px 20px;
    gap: 10px;
    background: #269641;
    border-radius: 10px;
    /*font-family: 'Hiragino Sans';*/
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
    color: #FFFFFF;
    margin-bottom: 4px;
}
@media (max-width: 767px) {
.lp-exhibition__date--tab {
    padding: 2px 20px;
    gap: 10px;
    border-radius: 10px;
    font-size: 16px;
    margin-bottom: 8px;
}
}

.lp-exhibition__date--disp {
    /*font-family: 'Arial';*/
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 1em;
    color: #000000;
}
@media (max-width: 767px) {
.lp-exhibition__date--disp {
    font-size: 56px;
}
}

.lp-exhibition__detail {
    overflow: hidden;
    border-radius: 20px;
}
@media (max-width: 767px) {
.lp-exhibition__detail {
    border-radius: 20px;
}
}

.lp-exhibition__detail dl {
    margin: 0;
    margin-bottom: 4px;
    display: flex;
    gap: 4px;
}
@media (max-width: 767px) {
.lp-exhibition__detail dl {
    margin: 0;
    flex-direction: column;
    gap: 0;
}
}

.lp-exhibition__detail dl:last-child {
    margin-bottom: 0px;
}

.lp-exhibition__detail dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    min-height: 75px;
    padding: 12px 24px;
    background-color: #C6C9C5;
    /*font-family: 'Hiragino Sans';*/
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    color: #000000;
}
@media (max-width: 767px) {
.lp-exhibition__detail dl dt {
    width: 100%;
    min-height: 45px;
    padding: 16px 20px;
    font-size: 16px;
}
}

.lp-exhibition__detail dl dd {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 250px - 4px);
    min-height: 75px;
    padding: 12px 24px;
    background-color: #E9EBE8;
    /*font-family: 'Hiragino Sans';*/
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
    color: #000000;
    gap: 40px;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
.lp-exhibition__detail dl dd {
    width: 100%;
    min-height: 75px;
    padding: 16px 20px;
    font-size: 15px;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.lp-exhibition__detail dl:nth-child(2) dd {
padding: 32px 20px;
}
}

.lp-exhibition__content--02 {
    padding: 72px 0 52px;
    padding-right: 50px;
}
@media (max-width: 1260px) {
.lp-exhibition__content--02 {
    padding: 72px 0 52px;
}
}
@media (max-width: 767px) {
.lp-exhibition__content--02 {
    padding: 32px 0 40px;
}
}

h3.lp-exhibition__title {
    padding-left: 28px;
    /*font-family: 'Hiragino Sans';*/
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5em;
    color: #000000;
    margin-bottom: 32px;
    position: relative;
}
@media (max-width: 767px) {
h3.lp-exhibition__title {
    padding-left: 28px;
    font-size: 20px;
    margin-bottom: 24px;
}
}

h3.lp-exhibition__title:before {
    position: absolute;
    content: "";
    width: 9px;
    height: 27px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(180deg, #FC8F38 0%, #FFCA5A 47.6%, #76EA60 100%);
    border-radius: 30px;
}
@media (max-width: 767px) {
h3.lp-exhibition__title:before {
    width: 9px;
    height: 27px;
}
}


.lp-exhibition__map {}

.lp-exhibition__map img {
    width: 100%;
}

.lp-introduction {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
.lp-introduction {
    margin-bottom: 40px;
}
}

.lp-introduction__wrap {}

.lp-introduction__wrap>*:last-child {
    margin-bottom: 0;
}

.lp-introduction__content {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
.lp-introduction__content {
    margin-bottom: 40px;
}
}
.lp-introduction__title {
    /*font-family: 'Hiragino Sans';*/
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5em;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 20px;
    background: linear-gradient(90deg, #FC9138 0%, #FFCA5A 47.12%, #73EB60 100%);
    border-radius: 10px;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
.lp-introduction__title {
    font-size: 24px;
    padding: 4px 20px;
    background: linear-gradient(90deg, #FC9138 0%, #FFCA5A 47.12%, #73EB60 100%);
    border-radius: 10px;
    margin-bottom: 32px;
    text-align: center;
}
}

.lp-introduction__banner {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
.lp-introduction__banner {
    margin-bottom: 20px;
}
}

.lp-introduction__banner img {
    width: 100%;
}

.lp-introduction__block {
    padding: 32px 32px;
    background: #F5F5F5;
    border-radius: 30px;
    display: flex;
    gap: 32px;
    margin-bottom: 60px;
}
@media (max-width: 767px) {
.lp-introduction__block {
    padding: 20px 20px 28px;
    border-radius: 30px;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
}
}

.lp-introduction__media {
    width: 30%;
}
@media (max-width: 767px) {
.lp-introduction__media {
    width: 100%;
}
}

.lp-introduction__media img {
    width: 100%;
}

.lp-introduction__bady {
    width: calc(70% - 32px);
}
@media (max-width: 767px) {
.lp-introduction__bady {
    width: 100%;
}
}

.lp-introduction__bady h3 {
    /*font-family: 'Hiragino Sans';*/
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5em;
    color: #000000;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
.lp-introduction__bady h3 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}
}

.lp-introduction__disp {
    padding: 24px 23px;
    background: #FFFFFF;
    border-radius: 20px;
    min-height: 180px;
}
@media (max-width: 767px) {
.lp-introduction__disp {
    padding: 24px 24px;
    min-height: 0;
}
}

.lp-introduction__disp p {
    /*font-family: 'Hiragino Sans';*/
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    color: #000000;
    margin-bottom: 28px;
}
@media (max-width: 767px) {
.lp-introduction__disp p {
    font-size: 15px;
    margin-bottom: 28px;
}
}

.lp-introduction__btn {}

.lp-introduction__btn a {
    width: 166px;
    height: 50px;
    background: #269641;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-family: 'Hiragino Sans';*/
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 175%;
    color: #FFFFFF;
    text-decoration: none;
}

@media (max-width: 767px) {
.lp-introduction__btn a {
    width: 166px;
    height: 50px;
    border-radius: 30px;
    font-size: 16px;
    margin: auto;
}
}
.lp-introduction__content--01 .lp-introduction__btn a {
    margin: auto;
    width: 208px;
    height: 50px;
}
@media (max-width: 767px) {
.lp-introduction__content--01 .lp-introduction__btn a {
    width: 208px;
    height: 50px;
}
}

.lp-soon {
    margin-bottom: 120px;
}
@media (max-width: 767px) {
.lp-soon {
    margin-bottom: 80px;
}
}

.lp-soon__wrap {}

.lp-soon__content {}

.lp-soon__content h2 {
    /*font-family: 'Arial';*/
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    line-height: 1em;
    text-align: center;
    color: #E8E8E8;
    position: relative;
    margin-bottom: 48px;
}
@media (max-width: 767px) {
.lp-soon__content h2 {
    font-size: 48px;
    margin-bottom: 32px;
}
}

.lp-soon__content h2 span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    /*font-family: 'Hiragino Sans';*/
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5em;
    text-align: center;
    color: #000000;
}
@media (max-width: 767px) {
.lp-soon__content h2 span {
    font-size: 24px;
}
}

.lp-soon__cards {
    display: flex;
    justify-content: center;
    gap: 28px;
}
@media (max-width: 767px) {
.lp-soon__cards {
    flex-direction: column;
    gap: 32px;
    align-items: center;
}
}


.lp-soon__card {
    width: calc(33.33% - (56px / 3));
}
@media (max-width: 767px) {
.lp-soon__card {
    max-width: 335px;
    width: 100%;
}
}

.lp-soon__media {
    margin-bottom: 28px;
    width: 100%;
    height: 364px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    border-radius: 30px;

}
@media (max-width: 767px) {
.lp-soon__media {
    margin-bottom: 20px;
    width: 100%;
    height: 364px;
}
}

.lp-soon__media img {
    width: 100%;
    position: relative;
    top: -12px;
}
@media (max-width: 767px) {
.lp-soon__media img {
    top: -12px;
}
}

.lp-soon__body {}

.lp-soon__name {
    /*font-family: 'Hiragino Sans';*/
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5em;
    text-align: center;
    color: #000000;
    margin-bottom: 16px;
}
@media (max-width: 767px) {
.lp-soon__name {
    font-size: 24px;
    margin-bottom: 12px;
}
}


.lp-soon__disp {
    /*font-family: 'Hiragino Sans';*/
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    text-align: center;
    color: #000000;
}
@media (max-width: 767px) {
.lp-soon__disp {
    font-size: 15px;
}
}

.lp-guest {
    margin-bottom: 80px;
}
@media (max-width: 767px) {
.lp-guest {
    margin-bottom: 60px;
}
}

.lp-guest__wrap {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: linear-gradient(90deg, #FC9138 0%, #FFCA5A 47.12%, #73EB60 100%);
    width: calc(100% - 50px);
    margin: auto;
    margin-left: 0;
}
@media (max-width: 1260px) {
.lp-guest__wrap {
        width: 100%;
    }
}
@media (max-width: 767px) {
.lp-guest__wrap {
    width:100%;
    margin: auto;
}
}

.lp-guest__content {}

.lp-guest__content--01 {
    background-color: #FFFFFF99;
    padding: 52px 0 48px;
    padding-left: 50px;
}
@media (max-width: 1260px) {
.lp-guest__content--01 {
    padding: 52px 0 48px;
}
}
@media (max-width: 767px) {
.lp-guest__content--01 {
    padding: 32px 0 44px;
}
}

h2.lp-guest__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.5em;
    color: #000000;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 36px;
    position: relative;
}
@media (max-width: 767px) {
h2.lp-guest__title {
    font-size: 38px;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-left: 32px;
}
}

h2.lp-guest__title:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 54px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(180deg, #FC8F38 0%, #FFCA5A 47.6%, #76EA60 100%);
    border-radius: 30px;
}

h2.lp-guest__title span {
    /*font-family: 'Arial';*/
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
    top: 4px;
}
@media (max-width: 767px) {
h2.lp-guest__title span {
    font-size: 13px;
    top: 0;
}
}

.lp-guest__disp {
    /*font-family: 'Hiragino Sans';*/
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 175%;
    color: #000000;
}
@media (max-width: 767px) {
.lp-guest__disp {
    font-size: 15px;
}
}

.lp-guest__content--02 {
    padding: 52px 0 80px;
    padding-left: 50px;
}
@media (max-width: 1260px) {
.lp-guest__content--02 {
    padding: 52px 0 80px;
}
}
@media (max-width: 767px) {
.lp-guest__content--02 {
    padding: 40px 0 40px;
}
}

.lp-guest__details {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
@media (max-width: 767px) {
.lp-guest__details {
    gap: 20px;
}
}

.lp-guest__detail {
    display: flex;
    gap: 50px;
    padding: 32px;
    background: #FFFFFF;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 767px) {
.lp-guest__detail {
    gap: 20px;
    flex-direction: column;
    padding: 20px;
}
}

.lp-guest__detail--cover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #484848;
}

.lp-guest__detail--cover p {
    /*font-family: 'Arial';*/
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.25em;
    text-align: center;
    color: #FFFFFF;
}

@media (max-width: 767px) {
.lp-guest__detail--cover p {
    font-size: 40px;
}
}
.lp-guest__detail--media {
    width: 254px;
}
@media (max-width: 767px) {
.lp-guest__detail--media {
    width: 100%;
}
}

.lp-guest__detail--media img {
    width: 100%;
    border-radius: 30px;
}

.lp-guest__detail--body {
    width: calc(100% - 254px - 50px);
}
@media (max-width: 767px) {
.lp-guest__detail--body {
    width: 100%;
}
}

.lp-guest__detail--date {
    /*font-family: 'Hiragino Sans';*/
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5em;
    color: rgba(0, 0, 0);
}
@media (max-width: 767px) {
.lp-guest__detail--date {
    font-size: 16px;
    margin-bottom: 4px;
}
}

.lp-guest__detail--name {
    /*font-family: 'Hiragino Sans';*/
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 175%;
    color: rgba(0, 0, 0);
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 12px;
}
@media (max-width: 767px) {
.lp-guest__detail--name {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 20px;
}
}
.lp-guest__detail--name span{
    font-size: 16px;
    line-height: 175%;
}
@media (max-width: 767px) {
.lp-guest__detail--name span{
    font-size: 13px;
}
}
.lp-guest__detail--disp {
    padding: 24px;
    /*font-family: 'Hiragino Sans';*/
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 175%;
    color: rgba(0, 0, 0);
    background: #E9EBE8;
    border-radius: 20px;
}
@media (max-width: 767px) {
.lp-guest__detail--disp {
    padding: 20px;
    font-size: 15px;
}
}
.lp-guest__detail--disp > *:last-child{
margin-bottom: 0px;
}
.lp-guest__detail--disp p{
    margin-bottom: 28px;
    word-break: break-all;
    overflow-wrap: break-word;
}
@media (max-width: 767px) {
.lp-guest__detail--disp p{
    margin-bottom: 28px;
}
}


.lp-guest__btn {}

.lp-guest__btn a {
    width: 166px;
    height: 50px;
    background: #269641;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-family: 'Hiragino Sans';*/
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 175%;
    color: #FFFFFF;
    text-decoration: none;
}

@media (max-width: 767px) {
.lp-guest__btn a {
    width: 166px;
    height: 50px;
    border-radius: 30px;
    font-size: 16px;
    margin: auto;
}
}

.lp-coupon {
    margin-bottom: 160px;
}
@media (max-width: 767px) {
.lp-coupon {
    margin-bottom: 40px;
}
}

.lp-coupon__wrap {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background: linear-gradient(90deg, #FC9138 0%, #FFCA5A 47.12%, #73EB60 100%);
    width: calc(100% - 50px);
    margin: auto;
    margin-right: 0;
}
@media (max-width: 1260px) {
.lp-coupon__wrap {
        width: 100%;
    }
}
@media (max-width: 767px) {
.lp-coupon__wrap {
    width: 100%;
    margin: auto;
}
}


.lp-coupon__content {}

.lp-coupon__content--01 {
    background-color: #FFFFFF99;
    padding: 52px 0 52px;
    padding-right: 50px;
}
@media (max-width: 1260px) {
.lp-coupon__content--01 {
    padding: 52px 0 52px;
}
}
@media (max-width: 767px) {
.lp-coupon__content--01 {
    padding: 48px 0 44px;
}
}


h2.lp-coupon__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.5em;
    color: #000000;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 36px;
    position: relative;
}
@media (max-width: 767px) {
h2.lp-coupon__title {
    font-size: 38px;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-left:32px;
    white-space: nowrap;
}
}

h2.lp-coupon__title:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 54px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(180deg, #FC8F38 0%, #FFCA5A 47.6%, #76EA60 100%);
    border-radius: 30px;
}

h2.lp-coupon__title span {
    /*font-family: 'Arial';*/
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
    top: 4px;
}
@media (max-width: 767px) {
h2.lp-coupon__title span {
    font-size: 13px;
    top: 0px;
}
}

.lp-coupon__disp {
    /*font-family: 'Hiragino Sans';*/
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 175%;
    color: #000000;
}
@media (max-width: 767px) {
.lp-coupon__disp {
    font-size: 15px;
}
}



.lp-coupon__content--02 {
    padding: 56px 0 80px;
    padding-right: 50px;
}
@media (max-width: 1260px) {
.lp-coupon__content--02 {
    padding: 56px 0 80px;
}
}
@media (max-width: 767px) {
.lp-coupon__content--02 {
    padding: 32px 0 44px;
}
}

.lp-coupon__detail {}

.lp-coupon__detail img {
    max-width: 893px;
    width: 100%;
    margin: auto;
    display: block;
}
@media (max-width: 767px) {
.lp-coupon__detail img {
    width: 100%;
}
}