@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_css
*************************/
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;
}

/*************************
color_variable
*************************/
#LP.shopcoupon {
	--lp-color_white: #fff;
	--lp-color_black: #252525;
	--lp-color_gray: #6e6e6e;
	--lp-color_light-gray: #f4f4f4;

	--lp-color_mall-blue: #2882FF;
	--lp-color_mop-orange: #FF9600;
	
	--lp-color_pale-blue: #E8F2FF;
	--lp-color_pale-orange: #FFEACC;
	--lp-color_pale-green: #FBFCF0;
	
	--lp-color_red: #E71D29;
}

#LP.shopcoupon .bgcl_black {
	background-color: var(--lp-color_black);
}
#LP.shopcoupon .bgcl_mall {
	background-color: var(--lp-color_mall-blue);
}
#LP.shopcoupon .bgcl_mop {
	background-color: var(--lp-color_mop-orange);
}
#LP.shopcoupon .bgcl_pale-blue {
	background-color: var(--lp-color_pale-blue);
}
#LP.shopcoupon .bgcl_pale-orange {
	background-color: var(--lp-color_pale-orange);
}

/*************************
spacer_variable
*************************/
#LP.shopcoupon .mb_xs { margin-bottom: 2% !important; }
#LP.shopcoupon .mb_sm { margin-bottom: 4% !important; }
#LP.shopcoupon .mb_md { margin-bottom: 8% !important; }
#LP.shopcoupon .mb_lg { margin-bottom: 15% !important; }

#LP.shopcoupon .mt_xs { margin-top: 2% !important; }
#LP.shopcoupon .mt_sm { margin-top: 4% !important; }
#LP.shopcoupon .mt_md { margin-top: 8% !important; }
#LP.shopcoupon .mt_lg { margin-top: 15% !important; }

@media screen and (min-width: 980px) {
	#LP.shopcoupon .mb_xs { margin-bottom: 16px !important; }
	#LP.shopcoupon .mb_sm { margin-bottom: 32px !important; }
	#LP.shopcoupon .mb_md { margin-bottom: 48px !important; }
	#LP.shopcoupon .mb_lg { margin-bottom: 80px !important; }

	#LP.shopcoupon .mt_xs { margin-top: 16px !important; }
	#LP.shopcoupon .mt_sm { margin-top: 32px !important; }
	#LP.shopcoupon .mt_md { margin-top: 48px !important; }
	#LP.shopcoupon .mt_lg { margin-top: 80px !important; }
}

/* SP限定 */
@media screen and (max-width: 980px) {
	#LP.shopcoupon .mb_xs_sp { margin-bottom: 2% !important; }
	#LP.shopcoupon .mb_sm_sp { margin-bottom: 4% !important; }
	#LP.shopcoupon .mb_md_sp { margin-bottom: 8% !important; }
	#LP.shopcoupon .mb_lg_sp { margin-bottom: 15% !important; }

	#LP.shopcoupon .mt_xs_sp { margin-top: 2% !important; }
	#LP.shopcoupon .mt_sm_sp { margin-top: 4% !important; }
	#LP.shopcoupon .mt_md_sp { margin-top: 8% !important; }
	#LP.shopcoupon .mt_lg_sp { margin-top: 15% !important; }
}

/* PC限定 */
@media screen and (min-width: 980px) {
	#LP.shopcoupon .mb_xs_pc { margin-bottom: 16px !important; }
	#LP.shopcoupon .mb_sm_pc { margin-bottom: 32px !important; }
	#LP.shopcoupon .mb_md_pc { margin-bottom: 48px !important; }
	#LP.shopcoupon .mb_lg_pc { margin-bottom: 80px !important; }

	#LP.shopcoupon .mt_xs_pc { margin-top: 16px !important; }
	#LP.shopcoupon .mt_sm_pc { margin-top: 32px !important; }
	#LP.shopcoupon .mt_md_pc { margin-top: 48px !important; }
	#LP.shopcoupon .mt_lg_pc { margin-top: 80px !important; }
}

/*************************
main
SP_layout（980px未満）
*************************/
#LP.shopcoupon {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5;
	font-weight: 500;
	color: var(--lp-color_black);
	width: 100%;
	overflow: hidden;
}

#LP.shopcoupon .device_sp { display: block; }
#LP.shopcoupon .device_pc { display: none; }

#LP.shopcoupon .device_sp_inline { display: inline-block; }
#LP.shopcoupon .device_pc_inline { display: none; }

#LP.shopcoupon img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

#LP.shopcoupon a { text-decoration: none; color: var(--lp-color_black);}
#LP.shopcoupon a:hover { filter: brightness(.7); }

#LP.shopcoupon .heading-ribbon {
	display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto 6%;
	height: clamp(56px, 11vw, 84px);
    font-weight: 900;
    line-height: 1.2;
	clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%);
	color: var(--lp-color_white);
}

#LP.shopcoupon .heading-ribbon.h2_andmall {
	font-size: 5vw;
}
#LP.shopcoupon .heading-ribbon.h2_mop {
	font-size: 4vw;
}

/* セール終了後 */
@keyframes loadingTextBox {
	0% {
	opacity: 0;
	transform: translateY(20px);
	}
	100% {
	opacity: 1;
	transform: translateY(0);
	}
}

body:has(.is_end) { overflow-y: hidden; }

#LP.shopcoupon.is_end {
	pointer-events: none;
	user-select: none;
}

#LP.shopcoupon .campaiginEnd { display: none; }

#LP.shopcoupon.is_end .campaiginEnd {
	background-color: rgba(0, 0, 0, .5);
	content: "";
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}

#LP.shopcoupon.is_end .campaiginEnd__text {
	animation: loadingTextBox .6s;
	background-color: #fff;
	border-radius: 10px;
	color: #000;
	font-size: 4.3vw;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	transform: translateY(0);
	padding: 6% 0;
	width: 90%;
	height: auto;
}
#LP.shopcoupon.is_end .campaiginEnd__text > span {
	font-size: .7em;
	font-weight: 400;
}

@media screen and (min-width: 980px) {
	#LP.shopcoupon.is_end .campaiginEnd__text {
		width: 800px;
        font-size: 28px;
        padding: 40px 0;
	}
}


/* キービジュアル */
#LP.shopcoupon .kvArea {
	margin: 0 auto;
	width: 100%;
}

#LP.shopcoupon .kvArea__h1 {
	width: 100%;
}

/* メインコンテンツ */
#LP.shopcoupon .mainArea__inner {
	margin: 0 auto;
	width: 92%;
	padding: 8% 0;
}

#LP.shopcoupon .summary {
	margin: 0 auto 8%;
}

#LP.shopcoupon .summary__heading {
	margin-bottom: 8%;
    text-align: center;
    line-height: 1.6;
    font-size: 4.3vw;
    font-weight: 900;
}

#LP.shopcoupon .heading-slash {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 auto 2%;
	text-align: center;
	font-size: 4.5vw;
	font-weight: 900;
	letter-spacing: .01em;
	color: var(--lp-color_dark-gray);
}

#LP.shopcoupon .heading-slash::before {
	content: "";
    position: absolute;
	width: 1.2rem;
	height: 1.2rem;
    bottom: 0.1rem;
	left: 0;
    background-repeat: no-repeat;
    background-size: contain;
	background-position: bottom center;
    background-image: url(../images/common/wh_main__icn-slashLeft.png);
}
#LP.shopcoupon .heading-slash::after {
	content: "";
    position: absolute;
	width: 1.2rem;
	height: 1.2rem;
    bottom: 0.1rem;
	right: 0;
    background-repeat: no-repeat;
    background-size: contain;
	background-position: bottom center;
    background-image: url(../images/common/wh_main__icn-slashRight.png);
}


/* クーポン一覧 */
#LP.shopcoupon .coupon {
	width: 100%;
	margin: 0 auto;
}

#LP.shopcoupon .coupon__wrapper {
	padding: 5% 3%;
	border-radius: 5px;
}

#LP.shopcoupon .coupon__wrapper.-andmall {
	margin-bottom: 8%;
	background-color: var(--lp-color_pale-blue);
}
#LP.shopcoupon .coupon__wrapper.-mop {
	background-color: var(--lp-color_pale-orange);
}

#LP.shopcoupon .coupon__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	row-gap: clamp(0.8rem, 3.5vw, 28px);
}

#LP.shopcoupon .coupon__ticket {
	position: relative;
	flex-basis: 48%;
}

#LP.shopcoupon .coupon__ticket:first-child:last-child {
	margin-left: auto;
    margin-right: auto;
}

#LP.shopcoupon .coupon__btn {
	position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
	width: 100%;
    text-align: center;
}

#LP.shopcoupon .coupon__btn a {
	position: relative;
	display: flex;
	align-items: center;
    justify-content: center;
	width: 35vw;
    min-width: 120px;
	padding: clamp(3px, 1.1vw, 10px) 0;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	border-radius: 100px;
	transition: .4s;
	user-select: none;
    font-size: clamp(10px, 2.7vw, 16px);
	font-weight: 700;
	color: var(--lp-color_white);
	transition: all 0.1s ease-out;
}
#LP.shopcoupon .coupon__btn a.clset_andmall {
	background-color: var(--lp-color_mall-blue);
	border-bottom: 2px solid #024097;
}
#LP.shopcoupon .coupon__btn a.clset_mop {
	background-color: var(--lp-color_mop-orange);
	border-bottom: 2px solid #c07100;
}

#LP.shopcoupon .coupon__btn a::after {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 0.9em;
    transition: all 0.2s ease-in-out;
    width: clamp(4px, 1.5vw, 10px);
    height: clamp(4px, 1.5vw, 10px);
    border-top: solid 1.5px var(--lp-color_white);
    border-right: solid 1.5px var(--lp-color_white);
}

#LP.shopcoupon .coupon__btn a:active::after {
    transform: translateY(-50%) rotate(45deg); 
}


/* APIスライダー */
#LP.shopcoupon .slider {
	margin: 0 auto;
	padding: 8% 4%;
	background-color: var(--lp-color_pale-green);
}

#LP.shopcoupon .slider__inner {
	margin: 0 auto 8%;
}

#LP.shopcoupon .slider__ribbon {
	position: relative;
	width: 100%;
	margin: 0 auto 6%;
}
#LP.shopcoupon .slider__heading {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -1.9em);
    text-align: center;
    line-height: 1.3;
    font-size: 3.8vw;
	font-weight: 900;
	letter-spacing: 0.05em;
	color: var(--lp-color_white);
}


/* 遷移ボタン */
#LP.shopcoupon .btnLink__round a {
	position: relative;
	display: flex;
	align-items: center;
    justify-content: center;
	width: 70vw;
	min-width: 280px;
	max-width: 450px;
	height: clamp(56px, 14vw, 70px);
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	border-radius: 100px;
	transition: .4s;
	user-select: none;
    font-size: clamp(14px, 4vw, 24px);
	font-weight: 700;
	color: var(--lp-color_white);
}

#LP.shopcoupon .btnLink__round a::after {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
	transform: translateY(-50%) rotate(45deg);
    right: 0.9rem;
    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.shopcoupon .btnLink__round a.txt_twoLine {
    line-height: 1.3;
	font-size: clamp(13px, 3.4vw, 20px);
}

#LP.shopcoupon .btnLink__round .btn_txt {
	width: 48vw;
	margin: 0 auto;
}

#LP.shopcoupon .btnLink__flexBox li:first-of-type {
	margin-bottom: 4%;
}


/* キャンペーン中のショップ */
#LP.shopcoupon .campaignShops {
	margin: 0 auto 8%;
}

#LP.shopcoupon .campaignShops__andmall {
	margin-bottom: 8%;
}

/* クーポンの注意事項 */
#LP.shopcoupon .notes {
	display: block;
	text-align: center;
}

#LP.shopcoupon .notes__wrapper {
	border-radius: 5px;
	background-color: var(--lp-color_light-gray);
}

#LP.shopcoupon .notes__inner {
	padding: 6% 3%;
}

#LP.shopcoupon .notes__list {
	display: inline-block;
}

#LP.shopcoupon .notes__heading {
	margin-bottom: 3%;
	text-align: center;
	font-size: 4vw;
	font-weight: 900;
}

#LP.shopcoupon .notes__text {
	color: var(--lp-color_black);
	font-size: 2.7vw;
	font-weight: 500;
	text-align: left;
	padding-left: 1.1em;
}
#LP.shopcoupon .notes__text.-fs_sm {
	font-size: 2.4vw;
}

#LP.shopcoupon .notes__text::before {
	content: '※';
	display: inline-block;
	margin-left: -1em;
	width: 1.1em;
}
#LP.shopcoupon .notes__text:not(:last-of-type) { margin-bottom: 1%; }



/***************************************************************************
main
PC_layout（980px以上）
***************************************************************************/

@media screen and (min-width: 980px) {

	#LP.shopcoupon .device_sp { display: none; }
	#LP.shopcoupon .device_pc { display: block; }

	#LP.shopcoupon .device_sp_inline { display: none; }
	#LP.shopcoupon .device_pc_inline { display: inline-block; }

	#LP.shopcoupon a {
		display: block;
		transition: .3s;
	}

	#LP.shopcoupon .bg_full {
		background: url(../images/pc/wh_kv_bg.png),var(--lp-color_lime-yellow);
		background-position: center top;
		background-size: auto;
		background-repeat: no-repeat;
	}

	#LP.shopcoupon .heading-ribbon {
		width: 650px;
		min-height: 80px;
		margin-bottom: 36px;
		padding: 0.6rem 0;
		font-size: 32px;
	}
	#LP.shopcoupon .heading-ribbon.h2_andmall,#LP.shopcoupon .heading-ribbon.h2_mop {
		font-size: 32px;
	}

	/* -------------
	キービジュアル
	------------- */
	#LP.shopcoupon .kvArea {
		position: relative;
		height: 320px;
		min-width: 1080px;
		background: url(../images/pc/wh_kv__bg.png),linear-gradient(to right, #AACEFF 0%, #AACEFF 50%, #FFCB81 50%, #FFCB81 100%);
		background-repeat: no-repeat;
		background-size: auto;
		background-position: center;
	}

	#LP.shopcoupon .kvArea__h1 {
		width: fit-content;
		margin: 0 auto;
		padding-top: 18px;
        padding-right: 8px;
	}

	/* セール終了後 */
	#LP.shopcoupon .saleEnd {
		width: 800px;
        margin: 0 auto 40px;
		padding: 24px 0;
		font-size: 32px;
	}

	/* メインコンテンツ */
	#LP.shopcoupon .mainArea .mainArea__inner {
		max-width: 1080px;
        width: 100%;
		padding-top: 60px;
		padding-bottom: 80px;
	}

	#LP.shopcoupon .summary {
		width: 980px;
		margin-bottom: 60px;
	}

	#LP.shopcoupon .summary__heading {
		margin-bottom: 48px;
		font-size: 32px;
	}

	#LP.shopcoupon .heading-slash {
		display: block;
		width: 100%;
		max-width: 650px;
		margin-bottom: 20px;
		font-size: 32px;
        line-height: 1.2;
	}

	#LP.shopcoupon .heading-slash::before {
		width: 30px;
        height: 30px;
	}
	#LP.shopcoupon .heading-slash::after {
		width: 30px;
        height: 30px;
	}


	/* クーポン一覧 */
	#LP.shopcoupon .coupon__wrapper {
		padding: 40px 0;
		border-radius: 8px;
	}

	#LP.shopcoupon .coupon__wrapper.-andmall {
		margin-bottom: 60px;
	}

	#LP.shopcoupon .coupon__inner {
		width: 940px;
        margin: 0 auto;
	}

	#LP.shopcoupon .coupon__container {
		row-gap: 28px;
	}

	#LP.shopcoupon .coupon__ticket {
		flex-basis: 450px;
	}

	#LP.shopcoupon .coupon__btn {
		bottom: 20px;
	}

	#LP.shopcoupon .coupon__btn a {
		width: 350px;
		min-height: 40px;
	}
	#LP.shopcoupon .coupon__btn a.clset_andmall {
		border-bottom: 4px solid #024097;
	}
	#LP.shopcoupon .coupon__btn a.clset_mop {
		border-bottom: 4px solid #c07100;
	}
	#LP.shopcoupon .coupon__btn a::after {
		right: 18px;
		border-top: solid 2px var(--lp-color_white);
		border-right: solid 2px var(--lp-color_white);
	}
	#LP.shopcoupon .coupon__btn a:hover {
		border-bottom-width: 2px;
		transform: translateY(2px);
	}
	#LP.shopcoupon .coupon__btn a:active {
		border-bottom-color: transparent;
		transform: translateY(4px);
	}


	/* APIスライダー */
	#LP.shopcoupon .slider {
		width: 100%;
		margin-bottom: 60px;
		padding: 40px 25px;
	}

	#LP.shopcoupon .slider__inner {
		width: 980px;
		margin-bottom: 60px;
	}

	#LP.shopcoupon .slider__ribbon {
		width: fit-content;
		margin-bottom: 30px;
	}

	#LP.shopcoupon .slider__heading {
		font-size: 28px;
	}
	


	/* 遷移ボタン */
	#LP.shopcoupon .btnLink__round a {
		margin: 0 auto;
		width: 500px;
		min-height: 82px;
		padding: 27px 0;
		font-size: 25px;
	}

	#LP.shopcoupon .btnLink__round a.txt_2line {
		padding: 9px;
		font-size: 25px;
	}

	#LP.shopcoupon .btnLink__round a::after {
		right: 24px;
		width: 14px;
		height: 14px;
		border-top: solid 3px var(--lp-color_white);
		border-right: solid 3px var(--lp-color_white);
	}

	#LP.shopcoupon .btnLink__round a.fs_sm {
		font-size: 24px;
	}

	#LP.shopcoupon .btnLink__flexBox {
		display: flex;
		justify-content: space-between;
	}
	#LP.shopcoupon .btnLink__flexBox li,#LP.shopcoupon .btnLink__flexBox li:first-of-type {
		margin-bottom: 0;
	}


	/* キャンペーン中のショップ */
	#LP.shopcoupon .campaignShops {
		max-width: 960px;
		margin-bottom: 48px;
	}
	

	/* クーポンの注意事項 */
	#LP.shopcoupon .notes__wrapper {
		width: 800px;
		margin: 0 auto;
		border-radius: 8px;
	}

	#LP.shopcoupon .notes__inner {
		padding: 32px 20px;
	}

	#LP.shopcoupon .notes__heading {
		margin-bottom: 20px;
		font-size: 28px;
	}

	#LP.shopcoupon .notes__text {
		font-size: 14px;
	}

	#LP.shopcoupon .notes__text.-fs_sm {
		font-size: 20px;
	}

	#LP.shopcoupon .notes__text:not(:last-of-type) {
		margin-bottom: 8px;
	}

}