@charset "utf-8";

/*
Site Name: チャンスイット PC
Description: 創立28周年記念キャンペーン
Last Update: 2025/05/01 a-yamamoto
*/

/*-------------------------------------------*/
/*  CONTENTS:
/*--------------------------------------------
1.0 - 汎用
2.0 - メインビジュアル
3.0 - 導入テキスト＋期間
4.0 - 今日のプレゼント
5.0 - 応募状況
6.0 - 皆勤賞 & Wチャンス
7.0 - 当選者発表
8.0 - 応募要項
9.0 - 注意事項
10.0 - フッター
---------------------------------------------*/

/*-------------------------------------------*/
/*  1.0 -  汎用
/*-------------------------------------------*/
body{
    background: url(../img/bg_body.png);
    line-height: 1.6;
    font-family: "Meiryo","メイリオ","ＭＳ　Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
a{
    text-decoration: none;
}
a:hover img{
    opacity: 0.7;
}
.pink{
    font-weight: bold;
    color: #e23e98;
}
.small{
    font-size: 10px;
}
.black {
    font-weight: bold;
}
button{
    display:block;
    border:none;
    background:none;
    padding:0;
    cursor: pointer;
}
button:hover img {
    opacity: 0.7;
}
h2 {
    margin-bottom: 10px;
    font-size: 34px;
    font-weight: bold;

}

/*-------------------------------------------*/
/*  2.0 - メインビジュアル
/*-------------------------------------------*/

h1 {
    position: relative;
    height: 495px;
    padding: 10px 0 0;
    margin:0 auto;
    font-size:0;
    background: url("../img/bg_dot.png") repeat #fde093;
}
h1 img {
    position: absolute;
    top: 30px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
#header{
    overflow: hidden;
    background-color: #fff;
    border-bottom: none;
}
#header .header_inner{
    width: 1000px;
    margin: 0 auto;
}
#header .logo{
    margin: 10px 0 0;
    float: left;
}

/*-------------------------------------------*/
/*  3.0 - 導入テキスト＋期間
/*-------------------------------------------*/
.content {
    padding: 60px 0;
}
.intro h2 {
    margin: 30px 0 20px;
}
.intro p {
    margin-bottom: 10px;
    font-size: 15px;
}
.intro p span {
    font-weight: bold;
    color: #ff2673;
}
.btn_pagelink {
    display: flex;
    justify-content: center;
    gap: 0 20px;
}
.btn_kaikinsho {
    width: 300px;
    display: block;
    padding: 5px 0;
    margin: 0 auto 25px;
    border-radius: 5px;
    transition: .1s;
    font-size: 18px;
    background: #e94630;
    border: none;
    box-shadow: 0 6px 0 #aa2b19;
    color: #fff;
}
.btn_wchance {
    width: 300px;
    display: block;
    padding: 5px 0;
    margin: 0 auto 25px;
    border-radius: 5px;
    transition: .1s;
    font-size: 18px;
    background: #f2a142;
    border: none;
    box-shadow: 0 6px 0 #af6a1a;
    color: #fff;
}
.btn_kaikinsho:hover,
.btn_wchance:hover {
    box-shadow: none;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    color: #fff;
}
.period {
    padding: 12px 0;
    background: #fde093;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    color: #000;
}

/*-------------------------------------------*/
/*  4.0 - 今日のプレゼント
/*-------------------------------------------*/
.interval {
    width: 530px;
    margin: 0 auto;
    padding: 20px 0 20px 30px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #cdcdcd;
    background-image: url("../img/ico_caution.png");
    background-repeat: no-repeat;
    background-position: 32px 18px;
    color: #4b4b4b;
    font-size: 24px;
    font-weight: bold;
}
.todays_prize {
    overflow: hidden;
    width: 760px;
    padding: 25px;
    margin: 0 auto 20px;;
    border: 6px solid #ff6099;
    border-radius: 20px;
    text-align: left;
}
.todays_prize .image {
    float: left;
    border: 1px solid #c2c2c2;
}
.todays_prize .image img {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}
.todays_prize .item,
.todays_prize .txt,
.todays_prize .s_txt {
    margin-left: 240px;
}
.todays_prize .item {
    font-size: 24px;
    font-weight: bold;
}
.todays_prize .txt {
    font-size: 18px;
}
.todays_prize .s_txt {
    margin-top: 5px;
    font-size: 9px;
}
.todays_prize .txt span {
    font-size: 26px;
    font-weight: bold;
    color: #f55;
}
.btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 450px;
    box-sizing: border-box;
    padding: 20px 0;
    border-radius: 10px;
    transition: .1s;
    font-size: 30px;
    font-weight: bold;
}
.btn.entry {
    height: 80px;
    position: relative;
    margin: 0 auto 20px;
    background: #ffda29;
    border: none;
    box-shadow: 0 8px 0 #a78e16;
    color: #2c363f;
    font-size: 27px;
}
.btn.movie {
    height: 80px;
    position: relative;
    margin: 0 0 20px;
    background: #ff2942;
    border: none;
    box-shadow: 0 8px 0 #c21327;
    color: #fff;
    font-size: 27px;
}
.btn.entry_before {
    height: 80px;
    position: relative;
    margin: 0 auto 20px;
    background: #ff2942;
    border: none;
    box-shadow: 0 8px 0 #c21327;
    color: #fff;
    font-size: 27px;
}
.btn.entry:hover,
.btn.entry_before:hover,
.btn.movie:hover {
    cursor: pointer;
    box-shadow: none;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}
.ico_movie {
    display: inline-block;
    background: url("../img/ico_movie.png") no-repeat top 3px left 0;
    background-size: 30px 30px;
    padding-left: 35px;
    font-size: 27px;
}
.entry_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
}
.entry_before_area {
    width: 820px;
    box-sizing: border-box;
    border: #ffdadd 10px solid;
    border-radius: 10px;
    background-image:
    url("../img/bg_movie_chra.png"),
    url("../img/ico_movie_dot.png"),
    url("../img/ico_movie_dot.png");
    background-repeat: no-repeat, repeat-y, repeat-y;
    background-position:
    bottom 10px right 60px,
    top 5px left 10px,
    top 5px right 10px;
    background-size: 96px 161px, 15px 20px, 15px 20px;
    background-color: #ffdadd;
    margin: 30px auto 0;
    padding: 25px 20px;
}
.entry_before_title {
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #3f392c;
}
.prize ul {
    width: 940px;
    overflow: hidden;
    margin: 0 auto;
}
.prize ul li {
    padding: 10px;
    float: left;
}
.prize ul li {
    padding: 10px;
    float: left;
}
.prize ul li span { font-size: 18px;}
.prize .entry_area span,
.prize .entry_before_area span { font-size: 15px;}
.btn.login {
    position: relative;
    padding: 11px 0;
    background: #eb3069;
    box-shadow: 0 8px 0 #a71843;
    color: #fff;
}
.btn.login:hover,
.btn.register:hover {
    box-shadow: none;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}
.btn.login span {
    line-height: 1.2;
    font-size: 16px;
}
.btn.register {
    position: relative;
    background: #41b283;
    box-shadow: 0 8px 0 #166645;
    color: #fff;
}
.btn.login:after,
.btn.register:after {
    content: "";
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 30px;
    right: 30px;
}
.btn.login:after{
    background-image: url("../img/ico_rarrow.png");
}
.btn.register:after{
    background-image: url("../img/ico_garrow.png");
}
.prize .entry_before_coution {
    width: 820px;
    margin: 10px auto 0;
    padding: 0;
    font-size: 12px;
}
.prize .entry_before_coution li {
    padding: 0;
}

/*-------------------------------------------*/
/*  5.0 - 応募状況
/*-------------------------------------------*/
.status ul {
    overflow: hidden;
    width: 950px;
    margin: 0 auto;
}
.status ul li {
    float: left;
    position: relative;
    width: 175px;
    height: 204px;
    margin: 7px;
    background-size: 150px;
    background-position: top 15px center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}
.status .item1 {
    background-image:url("../img/img_item1.png");
}
.status .item2 {
    background-image:url("../img/img_item2.png");
}
.status .item3 {
    background-image:url("../img/img_item3.png");
}
.status .item4 {
    background-image:url("../img/img_item4.png");
}
.status .item5 {
    background-image:url("../img/img_item5.png");
}
.status .item6 {
    background-image:url("../img/img_item6.png");
}
.status .item7 {
    background-image:url("../img/img_item7.png");
}
.status .item8 {
    background-image:url("../img/img_item8.png");
}
.status .item8 div { border: 3px solid #eeb206;}
.status p.date {
    position: absolute;
    top: 5px;
    left: 7px;
    font-size: 16px;
    font-weight: bold;
}
.status p.number {
    width: 153px;
    height: 31px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -77px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
    border-radius: 15px;
    background: #ff6099;
    color: #fff;
}
.status .item8 p.number {
    color: #5f4109;
    background: -webkit-linear-gradient(45deg, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802,#DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #d68c00;
    text-shadow: 1px 2px 3px #fff;
}
.status .item8.finished {
    border: 1px solid #c2c2c2;
}
.status p.number span {
    font-size: 14px;
}
.status .finished p.number,
.status .win p.number {
    display: none;
}
.status div {
    width: 175px;
    height: 204px;
    background-repeat: no-repeat;
    border: 1px solid #c2c2c2;
box-sizing: border-box;}
.status .current div {
    background-image:url("../img/stmp_current.png");
    background-position: 0 -1px;
}
.status .entried div {
    background-image:url("../img/stmp_entried.png");
    background-position: 25px 20px;
}
.status .finished div {
    width: 174px;
    height: 202px;
    background-image:url("../img/stmp_finished.png");
    background-position: 0;
}
.status .win div {
    background-image:url("../img/stmp_win.png");
    background-position: 0 -1px;
}

/*-------------------------------------------*/
/*  6.0 - 皆勤賞 & Wチャンス
/*-------------------------------------------*/
.content.kaikinsho {
    padding: 0 0 30px;
    position: relative;
    background: url("../img/bg_dot.png") repeat #ffbcad;
}
.content.kaikinsho p {
    margin-bottom: 30px;
}
.content.wchance {
    padding: 50px 0;
    position: relative;
    background: url("../img/bg_dot.png") repeat #fde093;
}
.kakinsho_image {
    width: 1000px;
    margin: 0 auto;
}
.kakinsho_image img {
    width: 100%;
    vertical-align: bottom;;
}

/*-------------------------------------------*/
/*  7.0 - 当選者発表
/*-------------------------------------------*/
.winner {
    background: #f2f5ea;
}
.winner dl {
    width: 900px;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    font-size: 14px;
    text-align: left;
}
.winner dl dt {
    font-weight: bold;
    text-decoration: underline;
}
.winner dl dd {
    margin-bottom: 20px;
}
.ad {
    padding: 50px 0;
    background: #f2f5ea;
}
.ad ul {
    width: 620px;
    margin: 0 auto;
    overflow: hidden;
}
.ad ul li {
    width: 300px;
    float: left;
}
.ad ul li:first-child {
    margin-right: 20px;
}

/*-------------------------------------------*/
/*  8.0 - 応募要項
/*-------------------------------------------*/
.content.note dl {
    width: 825px;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid #c9c9c9;
    font-size: 14px;
}
.content.note dt, .content.note dd {
    border-top: 1px solid #c9c9c9;
}
.content.note dt:first-child,
.content.note dd:nth-child(2) {
    border-top: none;
}
.content.note dt {
    float: left;
    width: 30%;
    padding: 20px;
    box-sizing: border-box;
    font-weight: bold;
}
.content.note dd {
    padding: 20px;
    margin-left: 30%;
    box-sizing: border-box;
    text-align: left;
}
.content.note dd:after{
  display: block;
  content: "";
  clear: both;
}
.note dd li{
    margin-left: 1em;
    text-indent: -.7em;
}
.note dd li:before {
    content: "• ";
}
.note em {
    font-weight: bold;
    color: #f87060;
}

/*-------------------------------------------*/
/*  9.0 - 注意事項
/*-------------------------------------------*/
.content.caution {
    font-size: 13px;
    background: #f2f5ea;
}
.caution h2 {
    width: 944px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    border-radius: 20px;
    border: 3px solid #555;
    background: #fff;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
}
.caution h2.ac {
    width: 950px;
    border-radius: 0;
    border-bottom: 1px dotted #555;
    border-left: none;
    border-right: none;
    border-top: none;
}
.caution h2:after {
    content: "";
    position: absolute;
    border-right: 3px solid #888;
    border-bottom: 3px solid #888;
    width: 20px;
    right: 40px;
    top: 32px;
    height: 20px;
    transform: rotate(45deg);
}
.caution h2.ac:after {
   content: "";
   position: absolute;
   border-left: 3px solid #888;
   border-top: 3px solid #888;
   border-right: 0;
   border-bottom: 0;
   width: 20px;
   right: 40px;
    top: 42px;
   height: 20px;
   transform: rotate(45deg);
}
.caution span {
    font-size: 16px;
}

.caution dl {
    width: 950px;
    margin: 0 auto;
    padding: 40px 95px;
    box-sizing: border-box;
    background:  #fff;
    text-align: left;
}
.caution dt {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}
.caution dd {
    margin-bottom: 25px;
}
.caution dd li{
    margin-bottom: 5px;
    margin-left: 1em;
    text-indent: -.7em;
}
.caution dd li:before {
    content: "• ";
}

/*-------------------------------------------*/
/*  10.0 - フッター
/*-------------------------------------------*/

.footer{
    padding: 20px 0;
    background: #dca921;
    text-align:center;
    line-height: 1.4;
    color: #fff;
}
#scroll_btn {
    position: fixed;
    bottom: -10px;
    right: 40px;
}
#scroll_btn a {
    display: block;
    color: #2c363f;
    background: #ffda29;
    text-align: center;
    border-radius: 10px;
    outline: none;
}
#scroll_btn a:hover {
    text-decoration: none;
}
#scroll_btn {
    font-size: 13px;
}
#scroll_btn a {
    padding: 20px 24px;
    font-size: 20px;
    font-weight: bold;
}

/*-------------------------------------------*/
/*  11.0 - ダイアログ
/*-------------------------------------------*/
.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.dialog-box {
  background: white;
  padding: 20px 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.dialog-box button {
  margin-top: 15px;
  padding: 8px 16px;
}
