@charset "UTF-8";

/* スマホ版専用CSS - 750px以下 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
button,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    -webkit-font-smoothing: antialiased;
    background-image: url(../images/bg.jpg);
    background-size: 100% auto;
    background-position: center 500px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    overflow-x: hidden;
}

.pc {
    display: none;
}

/* ----------header---------- */
header .logo {
    padding: 16px 5vw;
}

header .logo img {
    width: 200px;
    height: auto;
}

/* ----------hero styles---------- */
.hero-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #69869e;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-kvBox {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-kvInner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.hero-kvTtl {
    width: 100%;
    text-align: center;
    z-index: 3;
    display: flex;
    justify-content: center;
}

.hero-kvTtl_img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.hero-loadedImg {
    opacity: 1;
    position: relative;
    transition-duration: .4s;
    transition-property: top, opacity;
    transition-timing-function: ease-in-out;
}

/* ----------main content---------- */
.container {
    width: 100%;
    margin: 0 auto;
}

.contents_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 5vw;
    box-sizing: border-box;
    padding-top: 1rem;
    background-image: url(../images/bg.jpg);
    background-size: 100% auto;
    background-position:  center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

/* PC版のprize_contentを非表示 */
.prize_content {
    display: none;
}

/* SP版のprize_contentを表示 */
.prize_content_sp {
    display: block;
    margin: 3rem auto;
    width: 100%;
    background: #dde3e9;
    padding: 0.5rem;
    border-radius: 4px;
    box-sizing: border-box;
}

.prize_content_sp .prize_list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.prize_content_sp .prize_item {
    background: #fff;
    padding: 1rem;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.prize_content_sp .prize_item .prize_left {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
}

.prize_content_sp .prize_item .prize_info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0;
}

/* SP版共通prizeスタイル */
.prize_content_sp .prize_item .prize_rank {
    display: flex;
    align-items: center;
    gap: 0;
    position: relative;
}

.prize_content_sp .prize_item .rank_icon {
    width: 3rem;
    height: 3rem;
    position: relative;
}

.prize_content_sp .prize_item .rank_icon img {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
}

.prize_content_sp .prize_item .rank_text {
    color: #fdfdfd;
    font-size: 0.8rem;
    font-weight: 700;
    position: absolute;
    left: 0.7rem;
    top: 0.8rem;
}

.prize_content_sp .prize_item .prize_count {
    color: #48759a;
    font-size: 1.2rem;
    font-weight: 700;
    white-space: nowrap;
}

.prize_content_sp .prize_item .prize_count span:last-child {
    font-size: 0.8rem;
}

.prize_content_sp .prize_item .prize_name {
    color: #000;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: left;
    margin: 0;
    line-height: 1.4;
    width: 100%;
}

.prize_content_sp .prize_item .prize_name p {
    margin: 0;
    line-height: 1.4;
}

.prize_content_sp .prize_item .prize_image {
    flex-shrink: 0;
    margin-left: auto;
}

.prize_content_sp .prize_item .prize_image img {
    width: 8rem;
    height: 8rem;
    object-fit: contain;
}

.prize_content_sp .prize_ttl {
    background: transparent;
    color: #376285;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    padding: 0 0.5rem 0.5rem 0.5rem;
    border-radius: 0;
}

/* 応募期限 */
.application_deadline {
    margin: 0.5rem auto;
    text-align: center;
}

.deadline_text {
    background: #f5f5f5;
    color: #333;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    margin: 0;
    line-height: 1.4;
}

/* ダブルチャンス */
.double_chance {
    margin: 1rem 0;
    background: #df0200;
    padding: 0.8rem 1rem;
    border-radius: 4px;
    text-align: center;
}

.double_chance_header {
    margin-bottom: 0.5rem;
}

.double_chance_header span,
.double_chance_text {
    color: #fff;
    font-weight: 700;
}

.double_chance_header span {
    background: #df0200;
    font-size: 1.1rem;
    display: block;
}

.double_chance_text {
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.4;
}

/* ----------campaign styles---------- */
.campaign_period {
    margin: 1rem auto;
    text-align: center;
}

.period_bg {
    background: #376285;
    color: #fff;
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 700;
    width: 100%;
    box-sizing: border-box;
}

.campaign_requirement {
    font-size: 120%;
    padding: 10px 0;
}



.campaign_detail {
    margin: 0 0 0 0;
    text-align: center;
}

.campaign_title {
    text-align: center;
    width: 800px;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
}

.main_title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    margin: 0 0 0.5rem 0;
    line-height: 1.4;
    width: 100%;
}

.sub_title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 1.4;
    width: 100%;
}

.red_text {
    color: #df0200;
}

/* ハイライト表示 */
.campaign_highlight {
    margin: 1rem auto;
    text-align: center;
}

.highlight_text {
    background: linear-gradient(135deg, #df0200, #ff4444);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 1rem;
    margin: 0;
    line-height: 1;
}











.howto {
    margin: 2rem 0 0 0;
}

.howto_ttl {
    background: #dde3e9;
    color: #376285;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    padding: 0.5rem 0;
    margin: 2rem auto 1rem;
    width: 100%;
    border-radius: 4px;
}

.howto_steps {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1rem;
    box-sizing: border-box;
}

.howto_steps li {
    color: #000;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0.9rem;
    list-style-type: decimal;
    list-style-position: outside;
}

.howto_steps li:last-child {
    margin-bottom: 0;
}

/* ----------button---------- */
.util-campaignBtnBox {
    position: relative;
    margin: 2rem auto;
    text-align: center;
}
.privacy-agreement {
    margin-bottom: 1.5rem;
    padding: 0 1rem;
}
.privacy-agreement label {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    line-height: 1.4;
}
.privacy-agreement input[type="checkbox"] {
    margin-right: 8px;
    margin-top: 2px;
    flex-shrink: 0;
}

.util-campaignBtn {
    background: #000;
    border-radius: 25px;
    color: #fff;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    overflow: hidden;
    padding: 1rem 2rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    width: 80vw;
    max-width: 300px;
    margin: 0 auto;
    z-index: 2;
}

.util-campaignBtn:hover {
    background: #333;
}
.util-campaignBtn.disabled {
    background: #ccc;
    color: #999;
    cursor: not-allowed;
    pointer-events: none;
}
.util-campaignBtn.disabled:hover {
    background: #ccc;
}

.util-campaignBtn:after {
    background: url(../images/arrow.png) center/100% no-repeat;
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.util-campaignBtn_inline {
    vertical-align: middle;
}

.campaign_note {
    color: #666;
    font-size: 0.8rem;
    margin: 2rem auto 0 auto;
    width: 100%;
    padding: 0 1rem;
    line-height: 1.4;
    box-sizing: border-box;
}

.campaign_note_title {
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
}

.campaign_note_list {
    padding-left: 0;
    margin: 0;
}

.campaign_note_list li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.3rem;
    list-style: none;
}

.campaign_note_list li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}



/* ----------footer---------- */
footer {
    width: 100%;
    padding: 0 0 2rem 0;
    margin: 1rem auto 0 auto;
    background: #FFF;
    position: relative;
    text-align: center;
}

footer p {
    font-size: 0.8rem;
    font-weight: 400;
    margin: 0;
    line-height: 1.8;
}
