@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_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_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.inlineLink {
	display: inline;
}

#LP.mallCoupon .device_sp { display: block; }
#LP.mallCoupon .device_pc { display: none; }

/* スペーサー */
#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-h1 {
	text-align: center;
	margin: 0 auto 4%;
	line-height: 1.2;
	letter-spacing: .05em;
    font-size: 5.5vw;
    font-weight: 900;
	color: var(--lp-color_coral);
	background-image: url(../images/common/wh_main_header_slash.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: bottom;
	background-size: 87%;
}

#LP.mallCoupon .mainArea__headerGroup-h1.bg_slash {
	background-image: url(../images/common/wh_main_header_slash.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: bottom;
	background-size: 87%;
}

#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: 3vw;
    font-weight: 700;
	letter-spacing: .01em;
	background-image: url(../images/common/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: 4vw;
	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-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__couponBnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 10%;
	padding: 4%;
	background-color: var(--lp-color_white);
}

#LP.mallCoupon .mainArea__couponBnr li {
	flex-basis: 48%;
    margin-bottom: 3%;
}
#LP.mallCoupon #MOP .mainArea__couponBnr li {
    margin-bottom: 0;
}

#LP.mallCoupon .mainArea__couponBnr li:nth-child(n+3) {
	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: block;
	width: 70vw;
	height: 3.3rem;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	border-radius: 100px;
	transition: .4s;
	user-select: none;
	padding: 5% 0;
    font-size: 4vw;
	font-weight: 700;
	color: var(--lp-color_white);
}

#LP.mallCoupon .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.mallCoupon .mainArea__btnLink a.txt_twoLine {
    padding: 2.5% 0;
    line-height: 1.4;
	font-size: 3.2vw;
}

#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_square a {
	width: 100%;
	height: 13.5vw;
	margin: 0 auto;
	border-radius: 5px;
	padding: 4.5% 0;
    font-size: 4.5vw;
	font-weight: 900;
}

#LP.mallCoupon .mainArea__btnLink.btn_square a.fs_sm {
	padding: 2.5% 0;
    font-size: 3.5vw;
	line-height: 1.2;
}

#LP.mallCoupon .mainArea__btnLink.btn_square a::after {
    top: 38%;
    right: 5%;
    width: 12px;
    height: 12px;
}

/* LPトップ 横並びアンカーリンク */
#LP.mallCoupon .anchorArea.btn2col {
	margin: 0 auto 8%;
}

#LP.mallCoupon .anchorArea.btn2col li.anchorLink:first-child {
	margin-bottom: 4%;
}

#LP.mallCoupon .anchorArea.btn2col li.anchorLink {
	position: relative;
	width: 85%;
	height: 13.5vw;
	margin: 0 auto;
	padding: 4% 0;
	text-align: center;
	font-size: 4vw;
	font-weight: 900;
	letter-spacing: 0.05em;
	border-radius: 5px;
	color: var(--lp-color_white);
	transition: .4s;
}
#LP.mallCoupon .anchorArea.btn2col li.anchorLink::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.mallCoupon .anchorLink.wideBtn {
	position: relative;
	width: 100%;
	height: 3.3rem;
	margin: 0 auto;
	padding: 4% 0;
	display: block;
	text-align: center;
	font-size: 4vw;
	font-weight: 900;
	letter-spacing: 0.05em;
	color: var(--lp-color_white);
	background-color: var(--lp-color_dark-gray);
	transition: .3s;
}

#LP.mallCoupon .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.mallCoupon .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.mallCoupon .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.mallCoupon .mainArea__bnrLink {
	margin: 0 auto 8%;
}

#LP.mallCoupon .mainArea__bnrLink .header_txt {
	width: 85%;
	margin: 0 auto 2%;
}

#LP.mallCoupon .mainArea__bnrLink .regist_bnr {
	position: relative;
}

#LP.mallCoupon .mainArea__bnrLink .regist_bnr .mainArea__btnLink.regist {
	position: absolute;
	top: 61%;
}

#LP.mallCoupon .mainArea__bnrLink .regist_bnr .mainArea__btnLink.regist a {
	position: relative;
	display: block;
	width: 40vw;
	margin: 0 auto;
	text-align: center;
	line-height: 1;
	border-radius: 100px;
	transition: .4s;
	user-select: none;
	padding: 1.2rem 0;
	font-size: 3vw;
	font-weight: 700;
	color: var(--lp-color_white);
	background-color: var(--lp-color_navy);
}

#LP.mallCoupon .mainArea__bnrLink .regist_bnr .mainArea__btnLink.regist a::after {
	content: "";
    display: block;
    position: absolute;
    top: 40%;
    right: 6%;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
    width: 7px;
    height: 7px;
	border-top: solid 1px var(--lp-color_white);
    border-right: solid 1px var(--lp-color_white);
}

#LP.mallCoupon .mainArea__bnrLink.xFollow {
	position: relative;
	margin-bottom: 8%;
}

/* 各種キャンペーン概要 */
#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-bottom: 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;
}

#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-bottom: 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/common/wh_main_header_slash.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 .mainArea__frame-inner.notes {
	background-color: var(--lp-color_white);
	border-radius: 5px;
	position: relative;
	padding: 5% 4%;
}

#LP.mallCoupon .mainArea__notes-h3,
#LP.mallCoupon .mainArea__notes-list > li {
	letter-spacing: 0.01em;
	line-height: 1.5;
}

#LP.mallCoupon .mainArea__notes-h3 {
	margin-bottom: 3%;
	text-align: center;
	font-size: 4vw;
	font-weight: 900;
}

#LP.mallCoupon .mainArea__notes-list > li {
	color: var(--lp-color_black);
	font-size: 2.9vw;
	font-weight: 500;
	text-align: left;
	padding-left: 1.1em;
}
#LP.mallCoupon .mainArea__frame-inner .mainArea__notes-list > li { color: var(--lp-color_black); }

#LP.mallCoupon .mainArea__notes-list > li::before {
	content: '※';
	display: inline-block;
	margin-left: -1em;
	width: 1.1em;
}
#LP.mallCoupon .mainArea__notes-list > li:not(:last-of-type) { margin-bottom: 1%; }

#LP.mallCoupon .fontMarker { background: linear-gradient(transparent 70%, var(--lp-color_yellow) 70%); font-weight: 500;}

#LP.mallCoupon .textLink { color: var(--lp-color_link-blue); border-bottom: 1px solid var(--lp-color_link-blue); font-weight: 500;}


/* タブの切替・レイアウト・シャドウ */
#LP.mallCoupon .tab_box {
    position: relative;
    z-index: 0;
}

#LP.mallCoupon .tab_box .btn_area {
    display: flex;
    justify-content: center;
}

#LP.mallCoupon .tab_box .tab_btn {
    position: relative;
    bottom: -1px;
    width: 50%;
    padding: 8px 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_box .tab_btn img {
    width: 60%;
    margin: 0 auto;
}

#LP.mallCoupon .tab_box .tab_btn.mall,
#LP.mallCoupon .tab_box .tab_btn.mall.active {
    background-color: var(--lp-color_tab-pale-blue);
}
#LP.mallCoupon .tab_box .tab_btn.mop,
#LP.mallCoupon .tab_box .tab_btn.mop.active {
    background-color: var(--lp-color_tab-pale-orange);
}

#LP.mallCoupon .tab_btn {
    position: relative;
    width: 620px;
    height: 73px;
    z-index: 1;
}

#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;

    box-shadow: 
        0 -8px 16px rgba(0, 0, 0, 0.03),
        -8px 0 16px rgba(0, 0, 0, 0.03),
        8px 0 16px rgba(0, 0, 0, 0.03);
}

#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;
}

#LP.mallCoupon .tab_btn.mop::after {
    background: var(--lp-color_tab-pale-orange);
}
#LP.mallCoupon .tab_btn.mop.active::after {
    opacity: 1;
}

#LP.mallCoupon .tab_btn.active {
    z-index: 2;
}

#LP.mallCoupon .tab_box .panel_area {
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

#LP.mallCoupon .tab_box .tab_panel {
    display: none;
}

#LP.mallCoupon .tab_box .tab_panel.active,
#LP.mallCoupon .tab_box #andmall.tab_panel.active,
#LP.mallCoupon .tab_box #MOP.tab_panel.active {
    display: block;
}

#LP.mallCoupon .tab_panel .contents__wrapper {
    padding: 5% 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;
    transition: opacity .4s ease;
}

#LP .loading__wrapper {
    text-align: center;
    width: 50%;
}

#LP .loading__text {
    color: var(--lp-color_black);
    font-size: 1.5em;
    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-color: #ca4430;
    transition: width .4s ease;
    width: 0%;
    max-width: 300px;
    height: 100%;
}

/* 期間終了後表示 */
#LP.mallCoupon .mainArea__campaignEnd {
	display: none;
	width: 92%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 6%;
	padding: 3% 0;
	font-size: 4.3vw;
	font-weight: bold;
	line-height: 1.5;
	color: var(--lp-color_black);
	background-color: var(--lp-color_white);
	border: 2px solid var(--lp-color_black);
	border-radius: 5px;
}
#LP.mallCoupon .mainArea__campaignEnd span { font-size: 70%; font-weight: 500;}

/*************************
main
PC_layout（980px以上）
*************************/

@media screen and (min-width: 980px) {
	/* -------------
	LP共通
	------------- */

	#LP.mallCoupon {
		margin: 0 auto;
		min-width: 1000px;
	}

	#LP.mallCoupon img { width: fit-content; }

	#LP.mallCoupon .device_sp { display: none; }
	#LP.mallCoupon .device_pc { display: block; }

	/* -------------
	スペーサー
	------------- */
	#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) 0%, var(--lp-color_main-blue) 50%, var(--lp-color_main-orange) 50%, var(--lp-color_main-orange) 100%);
	}

	#LP.mallCoupon .kvArea .kv_ornaments {
		position: absolute;
        top: 50%;
        left: 50%;
		transform: translate(-50%, -125px);
		z-index: 10;
	}

	#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: var(--lp-color_white);
	}

	/* -------------
	メインコンテンツ
	------------- */

	#LP.mallCoupon .mainArea__wrapper {
		width: 1240px;
		margin: 0 auto;
	}

	#LP.mallCoupon .mainArea__inner {
		padding: 50px 0 0;
		width: 1240px;
	}

	#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-h1 {
		font-size: 42px;
		margin-bottom: 32px;
	}

	#LP.mallCoupon .mainArea__headerGroup-h1.bg_slash {
		background-size: auto;
	}

	#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: 40px;
		font-size: 32px;
		letter-spacing: .02em;
	}

	#LP.mallCoupon .mainArea__headerGroup-h4 {
		font-size: 22px;
		background-image: none;
	}
	#LP.mallCoupon .mainArea__headerGroup-h4 span{
		font-size: 32px;
	}
	#LP.mallCoupon .mainArea__headerGroup-h4::before {
		content: '\FF3C';
	}
	#LP.mallCoupon .mainArea__headerGroup-h4::after {
		content: '\FF0F';
	}

	#LP.mallCoupon .mainArea__headerGroup-h5 {
		font-size: 22px;
	}

	#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__couponBnr {
		margin: 0 auto 50px;
		width: 1100px;
        padding: 20px 65px;
	}

	#LP.mallCoupon .mainArea__couponBnr li {
		flex-basis: 470px;
		margin-bottom: 30px;
	}
	#LP.mallCoupon #MOP .mainArea__couponBnr li {
		margin-bottom: 0;
	}

	#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 {
		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.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トップ 横並びアンカーリンク */
	#LP.mallCoupon .anchorArea.btn2col {
		margin: 0 auto 40px;
		display: flex;
		justify-content: space-between;
	}

	#LP.mallCoupon .anchorArea.btn2col li.anchorLink {
		width: 450px;
		margin: 0;
		padding: 22px 0;
		height: 82px;
		font-size: 24px;
        letter-spacing: .03em;
	}

	#LP.mallCoupon .anchorArea.btn2col li.anchorLink::after {
		right: 20px;
        top: 30px;
        width: 16px;
        height: 16px;
        border-top: solid 3px var(--lp-color_white);
        border-right: solid 3px var(--lp-color_white);
	}

	#LP.mallCoupon .anchorArea.btn2col li.anchorLink:first-child {
		margin-bottom: 0;
	}

	/* 黒帯アンカーリンク */
	#LP.mallCoupon .anchorLink.wideBtn {
		width: 650px;
        height: 80px;
        margin-bottom: 0;
        font-size: 24px;
        padding: 21px 0;
        letter-spacing: 0.05em;
	}

	#LP.mallCoupon .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.mallCoupon .mainArea__bnrLink {
		margin: 0 auto 32px;
	}

	#LP.mallCoupon .mainArea__bnrLink .header_txt {
		margin: 0 auto 16px;
	}

	#LP.mallCoupon .mainArea__bnrLink .regist_bnr .mainArea__btnLink.regist {
		top: 265px;
	}

	#LP.mallCoupon .mainArea__bnrLink .regist_bnr .mainArea__btnLink.regist a {
		width: 300px;
		height: 60px;
		padding: 20px;
		font-size: 18px;
	}

	#LP.mallCoupon .mainArea__bnrLink .regist_bnr .mainArea__btnLink.regist a::after {
		top: 25px;
		right: 20px;
		width: 10px;
		height: 10px;
		border-top: solid 2px var(--lp-color_white);
		border-right: solid 2px var(--lp-color_white);
	}

	#LP.mallCoupon .anchorLink.round {
		left: 270px;
		bottom: 18px;
		width: 260px;
		padding: 14px;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 0.01em;
	}
	
	#LP.mallCoupon .anchorLink.round::after {
		right: 20px;
		top: 15px;
		width: 12px;
		height: 12px;
		border-top: solid 2px var(--lp-color_white);
		border-right: solid 2px var(--lp-color_white);
	}

	#LP.mallCoupon .mainArea__bnrLink.xFollow {
		width: 800px;
		margin-bottom: 48px;
	}

	/* おすすめカテゴリー */
	#LP.mallCoupon .andmall__wrapper,#LP.mallCoupon .mop__wrapper {
		margin-bottom: 60px;
	}

	#LP.mallCoupon .mainArea__headerRibbon {
		margin: 0 auto 40px;
	}

	#LP.mallCoupon .mainArea__headerRibbon_txt {
		margin-bottom: 16px;
		font-size: 25px;
		letter-spacing: .05em;
	}

	#LP.mallCoupon .mainArea__headerRibbon p {
		font-size: 34px;
	}
	#LP.mallCoupon .mainArea__headerRibbon p.fs_sm {
		font-size: 26px;
	}

	/* 各種キャンペーン概要 */
	#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 .mainArea__section_lineID .txt_ribbonTop {
		margin-bottom: 12px;
		font-size: 25px;
	}

	#LP.mallCoupon .mainArea__section_lineID {
		margin-bottom: 60px;
		padding: 40px;
	}

	#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;
        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: 24px;
		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 .mainArea__section_app {
		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 .mainArea__frame-inner.notes {
		margin: 0 auto;
		padding: 32px 20px;
	}

	#LP.mallCoupon .mainArea__notes-h3 {
		font-size: 28px;
		margin-bottom: 20px;
		letter-spacing: .01em;
	}

	#LP.mallCoupon .mainArea__notes-list > li { font-size: 14px; }

	#LP.mallCoupon .mainArea__notes-list > li:not(:last-of-type) {
		margin-bottom: 4px;
	}

	/* タブ切替 */
	#LP.mallCoupon .tab_box .tab_btn {
		height: 73px;
		padding: 20px 0 0;
	}

	#LP.mallCoupon .tab_box .tab_btn img {
		width: fit-content;
	}

	#LP.mallCoupon .tab_panel .contents__wrapper {
		padding: 30px 70px 60px;
	}


	/* 期間終了後表示 */
	#LP.mallCoupon .mainArea__campaignEnd {
		width: 980px;
		font-size: 32px;
		margin-bottom: 40px;
		padding: 24px 0;
	}
}