@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.MallCoupon {
	--lp-color_white: #fff;
	--lp-color_light-gray: #f5f5f5;
	--lp-color_gray: #dfdfdf;
	--lp-color_medium-gray: #646464;
	--lp-color_dark-gray: #3C3C3C;
	--lp-color_black: #222222;

	--lp-color_main-blue: #2882FF;
	--lp-color_main-orange: #FF9600;
	--lp-color_tab-pale-blue: #EFF6FF;
	--lp-color_tab-pale-orange: #FFF9EF;

	--lp-color_red: #FF2828;
	--lp-color_green: #3AAE36;
	--lp-color_pale-blue: #D4E6FF;
	--lp-color_pale-gold: #F4E7BE;
	--lp-color_pale-yellow: #FFFDE0;
	--lp-color_pale-green: #F0FFEA;
	--lp-color_pale-orange: #FFF6E5;

	--lp-color_yellow: #FFEF33;
	--lp-color_pink: #E77979;
	--lp-color_link-blue: #006bff;
}

#LP.MallCoupon .cl_blue {color: var(--lp-color_main-blue);}
#LP.MallCoupon .cl_orange {color: var(--lp-color_main-orange);}
#LP.MallCoupon .cl_pink {color: var(--lp-color_pink)}
#LP.MallCoupon .cl_red {color: var(--lp-color_red);}
#LP.MallCoupon .bgcl_blue {background-color: var(--lp-color_main-blue);}
#LP.MallCoupon .bgcl_green {background-color: var(--lp-color_green);}
#LP.MallCoupon .bgcl_pale-blue {background-color: var(--lp-color_pale-blue);}
#LP.MallCoupon .bgcl_pale-gold {background-color: var(--lp-color_pale-gold);}
#LP.MallCoupon .bgcl_pale-yellow {background-color: var(--lp-color_pale-yellow);}
#LP.MallCoupon .bgcl_pale-green {background-color: var(--lp-color_pale-green);}
#LP.MallCoupon .bgcl_orange {background-color: var(--lp-color_main-orange);}
#LP.MallCoupon .bgcl_dark-gray {background-color: var(--lp-color_dark-gray);}
#LP.MallCoupon .bgcl_andmall {background-color: var(--lp-color_tab-pale-blue);}
#LP.MallCoupon .bgcl_mop {background-color: var(--lp-color_tab-pale-orange);}

/*************************
main
SP_layout（980px未満）
*************************/

/* -------------
LP共通
------------- */
#LP.MallCoupon {
	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_dark-gray);
}

#LP.MallCoupon.is_end { pointer-events: none; }

#LP.MallCoupon img {
	user-select: none;
	vertical-align: bottom;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

#LP.MallCoupon a {
	display: block;
	transition: .4s;
	text-decoration: none;
}
#LP.MallCoupon a:hover { filter: brightness(.7); }
#LP.MallCoupon a.inline {
	display: inline;
}

#LP.MallCoupon .device_sp { display: block; }
#LP.MallCoupon .device_pc { display: none; }

#LP.MallCoupon .heading-ribbon {
	display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto 7%;
	padding: 4.5%;
    font-weight: 900;
    line-height: 1;
	clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%);
	color: var(--lp-color_white);
}
#LP.MallCoupon .heading-ribbon.heading-slider {
	font-size: clamp(20px, 5vw, 28px);
}
#LP.MallCoupon .heading-ribbon.heading-line {
	font-size: clamp(14px, 5vw, 24px);
	padding: 3%;
}
#LP.MallCoupon .heading-ribbon.heading-app {
	font-size: clamp(14px, 3.2vw, 24px);
	line-height: 1.3;
	padding: 2%;
}

/* キャンペーン終了後 */
@keyframes loadingTextBox {
	0% {
	opacity: 0;
	transform: translateY(20px);
	}
	100% {
	opacity: 1;
	transform: translateY(0);
	}
}

body:has(.is_end) { overflow-y: hidden; }

#LP.MallCoupon.is_end {
	pointer-events: none;
	user-select: none;
}

#LP.MallCoupon .campaiginEnd { display: none; }

#LP.MallCoupon.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.MallCoupon.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.MallCoupon.is_end .campaiginEnd__text > span {
	font-size: .7em;
	font-weight: 400;
}

@media screen and (min-width: 980px) {
	#LP.MallCoupon.is_end .campaiginEnd__text {
		width: 800px;
        font-size: 28px;
        padding: 40px 0;
	}
}

/* スペーサー */
#LP.MallCoupon .mb_xs { margin-bottom: 3% !important; }
#LP.MallCoupon .mb_sm { margin-bottom: 5% !important; }
#LP.MallCoupon .mb_md { margin-bottom: 8% !important; }
#LP.MallCoupon .mb_lg { margin-bottom: 10% !important; }

#LP.MallCoupon .mt_xs { margin-top: 3% !important; }
#LP.MallCoupon .mt_sm { margin-top: 5% !important; }
#LP.MallCoupon .mt_md { margin-top: 8% !important; }
#LP.MallCoupon .mt_lg { margin-top: 10% !important; }

/* スペーサー（SP限定） */
@media screen and (max-width: 980px) {
#LP.MallCoupon .mb_xs_sp { margin-bottom: 3% !important; }
#LP.MallCoupon .mb_sm_sp { margin-bottom: 5% !important; }
#LP.MallCoupon .mb_md_sp { margin-bottom: 8% !important; }
#LP.MallCoupon .mb_lg_sp { margin-bottom: 10% !important; }

#LP.MallCoupon .mt_xs_sp { margin-top: 3% !important; }
#LP.MallCoupon .mt_sm_sp { margin-top: 5% !important; }
#LP.MallCoupon .mt_md_sp { margin-top: 8% !important; }
#LP.MallCoupon .mt_lg_sp { margin-top: 10% !important; }
}

/* -------------
キービジュアル
------------- */

#LP.MallCoupon .kvArea {
	margin: 0 auto;
	width: 100%;
}

#LP.MallCoupon .kvArea__h1 {
	width: 100%;
}

/* -------------
メインコンテンツ
------------- */

#LP.MallCoupon .mainArea__inner {
	position: relative;
	margin: 0 auto;
    padding: 6% 0 0;
	width: 100%;
}

#LP.MallCoupon .mainArea__headerGroup-h2 {
	margin-bottom: 3%;
	text-align: center;
	line-height: 1.8;
	letter-spacing: .01em;
	font-size: 4.4vw;
	font-weight: 900;
}

#LP.MallCoupon .mainArea__headerGroup-h2 span.fs_lg {
	font-size: 5.5vw;
	font-weight: 900;
	line-height: 1.8;
}

#LP.MallCoupon span.marker_blue {
	background: linear-gradient(transparent 85%, var(--lp-color_main-blue) 85%);
	padding-left: 1%;
	padding-right: 0.5%;
}

#LP.MallCoupon span.marker_orange {
	background: linear-gradient(transparent 85%, var(--lp-color_main-orange) 85%);
	padding-left: 1%;
	padding-right: 0.5%;
}

#LP.MallCoupon 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.MallCoupon .mainArea__headerGroup-block > *:not(:last-of-type) { padding-bottom: 2%; }

#LP.MallCoupon .mainArea__headerGroup-text {
	margin: 0 auto 6%;
	font-size: 2.5vw;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.01em;
}

#LP.MallCoupon .mainArea__headerGroup-h3 {
	margin-bottom: 6%;
	text-align: center;
    font-size: 5.5vw;
    font-weight: 900;
	letter-spacing: .01em;
}
#LP.MallCoupon .mainArea__headerGroup-h3 span {
    font-size: 65%;
}

#LP.MallCoupon .mainArea__headerGroup-h4 {
	margin-bottom: 2%;
	text-align: center;
    font-size: 4vw;
    font-weight: 900;
	letter-spacing: .01em;
	background-image: url(../images/sp/wh_main_header_slash.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: bottom;
	background-size: 100%;
}
#LP.MallCoupon .mainArea__headerGroup-h4 span {
    font-size: 6vw;
	font-weight: 900;
}

#LP.MallCoupon .mainArea__headerGroup-h5 {
	margin-bottom: 1%;
	text-align: center;
    font-size: 3.7vw;
    font-weight: 700;
	letter-spacing: .01em;
}

#LP.MallCoupon .mainArea__headerGroup-h6 {
	margin-bottom: 4%;
	text-align: center;
	line-height: 1.6;
	font-size: 3.8vw;
	font-weight: 700;
	letter-spacing: .01em;
}
#LP.MallCoupon .mainArea__headerGroup-h6 a {
	display: inline;
	color: var(--lp-color_black);
}
#LP.MallCoupon .mainArea__headerGroup-h6 span {
	font-weight: 900;
	line-height: 1.8;
	border-bottom: 1px solid var(--lp-color_black);
}

#LP.MallCoupon .mainArea__headerGroup-text {
	margin: 0 auto 6%;
	font-size: 2.5vw;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.01em;
}

#LP.MallCoupon .mainArea__header_medalMember {
	display: flex;
	justify-content: space-around;
	padding: 3%;
}

#LP.MallCoupon .mainArea__header_medalMember .icn_medal {
	flex-basis: 18%;
}

#LP.MallCoupon .mainArea__header_medalMember .txt_medal {
	font-size: 3.4vw;
	font-weight: 900;
	line-height: 1.4;
}

#LP.MallCoupon .mainArea__header_medalMember .txt_medal.txt_oneLine {
	height: 2.8em;
	line-height: 2.7em;
}

#LP.MallCoupon .mainArea__headerRibbon {
	position: relative;
	margin: 0 auto 7%;
}

#LP.MallCoupon .mainArea__headerRibbon_txt {
	text-align: center;
	margin-bottom: 2%;
    font-size: 3.4vw;
	font-weight: 900;
}

#LP.MallCoupon .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.MallCoupon .mainArea__headerRibbon p.fs_sm {
	font-size: 3.2vw;
    line-height: 1.3;
}

#LP.MallCoupon .mainArea__frame.campaign { margin-bottom: 8%; }

#LP.MallCoupon .mainArea__coupon_wrapper {
	margin-bottom: 10%;
}

#LP.MallCoupon .mainArea__couponBnr {
	margin: 0 auto 10%;
	padding: 4%;
	background-color: var(--lp-color_white);
}

#LP.MallCoupon .mainArea__couponBnr li {
    margin-bottom: 4%;
}
#LP.MallCoupon #MOP .mainArea__couponBnr li:nth-child(n+3) {
    margin-bottom: 0;
}

#LP.MallCoupon .mainArea__couponBnr li:nth-child(n+4) {
	margin-bottom: 0;
}

#LP.MallCoupon .mainArea__banner-image { padding-bottom: 2%; }

#LP.MallCoupon .mainArea__frame-inner {
	position: relative;
	padding: 6% 10%;
	background-color: var(--lp-color_white);
	border-radius: 8px 8px 0 0;;
}

#LP.MallCoupon .mainArea__frame-image {
	margin: 0 auto 8%;
}


/* ボタン各種 */
#LP.MallCoupon .mainArea__btnLink a {
	position: relative;
	display: flex;
	align-items: center;
    justify-content: center;
	width: 70vw;
	min-width: 280px;
	max-width: 450px;
	height: clamp(54px, 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.MallCoupon .mainArea__btnLink 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.MallCoupon .mainArea__btnLink a.txt_twoLine {
    line-height: 1.3;
	font-size: clamp(13px, 3.2vw, 20px);
}

#LP.MallCoupon .mainArea__btnLink .btn_txt {
	width: 48vw;
	margin: 0 auto;
}

#LP.MallCoupon .mainArea__btnLink.btn_lineID a {
	width: 100%;
	background-color: var(--lp-color_green);
	border-bottom: solid 3px #FCE633;
	border-right: solid 3px #FCE633;
}

#LP.MallCoupon .mainArea__btnLink.btn_sns a {
	width: 100%;
	padding: 2% 0;
    min-height: 3rem;
}

#LP.MallCoupon .mainArea__btnLink a.bgcl_dark-gray:hover {
	background-color: #555;
	filter: brightness(1);
}


/* 黒帯アンカーリンク */
#LP.MallCoupon .anchorLink a {
	position: relative;
	display: flex;
	align-items: center;
    justify-content: center;
	width: 100%;
	height: clamp(54px, 14vw, 70px);
	margin: 0 auto;
	text-align: center;
	font-size: clamp(14px, 3.5vw, 24px);
	font-weight: 900;
	letter-spacing: 0.05em;
	color: var(--lp-color_white);
	background-color: var(--lp-color_dark-gray);
	transition: .3s;
}

#LP.MallCoupon .anchorLink a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-75%) rotate(135deg);
    right: 1rem;
	width: 12px;
	height: 12px;
	border-top: solid 2px var(--lp-color_white);
	border-right: solid 2px var(--lp-color_white);
}

#LP.MallCoupon .anchorLink.textAdjust a {
	padding-right: 1.5rem;
	font-size: 3.2vw;
}

#LP.MallCoupon .anchorLink a:hover {
	background-color: #555;
	filter: brightness(1);
}


/* おすすめカテゴリー */
#LP.MallCoupon .recommend {
	margin: 0 auto 10%;
}

#LP.MallCoupon .recommend__inner {
	margin: 0 auto;
	padding: 5% 4%;
}

#LP.MallCoupon .recommend .heading-ribbon {
    font-size: clamp(14px, 4.8vw, 24px);
}

#LP.MallCoupon .recommend .heading-ribbon.twoLine {
    font-size: clamp(14px, 4vw, 20px);
}


/* 他施策バナー */
#LP.MallCoupon .othersCP__bnr {
	margin: 0 auto;
	text-align: center;
}

#LP.MallCoupon .othersCP__bnr a {
	display: inline-block;
}

#LP.MallCoupon .othersCP__heading {
	margin: 0 auto 2%;
	text-align: center;
	font-size: 3vw;
	font-weight: 900;
	letter-spacing: .01em;
}
#LP.MallCoupon .othersCP__heading.-ftsm {
	font-size: 2.7vw;
}


/* 初回ログインクーポン */
#LP.MallCoupon .loginCP {
	text-align: center;
}

#LP.MallCoupon .loginCP__heading {
	position: relative;
	display: inline-block;
	margin: 0 auto 2%;
	padding-left: 1.2em;
	text-align: center;
	font-size: 3.3vw;
	font-weight: 900;
	letter-spacing: .01em;
}

#LP.MallCoupon .loginCP__heading::before {
	content: "";
	position: absolute;
	left: -0.5em;
	top: 50%;
	width: 1px;
	height: 1.4em;
	background-color: var(--lp-color_medium-gray);
	transform: translateY(-50%) rotate(-25deg);
}
#LP.MallCoupon .loginCP__heading::after {
	content: "";
	position: absolute;
	right: -0.5em;
	top: 50%;
	width: 1px;
	height: 1.4em;
	background-color: var(--lp-color_medium-gray);
	transform: translateY(-50%) rotate(25deg);
}

#LP.MallCoupon .loginCP__heading.icn_msp span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.1em;
	height: 1.1em;
	background: url('../images/common/wh_main__icn-msp.png') no-repeat center / contain;
}

#LP.MallCoupon .loginCP__bnr {
	margin: 0 auto 5%;
}

#LP.MallCoupon .loginCP__bnr a {
	display: inline-block;
}



/* 各種キャンペーン概要 */
#LP.MallCoupon .mainArea__section_campaign .header_yokoku {
	width: 50%;
	margin: 0 auto 4%;
}

#LP.MallCoupon .mainArea__section_campaign .txt_cp_promotion {
	margin-bottom: 5%;
	line-height: 1.8;
	text-align: center;
	font-size: 4.3vw;
	font-weight: 700;
}

#LP.MallCoupon .mainArea__section_campaign .txt_cp_promotion span {
	font-size: 120%;
	font-weight: 900;
	border-bottom: 1px solid;
}

#LP.MallCoupon .mainArea__section_lineID {
	margin: 0 auto 8%;
	padding: 6% 4%;
	background-color: var(--lp-color_pale-green);
}

#LP.MallCoupon .mainArea__section_lineID .txt_ribbonTop {
	margin-bottom: 2%;
	text-align: center;
	font-size: 3.5vw;
	font-weight: 900;
	letter-spacing: .05em;
	color: var(--lp-color_green);
}

#LP.MallCoupon .mainArea__section_lineID .line_box > .howTo_ttl {
	position: relative;
	width: 100%;
	margin-left: 7%;
	margin-bottom: 3%;
	font-size: 3.75vw;
	line-height: 1.6;
	font-weight: bold;
}

@media screen and (max-width: 980px) {
	#LP.MallCoupon .mainArea__section_lineID .line_box > .howTo_ttl.-position_adjust {
		margin-left: 18%;
	}
}

#LP.MallCoupon .mainArea__section_lineID .line_box .screenShot {
	width: 90%;
	margin: 0 auto;
}

#LP.MallCoupon .mainArea__section_lineID .line_box .howTo_ttl .num_icn{
	position: absolute;
	width: 1.2rem;
    left: -1.4rem;
    top: -2px;
}

#LP.MallCoupon .mainArea__section_lineID .line_flex_container {
	margin-bottom: 8%;
}

#LP.MallCoupon .line_flex_container .line_arrow {
	width: 20%;
    margin: 0 auto;
    padding: 6% 0;
}

#LP.MallCoupon .mainArea__section_app {
	margin: 0 auto 10%;
	padding: 6% 4%;
	background-color: var(--lp-color_pale-orange);
}

#LP.MallCoupon .mainArea__section_app .txt_ribbonTop {
	margin-bottom: 2%;
	text-align: center;
	font-size: 3.2vw;
	font-weight: 900;
	letter-spacing: .05em;
	background-image: url(../images/sp/wh_main_header_slash_app.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: bottom;
	background-size: 85%;
}

#LP.MallCoupon .mainArea__section_app .app_content_box {
	position: relative;
	padding: 10% 4% 4%;
	background-color: var(--lp-color_white);
}

#LP.MallCoupon .mainArea__section_app .app_content_box .howTo_txt {
	margin-bottom: 8%;
	text-align: center;
    font-size: 4.3vw;
    font-weight: 700;
    line-height: 1.7;
}

#LP.MallCoupon .mainArea__section_app .app_content_box .screenShot {
	width: 90%;
	margin: 0 auto;
}

#LP.MallCoupon .mainArea__section_app .app_content_box .num_icn {
	position: absolute;
    width: 2.7rem;
    left: 50%;
    transform: translateX(-50%);
    top: -1.3rem;
}

#LP.MallCoupon .mainArea__section_app .app_flex_container .line_arrow {
	width: 20%;
    margin: 0 auto;
    padding: 6% 0;
}

#LP.MallCoupon .mainArea__section_app .icn_app_container {
	position: relative;
	padding: 4%;
	background-color: var(--lp-color_light-gray);
}

#LP.MallCoupon .mainArea__section_app .icn_app_container p {
	position: absolute;
	top: 1.2rem;
	font-size: 3.8vw;
    font-weight: 700;
}

#LP.MallCoupon .mainArea__section_app .icn_app_flexBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#LP.MallCoupon .mainArea__section_app .icn_app_flexBox li.icn_appstore {
	width: 23vw;
}

#LP.MallCoupon .mainArea__section_app .icn_app_flexBox li.icn_googleplay {
	width: 29vw;
}

#LP.MallCoupon .mainArea__section_app .icn_app_flexBox li.img_qr {
	width: 19vw;
}


/* クーポンの注意事項 */
#LP.MallCoupon .notes {
	display: block;
	text-align: center;
}

#LP.MallCoupon .notes__wrapper {
	border-radius: 5px;
	background-color: var(--lp-color_white);
}

#LP.MallCoupon .notes__inner {
	padding: 6% 3%;
}

#LP.MallCoupon .notes__list {
	display: inline-block;
}

#LP.MallCoupon .notes__heading {
	margin-bottom: 3%;
	text-align: center;
	font-size: 4vw;
	font-weight: 900;
}

#LP.MallCoupon .notes__text {
	color: var(--lp-color_black);
	font-size: 2.9vw;
	font-weight: 500;
	text-align: left;
	padding-left: 1.1em;
}
#LP.MallCoupon .notes__text.-fs_sm {
	font-size: 2.4vw;
}

#LP.MallCoupon .notes__text::before {
	content: '※';
	display: inline-block;
	margin-left: -1em;
	width: 1.1em;
}
#LP.MallCoupon .notes__text:not(:last-of-type) { margin-bottom: 1%; }

#LP.MallCoupon .fontMarker { background: linear-gradient(transparent 70%, var(--lp-color_yellow) 70%);}

#LP.MallCoupon .textLink {
	color: var(--lp-color_link-blue);
	border-bottom: 1px solid var(--lp-color_link-blue);
	font-weight: 500;
}

#LP.MallCoupon .textLink_block {
	text-align: right;
}
#LP.MallCoupon .textLink_block a {
	display: inline-block;
	font-size: 3vw;
}



/* タブの切替・レイアウト・シャドウ */
#LP.MallCoupon .tab__wrapper {
    position: relative;
    z-index: 0;
}

#LP.MallCoupon .tab__wrapper .tab_btn__container {
    display: flex;
    justify-content: center;
}

#LP.MallCoupon .tab__wrapper .tab_btn {
    position: relative;
    bottom: -1px;
    width: 50%;
    padding: 0.5rem 0;
    color: #333;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    border-radius: 12px 12px 0 0;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    user-select: none;
    z-index: 1;
}

#LP.MallCoupon .tab__wrapper .tab_btn img {
    width: 60%;
    margin: 0 auto;
}

#LP.MallCoupon .tab__wrapper .tab_btn.mall,
#LP.MallCoupon .tab__wrapper .tab_btn.mall.active {
    background-color: var(--lp-color_tab-pale-blue);
}
#LP.MallCoupon .tab__wrapper .tab_btn.mop,
#LP.MallCoupon .tab__wrapper .tab_btn.mop.active {
    background-color: var(--lp-color_tab-pale-orange);
}

#LP.MallCoupon .tab_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0;
    background: transparent;
    z-index: -1;
    border-radius: 14px 14px 0 0;
    pointer-events: none;
}

#LP.MallCoupon .tab_btn::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    height: 15px;
    pointer-events: none;
    z-index: 1;
    background: var(--lp-color_tab-pale-blue);
    opacity: 0;
    transition: opacity 0.1s linear;
}

#LP.MallCoupon .tab_btn.mall.active::after {
    opacity: 1;
	right: -5px;
}

#LP.MallCoupon .tab_btn.mop::after {
    background: var(--lp-color_tab-pale-orange);
}
#LP.MallCoupon .tab_btn.mop.active::after {
    opacity: 1;
	left: -5px;
}

#LP.MallCoupon .tab_btn.active {
    z-index: 2;
}
#LP.MallCoupon .tab_btn.active::before {
    box-shadow: 0 -3px 10px 3px rgba(0, 0, 0, 0.1);
}

#LP.MallCoupon .tab__wrapper .tab_panel__wrapper {
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

#LP.MallCoupon .tab__wrapper .tab_panel {
    display: none;
}

#LP.MallCoupon .tab__wrapper .tab_panel.active,
#LP.MallCoupon .tab__wrapper #andmall.tab_panel.active,
#LP.MallCoupon .tab__wrapper #MOP.tab_panel.active {
    display: block;
}

#LP.MallCoupon .tab_panel .contents__wrapper_top {
    padding: 5% 4% 10%;
}
#LP.MallCoupon .tab_panel .contents__wrapper_bottom {
    padding: 8% 4% 10%;
}

/* ローディング画面 */
#LP .loader {
    background: var(--lp-color_white);
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 20;
    width: 100vw;
    height: 100vh;
}
#LP .loader.fade-out {
    opacity: 0;
	pointer-events: none;
    transition: opacity .4s ease;
}

#LP .loading__wrapper {
    text-align: center;
    width: 50%;
}

#LP .loading__text {
    color: var(--lp-color_black);
    font-size: 1.5em;
	font-weight: 700;
    margin-bottom: 1em;
}

#LP .loading__progress {
    background-color: var(--lp-color_gray);
    border-radius: 3px;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    height: 6px;
}

#LP .loading__progress__bar {
    background-image: linear-gradient(90deg, var(--lp-color_main-blue), var(--lp-color_main-blue) 40%, var(--lp-color_main-orange) 60% 100%);
    transition: width .4s ease;
    width: 0%;
    max-width: 300px;
    height: 100%;
}


/**************************************************
main
PC_layout（980px以上）
**************************************************/

@media screen and (min-width: 980px) {
	/* -------------
	LP共通
	------------- */

	#LP.MallCoupon {
		margin: 0 auto;
	}

	#LP.MallCoupon img { 
		width: auto;
		max-width: 100%; 
	}

	#LP.MallCoupon .device_sp { display: none; }
	#LP.MallCoupon .device_pc { display: block; }

	#LP.MallCoupon .heading-ribbon {
		margin-bottom: 40px;
		width: 650px;
		min-height: 80px;
		padding: 0;
		letter-spacing: .05em;
	}

	/* -------------
	スペーサー
	------------- */
	#LP.MallCoupon .mb_xs { margin-bottom: 16px !important; }
	#LP.MallCoupon .mb_sm { margin-bottom: 32px !important; }
	#LP.MallCoupon .mb_md { margin-bottom: 48px !important; }
	#LP.MallCoupon .mb_lg { margin-bottom: 60px !important; }

	#LP.MallCoupon .mt_xs { margin-top: 16px !important; }
	#LP.MallCoupon .mt_sm { margin-top: 24px !important; }
	#LP.MallCoupon .mt_md { margin-top: 48px !important; }
	#LP.MallCoupon .mt_lg { margin-top: 60px !important; }

	/* -------------
	キービジュアル
	------------- */
	#LP.MallCoupon .kvArea {
		position: relative;
		height: 250px;
		background: linear-gradient(to right, var(--lp-color_main-blue) 50%, var(--lp-color_main-orange) 50%);
	}

	#LP.MallCoupon .kvArea .kv_ornaments {
		position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
		z-index: 5;
		max-width: none;
	}

	#LP.MallCoupon .kvArea__h1 {
		width: fit-content;
		margin: 0 auto;
		padding-top: 16px;
	}

	#LP.MallCoupon .kvArea__bottom {
		width: 100%;
		padding-top: 16px;
        padding-bottom: 11px;
		text-align: center;
		background-color: #f1f1f1;
	}

	/* -------------
	メインコンテンツ
	------------- */

	#LP.MallCoupon .mainArea__wrapper {
		max-width: 1240px;
        width: 100%;
		margin: 0 auto;
	}

	#LP.MallCoupon .mainArea__inner {
		max-width: 1240px;
        width: 100%;
		padding: 50px 0 0;
	}

	#LP.MallCoupon .mainArea__inner .img_flower{
		position: absolute;
		top: -30px;
		left: -130px;
	}

	#LP.MallCoupon .mainArea__frame-inner {
		width: 810px;
		border-radius: 15px 15px 0 0;
		padding: 36px;
	}

	#LP.MallCoupon .mainArea__frame .box_yellow {
		width: 800px;
		padding: 20px;
		border-radius: 0 0 15px 15px;
	}

	#LP.MallCoupon .mainArea__frame-image {
		width: 534px;
		margin: 0 auto 40px;
	}

	#LP.MallCoupon .mainArea__headerGroup-h2 {
		margin-bottom: 20px;
		font-size: 26px;
	}
	
	#LP.MallCoupon .mainArea__headerGroup-h2 span.fs_lg {
		font-size: 34px;
		line-height: 1.8;
	}

	#LP.MallCoupon span.marker_yellow {
		padding-right: 0.2%;
	}

	#LP.MallCoupon .mainArea__headerGroup-h3 {
		margin-bottom: 24px;
		font-size: 32px;
		letter-spacing: .02em;
	}

	#LP.MallCoupon .mainArea__headerGroup-h4 {
		margin-bottom: 20px;
		font-size: 22px;
		line-height: 1.8;
		padding-bottom: 2px;
		background-image: url(../images/pc/wh_main_header_slash.png);
		background-size: auto;
	}
	#LP.MallCoupon .mainArea__headerGroup-h4 span{
		font-size: 30px;
	}

	#LP.MallCoupon .mainArea__headerGroup-h5 {
		font-size: 22px;
	}

	#LP.MallCoupon .mainArea__headerGroup-h6 {
		margin-bottom: 20px;
		font-size: 25px;
	}

	#LP.MallCoupon .mainArea__headerGroup-txtimg {
		width: 100%;
	}

	#LP.MallCoupon .mainArea__headerGroup-block > *:not(:last-of-type) { padding-bottom: 15px; }

	#LP.MallCoupon .mainArea__headerGroup-image { width: 608px; }
	#LP.MallCoupon .mainArea__headerGroup-text { font-size: 16px; margin-bottom: 40px; }

	#LP.MallCoupon .mainArea__frame.campaign { 
		margin-bottom: 48px;
	}

	#LP.MallCoupon .mainArea__coupon_wrapper {
		margin-bottom: 60px;
	}

	#LP.MallCoupon .mainArea__couponBnr {
		margin: 0 auto 50px;
		max-width: 980px;
        padding: 30px;
	}

	#LP.MallCoupon .mainArea__couponBnr li {
		margin-bottom: 30px;
	}

	#LP.MallCoupon .mainArea__couponBnr li.coupon_mop {
		margin-bottom: 0;
	}

	#LP.MallCoupon .mainArea__banner-image { padding-bottom: 10px; }

	#LP.MallCoupon .mainArea__header_medalMember {
		padding: 32px 120px;
		height: 150px;
	}

	#LP.MallCoupon .mainArea__header_medalMember .txt_medal.txt_oneLine {
		font-size: 32px;
	}

	/* ボタン各種 */
	#LP.MallCoupon .mainArea__btnLink a {
		width: 450px;
        height: 82px;
        padding: 27px 0;
        font-size: 25px;
	}
	
	#LP.MallCoupon .mainArea__btnLink a::after {
        right: 20px;
        width: 16px;
        height: 16px;
		border-top: solid 3px var(--lp-color_white);
		border-right: solid 3px var(--lp-color_white);
	}

	#LP.MallCoupon .mainArea__btnLink a.txt_twoLine {
		padding: 13px 0;
		font-size: 20px;
	}

	#LP.MallCoupon .mainArea__btnLink a.searchItems {
		width: 580px;
	}
	
	#LP.MallCoupon .mainArea__btnLink a.btn_short {
		width: 400px;
	}

	#LP.MallCoupon .mainArea__btnLink.btn_lineID a {
		width: 450px;
	}

	#LP.MallCoupon .mainArea__btnLink .btn_txt {
		width: auto;
	}

	#LP.MallCoupon .mainArea__btnLink.btn_square a {
		width: 650px;
		height: 82px;
		padding: 27px 0;
		font-size: 26px;
	}

	#LP.MallCoupon .mainArea__btnLink.btn_square a::after {
		top: 32px;
		right: 25px;
		width: 18px;
		height: 18px;
		border-top: solid 3px var(--lp-color_white);
		border-right: solid 3px var(--lp-color_white);
	}

	#LP.MallCoupon .mainArea__btnLink.btn_square a.fs_sm {
		padding: 8px 0;
		font-size: 26px;
	}

	#LP.MallCoupon .mainArea__btnLink-column {
		display: flex;
		justify-content: space-evenly;
	}

	/* 黒帯アンカーリンク */
	#LP.MallCoupon .anchorLink a {
		width: 650px;
        height: 82px;
        margin-bottom: 0;
		padding-top: 0;
        padding-bottom: 0;
		padding-right: 28px;
        font-size: 24px;
        letter-spacing: 0.05em;
	}

	#LP.MallCoupon .anchorLink a::after {
        width: 18px;
        height: 18px;
        border-top: solid 3px var(--lp-color_white);
        border-right: solid 3px var(--lp-color_white);
	}

	#LP.MallCoupon .anchorLink.textAdjust a {
		padding-right: 30px;
		font-size: 24px;
	}


	/* おすすめカテゴリー */
	#LP.MallCoupon .andmall__wrapper,#LP.MallCoupon .mop__wrapper {
		margin-bottom: 60px;
	}

	#LP.MallCoupon .heading-ribbon.heading-slider {
		font-size: 32px;
	}


	/* 他施策バナー */
	#LP.MallCoupon .othersCP__heading,
	#LP.MallCoupon .othersCP__heading.-ftsm {
		margin: 0 auto 12px;
		font-size: 24px;
	}


	/* 初回ログインクーポン */
	#LP.MallCoupon .loginCP__heading {
		margin: 0 auto 12px;
		padding-left: 1.2em;
		font-size: 24px;
		letter-spacing: .01em;
	}

	#LP.MallCoupon .loginCP__heading::before {
		width: 2px;
	}
	#LP.MallCoupon .loginCP__heading::after {
		width: 2px;
	}

	#LP.MallCoupon .loginCP__bnr {
		margin: 0 auto 30px;
	}

	/* 各種キャンペーン概要 */
	#LP.MallCoupon .mainArea__section_campaign .header_yokoku {
		width: fit-content;
		margin: 0 auto 30px;
	}

	#LP.MallCoupon .mainArea__section_campaign .txt_cp_promotion {
		margin-bottom: 40px;
		font-size: 25px;
		letter-spacing: .05em;
	}

	#LP.MallCoupon .heading-ribbon.heading-line {
		font-size: 42px;
		padding: 0;
	}

	#LP.MallCoupon .mainArea__section_lineID {
		max-width: 980px;
		margin-bottom: 60px;
		padding: 40px;
	}

	#LP.MallCoupon .mainArea__section_lineID .txt_ribbonTop {
		margin-bottom: 12px;
		font-size: 25px;
	}

	#LP.MallCoupon .mainArea__section_lineID .line_flex_container {
		display: flex;
		justify-content: space-between;
		width: 850px;
		margin: 0 auto 40px;
	}

	#LP.MallCoupon .mainArea__section_lineID .line_flex_container .line_box {
		width: 240px;
		padding: 30px 0 20px;
		height: fit-content;
		background-color: var(--lp-color_white);
	}

	#LP.MallCoupon .mainArea__section_lineID .line_box > .howTo_ttl {
		text-align: center;
		width: 100%;
        height: 120px;
        margin: 0 auto;
        font-size: 17px;
	}

	#LP.MallCoupon .mainArea__section_lineID .line_box .howTo_ttl .num_icn {
        position: absolute;
		width: auto;
        top: -45px;
        left: 105px;
    }

	#LP.MallCoupon .mainArea__section_lineID .line_box .howTo_ttl .num_icn img {
        width: 30px;
    }

	#LP.MallCoupon .mainArea__section_lineID .line_flex_container .line_arrow {
        width: 17px;
        padding-top: 200px;
    }

	#LP.MallCoupon .mainArea__section_lineID .line_flex_container .line_box figure {
        width: fit-content;
		margin: 0 auto;
    }

	#LP.MallCoupon .mainArea__section_lineID .line_flex_container .line_box .screenShot img {
        width: 210px;
    }

	#LP.MallCoupon .mainArea__section_app .txt_ribbonTop {
		margin-bottom: 12px;
		font-size: 22px;
		background-image: none;
	}
	#LP.MallCoupon .mainArea__section_app .txt_ribbonTop::before {
		content: '\FF3C';
	}
	#LP.MallCoupon .mainArea__section_app .txt_ribbonTop::after {
		content: '\FF0F';
	}

	#LP.MallCoupon .heading-ribbon.heading-app {
		font-size: 26px;
		padding: 0;
	}

	#LP.MallCoupon .mainArea__section_app {
		max-width: 980px;
		margin-bottom: 60px;
		padding: 40px;
	}


	#LP.MallCoupon .mainArea__section_app .app_flex_container {
		display: flex;
		justify-content: space-between;
		width: 550px;
		margin: 0 auto 40px;
	}

	#LP.MallCoupon .mainArea__section_app .app_flex_container .app_content_box {
		width: 240px;
		height: 512px;
		padding: 30px 0 20px;
		background-color: var(--lp-color_white);
	}

	#LP.MallCoupon .mainArea__section_app .app_content_box > .howTo_txt {
		text-align: center;
		width: 100%;
        height: 130px;
        margin: 0 auto;
        font-size: 17px;
	}

	#LP.MallCoupon .mainArea__section_app .app_content_box .howTo_txt .num_icn {
        position: absolute;
        top: -15px;
        left: 120px;
    }

	#LP.MallCoupon .mainArea__section_app .app_content_box .howTo_txt .num_icn img {
        width: 30px;
    }

	#LP.MallCoupon .mainArea__section_app .app_flex_container .line_arrow {
        width: 17px;
        padding-top: 200px;
    }

	#LP.MallCoupon .mainArea__section_app .app_flex_container .app_content_box figure {
        width: fit-content;
		margin: 0 auto;
    }

	#LP.MallCoupon .mainArea__section_app .app_flex_container .app_content_box .screenShot img {
        width: 210px;
    }

	#LP.MallCoupon .mainArea__section_app .icn_app_container {
		width: 700px;
		margin: 0 auto;
		padding: 20px 45px;
	}

	#LP.MallCoupon .mainArea__section_app .icn_app_container p {
		top: 35px;
		font-size: 30px;
	}

	#LP.MallCoupon .mainArea__section_app .icn_app_flexBox li.icn_appstore,
	#LP.MallCoupon .mainArea__section_app .icn_app_flexBox li.icn_googleplay,
	#LP.MallCoupon .mainArea__section_app .icn_app_flexBox li.img_qr {
		width: fit-content;
	}
	

	/* クーポンの注意事項 */
	#LP.MallCoupon .notes__wrapper {
		width: 800px;
		margin: 0 auto;
		border-radius: 8px;
	}

	#LP.MallCoupon .notes__inner {
		padding: 32px 20px;
	}

	#LP.MallCoupon .notes__heading {
		margin-bottom: 20px;
		font-size: 28px;
	}

	#LP.MallCoupon .notes__text {
		font-size: 14px;
	}

	#LP.MallCoupon .notes__text.-fs_sm {
		font-size: 20px;
	}

	#LP.MallCoupon .notes__text:not(:last-of-type) {
		margin-bottom: 8px;
	}

	/* タブ切替 */
	#LP.MallCoupon .tab__wrapper .tab_btn {
		height: 73px;
		padding: 20px 0 0;
	}

	#LP.MallCoupon .tab_btn.active::before {
		box-shadow: 0 -5px 10px 5px rgba(0, 0, 0, 0.08);
	}

	#LP.MallCoupon .tab__wrapper .tab_btn img {
		width: fit-content;
	}

	#LP.MallCoupon .tab_panel .contents__wrapper_top {
		padding: 30px 70px 60px;
	}

	#LP.MallCoupon .tab_panel .contents__wrapper_bottom {
		padding: 60px 0;
	}

}