@charset "UTF-8";
:root {
    --default-color01: #086DB0 !important;
    --share-color: #B50005 !important;
    --omo-top-btn : #07456E !important;
    --sms-color: #4ab192 !important;
    --sms-line-color: #06C755;
    --alert-color: #EC0000;
    --accent-color01-filter: invert(26%) sepia(85%) saturate(1598%) hue-rotate(183deg) brightness(97%) contrast(94%);
}
.user_menu {
    height: 60px;
}
.omo-color-filter {
    filter: var(--accent-color01-filter);
}
.alert_color {
    color: var(--alert-color);
}
/*filter*/
.used-filter {
    position: relative;
    & .coupon_area_inner {
        filter: opacity(0.6);
    }
}
.coupon-code-area {
    background: var(--bg-gray);
    border-radius: 1.0rem;
    padding: 20px 0 15px 0;
    margin: 0 20px;
}
.coupon-code {
    font-weight: 500;
    font-size: 2.6em;
    white-space: nowrap;
}
.used-stamp.is-actived::before {
    content: "";
    display: inline-block;
    width: 140px;
    height: 114px;
    background: url("../../img/omo/used_mark.svg") no-repeat;
    background-size: contain;
    position: absolute;
    left: 33%;
    top: 25%;
    transform: translate(-50%,-50%);
    z-index: 2;
    animation-name: pulse;
    animation-delay:2.5s;
    -webkit-animation-delay:2.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    opacity: 0;
    -webkit-animation-fill-mode:forwards;
        animation-fill-mode:forwards;
}
/*ページの有効期限切れ*/
.limit-over {
    width: 100%;
    max-width: 320px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 0.8rem;
    background: #fffffff2;
    z-index: 1;
}
.limit-over .limit-over-inner {
    width: 100%;
    max-width: calc(100% - 32px);
    min-height: 150px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.limit-over .limit-over-inner p.limit-text {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--alert-color);
}
.limit-over .limit-over-inner a {
    text-decoration: underline;
    color: var(--omo-top-btn);
}
.limit-over .limit-over-inner a:hover {
    color: initial !important;
    opacity: 0.8;
}
/* 時間制限 */
.time-limit {
    width: 100%;
    background: #F7F7F7;
    border-radius: 1.0rem;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
}
.time-limit .count-time-title {
    width: 35%;
}
.time-limit .count-time-title img {
    width: 85px;
    object-fit: contain;
}
.time-limit .count-time-area {
    width: 65%;
}
.time-limit .count-time-area p {
    font-weight: 600;
}
.time-limit .count-time-area p .time {
    font-size: 3.4rem;
    color: var(--default-color01);
}
.time-limit .count-time-area p .time-unit {
    font-size: 1.4rem;
    padding-right: 5px;
}
/* 時間制限バー */
.progress-area {
    width: 100%;
    position: relative;
    top: -5px;
}
.progress-area progress {
    -webkit-appearance: none;
    height: 7px;
    width: 100%;
    max-width: calc(100% - 10%);
}
/* 時間制限バーの背景色 */
.progress-area progress::-webkit-progress-bar {
    background-color: #C7C7C7;
    border-radius: 1.0rem;
}
/* 時間制限バーの色 */
.progress-area progress::-webkit-progress-value {
    background-color: var(--default-color01);
    border-radius: 1.0rem;
}
.progress-area progress::-moz-progress-bar {
    background-color: var(--default-color01);
}
.progress-area progress::-ms-fill {
    background-color: var(--default-color01);
}
/* icon */
.i-ticket {
    content: "";
    display: inline-block;
    width: 27px;
    height: 18px;
    background: url('../../img/omo/i-ticket.svg') no-repeat;
    background-size: contain;
}
.i-share {
    content: "";
    display: inline-block;
    width: 23px;
    height: 21px;
    background: url('../../img/omo/i-share.svg') no-repeat;
    background-size: contain;
}
.i-time {
    content: "";
    display: inline-block;
    width: 23px;
    height: 21px;
    background: url('../../img/omo/i-time.svg') no-repeat;
    background-size: contain;
}
.i-new-send {
    content: "";
    display: inline-block;
    width: 83px;
    height: 52px;
    background: url('../../img/omo/i-send.svg') no-repeat;
    background-size: contain;
}
/*color*/
.f-red {
    color: var(--alert-color);
}
.omo-color {
    color: var(--default-color01);
}
.sub-color,
.sub-color a {
    color: #666666;
}
/* link */
.omo a:hover {
    color: #ffffff !important;
}
p a {
    color: #000000 !important;
}
a.btn_gray-box-btn,
a.btn_g-box-btn {
    display: inline-block;
}
a.btn_gray-box-btn p,
a.btn_g-box-btn p {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_gray-line-box-btn p {
    height: 44px;
}
.omo-color-button,
.omo-color-button.active {
    background: var(--default-color01) !important;
}
.omo-top-color-button,
.omo-top-color-button.active {
    background: var(--omo-top-btn) !important;
}
.omo-share-button,
.omo-share-button.active {
    background: var(--share-color) !important;
}
.sms-color-button,
.sms-color-button.active {
    background: var(--sms-color) !important;
}
.omo-top-color-button.active,
.omo-share-button.active {
    opacity: 0.8;
}
.omo-color-button.used,
.omo-color-button.disabled {
    background: #BDBDBD !important;
    cursor: not-allowed;
}
.omo-color-button p {
    color: #ffffff;
}
.omo-color-line-button {
    background: #ffffff;
    border: 1px solid var(--default-color01);
    position: relative;
}
.omo-color-line-button p {
    color: var(--default-color01);
}
.line-color-line-button {
    background: #ffffff;
    border: 1px solid var(--sms-line-color);
    position: relative;
}
.line-color-line-button.blue {
    border: 1px solid var(--default-color01);
}
.line-color-line-button p {
    color: var(--default-color01);
}
.line-color-line-button p i.fa-line {
    color: var(--sms-line-color);
}
.omo-color-button i,
.omo-color-line-button i,
.line-color-line-button i {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}
/*checkbox*/
/* ラベルの左に表示させる正方形のチェックされたボックス□ */
.omo .checkbox01 input[type="checkbox"]:checked+label::before,
.omo .checkbox02 input[type="checkbox"]:checked+label::before,
.omo .checkbox03 input[type="checkbox"]:checked+label::before,
.omo .checkbox04 input[type="checkbox"]:checked+label::before,
.omo .checkbox_ig01 input[type="radio"]:checked+label::before,
.omo .checkbox_ig02 input[type="radio"]:checked+label::before,
.omo .checkbox_ig03 input[type="radio"]:checked+label::before,
.omo .modal_checkbox01 input[type="checkbox"]:checked+label::before {
    background-color: var(--default-color01) !important;
}
.omo .checkbox_ig01 input[type="radio"]:checked+label::before,
.omo .checkbox_ig02 input[type="radio"]:checked+label::before,
.omo .checkbox_ig03 input[type="radio"]:checked+label::before {
    border: var(--default-color01) !important; /* 枠線の色変更 お好きな色を */
}

.user_content__offer.omo {
    /* background: #F7F7F7; */
    background: transparent;
    padding-top: 60px;
}
.user_content__offer.omo .user_content__offer_info_inner {
    background: #ffffff;
}
.user_content__offer .user_content__offer_info_inner .offer_area_info img {
    width: 100%;
}
/* 追加 ブリッジページリンク */
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .offer_area_info_inner.line-info-inner .bridge-page-link {

}
/* 追加 ブリッジページリンク バナー */
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .offer_area_info_inner.line-info-inner .coupon-send-banner {

}

/*omo LP*/
.user_content__offer .user_content__offer_info_inner.top {
    max-width: 450px;
    position: relative;
}
.user_content__offer.omo .user_content__offer_info_inner .ogp-img {
    width: 100%;
}
.user_content__offer.omo .user_content__offer_info_inner .ogp-img img {
    width: 100%;
    object-fit: contain;
}
.user_content__offer.omo .user_content__offer_info_inner.top .button-area {
    width: 100%;
    max-width: 320px;
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.user_content__offer.omo .user_content__offer_info_inner .button-area p {
    position: relative;
    width: 130px;
    margin: 0 auto;
}
.user_content__offer.omo .user_content__offer_info_inner .button-area i {
    filter: invert(1);
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}
.user_content__offer .user_content__offer_info_inner.top .offer_area_info {
    margin-bottom: 0;
}
.user_content__offer .user_content__offer_info_inner.top .offer_area_info .top-content-area {
    width: 100%;
    background: #ffffff;
    padding: 20px 0;
    padding-bottom: 180px;
}
.user_content__offer .user_content__offer_info_inner.top .offer_area_info .top-content-area .top-content-area-inner {
    width: 100%;
    position: relative;
    text-align: center;
}
.user_content__offer .user_content__offer_info_inner.top .offer_area_info .top-content-area .top-content-area-inner::before {
    content: "";
    display: inline-block;
    width: 68px;
    height: 114px;
    background: url("../../img/omo/top_left_bg.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 30px;
}
.user_content__offer .user_content__offer_info_inner.top .offer_area_info .top-content-area .top-content-area-inner::after {
    content: "";
    display: inline-block;
    width: 54px;
    height: 109px;
    background: url("../../img/omo/top_right_bg.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
}
.user_content__offer .user_content__offer_info_inner.top .offer_area_info .top-content-area .top-content-area-inner h3 {
    width: 100%;
    max-width: calc(100% - 30%);
    margin: 0 auto;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.user_content__offer .user_content__offer_info_inner.top .offer_area_info .top-content-area .top-content-area-inner p {
    font-size: 1.6rem;
    font-weight: 600;
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img {
    text-align: center;
}
/*クーポン送信画面*/
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon-preview {
    width: 100%;
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon-preview .coupon-preview-inner {
    width: 100%;
    max-width: 100%;
    padding: 16px;
    border-radius: 0.5rem;
    border: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon-preview .coupon-preview-inner .coupon-img {
    width: 100%;
    max-width: calc(100% / 2 - 10px);
    border-radius: 1.0rem;
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon-preview .coupon-preview-inner .coupon-img img {
    object-fit: contain;
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon-preview .coupon-preview-inner .content {
    width: 100%;
    max-width: calc(100% / 2 + 10px);
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon-preview .coupon-preview-inner .content h3 {
    width: 100%;
    max-width: calc(100% - 8px);
    margin-top: 0;
    margin-left: 8px;
    font-size: 1.4rem;
    line-height: 2.0rem;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
/*--クーポン送信画面*/
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon {
    width: 100%;
    max-width: 100%;
    min-height: 370px;
    position: relative;
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon img.coupon_bg {
    filter: blur(0.5rem) brightness(1.1);
    transform: scale(1.2);
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: center;
    position: relative;
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon::after {
    width: 100%;
    height: 60%;
    background: -moz-linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
    background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
    position: absolute;
    bottom: -15px;
    left: 0;
    content: '';
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon .coupon_area {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    aspect-ratio: 1/1;
    background: url("../../img/omo/coupon_bg.png") no-repeat;
    background-size: contain;
    z-index: 1;
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon .coupon_area img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 1.6rem;
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon .coupon_area .coupon_area_inner {
    width: 100%;
    max-width: calc(100% - 50px);
    margin: 30px auto 20px;
    padding: 0 5px;
    display: flex;
    flex-direction: column;
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon .coupon_area .coupon_area_inner .img-area {
    width: 100%;
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon .coupon_area .coupon_area_inner .content {
    width: auto;
    height: 110px;
    margin: 13px auto 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon .coupon_area .coupon_area_inner .content h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 600;
    margin-top: 0;
    text-align: left;
    overflow: hidden;
    min-width: fit-content;
    max-height: 68px;
    text-align: left;
    /* padding: 0 15px; */
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon .coupon_area .coupon_area_inner .content h4 {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    margin-top: 15px;
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img img.omo-img,
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon.no-bg .coupon_area img {
    margin-top: 50px;
    width: 107px;
    aspect-ratio: initial;
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon.no-bg .coupon_area img.qr {
    width: 145px;
    margin-top: 30px;
}
.user_content__offer.line-friend.omo .user_content__offer_info_inner .offer_area_info_inner.line-info-inner h3 {
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user_content__offer.line-friend.omo .user_content__offer_info_inner .offer_area_info_inner.line-info-inner h3 img {
    width: 48px;
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .offer_area_info_inner.line-info-inner {
    max-width: 355px;
    margin-top: 25px;
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .offer_area_info_inner.line-info-inner .title-area h3 {
    max-width: 100%;
    font-feature-settings: "palt";
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .offer_area_info_inner.line-info-inner .readmore {
    padding-bottom: 25px;
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .offer_area_info_inner.line-info-inner.no-bg {
    margin-top: 5px;
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .offer_area_info_inner.line-info-inner p {
    max-width: 100%;
    line-height: normal;
}
/*時間制限*/
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .offer_area_info_inner.line-info-inner .time-limit .count-time-area p {
    position: relative;
    top: 5px;
}
.user_content__offer.line-friend.omo .user_content__offer_info_inner .offer_area_info_inner.line-info-inner .line-detail-inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
    border-bottom: none;
}
.user_content__offer.line-friend.omo .user_content__offer_info_inner .offer_area_info_inner.line-info-inner p.limit-area {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    margin: 15px auto;
}
.user_content__offer.line-friend.omo .user_content__offer_info_inner .offer_area_info_inner.line-info-inner p.limit-area.time-icon {
    font-size: 1.5rem;
}
.user_content__offer.line-friend.omo .user_content__offer_info_inner .offer_area_info_inner.line-info-inner p.limit-area i.i-new-time {
    width: 23px;
    height: 23px;
    position: relative;
    top: 5px;
}
.user_content__offer.line-friend.omo .user_content__offer_info_inner .offer_area_info_inner.line-info-inner .gray_area {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
}
/*背景無し*/
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon.no-bg {
    min-height: 440px;
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon.no-bg .coupon_area {
    top: 65px;
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon .coupon_area .coupon_area_inner .coupon_area_inner_inner {
    width: 100%;
    display: flex;
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon .coupon_area .coupon_area_inner .coupon_area_inner_inner .img-area {
    width: 48%;
    margin-right: 15px;
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon .coupon_area .coupon_area_inner .coupon_area_inner_inner .img-area img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin: initial;
    border-radius: 0.8rem;
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon .coupon_area .coupon_area_inner .coupon_area_inner_inner .content {
    width: 52%;
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon .coupon_area .coupon_area_inner .coupon_area_inner_inner .content h3 {
    font-size: 1.4rem;
    -webkit-line-clamp: initial;
    margin: 0;
}
/*クーポンラベル*/
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon .coupon_area .coupon-label {
    width: 106px;
    height: 80px;
    overflow: hidden;
    position: absolute;
    top: 9px;
    left: 8px;
}
.user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon .coupon_area .coupon-label p {
    display: inline-block;
    position: absolute;
    padding: 10px 0;
    top: 11px;
    left: -30px;
    width: 115px;
    text-align: center;
    font-size: 18px;
    line-height: 14px;
    background: #FCE563;
    color: #000000;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-45deg);
    z-index: 1;
}
/*modal*/
.modal-wrap-alert-user .modal-inner .top-area .omo-color-line-button i {
    filter: initial;
    margin-bottom: 0;
    width: initial;
    height: initial;
}
@media screen and (max-width: 767px) {
    .user_content__offer.omo {
        padding-top: 20px !important;
        overflow-x: hidden;
    }
    .used-stamp.is-actived::before {
        left: 30%;
        top: 20%;
    }
    .user_content__offer .user_content__offer_info_inner.top {
        padding-bottom: 0;
    }
    .user_content__offer.omo .user_content__offer_info_inner .offer_area_info .offer_area_info_inner.line-info-inner .title-area {
        width: 100%;
        background: #ffffff;
        position: relative;
        z-index: 1;
    }
    .user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon-preview .coupon-preview-inner {
        width: 100%;
        max-width: calc(100% - 32px);
        margin: 0 auto;
    }
    .user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon-preview .coupon-preview-inner .coupon-img img {
        aspect-ratio: initial;
    }
    /*coupon*/
    .user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon .coupon_area .coupon_area_inner .content {
        height: 75px;
    }
    .user_content__offer.omo .user_content__offer_info_inner.white-border-radius08 {
        background: #ffffff;    
    }
    .user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon::after {
        background: transparent;
    }
}
@media screen and (max-width: 560px) {
    .user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon {
        min-height: 410px;
    }
    .user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon img.coupon_bg {
        aspect-ratio: 3/2;
    }
    .user_content__offer.omo .user_content__offer_info_inner .offer_area_info .offer_area_info_inner.line-info-inner {
        max-width: calc(100% - 62px);
        margin-top: 0;
    }
    .user_content__offer.omo .user_content__offer_info_inner .main-img-area .button-area {
        bottom: 35px;
    }
    .user_content__offer .user_content__offer_info_inner.top .offer_area_info .top-content-area {
        padding-bottom: 100px;
    }
    .user_content__offer.line-friend.omo .user_content__offer_info_inner .offer_area_info_inner.line-info-inner p.limit-area {
        margin-top: 5px;
    }
        .user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon .coupon_area {
            top: 0;
        }
}
@media screen and (max-width: 440px) {
    .user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon {
        min-height: 395px;
    }
    .user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon .coupon_area {
        width: 100%;
        max-width: 100%;
    }
    .user_content__offer.omo .user_content__offer_info_inner .offer_area_info .offer_area_info_inner.line-info-inner {
        max-width: 100%;
        margin-top: 0;
    }
    .user_content__offer.omo .user_content__offer_info_inner .offer_area_info .offer_area_info_inner.line-info-inner.content {
        max-width: calc(100% - 32px);
        padding-top: 10px;
    }
    .user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon::after {
        height: 60%;
        bottom: 25%;
    }
}
@media screen and (max-width: 390px) {
    .user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon {
        min-height: 350px;
    }
    .user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img img.omo-img, .user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon.no-bg .coupon_area img {
        margin-top: 25px;
    }
    .user_content__offer .user_content__offer_info_inner.top .offer_area_info .top-content-area {
        padding-bottom: 150px;
    }
}
@media screen and (max-width: 360px) {
    .user_content__offer.omo .user_content__offer_info_inner .offer_area_info .line-friend-img.coupon {
        min-height: 310px;
    }
    .user_content__offer.line-friend.omo .user_content__offer_info_inner .offer_area_info_inner.line-info-inner p.limit-area {
        padding-top: 25px;
    }
}
