@charset "utf-8";

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

/*-------------------------------------------*/
/*  CONTENTS:
/*--------------------------------------------
1.0 - 汎用
2.0 - メインビジュアル～期間
3.0 - 賞品紹介
4.0 - 応募ボタン
5.0 - 応募状況
6.0 - 皆勤賞
7.0 - 当選者発表
8.0 - 応募要項
9.0 - 注意事項
10.0 - フッター
---------------------------------------------*/

/*-------------------------------------------*/
/*  1.0 -  汎用
/*-------------------------------------------*/
html, body, div, span, h1, h2, p, a, img, footer {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
}
h1 {
    font-size: 0
}
html {
    overflow-y: scroll;
    font-size: 62.5%;
}
a:focus {
    outline: none;
}
header{
    padding: 5px 0 5px 10px;
}
article {
    position: relative;
    font-family: "Meiryo","メイリオ","ＭＳＰゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
article img {
    width:100%;
    height:auto;
}
article h2 {
    margin-bottom: 10px;
    text-align: center;
}
article h2 img {
    width: 90%;
    text-align: center;
}
article a {
    text-decoration: none;
}
article p{
    text-align:center;
    color:#4b4036;
}
input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.content {
    padding: 40px 0;
}
h2{
    padding-bottom: 15px;
    font-size: 2.4rem;
    font-weight: bold;
}

/*-------------------------------------------*/
/*  2.0 - メインビジュアル～期間
/*-------------------------------------------*/
.content.intro {
    padding: 20px 20px 10px;
}
.intro p {
    margin: 10px 0;
    line-height: 1.6;
    text-align: left;
    font-size: 1.4rem;
}
.intro p span {
    font-weight: bold;
    color: #ff2673;
}
.btn_pagelink {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0 10px;
}
.btn_pagelink li {
    width: 50%;
}
.btn_kaikinsho {
    width: 100%;
    display: block;
    padding: 8px 0;
    margin: 0 auto 25px;
    border-radius: 5px;
    transition: .1s;
    font-size: 14px;
    background: #e94630;
    border: none;
    box-shadow: 0 6px 0 #aa2b19;
    color: #fff;
    text-align: center;
}
.btn_wchance {
    width: 100%;
    display: block;
    padding: 8px 0;
    margin: 0 auto 25px;
    border-radius: 5px;
    transition: .1s;
    font-size: 14px;
    background: #f2a142;
    border: none;
    box-shadow: 0 6px 0 #af6a1a;
    color: #fff;
    text-align: center;
}
.period {
    padding: 12px 0;
    background: #fde093;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    color: #000;
}

/*-------------------------------------------*/
/*  3.0 - 賞品紹介
/*-------------------------------------------*/
.content.prizelist {
    padding: 40px 0;
}
.prizelist .prize_area ul{
    position: relative;
    padding: 0 20px;
}
.prizelist .prize_area ul li {
    border-radius: 30px;
    border: 2px solid #ff6099;
}
.prizelist ul li .number {
    width: 150px;
    padding: 5px 10px;
    margin: 10px auto;
    border-radius: 30px;
    background: #ff6099;
    font-size: 2.6rem;
    font-weight: bold;
    color: #fff;
}
.prizelist ul li .prize{
    padding: 0 20px 20px;
}
.prizelist ul li .date {
    padding: 5px 0;
    background-color: #ff6099;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #fff;
}
.prizelist ul li .date img {
    width: 20px;
    height: 20px;
    margin: 0 8px -2px 0;
}

.prizelist .slick-arrow {
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    font-size:0;
}
.prizelist .slick-prev {
    background-image:url("../img/ico_prev.png");
    left: 10px;
    top: 42%;
}
.prizelist  .slick-next{
    background-image:url("../img/ico_next.png");
    right: 10px;
    top: 42%;
}
.prizelist .prize_area {
    position: relative;
    margin-bottom: 20px;
}
.prizelist .arrow_box {
    margin:0 auto;
    height:0;
}
.prizelist .slick-arrow {
    position: absolute;
    width: 45px;
    height: 68px;
}
.prizelist .slick-slide {
    outline:none;
    opacity:0;
}
.slick-slide.slick-current {
    opacity:1;

}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-initialized .slick-slide {
    display: block;
}

/*-------------------------------------------*/
/*  4.0 - 応募ボタン
/*-------------------------------------------*/
.interval {
    margin: 0 auto;
    padding: 10px 0;
    background-color: #cdcdcd;
    background-image: url("../img/ico_caution.png");
    background-repeat: no-repeat;
    background-position: 32px 18px;
    color: #4b4b4b;
    font-size: 1.8rem;
    font-weight: bold;
}

.btn {
    display: block;
    padding: 15px 0;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    font-size: 2.6rem;
    font-weight: bold;
}
.entry_area {
    padding: 0 20px;
}
.entry_area span {
    display: block;
    margin: 0 auto;
    font-size: 1.6rem;
    text-align: center;
}
.btn.entry {
    position: relative;
    margin: 0 auto 10px;
    background: #ffda29;
    border: none;
    box-shadow: 0 8px 0 #a78e16;
    color: #2c363f;
    font-size: 2.6rem;
}
.btn.movie {
    height: 80px;
    position: relative;
    margin: 0 0 20px;
    background: #ff2942;
    border: none;
    box-shadow: 0 8px 0 #c21327;
}
.btn.entry_before {
    width: 66%;
    position: relative;
    margin: 0 auto 20px;
    background: #ff2942;
    border: none;
    box-shadow: 0 8px 0 #c21327;
    text-align: center;
    font-size: 19px;
}
.ico_movie {
    display: inline-block;
    background: url("../img/ico_movie.png") no-repeat top 3px left 0;
    background-size: 20px 20px;
    padding-left: 25px;
    font-weight: bold;
    color: #fff !important;
}
.entry_before_area {
    width: auto;
    box-sizing: border-box;
    border: #ffdadd 10px solid;
    border-radius: 6px;
    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 0,
    top 5px left 5px,
    top 5px right 5px;
    background-size: 60px 100px, 15px 20px, 15px 20px;
    background-color: #ffdadd;
    margin: 30px 10px 0;
    padding: 15px 15px;
}
.entry_before_txt {
    display: block;
    text-align: center;
    font-size: 11px;
}
.entry_before_title {
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #3f392c;
}

.prizelist > ul {
    padding: 20px 20px 40px;
    margin: 0 20px;
    background: #f5f5f5;
    text-align: center;
}
.prizelist > ul li span {
    font-size: 1.6rem;
}
.btn.login {
    position: relative;
    padding: 18px 0 13px;
    margin-bottom: 30px;
    background: #eb3069;
    box-shadow: 0 8px 0 #a71843;
    color: #fff;
    line-height: 2.0rem;
}
.btn.login span {
    line-height: 1.2;
    font-size: 1.4rem;
}
.btn.register {
    position: relative;
    background: #41b283;
    box-shadow: 0 8px 0 #166645;
    color: #fff;
}
.entry_area:after,
.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;
    background-image: url("../img/ico_garrow.png");
    top: 30px;
    right: 30px;
}
.entry_area:after{
    background-image: url("../img/ico_yarrow.png");
}
.btn.login:after{
    background-image: url("../img/ico_rarrow.png");
}
.btn.register:after{
    background-image: url("../img/ico_garrow.png");
}
.prizelist .entry_before_coution {
    width: auto;
    margin: 10px 10px 0;
    padding: 0;
    background-color: #fff;
    font-size: 10px;
}
.prizelist .entry_before_coution li {
    padding: 0;
    text-align: left;
}
/*-------------------------------------------*/
/*  5.0 - 応募状況
/*-------------------------------------------*/
.status .stampcard {
    height: 149vw;
    background-image: url("../img/img_stampcard.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.status ul {
    width: 100%;
    box-sizing: border-box;
}
.status ul li {
    float: left;
    width: 20%;
    height: 25.5vw;
    background-position: center 0vw;
    box-sizing: border-box;
}
.status p.date {
    font-size: 0;
}
.status li {
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
}
.status .entried {
    background-image:url("../img/stmp_entried.png");
}
.status .finished {
    background-image:url("../img/stmp_finished.png");
}
.status .win {
    background-image:url("../img/stmp_win.png");
}

/*-------------------------------------------*/
/*  6.0 - 皆勤賞
/*-------------------------------------------*/
.content.kaikinsho {
    padding: 0 20px 30px;
    position: relative;
    background: url("../img/bg_dot.png") repeat #ffbcad;
}
.content.wchance {
    padding: 30px 0;
    position: relative;
    background: url("../img/bg_dot.png") repeat #fde093;
}
.content.kaikinsho p {
    margin-bottom: 30px;
}

/*-------------------------------------------*/
/*  7.0 - 当選者発表
/*-------------------------------------------*/
.winner {
    background: #f2f5ea;
}
.winner h3 {
    padding: 0 20px;
    font-size: 0;
}
.winner dl {
    margin: 0 20px;
    padding: 20px;
    background: #fff;
    font-size: 1.4rem;
    text-align: left;
}
.winner dl dt {
    font-weight: bold;
    text-decoration: underline;
}
.winner dl dd {
    margin-bottom: 20px;
}

/*-------------------------------------------*/
/*  8.0 - 応募要項
/*-------------------------------------------*/
.content.note {
    padding: 40px 20px;
    font-size: 1.4rem;
    text-align: center;
}
.note dt {
    margin-bottom: 5px;
    padding: 5px 10px;
    background: #eee;
}
.note dd {
    margin-bottom: 15px;
    text-align: left;
}
.note li {
    margin-bottom: 5px;
    list-style-type: disc;
    list-style-position: inside;
}
.note li em {
    color: #ff3e3e;
}

/*-------------------------------------------*/
/*  9.0 - 注意事項
/*-------------------------------------------*/
.content.caution {
    padding: 40px 20px;
    background: #f2f5ea;
    font-size: 1.4rem;
}
.caution h2 {
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    border-radius: 10px;
    border: 3px solid #555;
    background: #fff;
    line-height: 1.0;
    font-size: 2.4rem;
    font-weight: bold;
}
.caution h2 span {
    font-size: 1.4rem;
}
.caution h2.ac {
    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: 15px;
    right: 30px;
    top: 45px;
    height: 15px;
    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: 15px;
    right: 40px;
    top: 45px;
    height: 15px;
    transform: rotate(45deg);
}

.caution p {
    margin-bottom: 15px;
    font-weight: bold;
}
.caution dl {
    padding: 20px;
    background: #fff;
}
.caution dt {
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: bold;
}
.caution dd {
    margin-bottom: 20px;
}
.caution dd li{
    margin-bottom: 5px;
    margin-left: 1em;
    text-indent: -.7em;
}
.caution dd li:before {
    content: "• ";
}

/*-------------------------------------------*/
/*  10.0 - フッター
/*-------------------------------------------*/
.ad {
    padding: 20px 0px;
    background: #f2f5ea;
    text-align: center;
}
footer{
    padding: 20px 0;
    background: #dca921;
    text-align: center;
    color: #fff;
}
#scroll_btn {
    position: fixed;
    bottom: -10px;
    right: 10px;
}
#scroll_btn a {
    display: block;
    color: #2c363f;
    background: #ffda29;
    text-align: center;
    border-radius: 10px;
    outline: none;
    font-weight: bold;
    text-decoration: none;
}
#scroll_btn a:hover {
    text-decoration: none;
}
#scroll_btn {
    font-family: "Meiryo","メイリオ","ＭＳＰゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
    font-size: 1.6rem;
}
#scroll_btn a {
    padding: 12px 20px 16px;
    text-decoration: none;
}

/*-------------------------------------------*/
/*  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;
  padding: 10px; /* スマホで上下が切れないように */
  box-sizing: border-box;
}

.dialog-box {
  background: white;
  padding: 16px 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  max-width: 90vw;
  width: 100%;
  font-size: 1rem;
}

.dialog-box button {
  margin-top: 15px;
  padding: 10px 20px;
  font-size: 1rem;
  border: none;
  background-color: #007bff;
  color: white;
  border-radius: 4px;
}
