@charset "UTF-8";

/* PC版専用CSS - 751px以上 */

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 480px ;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    overflow-x: hidden;
}

.sp {
    display: none;
}

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

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

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

.hero-kvBox {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 125px;
    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: 960px;
    height: 417px;
    min-width: 960px;
    object-fit: contain;
    max-width: 100%;
}

.hero-loadedImg {
    opacity: 1;
    position: relative;
}

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

.contents_inner {
    width: 800px;
    margin: 0 auto;
    padding-top: 20px;
}

/* SP版のprize_contentを非表示 */
.prize_content_sp {
    display: none !important;
}

/* PC版のprize_contentを表示 */
.prize_content {
    display: block !important;
}

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

.period_bg {
    background: #376285;
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 700;
}

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



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

.campaign_title {
    text-align: center;
    margin-bottom: 20px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.main_title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin: 0 0 8px 0;
    line-height: 1.4;
    width: 100%;
}

.sub_title {
    font-size: 20px;
    font-weight: 700;
    color: #df0200;
    margin: 0;
    line-height: 1.4;
    width: 100%;
}

.red_text {
    color: #df0200;
}

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

.highlight_text {
    background: linear-gradient(135deg, #df0200, #ff4444);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 20px;
    margin: 0;
}

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

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

.prize_content {
    margin: 20px auto;
    max-width: 800px;
    background: #dde3e9;
    padding: 8px;
    border-radius: 4px;
}

.prize_ttl {
    background: transparent;
    color: #376285;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 0 8px 8px 8px;
    border-radius: 0;
}

.prize_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* 共通のprize要素スタイル */
.prize_item {
    background: #fff;
    border-radius: 0;
    margin-bottom: 0;
}

.prize_rank {
    display: flex;
    align-items: center;
    gap: 0;
    position: relative;
}

.rank_icon {
    position: relative;
    flex-shrink: 0;
}

.rank_icon img {
    object-fit: contain;
}

.rank_text {
    color: #fdfdfd;
    font-weight: 700;
    position: absolute;
}

.prize_count {
    color: #48759a;
    font-weight: 700;
    white-space: nowrap;
}

.prize_name {
    color: #000;
    font-weight: 700;
    margin: 0;
}

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

.prize_image {
    flex-shrink: 0;
}

.prize_image img {
    object-fit: contain;
}

/* 特賞 */
.prize_item.special {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 16px 40px;
    border-radius: 0;
    margin-bottom: 0;
    gap: 20px;
}

.prize_item.special .prize_left {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 288px;
    flex-shrink: 0;
}

.prize_item.special .prize_info {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-shrink: 0;
}

.prize_item.special .prize_rank {
    display: flex;
    align-items: center;
    gap: 0;
    position: relative;
}

.prize_item.special .rank_icon {
    width: 75px;
    height: 75px;
    position: relative;
    flex-shrink: 0;
}

.prize_item.special .rank_icon img {
    width: 75px;
    height: 75px;
    object-fit: contain;
}

.prize_item.special .rank_text {
    color: #fdfdfd;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    left: 18px;
    top: 23px;
}

.prize_item.special .prize_count {
    color: #48759a;
    font-size: 32px;
    font-weight: 700;
    white-space: nowrap;
}

.prize_item.special .prize_count span:first-child {
    font-size: 32px;
}

.prize_item.special .prize_count span:last-child {
    font-size: 20px;
}

.prize_item.special .prize_name {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin: 0;
    width: 100%;
}

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

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

.prize_item.special .prize_image img {
    width: 406px;
    height: 236px;
    object-fit: contain;
}

/* 1-3等 */
.prize_row {
    display: flex;
    gap: 8px;
    margin-bottom: 0;
}

.prize_row .prize_item {
    flex: 1;
    background: #fff;
    padding: 16px 24px;
    border-radius: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.prize_row .prize_item .prize_info {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    width: 100%;
}

.prize_row .prize_item .prize_rank {
    display: flex;
    align-items: center;
    gap: 0;
    position: relative;
}

.prize_row .prize_item .rank_icon {
    width: 54px;
    height: 54px;
    position: relative;
    flex-shrink: 0;
}

.prize_row .prize_item .rank_icon img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.prize_row .prize_item .rank_text {
    color: #fdfdfd;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    left: 13px;
    top: 15px;
}

.prize_row .prize_item .prize_count {
    color: #48759a;
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
}

.prize_row .prize_item .prize_count span:first-child {
    font-size: 24px;
}

.prize_row .prize_item .prize_count span:last-child {
    font-size: 16px;
}

.prize_row .prize_item .prize_image {
    text-align: center;
    flex-shrink: 0;
    order: 2;
}

.prize_row .prize_item .prize_image img {
    width: 166px;
    height: 166px;
    object-fit: contain;
}

.prize_row .prize_item .prize_name {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    margin: 0;
    line-height: 1.4;
    width: 100%;
    order: 3;
}

/* 4-5等 */
.prize_row:last-child .prize_item {
    flex-direction: row;
    align-items: flex-center;
    justify-content: flex-start;
    text-align: left;
    gap: 20px;
}

.prize_row:last-child .prize_item .prize_info {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1;
}

.prize_row:last-child .prize_item .prize_rank {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.prize_row:last-child .prize_item .prize_name {
    text-align: left;
    font-size: 16px;
    margin: 0;
}

.prize_row:last-child .prize_item .prize_image {
    flex-shrink: 0;
}

.prize_row:last-child .prize_item .prize_image img {
    width: 166px;
    height: 166px;
    object-fit: contain;
}

.prize_row:last-child .prize_item .rank_icon {
    width: 54px;
    height: 54px;
    position: relative;
    flex-shrink: 0;
}

.prize_row:last-child .prize_item .rank_icon img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.prize_row:last-child .prize_item .prize_count {
    color: #48759a;
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
}

.prize_row:last-child .prize_item .prize_count span:first-child {
    font-size: 24px;
}

.prize_row:last-child .prize_item .prize_count span:last-child {
    font-size: 16px;
}

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

.double_chance_header {
    margin-bottom: 8px;
}

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

.double_chance_header span {
    background: #df0200;
    font-size: 20px;
    display: block;
}

.double_chance_text {
    font-size: 16px;
    margin: 0;
    line-height: 1.4;
}



.howto {
    margin: 48px 0 0 0;
}

.howto_ttl {
    background: #dde3e9;
    color: #376285;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    margin: 60px auto 20px;
    max-width: 800px;
    border-radius: 4px;
}

.howto_steps {
    max-width: 795px;
    margin: 0 auto;
    padding: 0 20px 0 40px;
}

.howto_steps li {
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
    list-style-type: decimal;
    list-style-position: outside;
}

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

/* ----------button---------- */
.util-campaignBtnBox {
    position: relative;
    margin: 40px auto;
    text-align: center;
}
.privacy-agreement {
    margin-bottom: 20px;
}
.privacy-agreement label {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}
.privacy-agreement input[type="checkbox"] {
    margin-right: 8px;
    margin-top: 2px;
}

.util-campaignBtn {
    background: #000;
    border-radius: 51.28px;
    color: #fff;
    display: inline-block;
    font-size: 19.23px;
    font-weight: 700;
    overflow: hidden;
    padding: 20px 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    width: 400px;
    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: 18px;
    width: 18px;
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
}

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

.campaign_note {
    color: #666;
    font-size: 14px;
    margin: 40px auto 0 auto;
    max-width: 795px;
    padding: 0 20px;
    line-height: 1.4;
}

.campaign_note_title {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

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

.campaign_note_list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 4px;
    list-style: none;
}

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



/* ----------footer---------- */
footer {
    width: 960px;
    padding: 0 0 56px 0;
    margin: 16px auto 0 auto;
    background: #FFF;
    position: relative;
    text-align: center;
}

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