@charset "Shift_JIS";

/* ======================================================================

	■ プレゼントキャンペーン

====================================================================== */

#leftnavi{display:none !important;}
#wrapper,#middle_body{width: 100% !important;margin: 0 auto !important;padding: 0 !important;}
#contents{width:100% !important;margin:0 auto !important;float:none !important;padding:0 !important;}
nav {margin-bottom: 0px;}

.pc_none{ display: none !important; }
img { width: 100%; height: auto; }

:root {
	--main-clr-lightgray: #c9c9c8;
	--main-clr-lightbeige: #cbc1ae;

	--main-clr-white: #f4f5f0;
	--main-clr-gray: #7f7c7a;
	--clr-ss-red-light: #d07157;

	--clr-ss-black: #48413b;
}

#present_campaign {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 24px auto 48px;
}

#present_campaign,
#present_campaign * {
	box-sizing: border-box;
}

#present_campaign .btn:hover a {
	opacity: 0.8;
}

#requirements {
    position: relative;
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 5vw 3.2vw;
    /* background-color: #ffffff; */
}

#requirements h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 2;
	margin-top: 2em;
	margin-bottom: 0.5em;
	border-bottom: solid 1px var(--clr-ss-black);
}
#requirements h4 {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	margin-bottom: 0.5em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-left: solid 6px var(--clr-ss-black);
	padding-left: 8px;
}

#requirements h4::after {
	display: inline-block;
	content: "";
	flex-grow: 1;
	height: 1px;
	background-color: var(--clr-ss-black);
	margin-left: 1em;
}

#requirements p {
	font-size: 16px;
	line-height: 1.75;
}

#requirements ul li,
#requirements ol li {
	font-size: 15px;
	line-height: 1.75;
}

#requirements .list_att {
	margin-top: 0.5em;
	margin-left: 1em;
}
#requirements .list_att li::before {
	content: "※";
	margin-left: -1em;
}

#requirements .list_disc {
	margin-top: 0.5em;
	margin-left: 1.5em;
}
#requirements .list_disc li {
	list-style-type: disc;
}

#requirements strong { font-weight: 700; }
#requirements .marker { color: #d07157; font-weight: 700; }
#requirements .under { text-decoration: underline; }


/* エントリー
================================================*/

#entry {
    position: relative;
    width: 100%;
    margin: 0 0px 109px 0;
    text-align: center;
}

#entry h3 {
	position: relative;
	font-size: 28px;
	margin-bottom: 0.25em;
}
#entry h3::before,
#entry h3::after {
	position: relative;
	display: inline-block;
	vertical-align: -4px;
	content: "";
	height: 24px;
	width: 2px;
	background-color: var(--clr-ss-black);
}
#entry h3::before {
	transform: rotate(-20deg);
	margin-right: 0.5em;
}
#entry h3::after {
	transform: rotate(20deg);
	margin-left: 0.5em;
}


#entry .btn_entry a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 130px;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    background-color:#ed353f;
    border: solid 2px #ed353f;
    margin: 0 auto;
    border-radius: 100px;
}



#entry .btn_entry a::after {
	position: absolute;
	top: calc(50% - 4px);
	right: 10%;
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	transition: right 0.2s;
}
#entry .btn_entry a:hover {
	color: #ed353f;
	background-color: #fff;
}
#entry .btn_entry a:hover::after {
	right: 8%;
	border-color: #ed353f;
	transition: right 0.2s;
}


/* エントリー後の文言修正 */
#entry .action-present-entry.disabled {
	font-size: 0;
	transition: none;
	pointer-events: none;
	background-color: #ccc;
	border-color: #ccc;
}


#entry .action-present-entry.disabled::before {
	content: "エントリー完了";
	transition: none;
	color: #666;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}


#entry .btn_entry .action-present-entry.disabled::after {
	display: none;
}


#present_campaign{background-color: #ede9de;}




/* 12月キャンペーン */
#present_campaign.december {
	background-color: #fff;
}

#present_campaign.december h2 {
	margin-bottom: 40px;
}

#present_campaign.december h2 + #entry {
	margin-bottom: 64px;
}

/* ボタン文言 */
#present_campaign.december #entry .action-present-entry.disabled::before {
	content: "応募完了";
}

/* カウントダウン */
#present_campaign.december .countdown {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 64px;
}
#present_campaign.december .countdown .kakko {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#present_campaign.december .countdown .kakko::before,
#present_campaign.december .countdown .kakko::after {
	position: relative;
	display: inline-block;
	content: "";
	width: 1px;
	height: 24px;
	background-color: var(--clr-ss-red-light);
	margin: 0 8px;
}
#present_campaign.december .countdown .kakko::before { transform: rotate(-15deg); }
#present_campaign.december .countdown .kakko::after { transform: rotate(15deg); }

#present_campaign.december .countdown .kakko p,
#present_campaign.december .countdown .yycountdown-box span {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	line-height: 1!important;
	color: var(--clr-ss-red-light);
}
#present_campaign.december .countdown .yycountdown-box {
	line-height: 1!important;
}

#present_campaign.december .countdown .yyc-hou,
#present_campaign.december .countdown .yyc-hou-text,
#present_campaign.december .countdown .yyc-min,
#present_campaign.december .countdown .yyc-min-text,
#present_campaign.december .countdown .yyc-sec,
#present_campaign.december .countdown .yyc-sec-text {
	display: none!important;
}

#present_campaign.december .countdown .kakko + p {
	font-size: 20px;
	line-height: 1.5;
	margin-top: 1em;
}

