@charset "utf-8";
/*-------------------------------------------------------------------
    * site name : チャンスイットスマホ TOP
    * description : スマホサイトのTOPページ
    * LastUpdate : 2026/05/22 a-yamamoto
-------------------------------------------------------------------*/

/* ----------------------------見出し */

h1 {
    border-bottom: 1px solid #bebebe;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    padding: 2px 0 2px 10px;
}
h2 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #555
}
h3 {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}
.sub_title {
    padding: 6px 10px;
    border-bottom: none;
    background: #F3F2F2;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}
a {
    color: #555;
    text-decoration: none;
}

/*アイコン表示*/
.tit_shop {
    background: url(../img/icon/title/ico_shop.png) no-repeat 0 -2px;
    background-size: 32px auto;
}
.tit_first_month {
    background: url(../img/icon/title/ico_free.png) no-repeat 0 -4px;
    background-size: 32px auto;
}
.tit_repeat_ok {
    background: url(../img/icon/title/ico_repeat.png) no-repeat 0 -4px;
    background-size: 32px auto;
}
.tit_pointnews {
    background: url(../img/icon/title/ico_point_news.png) no-repeat 0 -2px;
    background-size: 32px auto;
}
.tit_catnews,
.tit_dognews,
.tit_benessenews,
.tit_cinemanews {
    background: url(../img/icon/title/ico_cinema.png) no-repeat 0 -2px;
    background-size: 32px auto;
}

/* スワイプ */
.swipe {
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    background: #fdf4e7;
}

/* ----------------------------当選者数・締切 ポイント */
/* murecho-regular - japanese */
@font-face {
    font-display: swap;
    font-family: 'Murecho';
    font-style: normal;
    font-weight: 400;
    src: url('../../fonts/murecho-v17-japanese-regular.woff2') format('woff2');
}
/* murecho-700 - japanese */
@font-face {
    font-display: swap;
    font-family: 'Murecho';
    font-style: normal;
    font-weight: 700;
    src: url('../../fonts/murecho-v17-japanese-700.woff2') format('woff2');
}
.winner {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    background: url("../img/present/ico_present.gif") no-repeat 0 4px;
    background-size: 15px 15px;
    padding: 3px 0 0 17px;
    text-align: left;
    line-height: 1.1;
    font-family: 'Murecho';
    font-weight: 700;
    font-size: 16px;
    color: #FF5555;
    word-break: break-all;
}
.winner_large {
    background-size: 20px 20px;
    padding: 3px 0 2px 22px;
    font-size: 18px;
}
.enddate {
    display: inline-block;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 5px 8px;
    line-height: 1.0;
    font-family: 'Murecho';
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    background-color: #FF5555;
    color: #fff;
}
.point {
    line-height: 1.1;
    font-family: 'Murecho';
    font-weight: 700;
    font-size: 18px;
    color: #FF5555;
}


/* ---------------------------------------未ログイン時 */
#top_image img {
    width:100%;
    height:auto;
    vertical-align:bottom;
}
#top_image h1 {
    border:0;
    padding:0;
}
.top_btn {
    padding: 5px 20px 0;
}
.top_btn a {
    padding: 10px 0;
    margin-bottom: 10px;
    display: block;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
}
.top_btn a.regist {
    background: #3DBA8F;
    border-bottom: 3px solid #268262;
}
.top_btn a.beginner {
    background: #FFB21C;
    border-bottom: 3px solid #D17A0A;
}

/* ---------------------------------------1行お知らせ枠 */
.information {
    margin: 8px 10px;
    position: relative;
}
.information a {
    display: block;
    padding: 5px 8px;
    background: #f7f7f7;
    border-radius: 5px;
    border: 1px solid #bebebe;
    text-align: left;
    text-decoration: none;
    color: #555;
}
.information a:after {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    top: 13px;
    right: 10px;
    border-top: 1px solid #555555;
    border-right: 1px solid #555555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.latest_info {
    margin-bottom: 20px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    text-align: left;
}
.latest_info a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #555;
}

/* ---------------------------------------懸賞検索 */
.snavi {
    background-color: #FDF4E7;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* ---------------------------------------ローテションバナー */
.rotation {
    background-color: #FDF4E7;
    padding-top: 10px;
}

/* ---------------------------------------もっと見るボタン */
.more {
    width: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    border: solid 1px #E2E2E2;
    border-radius: 20px;
    background-color: #fff;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #555;
}
.more::before,
.more::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: '';
  width: 9px;
  height: 2px;
  background: #FFAB47;
  border-radius: 4px;
}
.more::before {
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.more::after {
  margin-top: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* -----------------初心者ビンゴ */
div.bingo {
    margin: 10px 10px 0;
}
div.bingo img {
    width: 100%;
}

/* ---------------------注目の懸賞 */
.present_pickup {
    border-top: solid 4px #FF5555;
    background-color: #FDF4E7;
    background-image: url("../img/top/bg_present_pickup.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 10px 10px 40px;
}
.present_pickup > h2 {
    background: none;
    margin-bottom: 0;
    padding: 0;
}
.present_pickup > h2 > img {
    width: 100%;
    vertical-align: bottom;
}
.present_pickup_list > li {
    position: relative;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px #C7B14F;
}
.present_pickup_list > li:last-child {
    margin-bottom: 0;
}
.present_pickup_list > li > a {
    display: flex;
    gap: 0 10px;
}
.present_pickup_list .pr {
    position: absolute;
    top: -10px;
    right: 10px;
    border-radius: 4px;
    background-color: #278BD1;
    padding: 0 8px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}
.present_pickup_list .pr::before {
    width: 9px;
    height: 14px;
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    background-color: #278BD1;
    margin: 0 auto;
    clip-path: polygon(0 70%, 0 0, 100% 0);
}
.present_pickup_list .thumbnail {
    width: 40%;
}
.present_pickup_list .thumbnail > img {
    width: 100%;
    border-radius: 6px 0 0 6px;
    vertical-align: bottom;
}
.present_pickup_list .summary {
    width: 60%;
    display: flex;
    flex-direction: column;
    padding: 20px 10px 10px 0;
}
.present_pickup_list .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}
.present_pickup_list .summary_bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px 5px;
    margin-top: auto;
}
.present_pickup_list .winner_box {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.present_pickup_list .winner {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.present_pickup_list .enddate {
    width: 75px;
    padding-left: 0;
    padding-right: 0;
}
.present_pickup_list .click {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 5px;
}
.present_pickup_list .click_pt {
    width: 75px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EBEBEB;
    background: -moz-linear-gradient(left, #D4D4D4 0%, #EBEBEB 40%, #D4D4D4 100%);
    background: -webkit-linear-gradient(left, #D4D4D4 0%,#EBEBEB 40%,#D4D4D4 100%);
    background: linear-gradient(to right, #D4D4D4 0%,#EBEBEB 40%,#D4D4D4 100%);
    background-repeat:no-repeat, no-repeat;
    border-radius:50px;
    color:#555;
    border:#bbb 1px solid;
    padding: 4px 0;
    line-height: 1.0;
    font-family: 'Murecho';
    font-weight: 700;
    font-size:11px;
}
.present_pickup_list .click_5pt {
    width: 75px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffe12f;
    background: -moz-linear-gradient(left, #fff082 0%, #ffe12f 40%, #fff082 100%);
    background: -webkit-linear-gradient(left, #fff082 0%,#ffe12f 40%,#fff082 100%);
    background: linear-gradient(to right, #fff082 0%,#ffe12f 40%,#fff082 100%);
    background-repeat:no-repeat, no-repeat;
    border-radius:50px;
    color:#7d572b;
    border:#d5c44f 1px solid;
    padding: 4px 0;
    line-height: 1.0;
    font-family: 'Murecho';
    font-weight: 700;
    font-size:11px;
}
.present_pickup_list .click_pt .pt,
.present_pickup_list .click_5pt .pt {
    display: inline-block;
    padding-left: 3px;
    font-size: 12px;
}

/* ---------------------最近の懸賞 */
.present_latest {
    background-color: #FDF4E7;
    padding: 20px 10px 33px;
}
.present_latest_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-bottom: 13px;
}
.present_latest_list > li {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0 3px 7px;
    box-sizing: border-box;
    width: calc( 100% / 3);
}
.present_latest_list > li > a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 8px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 3px #CEC4B9;
}
.present_latest_list > li > a > img {
    width: 100%;
    vertical-align: bottom;
    margin-bottom: 10px;
}
.present_latest_list .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 8px;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
}
.present_latest_list .summary {
    display: flex;
    flex-direction:column;
    align-items:center;
    margin-top: auto;
}
.present_latest_list .company {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 2px;
    text-align: left;
    font-size: 10px;
}
.present_latest_list .winner {
    margin-bottom: 8px;
}

/* ---------------------締切間近の懸賞 */
.present_enddate {
    background-color: #FDF4E7;
    padding: 0 10px 40px;
}
.present_enddate h2 {
    border-top: solid 2px #FF5555;
    padding-top: 20px;
}
.present_enddate_list {
    margin-bottom: 20px;
}
.present_enddate_list > li {
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 6px;
    box-shadow: 0 1px 3px #CEC4B9;
}
.present_enddate_list > li:last-child {
    margin-bottom: 0;
}
.present_enddate_list > li > a {
    display: flex;
    gap: 0 10px;
    padding: 10px;
}
.present_enddate_list .thumbnail {
    width: 25%;
}
.present_enddate_list .thumbnail > img {
    width: 100%;
    vertical-align: bottom;
}
.present_enddate_list .summary {
    width: 75%;
    display: flex;
    flex-direction: column;
}
.present_enddate_list .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 2px;
    line-height: 1.5;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
}
.present_enddate_list .company {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 2px;
    text-align: left;
    font-size: 10px;
}
.present_enddate_list .summary_bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px 5px;
    margin-top: auto;
}

/* ---------------------懸賞ニュース */
.present_news {
    position: relative;
    background-color: #fff;
    padding: 20px 10px 40px;
}
.present_news::before {
    width: 74px;
    height: 68px;
    content: "";
    position: absolute;
    top: -3px;
    right: 10px;
    z-index: 1;
    background: url("../img/top/img_chara_news.png") no-repeat top 0 left 0;
    background-size: 74px 68px;
}
.present_news_list {
    margin-bottom: 20px;
}
.present_news_list > li {
    border: solid 1px #ccc;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px #D2D2D2;
}
.present_news_list > li:last-child {
    margin-bottom: 0;
}
.present_news_list > li > a {
    display: flex;
    gap: 0 10px;
    padding: 10px;
    text-align: left;
}
.present_news_list .thumbnail {
    width: 25%;
}
.present_news_list .thumbnail > img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    vertical-align: bottom;
}
.present_news_list .summary {
    width: 75%;
    display: flex;
    flex-direction: column;
}
.present_news_list .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 2px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 14px;
}
.present_news_list .date {
    font-size: 11px;
}
.present_news .more {
    box-shadow: 0 1px 3px #D2D2D2;
}

/* ---------------------懸賞コラム */
.present_column {
    background-color: #fff;
    padding: 0 10px 40px;
}
.present_column h2 {
    border-top: solid 2px #FF5555;
    padding-top: 20px;
}
.present_column_list {
    margin-bottom: 20px;
}
.present_column_list > li {
    border: solid 1px #ccc;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px #D2D2D2;
}
.present_column_list > li:last-child {
    margin-bottom: 0;
}
.present_column_list > li > a {
    display: flex;
    gap: 0 10px;
    padding: 10px;
    text-align: left;
}
.present_column_list .thumbnail {
    width: 25%;
}
.present_column_list .thumbnail > img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    vertical-align: bottom;
}
.present_column_list .summary {
    width: 75%;
    display: flex;
    flex-direction: column;
}
.present_column_list .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 2px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 14px;
}
.present_column_list .date {
    font-size: 11px;
}
.present_column .more {
    box-shadow: 0 1px 3px #D2D2D2;
}

/* ---------------------おすすめポイント案件 */
.point_recommend {
    position: relative;
    background-color: #F9F7F4;
    padding: 20px 10px 40px;
}
.point_recommend::before {
    width: 101px;
    height: 66px;
    content: "";
    position: absolute;
    top: -2px;
    right: 10px;
    z-index: 1;
    background: url("../img/top/img_chara_point.png") no-repeat top 0 left 0;
    background-size: 101px 66px;
}
.point_recommend_list > li {
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px #CEC4B9;
}
.point_recommend_list > li:last-child {
    margin-bottom: 0;
}
.point_recommend_list > li > a {
    display: flex;
    align-items: center;
    gap: 0 10px;
    padding: 10px;
    text-align: left;
}
.point_recommend_list .thumbnail {
    width: 25%;
}
.point_recommend_list .thumbnail > img {
    width: 100%;
    vertical-align: bottom;
}
.point_recommend_list .summary {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.point_recommend_list .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 2px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 13px;
}
.point_recommend_list .addtxt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 11px;
}
.point_recommend_list .point {
    width: 25%;
    display: flex;
    justify-content: flex-end;
}
.point_recommend .more {
    box-shadow: 0 1px 3px #D2D2D2;
}

/* ----------------------------毎日タップ枠 */
.point_everyday {
    background-color: #F9F7F4;
    padding: 0 10px 40px;
}
.point_everyday h2 {
    border-top: solid 2px #FF5555;
    padding-top: 20px;
}
.point_everyday_list {
    display: flex;
    flex-wrap: wrap;
}
.point_everyday li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    width: calc(100% / 2);
}
.point_everyday .summary {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0 1px 3px #CEC4B9;
    flex-grow: 1;
    margin: 0 4px 8px;
}
.point_everyday .direct_link {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    background: #fff;
    border-radius: 6px 6px 0  0;
    flex-grow: 1;
}
.point_everyday .thumbnail {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
}
.point_everyday .thumbnail img {
    width: 100%;
    vertical-align: bottom;
}
.point_everyday .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: left;
    line-height: 1.5;
    font-weight: bold;
    font-size: 13px;
}
.point_everyday .point {
    margin-top: auto;
}
.point_everyday .detail_link {
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-radius: 0 0 6px 6px;
    padding: 7px 0;
    position: relative;
    background: #F5F1EC;
    margin-top: auto;
    color: #555;
    font-size: 11px;
}

/* アイコン */
.point_everyday .icon_tap {
    width: 46px;
    height: 46px;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: -4px;
    right: -4px;
    background-color: #FF5555;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.0;
    text-align: center;
    color: #fff;
}
.point_everyday .icon_tap p {
    width: 100%;
    position:absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.8, .8, .8) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(.8, .8, .8) rotate3d(0, 0, 1, -10deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 10deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.2, 1.1) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -10deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.8, .8, .8) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(.8, .8, .8) rotate3d(0, 0, 1, -10deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 10deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.2, 1.1) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -10deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* ---------------------最新セール・キャンペーン情報 */
.point_sale {
    background-color: #F9F7F4;
    padding: 0 10px 40px;
}
.point_sale h2 {
    border-top: solid 2px #FF5555;
    padding-top: 20px;
}
.point_sale_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border-radius: 6px;
    border: solid 1px #EBEBEB;
    background-color: #fff;
}
.point_sale_list li {
    position: relative;
    border-bottom: solid 1px #F0F0F0;
    text-align: left;
}
.point_sale_list li:last-child {
    border-bottom: none;
}
.point_sale_list li::before,
.point_sale_list li::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 9px;
    height: 2px;
    background: #FFAB47;
    border-radius: 4px;
}
.point_sale_list li::before {
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.point_sale_list li::after {
    margin-top: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.point_sale_list li > a {
    display: block;
    padding: 10px 40px 10px 15px;
    text-decoration: underline;
    font-size: 13px;
    color: #555;
}

/* ---------------------アプリの条件達成で即Pゲット！ */
.point_appli {
    background-color: #F9F7F4;
    padding: 0 10px 40px;
}
.point_appli h2 {
    border-top: solid 2px #FF5555;
    padding-top: 20px;
}

/* アプリモール（ADWALL・スカイアプリ） */
.applimall {
    margin-bottom: 10px;
}
.applimall_list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0 8px;
    overflow: inherit !important;
    margin: 0 !important;
}
.applimall_list li {
    flex: 1;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 1px 3px #CEC4B9;
    width: auto !important;
    float: inherit !important;
    padding: 0 !important;
}
.applimall_list > li > a {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    background: none !important;
    box-shadow: none !important;
}
.applimall_list li > a > img {
    width: 100%;
    border-radius: 4px;
}
.applimall_tag {
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 1px 15px;
    border-radius: 15px;
    font-size: 11px;
    color: #fff;
}
.applimall_tag.adwall {
    background-color: #32ad6c;
}
.applimall_tag.skyappli {
    background-color: #f4b42a;
}
.applimall_txt {
    font-size: 11px;
    color: #333;
}

/* アプリ */
.point_appli_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 12px;
}
.point_appli_list > li {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0 3px 8px;
    box-sizing: border-box;
    width: calc( 100% / 3);
}
.point_appli_list > li > a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 8px 5px 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 3px #CEC4B9;
}
.point_appli_list .thumbnail {
    width: 95px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
}
.point_appli_list .thumbnail img {
    width: 100%;
    vertical-align: bottom;
}
.point_appli_list .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 5px 15px;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
}
.point_appli_list .point {
    margin-top: auto;
}

/* ---------------------定番ネットショップ */
.point_shop {
    background-color: #F9F7F4;
    padding: 0 10px 40px;
}
.point_shop h2 {
    border-top: solid 2px #FF5555;
    padding-top: 20px;
}
.point_shop_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 12px;
}
.point_shop_list > li {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0 3px 8px;
    box-sizing: border-box;
    width: calc( 100% / 3);
}
.point_shop_list > li > a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 8px 5px 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 3px #CEC4B9;
}
.point_shop_list .thumbnail {
    width: 95px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
}
.point_shop_list .thumbnail img {
    width: 100%;
    vertical-align: bottom;
}
.point_shop_list .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 5px 15px;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
}
.point_shop_list .summary {
    margin-top: auto;
}
.point_shop_list .addtxt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 2px;
    font-size: 12px;
}

/* ---------------------サービス利用・ショッピングで貯める */
.point_service {
    background-color: #F9F7F4;
    padding: 0 10px 40px;
}
.point_service h2 {
    border-top: solid 2px #FF5555;
    padding-top: 20px;
}
.point_service_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 12px;
}
.point_service_list > li {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0 3px 8px;
    box-sizing: border-box;
    width: calc( 100% / 3);
}
.point_service_list > li > a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 8px 5px 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 3px #CEC4B9;
}
.point_service_list .thumbnail {
    width: 95px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
}
.point_service_list .thumbnail img {
    width: 100%;
    vertical-align: bottom;
}
.point_service_list .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 5px 15px;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
}
.point_service_list .point {
    margin-top: auto;
    text-align: center;
}

/* ---------------------モニターで貯める */
.point_monitor {
    background-color: #F9F7F4;
    padding: 0 10px 40px;
}
.point_monitor h2 {
    border-top: solid 2px #FF5555;
    padding-top: 20px;
}
.point_monitor h3 {
    padding-left: 6px;
}
.point_monitor_box {
    box-sizing: border-box;
    border: solid 1px #EBEBEB;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 15px 9px 15px;
}
.point_monitor_box:last-of-type {
    margin-bottom: 20px;
}

/* 新着モニター */
.point_monitor_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.point_monitor_list > li {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    box-sizing: border-box;
    width: calc( 100% / 2);
}
.point_monitor_list > li > a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 10px 6px 0;
}
.point_monitor_list .thumbnail {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
}
.point_monitor_list .thumbnail img {
    width: 100%;
    vertical-align: bottom;
}
.point_monitor_list .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 0 15px;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
}
.point_monitor_list .point {
    margin-top: auto;
    text-align: left;
    line-height: 1.2;
    font-size: 16px;
}

/* 新着テンタメモニター */
.point_monitor_tentame_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.point_monitor_tentame_list > li {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    box-sizing: border-box;
    width: calc( 100% / 2);
}
.point_monitor_tentame_list > li > a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 10px 6px 0;
}
.point_monitor_tentame_list .thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
}
.point_monitor_tentame_list .thumbnail img {
    width: 100%;
    border: solid 1px #EBEBEB;
    vertical-align: bottom;
}
.point_monitor_tentame_list .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 0 15px;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
}
.point_monitor_tentame_list .summary {
    margin-top: auto;
}
.point_monitor_tentame_list .point {
    margin-bottom: 15px;
    font-size: 20px;
}
.point_monitor_tentame_list .yen,
.point_monitor_tentame_list .buy {
    text-align: left;
    font-size: 12px;
}

/* ---------------------毎日コツコツ貯める */
.point_onestep {
    background-color: #F9F7F4;
    padding: 0 10px 40px;
}
.point_onestep h2 {
    border-top: solid 2px #FF5555;
    padding-top: 20px;
}
.point_onestep_list {
    display: flex;
    flex-wrap: wrap;
}
.point_onestep_list li {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    box-sizing: border-box;
    padding: 0 3px 6px;
    width: calc( 100% / 2);
}
.point_onestep_list li > a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 1px 3px #CEC4B9;
    padding: 5px;
}
.point_onestep_list .icon {
    width: 50px;
}
.point_onestep_list .icon > img {
    width: 100%;
    vertical-align: bottom;
}
.point_onestep_list .title {
    font-weight: bold;
    font-size: 13px;
}

/* -----------SSP */
.ssp {
    background-color: #F9F7F4;
    padding: 0 10px 40px;
}

/* ----------特集＆キャンペーン */
.special ul {
    padding: 10px 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.special li {
    width: calc(100%/3);
    display: inline-block;
}
.special li a {
    display: block;
    padding: 0 5px 5px;
    text-decoration: none;
    position: relative;
}
.special li img{
    width: 100%;
}


/* -----------------SNSアイコン */
.sns_link {
    margin: 20px 0 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.sns_link ul {
    padding: 10px 5% 0;
    display: flex;
    justify-content: center;
}
.sns_link li img {
    margin: 0 10px;
    width: 60px;
}

/* -----------------ご意見 */
.opinion{
    margin-bottom: 20px;
}
.opinion p {
    margin-bottom: 5px;
}
.opinion a {
    display: block;
    padding: 10px 0;
    margin: 0 20px;
    border-radius: 5px;
    background: #e5e5e5;
    color: #555;
    font-weight: bold;
    font-size: 17px;
}


/* ----------------------------スペシャルタイムセール */
.special_timesale a {
    display:block;
    text-decoration:none;
    margin:10px;
    padding:8px 0 7px 0;
    color:#ffffff;
    background-color:#de0c1a;
    border-radius: 8px;
    box-shadow: 0px 1px 3px #cec4b9;
}
.special_timesale h1 {
    border-bottom: none;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    padding: 0;
}
.special_timesale h1 img {display:block;}
.special_timesale .bnr_area {
    background: url(../img/top/bg_specilal_timesale_coin.png) no-repeat 0 20px;
    background-size: 100% auto;
    padding:8px 0;
}
.special_timesale .bnr_area img {
    display:block;
    margin:0 auto;
    width:55%;
    height:auto;
    border:2px solid #de0817;
}
.special_timesale .detail { padding:10px 10px 0 10px;}
.special_timesale .detail h2 {
    line-height: 1.3;
    font-size: 14px;
    font-weight:bold;
    margin-bottom: 3px;
    border-bottom: none;
    text-align: center;
    padding:0;
    background: transparent;
}
.special_timesale .detail ins {
    display: block;
    font-weight: bold;
    font-size: 40px;
    text-decoration: none;
    text-align: center;
    color: #fff959;
    text-shadow:0px 1px 2px #9e0000;
    line-height: 1.2;
}
.special_timesale .detail del {
    margin-bottom: 5px;
    background: url(../img/top/ico_coin_s.png) no-repeat 0px 2px;
    background-size: 12px 12px;
    padding: 0 0 0 18px;
}
.special_timesale .countdown {
    margin:10px 10px 7px 10px;
    padding:6px 5px 6px 5px;
    background-color:#ffffff;
    text-align:center;
    color:#de0c1a;
    border-radius:3px;
    line-height: 1;
}
.special_timesale .countdown span {
    font-size:20px;
    margin: 0 3px 0 5px;
    display:inline-block;
}
.special_timesale p.text { font-size:10px;}


/* ------------------モーダル広告枠 */
.modal_ad_inner {
    padding: 10px 20px 20px;
    margin: 30px 20px 0;
    text-align: center;
    position: relative;
    background: #f3edb7;
    border-radius: 5px;
}
.modal_ad .titile img {
    width: 90%;
}
.modal_ad .name {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0;
}
.modal_ad .detail_box {
    display: flex;
    width: 100%;
    gap: 0 10px;
}
.modal_ad .detail_box .bnr {
    width: 40%;
}
.modal_ad .detail_box .bnr img {
    width: 100%;
}
.modal_ad .detail_box .bnr_txt {
    text-align: left;
    width: 60%;
}
.modal_ad .point {
    font-size: 30px;
    font-weight: bold;
    color: #ff5555;
}
.modal_ad .btn {
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
    background: #ff5555;
    color: #fff;
    border-radius: 5px;
}




