@charset "euc-jp";

/* top

スペシャルタイムセール
お気に入り案件
タイムセール
ポイントNo.1
リピートOK月額案件
新着アプリ
新着情報
人気のカテゴリ
おすすめ情報
定番ショップ
ログインボーナス
読んで貯める
未ログイン時
サイト説明文
CAアンケート
スクロール告知
モーダル広告枠

------------------------------------------------ */

/* スペシャルタイムセール
----------------------------*/
.special_timesale {
    background-color:#47c2c9;
    text-decoration:none;
    margin-bottom:10px;
    text-align:center;
}
.special_timesale h2 {
    background-color:#47c2c9;
    padding:0;
}
.special_timesale h2 img { width:100%;}
.special_timesale .bnr_area {
    background:url(../../img/top/bg_specialtimesale_bnr.png) repeat;
    padding:10px 0;
}
.special_timesale .bnr_area img {
    display:block;
    width:60%;
    margin:0 auto;
}
.special_timesale .countdown {
    padding:10px 10px 7px 10px;
    color:#fff;
}
.special_timesale .countdown span.remaining {
    display:inline-block;
    font-size:13px;
    padding:0 0 0 16px;
    background:url(../../img/top/ico_specialtimesale_time.png) no-repeat ;
    background-size:11px 16px;
}
.special_timesale .countdown span.specialtime {
    display:inline-block;
    font-size:23px;
    font-weight:bold;
    padding:0 0 0 5px;
}
.special_timesale .detail {
    padding:5px 5px 0px 5px;
    background-color:#ffffff;
    border-bottom:3px solid #47c2c9;
}
.special_timesale .detail p.title {
    font-size:14px;
    padding:3px 0 5px 0;
}
.special_timesale .point_area  span.usually {
    display:inline-block;
    font-size:13px;
    text-decoration:line-through;
}
.special_timesale .point_area  span.point {
    display:inline-block;
    font-size:23px;
    font-weight:bold;
    color:#e44352;
    padding:4px 0 3px 30px;
    background:url(../../img/top/ico_specialtimesale_point.png) no-repeat 5px 2px ;
    background-size:22px 22px;
}
.special_timesale p.comment {
    font-size:9px;
    color:#e44351;
}


/* お気に入り案件
----------------------------*/
.favorite .ptup_list {
    padding-bottom: 20px;
}
.favorite .ptup_list li a {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    overflow: hidden;
    padding: 12px 5px;
}
.favorite .ptup_list .new {
    background: #f0666c;
    border: 2px solid #fff;
    border-radius: 10px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 0.875rem;
    line-height: 1.3;
    margin: 0 5px 0 0;
    width: 46px;
    padding: 2px 10px 1px;
}
.favorite .ptup_list .name {
    float: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 54%;
}
.favorite .ptup_list .icon_point {
    display: inline-block;
    float: right;
}
.favorite .ptup_list li:last-child {
    text-align: right;
}

/* タイムセール
----------------------------*/

.timesale h2 {
    margin-bottom: 10px;
    background: transparent;
    border-top: none;
    text-align: center;
    border: none;
    padding: 0;
}
.timesale a {
    display: block;
    text-decoration: none;
    color: #555;
}
.timesale ul {
    overflow: hidden;
    padding: 0 10px;
}
.timesale span {
    display: block;
}
.timesale .title {
    padding: 10px 10px 5px 10px;
    font-size: 1.2rem;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.timesale .count {
    padding: 5px 0;
    margin-bottom: 10px;
    color: #e54a5c;
    background: #fff;
    font-size: 1.4rem;

}
.timesale .count span {
    display: inline-block;
}
.timesale .count .remaining {
    margin-right: 8px;
}
.timesale .thumbnail {
    position: relative;
    height: 100px;
    width: 100px;
    margin: 0 auto;
}
.timesale .thumbnail img {
    max-width: 100px;
    max-height:100px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.timesale li {
    float: left;
    width: 49%;
    margin-bottom: 10px;
    position: relative;
    background: #fdf7d3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 1px 3px #cec4b9;
    -moz-box-shadow: 0px 1px 3px #cec4b9;
    box-shadow: 0px 1px 3px #cec4b9;
    text-align: center;
}
.timesale li:nth-child(2n) {
    float: right;
}
.timesale .remaining_time {
    margin: 8px 10px 2px;
    padding: 2px 5px;
    background-color: #fff;
    border: 1px solid #FF484B;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 10px;
    color: #FF484B;
}
.timesale .detail {
    margin: 7px 0 0;
    padding: 0 10px;
    font-size: 1.1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.timesale .point_area {
    min-height: 40px;
    margin-top: 10px;
    padding: 12px 0;
    position: relative;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.timesale .point_area div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.timesale .point_area .comment {
    width: 120px;
    position: absolute;
    top: -8px;
    right: 0;
    left: 0;
    margin: auto;
    background: #6bbfc7;
    color: #fff;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}
.timesale .point_area .usually span {
    display: inline;
}
.timesale .point_area .icon_point {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
}
.timesale .point del{
    font-size: 12px;
    color: #6E6E6E;
    background-image: url("../img/icon/ico-pt.gif");
    background-repeat: no-repeat;
    background-position: 0 center;
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px 12px;
    background-size: 12px 12px;
    padding:0 0 0 17px;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.10, 1.10, 1.10);
    transform: scale3d(1.10, 1.10, 1.10);
  }

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

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

  50% {
    -webkit-transform: scale3d(1.10, 1.10, 1.10);
    transform: scale3d(1.10, 1.10, 1.10);
  }

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

.comment {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;}


/* ポイントNo.1
----------------------------*/
.no1 {
  margin-bottom: 20px;
  padding-top: 15px;
}
.no1 h2 {
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 16px 0 14px;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  background: url(../../img/14/common/bg_no1.gif) no-repeat 0 0;
  background-size: cover;
  text-align: center;
  font-size: 5.5vw;
}

/* ポイントNo.1 共通 */
.no1 ul.no1_list { margin: 0 0 15px;}
.no1 ul.no1_list li {
    padding: 15px 0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 1px 1px 2px #a8a8a8;
    color: #534741;
}
.no1 ul.no1_list li:focus { outline: none;}
.no1 ul.no1_list li .thumbnail,
.no1 ul.no1_list li .detail {
    height: 100px;
    display: table-cell;
    box-sizing: border-box;
    padding-bottom: 10px;
    vertical-align: top;
}
.no1 ul.no1_list li .thumbnail {
    box-sizing: border-box;
    padding-left: 15px;
}
.no1 ul.no1_list li .thumbnail img {
    max-width: 80px;
    max-height: 80px;
}
.no1 ul.no1_list li .point {
    background:#fff8be;
    margin-bottom: 15px;
    padding: 15px 0 10px;
    text-align: center;
}
.no1 ul.no1_list li .point span {
    display:inline-block;
    padding:0 0 0 20px;
    background: url(../../img/14/common/ico_point.png) no-repeat 0 center;
    background-size: 14px 14px;
    font-weight: normal;
    font-size: 2.8rem;
    color:#e54a5c;
}
.no1 ul.no1_list li .comparison p {
    display: table-cell;
    vertical-align: top;
}
.no1 ul.no1_list li .comparison p:nth-child(1) {
    border-radius: 4px;
    background: #e9e9e9;
    text-align: center;
    vertical-align: middle;
}
.no1 ul.no1_list li .comparison .date {
    display: block;
    padding: 5px 0 8px;
    font-size: 1.1rem;
}
.no1 ul.no1_list li .period {
    display: block;
    border: #e54a5c 1px solid;
    border-radius: 20px;
    margin: 0 auto 15px;
    padding: 3px 0;
    text-align: center;
    color: #e54a5c;
}
.no1 a.btn_detail {
    width: 90%;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 12px 0;
    background: #ffa200;
    background: -moz-linear-gradient(top,  #ffc016 0%, #ffa200 80%, #ffc016 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc016), color-stop(80%,#ffa200), color-stop(100%,#ffa200));
    background: -webkit-linear-gradient(top,  #ffc016 0%,#ffa200 80%,#ffa200 100%);
    background: linear-gradient(to bottom,  #ffc016 0%,#ffa200 80%,#ffa200 100%);
    border-radius: 6px;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
}

/* ポイントNo.1 1枠*/
.no1 .single  { padding: 0 10px 0;}
.no1 .single li .name,
.no1 .single li .condition {
    display: block;
    box-sizing: border-box;
    margin-bottom: 5px;
    padding: 0 15px 0 15px;
}
.no1 .single li .name {
    line-height: 1.6em;
    font-size: 1.5rem;
}
.no1 .single li .condition { font-size: 1.0rem;}
.no1 .single li .comparison {
    margin: 0 15px;
}
.no1 .single li .comparison p span {
    display: block;
    box-sizing: border-box;
    padding-left: 15px;
    line-height: 1.7em;
}
.no1 .single li .comparison p:nth-child(1) {
    width: 80px;
    font-size: 1.2rem;
}
.no1 .single li .comparison p:nth-child(2) {
    letter-spacing: 1px;
    font-size: 1.4rem;
}
.no1 .single li .comparison .date { letter-spacing: 1px;}
.no1 .single li .period {
    width: 80%;
    letter-spacing: 1px;
    font-size: 1.1rem;
}

/* ポイントNo.1 複数枠 */
.no1 .multi {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.no1 .multi .no1_list_frame {
    float: left;
    box-sizing: border-box;
    margin: 0 5px 5px;
    padding: 15px 0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 1px 1px 2px #a8a8a8;
    color: #534741;
}
.no1 .multi .no1_list_frame .thumbnail {
    box-sizing: border-box;
    padding: 0 0 0 15px;
}
.no1 .multi .no1_list_frame .name {
    width: 100%;
    height: 78px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 10px 0 10px;
    line-height: 1.6em;
    font-size: 1.2rem;
}
.no1 .multi .no1_list_frame .comparison { margin: 0 15px;}
.no1 .multi .no1_list_frame .comparison p:nth-child(1) {
    width: 60px;
    font-size: 1.3rem;
}
.no1 .multi .no1_list_frame .comparison p:nth-child(1) span {
    display: block;
    letter-spacing: 0;
    font-size: 1.0rem;
}
.no1 .multi .no1_list_frame .comparison p:nth-child(2) span {
    display: block;
    box-sizing: border-box;
    padding-left: 10px;
    line-height: 1.7em;
}
.no1 .multi .no1_list_frame .comparison p:nth-child(2) {
    letter-spacing: 0;
    font-size: 1.3rem;
}
.no1 .multi .no1_list_frame .comparison .date { letter-spacing: 0;}
.no1 .multi .no1_list_frame .period {
    width: 90%;
    letter-spacing: 0;
    font-size: 1.1rem;
}
.no1 .multi .no1_navi li.slick-active  button {  background: #17ccd6;}

/* ポイントNo1 Slick　Slider */
.no1 .no1_list .no1_navi {
    width: auto;
    margin: 25px auto 10px;
    overflow: hidden;
    text-align: center;
}
.no1 .no1_list .no1_navi li {
    width: 17px;
    height: 20px;
    display: inline;
    background: none;
    box-shadow: none;
    margin: 0 7px;
    padding: 0;
}
.no1 .no1_list .no1_navi li button {
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 15px;
    background: #666;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* リピートOK月額案件
----------------------------*/
.top_repeat{
    background:#fff;
    padding:10px 6% 5px 6%;
}
.top_repeat img{
    width:100%;
    height:auto;
}


/* 新着アプリ
----------------------------*/
.new_3column_list {
    margin-bottom: 20px;
}
.new_3column_list h2 span {
    background: #fff;
    color: #f0666c;
    font-size: 1.1rem;
    display: inline-block;
    border-radius: 10px;
    padding: 1px 18px 0;
    float: right;
    margin-top: -1px;
    letter-spacing: 1px;
}
.new_3column_list ul {
    width: 100%;
    display: table;
    background: #fff;
}
.new_3column_list li {
    display: table-cell;
    border-bottom: #e6e6e6 1px solid;
    background: #fff;
    text-align: center;
}
.new_3column_list li a {
    display: block;
    padding: 10px 5px;
}
.new_3column_list li:nth-child(2),
.new_3column_list li:nth-child(5) {
    border-left: #e6e6e6 1px solid;
    border-right: #e6e6e6 1px solid;
}
.new_3column_list .name {
    margin:0 auto 5px;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.1rem;
}
.new_3column_list img {
    margin-bottom: 5px;
}
.new_3column_list .point {
    margin: 0 auto;
}
.new_3column_list .icon_point {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 1.8rem;
}
.new_3column_list .condition {
    margin: 0 auto 5px;
    padding: 2px 5px 1px;
    border-radius: 3px;
    background: #E9E9E9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.1rem;
}
@media (max-width: 767px) { .new_3column_list .name, .new_3column_list .condition { width: 80px;} }
@media (min-width: 768px) { .new_3column_list .name, .new_3column_list .condition { width: 220px; font-size: 1.2rem; } }
@media (max-width: 767px) { .new_3column_list .point { width: 95px; } .new_3column_list .icon_point{ font-size: 1.5rem; } }
@media (min-width: 768px) { .new_3column_list .point { width: 220px; } }


/* 新着情報
----------------------------*/
.new_list {
    clear: both;
    margin-bottom: 20px;
}
.new_list .point_detail {
    display: table;
    table-layout: fixed;
    width: 100%;
    font-size: 1.0rem;
}
.new_list .point_detail li {
    display: table-cell;
    vertical-align: middle;
    padding: 2px 0 2px 16px;
}
.new_list .point_detail li:first-child {
    background: #c3f4ff;
    background-image: url("../../img/14/common/ico_star_blue.png");
    background-repeat: no-repeat;
    background-position: 2px center;
    background-size: 12px 12px;
}
.new_list .point_detail li:last-child {
    background: #fff7be;
    background-image: url("../../img/14/common/ico_star_yellow.png");
    background-repeat: no-repeat;
    background-position: 2px center;
    background-size: 12px 12px;
}


/* 人気のカテゴリ
----------------------------*/
.category {
    font-size: 1.9rem;
}
.category li {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}
.category li:last-child {
    border-bottom: none;
}
.category li.category01 {
    background-image: url("../../img/14/common/ico_category01.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 38px 38px;
}
.category li.category02 {
    background-image: url("../../img/14/common/ico_category02.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 38px 38px;
}
.category li.category03 {
    background-image: url("../../img/14/common/ico_category03.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 38px 38px;
}
.category li.category04 {
    background-image: url("../../img/14/common/ico_category04.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 38px 38px;
}
.category li.category05 {
    background-image: url("../../img/14/common/ico_category05.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 38px 38px;
}
.category li a {
    display: block;
    padding: 20px 10px;
}
.category li span {
    display: block;
    padding: 0 8px 0 45px;
}
.category li span:first-child {
    padding-bottom: 6px;
}
.category li span:nth-child(even) {
    font-size: 1.3rem;
    color: #998675;
}
.category li a {
    position: relative;
    display: block;
}
.category li a::before,
.category li a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 12px;
    height: 3px;
    border-radius: 4px;
}
.category li a::before {
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.category li a::after {
    margin-top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.category li.category01 a:before,
.category li.category01 a:after {
    background: #80e2e0;
}
.category li.category02 a:before,
.category li.category02 a:after {
    background: #ffd47d;
}
.category li.category03 a:before,
.category li.category03 a:after {
    background: #f2a4b0;
}
.category li.category04 a:before,
.category li.category04 a:after {
    background: #9adaff;
}
.category li.category05 a:before,
.category li.category05 a:after {
    background: #f7a866;
}


/* おすすめ情報
----------------------------*/
.new_point ul li{
    border-bottom: 1px solid #E6E6E6;
}
.new_point ul li:last-child{
    border:none;
}
.new_point ul li a{
    position:relative;
    display:block;
    padding: 12px 0;
}
.new_point ul li a:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 11px;
    height: 11px;
    margin-top: -5px;
    background: #756a64;
    border-radius: 1px;
}
.new_point ul li a:after{
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 16px;
    width: 11px;
    height: 11px;
    margin-top: -5px;
    background: #fff;
    border-radius: 1px;
}
.new_point .ad_name{
    float:left;
    width: 60%;
    font-size: 0.9em;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 5px;
}
.new_point .point{
    text-align:right;
    padding: 0 27px 0 0;
    display:block;
    font-size: 1em;
}
.new_point .point .icon_point{
    padding: 2px 0 2px 17px;
}


/* 定番ショップ
----------------------------*/
.teiban ul {
    overflow: hidden;
    padding: 10px;
    text-align: center;
}
.teiban li {
    display: inline-block;
    margin: 5px;
}
.bnr_safe {
    margin-bottom: 15px;
    text-align: center;
}


/* ログインボーナス
----------------------------*/
.bonus h2 span {
    background: #fff;
    color: #f0666c;
    font-size: 1.0rem;
    display: inline-block;
    border-radius: 10px;
    padding: 1px 18px;
    float: right;
    margin-top: -1px;
}
.bonus p {
    background: #fef8c1;
    color: #e54a5c;
    text-align: center;
    padding: 2px 0;
}
.bonus .detail_link {

    border-top: 1px dotted #e6e6e6;
    margin: 0 10px;
    padding: 10px 0;
    text-align: right;
}


/* 読んで貯める
----------------------------*/
.pointnews {
    margin-bottom: 15px;
}
.pointnews ul {
    overflow: hidden;
    padding: 0 5px;
    background: #fff;
}
.pointnews ul li {
    width: calc(100%/4);
    float: left;
    text-align: center;
}
.pointnews ul li a {
    display: block;
    margin: 5px;
    text-decoration: none;
    position: relative;
}
.pointnews img {
    width: 100%;
    margin-bottom: 5px;
}
.pointnews .point {
    font-size: 1.0rem;
    line-height: 1.3;
}
.pointnews span {
    font-size: 1.5rem;
    color: #e54a5c;
}

/* 未ログイン時
----------------------------*/
.not_login {
    clear: both;
    padding-top: 18px;
    border-top: #dedede 1px solid;
    background: url(../../img/top/bg_flag.gif) repeat-x center top;
    background-size: 82px 16px;
}
.not_login img { width: 100%;}
.not_login h1, .not_login .flow { margin-bottom: 5px;}
.not_login .sub_catch { margin-bottom: 10px;}
.not_login ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding-bottom: 5px;
    border-bottom: #dedede 1px solid;
}
.not_login ul li {
    display: table-cell;
    vertical-align: top;
}
.not_login .btn_regist {
    position: relative;
    padding: 18px 10px 25px;
    background: -moz-linear-gradient(left top,
    #b4ebea,
    #b4ebea 25%,
    #daf5f5 25%,
    #daf5f5 50%,
    #b4ebea 50%,
    #b4ebea 75%,
    #daf5f5 75%,
    #daf5f5);
    background: -webkit-gradient(linear, left top, right top,
    from(#b4ebea),
    color-stop(25%, #b4ebea),
    color-stop(25%, #daf5f5),
    color-stop(50%, #daf5f5),
    color-stop(50%, #b4ebea),
    color-stop(75%, #b4ebea),
    color-stop(75%, #daf5f5),
    to(#daf5f5));
    -moz-background-size: 10px 1px, 10px 1px;
    -webkit-background-size: 10px 1px, 10px 1px;
    background-size: 10px 1px, 10px 1px;
    text-align: center;
}
.not_login .btn_regist:before,
.not_login .btn_regist:after {
    width: 0;
    height: 0;
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    border-bottom: 25px solid transparent;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    margin-left: -25px;
}
.not_login .btn_regist:before {
    top: 0;
    border-top: #dedede 16px solid;
}
.not_login .btn_regist:after {
    top: -1px;
    border-top: #fff 16px solid;
}
.not_login .btn_regist a {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    display: block;
    border: #d13f4a 1px solid;
    border-radius: 6px;
    background :#ee6670;
    background: -moz-linear-gradient(top, #fff4f7 0%, #ee646e 3%, #ee6670 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff4f7), color-stop(3%,#ee646e), color-stop(100%,#ee6670));
    background: -webkit-linear-gradient(top, #fff4f7 0%, #ee646e 3%, #ee6670 100%);
    background: linear-gradient(to bottom, #fff4f7 0%, #ee646e 3%, #ee6670 100%);
    box-shadow: 2px 2px 3px #a8a8a8;
    cursor: pointer;
    font-weight: bold;
    font-size: 2.5rem;
    color: #fff;
}
.not_login .btn_regist a span {
    height: 38px;
    display: inline-block;
    padding: 32px 0 10px 70px;
    background: url(../../img/top/bg_regist.gif) no-repeat 0 center;
    background-size: 60px 38px;
}


/* サイト説明文
----------------------------*/
.about {
    width: 95%;
    box-sizing: border-box;
    margin: 0 auto 15px;
    padding: 15px 10px 10px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 1px 1px 2px #a8a8a8;
    letter-spacing: 1px;
    line-height: 1.8em;
    font-size: 1.2rem;
    color: #534741;
}
.about h3 {
    margin-bottom: 10px;
    text-align: center;
    font-weight: normal;
    font-size: 1.6rem;
}
.about p {  margin-bottom: 10px;}
.about p:last-child {  margin-bottom: 0;}

/* スクロール告知
----------------------------*/
.fade-down {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
}
.fade-down a {
    display: block;
}
.fade-down a img {
    width: 100%;
}

/* モーダル広告枠
----------------------------*/
.modal_ad_inner {
    padding: 10px 20px 20px;
    margin: 30px 20px 0;
    text-align: center;
    position: relative;
    background: #cde3e7;
    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 {
    margin: 15px 0;
    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;
}