@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;
}

/*************************
custom properties
*************************/

#LP.msp-pointcp {
	--lp-color_black: #222;
	--lp-color_darkGray: #666;
	--lp-color_white: #fff;
	--lp-color_gray: #d5d5d5;

	--lp-color_navy: #2368B6;
	--lp-color_yellow: #FBDB00;
	--lp-color_light-yellow: #ffe850;
	--lp-color_pale-yellow: #FEFBDB;
	--lp-color_vivid-pink: #E81364;
	--lp-color_red: #E81313;
}

/*************************
SP_layout（980px未満）
*************************/

#LP.msp-pointcp {
	width: 100%;
	overflow: hidden;
	line-height: 1.5;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: var(--lp-color_black);
}

#LP.msp-pointcp.is_end { pointer-events: none; }

#LP.msp-pointcp img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

#LP.msp-pointcp a {
	transition-duration: .3s;
	text-decoration: none;
}

#LP.msp-pointcp a:hover {
	opacity: 1;
	filter: brightness(.7);
	transition-duration: .4s;
}

#LP.msp-pointcp a.inlineLink {
	display: inline;
}

#LP.msp-pointcp p{
	text-align: center;
	margin: 0 auto;
}

#LP.msp-pointcp .device_sp { display: block; }
#LP.msp-pointcp .device_pc { display: none; }

#LP.msp-pointcp .inline_txt_pc { display: none; }

/* スペーサー */
#LP.msp-pointcp .mb_none { margin-bottom: 0 !important; }
#LP.msp-pointcp .mb_xs { margin-bottom: 3% !important; }
#LP.msp-pointcp .mb_sm { margin-bottom: 5% !important; }
#LP.msp-pointcp .mb_md { margin-bottom: 8% !important; }
#LP.msp-pointcp .mb_mdlg { margin-bottom: 10% !important; }
#LP.msp-pointcp .mb_lg { margin-bottom: 15% !important; }

#LP.msp-pointcp .mt_none { margin-top: 0 !important; }
#LP.msp-pointcp .mt_xs { margin-top: 3% !important; }
#LP.msp-pointcp .mt_sm { margin-top: 5% !important; }
#LP.msp-pointcp .mt_md { margin-top: 8% !important; }
#LP.msp-pointcp .mt_lg { margin-top: 15% !important; }

/* スペーサー（SP限定） */
@media screen and (max-width: 980px) {
	#LP.msp-pointcp .mb_none_sp { margin-bottom: 0 !important; }
	#LP.msp-pointcp .mb_xs_sp { margin-bottom: 3% !important; }
	#LP.msp-pointcp .mb_sm_sp { margin-bottom: 5% !important; }
	#LP.msp-pointcp .mb_md_sp { margin-bottom: 8% !important; }
	#LP.msp-pointcp .mb_lg_sp { margin-bottom: 15% !important; }

	#LP.msp-pointcp .mt_xs_sp { margin-top: 3% !important; }
	#LP.msp-pointcp .mt_sm_sp { margin-top: 5% !important; }
	#LP.msp-pointcp .mt_md_sp { margin-top: 8% !important; }
	#LP.msp-pointcp .mt_lg_sp { margin-top: 15% !important; }
}

/* 期間終了表示 */
#LP.msp-pointcp .campaignEnd {
	color: var(--lp-color_black);
	background-color: var(--lp-color_white);
	border-radius: 5px;
	display: none;
	font-size: 4.3vw;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto;
	padding: 3% 0;
	width: 100%;
}
#LP.msp-pointcp .campaignEnd span { font-size: 70%; }

/* KV */
#LP.msp-pointcp .kvArea { 
	position: relative;
	background-color: var(--lp-color_yellow);
}

#LP.msp-pointcp .kvArea__header {
	width: 100%;
}

/* メインコンテンツ共通 */
#LP.msp-pointcp .mainContents__inner {
	width: 92%;
	margin: 0 auto;
}

#LP.msp-pointcp .mainContents .notes_header {
	display: flex;
    align-items: center;
	margin-bottom: 3%;
	font-size: 4.8vw;
    font-weight: 700;
}

#LP.msp-pointcp .mainContents .notes_header.fs_sm {
	font-size: 3.6vw;
}

#LP.msp-pointcp .mainContents .notes_header::before,
#LP.msp-pointcp .mainContents .notes_header::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: var(--lp-color_black);
}

#LP.msp-pointcp .mainContents .notes_header::before {
    margin-right: 1rem;
}

#LP.msp-pointcp .mainContents .notes_header::after {
    margin-left: 1rem;
}

#LP.msp-pointcp .mainContents .notes_wrap {
	display: block;
	text-align: center;
}

#LP.msp-pointcp .mainContents .notes_list {
	display: inline-block;
}

#LP.msp-pointcp .mainContents .notes_list li {
	text-align: left;
	letter-spacing: -.01em;
	font-size: 2.6vw;
	margin-bottom: 2%;
	text-indent: -1em;
	padding-left: 1em;
}

#LP.msp-pointcp .mainContents .notes_list.txt_center li {
	text-align: center;
}

#LP.msp-pointcp .mainContents .notes_list li span {
	border-bottom: 1px solid var(--lp-color_black);
	font-weight: 500;
}

#LP.msp-pointcp .mainContents span.marker_yellow {
	background: linear-gradient(transparent 75%, var(--lp-color_light-yellow) 75%);
	padding-left: 1%;
	padding-right: 1%;
}

#LP.msp-pointcp .mainContents span.marker_white {
	background: linear-gradient(transparent 75%, var(--lp-color_white) 75%);
	padding-left: 1%;
	padding-right: 1%;
}

#LP.msp-pointcp .contents_graphic {
	text-align: center;
}

#LP.msp-pointcp .contents_graphic img {
	margin: 0 auto;
}

#LP.msp-pointcp .contents_graphic.width_md_sp img {
	width: 90%;
}

#LP.msp-pointcp .contents_graphic.width_sm_sp img {
	width: 70%;
}

/* キャンペーン概要説明 */
#LP.msp-pointcp .section_summary {
	padding: 6% 0;
	text-align: center;
	background-color: var(--lp-color_pale-yellow);
}

#LP.msp-pointcp .section_summary .section_summary__inner {
	width: 92%;
	margin: 0 auto;
}

#LP.msp-pointcp .section_summary .summary_header .baloon_txt {
	position: relative;
	display: inline-block;
	margin-bottom: 3%;
	padding: 0.5rem 1rem;
	font-size: 3.8vw;
	font-weight: 700;
	border-radius: 5px;
	color: var(--lp-color_white);
	background: var(--lp-color_navy);
}
  
#LP.msp-pointcp .section_summary .summary_header .baloon_txt::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0.4rem;
    border: 0.4rem solid transparent;
    border-top: 0.4rem solid var(--lp-color_navy);
}

#LP.msp-pointcp .section_summary .summary_header .header_txt {
	margin-bottom: 4%;
	font-size: 3.4vw;
	font-weight: 900;
	letter-spacing: .05em;
	color: var(--lp-color_navy);
}

#LP.msp-pointcp .section_summary .summary_txt {
	margin: 0 auto 2%;
	text-align: center;
	line-height: 1.7;
	font-size: 3.15vw;
	font-weight: 900;
	letter-spacing: -.01em;
}

#LP.msp-pointcp .section_summary .period_txt {
	margin: 0 auto;
	text-align: center;
	line-height: 1.8;
	font-size: 3.8vw;
	font-weight: 900;
}

/* キャンペーン参加方法 */
#LP.msp-pointcp .section_entry {
	padding: 8% 0 1%;
}

#LP.msp-pointcp .section_entry .entry_header {
	text-align: center;
	margin-bottom: 5%;
	font-size: 6.5vw;
	font-weight: 900;
	letter-spacing: .05em;
	color: var(--lp-color_navy);
}

#LP.msp-pointcp .section_entry .steps_header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 4%;
}

#LP.msp-pointcp .section_entry .steps_icn {
	margin-top: 1%;
	margin-right: 2%;
	width: 13vw;
}

#LP.msp-pointcp .section_entry .steps_txt {
	text-align: left;
	font-size: 2.8vw;
	font-weight: 900;
}

#LP.msp-pointcp .section_entry .contents_wrap {
	margin-bottom: 8%;
	padding: 6% 4%;
	background-color: var(--lp-color_pale-yellow);
}

#LP.msp-pointcp .section_entry .contents_header {
	margin-bottom: 4%;
	text-align: center;
	font-size: 4.6vw;
	font-weight: 900;
}

#LP.msp-pointcp .section_entry .contents_header.icn_left_caution {
	background-image: url("../images/common/wh_main_icn_caution.png");
	background-repeat: no-repeat;
	background-size: 6vw;
    background-position: 18vw 0.5vw;
    padding-left: 3vw;
}

#LP.msp-pointcp .section_entry .contents_header.icn_left_gift {
	background-image: url("../images/common/wh_main_icn_gift.png");
	background-repeat: no-repeat;
	background-size: 3.7vw;
    background-position: 8.5vw 1vw;
	font-size: 3.7vw;
}

#LP.msp-pointcp .section_entry .contents_header.icn_left_point {
	background-image: url("../images/common/wh_main_icn_point.png");
	background-repeat: no-repeat;
	background-size: 7vw;
    background-position: 6vw 0.5vw;
    padding-left: 3vw;
}

#LP.msp-pointcp .section_entry .contents_txt {
	margin: 0 auto;
	text-align: center;
	font-size: 3vw;
    line-height: 1.6;
}

#LP.msp-pointcp .section_entry .contents_txt.fs_lg {
	font-size: 3.6vw;
}

#LP.msp-pointcp .section_entry .period_txt {
	margin: 0 auto;
	text-align: center;
	font-size: 3.3vw;
	font-weight: 700;
}

#LP.msp-pointcp .section_entry .pointNumber_txt {
	text-align: center;
    font-size: 3.3vw;
    font-weight: 700;
    margin-bottom: 4%;
}

#LP.msp-pointcp .section_entry .contents_notice {
	margin: 0 auto;
	text-align: left;
	font-size: 3vw;
    line-height: 1.6;
}

#LP.msp-pointcp .section_entry .contents_notice span {
	color: var(--lp-color_red);
	border-bottom: 1px solid var(--lp-color_red);
	font-weight: 500;
}

#LP.msp-pointcp .section_entry .logo_header {
	display: flex;
	justify-content: center;
	margin-bottom: 6%;
}

#LP.msp-pointcp .section_entry .logo_icn {
	width: 11vw;
	margin-right: 2%;
}

#LP.msp-pointcp .section_entry .logo_txt {
	font-size: 3.6vw;
	font-weight: 700;
}

#LP.msp-pointcp .section_entry .logo_txt.oneLines {
	line-height: 2.5;
}

#LP.msp-pointcp .section_entry .contents_flexIcns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#LP.msp-pointcp .section_entry .contents_flexIcns li {
	text-align: center;
	flex-basis: 48%;
	margin-bottom: 5%;
}

#LP.msp-pointcp .section_entry .contents_flexIcns li:nth-child(n+3) {
	margin-bottom: 0;
}

#LP.msp-pointcp .section_entry .contents_flexIcns li img {
	width: 82%;
	margin-bottom: 4%;
}

#LP.msp-pointcp .section_entry .contents_flexIcns p {
	margin: 0 auto;
	text-align: center;
	font-size: 3.1vw;
}

#LP.msp-pointcp .section_entry .contents_flexLogos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#LP.msp-pointcp .section_entry .contents_flexLogos li {
	text-align: center;
	flex-basis: 34%;
}

#LP.msp-pointcp .section_entry .contents_flexLogos li:first-child {
	margin-right: 4%;
}

#LP.msp-pointcp .section_entry .presented_points {
	margin: 0 auto 8%;
}

#LP.msp-pointcp .section_entry .presented_points p {
	margin-top: 0;
	margin-bottom: 3%;
	text-align: center;
	font-size: 3.6vw;
	font-weight: 700;
}

#LP.msp-pointcp .section_entry .presented_points p span {
	font-size: 2.9vw;
	font-weight: 900;
}

#LP.msp-pointcp .section_entry .presented_points p.icn_left_circle {
	background-image: url("../images/common/wh_main_icn_circle.png");
	background-repeat: no-repeat;
	background-size: 3.6vw;
	background-position: 3vw 1vw;
    padding-left: 1vw;
}

#LP.msp-pointcp .section_entry .presented_points p.icn_left_cross {
	background-image: url("../images/common/wh_main_icn_cross.png");
	background-repeat: no-repeat;
	background-size: 3.6vw;
    background-position: 13.5vw 1vw;
    padding-left: 3.6vw;
}

#LP.msp-pointcp .section_entry .contents_flex2col {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#LP.msp-pointcp .section_entry .contents_flex2col li {
	text-align: center;
	flex-basis: 40%;
}

#LP.msp-pointcp .section_entry .contents_flex2col li:first-child {
	margin-right: 10%;
}

#LP.msp-pointcp .section_entry .contents_flex2col li img {
	width: 100%;
}

#LP.msp-pointcp .section_entry .contents_flex2col p {
	margin-top: 0;
	margin-bottom: 10%;
	text-align: center;
	font-size: 2.7vw;
	font-weight: 700;
}

/* エントリー前に必ずお読みください */
#LP.msp-pointcp .section_precaution.triangle {
	position: relative;
}

#LP.msp-pointcp .section_precaution.triangle:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border-right: 50vw solid transparent;
	border-left: 50vw solid transparent;
	border-top: 50px solid var(--lp-color_white);
	z-index: 1; 
}

#LP.msp-pointcp .section_precaution {
	padding: 17% 0 6%;
	text-align: center;
	background-color: var(--lp-color_yellow);
}

#LP.msp-pointcp .section_precaution .section_precaution__inner {
	width: 92%;
	margin: 0 auto;
}

#LP.msp-pointcp .section_precaution .precaution_header {
	text-align: center;
	margin-bottom: 5%;
	font-size: 5.2vw;
	font-weight: 900;
	letter-spacing: .05em;
	color: var(--lp-color_navy);
}

#LP.msp-pointcp .section_precaution .notes_list li {
	text-align: left;
	letter-spacing: -.01em;
	font-size: 3.3vw;
	margin-bottom: 2%;
	text-indent: -1em;
	padding-left: 1em;
}

/* おすすめカテゴリー */
#LP.msp-pointcp .section_recommend {
	padding: 8% 0 0;
}

#LP.msp-pointcp .section_recommend .recommend_header {
	position: relative;
	width: 100%;
	margin: 0 auto 3%;
}

#LP.msp-pointcp .section_recommend .recommend_header p {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -75%);
	text-align: center;
	font-size: 5.5vw;
	font-weight: 900;
	letter-spacing: 0.05em;
	color: var(--lp-color_white);
}

#LP.msp-pointcp .section_recommend .recommend_header.mop_header p {
	transform: translate(-50%, -72%);
	font-size: 4.3vw;
}

#LP.msp-pointcp .section_recommend .recommend_header .baloon_txt {
	position: relative;
	display: inline-block;
	margin-bottom: 3%;
	padding: 0.4rem 0.8rem;
	font-size: 3.5vw;
	font-weight: 700;
	border-radius: 5px;
	color: var(--lp-color_white);
	background: var(--lp-color_aqua);
}
  
#LP.msp-pointcp .section_recommend .recommend_header .baloon_txt::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0.4rem;
	border: 0.4rem solid transparent;
	border-top: 0.4rem solid var(--lp-color_aqua);
}

#LP.msp-pointcp .section_recommend .recommend-list {
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
	width: 85%;
	margin: 0 auto;
	padding-bottom: 8%;
}
#LP.msp-pointcp .section_recommend .recommend-list a {
	color: var(--lp-color-common_white);
	display: block;
}
#LP.msp-pointcp .section_recommend .recommend-list > li { flex-basis: 43%; }
#LP.msp-pointcp .section_recommend .recommend-list > li:not(:nth-last-of-type(-n+2)) { margin-bottom: 8%; }

#LP.msp-pointcp .section_recommend .recommend-image { margin-bottom: 4%; }

#LP.msp-pointcp .section_recommend .recommend-caption {
	font-size: 3.4vw;
	letter-spacing: .01em;
	line-height: 1.5;
	text-align: center;
}

#LP.msp-pointcp .section_recommend .recommended_shop {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
	
#LP.msp-pointcp .section_recommend .recommended_shop > li {
	position: relative;
	flex-basis: 31%;
	margin-right: 3.5%;
}
#LP.msp-pointcp .section_recommend .recommended_shop > li:nth-of-type(3n) {
	margin-right: 0;
}
#LP.msp-pointcp .section_recommend .recommended_shop > li:not(:nth-last-child(-n+3)) { margin-bottom: 3.5%;}
#LP.msp-pointcp .section_recommend .recommended_shop > li a { display: block; }

/* ボタン各種 */
#LP.msp-pointcp .btn_round a {
	position: relative;
	display: block;
	width: 78vw;
	margin: 0 auto;
	text-align: center;
	border-radius: 100px;
	transition: .4s;
	user-select: none;
	padding: 5.5% 0;
	font-size: 4.5vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	color: var(--lp-color_white);
}

#LP.msp-pointcp .btn_round a::after {
	content: "";
    display: block;
    position: absolute;
    top: 42%;
    right: 6%;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
    width: 10px;
    height: 10px;
	border-top: solid 2px var(--lp-color_white);
    border-right: solid 2px var(--lp-color_white);
}

#LP.msp-pointcp .btn_round.btn_mop a {
	padding: 3.5% 0;
    font-size: 3.4vw;
    line-height: 1.3;
}

#LP.msp-pointcp .btn_round.fs_sm a {
	font-size: 4.3vw;
}

#LP.msp-pointcp .btn_round.bgcl_pink a {
	background-color: var(--lp-color_vivid-pink);
}

#LP.msp-pointcp .btn_round.bgcl_navy a {
	background-color: var(--lp-color_navy);
}

/* フローティングボタン */
#LP.msp-pointcp .floating {
	bottom: 1%;
    right: 2%;
	position: fixed;
	z-index: 10;
}

#LP.msp-pointcp .floating.stop {
	position: absolute;
}

#LP.msp-pointcp .floating_btn {
	padding-bottom: 4%;
}

#LP.msp-pointcp .floating_btn a {
	position: relative;
	display: block;
    width: 22vw;
    height: 22vw;
    margin: 0 auto;
    text-align: center;
    border-radius: 100px;
    transition: .4s;
    user-select: none;
    padding: 33% 0;
    font-size: 3.2vw;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.3;
    color: var(--lp-color_white);
	background-color: var(--lp-color_vivid-pink);
}

#LP.msp-pointcp .floating_btn a::after {
	content: "";
    display: block;
    position: absolute;
    top: 58%;
    right: 16%;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
    width: 8px;
    height: 8px;
	border-top: solid 2px var(--lp-color_white);
    border-right: solid 2px var(--lp-color_white);
}

#LP.msp-pointcp .floating_btn a span {
	position: relative;
	font-size: 75%;
	bottom: 1%;
}

#LP.msp-pointcp .lp_bottom {
	position: relative;
	margin-top: 6.5rem;
}

/* ▼▼▼ キャンペーン終了後LP ▼▼▼ */
#LP.msp-pointcp.cpEnd .cpEnd_info {
	position: relative;
}

#LP.msp-pointcp.cpEnd .cpEnd_info .cpEnd_header {
	position: absolute;
	width: 100%;
    text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 6.3vw;
	font-weight: 900;
	color: var(--lp-color_white);
	z-index: 1;
}

#LP.msp-pointcp.cpEnd .section_summary.grayOut {
	position: relative;
	filter: brightness(.3);
}

#LP.msp-pointcp.cpEnd .section_cpEnd {
	padding: 6% 0;
	background-color: var(--lp-color_pale-yellow);
}

#LP.msp-pointcp.cpEnd .section_cpEnd .cpEnd_inner {
	width: 92%;
	margin: 0 auto;
}

#LP.msp-pointcp.cpEnd .section_cpEnd h1 {
	margin-bottom: 6%;
	text-align: center;
	font-size: 6.5vw;
	font-weight: 900;
}

#LP.msp-pointcp.cpEnd .section_cpEnd .cpEnd_box {
	border: solid 1px var(--lp-color_black);
	outline: solid 1px var(--lp-color_black);
	outline-offset: 3px;
	margin: 3px;
	padding: 5% 0;
}

#LP.msp-pointcp.cpEnd .section_cpEnd .cpEnd_box h2 {
	margin-bottom: 3%;
	text-align: center;
	font-size: 4.5vw;
	font-weight: 900;
}

#LP.msp-pointcp.cpEnd .section_cpEnd p {
	font-size: 3.6vw;
}

#LP.msp-pointcp.cpEnd .section_cpEnd .cpEnd_box .marker_yellow {
	padding-left: 0;
}

#LP.msp-pointcp.cpEnd .section_cpInfo {
	padding: 6% 0 8%;
}

#LP.msp-pointcp.cpEnd .section_cpInfo h3 {
	margin-bottom: 4%;
	text-align: center;
	font-size: 3.5vw;
	font-weight: 900;
}

#LP.msp-pointcp.cpEnd .section_cpInfo h3.bg_line {
	background-image: url(../images/common/wh_main_line_left.png),url(../images/common/wh_main_line_right.png);
	background-position: left bottom,right bottom;
	background-repeat: no-repeat;
	background-size: 9vw;
}

#LP.msp-pointcp.cpEnd .section_cpInfo .expiry_date {
	margin-bottom: 5%;
	font-size: 3.8vw;
}

#LP.msp-pointcp.cpEnd .section_cpInfo .expiry_date span.marker_yellow {
	padding-left: 0;
}

#LP.msp-pointcp.cpEnd .section_cpInfo .anchorArea {
	width: 100%;
	margin-bottom: 8%;
	display: flex;
	justify-content: space-between;
}

#LP.msp-pointcp.cpEnd .section_cpInfo .anchorArea a {
	position: relative;
	width: 47.5%;
	padding: 2% 0;
	border-radius: 5px;
	color: var(--lp-color_white);
	background-color: var(--lp-color_navy);
}

#LP.msp-pointcp.cpEnd .section_cpInfo .anchorArea .anchorLink {
	position: relative;
	width: 47.5%;
	padding: 2% 0;
	border-radius: 5px;
	color: var(--lp-color_white);
	background-color: var(--lp-color_navy);
	transition-duration: .4s;
}

#LP.msp-pointcp.cpEnd .section_cpInfo .anchorArea .anchorLink a:hover {
	filter: brightness(.7);
	transition-duration: .4s;
}

#LP.msp-pointcp.cpEnd .section_cpInfo .anchorArea .anchorLink:hover {
	cursor: pointer;
	filter: brightness(.7);
	transition-duration: .4s;
}

#LP.msp-pointcp.cpEnd .section_cpInfo .anchorArea a p {
	padding-right: 4%;
	text-align: center;
	font-size: 3.8vw;
	font-weight: 900;
}

#LP.msp-pointcp.cpEnd .section_cpInfo .anchorArea .anchorLink p {
	padding-right: 3%;
	text-align: center;
	font-size: 3.8vw;
	font-weight: 900;
}

#LP.msp-pointcp.cpEnd .section_cpInfo .anchorArea a {
	color: var(--lp-color_white);
}

#LP.msp-pointcp.cpEnd .section_cpInfo .anchorArea .anchorLink::after {
	content: "";
    display: block;
    position: absolute;
    top: 38%;
    right: 6%;
    transition: all 0.2s ease-in-out;
    width: 10px;
    height: 10px;
	transform: rotate(135deg);
	border-top: solid 2px var(--lp-color_white);
    border-right: solid 2px var(--lp-color_white);
}

#LP.msp-pointcp.cpEnd .section_cpInfo .anchorArea a::after {
	content: "";
    display: block;
    position: absolute;
    top: 40%;
    right: 6%;
    transition: all 0.2s ease-in-out;
    width: 10px;
    height: 10px;
	transform: rotate(45deg);
	border-top: solid 2px var(--lp-color_white);
    border-right: solid 2px var(--lp-color_white);
}

#LP.msp-pointcp.cpEnd .mainContents .section_cpInfo .notes_header {
	font-size: 4vw;
}

#LP.msp-pointcp.cpEnd .mainContents .section_cpInfo .notes_wrap {
	display: block;
	text-align: center;
}

#LP.msp-pointcp.cpEnd .mainContents .section_cpInfo .notes_list {
	display: inline-block;
}

#LP.msp-pointcp.cpEnd .mainContents .section_cpInfo .notes_list li {
	text-align: left;
	letter-spacing: -.01em;
	font-size: 2.7vw;
	margin-bottom: 1%;
	text-indent: -1em;
	padding-left: 1em;
}

#LP.msp-pointcp.cpEnd .mainContents .section_cpInfo .notes_list li:last-child {
	margin-bottom: 0;
}

#LP.msp-pointcp.cpEnd .mainContents .section_cpInfo .notes_list li span {
	border-bottom: 1px solid var(--lp-color_black);
    font-weight: 500;
}

#LP.msp-pointcp.cpEnd .mainContents .section_cpInfo .notes_list li span.textLink {
	color: var(--lp-color_blue);
	border-bottom: 1px solid var(--lp-color_blue);
	font-weight: 500;
}

#LP.msp-pointcp.cpEnd .btn_round.link_store a {
	padding: 4%;
	line-height: 1.2;
}

#LP.msp-pointcp.cpEnd .section_recommend {
    padding: 0 0 10%;
}

#LP.msp-pointcp.cpEnd .section_recommend .recommend_header {
    margin-bottom: 5%;
}

/* ポイントのご利用方法 */
#LP.msp-pointcp.cpEnd .section_usage#USAGE {
	position: relative;
	margin: 5% 0 8%;
	border-top: 3rem solid var(--lp-color_navy); 
	background-color: var(--lp-color_pale-yellow);
	border-radius: 5px;
}

#LP.msp-pointcp.cpEnd .section_usage .usage-inner {
	width: 90%;
	padding: 6% 0;
	margin: 0 auto;
}

#LP.msp-pointcp.cpEnd .section_usage .usage-h2 {
	position: absolute;
	width: 100%;
    top: -2.5rem;
	text-align: center;
	font-size: 5.5vw;
	font-weight: 900;
	letter-spacing: 0.1em;
	color: var(--lp-color_white);
}

#LP.msp-pointcp.cpEnd .section_usage .mainArea__common-box.usage {
	padding: 6% 8% 8%;
}

#LP.msp-pointcp.cpEnd .section_usage .usage-list > li {
	margin: 0 auto;
	width: 100%;
}

#LP.msp-pointcp.cpEnd .section_usage .usage-list > li:not(:last-of-type) {
	background-image: url('../images/common/wh_main_icon-arrow.png');
	background-position: bottom 3.5% center;
	background-repeat: no-repeat;
	background-size: 18% auto;
	padding-bottom: 18%;
}

#LP.msp-pointcp.cpEnd .section_usage .usage-frame {
	text-align: center;
	border-radius: 10px;
}

#LP.msp-pointcp.cpEnd .section_usage .usage-h3 {
	width: 100%;
}

#LP.msp-pointcp.cpEnd .section_usage .usage-steps_header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 4%;
}

#LP.msp-pointcp.cpEnd .section_usage .usage-steps_header .steps_icn {
	margin-top: 1%;
	margin-right: 4%;
	width: 14vw;
}

#LP.msp-pointcp.cpEnd .section_usage .usage-steps_header .steps_txt {
	text-align: left;
	font-size: 4.4vw;
	font-weight: 700;
	letter-spacing: -0.01em;
}

#LP.msp-pointcp.cpEnd .section_usage .usage-steps_header .steps_notes {
	text-align: left;
	font-size: 3vw;
	font-weight: 500;
	letter-spacing: -.01em;
	text-indent: -1em;
	padding-left: 1em;
}

#LP.msp-pointcp.cpEnd .section_usage .usage-h3 .emphasis {
	color: var(--lp-color_red);
	font-weight: 700;
}

#LP.msp-pointcp.cpEnd .section_usage .usage-h3 .box-inner {
    font-size: 3.8vw;
	font-weight: 700;
}
#LP.msp-pointcp.cpEnd .section_usage .usage-h3 .box-inner,
#LP.msp-pointcp.cpEnd .section_usage .usage-h3 .emphasis,
#LP.msp-pointcp.cpEnd .section_usage .usage-h3 .device_sp.newline,
#LP.msp-pointcp.cpEnd .section_usage .usage-h3 .device_sp.inline,
#LP.msp-pointcp.cpEnd .section_usage .usage-h3 .device_pc.inline {
	font-weight: 700;
	letter-spacing: -.01em;
}

#LP.msp-pointcp.cpEnd .section_usage .usage-h3 .device_sp.inline { display: inline; }
#LP.msp-pointcp.cpEnd .section_usage .usage-h3 .device_pc.inline { display: none; }

#LP.msp-pointcp.cpEnd .section_usage .usage-image {
	margin: 0 auto;
	width: 100%;
}

/* 期間終了後表示 */
#LP.msp-pointcp.cpEnd .campaignEnd {
	display: none;
	font-size: 4.3vw;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 5% auto;
	padding: 3% 0;
	width: 100%;
	background-color: var(--lp-color_white);
	border: 2px solid var(--lp-color_black);
	border-radius: 5px;
	color: var(--lp-color_black);
}
#LP.msp-pointcp.cpEnd .campaignEnd span { font-size: 70%; font-weight: 500;}

/*************************
PC_layout（980px以上）
*************************/

@media screen and (min-width: 980px) {
	#LP.msp-pointcp {
		line-height: 1.5;
		letter-spacing: .01em;
	}

	#LP.msp-pointcp .device_sp { display: none; }
	#LP.msp-pointcp .device_pc { display: block; }

	#LP.msp-pointcp img {
		width: auto;
	}

	#LP.msp-pointcp .inline_txt_pc { display: inline-block; margin-left: 1.5em;}

	/* スペーサー */
	#LP.msp-pointcp .mb_xs { margin-bottom: 16px !important; }
	#LP.msp-pointcp .mb_sm { margin-bottom: 32px !important; }
	#LP.msp-pointcp .mb_md { margin-bottom: 48px !important; }
	#LP.msp-pointcp .mb_mdlg { margin-bottom: 60px !important; }
	#LP.msp-pointcp .mb_lg { margin-bottom: 80px !important; }

	#LP.msp-pointcp .mt_xs { margin-top: 16px !important; }
	#LP.msp-pointcp .mt_sm { margin-top: 32px !important; }
	#LP.msp-pointcp .mt_md { margin-top: 48px !important; }
	#LP.msp-pointcp .mt_lg { margin-top: 80px !important; }

	/* スペーサー（PC限定） */
	#LP.msp-pointcp .mb_xs_pc { margin-bottom: 16px !important; }
	#LP.msp-pointcp .mb_sm_pc { margin-bottom: 32px !important; }
	#LP.msp-pointcp .mb_md_pc { margin-bottom: 48px !important; }
	#LP.msp-pointcp .mb_lg_pc { margin-bottom: 80px !important; }

	#LP.msp-pointcp .mt_xs_pc { margin-top: 16px !important; }
	#LP.msp-pointcp .mt_sm_pc { margin-top: 32px !important; }
	#LP.msp-pointcp .mt_md_pc { margin-top: 48px !important; }
	#LP.msp-pointcp .mt_lg_pc { margin-top: 80px !important; }

	/* 期間終了表示 */
	#LP.msp-pointcp .campaignEnd {
		font-size: 32px;
		padding: 24px 0;
	}

	/* KV */
	#LP.msp-pointcp .kvArea {
		background-image: url(../images/pc/wh_kv_bg.png);
		background-size: auto;
		background-position: center;
		background-repeat: no-repeat;
		height: 310px;
		border-top: 10px solid var(--lp-color_navy);
		border-bottom: 10px solid var(--lp-color_navy);
	}

	#LP.msp-pointcp .kvArea__header {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-440px, -115px);
		width: fit-content;
	}

	#LP.msp-pointcp.cpEnd .kvArea {
		background-image: url(../images/pc/250728/wh_kv_bg.png);
		height: 310px;
	}

	#LP.msp-pointcp.cpEnd .kvArea__header {
		transform: translate(-450px, -95px);
	}

	/* メインコンテンツ共通 */
	#LP.msp-pointcp .mainContents__inner {
		width: 980px;
	}

	#LP.msp-pointcp .contents_graphic.width_md_sp img {
		width: fit-content;
	}

	#LP.msp-pointcp .contents_graphic.width_sm_sp img {
		width: fit-content;
	}

	/* 注釈・注意事項 */
	#LP.msp-pointcp .mainContents .notes_header {
		width: 800px;
        margin: 0 auto 16px;
		font-size: 24px;
	}

	#LP.msp-pointcp .mainContents .notes_header.fs_sm {
		font-size: 20px;
	}

	#LP.msp-pointcp .mainContents .notes_header.wide {
		width: 980px;
	}

	#LP.msp-pointcp .mainContents .notes_list li {
		font-size: 14px;
		margin-bottom: 4px;
	}
	
	#LP.msp-pointcp .mainContents span.marker_yellow {
		padding-left: 4px;
        padding-right: 4px;
	}

	/* キャンペーン概要説明 */
	#LP.msp-pointcp .section_summary {
		padding: 40px 0;
	}
	
	#LP.msp-pointcp .section_summary .section_summary__inner {
		width: 980px;
	}

	#LP.msp-pointcp .section_summary .summary_header ul {
		display: flex;
		justify-content: center;
	}

	#LP.msp-pointcp .section_summary .summary_header .baloon_txt {
		width: 320px;
        margin-top: 4px;
        margin-right: 20px;
        height: 60px;
        padding: 16px;
        font-size: 24px;
        border-radius: 10px;
        line-height: 1.2;
        letter-spacing: .01em;
	}

	#LP.msp-pointcp .section_summary .summary_header .baloon_txt::after {
		top: 22px;
		right: -20px;
        left: unset;
        border: 10px solid transparent;
        border-left: 16px solid var(--lp-color_navy);
	}
	
	#LP.msp-pointcp .section_summary .summary_header .header_txt {
		text-align: left;
		margin-bottom: 24px;
		font-size: 24px;
		line-height: 1.3;
		letter-spacing: .04em;
	}

	#LP.msp-pointcp .section_summary .summary_txt {
		margin-bottom: 8px;
		font-size: 24px;
		letter-spacing: .01em;
	}

	#LP.msp-pointcp .section_summary .period_txt {
		font-size: 24px;
		letter-spacing: .05em;
	}

	/* キャンペーン参加方法 */
	#LP.msp-pointcp .section_entry {
		padding: 36px 0 0;
	}

	#LP.msp-pointcp .section_entry .entry_header {
		margin-bottom: 30px;
		font-size: 40px;
		letter-spacing: .05em;
	}

	#LP.msp-pointcp .section_entry .steps_icn {
		width: 120px;
		margin-top: 0;
		margin-right: 16px;
	}

	#LP.msp-pointcp .section_entry .steps_txt {
		font-size: 19px;
		letter-spacing: -0.01em;
	}

	#LP.msp-pointcp .section_entry .contents_wrap {
		margin-bottom: 48px;
		padding: 32px 20px;
	}

	#LP.msp-pointcp .section_entry .contents_header {
		margin-bottom: 24px;
		font-size: 24px;
		letter-spacing: -.01em;
	}

	#LP.msp-pointcp .section_entry .contents_header.icn_left {
		background-size: 32px;
		background-position: 48px 9px;
		letter-spacing: -.03em;
	}

	#LP.msp-pointcp .section_entry .contents_header.icn_left_caution {
		background-size: 24px;
		background-position: 95px 8px;
		padding-left: 12px;
	}
	
	#LP.msp-pointcp .section_entry .contents_header.icn_left_gift {
		background-size: 24px;
		background-position: 240px 7px;
		letter-spacing: -.03em;
		font-size: 26px;
	}
	
	#LP.msp-pointcp .section_entry .contents_header.icn_left_point {
		background-size: 32px;
		background-position: 295px 2px;
		padding-left: 28px;
	}

	#LP.msp-pointcp .section_entry .contents_flexBox01 {
		display: flex;
		justify-content: space-around;
	}
	
	#LP.msp-pointcp .section_entry .contents_flexBox01 .unit2col {
		width: 450px;
	}

	#LP.msp-pointcp .section_entry .contents_flexBox02 {
		display: flex;
		justify-content: space-between;
	}

	#LP.msp-pointcp .section_entry .contents_flexBox02 .contents_wrap {
		width: 470px;
		margin-bottom: 0;
	}
	
	#LP.msp-pointcp .section_entry .contents_txt {
		font-size: 15px;
	}

	#LP.msp-pointcp .section_entry .contents_txt.fs_lg {
		font-size: 20px;
	}

	#LP.msp-pointcp .section_entry .period_txt {
		font-size: 24px;
	}

	#LP.msp-pointcp .section_entry .pointNumber_txt {
		font-size: 20px;
		margin-bottom: 20px;
	}

	#LP.msp-pointcp .section_entry .contents_notice {
		font-size: 14px;
		line-height: 1.5;
	}
	
	#LP.msp-pointcp .section_entry .logo_header {
		margin-bottom: 24px;
	}
	
	#LP.msp-pointcp .section_entry .logo_icn {
		width: 60px;
		margin-right: 8px;
	}

	#LP.msp-pointcp .section_entry .logo_icn img {
		width: 60px;
	}
	
	#LP.msp-pointcp .section_entry .logo_txt {
		font-size: 20px;
		letter-spacing: -0.05em;
	}
	
	#LP.msp-pointcp .section_entry .logo_txt.oneLines {
		line-height: 2.5;
	}

	#LP.msp-pointcp .section_entry .contents_flexIcns {
		margin: 0 auto;
		justify-content: center;
	}

	#LP.msp-pointcp .section_entry .contents_flexIcns p {
		font-size: 16px;
		letter-spacing: -.01em;
	}

	#LP.msp-pointcp .section_entry .contents_flexIcns li {
		text-align: center;
		flex-basis: 210px;
		margin-bottom: 36px;
	}
	
	#LP.msp-pointcp .section_entry .contents_flexIcns li:nth-child(n+3) {
		margin-bottom: 0;
	}
	
	#LP.msp-pointcp .section_entry .contents_flexIcns li img {
		margin-bottom: 12px;
	}

	#LP.msp-pointcp .section_entry .contents_flexLogos {
		justify-content: center;
	}

	#LP.msp-pointcp .section_entry .contents_flexLogos li {
		flex-basis: 190px;
	}
	
	#LP.msp-pointcp .section_entry .contents_flexLogos li img {
		width: fit-content;
	}

	#LP.msp-pointcp .section_entry .contents_flexLogos li:first-child {
		margin-right: 24px;
	}

	#LP.msp-pointcp .section_entry .presented_points {
		margin-bottom: 40px;
	}
	
	#LP.msp-pointcp .section_entry .presented_points p {
		margin-bottom: 16px;
		font-size: 20px;
	}

	#LP.msp-pointcp .section_entry .presented_points p.icn_left_circle {
		background-size: 24px;
		background-position: 255px 4px;
		padding-left: 24px;
	}
	
	#LP.msp-pointcp .section_entry .presented_points p.icn_left_cross {
		background-size: 24px;
		background-position: 310px 4px;
		padding-left: 24px;
	}

	#LP.msp-pointcp .section_entry .contents_flex2col {
		align-items: baseline;
	}
	
	#LP.msp-pointcp .section_entry .contents_flex2col li {
		flex-basis: 250px;
	}

	#LP.msp-pointcp .section_entry .contents_flex2col li:first-child {
		margin-right: 68px;
	}
	
	#LP.msp-pointcp .section_entry .contents_flex2col li img {
		width: auto;
	}
	
	#LP.msp-pointcp .section_entry .contents_flex2col p {
		margin-bottom: 24px;
		font-size: 16px;
	}

	/* エントリー前に必ずお読みください */
	#LP.msp-pointcp .section_precaution.triangle:after {
		border-top: 100px solid var(--lp-color_white);
	}

	#LP.msp-pointcp .section_precaution {
		padding: 120px 0 48px;
	}

	#LP.msp-pointcp .section_precaution .section_precaution__inner {
		width: 980px;
	}

	#LP.msp-pointcp .section_precaution .precaution_header {
		margin-bottom: 28px;
		font-size: 40px;
		letter-spacing: .05em;
	}

	#LP.msp-pointcp .section_precaution .notes_list li {
		font-size: 18px;
		margin-bottom: 6px;
	}

	/* おすすめカテゴリー */
	#LP.msp-pointcp .section_recommend {
		padding: 40px 0 64px;
	}

	#LP.msp-pointcp .section_recommend .recommend_header {
		width: fit-content;
		margin: 0 auto 32px;
	}
	
	#LP.msp-pointcp .section_recommend .recommend_header p {
		transform: translate(-50%, -43px);
		font-size: 36px;
	}
	
	#LP.msp-pointcp .section_recommend .recommend_header.mop_header p {
		transform: translate(-50%, -57px);
		font-size: 30px;
		line-height: 1.3;
        letter-spacing: .01em;
	}

	#LP.msp-pointcp .section_recommend .recommend_header ul {
		display: flex;
		justify-content: center;
	}

	#LP.msp-pointcp .section_recommend .recommend_header .baloon_txt {
		margin-top: 10px;
        margin-right: 20px;
		margin-bottom: 0;
		height: 50px;
        padding: 10px 14px;
		font-size: 18px;
		border-radius: 8px;
	}
	
	#LP.msp-pointcp .section_recommend .recommend_header .baloon_txt::after {
		top: 50%;
		right: -20px;
		left: unset;
		margin-top: -10px;
		border: 10px solid transparent;
		border-left: 16px solid var(--lp-color_aqua);
	}

	#LP.msp-pointcp .section_recommend .recommend-list {
		width: 460px;
        margin: 0 auto;
        padding-bottom: 48px;
        justify-content: space-between;
	}

	#LP.msp-pointcp .section_recommend .recommend-list li {
		flex-basis: 210px;
	}

	#LP.msp-pointcp .section_recommend .recommend-list > li:not(:nth-last-of-type(-n+2)) {
		margin-bottom: 44px;
	}

	#LP.msp-pointcp .section_recommend .recommend-list li:nth-child(n+4) {
		margin-bottom: 0;
	}

	#LP.msp-pointcp .section_recommend .recommend-image { margin-bottom: 8px; }

	#LP.msp-pointcp .section_recommend .recommend-caption {
		font-size: 20px;
	}

	#LP.msp-pointcp .section_recommend .recommended_shop {
		justify-content: center;
	}
		
	#LP.msp-pointcp .section_recommend .recommended_shop > li {
		flex-basis: 180px;
        margin-right: 20px;
	}
	#LP.msp-pointcp .section_recommend .recommended_shop > li:nth-of-type(3n) {
		margin-right: 20px;
	}
	#LP.msp-pointcp .section_recommend .recommended_shop > li:nth-of-type(5n) {
		margin-right: 0;
	}
	#LP.msp-pointcp .section_recommend .recommended_shop > li:not(:nth-last-child(-n+3)) { margin-bottom: 20px;}
	#LP.msp-pointcp .section_recommend .recommended_shop > li a { display: block; }

	/* ボタン各種 */
	#LP.msp-pointcp .btn_round a {
		margin: 0 auto;
		width: 450px;
		height: 76px;
		padding: 24px;
		font-size: 24px;
		letter-spacing: 0.01em;
	}

	#LP.msp-pointcp .btn_round.btn_mop a {
		padding: 12px 0;
		font-size: 20px;
	}
	
	#LP.msp-pointcp .btn_round a::after {
		top: 30px;
		right: 25px;
		width: 14px;
		height: 14px;
		border-top: solid 3px var(--lp-color_white);
		border-right: solid 3px var(--lp-color_white);
	}

	#LP.msp-pointcp .btn_round.fs_sm a {
		font-size: 24px;
	}

	/* フローティングボタン */
	#LP.msp-pointcp .floating {
		bottom: 16px;
		position: fixed;
		z-index: 1;
	}

	#LP.msp-pointcp .floating_btn {
		padding-bottom: 0;
	}
	
	#LP.msp-pointcp .floating_btn a {
		margin: 0 auto;
		width: 140px;
        height: 140px;
		padding: 48px 0;
		font-size: 20px;
		letter-spacing: -0.02em;
	}

	#LP.msp-pointcp .floating_btn a::after {
		top: 82px;
		right: 24px;
		width: 12px;
		height: 12px;
		border-top: solid 2px var(--lp-color_white);
		border-right: solid 2px var(--lp-color_white);
	}

	#LP.msp-pointcp .floating_btn a span {
		position: relative;
		font-size: 70%;
		bottom: 2px;
	}

	#LP.msp-pointcp .lp_bottom {
		margin-top: 0;
	}

	/* ▼▼▼ キャンペーン終了後LP ▼▼▼ */
	#LP.msp-pointcp.cpEnd .mainContents .cpEnd_header {
		font-size: 40px;
		letter-spacing: .05em;
	}

	#LP.msp-pointcp.cpEnd .section_cpEnd {
		padding: 48px 0;
	}

	#LP.msp-pointcp.cpEnd .section_cpEnd .cpEnd_inner {
		width: 980px;
	}

	#LP.msp-pointcp.cpEnd .section_cpEnd h1 {
		margin-bottom: 40px;
		font-size: 42px;
	}

	#LP.msp-pointcp.cpEnd .section_cpEnd .cpEnd_box {
		padding: 20px 0;
	}

	#LP.msp-pointcp.cpEnd .section_cpEnd .cpEnd_box .marker_yellow {
		padding-right: 5px;
	}

	#LP.msp-pointcp.cpEnd .section_cpEnd .cpEnd_box h2 {
		margin-bottom: 20px;
		font-size: 28px;
	}

	#LP.msp-pointcp.cpEnd .section_cpEnd .cpEnd_box p {
		font-size: 24px;
	}

	#LP.msp-pointcp.cpEnd .section_cpInfo {
		padding: 48px 0;
	}

	#LP.msp-pointcp.cpEnd .section_cpInfo h3 {
		margin-bottom: 24px;
		font-size: 26px;
	}

	#LP.msp-pointcp.cpEnd .section_cpInfo h3.bg_line {
		background-position: left 100px bottom 5px,right 100px bottom 5px;
		background-size: auto;
	}

	#LP.msp-pointcp.cpEnd .section_cpInfo .anchorArea {
		margin-bottom: 48px;
	}

	#LP.msp-pointcp.cpEnd .section_cpInfo .anchorArea a {
		width: 450px;
		padding: 20px 0;
		border-radius: 8px;
	}

	#LP.msp-pointcp.cpEnd .section_cpInfo .anchorArea .anchorLink {
		width: 450px;
		padding: 20px 0;
		border-radius: 8px;
	}

	#LP.msp-pointcp.cpEnd .section_cpInfo .anchorArea a p {
		padding-right: 0;
		font-size: 24px;
	}

	#LP.msp-pointcp.cpEnd .section_cpInfo .anchorArea .anchorLink p {
		padding-right: 0;
		font-size: 24px;
	}

	#LP.msp-pointcp.cpEnd .section_cpInfo .anchorArea a::after {
		right: 20px;
		width: 14px;
		height: 14px;
		top: 32px;
		border-top: solid 3px var(--lp-color_white);
		border-right: solid 3px var(--lp-color_white);
	}

	#LP.msp-pointcp.cpEnd .section_cpInfo .anchorArea .anchorLink::after {
		right: 20px;
		width: 14px;
		height: 14px;
		top: 29px;
		border-top: solid 3px var(--lp-color_white);
		border-right: solid 3px var(--lp-color_white);
	}

	#LP.msp-pointcp.cpEnd .section_cpInfo .expiry_date {
		margin-bottom: 40px;
		font-size: 24px;
	}

	#LP.msp-pointcp.cpEnd .mainContents .section_cpInfo .notes_header {
		width: 980px;
		font-size: 24px;
	}

	#LP.msp-pointcp.cpEnd .mainContents .section_cpInfo .notes_wrap {
		width: 730px;
		margin: 0 auto;
	}

	#LP.msp-pointcp.cpEnd .mainContents .section_cpInfo .notes_list li {
		font-size: 14px;
		margin-bottom: 8px;
	}

	#LP.msp-pointcp.cpEnd .section_recommend {
		padding: 0 0 80px;
	}

	#LP.msp-pointcp.cpEnd .section_recommend .recommend_header {
		margin-bottom: 36px;
	}

	#LP.msp-pointcp .section_recommend .recommended_shop li:nth-child(n+6) {
		margin-bottom: 0;
	}

	#LP.msp-pointcp.cpEnd .btn_round.link_store a {
		padding: 9px;
	}

	/* ポイントのご利用方法 */
	#LP.msp-pointcp.cpEnd .section_usage#USAGE {
		margin: 0 auto 80px;
		border-top: 80px solid var(--lp-color_navy);
		border-radius: 8px;
	}

	#LP.msp-pointcp.cpEnd .section_usage .usage-inner {
		width: 700px;
		padding: 36px 0 48px;
	}

	#LP.msp-pointcp.cpEnd .section_usage .usage-h2 {
		top: -73px;
		font-size: 42px;
	}

	#LP.msp-pointcp.cpEnd .section_usage .mainArea__common-box.usage {
		padding: 6% 8% 8%;
	}

	#LP.msp-pointcp.cpEnd .section_usage .usage-list > li:not(:last-of-type) {
		background-position: bottom 35px center;
        background-size: auto;
        padding-bottom: 100px;
	}

	#LP.msp-pointcp.cpEnd .section_usage .usage-frame {
		border-radius: 10px;
	}

	#LP.msp-pointcp.cpEnd .section_usage .usage-steps_header {
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 4%;
	}

	#LP.msp-pointcp.cpEnd .section_usage .usage-steps_header .steps_icn {
		margin-right: 20px;
		width: 120px;
	}

	#LP.msp-pointcp.cpEnd .section_usage .usage-steps_header .steps_txt {
		font-size: 24px;
		letter-spacing: .01em;
	}

	#LP.msp-pointcp.cpEnd .section_usage .usage-steps_header .steps_notes {
		font-size: 14px;
	}

	#LP.msp-pointcp.cpEnd .section_usage .usage-image {
		width: 700px;
	}

	#LP.msp-pointcp.cpEnd .section_usage .usage-h3 .device_sp.inline { display: none; }
	#LP.msp-pointcp.cpEnd .section_usage .usage-h3 .device_pc.inline { display: inline; }

	/* 期間終了後表示 */
	#LP.msp-pointcp.cpEnd .campaignEnd {
		width: 800px;
		font-size: 32px;
		margin: 40px auto;
		padding: 24px 0;
	}
}