@charset "utf-8";

/* 不要コンテンツ非表示設定 */
div.sns_area {
	display: none;
}
div.member_area {
	display: none;
}
div.footer_banner_area {
	display: none;
}
div.footer_bottom_area {
	display: none;
}
div.footer_main_area {
	display: none;
}
div.-logo {
	display: none;
}
#chatplusview.closed #outline #eye_catcher img {
	display: none;
}

/* 共通幅設定 */
body {
	color: #000;
}
._inner {
	padding: 6rem 0;
}
._content {
	width: 100rem;
	margin: 0 auto;
}

/* 共通ボタン */
.apply {
	text-align: center;
	margin-top: 4rem;
}
.apply a {
	display: block;
}
.apply .line_img {
	width: 460px;
	text-align: center;
}
.date_img {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.layout-content_inner.theme-bg_transparent.style-tac.padd-btm {
    position: relative;
    z-index: 1;
}
.module-base_btn.theme-cv_btn {
    background: #f15a24;
    box-shadow: 0px 3px 0px #7c2f18;
}
.module-base_btn.theme-cv_btn:hover {
    background: #7c2f18;
    border-color: #7c2f18;
}

/* 全体のコンテンツ幅 */
.million_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* keyvisual */
.kv {
    position: relative;
}
.kv img {
	width: 100%;
}
.kv .botton_area {
    position: absolute;
    bottom: 40px;
    /* WSYS-11252 【フロント】2000万人突破キャンペーン終了対応 20240801 M.Shimizu */
    right: 170px;
    width: 100%;
}
.kv .botton_area p {
    padding: 30px 40px;
    background: #999999;
    color: #333;
    font-size: 2.4rem;
    font-weight: 600;
    text-shadow: none;
}
.kv p {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF,  0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}

/* end campaign*/
/* WSYS-11252 【フロント】2000万人突破キャンペーン終了対応 20240801 M.Shimizu */
.end_campaign {
    margin: 10px auto 40px;
    padding: 30px 40px;
    background: #999999;
    color: #333;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
}
.howto .end_campaign {
    margin-inline: 10%;
}

/* prize */
.prize {
    position: relative;
    background: #ddecf2;
}
.prize::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    width: 100%;
    height: 240px;
    background: url(../../images/contents/cp/20million202407/prize_bg_pc.png?date=20240711) no-repeat;
    content: "";
}
.prize_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto 40px;
}
.prize ._inner {
    padding-top: 0;
}
.prize .prize_sup p {
    position: static;
    padding: 5px 10px;
    background: #fff;
    font-size: 1.2rem;
    text-align: left;
}
.prize ._inner ._title {
    width: 100%;
    margin-bottom: 80px;
}
.prize .prize_box {
    width: 100%;
}
.prize .prize_box .prize_box_inner {
    position: relative;
    margin-bottom: 40px;
    border: solid 8px #0071bc;
    border-radius: 20px;
    background: #fff;
}
/* prize a賞 */
.prize .prize_box .prize_box_inner .prize_item.prize_a,
.prize .prize_box .prize_box_inner .prize_item.prize_b {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    position: absolute;
}
.prize .prize_box .prize_box_inner .prize_item.prize_a {
    top: -60px;
    width: 100%;
}
.prize .prize_box .prize_box_inner .prize_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    position: absolute;
    top: -60px;
    width: 100%;
}
.prize .prize_box .prize_box_inner.prize_a::before,
.prize .prize_box .prize_box_inner.prize_c::before,
.prize .prize_box .prize_box_inner.prize_d::before,
.prize .prize_box .prize_box_inner.prize_e::before {
    position: absolute;
    z-index: 1;
    content: "";
}
.prize .prize_box .prize_box_inner.prize_a::before {
    top: -60px;
    left: -60px;
    width: 212px;
    height: 204px;
    background: url(../../images/contents/cp/20million202407/prize_a.png?date=20240711) no-repeat center/ cover;
}
.prize .prize_box .prize_box_inner.prize_a::after {
    position: absolute;
    top: -55px;
    left: -55px;
    z-index: 0;
    width: 212px;
    height: 204px;
    background: url(../../images/contents/cp/20million202407/icon_shadow.png?date=20240711) no-repeat center/ cover;
    content: "";
}
.prize .prize_box .prize_a ._icon {
    width: 20%;
    object-fit: contain;
}
.prize .prize_box .prize_a ._img {
    width: 78%;
    text-align: right;
}
.prize .prize_box .prize_a ._img img {
    width: 76%;
}
.prize .prize_box .prize_a ._text {
    width: 18%;
}
.prize .prize_box .prize_a ._text p:first-child {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 10px;
    background: #333333;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 600;
}
.prize .prize_box .prize_a ._text p:first-child span {
    font-size: 80%;
}
.prize .prize_box .prize_a ._text p:last-child {
    display: inline-block;
    font-size: 4.2rem;
    font-weight: 600;
    line-height: 1.2;
}
.prize .prize_box .prize_a ._text p:last-child span {
    font-size: 80%;
}
.prize .prize_box .prize_box_inner ._textblue {
    width: 100%;
    margin-bottom: 12px;
    padding-top: 250px;
    color: #0071bc;
    font-size: 3.2rem;
    font-weight: 600;
    text-align: center;
}
.prize .prize_box .prize_box_inner ._textblue span::after {
    display: inline-block;
    width: 3.2rem;
    height: 3.2rem;
    background: url(../../images/contents/cp/20million202407/kira.png?date=20240711) no-repeat center/ cover;
    content: "";
}
/* prize b賞 */
.prize .prize_box .prize_box_inner .prize_item.prize_b {
    position: static;
    width: 90%;
    margin: 0 auto 30px;
}
.prize .prize_box .prize_box_inner .prize_b .prize_icon_b {
    position: relative;
    z-index: 1;
    width: 180px;
    height: 180px;
}
.prize .prize_box .prize_box_inner .prize_b .prize_icon_b::after {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: -1;
    width: 180px;
    height: 180px;
    background: url(../../images/contents/cp/20million202407/icon_shadow.png?date=20240711) no-repeat center/ cover;
    content: "";
}
/* prize c,d賞 */
.prize .prize_box.prize_c,
.prize .prize_box.prize_d {
    width: 48%;
    margin-bottom: 40px;
}
.prize .prize_box .prize_box_inner.prize_c::before,
.prize .prize_box .prize_box_inner.prize_d::before,
.prize .prize_box .prize_box_inner.prize_e::before {
    top: -40px;
    left: -40px;
    z-index: 1;
    width: 150px;
    height: 150px;
}
.prize .prize_box .prize_box_inner.prize_c::before {
    background: url(../../images/contents/cp/20million202407/prize_c.png?date=20240711) no-repeat center/ cover;
}
.prize .prize_box .prize_box_inner.prize_d::before {
    background: url(../../images/contents/cp/20million202407/prize_d.png?date=20240711) no-repeat center/ cover;
}
.prize .prize_box .prize_box_inner.prize_c::after,
.prize .prize_box .prize_box_inner.prize_d::after,
.prize .prize_box .prize_box_inner.prize_e::after {
    position: absolute;
    top: -35px;
    left: -37px;
    z-index: 0;
    width: 155px;
    height: 150px;
    background: url(../../images/contents/cp/20million202407/icon_shadow.png?date=20240711) no-repeat center/ cover;
    content: "";
}
.prize .prize_box .prize_box_inner.prize_c,
.prize .prize_box .prize_box_inner.prize_d {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}
.prize .prize_box .prize_box_inner.prize_c ._img,
.prize .prize_box .prize_box_inner.prize_d ._img {
    width: 45%;
}
.prize .prize_box .prize_c ._text p:first-child,
.prize .prize_box .prize_d ._text p:first-child {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 6px;
    background: #333333;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 600;
}
.prize .prize_box .prize_box_inner.prize_c ._text,
.prize .prize_box .prize_box_inner.prize_d ._text {
    width: 55%;
}
.prize .prize_box .prize_c ._text p:first-child span,
.prize .prize_box .prize_d ._text p:first-child span {
    font-size: 70%;
}
.prize .prize_box .prize_c ._text p:nth-child(2),
.prize .prize_box .prize_d ._text p:nth-child(2) {
    display: inline-block;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.2;
}
.prize .prize_box .prize_c ._text p:nth-child(2) span,
.prize .prize_box .prize_d ._text p:nth-child(2) span {
    font-size: 80%;
}
.prize .prize_box .prize_c ._text p:nth-child(2) span:nth-child(4),
.prize .prize_box .prize_d ._text p:nth-child(2) span:nth-child(4) {
    font-size: 70%;
    font-weight: 500;
}
.prize .prize_box .prize_box_inner .bg_blue {
    padding: 10px;
    border-radius: 5px;
    background: rgba(111, 211, 236, 0.4);
}
/* prize e賞 */
.prize .prize_box .prize_box_inner.prize_e {
    display: flex;
    justify-content: end;
    width: 100%;
}
.prize .prize_box .prize_box_inner.prize_e .prize_box_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    padding: 20px;
}
.prize .prize_box .prize_box_inner.prize_e::before {
    background: url(../../images/contents/cp/20million202407/prize_e.png?date=20240711_2) no-repeat center/ cover;
}
.prize .prize_box .prize_box_inner.prize_e ._img {
    width: 30%;
}
.prize .prize_box .prize_box_inner.prize_e ._text {
    width: 32%;
}
.prize .prize_box .prize_e ._text p:first-child {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 6px;
    background: #333333;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 600;
}
.prize .prize_box .prize_box_inner.prize_e .bg_blue {
    width: 32%;
}
.prize .prize_box .prize_e ._text p:nth-child(2),
.prize .prize_box .prize_d ._text p:nth-child(2) {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.2;
}

/* howto */
.howto {
    background: repeating-linear-gradient(-65deg, #ebc5cf, #ebc5cf 8px, #eccad2 8px, #eccad2 16px);
}
.howto ._inner {
    padding-top: 0;
}
.howto ._inner ._title {
    width: 100%;
    margin-bottom: 80px;
}
.howto ._inner .howto_content ul {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto 60px;
}
.howto ._inner .howto_content ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 30%;
    padding: 50px 20px 20px;
    background: #fff;
}
.howto ._inner .howto_content ul li.step1::before,
.howto ._inner .howto_content ul li.step2::before,
.howto ._inner .howto_content ul li.step3::before {
    display: block;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 70px;
    content: "";
}
.howto ._inner .howto_content ul li.step1::before {
    background: url(../../images/contents/cp/20million202407/step1.png?date=20240711) no-repeat;
}
.howto ._inner .howto_content ul li.step2::before {
    background: url(../../images/contents/cp/20million202407/step2.png?date=20240711) no-repeat;
}
.howto ._inner .howto_content ul li.step3::before {
    background: url(../../images/contents/cp/20million202407/step3.png?date=20240711) no-repeat;
}
.howto ._inner .howto_content ul li.step1::after, .howto ._inner .howto_content ul li.step2::after {
    display: block;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    width: 0;
    height: 100%;
    border-style: solid;
    border-top: 175px solid transparent;
    border-bottom: 175px solid transparent;
    border-left: 30px solid #ffffff;
    border-right: 0;  
    content:""; 
}
.howto ._inner .howto_content ul li img {
    margin-bottom: 20px;
}
.howto ._inner .howto_content ul li p {
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
}

/* notice */
.notice {
	background: #fff6e5;
	background-size: cover;
}
.notice ._inner {
    /* WSYS-11252 【フロント】2000万人突破キャンペーン終了対応 20240801 M.Shimizu */
    padding: 0;
}
.notice ._title {
    width: 100%;
    margin-bottom: 60px;
}
.notice .notice_content {
    width: 80%;
    margin: 0 auto;
}
.notice .notice_detail {
    margin-bottom: 50px;
	background: #fff;
	border-radius: 3rem;
}
.notice .notice_detail h2 {
	background: #f7931e;
	border-radius: 2rem 2rem 0 0;
	font-size: 3.4rem;
	padding: 1.5rem 1rem;
	text-align: center;
	color: #fff;
}
.notice .notice_detail_list {
	border: 8px solid #f7931e;
	padding: 3rem;
	border-radius: 0 0 2rem 2rem;
}
.notice .notice_detail_list dl {
	margin-bottom: 1.5rem;
}
.notice .notice_detail dl dt {
	color: #f7931e;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: .5rem;
}
.notice .notice_detail dl dd {
	margin-left: 1rem;
}
.notice .notice_detail dl dd>ul {
    margin-bottom: 20px;
}
.notice .notice_detail dl dd>ul>li {
	padding-left: 1.9rem;
	padding-bottom: .8rem;
	position: relative;
}
.notice .notice_detail dl dd>ul>li::before {
	background: #000;
	border-radius: 50%;
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 5px;
	left: 0;
}
.notice .notice_detail dl dd>ul>li>ul>li {
	margin-left: 2rem;
	list-style: disc;
}
.notice .notice_sup p {
    line-height: 1.6;
}

/* copyright & sns */
.copyright,
.sns {
	background: #fff6e5;
	background-size: cover;
	text-align: center;
}
.sns .sns_txt {
	font-size: 2rem;
	font-weight: 600;
	padding-bottom: 2rem;
}
.sns .sns_iconBox {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.sns .sns_iconBox .snslg {
	width: 7rem;
}
.sns .sns_iconBox .snslg a {
	display: block;
}
.copyright {
	padding: 6rem 0 3rem;
}
.copyright_text {
	font-size: 1.3rem;
}