@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=block');

* {
	margin:0;
	padding:0;
}

body {
	background:#EDEDED;
}

body.lock {
	overflow:hidden;
}

#mwcp * {
	text-shadow:none;
	letter-spacing:-0.01px;
	font-weight: 400;
	line-height:1.6;
	font-size:12px;
	font-family:"Roboto","Helvetica Neue",YakuHanJP, 'Noto Sans JP',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"CI",Meiryo,"メイリオ","lroSVbN","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#232323;
    outline : none;
	font-feature-settings: "palt";
	-webkit-text-size-adjust:100%;
}

#mwcp {
	width:540px;
	margin:0 auto;
	background:#171B33;
	-webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}

#mwcp a {
	outline:0;
	border:0;
	color:#0099ff;
	text-decoration:underline;
}

#mwcp a img {
	transition:1.0s;
}

#mwcp a img:hover {
	opacity:0.5;
}

#mwcp img {
	vertical-align:top;
	border:0;
    outline : none;
}

#mwcp ul,ol {
	list-style:none;
}

/* コンテント */

#mwcp .content {
	margin:0 auto;
}

/* ヘッダー */

#mwcp #header {
    padding:15px 20px 0 20px;
}

#mwcp #header img {
	width:100%;
}

/* メイン */

#mwcp #main {
	padding:0 0 40px 0;
}

#mwcp #main .campaign_title {
	margin:0 6.5% 20px 6.5%;
}

#mwcp #main .campaign_img {
	margin:15px 0 0 0;
}

#mwcp #main .campaign_img img {
	width:100%;
}

#mwcp #main .campaign_title h2 {
	font-size:36px;
	font-weight:900;
	color:#ffffff;
    text-align: center;
}

#mwcp #main .campaign_title h2 img {
	width:100%;
}

#mwcp #main .campaign_title p {
	font-size:22px;
	font-weight:700;
	color:#ffffff;
	margin:20px 0 0 0;
}

#mwcp #main .campaign_title .campaign_text {
	font-size:18px;
	font-weight:500;
	color:#ffffff;
	margin:5px 0 0 0;
}

#mwcp #main .campaign_title .campaign_text_sub {
	font-size:14px;
	font-weight:500;
	color:#ffffff;
	margin:5px 0 0 0;
}

#mwcp #main .campaign_title .campaign_text_small {
	font-size:10px;
	font-weight:300;
	color:#ffffff;
	margin:5px 0 0 0;
}

#mwcp #main .campaign_text_about {
	background:rgba(255,255,255,0.15);
	border-radius:10px;
	margin:15px 0 10px 0;
	padding:15px;
}

#mwcp #main .campaign_text_about h3 {
	border-left:3px solid #f7c61c;
	color:#ffffff;
	font-size:18px;
	font-weight:700;
	padding:0 0 0 7px;
}

#mwcp #main .campaign_text_p {
	color:#ffffff;
	font-size:12px;
	font-weight:500;
	margin:8px 0 0 0;
}

#mwcp #main .campaign_text_release {
	color:#ffffff;
	font-size:10px;
	margin:10px 0 0 0;
}

#mwcp #main h3 img {
	width:100%;
}

#mwcp #main .present_box_outer {
	padding:15px 0 0 0;
	margin:0 6.5% 0 6.5%;
}

#mwcp #main .present_box {
	margin:0 0 10px 0;
}

#mwcp #main .present_box:last-child {
	margin:0;
}

#mwcp #main .present_box h3 {
    overflow: hidden;
    text-align: center;
	margin:0 0 5px 0;
}

#mwcp #main .present_box h3 span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
	font-size:24px;
	font-weight:900;
	color:#f7c61c;
}

#mwcp #main .present_box h3 span:before,
#mwcp #main .present_box h3 span:after {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

#mwcp #main .present_box h3 span:before {
    right: 100%;
}

#mwcp #main .present_box h3 span:after {
    left: 100%;
}

#mwcp #main .present_box .present_item {
	border-radius:10px;
	background:#ffffff;
	padding:15px 15px 80px 15px;
	margin:15px 0;
    position: relative;
}

#mwcp #main .present_box .present_item_img {
}

#mwcp #main .present_box .present_item_img img {
	width:100%;
}

#mwcp #main .present_box .present_item_name {
	font-size:24px;
	text-align:center;
	font-weight:800;
}

#mwcp #main .present_box .present_item_text {
	font-size:16px;
	text-align:center;
	font-weight:500;
}

#mwcp #main .present_box .present_item_text span {
	font-size:24px;
	font-weight:500;
}

#mwcp #main .present_box .present_item_win {
	font-size:20px;
	color:#ffffff;
	font-weight:700;
	text-align:center;
	--d: .4em; /* the depth */
	position: absolute;
	bottom:18px;
	inset-inline: calc(-1*var(--d));
	border-top: var(--d) solid #0008;
	line-height:1;
	padding:8px 0;
	clip-path: polygon(0 100%,100% 100%,100% var(--d),calc(100% - var(--d)) 0%,calc(100% - var(--d)) var(--d),var(--d) var(--d),var(--d) 0%,0 var(--d));
	background: #ea5404;
}

#mwcp #main .present_box .present_item_win span {
	font-size:40px;
	color:#ffffff;
	font-weight:900;
	line-height:1;
}

#mwcp #main .present_box p {
	font-size:24px;
	text-align:center;
	font-weight:700;
	color:#ffffff;
}

#mwcp #main .present_box p span {
	font-size:18px;
	font-weight:700;
	color:#ffffff;
}

#mwcp #main .present_box p.middle {
	font-size:18px;
}

#mwcp #main .present_box p.small {
	font-size:16px;
}

#mwcp #main .present_box p.small span {
	display:block;
	font-size:18px;
}

#mwcp #main ul {
	margin:30px 6.5% 20px 6.5%;
}

#mwcp #main li {
	list-style-type: none;
}

#mwcp #main li span {
	display:block;
	padding:0 0 0 12px;
	position:relative;
	font-size:12px;
	font-weight:500;
	color:#ffffff;
}

#mwcp #main li span:before {
	display: inline;
	content: "※";
	position: absolute;
	top:0;
	left:0;
	color:#ffffff;
}

/* 応募締切 */

#mwcp .shimekiri {
	font-size:30px;
	text-align:center;
	font-weight:700;
	color:#f7c61c;
}

#mwcp .shimekiri span {
	font-size:50px;
	font-weight:700;
	color:#f7c61c;
}

/* ボタン */

#mwcp .link_but {
	padding:15px 0 20px 0;
	text-align:center;
}

#mwcp .link_but_in {
	padding:0 5px 0 5px;
	display:inline-block;
	width:300px;
}

#mwcp .link_but_in a {
	display:block;
	border-radius:50px;
	line-height:50px;
	height:50px;
	text-align:center;
	font-size:14px;
	text-decoration: none;
	background:#ffffff;
	position:relative;
	z-index:10;
	color:#171B33;
	font-weight:500;
}

/* 応募ボタン */

#mwcp .oubo_btn_box {
	background:#ffffff;
	padding:75px 8% 75px 8%;
	position: relative;
}

#mwcp .oubo_btn_box::before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	background:#171B33;
	height:50px;
	border-bottom-left-radius:150% 150%;
	border-bottom-right-radius:150% 150%;
}

#mwcp .oubo_btn_box::after {
	content:"";
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:#171B33;
	height:50px;
	border-top-left-radius:200% 200%;
	border-top-right-radius:200% 200%;
}

#mwcp .oubo_btn_box img {
	width:100%;
}

#mwcp .oubo_btn_box h4 {
	color:#171B33;
	text-align: center;
	margin:0 0 15px 0;
	font-size:20px;
	font-weight:700;
}

#mwcp .oubo_btn_box p {
	text-align: center !important;
	font-size:16px !important;
	font-weight:500 !important;
	margin:5px 0 0 0 !important;
	padding:0 !important;
	color:#171B33 !important;
}

#mwcp .oubo_btn_box p strong {
	color:#171B33 !important;
	font-size:16px !important;
	font-weight:700 !important;
}

#mwcp .oubo_btn_box .oubo_all {
	text-align: center;
	margin:15px 0 0 0 !important;
}

#mwcp .oubo_btn_box .oubo_all span {
	position: relative;
	display: inline-block;
	padding: 0 24px;
	color:#ea5404;
	font-size:18px !important;
	font-weight:800 !important;
}

#mwcp .oubo_btn_box .oubo_all span:before,
#mwcp .oubo_btn_box .oubo_all span:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width:24px;
	height:2px;
	background-color:#ea5404;
}

#mwcp .oubo_btn_box .oubo_all span:before {
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	right: 0;
}
#mwcp .oubo_btn_box .oubo_all span:after {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	left:0;
}

#mwcp .oubo_btn_box .oubo_everyday {
	color:#ea5404;
	font-size:18px !important;
	font-weight:800 !important;
	text-align: center;
	margin:5px 0 0 0 !important;
}

/* Pontaパスとは */

#mwcp #about {
	background:#171B33;
	margin:-50px 0 0 0;
}

#mwcp #about h3 {
	font-size:48px;
	font-weight:900;
	color:#ffffff;
    text-align: center;
}

#mwcp #about img {
	width:100%;
}

/* 予告 */

#mwcp #main .campaign_movie {
	margin:10px 0 0 0;
}

#mwcp .ytMovie_box {
	position:relative;
	padding-bottom:56.5%;
	height:0;
	overflow:hidden;
}

#mwcp .ytMovie_box iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* フッター */

#mwcp #footer {
	padding:0 0 30px 0;
}

#mwcp #footer img {
	width:100%;
}

#mwcp .footer_logo {
	text-align:center;
}

#mwcp .footer_logo a {
	display:inline-block;
	margin-right:5px;
}

#mwcp #footer .footer_link {
	text-align:center;
	padding:0px 15px 0 15px;
}

#mwcp #footer .footer_link_in {
	display:inline-block;
	border-right:1px solid #cccccc;
	padding:0 10px;
	margin:0 3px 0 0;
}

#mwcp #footer .footer_link_in:last-child {
	border-right:0;
	margin:0 1px 0 0;
	padding:0 10px 0 6px;
}

#mwcp #footer .footer_link_in a {
	font-size:12px;
	color:#ffffff;
	position:relative;
	z-index:10;
}

#mwcp #footer .link_but {
	padding:20px 0 0 0;
	text-align:center;
}

#mwcp #footer .link_but_in {
	padding:0 5px 10px 5px;
	display:inline-block;
	width:300px;
}

#mwcp #footer .link_but_in a {
	display:block;
	border-radius:50px;
	line-height:50px;
	height:50px;
	text-align:center;
	font-size:14px;
	text-decoration: none;
	background:#ffffff;
	position:relative;
	z-index:10;
	color:#171B33;
	font-weight:500;
}

#mwcp #footer .release {
	text-align:center;
	font-size:14px;
	padding:50px 15px 0 15px;
	color:#ffffff;
}

#mwcp #footer .copyright {
	text-align:center;
	font-size:10px;
	padding:5px 15px 0 15px;
	color:#ffffff;
}

/* ポップアップ */

#mwcp .kiyaku_box {
	display:none;
}

#mwcp .kiyaku_box_in {
	position:fixed;
	background:rgba(0,0,0,0.85);
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:10010 !important;
}

#mwcp .kiyaku_text {
	position:fixed;
	top:15%;
	left:20%;
	bottom:15%;
	right:20%;
	background:#ffffff;
	overflow:hidden;
	z-index:10011 !important;
}

#mwcp .kiyaku_text_in_out {
	overflow-y:scroll;
	display: flex;
	justify-content: center;
	align-items: center;
	margin:auto;
	height:100%;
}

#mwcp .kiyaku_text_in {
	position:relative;
	padding:50px 50px;
	z-index:10012 !important;
	margin:auto;
}

#mwcp .kiyaku_text_in_out::-webkit-scrollbar,
#mwcp .kiyaku_text::-webkit-scrollbar {
	width:10px;
}

#mwcp .kiyaku_text_in_out::-webkit-scrollbar-track,
#mwcp .kiyaku_text::-webkit-scrollbar-track {
	background:#ffffff;
}

#mwcp .kiyaku_text_in_out::-webkit-scrollbar-thumb,
#mwcp .kiyaku_text::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow:0 0 0 1px rgba(255, 255, 255, 0.5);
}

#mwcp .kiyaku_close {
	display:block;
	position:fixed;
	top:20px;
	right:20px;
	width:60px;
	height:60px;
	transition:0.35s;
	cursor: pointer;
	z-index:10013 !important;
}

#mwcp .kiyaku_close:hover {
	opacity:0.5;
}

#mwcp .kiyaku_close::before,
#mwcp .kiyaku_close::after {
	content: "";
	position: absolute;
	top:50%;
	left:50%;
	width:2px;
	height:60px;
	background:#ffffff;
}

#mwcp .kiyaku_close::before {
	transform: translate(-50%,-50%) rotate(45deg);
}
 
#mwcp .kiyaku_close::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

/* ポップアップ - インナー */

#mwcp .kiyaku_box {
	padding:90px 0 20px 0;
	position:relative;
}

/* ポップアップ - 見出し */

#mwcp .kiyaku_box h2 {
	text-align:center;
	margin:0 0 5px 0;
}

#mwcp .kiyaku_box h2 span {
	display:inline-block;
	border-bottom:2px solid #000000;
	font-size:30px;
	font-weight:600;
	color:#000000;
	margin:0 0 10px 0;
}

#mwcp .kiyaku_box h2 span.small {
	display:inline;
	font-size:24px;
	font-weight:600;
	color:#000000;
	border-bottom:0;
	margin:0;
}

#mwcp .kiyaku_box h2 span.big {
	display:inline;
	font-size:36px;
	font-weight:700;
	color:#000000;
	border-bottom:0;
	margin:0;
}

/* ポップアップ - 規約 */

#mwcp .kiyaku_box .kiyaku {
}

#mwcp .kiyaku_box .kiyaku h3 {
	font-size:18px;
	color:#000000;
	font-weight:600;
	text-align:center;
	margin:0 0 10px 0;
	font-family:"Roboto","Noto Sans JP","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"CI",Meiryo,"メイリオ","lroSVbN","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#mwcp .kiyaku_box .kiyaku ul {
	margin:5px auto 20px auto;
}

#mwcp .kiyaku_box .kiyaku li {
	color:#000000;
	padding-left:14px;
	font-size:14px;
	position:relative;
	font-weight:500;
}

#mwcp .kiyaku_box .kiyaku li:before {
	display: inline;
	position: absolute;
	top:3px;
	left:0;
	content: "■";
	font-size:10px;
	color:#ea5404;
}

#mwcp .kiyaku_box .kiyaku li a {
	color:#000000;
	font-size:14px;
	font-weight:500;
}

/* ポップアップ - 共通（注意事項） */

#mwcp .kiyaku_box .kiyaku_list ul {
	margin:10px auto 20px auto;
}

#mwcp .kiyaku_box .kiyaku_list li {
	list-style-type: none;
	padding:0 0 0 16px;
	font-size:14px;
	font-weight:500;
	color:#000000;
	position:relative;
}

#mwcp .kiyaku_box .kiyaku_list li a {
	font-size:14px;
	color:#000000;
	font-weight:500;
	text-decoration:underline;
}

#mwcp .kiyaku_box .kiyaku_list li:before {
	display: inline;
	content: "※";
	position: absolute;
	top:0;
	left:0;
}

#mwcp .kiyaku_box .kiyaku_list.kome li:before {
	content: "■";
	font-size:10px;
	display: inline-block;
	margin:3px 0 0 0;
}

#mwcp .kiyaku_box .kiyaku_list li b {
	font-size:14px;
	color:#000000;
	font-weight:600;
}

/* レシポンシブ */

#mwcp .only_pc {
	display:block;
}

#mwcp .only_sp {
	display:none;
}

#mwcp #footer .release span {
	font-size:14px;
}

#mwcp #footer .copyright span {
	font-size:10px;
}

#mwcp #footer .release span,
#mwcp #footer .copyright span {
}

#mwcp #footer .release span.only_pc,
#mwcp #footer .copyright span.only_pc {
	display:inline;
}


@media screen and (max-width:640px) {

	/* レシポンシブ */

	#mwcp .only_pc {
		display:none;
	}

	#mwcp .only_sp {
		display:block;
	}

	#mwcp #footer .release span.only_pc,
	#mwcp #footer .copyright span.only_pc {
		display:none;
	}

	/* コンテント */

	#mwcp {
		width:auto;
		-webkit-box-shadow:0;
		box-shadow:0;
	}

	#mwcp .content {
		width:auto;
	}

	/* ヘッダー */

	#mwcp #header img {
		width:100%;
	}

	/* メイン */

	#mwcp #main .campaign_title h2 {
		font-size:30px;
	}

	#mwcp #main .campaign_title p {
		font-size:18px;
	}

	#mwcp #main .campaign_title .campaign_text {
		font-size:16px;
	}

	#mwcp #main .campaign_title .campaign_text_sub {
		font-size:14px;
	}

	#mwcp #main .campaign_title .campaign_text_small {
		font-size:10px;
	}

	#mwcp #main .present_box p.middle {
	    font-size:16px;
	}

	#mwcp .link_but_in {
	    width:250px;
	}

	/* フッター */

	#mwcp #footer .footer_link {
		text-align:center;
		padding:20px 15px 0 15px;
	}

	#mwcp #footer .footer_link_in {
		padding:0 10px;
		margin:0 3px 0 0;
	}

	#mwcp #footer .footer_link_in:last-child {
		margin:0 1px 0 0;
		padding:0 10px 0 6px;
	}

	#mwcp #footer .footer_link_in a {
		font-size:10px;
	}

	#mwcp #footer .link_but_in {
		padding:0 15% 3% 15%;
		width:70%;
	}

	#mwcp #footer .link_but_in a {
		border-radius:50px;
		line-height:50px;
		height:50px;
		font-size:14px;
	}

	#mwcp #footer .release {
		font-size:12px;
		padding:30px 15px 0 15px;
	}
	
	#mwcp .footer_logo img {
		width:100%;
	}

	/* Pontaパスとは */
	
	#mwcp #about h3 {
		font-size:30px;
	}

	/* 応募締切 */

	#mwcp .shimekiri {
		font-size:20px;
	}

	#mwcp .shimekiri span {
		font-size:30px;
	}

	/* ポップアップ */

	#mwcp .kiyaku_text {
		top:12%;
		left:5%;
		bottom:12%;
		right:5%;
	}

	#mwcp .kiyaku_text_in {
		padding:30px 20px;
	}

	#mwcp .kiyaku_close {
		position:fixed;
		top:20px;
		right:20px;
		width:45px;
		height:45px;
	}

	#mwcp .kiyaku_close:hover {
		opacity:1;
	}

	/* ポップアップ - インナー */

	#mwcp .kiyaku_box {
		padding:130px 0 20px 0;
	}

	/* ポップアップ - 見出し */

	#mwcp .kiyaku_box h2 {
		margin:0 0 5px 0;
	}

	#mwcp .kiyaku_box h2 span {
		display:inline;
		border-bottom:0;
		font-size:18px;
		margin:0 0 10px 0;
	}

	/* ポップアップ - 規約 */

	#mwcp .kiyaku_box .kiyaku h3 {
		font-size:16px;
	}

	#mwcp .kiyaku_box .kiyaku li {
		padding-left:14px;
		font-size:12px;
	}

	#mwcp .kiyaku_box .kiyaku li:before {
		display: inline;
		position: absolute;
		top:4px;
		left:0;
	}

	#mwcp .kiyaku_box .kiyaku li a {
		font-size:12px;
	}

	/* ポップアップ - 共通（注意事項） */

	#mwcp .kiyaku_box .kiyaku_list ul {
		margin:0 auto;
	}

	#mwcp .kiyaku_box .kiyaku_list li {
		padding:0 0 0 14px;
		font-size:12px;
	}

	#mwcp .kiyaku_box .kiyaku_list li a {
		font-size:12px;
	}

	#mwcp .kiyaku_box .kiyaku_list.kome li:before {
		content: "■";
		font-size:10px;
		display: inline-block;
		margin:2px 0 0 0;
	}

	#mwcp .kiyaku_box .kiyaku li:before {
		top:2px;
	}

	#mwcp .kiyaku_box .kiyaku_list li b {
		font-size:12px;
	}

}