<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*新サービスお知らせエリア*/
.pc_hidden{
    display: none;
}
@keyframes purupuru_anim {
	0% {	transform: translate(0, 0);}
	5% {	transform: translate(-2px, -0);}
	10% {	transform: translate(2px, 0);}
	15% {	transform: translate(-2px, -0);}
	20% {	transform: translate(2px, 0);}
	25% {	transform: translate(-2px, -0);}
	30% {	transform: translate(0, 0);}
	100% {	transform: translate(0, 0);}
}
/*font-weight*/
.f-weight-400{
    font-weight: 400;
}
.f-weight-600{
    font-weight: 600;
}
/* --新トップデザイン追加*/
.f_green{
    color: #04B795;
}
.f_pink{
    color: #ff5a5c;
}
/*矢印*/
.r_arrow {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    color: #333;
    text-decoration: none;
}
.r_arrow::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #707070;
    border-right: solid 1px #707070;
    position: absolute;
    top: 52%;
    right: 0;
    margin-top: -4px;
    transform: rotate(45deg);
}
/*button*/
.btn_maru {
    border-radius: 50px;
}
.box_shadow {
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.16));
}
.btn_pink {
    background: #F94786;
    color: #ffffff !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_normal {
    background: #ffffff;
    border: 1px solid #1CC78C;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_pink:hover{
    color: #ffffff;
    opacity: 0.8;
}
.btn_normal:hover {
    color: #333333;
    opacity: 0.8;
    text-decoration: none;
}
.main_tieup_info_inner_flex_left a.button {
    display: inline-block;
    width: 104px;
    height: 32px;
    position: relative;
}
/*STEP icon*/
@media screen and (min-width: 767px) {

}
li p {
    font-weight: 600;
}
li.tieup_step01 p span {
    font-size: 1.1em;
}
.tieup_step01::before {
    content: "";
    display: inline-block;
    width: 54px;
    /* max-width: 54px; */
    height: 37px;
    background: url("../../../img/tieup/icon/step01.svg") no-repeat;
    background-size: contain;
    position: relative;
    /* padding-right: 3px; */
}
.tieup_step02::before {
    content: "";
    display: inline-block;
    width: 48px;
    height: 38px;
    background: url("../../../img/tieup/icon/step02.svg") no-repeat;
    background-size: contain;
    position: relative;
    padding-right: 10px;
}

.tieup_step03::before {
    content: "";
    display: inline-block;
    width: 59px;
    height: 37px;
    background: url("../../../img/tieup/icon/step03.svg") no-repeat;
    background-size: contain;
    position: relative;
    padding-right: 10px;
}

.tieup_mark {
    position: relative;
    left: 0;
}
.tieup_mark::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../../../img/tieup/icon/fan_tieup.svg") no-repeat;
    background-size: contain;
    position: absolute;
    left: -6px;
    top: -7px;
}

.coin_mark {
    position: relative;
    font-weight: 700;
    left: 0;
}
.coin_mark::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../../../img/tieup/coin.svg") no-repeat;
    background-size: contain;
    position: relative;
    left: 0;
    top: 5px;
    padding-right: 5px;
}
.main_tieup_info {
    width: 100%;
}

@media all and (max-width: 768px) {
    .main_tieup_info {
        margin-bottom: 10px;
    }
}

.main_tieup_info_inner {
    width: 100%;
    max-width: 1100px;
    margin: 20px auto 0;
    padding: 10px 0;
}
.main_tieup_info_inner .safe_text_area {
    width: 89%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 5px 0;
    /* padding: 5px 0; */
}

@media all and (max-width: 768px) {
    .main_tieup_info_inner .safe_text_area {
        margin: 12px 0 10px;
    }
    .main_tieup_info_inner .safe_text_area .btn_normal {
        background: #ffffff;
    }
    .tieup_step01::before {
        width: 63px;
        height: 39px;
    }
    .tieup_step02::before {
        width: 63px;
        height: 39px;
    }
    
    .tieup_step03::before {
        width: 57px;
        height: 27px;
    }
    ul.tieup_step li.tieup_step03 p {
        padding-top: 11px;
    }
}

.main_tieup_info_inner .slider_img{
    width: 100%;
}
.main_tieup_info_inner .slider_img img{
    width: 100%;
    object-fit: contain;
}
/*安心*/
.main_tieup_info_inner .sage_text_area .safe_text_area{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_tieup_info_inner .safe_text_area .safe_text_area_left {
    width: 100%;
    max-width: fit-content;
    justify-content: center;
    display: flex;
    align-items: center;
}
.main_tieup_info_inner .safe_text_area .safe_text_area_left p::before{
    content: "安心";
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #FF5A5C;
    padding: 3px 5px;
    margin-right: 5px;
}
.main_tieup_info_inner .safe_text_area .safe_text_area_left p{
    color: #FF5A5C;
    font-size: 14px;
    font-weight: 500;
}
.main_tieup_info_inner .safe_text_area .safe_btn_area {
    width: 100%;
    max-width: 60%;
    display: flex;
    justify-content: center;
}
.main_tieup_info_inner .safe_text_area .safe_btn_area .button{
    width: 100%;
    max-width: 185px;
    padding: 3px;
    margin: 0 5px;
}
.main_tieup_info_inner .safe_text_area .safe_btn_area .button a:link p{
    text-decoration: none;
}
.main_tieup_info_inner .safe_text_area .safe_btn_area .button p {
    display: flex;
    align-items: center;
    font-size: 12px;
}
.main_tieup_info_inner .safe_text_area .safe_btn_area .button p.fantieup::before{
    content: "";
    display: inline-block;
    background: url("../../../img/tieup/icon/fan_tieup.svg") no-repeat;
    width: 25px;
    height: 25px;
    background-size: contain;
    position: relative;
    padding-right: 5px;
}
.main_tieup_info_inner .safe_text_area .safe_btn_area .button p.hirometer::before{
    content: "";
    display: inline-block;
    background: url("../../../img/tieup/icon/gift.svg") no-repeat;
    width: 16px;
    height: 17px;
    background-size: contain;
    position: relative;
    padding-right: 5px;
}
.main_tieup_info_inner .safe_text_area .safe_btn_area .button p.mypage::before{
    content: "";
    display: inline-block;
    background: url("../../../img/tieup/icon/person.svg") no-repeat;
    width: 18px;
    height: 16px;
    background-size: contain;
    position: relative;
    padding-right: 5px;
}
/*安心 end */
.main_tieup_info_inner .banner_area{
    width: 980px;
    padding: 15px 0;
}
.main_tieup_info_inner .banner_area img{
    width: 100%;
    object-fit: contain;
}
.main_tieup_info_inner.local {
    border-top: 1px solid #E0E1E2;
    padding-top: 10px;
}
.main_tieup_info_inner.local ul.offer_card {
    margin-top: 5px;
}
.main_tieup_info_inner_flex {
    width: 100%;
    display: flex;
    justify-content: center;
}
.main_tieup_info_inner_flex_left {
    display: flex;
    align-items: center;
    width: 48%;
}
.main_tieup_info_inner_flex_left .img_area img.tieup{
    width: 52px;
    object-fit: contain;
    position: relative;
    top: -5px;
    animation: purupuru_anim 1.5s infinite;
}
.main_tieup_info_inner_flex_left a.button {
    display: inline-block;
    width: 130px;
    position: relative;
    text-align: center;
    margin-left: 10px;
    font-size: 12px;
    margin: 3px 0;
}
.main_tieup_info_inner_flex_left a.button p {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main_tieup_info_inner_flex_left h2 {
    width: fit-content;
    position: relative;
    font-size: 18px;
    line-height: 1.2rem;
    color: #04B795;
}
.main_tieup_info_inner_flex_left h2 .sub {
    font-size: 11px;
}
.main_tieup_info_inner_flex_left .img_area{
    width: 55px;
}
.main_tieup_info_inner_flex_left .img_area img{
    width: 55px;
    object-fit: contain;
}
.main_tieup_info_inner_flex_left .info_area{
    display: flex;
    align-items: center;
    margin-left: 5px;
}
.main_tieup_info_inner_flex_left .info_area .inf_area_inner {
    display: flex;
    flex-direction: column;
}
.main_tieup_info_inner_flex_left .info_area .btn_box{
    display: flex;
    flex-direction: column;
    margin-left: 5px;
}
.main_tieup_info_inner_flex_right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52%;
}
.main_tieup_info_inner_flex_right.pc_hidden {
    display: none;
}
.main_tieup_info_inner_slide {
    width: 100%;
    display: flex;
}
.main_tieup_info_inner_btn {
    width: 100%;
    padding: 15px 0 5px;
    position: relative;
}
.main_tieup_info_inner_btn a {
    color: #1CC78C;
    position: absolute;
    right: 15px;
}
.main_local_inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    padding: 20px 0 5px;
}
.main_local_inner_left {
    width: 100%;
    max-width: calc(70% - 20px);
    margin-right: 20px;
}
.main_local_inner_left h3 {
    left: 0;
    padding-bottom: 15px;
    font-size: 18px;
}
.main_local_inner_left h3 .sub {
    font-weight: 400;
    font-size: 12px;
}
.main_local_inner_left_infomation {
    margin-top: 30px;
    border-top: 1px solid #E0E1E2;
    border-bottom: 1px solid #E0E1E2;
}
.main_local_inner_left_infomation ul.special_topics li.special_area {
    padding-bottom: 10px;
}
.main_local_inner_left_infomation .btn_area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}
.main_local_inner_left_article {
    padding: 15px 0;
}
.main_local_inner_left_article ul.article_list_card.flex_wrap {
    padding: 15px 0;
}
.main_local_inner_left_article h3 {
    display: flex;
    align-items: center;
    padding-bottom: 0;
}
.main_local_inner_left_article .btn_area {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_local_inner_right {
    width: 100%;
    max-width: 30%;
    display: flex;
    flex-direction: column;
}
.main_local_inner_right a:hover {
    opacity: 0.8;
}
.main_local_inner_right a img {
    width: 100%;
    -o-object-fit: contain;
        object-fit: contain;
    padding-bottom: 15px;
}
.main_local_inner_right .banner_area {
    margin-top: 50px;
}
/*TOP STEP*/
ul.tieup_step {
    width: 100%;
    max-width: calc(100% - 8px);
    margin: 0 auto;
    display: flex;
}
ul.tieup_step li {
    width: 100%;
    max-width: calc(33.3333333333% - 4px);
    background: #FCF5F0;
    border-radius: 0.3rem;
    margin: 0 2px;
    padding: 15px 8px;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    /* line-height: 1.6rem; */
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/*offer_card*/
ul.offer_card {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 10px;
}
ul.offer_card li a:hover{
    text-decoration: none;
}
ul.offer_card li {
    width: 100%;
    max-width: calc(100% / 5 - 20px);
    margin: 6px;
    padding: 10px;
    background: linear-gradient(180deg, #EFF2F4 0%, #EFF2F4 22%, #ffffff 22%, #ffffff 100%);
    position: relative;
    border: 1px solid #1CC78C;
    min-width: 200px;
}
ul.offer_card li .offer_meter {
    width: 100%;
    display: flex;
    position: relative;
    height: 85px;
}
ul.offer_card li .offer_meter h3.tieup_mark {
    position: absolute;
    top: 2px;
    left: 55%;
    text-align: center;
    font-size: 10px;
    color: #006241;
    padding-bottom: 3px;
    line-height: 0.8rem;
    padding-left: 23px;
}
ul.offer_card li .offer_meter_img {
    width: 100%;
    max-width: calc(50% - 5px);
    margin-right: 5px;
    position: absolute;
    top: 2px;
}
ul.offer_card li .offer_meter_img img {
    width: 109px;
    height: 82px;
    -o-object-fit: cover;
        object-fit: cover;
}
ul.offer_card li .offer_meter_text {
    width: 100%;
    max-width: calc(50% - 5px);
    margin-left: 5px;
    position: absolute;
    left: 50%;
    bottom: 0;
}
ul.offer_card li .offer_meter_text .f_gray{
    font-size: 10px;
    color: #707070;
}
ul.offer_card li .offer_meter_text p {
    font-size: 20px;
    text-align: center;
}
ul.offer_card li .offer_meter_text p.high
{
    color: #F94786;
}
ul.offer_card li .offer_meter_text h3.tieup_mark {
    font-size: 10px;
    color: #006241;
    text-align: center;
    padding-bottom: 3px;
    line-height: 1.5rem;
}
ul.offer_card li .title_area {
    width: 100%;
    overflow: hidden;
    margin: 5px 0;
}
ul.offer_card li .title_area p {
    overflow: hidden;
    text-overflow: ellipsis;
    /*
    white-space: nowrap;
    */
    font-size: 14px;
    min-height: 37px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
ul.offer_card li .user_name {
    width: 100%;
    overflow: hidden;
}
ul.offer_card li .user_name p {
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #707070;
}
/* --/新トップデザイン追加*/

/*スライダー表示のバグ対応*/
.tieup_new_list_slider {
    display: none;
}
/*slick-initializedクラスが付与されたら*/
.tieup_new_list_slider.slick-initialized {
    display: block; 
}
/*新タイアップ依頼一覧*/
ul.tieup_new_list{
    padding-bottom: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
ul.tieup_new_list li{
    width: 100%;
    max-width: calc(100% / 5 - 20px);
    margin: 10px;
    display: flex;
    flex-direction: column;
}
ul.tieup_new_list li a {
    text-decoration: none;
}
.tieup_new_list_img{
    width: 100%;
    position: relative;
}
.tieup_new_list_img h3{
    width: 100%;
    max-width: calc(100% - 24px);
    margin: 0 10px 5px;
    position: absolute;
    bottom: 0;
    height: 43px;
    display: block;
    color: #ffffff;
    font-size: 16px;
    text-shadow: 0 2px 2px #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.tieup_new_list_img img{
    width: 100%;
    border-radius: 5px;
    object-fit: contain;
    aspect-ratio: 4/3;
}
.tieup_sp_flex{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.tieup_new_list_text{
    width: 100%;
    margin-top: 8px;
}
.tieup_new_list_text h3{
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tieup_new_list_text p.post_brand{
    margin: 2px 0;
    font-size: 12px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tieup_new_list_text p.post_brand_empty{
    height: 17px;
}
.tieup_new_list_point{
    width: 100%;
    max-width: calc(100% - 10px);
    display: flex;
    justify-content: center;
    background: #EAF2F4;
    border-radius: 5px;
    padding: 5px;
    margin-top: 5px;
}
.tieup_new_list_point.high{
    background: #EAF2F4;
}
.tieup_new_list_point p.coin{
    font-size: 10px;
    display: flex;
    align-items: center;
}
.tieup_new_list_point p.coin::before{
    position: relative;
    left: -8px;
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('../../img/tieup/coin.svg') no-repeat;
    background-size: contain;
}
.tieup_new_list_point span.point{
    color: #1CC78C;
    font-size: 18px;
    font-weight: 600;
    padding-left: 5px;
}
.tieup_new_list_point span.point.high {
    color: #F94786;
}
/*新タイアップ依頼一覧*/
ul.tieup_new_list{
    padding: 0px 0 10px;
    width: 100%;
    max-height: 450px;
    display: flex;
    flex-wrap: wrap;
}
ul.tieup_new_list li{
    width: 100%;
    max-width: calc(100% / 5 - 20px);
    margin: 10px;
    display: flex;
    flex-direction: column;
}
.tieup_new_list_img{
    width: 100%;
    position: relative;
}
.quocard {
    font-size: 10px;
    font-weight: 500;
    color: #ffffff;
    background: #e01111;
    border-radius: 2rem;
    width: fit-content;
    padding: 4px 10px 3px;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
    margin-bottom: 4px;
}
.tieup_new_list_img img{
    width: 100%;
    border-radius: 5px;
    object-fit: contain;
    aspect-ratio: 4/3;
}
/*リボン追加*/
.new_content {
    position: absolute;
    top: -3px;
    left: -3px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 1;
}
.new_content .new_label {
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    left: -53px;
    top: 4px;
    width: 140px;
    text-align: center;
    font-size: 12px;
    font-weight: 900;
    line-height: 7px;
    background: #1cc78c;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    transform: rotate(-42deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.tieup_sp_flex{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.tieup_new_list_text{
    width: 100%;
}
.tieup_new_list_text h3{
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: inherit;
    margin-bottom: 10px;
}
.tieup_new_list_text p.post_brand{
    font-size: 12px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 2px 0;
}
.tieup_new_list_text p.post_brand_empty{
    height: 23px;
}
.tieup_new_list_point .coin{
    position: relative;
    width: 100%;
    max-width: calc(100% - 30px);
    margin-left: 35px;
}
.tieup_new_list_point .coin::before{
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('../../img/tieup/coin.svg') no-repeat;
    background-size: contain;
}
.tieup_new_list_point .coin .point_title{
    display: flex;
    font-size: 10px;
    margin-bottom: 3px;
    font-feature-settings: "palt";
}
.tieup_new_list_point .coin .point_area{
    display: flex;
    align-items: center;
    font-size:10px;
}
.tieup_new_list_point .coin .point_area p {
    display: flex;
    align-items: center;
    line-height: normal;
}
.tieup_new_list_point .coin .point_area p.friend_area{
    padding-left: 5px;
}
.tieup_new_list_point .coin .point_area .lato{
    line-height: 1.0rem;
}
/*高ポイント*/
.tieup_new_list_point.high span.point{
    color: #F94786;
}
/* .tieup_new_list_point p.coin{
    font-size: 10px;
    display: flex;
    align-items: center;
} */
/* .tieup_new_list_point p.coin::before{
    position: relative;
    left: -8px;
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('../../img/tieup/coin.svg') no-repeat;
    background-size: contain;
} */
.tieup_new_list_point span.point{
    color: #1CC78C;
    font-size: 18px;
    font-weight: 600;
    /* margin-left: 5px; */
}
.tieup_new_list_point span.point.high{
    color: #F94786;
}
.tieup_new_list_post{
    margin-top: 20px;
    padding: 6px 5px 10px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #1CC78C;
    background: #ffffff;
    box-shadow: 0px 4px 8px -2px rgba(10,10,10,0.3);
    text-align: center;
}
/* .tieup_new_list_post::before{
    content: "";
    display: inline-block;
    background: url('../../img/tieup/icon/mobile.svg') no-repeat;
    background-size: contain;
    width: 20px;
    height: 32px;
    position: absolute;
    left: 10px;
    top: 7px;
} */
/* .tieup_new_list_post::after{
    content: "";
    display: inline-block;
    /* background: url('../../img/tieup/icon/tieup_title_pc.svg') no-repeat;
    background-size: contain;
    width: 147px;
    height: 45px;
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translate(-50%);
} */
.tieup_new_list_post p{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1CC78C;
    /* padding-top: 10px; */
    font-weight: 600;
}
.tieup_new_list_post a {
    font-size: 1.4rem;
}
a:hover .tieup_new_list_post{
    opacity: 0.8;
}
/*矢印*/
.arrow::before {
    content: '';
    width: 5px;
    height: 5px;
    border-top: solid 1px #1CC78C;
    border-right: solid 1px #1CC78C;
    position: absolute;
    right: 10%;
    top: 47%;
}
/*右矢印*/
.arrow.arrow-right::before {
    transform: rotate(45deg);
}
 .l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1100px;
    margin: 10px auto 0;
    padding: 0 5rem;
  }

  .l-section .l-inner {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }

  [class*=swiper]:focus {
    outline: none;
  }

  .slide-media,
  .thumb-media {
    position: relative;
    overflow: hidden;
  }
  .slide-media img,
  .thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 4/3;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }


  .swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 2.4rem;
    height: 2.4rem;
    cursor: pointer;
    -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
    transition: .8s cubic-bezier(.2, 1, .2, 1);
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
            box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 0.8rem;
    height: 0.8rem;
    content: "";
    border: 1px solid #ffffff;
    border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }

  .top_new_swiper {
    overflow: hidden;
  }
  .top_new_swiper a {
    text-decoration: none;
    max-width: 260px;
    max-height: 340px;
  }
  .top_new_swiper .swiper {
    overflow: visible;
  }
  .top_new_swiper .swiper-button-prev, .top_new_swiper .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .top_new_swiper .swiper-button-prev::before, .top_new_swiper .swiper-button-next::before {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
            box-shadow: 0.2rem 0.1rem 0.3rem rgba(0, 0, 0, .08), 0rem 0rem 0.5rem #fff;
  }
  .top_new_swiper .swiper-button-prev::after, .top_new_swiper .swiper-button-next::after {
    border-color: #fff;
  }
  .top_new_swiper .swiper-button-prev {
    right: calc(100% - 1.0rem);
  }
  .top_new_swiper .swiper-button-next {
    left: calc(100% - 1.0rem);
  }
  .top_new_swiper .slide {
    overflow: hidden;
    -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1), opacity 1s;
    transition: .8s cubic-bezier(.2, 1, .2, 1), opacity 1s;
    border-radius: 4px;
    -webkit-box-shadow: 0.2rem 0.5rem 1.0rem rgba(0, 0, 0, .08), -0.8rem -0.8rem 1.2rem #FFF;
            box-shadow: 0.2rem 0.5rem 1.0rem rgba(0, 0, 0, .08), -0.8rem -0.8rem 1.2rem #FFF;
  }
  .top_new_swiper .last .slide {
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }
  .top_new_swiper .last {
    max-width: 260px;
    max-height: 350px;
    background: #FCF5F0;
    border-radius: 0.4rem;
    position: relative;
    border-radius: 4px;
    -webkit-box-shadow: 0.2rem 0.5rem 1.0rem rgba(0, 0, 0, .08), -0.8rem -0.8rem 1.2rem #FFF;
            box-shadow: 0.2rem 0.5rem 1.0rem rgba(0, 0, 0, .08), -0.8rem -0.8rem 1.2rem #FFF;
    padding-top: 20px;
  }
  .top_new_swiper .last p {
    font-size: 1.4rem;
  }
  .top_new_swiper .last .slide-media {
    padding-top: 100%;
    position: relative;
  }
  .top_new_swiper .last .slide-media img {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: calc(100% - 50px);
    margin: 0 auto;
    padding: 0;
    object-fit: contain;
  }
  .top_new_swiper .last .btn_area {
    width: 100%;
    max-width: calc(100% - 16px);
    margin: 0 auto;
    display: flex;
  }
  /* .top_new_swiper .last .btn_area .btn_area {
    display: inline-block;
    width: 100%;
    max-width: calc(100% - 16px);
    margin: 0 auto;
    height: 40px;
    background: #ffffff;
    border: 1px solid #1cc78c;
    border-radius: 4rem;
    position: relative;
    font-size: 14px;
  } */
  .top_new_swiper .last .btn_area p.btn_area {
    width: 100%;
    max-width: calc(100% - 16px);
    margin: 36px auto 10px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #1cc78c;
    border-radius: 4rem;
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /*instagram*/
  .top_new_swiper .first {
    max-width: 260px;
    max-height: 380px;
    background: #FFDBDB;
    border-radius: 0.4rem;
    position: relative;
    border-radius: 4px;
    -webkit-box-shadow: 0.2rem 0.5rem 1.0rem rgba(0, 0, 0, .08), -0.8rem -0.8rem 1.2rem #FFF;
            box-shadow: 0.2rem 0.5rem 1.0rem rgba(0, 0, 0, .08), -0.8rem -0.8rem 1.2rem #FFF;
    position: relative;
  }
  .top_new_swiper .first.ig-pre {
    background: #C7EDE6;
  }
  .top_new_swiper .first::after {
    position: absolute;
    top: -17px;
    right: -20px;
    content: "";
    display: inline-block;
    background: url('../../img/tieup/icon/card_parts.svg') no-repeat;
    background-size: contain;
    width: 54px;
    height: 53px;
    z-index: 1;
  }
  .top_new_swiper .first .slide-media {
    padding-top: 100%;
  }
  .top_new_swiper .first .slide-media img {
    position: absolute;
    top: 43px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    object-fit: contain;
  }
  .top_new_swiper .first .btn_area p.btn_area {
    width: 100%;
    max-width: calc(100% - 16px);
    margin: 57px auto 11px;
    height: 41px;
    color: #ffffff;
    background: #e40065;
    border: none;
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 8px -2px rgba(10,10,10,0.3);
  }
  .top_new_swiper .first.ig-pre .btn_area p.btn_area {
    background: #04B795;
  }
  .top_new_swiper .slide-media {
    padding-top: 74.5%;
  }
  .top_new_swiper .slide-media img {
    /* height: calc(100% + 16px);
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px); */

    height: 100%;
    transform: translateY(0);
  }
  .top_new_swiper .slide-content {
    padding: 0.2rem 1.0rem 0.6rem;
  }
  .top_new_swiper .slide-date {
    font-size: 12px;
    line-height: 1;
    display: block;
    color: #1cc78c;;
  }
  .top_new_swiper h3 {
    font-size: 14px;
    font-weight: 400;
    height: 41px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: inherit;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .top_new_swiper .post_brand {
    font-size: 12px;
    color: #999999;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .top_new_swiper .swiper-slide:not(.swiper-slide-visible) .slide {
    pointer-events: none;
    opacity: 0.3;
  }

/*リボン追加*/
.new_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 1;
}
.new_content .new_label {
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    left: -53px;
    top: 4px;
    width: 140px;
    text-align: center;
    font-size: 12px;
    font-weight: 900;
    line-height: 7px;
    background: #1cc78c;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    transform: rotate(-42deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.tieup_new_list_point .coin{
    position: relative;
    width: 100%;
    max-width: calc(100% - 30px);
    margin-left: 35px;
}
.tieup_new_list_point .coin::before{
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('../img/tieup/coin.svg') no-repeat;
    background-size: contain;
}
.tieup_new_list_point .coin .point_title{
    display: flex;
    font-size: 10px;
    margin-bottom: 3px;
}
.tieup_new_list_point .coin .point_area{
    display: flex;
    align-items: center;
    font-size:10px;
}
.tieup_new_list_point .coin .point_area p {
    display: flex;
    align-items: center;
    line-height: normal;
}
.tieup_new_list_point .coin .point_area p.friend_area{
    padding-left: 5px;
}
.tieup_new_list_point .coin .point_area .lato{
    line-height: 1.0rem;
}
.tieup_new_list_point span.point{
    color: #04B795;
    font-size: 18px;
    font-weight: 600;
    margin-left: 5px;
}
.tieup_new_list_point span.point.high{
    color: #FF5A5C;
}
.tieup_new_list_post{
    margin-top: 10px;
    padding: 10px 5px;
    position: relative;
    border-radius: 5px;
    background: #04B795;
    text-align: center;
}
.tieup_new_list_post::before{
    content: "";
    display: inline-block;
    background: url('../img/tieup/icon/hand-index.svg') no-repeat;
    filter: invert(97%) sepia(6%) saturate(288%) hue-rotate(270deg) brightness(114%) contrast(100%);
    background-size: contain;
    width: 20px;
    height: 18px;
    position: absolute;
    left: 22px;
    top: 10px;
}
.tieup_new_list_post p{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 400;
}
.tieup_new_list_post a {
    font-size: 1.4rem;
}
a:hover .tieup_new_list_post{
    opacity: 0.8;
}
.tieup_all_info {
    width: 100%;
    max-width: calc(100% - 16px);
    margin: 15px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tieup_all_info h4.tieup {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-right: 80px;
}
.tieup_all_info h4.tieup::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 26px;
    background: url('/img/common/fan_tieup.svg') no-repeat;
    background-size: contain;
    vertical-align: middle;
    padding-right: 10px;
}
.tieup_all_info a {
    font-size: 14px;
    color: #04B795;
}
.tieup_all_info a h4 {
	color: #1a1a1a;
	text-decoration: underline;
}
.message-area {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 15px 0;
    background: #F7F7F7;
	border-radius: 0.3rem;
}
.message-area .message-area-inner {
    width: 100%;
    max-width: calc(100% - 30%);
    margin: 0 auto;
	padding: 15px 20px;
}
.message-area .message-area-inner h4 {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
}
.message-area .message-area-inner p {
	font-size: 16px;
}
.message-area .message-area-inner p .f-red {
	color: #FF5A5C;
}
@media only screen and (max-width: 1024px) {
    html {
        -webkit-text-size-adjust: 100%;
    }
    .l-inner {
        padding: 0 0.5rem;
    }
    .pc {
        display: none !important;
    }
    .top_new_swiper .swiper {
        padding: 0 3.2rem;
    }
    .top_new_swiper .swiper-button-prev {
        right: calc(100% - 3.2rem);
    }
    .top_new_swiper .swiper-button-next {
        left: calc(100% - 3.2rem);
    }
}

@media only screen and (max-width: 767px) {
    .quocard {
        margin-bottom: 0;
    }
    .pc-tab {
        display: none !important;
    }
    .tieup_new_list_post::before {
        left: 10px;
        top: 8px;
    }
    .top_new_swiper .swiper-slide:not(.swiper-slide-visible) .slide {
        pointer-events: none;
        opacity: 1;
    }
    .top_new_swiper .swiper-button-prev {
        right: calc(100% - 3.1rem);
    }
    .top_new_swiper .swiper-button-next {
        left: calc(100% - 3.1rem);
    }
    ul.tieup_step li {
        padding: 15px;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        /* line-height: 1.6rem; */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .top_new_swiper .last .slide-media {
        padding-top: 280px;
        position: relative;
    }
    .top_new_swiper .last .slide-media img {
        position: absolute;
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: calc(100% - 10%);
        height: initial;
        margin: 0 auto;
        padding: 0;
        object-fit: contain;
    }
    .top_new_swiper .last .btn_area {
        width: 100%;
        max-width: calc(100% - 16px);
        margin: 8px auto 10px;
        display: flex;
    }
    .top_new_swiper .last .btn_area p.btn_area {
        margin: 0 auto 6px;
        font-size: 12px;
        height: 35px;
    }
    .top_new_swiper .last {
        padding-top: 0;
    }
    .top_new_swiper .last::before {
        top: -16px;
        right: -25px;
    }
    .top_new_swiper .first {
        max-height: 340px;
    }
    .top_new_swiper .first .slide-media {
        padding-top: 105%;
    }
    .top_new_swiper .first .btn_area p.btn_area {
        margin-top: 38px;
        margin-bottom: 12px;
        height: 37px;
    }
    
    .message-area{
        width: 100%;
        max-width: calc(100% - 16px);
    }
    .message-area .message-area-inner {
        width: 100%;
        max-width: calc(100% - 50px);
        padding: 15px 10px;
    }
    .message-area .message-area-inner p {
        font-size: 14px;
    }

}
@media only screen and (max-width: 440px) {
    .top_new_swiper .first .btn_area p.btn_area {
        margin-top: 28px;
        height: 38px;
    }
    .top_new_swiper .last .btn_area p.btn_area {
        margin-top: 8px;
    }
}
@media only screen and (max-width: 400px) {
    .top_new_swiper .last {
        padding-top: 2px;
    }
    .top_new_swiper .last .slide-media {
        padding-top: 260px;
        position: relative;
    }
    .top_new_swiper .last .slide-media img {
        width: 100%;
        max-width: calc(100% - 30%);
    }
    .top_new_swiper .last .btn_area {
        margin: 8px auto 6px;
    }
    .top_new_swiper .first .btn_area p.btn_area {
        margin-top: 38px;
        height: 38px;
    }
    .top_new_swiper .last .btn_area p.btn_area {
        margin-top: 0px;
    }
}
@media only screen and (min-width: 1024px) {
    .tab-sp {
        display: none !important;
    }
    .swiper-button-prev::before, .swiper-button-next::before {
        -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
        transition: .8s cubic-bezier(.2, 1, .2, 1);
    }
    .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
    .top_new_swiper .slide img {
        -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
        transition: .8s cubic-bezier(.2, 1, .2, 1);
    }
}

@media only screen and (min-width: 767px) {
    .sp {
        display: none !important;
    }
}
@media all and (min-width: 768px) and (max-width: 1024px){
    /*step*/
    .tieup_step02,
    .tieup_step03 {
        left: initial;
    }
    .tieup_step01::before,
    .tieup_step02::before {
        height: 59px;
        position: relative;
        left: 0;
    }
    .tieup_step03::before {
        position: relative;
        left: 0;
    }
    ul.tieup_step li p{
        position: relative;
        padding-top: 10px;
        line-height: 1.0rem;
    }
    /*新トップ*/
    .main_tieup_info_inner {
        width: 100%;
        max-width: calc(100% - 100px);
    }
    .main_tieup_info_inner_flex{
        display: flex;
        flex-direction: column;
    }
    .main_tieup_info_inner_flex_left {
        width: 100%;
        margin-bottom: 15px;
    }
    .main_tieup_info_inner_flex_right {
        width: 100%;
    }
    .main_tieup_info_inner_flex_left .info_area .btn_box {
        margin-left: 3px;
    }
    /*新タイアップカード*/
    ul.offer_card{
        margin-top: 10px;
    }
    /*新タイアップカード*/
    ul.offer_card{
        margin-top: 10px;
    }
    ul.offer_card li {
        position: relative;
        width: 100%;
        max-width: 168px;
        background: linear-gradient(180deg, #EFF2F4 0%, #EFF2F4 18%, #ffffff 18%, #ffffff 100%);
    }
    ul.offer_card li .offer_meter {
        width: 100%;
        display: flex;
    }
    ul.offer_card li .offer_meter h3.tieup_mark {
        font-size: 10px;
        color: #006241;
        text-align: left;
        padding-bottom: 3px;
        line-height: 1.5rem;
        position: absolute;
        width: fit-content;
        left: 24px;
        top: -5px;
        padding-left: 0;
    }
    ul.offer_card li .offer_meter h3.tieup_mark::before {
        left: -28px;
        top: -1px;
    }
    ul.offer_card li .offer_meter_img {
        width: 100%;
        max-width: calc(50% - 5px);
        margin-right: 5px;
        position: relative;
        top: 36px;
    }
    ul.offer_card li .offer_meter_img img {
        width: 80px;
        height: 60px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    ul.offer_card li .offer_meter_text {
        width: 100%;
        max-width: calc(50% - 5px);
        margin-left: 5px;
        top: 30px;
    }
    ul.offer_card li .offer_meter_text p {
        font-size: 20px;
        text-align: center;
        padding-left: 10px;
    }
    ul.offer_card li .offer_meter_text .coin_mark::before {
        position: absolute;
        left: 0;
        top: 2px;
    }
    ul.offer_card li .title_area {
        width: 100%;
        overflow: hidden;
        padding: 10px 0 0;
    }
    ul.offer_card li .title_area p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    ul.offer_card li .user_name {
        position: absolute;
        bottom: 8px;
    }
    ul.tieup_step li {
        display: flex;
        flex-direction: column;
        font-size: 12px;
        line-height: 1.5rem;
    }
    ul.tieup_step li p{
        position: relative;
        padding-top: 10px;
        line-height: 1.0rem;
    }
    ul.tieup_new_list{
        padding-bottom: 20px;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
    }
    ul.tieup_new_list li{
        width: 100%;
        margin: 0 5px;
        display: flex;
    }
    ul.tieup_new_list li a {
        width: 100%;
    }
    .tieup_new_list_img{
        width: 100%;
        margin-right: 0;
        position: relative;
    }
    .tieup_new_list_text{
        width: 100%;
        margin: 8px 0;
    }
    .tieup_new_list_text p.post_brand {
        font-size: 12px;
    }
    .tieup_new_list_point {
        width: 100%;
        max-width: calc(100% - 10px);
        padding: 10px 5px;
    }
    .tieup_new_list_point p.coin{
        font-size: 10px;
        display: flex;
        align-items: center;
    }
    .tieup_new_list_point p.coin::before{
        width: 20px;
        height: 20px;
    }
    .tieup_new_list_point span.point{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .sp_hidden{
        display: none;
    }
    .pc_hidden{
        display: block;
    }
    .tieup_new_list_post::after{
        top: -19px;
    }
    /*新トップページ*/
    .r_arrow::before{
        top: 57%;
        right: -3px;
    }
    /*step*/
    .tieup_step02,
    .tieup_step03 {
        left: initial;
    }
    .tieup_step01::before,
    .tieup_step02::before {
        height: 30px;
        position: relative;
        left: 0;
        top: 5px;
    }
    .tieup_step03::before {
        position: relative;
        left: 0;
        top: 5px;
    }
    .main_tieup_info {
        width: 100%;
    }
    .main_tieup_info_inner {
        width: 100%;
        max-width: 100%;
        /* max-width: calc(100% - 16px); */
        margin: 0 auto;
        /* padding: 5px 0 0; */
        padding: 0;
    }
    .main_tieup_info_inner_flex_left h2 .sub {
        font-size: 10px;
    }
    /*安心 */
    .main_tieup_info_inner .safe_text_area {
        display: flex;
        justify-content: space-evenly;
        /* flex-direction: column; */
        width: 100vw;
        padding: 0;
        /* position: relative;
        left: 50%;
        transform: translateX(-50%); */
    }
    .main_tieup_info_inner .safe_text_area .safe_text_area_left {
        padding-left: 5px;
        margin: 0;
    }
    .main_tieup_info_inner .safe_text_area .safe_text_area_left p::before{
        font-size: 12px;
    }
    .main_tieup_info_inner .safe_text_area .safe_text_area_left p{
        font-size: 12px;
    }
    .main_tieup_info_inner .safe_text_area .safe_btn_area {
        width: 100%;
        max-width: 100%;
        margin-top: 10px;;
    }
    .main_tieup_info_inner .safe_text_area .safe_btn_area .box_shadow{
        filter: initial;
    }
    .main_tieup_info_inner .safe_text_area .safe_btn_area .button{
        width: 100%;
        max-width: calc(100% / 3);
    }
    .main_tieup_info_inner .safe_text_area .safe_btn_area .btn_normal
    {
        border: none;
    }
    .main_tieup_info_inner .safe_text_area .safe_btn_area .button p {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 11px;
        height: 70px;
    }
    .main_tieup_info_inner .safe_text_area .safe_btn_area .button p.fantieup::before{
        content: "";
        display: inline-block;
        border-radius: 50%;
        background: url("../../../img/tieup/icon/fan_tieup_sp.svg") no-repeat;
        width: 36px;
        height: 36px;
        background-size: contain;
        position: relative;
        padding-right: 5px;
        padding-bottom: 10px;
    }
    .main_tieup_info_inner .safe_text_area .safe_btn_area .button p.hirometer::before{
        content: "";
        display: inline-block;
        background: url("../../../img/tieup/icon/gift_sp.svg") no-repeat;
        width: 36px;
        height: 36px;
        background-size: contain;
        position: relative;
        padding-right: 5px;
        padding-bottom: 10px;
    }
    .main_tieup_info_inner .safe_text_area .safe_btn_area .button p.mypage::before{
        content: "";
        display: inline-block;
        background: url("../../../img/tieup/icon/person_sp.svg") no-repeat;
        width: 36px;
        height: 36px;
        background-size: contain;
        position: relative;
        padding-right: 5px;
        padding-bottom: 10px;
    }
    /* 安心 end */
    .main_tieup_info_inner_flex {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* padding-top: 5px; */
    }
    .main_tieup_info_inner_flex_left {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        /* margin-bottom: 15px; */
    }
    .main_tieup_info_inner_flex_left a.button {
        display: inline-block;
        width: 195px;
        height: 45px;
        position: relative;
        margin-left: 0;
    }
    .main_tieup_info_inner_flex_left .info_area .btn_box a.button {
        width: 100px;
        height: 30px;
    }
    .main_tieup_info_inner_flex_left a.button p {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .main_tieup_info_inner_flex_left h2 {
        width: 100%;
        max-width: calc(100% - 20px);
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        font-size: 13px;
        /* line-height: 0.6rem; */
        background: #ffffff;
        color: #282828;
        padding: 10px;
    }
    .main_tieup_info_inner_flex_left .info_area {
        margin-left: 0;
    }
    .main_tieup_info_inner_flex_left .img_area {
        width: 45px;
        display: none;
    }
    .main_tieup_info_inner_flex_left .img_area img.tieup {
        width: 43px;
        top: -3px;
    }
    .main_tieup_info_inner_flex_right {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 8px;
    }
    .main_tieup_info_inner_flex_right.sp_hidden {
        display: none;
    }
    .main_tieup_info_inner_flex_right.pc_hidden {
        display: block;
    }
    .main_tieup_info_inner_slide {
        width: 100%;
        display: flex;
    }
    .main_tieup_info_inner_btn {
        width: 100%;
        text-align: center;
        padding: 15px 0 5px;
        margin-top: 20px;
    }
    .main_tieup_info_inner_btn a {
        color: #333333;
        right: 50%;
        transform: translateX(26px);
        top: 10px;
    }
    .main_local_inner {
        width: 100%;
        max-width: calc(100% - 16px);
        display: flex;
        flex-direction: column;
    }
    .main_local_inner_left {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }
    .main_local_inner_left h3 {
        left: 0;
        padding-bottom: 15px;
        font-size: 1.6rem;
    }
    .main_local_inner_left h3 .sub {
        font-weight: 400;
        font-size: 1.2rem;
    }
    .main_local_inner_left_infomation {
        margin-top: 30px;
        border-top: 1px solid #E0E1E2;
        border-bottom: 1px solid #E0E1E2;
    }
    .main_local_inner_left_infomation ul.special_topics li.special_area {
        padding-bottom: 10px;
    }
    .main_local_inner_left_infomation .btn_area {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 10px;
    }
    .main_local_inner_left_article {
        padding: 15px 0;
    }
    .main_local_inner_left_article ul.article_list_card.flex_wrap {
        padding: 15px 0;
    }
    .main_local_inner_right {
        width: 100%;
        max-width: calc(100% - 32px);
        margin: 0 auto;
    }
    .main_local_inner_right .banner_area {
        margin-top: 5px;
    }
    /*トップスライダー*/
    .top_new_swiper .slide-media {
        padding-top: 74.5%;
    }
    .top_new_swiper h3 {
        font-size: 13px;
        height: 21px;
        -webkit-line-clamp: 1;
    }
    .tieup_all_info {
        width: 100%;
        max-width: calc(100% - 16px);
        margin: 0 auto 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .tieup_all_info h4.tieup {
        margin-right: 0;
    }
    .tieup_all_info a {
        font-size: 14px;
        color: #04B795;
    }
    .top_new_swiper .slide-content {
        padding: 0.2rem 0.4rem 0.5rem;
    }
    /*新タイアップカード*/
    ul.offer_card{
        margin-top: 10px;
    }
    ul.offer_card li {
        position: relative;
        width: 100%;
        max-width: calc(100% / 4 - 20px);
        height: 145px;
        background: linear-gradient(180deg, #EFF2F4 0%, #EFF2F4 22%, #ffffff 22%, #ffffff 100%);
    }
    ul.offer_card li .offer_meter {
        width: 100%;
        display: flex;
    }
    ul.offer_card li .offer_meter h3.tieup_mark {
        font-size: 12px;
        color: #006241;
        text-align: left;
        padding-bottom: 3px;
        line-height: 1.5rem;
        position: absolute;
        width: fit-content;
        left: 24px;
        top: -3px;
        padding-left: 0;
    }
    ul.offer_card li .offer_meter h3.tieup_mark::before {
        left: -28px;
        top: -1px;
    }
    ul.offer_card li .offer_meter_img {
        width: 100%;
        max-width: 90px;
        margin-right: 5px;
        position: relative;
        top: 36px;
    }
    ul.offer_card li .offer_meter_img img {
        width: 80px;
        height: 60px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    ul.offer_card li .offer_meter_text {
        width: 100%;
        max-width: calc(100% - 90px);
        margin-left: 5px;
        top: 50%;
        left: 40%;
    }
    ul.offer_card li .offer_meter_text p {
        font-size: 20px;
        text-align: left;
        padding-left: 0;
    }
    ul.offer_card li .offer_meter_text .coin_mark::before {
        position: relative;
        left: 0;
        top: 4px;
    }
    ul.offer_card li .title_area {
        width: 100%;
        overflow: hidden;
        padding: 10px 0 0;
        margin-top: 10px;
    }
    ul.offer_card li .title_area p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 1.2rem;
    }
    ul.offer_card li .user_name {
        position: absolute;
        bottom: 8px;
    }
    ul.tieup_step li {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 10px;
        padding: 5px 10px;
        line-height: 1.3rem;
    }
    ul.tieup_step li p{
        position: relative;
        padding-top: 10px;
        line-height: 0.8rem;
    }
    ul.tieup_new_list{
        padding-bottom: 20px;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
    }
    ul.tieup_new_list li{
        width: 100%;
        margin: 0 5px;
        display: flex;
    }
    ul.tieup_new_list li a {
        width: 100%;
    }
    .tieup_new_list_img{
        width: 100%;
        margin-right: 0;
        position: relative;
    }
    .tieup_new_list_text{
        width: 100%;
        margin: 8px 0;
    }
    .tieup_new_list_text p.post_brand {
        font-size: 12px;
    }
    .tieup_new_list_point {
        width: 100%;
        max-width: calc(100% - 10px);
        padding: 10px 5px;
    }
    .tieup_new_list_point p.coin{
        font-size: 10px;
        display: flex;
        align-items: center;
    }
    .tieup_new_list_point p.coin::before{
        width: 20px;
        height: 20px;
    }
    .tieup_new_list_point span.point{
        font-size: 16px;
    }
    .offer_infomation .offer_inner .join_present_area .join_present_area_inner .now_present img {
        width: 100%;
        top: -3px;
        left: 50px;
    }
    .offer_infomation .offer_inner .join_present_area p{
        margin-left: 30px;
        position: relative;
        top: -10px;   
    }
    .offer_infomation .offer_inner .now_present .title_area p.sp_only .pc_hidden{
        display: block;
    }
    /*新スライダー*/
    /*新タイアップ依頼一覧*/
    ul.tieup_new_list{
        padding: 10px 0 0;
        width: 100%;
        display: flex;
        flex-wrap:initial;
        flex-direction: column;
    }
    ul.tieup_new_list li{
        width: 100%;
        max-width: 100%;
        margin: 2px 5px;
        margin-bottom: 10px;
    }
    .tieup_new_list_img{
        width: 100%;
    }
    .sp_flex_area{
        display: flex;
    }
    .tieup_sp_flex{
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
    .tieup_new_list_text{
        width: 100%;
        margin-top: 0;
    }
    .tieup_new_list_text h3{
        font-size: 14px;
        font-weight: 400;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: initial;
        margin: 5px 0;
    }
    .tieup_new_list_text p.post_brand{
        font-size: 12px;
        color: #999999;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .tieup_new_list_point{
        width: 100%;
        max-width: calc(100% - 10px);
        display: flex;
        justify-content: center;
        background: #EAF2F4;
        border-radius: 5px;
        padding: 5px;
        margin-top: 7px;
    }
    .tieup_new_list_point p.coin{
        font-size: 10px;
        display: flex;
        align-items: center;
    }
    .tieup_new_list_point p.coin::before{
        width: 20px;
        height: 20px;
    }
    .tieup_new_list_point span.point{
        font-size: 16px;
    }
    .tieup_new_list_post {
        margin: 10px 0 5px;
        padding: 5px;
        
    }
    .tieup_new_list_post p {
        padding: 3px 5px;
        font-size: 14px;
    }
    /* .tieup_new_list_post::before {
        left: 9%;
        top: 13px;
    } */
    .tieup_new_list_text p.post_brand_empty{
        height: initial;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 2.1rem;
        height: 2.1rem;
    }
    .swiper-button-prev::after, .swiper-button-next::after {
        width: 0.5rem;
        height: 0.5rem;
    }
    .swiper-button-prev::after {
        margin-left: 0.2rem;
    }
    .swiper-button-prev::after {
        margin-left: 0.2rem;
    }
    .swiper-button-next::after {
        margin-right: 0.2rem;
    }
}</pre></body></html>