@charset "UTF-8";

/*************************
font_import
*************************/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/*************************
reset
*************************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,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,main,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}*[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body.noscroll{overflow:hidden}.iframe{width:100%;height:100%}.overlay{position:fixed;top:0;left:0;height:100vh;width:100%}.overlay.hidden{top:-100vh}#header.fixed{top:0;height:48px;position:sticky;box-shadow:0 2px 10px #2121211a}#header,#footer{overflow:hidden}@media screen and (min-width: 768px){#header.fixed{height:64px}}

*, *::before, *::after { box-sizing: border-box; }

#header {
	position: relative;
	z-index: 100;
}

#drawer.overlay,
#search-modal.overlay { z-index: 101; }

#drawer.overlay.hidden,
#search-modal.overlay.hidden {
	opacity: 0;
	z-index: 0;
}

/*************************
LP_color
custom properties
*************************/

#LP.countdownCP {
	--lp-color_white: #fff;
	--lp-color_light-gray: #f7f7f7;
	--lp-color_gray: #707070;
	--lp-color_dark-gray: #3c3c3c;
	--lp-color_black: #252525;

	--lp-color_main-red: #FE0211;

	--lp-color_red: #de2929;
	--lp-color_blue: #3AA6D8;
	--lp-color_pale-blue: #E2F6FF;
	--lp-color_orange: #FF9602;
	--lp-color_pale-orange: #FFEACC;
	--lp-color_yellow: #FFEF33;
	--lp-color_link-blue: #006bff;
}

#LP.countdownCP .cl_red {
	color: var(--lp-color_main-red);
}
#LP.countdownCP .cl_blue {
	color: var(--lp-color_blue);
}
#LP.countdownCP .cl_orange {
	color: var(--lp-color_orange);
}

#LP.countdownCP .bgcl_dark-gray {
	background-color: var(--lp-color_dark-gray);
}
#LP.countdownCP .bgcl_white {
	background-color: var(--lp-color_white);
}
#LP.countdownCP .bgcl_blue {
	background-color: var(--lp-color_blue);
}
#LP.countdownCP .bgcl_pale-blue {
	background-color: var(--lp-color_pale-blue);
}
#LP.countdownCP .bgcl_orange {
	background-color: var(--lp-color_orange);
}
#LP.countdownCP .bgcl_pale-orange {
	background-color: var(--lp-color_pale-orange);
}

/*************************
main
SP_layout（980px未満）
*************************/

/* -------------
LP共通
------------- */
#LP.countdownCP {
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	overflow: hidden;
	line-height: 1.5;
	font-weight: 500;
	text-decoration: none;
	color: var(--lp-color_black);
}

#LP.countdownCP.is_end { pointer-events: none; }

#LP.countdownCP img {
	user-select: none;
	vertical-align: bottom;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

#LP.countdownCP a {
	display: block;
	transition: .4s;
	text-decoration: none;
}
#LP.countdownCP a:hover { filter: brightness(.7); }
#LP.countdownCP a.inlineLink {
	display: inline;
}

#LP.countdownCP .device_sp { display: block; }
#LP.countdownCP .device_pc { display: none; }

/* スペーサー */
#LP.countdownCP .mb_xs { margin-bottom: 3% !important; }
#LP.countdownCP .mb_sm { margin-bottom: 5% !important; }
#LP.countdownCP .mb_md { margin-bottom: 8% !important; }
#LP.countdownCP .mb_lg { margin-bottom: 10% !important; }

#LP.countdownCP .mt_xs { margin-top: 3% !important; }
#LP.countdownCP .mt_sm { margin-top: 5% !important; }
#LP.countdownCP .mt_md { margin-top: 8% !important; }
#LP.countdownCP .mt_lg { margin-top: 10% !important; }

/* スペーサー（SP限定） */
@media screen and (max-width: 980px) {
#LP.countdownCP .mb_xs_sp { margin-bottom: 3% !important; }
#LP.countdownCP .mb_sm_sp { margin-bottom: 5% !important; }
#LP.countdownCP .mb_md_sp { margin-bottom: 8% !important; }
#LP.countdownCP .mb_lg_sp { margin-bottom: 10% !important; }

#LP.countdownCP .mt_xs_sp { margin-top: 3% !important; }
#LP.countdownCP .mt_sm_sp { margin-top: 5% !important; }
#LP.countdownCP .mt_md_sp { margin-top: 8% !important; }
#LP.countdownCP .mt_lg_sp { margin-top: 10% !important; }
}

/* -------------
キービジュアル
------------- */

#LP.countdownCP .kvArea {
	margin: 0 auto;
	width: 100%;
	background-color: var(--lp-color_main-red);
}

#LP.countdownCP .kvArea__h1 {
	padding: 1% 1% 3%;
}

/* -------------
カウントダウンタイマー
------------- */
#LP.countdownCP .countdownArea { width: 100%; }

#LP.countdownCP .countdownArea {
	background-color: var(--lp-color_gray);
	user-select: none;
	margin: 0 auto;
	width: 100%;
}

#LP.countdownCP .view_timer {
	line-height: 1;
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 1% 6%;
}

#LP.countdownCP .view_timer p {
	color: var(--lp-color_red);
	font-size: 5.25vw;
	font-weight: bold;
	position: absolute;
	top: 18%;
}
#LP.countdownCP .view_timer p:nth-of-type(1) { right: 55%; }
#LP.countdownCP .view_timer p:nth-of-type(2) { right: 42%;}
#LP.countdownCP .view_timer p:nth-of-type(3) { right: 24.5%; }
#LP.countdownCP .view_timer p:nth-of-type(4) { right: 11%; }

/* 期間終了後 */
#LP.countdownCP .time_end {
	color: var(--lp-color_white);
	display: none;
	font-size: 3.8vw;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	padding: 1.5% 0;
}
#LP.countdownCP .time_end span { font-size: 3vw; }

/* -------------
メインコンテンツ
------------- */
#LP.countdownCP .mainArea.bg_main {
	background-color: var(--lp-color_main-red);
}

#LP.countdownCP .mainArea__inner {
	width: 94%;
	margin: 0 auto;
    padding-bottom: 8%;
}

#LP.countdownCP .mainArea__inner .contents__inner {
	width: 90%;
    margin: 0 auto;
}

#LP.countdownCP .mainArea__headerGroup-h1 {
	text-align: center;
	margin: 0 auto;
	padding: 5% 0;
	line-height: 1.6;
	letter-spacing: .05em;
    font-size: 4.3vw;
    font-weight: 900;
}

#LP.countdownCP .mainArea__headerGroup-h2 {
	margin: 8% auto 4%;
    text-align: center;
    line-height: 1.4;
    letter-spacing: .01em;
    font-size: 3.8vw;
    font-weight: 900;
	color: var(--lp-color_white);
}

#LP.countdownCP span.marker_yellow {
	background: linear-gradient(transparent 75%, var(--lp-color_yellow) 75%);
	padding-left: 1%;
	padding-right: 0.5%;
	font-weight: 900;
	letter-spacing: .05em;
}

#LP.countdownCP .mainArea__headerGroup-block > *:not(:last-of-type) { padding-bottom: 2%; }

#LP.countdownCP .mainArea__headerGroup-text {
	margin: 0 auto 6%;
	font-size: 2.5vw;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.01em;
}

#LP.countdownCP .mainArea__headerGroup-h3 {
	margin-bottom: 6%;
	text-align: center;
    font-size: 5.5vw;
    font-weight: 900;
	letter-spacing: .01em;
}
#LP.countdownCP .mainArea__headerGroup-h3 span {
    font-size: 65%;
}

#LP.countdownCP .mainArea__headerGroup-text {
	margin: 0 auto 6%;
	font-size: 2.5vw;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.01em;
}

#LP.countdownCP .mainArea__headerRibbon {
	position: relative;
	margin: 0 auto 7%;
}

#LP.countdownCP .mainArea__headerRibbon p {
	position: absolute;
	text-align: center;
    width: 100%;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-size: 5vw;
    font-weight: 900;
	color: var(--lp-color_white);
}

#LP.countdownCP .mainArea__headerRibbon p.txt_twoLine {
	font-size: 3.8vw;
    line-height: 1.3;
}

#LP.countdownCP .mainArea__slidder {
	padding-bottom: 10%;
}


#LP.countdownCP .mainArea__frame.campaign { margin-bottom: 8%; }

#LP.countdownCP .mainArea__couponBnr li {
    margin-bottom: 6%;
}

#LP.countdownCP .mainArea__couponNotes  {
	margin-bottom: 6%;
	text-align: center;
    font-size: 3vw;
}

#LP.countdownCP .mainArea__banner-image { padding-bottom: 2%; }

#LP.countdownCP .mainArea__frame-inner {
	position: relative;
	padding: 6% 10%;
	background-color: var(--lp-color_white);
	border-radius: 8px 8px 0 0;;
}

#LP.countdownCP .mainArea__frame-image {
	margin: 0 auto 8%;
}


/* ボタン各種 */
#LP.countdownCP .mainArea__btnLink a {
	position: relative;
	display: block;
	width: 70vw;
	height: 3.3rem;
	margin: 0 auto;
	padding: 1.1rem 0;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	border-radius: 100px;
	transition: .4s;
	user-select: none;
    font-size: 4vw;
	font-weight: 700;
	color: var(--lp-color_white);
}

#LP.countdownCP .mainArea__btnLink a::after {
	content: "";
    display: block;
    position: absolute;
    top: 40%;
    right: 5%;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
    width: 11px;
    height: 11px;
	border-top: solid 2px var(--lp-color_white);
    border-right: solid 2px var(--lp-color_white);
}

#LP.countdownCP .mainArea__btnLink a.txt_twoLine {
    padding: 0.6rem 0;
    line-height: 1.4;
	font-size: 3.2vw;
}

#LP.countdownCP .mainArea__btnLink .btn_txt {
	width: 48vw;
	margin: 0 auto;
}

/* 黒帯アンカーリンク */
#LP.countdownCP .anchorLink.wideBtn {
	position: relative;
	width: 100%;
	height: 3.3rem;
	margin: 0 auto 10%;
	padding: 1rem 0;
	display: block;
	text-align: center;
	font-size: 3.7vw;
	font-weight: 900;
	letter-spacing: 0.05em;
	color: var(--lp-color_white);
	background-color: var(--lp-color_dark-gray);
	transition: .3s;
}

#LP.countdownCP .anchorLink.wideBtn::after {
	content: "";
	display: block;
	position: absolute;
	right: 4%;
	top: 33%;
	transition: all 0.2s ease-in-out;
	transform: rotate(135deg);
	width: 12px;
	height: 12px;
	border-top: solid 2px var(--lp-color_white);
	border-right: solid 2px var(--lp-color_white);
}

#LP.countdownCP .anchorLink.round {
	position: absolute;
	left: 31%;
	bottom: 5%;
	width: 36vw;
	margin: 0 auto;
	padding: 1%;
	display: block;
	text-align: center;
	font-size: 3.3vw;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-color: var(--lp-color_dark-gray);
	color: var(--lp-color_white);
	border-radius: 50px;
	transition: .3s;
}

#LP.countdownCP .anchorLink.round::after {
	content: "";
	display: block;
	position: absolute;
	right: 7%;
	top: 26%;
	transition: all 0.2s ease-in-out;
	transform: rotate(135deg);
	width: 8px;
	height: 8px;
	border-top: solid 1px var(--lp-color_white);
	border-right: solid 1px var(--lp-color_white);
}

/* 他施策バナー */
#LP.countdownCP .mainArea__bnrLink {
	margin: 0 auto 10%;
}

#LP.countdownCP .mainArea__bnrLink li:first-child {
	margin-bottom: 4%;
}



/* クーポンの注意事項 */
#LP.countdownCP .mainArea__frame-inner.notes {
	background-color: var(--lp-color_white);
	border-radius: 5px;
	position: relative;
	padding: 5% 4%;
}

#LP.countdownCP .mainArea__notes-h3,
#LP.countdownCP .mainArea__notes-list > li {
	letter-spacing: 0.01em;
	line-height: 1.5;
}

#LP.countdownCP .mainArea__notes-h3 {
	margin-bottom: 3%;
	text-align: center;
	font-size: 4vw;
	font-weight: 900;
}

#LP.countdownCP .mainArea__notes-list > li {
	color: var(--lp-color_black);
	font-size: 2.9vw;
	font-weight: 500;
	text-align: left;
	padding-left: 1.1em;
}
#LP.countdownCP .mainArea__frame-inner .mainArea__notes-list > li { color: var(--lp-color_black); }

#LP.countdownCP .mainArea__notes-list > li::before {
	content: '※';
	display: inline-block;
	margin-left: -1em;
	width: 1.1em;
}
#LP.countdownCP .mainArea__notes-list > li:not(:last-of-type) { margin-bottom: 1%; }

#LP.countdownCP .fontMarker { background: linear-gradient(transparent 70%, var(--lp-color_yellow) 70%); font-weight: 500;}

#LP.countdownCP .textLink { color: var(--lp-color_link-blue); border-bottom: 1px solid var(--lp-color_link-blue); font-weight: 500;}

/*************************
main
PC_layout（980px以上）
*************************/

@media screen and (min-width: 980px) {
	/* -------------
	LP共通
	------------- */

	#LP.countdownCP {
		margin: 0 auto;
		min-width: 1000px;
	}

	#LP.countdownCP img { width: fit-content; }

	#LP.countdownCP .device_sp { display: none; }
	#LP.countdownCP .device_pc { display: block; }

	#LP.countdownCP .bgcl_white_pc {
		background-color: var(--lp-color_white);
	}

	/* -------------
	スペーサー
	------------- */
	#LP.countdownCP .mb_xs { margin-bottom: 16px !important; }
	#LP.countdownCP .mb_sm { margin-bottom: 32px !important; }
	#LP.countdownCP .mb_md { margin-bottom: 48px !important; }
	#LP.countdownCP .mb_lg { margin-bottom: 60px !important; }

	#LP.countdownCP .mt_xs { margin-top: 16px !important; }
	#LP.countdownCP .mt_sm { margin-top: 24px !important; }
	#LP.countdownCP .mt_md { margin-top: 48px !important; }
	#LP.countdownCP .mt_lg { margin-top: 60px !important; }

	/* -------------
	キービジュアル
	------------- */
	#LP.countdownCP .kvArea {
		position: relative;
		height: 250px;
	}

	#LP.countdownCP .kvArea .kv_ornaments {
		position: absolute;
        top: 50%;
        left: 50%;
		transform: translate(-50%, -125px);
		z-index: 10;
	}

	#LP.countdownCP .kvArea__h1 {
		width: fit-content;
		margin: 0 auto;
		padding-top: 16px;
	}

	#LP.countdownCP .kvArea__bottom {
		width: 100%;
		padding-top: 16px;
        padding-bottom: 11px;
		text-align: center;
		background-color: var(--lp-color_white);
	}

	/* -------------
	カウントダウンタイマー
	------------- */
	#LP.countdownCP .countdownArea {
		padding: 0;
	}

	#LP.countdownCP .view_timer { width: 640px; padding: 6px 0;}

	#LP.countdownCP .view_timer p {
		font-size: 32px;
		text-align: right;
		letter-spacing: 0;
		top: 15px;
		width: 35px;
		height: 35px;
	}
	#LP.countdownCP .view_timer p:nth-of-type(1) { right: 355px; }
	#LP.countdownCP .view_timer p:nth-of-type(2) { right: 260px; }
	#LP.countdownCP .view_timer p:nth-of-type(3) { right: 140px; }
	#LP.countdownCP .view_timer p:nth-of-type(4) { right: 40px; }

	/* 期間終了後 */
	#LP.countdownCP .time_end {
		font-size: 28px;
		line-height: 1.2;
		letter-spacing: 0;
		padding: 12px 0;
		width: 100%;
	}
	#LP.countdownCP .time_end span { font-size: 80%; }

	/* -------------
	メインコンテンツ
	------------- */
	#LP.countdownCP .mainArea.bg_main {
		background-image: url(../images/pc/wh_main_bg.png);
		background-position: top;
        background-size: auto;
        background-repeat: repeat-y;
	}

	#LP.countdownCP .mainArea__inner {
		width: 1240px;
		padding-bottom: 0;
	}

	#LP.countdownCP .mainArea__inner .contents__inner {
		width: 980px;
	}

	#LP.countdownCP .mainArea__headerGroup-h1 {
		font-size: 32px;
		padding: 40px 0;
	}

	#LP.countdownCP .mainArea__headerGroup-h1.bg_slash {
		background-size: auto;
	}

	#LP.countdownCP .mainArea__headerGroup-h2 {
		margin: 0 auto 30px;
		padding-top: 60px;
		font-size: 32px;
		color: var(--lp-color_black);
	}
	
	#LP.countdownCP .mainArea__headerGroup-h2 span.fs_lg {
		font-size: 34px;
		line-height: 1.8;
	}

	#LP.countdownCP span.marker_yellow {
		padding-right: 0.2%;
	}

	#LP.countdownCP .mainArea__headerGroup-h3 {
		margin-bottom: 40px;
		font-size: 32px;
		letter-spacing: .02em;
	}

	#LP.countdownCP .mainArea__headerGroup-h4 {
		font-size: 22px;
		background-image: none;
	}
	#LP.countdownCP .mainArea__headerGroup-h4 span{
		font-size: 32px;
	}
	#LP.countdownCP .mainArea__headerGroup-h4::before {
		content: '\FF3C';
	}
	#LP.countdownCP .mainArea__headerGroup-h4::after {
		content: '\FF0F';
	}

	#LP.countdownCP .mainArea__headerGroup-h5 {
		font-size: 22px;
	}

	#LP.countdownCP .mainArea__headerGroup-txtimg {
		width: 100%;
	}

	#LP.countdownCP .mainArea__headerGroup-block > *:not(:last-of-type) { padding-bottom: 15px; }

	#LP.countdownCP .mainArea__headerGroup-image { width: 608px; }
	#LP.countdownCP .mainArea__headerGroup-text { font-size: 16px; margin-bottom: 40px; }

	#LP.countdownCP .mainArea__frame.campaign { 
		margin-bottom: 48px;
	}

	#LP.countdownCP .mainArea__couponBnr {
		display: flex;
        justify-content: space-between;
		margin-bottom: 30px;
	}

	#LP.countdownCP .mainArea__couponBnr li {
		margin-bottom: 0;
	}

	#LP.countdownCP .mainArea__couponNotes {
		margin-bottom: 30px;
		font-size: 14px;
	}


	/* ボタン各種 */
	#LP.countdownCP .mainArea__btnLink a {
		width: 450px;
        height: 82px;
        padding: 27px 0;
        font-size: 25px;
	}
	
	#LP.countdownCP .mainArea__btnLink a::after {
		top: 33px;
        right: 20px;
        width: 16px;
        height: 16px;
		border-top: solid 3px var(--lp-color_white);
		border-right: solid 3px var(--lp-color_white);
	}

	#LP.countdownCP .mainArea__btnLink a.txt_twoLine {
		padding: 13px 0;
		font-size: 20px;
	}

	#LP.countdownCP .mainArea__btnLink a.searchItems {
		width: 580px;
	}
	
	#LP.countdownCP .mainArea__btnLink a.btn_short {
		width: 400px;
	}

	#LP.countdownCP .mainArea__btnLink .btn_txt {
		width: auto;
	}

	/* 黒帯アンカーリンク */
	#LP.countdownCP .anchorLink.wideBtn {
		width: 650px;
        height: 80px;
        margin-bottom: 100px;
        font-size: 24px;
        padding: 21px 0;
        letter-spacing: 0.05em;
	}

	#LP.countdownCP .anchorLink.wideBtn::after {
		top: 26px;
        width: 18px;
        height: 18px;
        border-top: solid 2px var(--lp-color_white);
        border-right: solid 2px var(--lp-color_white);
	}

	/* おすすめカテゴリー */
	#LP.countdownCP .mainArea__slidder {
		position: relative;
		padding: 60px 30px 40px;
		border-radius: 5px;
	}
	#LP.countdownCP .mainArea__slidder.andmall {
		margin-bottom: 100px;
		background-color: var(--lp-color_pale-blue);

	}
	#LP.countdownCP .mainArea__slidder.mop {
		background-color: var(--lp-color_pale-orange);
	}

	#LP.countdownCP .mainArea__headerRibbon {
		position: absolute;
		top: -40px;
        left: 50%;
        transform: translateX(-50%);
	}

	#LP.countdownCP .mainArea__headerRibbon_txt {
		margin-bottom: 16px;
		font-size: 25px;
		letter-spacing: .05em;
	}

	#LP.countdownCP .mainArea__headerRibbon p {
		font-size: 34px;
	}
	#LP.countdownCP .mainArea__headerRibbon p.txt_twoLine {
		font-size: 26px;
	}

	/* 他施策バナー */
	#LP.countdownCP .mainArea__bnrLink {
		width: 810px;
		margin: 0 auto 60px;
	}

	#LP.countdownCP .mainArea__bnrLink li:first-child {
		margin-bottom: 35px;
	}

	#LP.countdownCP .mainArea__bnrLink li img {
		width: 810px;
	}

	/* クーポンの注意事項 */
	#LP.countdownCP .mainArea__frame {
		padding-bottom: 60px;
	}

	#LP.countdownCP .mainArea__frame-inner {
		width: 810px;
		border-radius: 15px 15px 0 0;
		padding: 36px;
	}

	#LP.countdownCP .mainArea__frame-inner.notes {
		margin: 0 auto;
		padding: 20px 20px 24px;
		background-color: var(--lp-color_light-gray);
	}

	#LP.countdownCP .mainArea__notes-h3 {
		font-size: 28px;
		margin-bottom: 20px;
		line-height: 1.3;
		letter-spacing: .01em;
	}

	#LP.countdownCP .mainArea__notes-list > li { font-size: 14px; }

	#LP.countdownCP .mainArea__notes-list > li:not(:last-of-type) {
		margin-bottom: 4px;
	}
}