@charset "utf-8";

/*------------------------------------------------------------------
    * site name : チャンスイット
    * description : 懸賞ページ共通
    * last update : 2026/08/27 a-yamamoto
-------------------------------------------------------------------*/

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

#header {
    margin-bottom: 0;
}
#wrapper{
    font-family: "Meiryo","メイリオ","ＭＳ　Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
#contents {
    width: 100%;
    overflow:visible;
    background-color: #FDF4E7;
    margin-top: 0;
    padding-top: 5px;
}
#container {
    width:100%;
    font-size: 14px;
    color:#555;
}

/* 当選者数  締切 ポイント */
/* 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/icon_present.gif") no-repeat 0 0;
    background-size: 28px 28px;
    padding: 3px 0 0 28px;
    word-break: break-all;
    text-align: left;
    line-height: 1.1;
    font-family: 'Murecho';
    font-weight: 700;
    font-size: 25px;
    color: #FF5555;
}
.winner_large {
    background-position: 0 4px;
    padding: 5px 0 2px 28px;
    font-size: 28px;
}
.point {
    line-height: 1.1;
    font-family: 'Murecho';
    font-weight: 700;
}
.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;
    text-align: center;
    white-space: nowrap;
    background-color: #FF5555;
    color: #fff;
}

/* ポイント数 */
.present .point {
    background: url(../../img/10/icon/ico-pt.gif) no-repeat 0 2px;
    background-position: top 4px left 0;
    display: inline;
    padding-left: 15px;
    font-weight: normal;
    font-size: 14px;
    color: #333;
}
.present .point .ci-point {
    font-weight: bold;
    font-size: 20px;
    color: #ff5555;
}
.present .point del {
    margin-left: 2px;
    margin-right: 5px;
    font-size: 14px;
}
.present .point ins {
    margin-left: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    color: #ff5555;
}

/* リンク*/
.present a {
    text-decoration:none;
    display:inline-block;
}
.present a:hover{
    transition: all 0.8s;
}

/* もっと見る */
.more {
    width: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    border: solid 1px #E2E2E2;
    border-radius: 25px;
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 0 1px 3px #D9C9B1;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #555;
}
.more:hover {
    background-color: #fff8d6;
    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);
}
.more:hover {
}

/* パンくずリスト */
#headbottom {
    margin-bottom: 20px;
    font-size: 12px;
}
.present .main{
    width:1150px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin:0 auto;
    color: #555;
}

/* --------- 懸賞TOP 右カラムエリア ----------- */

/* 共通 */
.main_area{
    width:900px;
    padding-bottom: 100px;
}
.main_area h2.heading {
    border-top: solid 3px #FF5555;
    margin-bottom: 20px;
    padding-top: 10px;
    font-weight: bold;
    font-size: 25px;
}

/* 懸賞検索 */
.present_search {
    display: flex;
    gap: 0 10px;
    margin-bottom: 20px;
    color: #555;
}
.present_search_keywords {
    flex: 1;
    display: flex;
    border-radius: 6px;
    box-shadow: 0 1px 3px #CEC4B9;
}
.present_search_keywords .present_search_text {
    flex: 1;
    border: none;
    border-radius: 6px 0 0 6px;
    background: url("../../img/present/icon_present_search.png") no-repeat top 52% left 8px;
    background-color: #fff;
    background-size: 30px 30px;
    padding: 13px 10px 13px 40px;
    outline: none;
    transition: background-image 0s, padding-left 0s;
}
.present_search_keywords .present_search_text:focus,
.present_search_keywords .present_search_text:not(:placeholder-shown) {
    background-image: none;
    padding-left: 10px;
}
.present_search_keywords input[type="text"]:not(:placeholder-shown) {
  background-color: #fff;
}
.present_search_keywords input[type="text"]:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}
.present_search_keywords .present_search_submit {
    width: 120px;
    border: none;
    border-radius: 0 6px 6px 0;
    background-color: #FFAB47;
    padding: 13px 10px;
    font-size: 17px;
    color: #fff;
    transition: all 0.4s;
}
.present_search_keywords .present_search_submit:hover {
    background-color: #CC8531;
}
.present_search_list {
    display: flex;
    gap: 0 10px;
}
.present_search_list > li {
    width: 150px;
    display: flex;
    flex-direction: column;
}
.present_search_list .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 3px #CEC4B9;
    padding: 13px 10px;
    font-size: 14px;
    color: #555;
}
.present_search_list .mine {
    display: inline-block;
    background-image: url("../../img/present/icon_present_gray.png");
    background-position: top 50% left 0;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 23px;
}
.present_search_list .favorite {
    display: inline-block;
    background-image: url("../../img/present/icon_present_favorite.png");
    background-position: top 50% left 0;
    background-repeat: no-repeat;
    background-size: 20px 18px;
    padding-left: 23px;
}
.present_search_list .btn:hover {
    background-color: #fff8d6;
}

/* 注目の条件・賞品から探す */
.present_featuredcategory {
    margin-bottom: 40px;
}
.present_featuredcategory_list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 6px;
}
.present_featuredcategory_list > li {
    width: fit-content;
    min-width: 60px;
}
.present_featuredcategory_list > li > a {
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: #6C6C6C 1px solid;
    border-radius: 30px;
    background-color: #fff;
    padding: 9px 15px 8px;
    text-align: center;
    line-height: 1.0;
    font-weight: bold;
    font-size: 14px;
    color: #555;
}
.present_featuredcategory_list > li > a:hover {
    border: #FFAB47 1px solid;
    background-color: #FFAB47;
    color: #fff;
    transition: all 0.4s;
}

/* スポットライトNOW */
.present_spotlight {
    position: relative;
    margin-bottom: 40px;
    padding: 0 0 20px;
}
.present_spotlight::before {
    content: "";
    position: absolute;
    top: 27px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 10px;
    background-color: #FFCD05;
    background-image: url("../../img/present/bg_spotlight.png");
    background-repeat: repeat;
}
.present_spotlight h2 {
    position: relative;
    z-index: 2;
}
.present_spotlight h2 > img{
    vertical-align: bottom;
}
.present_spotlight_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    z-index: 2;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 5px #C2B630;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
}
.present_spotlight_list > li {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border-right: 1px dotted #ccc;
}
.present_spotlight_list > li:last-child {
    border-right: none;
}
.present_spotlight_list > li > a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 20px 15px 15px;
    background: #fff;
    color: #555;
}
.present_spotlight_list > li > a:hover {
    background-color: #fff8d6;
}
.present_spotlight_list .thumbnail {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}
.present_spotlight_list .thumbnail img {
    width: 100%;
    vertical-align: bottom;
}
.present_spotlight_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: 17px;
}
.present_spotlight_list .summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
}
.present_spotlight_list .addtxt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}
.present_spotlight_list .point {
    background-position: top 6px left 0;
}
/*-- クリックポイント --*/
.present_spotlight_list .click {
    margin-bottom: 5px;
}
.present_spotlight_list .click_pt {
    width: 95px;
    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_spotlight_list .click_5pt {
    width: 95px;
    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_spotlight_list .click_pt .pt,
.present_spotlight_list .click_5pt .pt {
    display: inline-block;
    padding-left: 3px;
    font-size: 13px;
}

/* 豪華懸賞 */
.present_gorgeous {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: #FDF4E7;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.present_gorgeous::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 10px;
    background-color: #FD4853;
    background-image: url(../../img/present/bg_present_gorgeous.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.present_gorgeous h2 {
    position: relative;
    z-index: 2;
}
.present_gorgeous h2 > img {
    vertical-align: bottom;
}
.present_gorgeous_list {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 0 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.present_gorgeous_list > li {
    width: 280px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.present_gorgeous_list > li > a {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 5px #9D1E26;
    padding: 10px;
    color: #555;
}
.present_gorgeous_list > li > a:hover {
    background-color: #fff8d6;
}
.present_gorgeous_list .thumbnail {
    width: 260px;
    margin-bottom: 20px;
}
.present_gorgeous_list .thumbnail > img {
    width: 100%;
    vertical-align: bottom;
}
.present_gorgeous_list .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 15px;
    line-height: 1.5;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
}
.present_gorgeous_list .summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
}
.present_gorgeous_list .winner {
    margin-bottom: 10px;
}
.present_gorgeous_list .winner_large {
    background-size: 28px 28px;
    padding: 5px 0 2px 28px;
    font-size: 28px;
}
.present_gorgeous_list .summary_bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.present_gorgeous_list .company {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-top: 3px;
    padding-right: 3px;
    word-break: break-all;
    text-align: left;
    font-size: 11px;
}
.present_gorgeous .more {
    width: 350px;
    position: relative;
    z-index: 2;
    box-shadow: 0 1px 3px #9D1E26;
}
.present_gorgeous .more:visited {
    color: #555;
}

/* 応募でポイントも貯まる！プレゼントキャンペーン */
.point_presentcp {
    border-radius: 10px;
    background: #FF9B25 url("../../img/present/bg_pointpresent.png") no-repeat top center;
    background-size: cover;
    margin-bottom: 40px;
    padding: 10px 0 20px;
}
.point_presentcp h2 > img {
    vertical-align: bottom;
}
.point_presentcp_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 2px 2px #c27f30;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
}
.point_presentcp_list > li {
    flex: 1;
    border-right: 1px dotted #ccc;
}
.point_presentcp_list > li:last-child {
    border-right: none;
}
.point_presentcp_list > li > a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
    padding: 25px 15px 15px;
    color: #555;
}
.point_presentcp_list > li > a:hover {
    background-color: #fff8d6;
}
.point_presentcp_list .thumbnail {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}
.point_presentcp_list .thumbnail img {
    width: 100%;
    vertical-align: bottom;
}
.point_presentcp .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
}
.point_presentcp .summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
}
.point_presentcp .point {
    background-position: top 7px left 0;
}

/* SNS懸賞 */
.present_sns {
    border-radius: 10px;
    background: #6f8eba;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.present_sns h2 > img {
    vertical-align: bottom;
}
.present_sns_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 10px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.present_sns_list > li {
    width: 280px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.present_sns_list > li > a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 8px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 1px 3px #536A8B;
    color: #555;
}
.present_sns_list > li > a:hover {
    background-color: #fff8d6;
}
.present_sns_list .head {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 6px 0 0;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center;
    line-height: 1.0;
    font-weight: bold;
    font-size: 15px;
    color: #fff
}
.present_sns_list .head.head_x {
    background-color: #3F3E3E;
}
.present_sns_list .head.head_line {
    background-color: #0BC45B;
}
.present_sns_list .head.head_instagram {
    background-color: #D42F80;
}
.present_sns_list .thumbnail {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.present_sns_list .thumbnail > img {
    width: 100%;
    vertical-align: bottom;
}
.present_sns_list .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
}
.present_sns_list .summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.present_sns_list .winner {
    margin-bottom: 10px;
}
.present_sns_list .winner_large {
    background-size: 28px 28px;
    padding: 5px 0 2px 28px;
    font-size: 28px;
}
.present_sns_list .summary_bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.present_sns_list .company {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-top: 3px;
    padding-right: 3px;
    word-break: break-all;
    text-align: left;
    font-size: 11px;
}
.present_sns_link  {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 10px;
}
.present_sns_link > li {
    width: 280px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.present_sns_link > li > a {
    width: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: #fff 1px solid;
    border-radius: 25px;
    box-shadow: 0px 1px 3px #536A8B;
    padding: 13px 0;
    line-height: 1.0;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}
.present_sns_link > li > a::before,
.present_sns_link > li > a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 9px;
    height: 2px;
    background: #fff;
    border-radius: 6px;
}
.present_sns_link > li > a::before {
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.present_sns_link > li > a::after {
    margin-top: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.present_sns_link .link_x {
    background-color: #3F3E3E;
}
.present_sns_link .link_x:hover {
    background-color: #5C5C5C;
    opacity: 0.8;
}
.present_sns_link .link_line {
    background-color: #0BC45B;
}
.present_sns_link .link_line:hover {
    background-color: #0B9B49;
    opacity: 0.8;
}
.present_sns_link .link_instagram {
    background-color: #D42F80;
}
.present_sns_link .link_instagram:hover {
    background-color: #B20E5E;
    opacity: 0.8;
}
.present_sns_link > li > a:visited {
    color:#fff;
}

/* 懸賞ニュース&懸賞コラム */
.present_info_box {
    display: flex;
    flex-wrap: nowrap;
    gap: 0 20px;
    margin-bottom: 40px;
    padding-top: 20px;
}
.present_info_box .more_box_right {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding-right: 5px;
}
.present_info_box .more_txt {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding-right: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #555;
}
.present_info_box a.more_txt:visited {
    color: #555;
}
.present_info_box .more_txt::before,
.present_info_box .more_txt::after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    content: '';
    width: 9px;
    height: 2px;
    background: #FFAB47;
    border-radius: 4px;
}
.present_info_box .more_txt::before {
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.present_info_box .more_txt::after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.present_info_box .more_txt:hover {
    color: #FFAB47;
}

/* 懸賞ニュース */
.present_news {
    width: 50%;
    position: relative;
}
.present_news::before {
    width: 92px;
    height: 91px;
    content: "";
    position: absolute;
    top: -20px;
    right: 5px;
    z-index: 1;
    background: url("../../img/present/img_chara_news.png") no-repeat top 0 left 0;
    background-size: 92px 91px;
}
.present_news_list {
    margin-bottom: 20px;
}
.present_news_list > li {
    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;
    text-align: left;
    color: #555;
}
.present_news_list > li > a:hover {
    opacity: 0.4;
}
.present_news_list .thumbnail {
    width: 25%;
}
.present_news_list .thumbnail > img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    vertical-align: bottom;
    border-radius: 6px 0 0 6px;
}
.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;
    padding: 15px 15px 3px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 16px;
}
.present_news_list .date {
    padding-left: 15px;
    font-size: 13px;
}

/* 懸賞コラム */
.present_column {
    width: 50%;
    position: relative;
}
.present_column::before {
    width: 87px;
    height: 90px;
    content: "";
    position: absolute;
    top: -20px;
    right: 5px;
    z-index: 1;
    background: url("../../img/present/img_chara_column.png") no-repeat top 0 left 0;
    background-size: 87px 90px;
}
.present_column_list {
    margin-bottom: 20px;
}
.present_column_list > li {
    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;
    text-align: left;
    color: #555;
}
.present_column_list > li > a:hover {
    opacity: 0.6;
}
.present_column_list .thumbnail {
    width: 25%;
}
.present_column_list .thumbnail > img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    vertical-align: bottom;
    border-radius: 6px 0 0 6px;
}
.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;
    padding: 15px 15px 3px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 16px;
}
.present_column_list .date {
    padding-left: 15px;
    font-size: 13px;
}

/* 新規会員登録導線 */
a.bnr_register_cp {
    display: block;
    box-sizing: border-box;
    border: #eee 1px solid;
    border-radius: 6px;
    margin-bottom: 40px;
    transition: .2s linear;
}
.bnr_register_cp img {
    width: 100%;
    border-radius: 6px;
    vertical-align: bottom;
}
.bnr_register_cp:hover { opacity: 0.7;}

/* adnetwork */
.present .main_area .present_footer_ad {
    overflow:hidden;
    width: 900px;
    margin:0 auto 0;
}

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

.present .left {
    width:220px;
    margin-right: auto;
}

/* 汎用リスト */
.present .left .left_list {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-radius: 6px;
    border-top: 3px solid #ff5555;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    background-color: #fff;
    overflow: hidden;
}
.present .left .left_list .heading {
    padding: 10px;
    border-bottom: 1px solid #eee;
    text-align: left;
    line-height: 1.4;
    font-weight: bold;
    font-size: 18px;
}
.present .left .left_list > ul > li {
    border-bottom: 1px solid #eee;
}
.present .left .left_list > ul > li > a {
    display: block;
    padding: 12px 10px;
    font-size: 14px;
    color: #555;
}
.present .left .left_list > ul > li > a:hover {
    background-color: #fff8d6;
}
.present .left .left_list > ul > li.active > a{
    background:#fff8d6;
    font-weight:bold;
}
.present .left .left_list .number {
    display: inline-block;
    margin-left: 3px;
    font-size: 14px;
}

/* ポイントつき懸賞 */
.present .left .with_point{
    box-shadow: 0 1px 3px #CEC4B9;
    text-align:center;
}
.present .left .left_list.with_point {
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.present .left .with_point .title {
    text-align:left;
    font-weight:bold;
    line-height: 1.5;
    margin: 5px 0;
    font-size: 15px;
}
.present .left .with_point img {
    width: 150px;
    height: auto;
    display:block;
    margin:5px auto;
}
.present .left .with_point .condition {
     padding-top: 5px;
     padding-bottom: 5px;
     font-size:12px;
     color: #979696;
}
.present .left .with_point .comment{
     font-size:12px;
     line-height:18px;
     text-align:left;
}
.present .left .with_point .click_pt{
    width: 150px;
    margin: 10px auto;
    padding: 3px 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);
  }
}

/* カレンダー */
.present .left .calendar .month {
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
}
.present .left .calendar .month span {
    margin: 0 10px;
    display: inline-block;
}
.present .left .calendar .month img {
    margin-bottom: 2px;
}
.present .left .cal_table {
    width: 100%;
    background: #eee;
}
.present .left .calendar tr.day {
    font-size: 10px;
}
.present .left .calendar ul.cal_cate {
    padding: 10px 5px;
    text-align: center;
}
.present .left .calendar ul.cal_cate li {
    display: inline-block;
    border: 1px solid #AFAFAF;
    border-radius: 5px;
}
.present .left .calendar ul.cal_cate li:first-child {
    margin-right: 5px;
}
.present .left .calendar ul.cal_cate li a {
    padding: 2px 6px;
    font-size:12px;
    border-radius: 5px;
}
.present .left .calendar ul.cal_cate li.selected {
    position: relative;
    display: inline-block;
    width: auto;
    color: #F6F6F6;
    text-align: center;
    background: #f55;
    z-index: 0;
}
.present .left .calendar ul.cal_cate li.selected a {
    color: #fff;
}
.present .left .calendar ul.cal_cate li.selected:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 55%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #f55 transparent;
}
.present .left .calendar > p {
    padding-bottom: 10px;
    display:flex;
}
.present .left .calendar p a  {
    display:block;
    font-size: 12px;
    color: #04c;
    margin:0 auto;
}
.present .left .calendar p a:hover {
    text-decoration: underline;
    background:none;
}
.present .present .left .calendar .cal_table {
    padding: 3px;
    border-collapse: separate;
}
.present .left .calendar .cal_table th {
    padding: 0 3px 5px 0;
    text-align: center;
}
.present .left .calendar .cal_table td {
    padding: 3px 4px 2px 0;
    text-align: center;
    letter-spacing: -0.2px;
}
.present .left .calendar .cal_table td a,
.present .left .calendar .cal_table td a:link {
    color: #555;
}
.present .left .calendar .cal_table td a:hover {
    text-decoration: underline;
    background:none;
}
.present .left .calendar .cal_table td a.today {
    display: block;
    width:18px;
    padding:0 2px;
    background: #555555;
    color: #fff;
    border-radius:50px;
    font-weight: bold;
}

/* 当選者の声 */
.present .left .user_voice ul{
    height:380px;
    overflow-y: scroll;
}
.present .left .user_voice > p {
    font-size: 12px;
    background:#f3f0e7;
    text-align:center;
    padding:4px 0;
}
.present .left .user_voice > p a:hover{
    opacity:0.5;
}
.present .left .user_voice dl{
    padding:10px;
}
.present .left .user_voice dt{
    font-weight:bold;
}
.present .left .user_voice .name{
    font-size:12px;
}

/* サイドバナー */
.present .left .banner{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px 0;
    margin-top:20px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 6px;
    border-top: 3px solid #ff5555;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    background-color: #fff;
}
.present .left .banner li{
    width: 100%;
}
.present .left .banner li a{
    display: block;
}
.present .left .banner li img{
     width: 100%;
     vertical-align: bottom;
}
.present .left .pre_banner{
    margin:0 0 20px;
}
.present .left .banner a:hover,
.present .left .pre_banner a:hover{
     opacity:0.7;
}

/* 条件・賞品アコーディオン */
.present .left .accordion .accordion_icon {
    position: relative;
    padding: 12px 30px 12px 10px;
    margin: 0;
    cursor: pointer;
    font-weight: bold;
}
.present .left .accordion .accordion_icon::before,
.present .left .accordion .accordion_icon::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 2px;
    background-color: #FFAB47;
    transition: transform 0.3s ease;
}
.present .left .accordion .accordion_icon::before {
    transform: translateY(-50%);
}
.present .left .accordion .accordion_icon::after {
    transform: translateY(-50%) rotate(90deg);
}
.present .left .accordion .accordion_icon.is-open::after {
    transform: translateY(-50%) rotate(0deg);
}
.present .left .accordion_list {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* 賞品カテゴリ ドロップダウン */
.present .left .left_list.category {
    border-top: none;
    overflow: inherit;
}
.present .left .left_list .category_title {
    padding: 10px;
    border-radius: 6px 6px 0 0;
    background-color: #6C6C6C;
    text-align: left;
    line-height: 1.4;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
}
.present .left .left_list.category .dropdown_list > li {
    position: relative;
}
.present .left .left_list.category .dropdown_list > li > a {
    padding: 12px 30px 12px 10px;
    font-size: 13px;
}
.present .left .left_list.category .dropdown_list > li.active .dropdown_list_item,
.present .left .left_list.category .dropdown_list_child > li.active a{
    background:#fff8d6;
    font-weight:bold;
}
.present .left .dropdown_list_item {
    position: relative;
    display: block;
    padding: 12px 30px 12px 10px;
    font-size: 13px;
    color: #555;
    cursor: default;
    transition: all 0.4s;
}
.present .left .dropdown_list_item:hover {
    background-color: #FFF8D6;
}
.present .left .dropdown_list_item::before,
.present .left .dropdown_list_item::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 9px;
    height: 2px;
    background: #FFAB47;
    border-radius: 4px;
}
.present .left .dropdown_list_item::before {
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.present .left .dropdown_list_item::after {
    margin-top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.present .left .dropdown_list .dropdown_list_child {
    display: none;
    overflow: hidden;
    position: absolute;
    top: -10.5px;
    left: 91%;
    width: 250px;
    list-style: none;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 6px #9A9A9A;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 10;
    font-size: 13px;
}
.present .left .dropdown_list .dropdown_list_child li a {
    display: block;
    padding: 12px 10px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}
.present .left .dropdown_list .dropdown_list_child li:first-child a {
    border-top: #eee 1px solid;
}
.present .left .dropdown_list .dropdown_list_child li a:hover {
    background-color: #FFF8D6;
}

/* ----------- 共通 懸賞一覧 ----------- */

.present_catalog {
    margin-bottom: 40px;
}
.present_catalog_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-top: solid 3px #FF5555;
    padding-top: 15px;
    margin-bottom: 20px;
}
.present_catalog_heading h1 {
    font-weight: bold;
    font-size: 25px;
}
.present_catalog h1.heading {
    border-top: solid 3px #FF5555;
    padding-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 25px;
}

/* もっと見る */
.present_catalog .more {
    width: 350px;
    display: block;
    margin: 0 auto;
}
.present_catalog .more:visited {
    color: #555;
}

/* 並び替え */
.sort_present {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    margin-bottom: 12px;
}
.sort_present .number {
    font-size: 15px;
}
.sort_present .number > span{
    font-size: 13px;
}
.sort_btn {
    position: relative;
    border-radius: 6px;
    border: #ccc 1px solid;
    box-shadow: 0 1px 3px #CEC4B9;
    background-color: #fff;
    padding: 8px 35px 8px 10px;
    color: #555;
    font-size: 15px;
    font-weight: bold;
    cursor: default;
}
.sort_btn > span {
    display: inline-block;
    background: url("../../img/present/ico_sort.png") no-repeat top 50% left 0;
    background-size: 17px 15px;
    padding-left: 22px;
}
.sort_btn::before,
.sort_btn::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 2px;
    background: #BCBCBC;
    border-radius: 6px;
}
.sort_btn::before {
    margin-top: -1px;
    right: 13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sort_btn::after {
    margin-top: -1px;
    right: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sort_present_box {
    position: absolute;
    top: 100%;
    right: 0;
    width: 150px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}
.sort_present_box.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.sort_present_box ul {
    padding-top: 10px;
    padding-bottom: 10px;
}
.sort_present_box li {
    border-bottom: 1px solid #eee;
}
.sort_present_box li:first-child {
    border-top: 1px solid #eee;
}
.sort_present_box li a {
    display: block;
    padding: 14px 16px;
    color: #4a4a4a;
    font-size: 14px;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color 0.15s ease;
    color: #333333;
}
.sort_present_box li.is-selected a {
    background-color: #FFF8D6;
    color: #333333;
    font-weight: bold;
}
.sort_present_box li a:hover {
    background-color: #FFF8D6;
}

/* 検索結果なし */
.present_catalog .no_result{
    border: #C03434 2px solid;
    border-radius: 6px;
    text-align:center;
    margin: 40px 0;
    padding: 40px 0;
    font-weight: bold;
    font-size: 15px;
    color: #C03434;
}

/* 懸賞リスト */
.present_list > li {
    display: flex;
    flex-direction: column;
    position: relative;
}
.present_list > li > a {
    display: flex;
    gap: 0 20px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 3px #CEC4B9;
    margin: 8px 0;
    padding: 10px;
    color: #333;
}
.present_list > li > a:hover {
    background-color: #fff8d6;
}
.present_list > li:first-child > a,
.present_list > li:nth-child(n+2) > a {
    margin-top: 0;
}
.present_list .thumbnail {
    width: 150px;
}
.present_list .thumbnail > img {
    width: 100%;
    vertical-align: bottom;
}
.present_list .summary {
    flex: 1;
    display: flex;
    padding: 5px 5px 5px 0;
}
.present_list .summary_left {
    flex: 1;
    position: relative;
    padding-right: 10px;
}
.present_list .title {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 19px;
}
.present_list .info {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6px 12px;
    margin: 0;
    font-size: 12px;
}
.present_list .info dt {
    color: #979696;
    border-right: 1px solid #ddd;
    padding-right: 8px;
}
.present_list .info dd {
    width: 270px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: bold;
    color: #7E7C7C;
}
.present_list .winner_box {
    width: 250px;
    height: 30px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 10px;
}
.present_list .summary_right {
    width: 95px;
    display: flex;
    flex-direction: column;
}
.present_list .enddate {
    width: 95px;
    margin-top: auto;
}

/* adnetwork */
.present_list > li > .ad {
    margin: 0 0 8px;
}

/*-- クリックポイント --*/
.present_list .click,
.present_list_pr .click {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: auto;
    margin-bottom: 5px;
}
.present_list .click_pt,
.present_list_pr .click_pt {
    width: 95px;
    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_list .click_5pt,
.present_list_pr .click_5pt {
    width: 95px;
    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_list .click_pt .pt,
.present_list .click_5pt .pt,
.present_list_pr .click_pt .pt,
.present_list_pr .click_5pt .pt {
    display: inline-block;
    padding-left: 3px;
    font-size: 13px;
}

/*-- お気に入りチェック --*/
.present_list .check {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 10;
  top: 15px;
  right: 15px;
  border-radius: 6px;
  background-color: #EFEDED;
  cursor: default;
}
.present_list .check input[type=checkbox] {
  display: none;
  margin: 0;
}
.present_list .check::before {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #555;
  border-radius: 6px;
  background: #fff;
}
.present_list .check:has(input[type=checkbox]:checked)::before {
  border: #278BD1 1px solid;
  background: #278BD1;
}
.present_list .check:has(input[type=checkbox]:checked)::after {
  width: 12px;
  height: 6px;
  box-sizing: border-box;
  display: block;
  content: "";
  position: absolute;
  top: 15px;
  left: 14px;
  border-left: #fff 2px solid;
  border-bottom: #fff 2px solid;
  transform: rotate(-45deg);
}

/* -- PR枠 --*/
.present_list_pr {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
    border-radius: 10px;
    background: #FFEBA4 url("../../img/present/bg_present_pr.png") no-repeat top center;
    background-size: cover;
    margin-bottom: 8px;
    padding: 20px;
}
.present_list_pr > li {
    display: flex;
    flex-direction: column;
}
.present_list_pr > li > a {
    display: flex;
    gap: 0 20px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 3px #CEC4B9;
    padding: 10px;
    color: #333;
}
.present_list_pr > li > a:hover {
    background-color: #fff8d6;
}
.present_list_pr .thumbnail {
    width: 150px;
}
.present_list_pr .thumbnail > img {
    width: 100%;
    vertical-align: bottom;
}
.present_list_pr .summary {
    flex: 1;
    display: flex;
    padding: 5px 5px 5px 0;
}
.present_list_pr .title .pr {
    width: 35px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #278BD1;
    margin-bottom: 3px;
    margin-right: 5px;
    padding-top: 4px;
    padding-bottom: 3px;
    line-height: 1.0;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}
.present_list_pr .summary_left {
    flex: 1;
    position: relative;
    padding-right: 10px;
}
.present_list_pr .title {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.2px;
    font-size: 19px;
}
.present_list_pr .info {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6px 12px;
    margin: 0;
    font-size: 12px;
}
.present_list_pr .info dt {
    color: #979696;
    border-right: 1px solid #ddd;
    padding-right: 8px;
}
.present_list_pr .info dd {
    width: 250px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #7E7C7C;
    font-weight: bold;
}
.present_list_pr .winner_box {
    width: 250px;
    height: 35px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 10px;
}
.present_list_pr .summary_right {
    width: 95px;
    display: flex;
    flex-direction: column;
}
.present_list_pr .summary_bottom {
    margin-top: auto;
}
.present_list_pr .enddate {
    width: 95px;
}

/* -- おすすめ枠 --*/
.present_list_recommend {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
    border-radius: 10px;
    background: #FFB71D url("../../img/present/bg_present_recommend.png") no-repeat top center;
    background-size: cover;
    margin-bottom: 8px;
    padding: 20px;
}
.present_list_recommend > li {
    display: flex;
    flex-direction: column;
    position: relative;
}
.present_list_recommend > li > a {
    display: flex;
    gap: 0 20px;
    position: relative;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 3px #A44E35;
    padding: 10px;
    color: #333;
}
.present_list_recommend > li > a:hover {
    background-color: #fff8d6;
}
.present_list_recommend .recommend::before {
    width: 64px;
    height: 24px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: url("../../img/present/ico_recommend.png") no-repeat 0 0;
    background-size: 64px 24px;
}
.present_list_recommend .info dd {
    width: 250px;
}
.present_list_recommend .winner_box {
    height: 35px;
}

/*-- お気に入り懸賞追加 --*/
.present_check {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 10px;
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #555;
}
.present_check .present_check_add {
    width: 180px;
    border: #E2E2E2 1px solid;
    border-radius: 20px;
    background-color: #fff;
    padding: 10px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.4s;
}
.present_check .present_check_add:hover {
    background-color: #fff8d6;
}
.present_check .present_check_add.favorite {
    background-image: url("../../img/present/icon_present_add01.png");
    background-position: top 50% left 15px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}
.present_check .present_check_add.exclude {
    background-image: url("../../img/present/icon_present_add02.png");
    background-position: top 50% left 15px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

/* ページャー */
.pager {
    padding-top: 12px;
}
.pageNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 8px;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
}
.pageNav > li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pageNav > li > a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #C3C3C3;
    background-color: #fff;
    text-decoration: none;
    font-family: 'Murecho';
    font-weight: 400;
    color: #555;
}
.pageNav .current {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #6C6C6C;
    background-color: #6C6C6C;
    font-family: 'Murecho';
    font-weight: 700;
    color: #fff;
}
.pageNav .ellipsis {
    width: 20px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.0;
    font-weight: bold;
    font-size: 15px;
    color: #555;
}
.pager .number {
    margin-bottom: 40px;
    text-align: center;
    font-size: 15px;
}
.pager .number > span{
    font-size: 13px;
}

/* ----------- 懸賞TOP モーダル ----------- */

.modal_present {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.modal_present .bg {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9990;
    background-color: rgba(0, 0, 0, 0.7);
}
.modal_present .wrap {
    width: 700px;
    height: auto;
    max-height: 650px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-image: url("../../img/present/bg_present_modal02.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 700px 529px;
    animation: popup1 0.4s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
@keyframes popup1 {
  0% {
    transform: translate(-50%, -40%) scale(0.4);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.0);
    opacity: 1;
  }
}
.modal_present .wrap::before {
    width: 680px;
    height: 190px;
    content: "";
    position: absolute;
    top: 300px;
    z-index: 9999;
    background: url("../../img/present/img_present_modal01.png") no-repeat 0 0;
    background-size: 680px 190px;
}
.modal_present .wrap .inner {
    width: 600px;
    height: auto;
    max-height: 650px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border-radius: 6px;
    background-color: #f9de1f;
    text-align: center;
    animation: popup2 0.9s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
@keyframes popup2 {
  0% {
    transform: translateY(60px) scale(0.8);
    opacity: 0;
  }
  100% { transform: scale(1.0);}
  80%, 100% { opacity: 1;}
}
.modal_present .wrap .burst {
    width: 900px;
    height: 900px;
    position: absolute;
    top: -150px;
    left: 50%;
    margin-left: -450px;
    z-index: 100;
    background-image: url("../../img/present/bg_present_modal01.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    opacity: 0.8;
    background-size: 900px 900px;
    -webkit-animation: spin 45s linear infinite;
    animation: spin 45s linear infinite;
}
@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
.modal_present .wrap .detail {
    width: 600px;
    height: auto;
    max-height: 650px;

    box-sizing: border-box;
    position: relative;
    z-index: 200;
    background-image: url("../../img/present/bg_present_modal02.png");
    background-repeat: no-repeat;
    background-position: 50% -0;
    background-size: 700px 529px;
    margin: 0 auto;
    padding: 20px 20px 30px;
    font-weight: bold;
    color: #313131;
}
 .modal_present .wrap .detail .free_txt {
    text-shadow: 0 0 4px #fff, 0 0 4px #fff;
    margin-bottom: 20px;
    font-size: 29px;
}
.modal_present .wrap .detail .image { margin-bottom: 10px;}
.modal_present .wrap .detail img.image {
    width: 300px;
}
.modal_present .wrap .detail .winner {
    text-shadow: 0 0 4px #fff, 0 0 4px #fff;
    margin-bottom: 10px;
    font-size: 26px;
}
.modal_present .wrap .detail .winner span { color: #ff5555;}
.modal_present .wrap .detail .winner .num {
    font-size: 58px;
}
.modal_present .wrap .detail .company {
    text-shadow: 0 0 4px #fff, 0 0 4px #fff;
    margin-bottom: 15px;
    font-size: 18px;
}
.modal_present .wrap .detail .button {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 30px;
}
.modal_present .wrap .detail .button a {
    width: 100%;
    display: block;
    background: #3dba8f;
    box-shadow: 0px 7px 0 #268262;
    margin-right: 10px;
    text-decoration: none;
    color: #fff;
}
.modal_present .wrap .detail .button .modal_present_close {
    width: 100px;
    background: #a7a7a7;
    box-shadow: 0px 7px 0 #7b7b7b;
    margin-left: 10px;
    cursor: pointer;
    color: #fff;
}
.modal_present .wrap .detail .button a,
.modal_present .wrap .detail .button .modal_present_close {
    border-radius: 6px;
    padding: 10px 0;
    transition: 0.2s all ease 0s;
}
.modal_present .wrap .detail .button a:hover,
.modal_present .wrap .detail .button .modal_present_close:hover {
    box-shadow: none;
    transform: translate3d(0, 7px, 0);
    color: #fff;
}