@charset "utf-8";
/*-------------------------------------------------------------------
    * monthly.css
    * site name : チャンスイット
    * description : 今月のプレゼント
    * last update : 2025/09/01 a-yamamoto
-------------------------------------------------------------------*/

/*------------------------------------------------
    共通CSS
-------------------------------------------------*/
/* ----------------------------見出し */
h1 {
    border-bottom: 1px solid #bebebe;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    padding: 2px 0 2px 32px;
}
h2 {
    border-bottom: 1px solid #bebebe;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    padding: 2px 0 2px 32px;
}
.sub_title {
    padding: 6px 10px;
    border-bottom: none;
    background: #F3F2F2;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}
/*アイコン表示*/
.tit_present {
    background: url(../../img/icon/title/ico_present.png) no-repeat 0 -2px;
    background-size: 32px auto;
}
.main_present p.winner {
    display: inline-block;
    padding: 6px 16px;
    margin: 10px 0 0;
    background: #ff4f4f;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
}
.main_present h2 {
    padding: 12px 0;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    font-size: 1.3rem;
    font-weight: bold;
    border: none;
    text-align: center;
}
.main_present {
    padding: 0 10px;
    background-color: #c5e8ee;
    background-image: url("../../img/present/monthly/bg_monthly.png");
    background-repeat: no-repeat;
    background-position: top 0 center;
    background-size: cover;
}
.main_present img {
    width: 100%;
    vertical-align: bottom;
}
.period {
    padding: 10px 0;
    background: #289baf;
    font-weight: bold;
    font-size: 1.2rem;
    color: #fff;
}
.tit_monthly_present {
    width: auto;
    margin: 10px auto 0;
    text-align: center;
}

/*------------------------------------------------
    応募ボタン等
-------------------------------------------------*/
.btn_area {
    margin: 15px 10px;
}
.btn_area p {
    margin: 5px 0;
    text-align: center;
}
.btn_area a.btn,
.btn_area input.btn,
.btn_area span {
    display: block;
    padding: 12px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.btn_area input.btn {
    width: 100%;
}
.ad {
    margin: 10px 0;
    text-align: center;
}
input.entry,
input.kakutei {
    border: 1px solid #219044;
    background: #37ba61;
    background: -webkit-linear-gradient(top,  #37ba61 0%,#37ba61 50%,#16af47 50%,#16af47 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#37ba61), color-stop(50%, #37ba61), color-stop(50%, #16af47), to(#16af47));
    background: -moz-linear-gradient(top, #37ba61, #37ba61 50%, #16af47 50%, #16af47);
    background: linear-gradient(to bottom, #37ba61 0%,#37ba61 50%,#16af47 50%, #16af47 100%);
    color: #fff;
}
.btn_area form.kakutei_area {
    margin-top: 20px;
}
span.done {
    border: 1px solid #888888;
    background: #c1c1c1;
    background: -webkit-linear-gradient(top,  #c1c1c1 0%,#c1c1c1 50%,#b6b6b6 50%,#b6b6b6 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#c1c1c1), color-stop(50%, #c1c1c1), color-stop(50%, #b6b6b6), to(#b6b6b6));
    background: -moz-linear-gradient(top, #c1c1c1, #c1c1c1 50%, #b6b6b6 50%, #b6b6b6);
    background: linear-gradient(to bottom, #c1c1c1 0%,#c1c1c1 50%,#b6b6b6 50%, #b6b6b6 100%);

    color: #585858;
}
a.no_login {
    border: 1px solid #d81717;
    background: #ff5757;
    background: -webkit-linear-gradient(top,  #ff5757 0%,#ff5757 50%,#ff2d2d 50%,#ff2d2d 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5757), color-stop(50%, #ff5757), color-stop(50%, #ff2d2d), to(#ff2d2d));
    background: -moz-linear-gradient(top, #ff5757, #ff5757 50%, #ff2d2d 50%, #ff2d2d);
    background: linear-gradient(to bottom, #ff5757 0%,#ff5757 50%,#ff2d2d 50%, #ff2d2d 100%);
    color: #fff;
}
a.change {
    border: 1px solid #ff9600;
    background: #f29a10;
    background: -webkit-linear-gradient(top,  #f8b003 0%,#f8b003 50%,#f29a10 50%,#f29a10 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f8b003), color-stop(50%, #f8b003), color-stop(50%, #f29a10), to(#f29a10));
    background: -moz-linear-gradient(top, #f8b003, #f8b003 50%, #f29a10 50%, #f29a10);
    background: linear-gradient(to bottom, #f8b003 0%,#f8b003 50%,#f29a10 50%, #f29a10 100%);
    color: #fff;
}


/*------------------------------------------------
    応募要項
-------------------------------------------------*/
.camp_detail {
    margin: 0 10px;
    border: 1px solid #289baf;
    background: #fffee7;
    text-align: left;
    font-size: 1.2rem;
}
.camp_detail h2 {
    padding: 8px 10px;
    background: #289baf;
    font-weight: bold;
    color: #fff;
}
.camp_detail dl {
    margin: 10px;
}
.camp_detail dl dt {
    font-weight: bold;
    color: #289baf;
}
.camp_detail dl dd {
    margin-bottom: 10px;
}
.camp_detail li {
    margin-bottom: 8px;
}
.camp_detail span.red {
    font-weight: bold;
    color: #FF0004;
}
.camp_detail li span.green {
    margin-right: 3px;
    padding: 3px;
    background: #289baf;
    color: #fff;
}
.camp_detail ul.caution li {
    margin-left: 20px;
    list-style: outside;
}
.camp_detail > ul.caution {
    margin: 10px;
}

/*------------------------------------------------
    サンクスページ
-------------------------------------------------*/
.thanks_message {
    padding: 0 10px 20px;
}
.thanks_message > div {
    padding: 10px 14px;
    background: #fff;
    text-align: left;
    font-size: 1.0rem;
}
.thanks_message img.current {
    margin-top: 20px;
}

/* ソーシャルアイコン */
div.sns {
    padding: 10px 0;
    background: #289baf;
    font-weight: bold;
    color: #fff;
}
ul.sns_list  {
    text-align: center;
    margin: 15px 0;
}

.sns_list li {
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0 5px 0;
    font-weight: bold;
}
.sns_list a {
    width: 120px;
    display: inline-block;
    padding: 8px 0 6px 20px;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
}
.facebook {
    background: url(../../img/present/monthly/icon_fb.png) no-repeat 8px center;
    background-size: 12px 24px;
    -moz-background-size: 12px 24px;
    -webkit-background-size: 12px 24px;
    background-color: #405d9a;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-shadow: 1px 1px 1px #1a4a9d;
    -moz-text-shadow: 1px 1px 1px #1a4a9d;
    -webkit-text-shadow: 1px 1px 1px #1a4a9d;
    padding: 0 5px 0 0;

}
.twitter {
    background: url(../../img/present/monthly/icon_x.png) no-repeat 5px center;
    background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    background-color: #000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-shadow: 1px 1px 1px #378fb9;
    -moz-text-shadow: 1px 1px 1px #378fb9;
    -webkit-text-shadow: 1px 1px 1px #378fb9;
}

/*------------------------------------------------
    当選者の声
-------------------------------------------------*/
.voice {
    padding: 30px 0 60px;
}
.voice h2 {
    padding: 0;
    border-bottom: none;
}
.voice h2 img {
    width: 100%;
}
.voice ul li {
    padding: 15px 10px 5px;
    box-sizing: border-box;
    font-size: 1.0rem;
    text-align: left;
    border-bottom: 1px solid #d3d3d3;
}
.voice li div > img {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.voice li div,
.voice li > p {
    margin-bottom: 10px;
}
.voice li .item {
    font-size: 1.15rem;
    font-weight: bold;
}
.voice li div div {
    min-height: 60px;
    padding-left: 70px;
    line-height: 1.5;
}
.voice .comment {
    background: #E8F7FF;
    padding: 10px;
    border-radius: 10px;
    line-height: 1.6;
}
.voice li span {
    font-weight: bold;
}

/*------------------------------------------------
    サンクスページ導線css
-------------------------------------------------*/

.thanks_area{
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    background-size: 10px 10px;
    background-color: #c5e8ee;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #d3eef2), color-stop(.5, transparent), to(transparent));
    background-image: -moz-linear-gradient(left, #d3eef2 50%, transparent 50%, transparent);
    background-image: -o-linear-gradient(left, #d3eef2 50%, transparent 50%, transparent);
    background-image: linear-gradient(left, #d3eef2 50%, transparent 50%, transparent);
    padding:0 0 20px;
}
.thanks_area h2{
    padding:4px 0;
    background:#ff5555;
    color:#fff;
    font-weight: normal;
    font-size: 1.2rem;
    position:relative;
}
.thanks_area h2 span{
    color:#fffd63;
}
.thanks_area h2:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #ff5555;
    border-width: 10px;
    margin-left: -10px;
}
.thanks_area ul{
    overflow:hidden;
    margin:10px 0 0;
    padding:0 10px;
    box-sizing:border-box;
}
.thanks_area ul li{
    float:left;
    width:31.33%;
    margin:0 3% 0 0;
}
.thanks_area ul li:last-child{
    margin:0;
}
.thanks_area ul a{
    text-decoration:none;
    border-radius: 5px;
    display: block;
    padding:10px 0;
    margin:0 0 2px;
}
.thanks_area a p.title {
    color: #04c;
    font-size: 13px;
    font-weight: bold;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 2px auto 0;
}
.thanks_area a .point_wrap {
    width: 100px;
    margin: 0 auto;
}
.thanks_area a .point {
    display: table-cell;
    line-height: 1.2;
    height: 40px;
    width: 88px;
    vertical-align: middle;
    padding: 0 0 0 3px;
    color: #333;
    overflow-wrap:break-word;
}
.thanks_area a .point .ci-point,
.thanks_area a .point del{
    background-image: url("../../img/icon/ico-pt.gif");
    background-repeat: no-repeat;
    background-position: 0 center;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    background-size: 14px 14px;
    padding:0 0 0 17px;
}
.thanks_area a .point .ci-point {
    color: #f55;
    font-size: 1.0rem;
    font-weight: bold;
}
.thanks_area a .point del {
    color: #333;
    text-decoration: line-through;
}
.thanks_area a .point ins {
    color: #f55;
    font-size: 1.0rem;
    font-weight: bold;
    text-decoration: none;
    padding: 0 0 0 6px;
}
.thanks_area a.loading {
    margin:0 38px;
    padding: 8px 0;
    background: #fff;
    color: #555;
    display: block;
    -webkit-box-shadow: 0px 1px 3px #95A7A8;
    -moz-box-shadow: 0px 1px 3px #95A7A8;
    box-shadow: 0px 1px 3px #95A7A8;
    border-radius: 5px;
}
/*------------------------------------------------
    サンクスページ PR広告枠
-------------------------------------------------*/
* html .layer_board_bg,
* html .layer_board {
    position: absolute;
}
.layer_board_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    transform: translate3d(0,0,100000px);
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
    background: #000;
}
.layer_board {
    width: 85%;
    display: none;
    position: fixed;
    top: 8%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 20000;
    transform: translate3d(0,0,100001px);
    background: #8bdcea;
    border-radius: 10px;
    color: #636363;
    font-size: 12px;
}
.layer_board a {
    display: block;
}
.btn_close {
    margin-right: 8px;
    cursor: pointer;
    text-align: right;
    font-size: 2rem;
    color: #fff;
}
.layer_board .label_pr {
    margin: 0 10px;
    background: #82bfc9;
    color: #fff;
    font-size: 1.4rem;
}
.layer_board .ad_bnr {
    padding-bottom: 10px;
    margin: 0 10px;
}
.layer_board .ad_bnr img {
    width: 100%;
}
.layer_board div {
    padding: 10px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.layer_board div a {
    margin-bottom: 3px;
}
.layer_board div a img {
    width: 90%;
}

/*------------------------------------------------
    懸賞ローテ
-------------------------------------------------*/
.rotation {
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 10px;
    padding: 15px 0 0;
}
.rotation h2 {
    text-align: center;
}
.rotation .swipe {
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    background: #fff;
}
.rotation .rotation_inner {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 10px;
}
.rotation ul {
    display: flex;
    flex: 1 0 0%;
}
.rotation ul li {
    margin-right: 10px;
    background: #fff;
    white-space: normal;
}
.rotation ul li:last-child { margin-right: 0;}
.rotation ul li a {
    height: 100%;
    display: block;
    text-decoration: none;
    font-size: 0;
}
.rotation ul li img {
    width: 140px;
    min-width: 140px;
}
@media screen and (min-width:480px) {
  .rotation ul li img {
      width: 170px;
      min-width: 170px;
  }
}