@charset "utf-8";

/* ------------------------------全体共通設定------------------------------ */

#wrapper{
    font-family: "Meiryo","メイリオ","ＭＳ　Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
#container {
    width:100%;
    padding:0;
}
#contents {
    width: 100%;
    overflow:visible;
}
.top:after,
.main:after{
    content: "";
    clear: both;
    display: block;
}
/* テキスト装飾 */
.top h3{
    font-size:16px;
    color:#555555;
    font-weight:bold;
}
.top .condition{
    color:#929292;
    text-align:left;
    font-size:12px;
}
.top .comment{
    font-size:14px;
    color:#555555;
    text-align:left;
}
/* ポイント数 */
.top .point{
    color:#545454;
}
.top .ci-point,
.top del{
    background:url("../../img/10/icon/ico-pt.gif") no-repeat;
}
.top .ci-point,
.top ins{
    color:#ff5555;
    font-weight:bold;
    font-size:18px;
    text-decoration:none;
}
.top del{
    font-weight:normal;
    color:#545454;
}
/* リンク*/
.top a{
    text-decoration:none;
    display:inline-block;
}
.top a:hover{
    transition: all 0.8s;
}
/* ボタン */
.top .button{
    background:#3dba8f;
    color:#fff;
    display:block;
    text-align:center;
    padding:15px 0;
    font-size:16px;
    border-radius:5px;
    box-shadow:0px 0px 6px -1px #878787;
    position: relative;
}
.top .button::before,
.top .button::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: '';
    width: 8px;
    height: 3px;
    background: #fff;
    border-radius: 4px;
}
.top .button::before {
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.top .button::after {
    margin-top: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.top .main{
    width:1150px;
    margin:0 auto;
}

/* ------------------------------右カラムエリア------------------------------ */

/* 共通 */
.top .right{
    width:900px;
    float:right;
}
.top .right .title{
    border-top: 2px solid #ff5555;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    overflow: hidden;
    color: #4d4d4d;
}
.top .right .title h2{
    font-size: 20px;
    font-weight: bold;
    float:left;
}
.top .right .title p{
    font-size: 14px;
    float:right;
    padding:5px 0 0;
}

/* お知らせ */
.information{
    width:950px;
    margin:10px auto 5px;
    overflow:hidden;
}
.information h2,
.information a{
    float:left;
}
.information h2{
    text-align:center;
    width:110px;
    box-sizing:border-box;
    height:35px;
    font-size:16px;
    font-weight:bold;
    padding:6px 0 0;
    background:#f94f5a;
    color:#fff;
}
.information a{
    box-sizing:border-box;
    width:840px;
    padding:5px 15px;
    display:block;
    text-decoration:none;
    color:#666;
    font-size:15px;
    border-top:1px solid #bdbdbd;
    border-right:1px solid #bdbdbd;
    border-bottom:1px solid #bdbdbd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.information a:hover{
    transition: all 0.8s;
    background-color:#fff8d6;
}

/* ローテーションバナー複数 */
.rotation {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 10px;
}
.rotation .bx-wrapper {
    margin: 0 auto;
    position: relative;
}
.rotation .bx-viewport { height: 160px !important;}
.rotation .rotation_inner {
  width: 2856px;
  height: 200px;
  position:relative;
  left:50%;
  margin-left:-1428px;
  z-index: 1;
}
.rotation .slider li {
  width: 950px;
  display: block;
  margin: 0 1px;
  transition: all 0.2s;
}
.rotation .slider li img {
  vertical-align: bottom;
}
.rotation .slider li.active-slide {
  box-shadow:0px 4px 9px -1px #bfbfbf;
}
.rotation .bx-controls-direction{ position: relative;}
.rotation .bx-next,
.rotation .bx-prev {
    width: 951px;
    height: 150px;
    position: absolute;
    z-index: 1;
    background: url("../../img/10/top/img_rote.png") no-repeat 1px 35px;
    background-color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.rotation .bx-prev {
  top: -160px;
  left: 0;
  transform: rotateY( 180deg );
}
.rotation .bx-next {
  top: -160px;
  right: -5px;
}

/* ローテーションバナー単体 */
.rotation_simple{
    width:950px;
    margin:0 auto;
    padding: 20px 0;
}

/* ログアウト時のローテ */
.mainimg_nologin{
    width:1150px;
    height:auto;
    margin:30px auto;
}

/* スペシャルタイムセール */
#special_ts_line{
    margin:10px 0 40px;
}

/* タイムアップセール */
.top .right .top_timesale{
    display:block;
    background:url("../../img/10/top/bg_timesale.gif") repeat 0 0;
    border-radius:10px;
    width:893px;
    position:relative;
    left:4px;
    padding:100px 0 0;
    max-height:500px;
    margin-bottom: 40px;
}
.top .right .top_timesale h2{
    position:absolute;
    top:-2px;
    left:-4px;
}
.top .right .top_timesale ul{
    position:relative;
    top:-23px;
    padding:0 18px;
    overflow:hidden;
}
.top .right .top_timesale ul li{
    float:left;
    margin:0 20px 0 0;
}
.top .right .top_timesale ul li:nth-child(2){
    margin:0;
}
.top .right .top_timesale ul li:nth-child(3){
    margin:20px 20px 0 0;
}
.top .right .top_timesale ul li:nth-child(4){
    margin:20px 0 0 0;
}
.top .right .top_timesale ul li a{
    display:inline-block;
    width:418px;
    border-radius:5px;
    background:#fff;
    box-shadow:0px 0px 6px 0px #781d1d;
}
.top .right .top_timesale ul li a:hover{
    background-color:#fff8d6;
}
.top .right .top_timesale ul li h3,
.top .right .top_timesale ul li .nomal,
.top .right .top_timesale ul li .point,
.top .right .top_timesale ul li .condition p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top .right .top_timesale ul li h3{
    margin:15px;
    color:#4d4d4d;
    font-size:20px;
    font-weight:bold;
}
.top .right .top_timesale ul li a .area{
    overflow:hidden;
    padding:0 15px;
}
.top .right .top_timesale ul li a .area .img_area{
    height:120px;
    float:left;
}
.top .right .top_timesale ul li a .area .txt_area{
    float:left;
    margin:0 0 0 17px;
}
.top .right .top_timesale ul li a .area .txt_area .nomal{
    background:#f3f0e7;
    width:205px;
    border:#d3d1c8 1px solid;
    color:#3b3b3b;
    font-size:15px;
    text-align:center;
    padding:0 15px;
}
.top .right .top_timesale ul li a .area .txt_area .point{
    color:#f84848;
    font-size:40px;
    font-weight:bold;
    line-height:50px;
    margin:10px 0 0;
    max-width:220px;
    padding:0 0 0 30px;
    background:url("../../img/10/items/icon_bigcoin.gif") 0 center no-repeat;
}
.top .right .top_timesale ul li a .area .txt_area .condition{
    overflow:hidden;
    max-width:245px;
}
.top .right .top_timesale ul li a .time{
    background:#f6f6f6;
    font-size:30px;
    font-weight:bold;
    text-align:center;
    color:#f84848;
    margin:12px 0 0;
    border-radius:0 0 5px 5px;
}
.top .right .top_timesale ul li a .time span{
    font-size:18px;
    color:#4d4d4d;
}
.top .right .top_timesale ul li a .period{
    background:#4d4d4d;
    font-size:20px;
    font-weight:nomal;
    text-align:center;
    color:#fff;
    margin:12px 0 0;
    padding:8px 0;
    border-radius:0 0 4px 4px;
}

/* 最新セール＆キャンペーン */
.top .right .sale_campaign{
    margin-bottom: 40px;
}
.top .right .sale_campaign .wrap{
    background:url("../../img/10/top/bg_sale.gif") 0 0 repeat;
    padding:15px;
}
.top .right .sale_campaign ul{
    border: #d2d2d2 1px solid;
    box-shadow:0px 0px 6px -2px #8c8c8c;
}
.top .right .sale_campaign ul li{
    border-bottom:#cccccc 1px dotted;
}
.top .right .sale_campaign ul li:last-child{
    border-bottom:none;
}
.top .right .sale_campaign ul li a{
    background:#fff;
    padding:13px;
    display:block;
    overflow:hidden;
}
.top .right .sale_campaign ul li a:hover{
    background-color:#fff8d6;
}
.top .right .sale_campaign ul li p{
    float:left;
    font-size:15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top .right .sale_campaign ul li p.shop{
    color:#fff;
    text-align:center;
    background:#ff5555;
    width:180px;
    padding:6px 10px;
    border-radius:5px;
}
.top .right .sale_campaign ul li p.txt{
    color:#555555;
    text-align:left;
    padding:6px 0 6px 15px;
    max-width:620px;
}

/* いつものお店 */
.top .right .top_usually{
    margin-bottom: 40px;
}
.top .right .top_usually .wrap{
    background:#ececec;
    padding:15px;
}
.top .right .top_usually ul{
    box-shadow: 1px 2px 3px #ccc;
    overflow:hidden;
}
.top .right .top_usually li{
    border-bottom:#cccccc 1px dotted;
    border-right:#cccccc 1px dotted;
    float:left;
}
.top .right .top_usually li:nth-child(5n){
    border-right:none;
}
.top .right .top_usually li:nth-child(n+6){
    border-bottom:none;
}
.top .right .top_usually li a{
    background:#fff;
    width:173px;
    height:110px;
    padding:25px 0 0;
    text-align:center;
}
.top .right .top_usually li a:hover{
    background-color:#fff8d6;
}
.top .right .top_usually li .point{
    line-height:18px;
    padding:10px 0 0;
}
.top .right .top_usually li .ci-point{
    display:inline-block;
    padding:0 0 0 18px;
    font-size:18px;
    background-position:0 1px;
}
.top .right .top_usually li del{
    display:inline-block;
    padding:0 0 0 18px;
    font-size:9px;
    background-position:0 1px;
}
.top .right .top_usually li ins{
    font-size:18px;
}
.top .right .top_usually p.usually_button{
    width: 410px;
    font-size: 18px;
    margin: 20px auto 40px;
}
.top .right .top_usually p.usually_button a:hover{
    transition: all 0.4s;
    background-color:#059262;
}

/* ランキング */
.top .right .top_ranking{
    margin-bottom: 40px;
}
.top .right .top_ranking h3{
    background:url("../../img/10/top/icon_ranking.png") 0 0 no-repeat;
    margin:20px 0 10px 10px;
    font-size:20px;
    padding:0 0 0 35px;
}
.top .right .top_ranking ul{
    background:url("../../img/10/top/bg_ranking.gif") 0 0 repeat;
    padding:25px 15px 15px 15px;
    margin:0 0 0 10px;
    overflow:hidden;
    border-radius:5px;
    border:#ddd9c9 1px solid;
}
.top .right .top_ranking li{
    float:left;
    box-shadow: 1px 2px 3px #ccc;
    margin:0 10px 0 0;
    position:relative;
}
.top .right .top_ranking li .crown{
    position:absolute;
    top:-22px;
    left:40px;
}
.top .right .top_ranking li:last-child{
    margin:0;
}
.top .right .top_ranking li a{
    background:#fff;
    width:163px;
    height:110px;
    padding:25px 0 0;
    text-align:center;
    border-radius:5px;
}
.top .right .top_ranking li a:hover{
    background-color:#fff8d6;
}
.top .right .top_ranking li .point{
    line-height:18px;
    margin:13px 0 0;
}
.top .right .top_ranking li .ci-point{
    display:inline-block;
    padding:0 0 0 18px;
    font-size:18px;
    background-position:0 1px;
}
.top .right .top_ranking li del{
    display:inline-block;
    padding:0 0 0 18px;
    font-size:10px;
    background-position:0 1px;
}
.top .right .top_ranking li ins{
    font-size:16px;
}
/* ランキングベスト3 */
.top .right .top_ranking_three{
    margin-bottom: 40px;
}
.top .right .top_ranking_three h3{
    background:url("../../img/10/top/icon_ranking.png") 0 0 no-repeat;
    margin:20px 0 10px 10px;
    font-size:20px;
    padding:0 0 0 35px;
}
.top .right .top_ranking_three ul{
    background:url("../../img/10/top/bg_ranking.gif") 0 0 repeat;
    padding:15px;
    margin:0 0 0 10px;
    overflow:hidden;
    border-radius:5px;
    border:#ddd9c9 1px solid;
}
.top .right .top_ranking_three li{
    float:left;
    box-shadow: 1px 2px 3px #ccc;
    margin:0 15px 0 0;
    border-radius:5px;
    display:block;
}
.top .right .top_ranking_three li:last-child{
    margin:0;
}
.top .right .top_ranking_three li a{
    background:#fff;
    width:276px;
    padding:5px 15px 5px 15px;
    text-align:center;
    border-radius:5px;
    display:block;
    box-sizing:border-box;
}
.top .right .top_ranking_three li a:hover{
    background-color:#fff8d6;
}
.top .right .top_ranking_three li h4{
    font-size:17px;
    color:#555555;
    font-weight:bold;
    text-align:left;
    padding:12px 0 9px 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top .right .top_ranking_three li:nth-child(1) h4{
    background:url(../../img/10/top/img_rank01_three.png) 0 0 no-repeat;
}
.top .right .top_ranking_three li:nth-child(2) h4{
    background:url(../../img/10/top/img_rank02_three.png) 0 0 no-repeat;
}
.top .right .top_ranking_three li:nth-child(3) h4{
    background:url(../../img/10/top/img_rank03_three.png) 0 0 no-repeat;
}
.top .right .top_ranking_three li .txt_area{
    overflow:hidden;
    margin:0 0 10px;
}
.top .right .top_ranking_three li .txt_area img,
.top .right .top_ranking_three li .txt_area .point{
    float:left;
}
.top .right .top_ranking_three li .txt_area img{
    margin:0 10px 0 0;
}
.top .right .top_ranking_three li .point{
    line-height:20px;
    margin:8px 0 0;
    text-align: left;
    width: 115px;
}
.top .right .top_ranking_three li .ci-point{
    display:inline-block;
    padding:0 0 0 18px;
    font-size:20px;
    background-position:0 1px;
}
.top .right .top_ranking_three li del{
    display:inline-block;
    padding:0 0 0 18px;
    font-size:10px;
    background-position:0 1px;
}
.top .right .top_ranking_three li ins{
    font-size:20px;
}
.top .right .top_ranking_three li .txt{
    text-align:left;
    color:#555555;
    margin:0 0 5px;
    font-size:14px;
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    line-clamp: 2;
    height:43px;
}

/* 閲覧履歴 */
.top .right .history{
    margin-bottom: 40px;
}

.top .right .history ul{
    margin:20px 0 0;
    overflow:hidden;
}
.top .right .history li{
    float: left;
    text-align:center;
}
.top .right .history li a {
    width: 180px;
    box-sizing: border-box;
    padding: 10px 15px 20px;
    color: #4d4d4d;
    border-right: #ccc 1px solid;
}
.top .right .history li a:hover{
    background-color:#fff8d6;
}
.top .right .history li .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    margin:0 0 10px;
}
.top .right .history li img {
    margin-bottom: 15px;
}
.top .right .history li:last-child a{
    border-right: none;
}

/* 最新情報 */
.top .right .top_newest{
    margin-bottom: 40px;
}
.top .right .top_newest ul{
    background:#ececec;
    padding:15px 15px 5px 15px;
}
.top .right .top_newest ul li{
    margin:0 0 10px;
    box-shadow: 1px 2px 3px #ccc;
}
.top .right .top_newest ul li a{
    background:#fff;
    display:block;
    overflow:hidden;
}
.top .right .top_newest ul li a:hover{
    background-color:#fff8d6;
}
.top .right .top_newest ul li p{
    float:left;
    font-size:15px;
}
.top .right .top_newest .update{
    position:relative;
    color:#fff;
    width:37px;
    height:45px;
    background:#555555;
    padding:8px 5px 0 5px;
    text-align:center;
    font-size:14px;
    line-height:19px;
}
.top .right .top_newest .update:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(90, 230, 40, 0);
    border-top-width:43px;
    border-bottom-width:43px;
    border-left-width:15px;
    border-right-width:15px;
    margin-top: -48px;
    border-left-color:#555555;
    left:100%;
    top:57%;
}
.top .right .top_newest ul li h3{
    float:left;
    color:#fff;
    text-align:center;
    background:#ff5555;
    width:170px;
    margin:10px 0 0 25px;
    padding:5px 10px;
    border-radius:5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:15px;
    font-weight:normal;
}
.top .right .top_newest ul li p.comment{
    max-width:400px;
    color:#555555;
    text-align:left;
    margin:15px 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top .right .top_newest ul li p.point{
    float:right;
    color:#ff5555;
    margin:10px 10px 0;
    font-weight:bold;
    font-size:20px;
    text-decoration:none;
}
.top .right .top_newest .point .ci-point{
    padding: 0 0 0 18px;
    background-position: 0 7px;
}

/* 締切が近いおすすめ懸賞 */
.top .right .present_deadline ul{
    overflow:hidden;
    margin:10px 0 0;
}
.top .right .present_deadline ul li{
    float:left;
}
.top .right .present_deadline ul li a{
    width:225px;
    padding:20px 0;
    text-align:center;
}
.top .right .present_deadline ul li a:hover{
    background-color:#fff8d6;
}
.top .right .present_deadline ul li .winner,
.top .right .present_deadline ul li h3,
.top .right .present_deadline ul li .company{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top .right .present_deadline ul li .winner{
    color: #ff5555;
    font-weight: bold;
    padding-left: 28px;
    background: url(../../img/present/icon_present.gif) no-repeat;
    background-position:0 3px;
    display: inline-block;
    font-size:28px;
    margin:10px auto 0;
    max-width:200px;
}
.top .right .present_deadline ul li h3{
    font-size:18px;
    max-width:180px;
    margin:0 auto;
}
.top .right .present_deadline ul li .company{
    color:#acacac;
    font-size:12px;
    max-width:180px;
    margin:5px auto 0;
}
.top .right .present_deadline .button{
    width:410px;
    font-size:18px;
    margin:40px auto;
}
.top .right .present_deadline .button:hover{
    background-color:#059262;
}

/* 公式SNS一覧 */
.top .right .sns_list ul {
    overflow:hidden;
    margin-top: 20px;
}
.top .right .sns_list ul li {
    float: left;
    margin-right: 9px;
}
.top .right .sns_list ul li:last-child {
    margin-right: 0;
}

/* ssp */
.top .right .top_ssp {
    overflow:hidden;
    width: 680px;
    margin:0 auto 0;
}
.top .right .top_ssp > div{
    padding: 10px 20px 40px;
    width: 300px;
    float:left;
}

/* ------------------------------左カラムエリア------------------------------ */

/* 共通 */
.top .left{
    width:220px;
    float:left;
}
.top .left .staff_pickup a:hover,
.top .left .top_attention a:hover,
.top .left .category a:hover{
    background-color:#fff8d6;
}
/* 初心者バナー */
.top .left .beginner{
    margin:0 0 20px;
}
.top .left .beginner:hover{
    transition: all 0.4s;
    opacity:0.7;
}

/* 純広告枠(ピックアップ案件) */
.top .left .advertising{
    background:#ffde00;
    padding:6px 10px 10px 10px;
    margin:0 0 20px;
    overflow:hidden;
    text-align:center;
    position:relative;
    z-index:0;
    border-radius:5px;
}
.top .left .advertising h2{
    margin:0 0 10px;
}
.top .left .advertising .wrap{
    width:200px;
    border-radius:0 0 5px 5px;
    background:#fff;
    padding:0 0 5px;
    box-shadow:1px 1px 4px -1px #a6a48f;
}
.top .left .advertising .wrap img:hover{
    transition: all 0.5s;
    opacity:0.7;
}
.top .left .advertising .point{
    display:inline-block;
    color:#ff5555;
    margin:5px 10px 0;
    font-weight:bold;
    font-size:19px;
}
.top .left .advertising .point .ci-point{
    padding: 0 0 0 18px;
    background-position: 0 5px;
}
.top .left .advertising .condition{
    text-align:center;
    margin:0 20px;
}
.top .left .advertising .condition p{
    width:160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top .left .advertising .to-dtl a{
    width:160px;
    background:#43BB90;
    padding:4px 10px;
    color:#fff;
    font-size:14px;
    margin:8px 0 6px;
    border-radius:5px;
}
.top .left .advertising .to-dtl a:hover{
    transition: all 0.4s;
    background-color:#059262;
}
.top .left .advertising .load{


    opacity:0.8;
    text-align:center;
    height:454px;
    width:454px;
    position:absolute;
    z-index:-1;
    top: -40px;
    left:-110px;
    bottom:0;
    background-image:url("../../img/10/top/bg_pickup.png");
    background-position:center center, center center;
    background-repeat:repeat, no-repeat;
    -webkit-animation: spin 20s linear infinite;
    -moz-animation: spin 20s linear infinitec;
    -ms-animation: spin 20s linear infinite;
    -o-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
}
@-webkit-keyframes spin {
    0% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
    0% {-moz-transform: rotate(0deg);}
    100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
    0% {-ms-transform: rotate(0deg);}
    100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
    0% {-ms-transform: rotate(0deg);}
    100% {-ms-transform: rotate(360deg);}
}
@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

/* 純広告以外の枠 */
.top .left .except_advertising{
    background:#fff;
    margin:0 0 20px;
    text-align:center;
}
/* スタッフ厳選枠 */
.top .left .staff_pickup{
    background:#f3f0e7;
    text-align:center;
    border-radius:5px;
    padding:17px 0 0 0;
    margin:0 0 20px;
}
.top .left .staff_pickup h2{
    font-size:20px;
    font-weight:bold;
    color:#555555;
    margin:0 0 10px;
    text-align:center;
}
.top .left .staff_pickup ul{
    padding:0 15px 2px;
}
.top .left .staff_pickup a{
    background:#fff;
    display:block;
    margin:0 0 15px;
    box-shadow:0px 0px 4px -1px #61583a;
    border-radius:5px;
    padding: 18px 0 0;
}
.top .left .staff_pickup h3{
    text-align:center;
    margin:0 10px 5px;
    line-height:23px;
}
.top .left .staff_pickup .point{
    display:inline-block;
    text-decoration:none;
    margin:6px 0 0;
}
.top .left .staff_pickup .point .ci-point{
    padding: 0 0 0 18px;
    background-position: 0 5px;
}
.top .left .staff_pickup .point del{
    padding: 0 0 0 18px;
    font-size: 9px;
}
.top .left .staff_pickup .condition{
    padding:0 15px 10px;
    word-break: break-all;
}
.top .left .staff_pickup .comment{
    background:#f6f6f6;
    padding:5px 20px;
    line-height:20px;
    border-radius:0 0 5px 5px;
}
.top .left .staff_pickup .click_pt{
    margin: 10px 40px 0; 
    padding: 4px 0;
    background:#ff5555;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
      -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

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

  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.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

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

/* 毎日チェック */
.top .left .top_attention{
    margin:20px 0 0;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
}
.top .left .top_attention h2{
    color:#4d4d4d;
    font-size:18px;
    font-weight:bold;
    border-top:2px solid #ff5555;
    border-bottom:1px solid #cccccc;
    padding:10px;
    overflow:hidden;
}
.top .left .top_attention li a{
    text-decoration:none;
    font-size:14px;
    display:block;
    height: 19px;
    padding: 10px 7px 10px 32px;
    color:#555555;
    background-image: url("../../img/10/top/ico_contents.gif");
    background-repeat: no-repeat;
    background-position: 8px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top .left .top_attention ul li{
    border-bottom: 1px dotted #ccc;
}
.top .left .top_attention ul li:last-child{
    border:none;
}
.top .left .top_attention #click .new_info{
    padding:1px 6px 0;
    margin:0 0 0 3px;
    border-radius:50px;
}

/* カテゴリ */
.top .left .category ul{
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
}
.top .left .category h2{
    color:#4d4d4d;
    font-size:18px;
    font-weight:bold;
    padding:10px;
    overflow:hidden;
    margin:20px 0 0;
    border:1px solid #cccccc;
    border-top:2px solid #ff5555;
}
.top .left .category li a{
    text-decoration:none;
    font-size:14px;
    display:block;
    height: 19px;
    padding: 12px;
    color:#555555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top .left .category ul li{
    border-bottom: 1px dotted #ccc;
}
.top .left .category ul li:last-child{
    border:none;
}
.top .left .category .button{
    width:200px;
    margin:10px auto 30px;
    padding: 16px 20px 12px 0px;
}
.top .left .category a.button:hover{
    background-color:#059262;
}

/* スカイダイビングの術 */
.top .left .sky_diving {
    margin: 0 0 15PX;
    background: #ebebeb;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding:10px 5px 5px 10px;
    overflow:hidden;
}
.top .left .sky_diving h2{
    font-size: 17px;
    font-weight: bold;
    margin:0 0 5px;
    text-align:center;
}
.top .left .sky_diving .left_box{
    float:left;
    width:130px;
}
.top .left .sky_diving img{
    float:right;
    margin:5px 0 0;
}
.top .left .sky_diving img:hover{
    transition: all 0.4s;
    opacity:0.7;
}

/* バナーエリア */
.top .left .banner_area li{
    line-height:0;
    text-align:center;
    margin:20px 0 0;
}
.top .left .shufoo a:hover,
.top .left .banner_area a:hover{
    transition: all 0.4s;
    opacity:0.7;
}

/* NEWアイコン */
#click a span {
    margin-left: 2px;
    padding: 1px;
    background: #F55;
    letter-spacing: -0.5px;
    font-size: 11px;
    color: #fff;
    -webkit-animation:blink 1.0s ease-in-out infinite alternate;
    -moz-animation:blink 1.0s ease-in-out infinite alternate;
    animation:blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% { opacity:0.1;}
    100% { opacity:1;}
}
@-moz-keyframes blink{
    0% { opacity:0.1;}
    100% { opacity:1;}
}
@keyframes blink{
    0% { opacity:0.1;}
    100% { opacity:1;}
}

/* ------------------------------下エリア------------------------------ */

/* 共通 */
.top .bottom{
    padding:100px 0 0;
    clear:both;
}
.top .bottom .wrap{
    width:1100px;
    overflow:hidden;
    margin:0 auto;
}

/* クリックでポイント */
.top .bottom .click_point{
    text-align:center;
    background: #ffc63c;
    background: -moz-linear-gradient(left, #ffd878 0%, #ffecad 51%, #ffd878 100%);
    background: -webkit-linear-gradient(left, #ffd878 0%,#ffecad 51%,#ffd878 100%);
    background: linear-gradient(to right, #ffd878 0%,#ffecad 51%,#ffd878 100%);
    padding:20px 0 0;
}
.top .bottom .click_point ul{
    margin:10px auto 30px;
    width:873px;
}
.top .bottom .click_point ul:after{
    content: "";
    clear: both;
    display: block;
 }
.top .bottom .click_point ul li{
    margin:0 20px 20px 0;
    display:inline-block;
}
.top .bottom .click_point ul li:last-child{
    margin:0 0 20px 0;
}
.top .bottom .click_point ul li a{
    width:180px;
    padding:20px 10px 10px;
    background:#fff;
    box-shadow:0px 0px 6px -1px #857c64;
    border-radius:5px;
}
.top .bottom .click_point ul li a:hover{
    background-color:#fff8d6;
}
.top .bottom .click_point li h3,
.top .bottom .click_point li .point,
.top .bottom .click_point li .condition p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top .bottom .click_point li h3{
    margin:0 0 10px;
}
.top .bottom .click_point li .point{
    margin:10px 0 5px;
}
.top .bottom .click_point li .ci-point,
.top .bottom .click_point li ins{
    font-size:20px;
}
.top .bottom .click_point li .ci-point{
    padding:0 0 0 18px;
    background-position:0 8px;
}
.top .bottom .click_point li del{
    padding:0 0 0 18px;
    background-position:0 1px;
}
.top .bottom .click_point li .condition{
    text-align:center;
}
.top .bottom .click_point .txt{
    background:#dd0000;
    border-radius:50px;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    margin:15px 0 4px;
}
.top .bottom .click_point a:hover .txt{
    transition: all 0.8s;
    background:#FA4457;
}
.top .bottom .click_point .txt span{
    color:#fff600;
    font-size:20px;
}
.top .bottom .click_point .button{
    background:#3dba8f;
    color:#fff;
    display:block;
    text-align:center;
    padding:6px 10px;
    font-size:16px;
    margin:10px 0 0;
    border-radius:5px;
}
.top .bottom .click_point .button:hover{
    transition: all 0.8s;
    background-color:#059262;
}
/* ▲ */

/* 特集一覧 */
.top .bottom .special{
    padding:40px 0 100px;
    text-align:center;
}
.top .bottom .special h2{
    color: #555;
    margin:25px 0 50px;
    font-size:32px;
    font-weight:bold;
    display: flex;
    align-items: center;
}
.top .bottom .special h2:before,
.top .bottom .special h2:after {
    content: "";
    flex-grow: 1;
    height: 5px;
    border-top:#000 1px solid;
    border-bottom:#000 1px solid;
    background: #fff;
    display: block;
}
.top .bottom .special h2:before {
    margin-right: .4em;
}
.top .bottom .special h2:after {
    margin-left: .4em;
}
.top .bottom .special .button{
    width:450px;
    font-size:20px;
    margin:50px auto 0;
}
.top .bottom .special a.button:hover{
    background-color:#059262;
}
.top .bottom .special ul{
    overflow:hidden;
}
.top .bottom .special li{
    float:left;
    margin:0 33px 0 0;
}
.top .bottom .special li:last-child{
    margin:0;
}
.top .bottom .special li a{
    width:250px;
    height:121px;
    overflow:hidden;
    box-shadow:1px 0px 3px 1px #878787;
    box-sizing:border-box;
}
.top .bottom .special li img{
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
.top .bottom .special img:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity:0.8;
}

/* ▼ */
/* ページトップへ */
.page_top{
    width:1000px;
    margin:0 auto;
    text-align:right;
}
.page_top a{
    font-weight:normal;
    width:170px;
    background:#aca9a1;
    padding:10px 0 8px 10px;
    text-align:center;
    color:#fff;
    font-size:14px;
    border-radius:10px 10px 0 0;
    position:relative;
}
.page_top a:visited{
    color:#fff;
}
.page_top a:hover{
    opacity:0.8;
    color:#fff;
}
.page_top a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 55%;
    left: 24px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #fff;
}
.page_top a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 65%;
    left: 24px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #aca9a1;
}
.page_top a:hover:after {
    background: #aca9a1;
}

/* フッターナビ */
.top .footer_nav{
    clear:both;
    padding:50px 0;
    background:#f3f0e7;
    color:#4d4d4d;
    border-top:#d1ccbd 3px solid;
    border-bottom:#d1ccbd 3px solid;
}
.top .footer_nav a{
    color:#4d4d4d;
}
.top .footer_nav a:hover{
    color:#fc4752;
    transition: all 0s;
    text-decoration:underline;
}
.top .footer_nav a:before{
    content: "\0bb";
    color: #fc4752;
}
.top .footer_nav .nav_shop,
.top .footer_nav .nav_service,
.top .footer_nav .nav_other{
    width:305px;
    float:left;
    overflow:hidden;
    border-right:#d1ccbd 1px solid;
}
.top .footer_nav .nav_service{
    padding:0 10px 0 30px;
}
.top .footer_nav .nav_other{
    width:205px;
    float:left;
    overflow:hidden;
    border-right:#d1ccbd 1px solid;
    padding:0 10px 0 20px;
}
.top .footer_nav .nav_support{
    width:192px;
    float:left;
    overflow:hidden;
    padding:0 0 0 20px;
}
.top .footer_nav h2{
    font-size:20px;
    font-weight:bold;
    margin:0 0 25px;
    clear: both;
}
.top .footer_nav .nav_shop h2{
    padding:0 0 0 35px;
    background:url("../../img/10/top/nav_shop.png") 0 0 no-repeat;
}
.top .footer_nav .nav_service h2{
    padding:0 0 0 35px;
    background:url("../../img/10/top/nav_service.png") 0 0 no-repeat;
}
.top .footer_nav h2.nav_game{
    padding:0 0 0 24px;
    background:url("../../img/10/top/nav_game.png") -2px 0 no-repeat;
}
.top .footer_nav h2.nav_survey{
    padding:0 0 0 24px;
    background:url("../../img/10/top/nav_survey.png") -4px 0 no-repeat;
}
.top .footer_nav .nav_support h2{
    padding:0 0 0 24px;
    background:url("../../img/10/top/nav_support.png") -4px 0 no-repeat;
}
.top .footer_nav h2.nav_etc{
    padding:0 0 0 30px;
    background:url("../../img/10/top/nav_etc.png") -1px 0 no-repeat;
}
.top .footer_nav h2.nav_sns{
    padding:0 0 0 30px;
    background:url("../../img/10/top/nav_sns.png") -1px 0 no-repeat;
}
.top .footer_nav .nav_other h2,
.top .footer_nav .nav_support h2{
    margin:0;
}
.top .footer_nav dl,
.top .nav_support ul{
    float:left;
    margin:0 15px 0 0;
}
.top .footer_nav ul:nth-child(2),
.top .footer_nav ul:nth-child(4){
    margin:0 0 30px;
}
.top .footer_nav dt{
    font-size:15px;
    font-weight:bold;
}
.top .footer_nav dd,
.top .footer_nav li{
    margin:15px 0 0;
    font-size:13px;
}
.footer_wrap{
    z-index: 0;
    padding: 0 0 330px;
    position:relative;
    width:950px;
    margin:0 auto;
}

/* iPad対応; */
@media screen and (min-width:600px){
    #header, #wrapper{
    width: 100%;
    min-width:1150px;
    overflow: hidden;
    }
}