@charset "UTF-8";
/*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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

body {
	padding: 0;
	margin: 0;
	font-size: 62.5%;
	font-weight: normal;
	font-weight: 200;
}

body.cke_editable {
	font-size: 100%;
}

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: inherit;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	width: 100%;
}

p, a, span, h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
	line-height: 1.2rem;
}

h1 {
	font-weight: 900;
	line-height: 2.2rem;
}

h2 {
	font-weight: 700;
	line-height: 2.0rem;
}

h3 {
	font-weight: 500;
	line-height: 1.8rem;
}

h4 {
	font-weight: 400;
	line-height: 1.6rem;
}

h5 {
	font-weight: 300;
	line-height: 1.4rem;
}

a {
	outline: none;
	color: #2E2E2E;
}

em {
	font-style: normal;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	padding: 0;
	margin: 0;
	max-width: 100%;
	height: auto;
	line-height: 0;
}

@-webkit-keyframes require_login_modal_open {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes require_login_modal_open {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes myshop_registered_alert_fade_out {
	0% {
		opacity: 1;
	}

	60% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes myshop_registered_alert_fade_out {
	0% {
		opacity: 1;
	}

	60% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.myshop_require_login_dialog, .myshop_delete_dialog {
	display: none;
	position: fixed;
	z-index: 20;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

.myshop_require_login_dialog .dialog_content, .myshop_delete_dialog .dialog_content {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 25rem;
	padding: 1rem 1.5rem;
	border-radius: 1vh;
	background: #000;
	color: #1C1C1C;
	font-family: system-ui;
	-webkit-animation-name: require_login_modal_open;
	animation-name: require_login_modal_open;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}

.myshop_require_login_dialog .dialog_content .dialog_annotation, .myshop_delete_dialog .dialog_content .dialog_annotation {
	font-size: 1rem;
	margin: 0 0 4%;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}

.myshop_require_login_dialog .dialog_content .dialog_annotation span, .myshop_delete_dialog .dialog_content .dialog_annotation span {
	color: #EF6087;
}

.myshop_require_login_dialog .dialog_content .dialog_sub_annotation, .myshop_delete_dialog .dialog_content .dialog_sub_annotation {
	font-size: .9rem;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}

.myshop_require_login_dialog .dialog_content .dialog_sub_annotation span, .myshop_delete_dialog .dialog_content .dialog_sub_annotation span {
	color: #EF6087;
}

.myshop_require_login_dialog .dialog_content .dialog_buttons, .myshop_delete_dialog .dialog_content .dialog_buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 5%;
}

.myshop_require_login_dialog .dialog_content .dialog_buttons .button, .myshop_delete_dialog .dialog_content .dialog_buttons .button {
	display: block;
	width: 48%;
	line-height: 3rem;
	font-size: 1rem;
	font-weight: bold;
	border-radius: .5vh;
	background-color: #FFF;
	border: #EF6087 solid 2px;
	color: #EF6087;
	text-align: center;
	cursor: pointer;
}

.myshop_require_login_dialog .dialog_content .dialog_buttons .button.register, .myshop_require_login_dialog .dialog_content .dialog_buttons .button.delete, .myshop_delete_dialog .dialog_content .dialog_buttons .button.register, .myshop_delete_dialog .dialog_content .dialog_buttons .button.delete {
	background-color: #EF6087;
	color: #FFF;
}

.myshop_require_login_dialog .dialog_content .dialog_buttons .button.cancel, .myshop_delete_dialog .dialog_content .dialog_buttons .button.cancel {
	background-color: #535353;
	color: #FFF;
	border: #535353 solid 2px;
}

.myshop_registered_alert {
	position: fixed;
	z-index: 15;
	top: -120%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 95%;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	opacity: 0;
}

.myshop_registered_alert.show {
	display: block;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: myshop_registered_alert_fade_out none 5s ease 0s 1 normal;
	animation: myshop_registered_alert_fade_out none 5s ease 0s 1 normal;
}

.myshop_registered_alert .alert_content {
	width: 27rem;
	padding: 1.5rem 1rem;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 0.5rem;
	line-height: 1.4em;
	margin: 0 auto;
}

.myshop_registered_alert .alert_content .alert_message {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 3%;
}

.myshop_registered_alert .alert_content .alert_message > img {
	width: 1.5rem;
}

.myshop_registered_alert .alert_content .alert_message > p {
	font-size: 1.2rem;
	font-weight: bold;
	margin-left: 2%;
	color: #FFF;
}

.myshop_registered_alert .alert_content .alert_message > p span {
	color: #F85078;
}

.myshop_registered_alert .alert_content .alert_sub_message {
	font-size: .9rem;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}

.myshop_registered_alert .alert_content .alert_sub_message span {
	color: #F85078;
}

.dis-none {
	display: none;
}

body {
	width: 100%;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", arial;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.05em;
	color: #555;
	overflow-y: scroll;
}

body.fixed {
	position: fixed;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

address {
	font-style: normal;
}

/* clearFix
---------------------------------------------------------- */
.clear {
	clear: both;
}

.clearFix {
	zoom: 100%;
}

.clearFix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: " ";
}

/* trunk用 */
*[class*="trunk8_"] {
	display: block;
}

/*--------------------------------
header
--------------------------------*/
.g-hdr h1 {
	padding: 3px 10px 2px;
	background: #2e2e2e;
	line-height: 1.3em;
	font-size: 12px;
	color: #fff;
}

.g-hdr .hdr-blue {
	height: 80px;
	background: #1862bb;
}

/*--------------------------------
main
--------------------------------*/
.g-wrapper {
	position: relative;
}

.container {
	max-width: 1373px;
	margin: 0 auto;
}

.main {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.l-left,
.l-right {
	display: table-cell;
}

.l-right {
	padding-top: 7px;
	width: 350px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	vertical-align: top;
}

.l-profR {
	padding-top: 0;
	width: 390px;
}

/*--------------------------------
pagetop
--------------------------------*/
.page-top {
	position: fixed;
	right: 0.5rem;
	bottom: 27rem;
	z-index: 15;
}

.page-top p {
	width: 4rem;
	height: 4rem;
	position: relative;
	background: rgba(148, 148, 148, 0.6);
	border-radius: 2.5rem;
}

.page-top p:before {
	content: "";
	position: absolute;
	top: 4rem;
	left: 3.5rem;
	margin-top: -2.5rem;
	margin-left: -2.5rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 1rem 1rem 1rem;
	border-color: transparent transparent #ffffff transparent;
}

.page-top p:after {
	content: "";
	position: absolute;
	top: 4.2rem;
	left: 3.8rem;
	margin-top: -2.5rem;
	margin-left: -2.5rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0.7rem 0.7rem 0.7rem;
	border-color: transparent transparent rgba(148, 148, 148, 0.6) transparent;
}

.page-top p a {
	display: block;
	width: 100%;
	height: 100%;
}

#shop-reserve-footer {
	position: fixed;
	right: 0.5rem;
	bottom: 20%;
}

/*--------------------------------
pager
--------------------------------*/
.pager-list {
	margin: 3rem auto;
	text-align: center;
	font-size: 0;
}

.pager-list li {
	display: inline-block;
	min-width: 2rem;
	margin-right: .2rem;
	border: 1px solid #f19ec2;
}

.pager-list li:last-child {
	margin-right: 0;
}

.pager-list a,
  .pager-list span {
	display: block;
	line-height: 1.8rem;
	font-size: 1.0rem;
	background: #fff;
}

.pager-list a:hover {
	background: #fd7b9e;
	color: #fff;
}

.pager-list li a {
	color: #000;
}

.pager-list span {
	background: #fd7b9e;
	color: #fff;
}

/*--------------------------------
footer
--------------------------------*/
.g-ftr .inner {
	width: 100%;
	padding: 80px;
	background: url("../../../../../assets/img/user/shop/img-ftr.png") center bottom no-repeat;
	background-size: cover;
	border-bottom: 3px solid #fe7aab;
}

.plan-dx .g-ftr .inner {
	opacity: 0.8;
}

.g-ftr li a:hover {
	color: #fe7aab;
}

.ftr-lightgrey,
.ftr-darkgrey {
	background: #f9f9f9;
}

.ftr-lightgrey .container {
	max-width: 1000px;
	margin: 0 auto;
}

.ftr-lightgrey .ftr-nav {
	margin: 0 auto;
	padding: 3rem 0;
	overflow: hidden;
	text-align: center;
}

.ftr-darkgrey .ftr-nav {
	padding: .5rem 0;
	text-align: center;
}

.ftr-lightgrey li,
.ftr-darkgrey li {
	display: inline-block;
	margin: 0 5px;
}

.ftr-lightgrey li:after,
.ftr-darkgrey li:after {
	content: "|";
}

.ftr-lightgrey li a,
.ftr-darkgrey li a {
	font-size: .8rem;
	padding-right: .5rem;
}

.ftr-darkgrey li a {
	color: #ffffff;
}

.ftr-lightgrey li:last-child:after,
.ftr-darkgrey li:last-child:after {
	content: "";
}

.ftr-darkgrey {
	background: #95989a;
}

.g-ftr .copy {
	background: #2e2e2e;
	text-align: center;
}

.g-ftr .copy small {
	font-size: .8rem;
	color: #fff;
}

.g-ftr .ekichika-tv {
	margin: 0 auto;
	text-align: center;
	padding-top: .5rem;
}

.g-ftr .ekichika-tv .anchor {
	display: inline-block;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.g-ftr .ekichika-tv .anchor .bnr-icon {
	float: left;
}

.g-ftr .ekichika-tv .anchor .bnr-icon img {
	border-radius: 10px;
	vertical-align: middle;
	width: 20px;
	margin-right: 5px;
}

.g-ftr .ekichika-tv .anchor .bnr-icon .icon-name {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	vertical-align: middle;
}

/*業種別背景色*/
header.portal.s_1 {
	background: #1B5DD8;
}

header.portal.s_2 {
	background: #C141E0;
}

header.portal.s_3 {
	background: #FC9200;
}

header.portal.s_4 {
	background: #2C8D66;
}

header.portal.s_5 {
	background: #FF3E97;
}

header.portal.s_6 {
	background: #22A7F4;
}

header.portal.s_7 {
	background: #216093;
}

#ekichika_logo {
	float: left;
	width: 76%;
}

#ekichika_logo li {
	display: inline-block;
	vertical-align: middle;
}

#ekichika_logo .icon img {
	width: 3rem;
}

#ekichika_logo .logo img {
	width: 5.5rem;
}

#ekichika_logo .jobstyle a {
	display: block;
	background: #ffffff;
	color: #0EAB07;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 1;
	padding: .3rem 1rem;
	margin-left: .2rem;
	border-radius: .5rem;
}

#ekichika_logo .jobstyle a.s_1 {
	color: #1B5DD8;
}

#ekichika_logo .jobstyle a.s_2 {
	color: #C141E0;
}

#ekichika_logo .jobstyle a.s_3 {
	color: #FC9200;
}

#ekichika_logo .jobstyle a.s_4 {
	color: #2C8D66;
}

#ekichika_logo .jobstyle a.s_5 {
	color: #FF3E97;
}

#ekichika_logo .jobstyle a.s_6 {
	color: #22A7F4;
}

#ekichika_logo .jobstyle a.s_7 {
	color: #216093;
}

.select-1 select {
	max-width: 200px;
}

.header_right {
	float: right;
	position: relative;
}

.text_search {
	width: 304px;
	overflow: hidden;
	text-align: right;
	position: relative;
}

.text_search .btn {
	border: none;
	font-size: .8rem;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFB053), to(#FF7F3B));
	background-image: linear-gradient(to bottom, #FFB053, #FF7F3B);
	color: #ffffff;
	border: 1px solid #95989A;
	margin-left: 0.2rem;
	padding: 0.2rem 1.4rem;
}

.text_search input[name="search_text"] {
	width: 74%;
	padding: 2px;
}

div.award_banner {
	padding: .5rem;
}

.diary-box {
	cursor: pointer;
}

.link-list {
	margin-top: 0.4rem;
}

.link-list > li {
	line-height: 1.2rem;
	margin-right: 0.2rem;
}

.link-list > li:last-child {
	margin-right: 0;
}

.link-list > li > a {
	font-size: 0.8rem;
	font-weight: 200;
	color: #ffffff;
}

.entryarea_list {
	position: relative;
}

.entryarea_list .entryarea_list_btn {
	font-size: 0.8rem;
	font-weight: bold;
	background: #FFFFFF;
	padding: 3px 10px 2px;
	border-radius: 5px;
	cursor: pointer;
}

.entryarea_list.color1 .entryarea_list_btn {
	color: #1B5DD8;
}

.entryarea_list.color2 .entryarea_list_btn {
	color: #C141E0;
}

.entryarea_list.color3 .entryarea_list_btn {
	color: #FC9200;
}

.entryarea_list.color4 .entryarea_list_btn {
	color: #2C8D66;
}

.entryarea_list.color5 .entryarea_list_btn {
	color: #FF3E97;
}

.entryarea_list.color6 .entryarea_list_btn {
	color: #22A7F4;
}

.entryarea_list.color7 .entryarea_list_btn {
	color: #216093;
}

.entryarea_list .start_areas {
	background: #ffffff none repeat scroll 0 0;
	display: none;
	left: -50px;
	top: 53px;
	min-height: 100px;
	padding: 15px;
	position: absolute;
	width: 450px;
	z-index: 2;
}

.entryarea_list.color1 .start_areas {
	color: #1B5DD8;
	border: 3px solid #1B5DD8;
}

.entryarea_list.color2 .start_areas {
	color: #C141E0;
	border: 3px solid #C141E0;
}

.entryarea_list.color3 .start_areas {
	color: #FC9200;
	border: 3px solid #FC9200;
}

.entryarea_list.color4 .start_areas {
	color: #2C8D66;
	border: 3px solid #2C8D66;
}

.entryarea_list.color5 .start_areas {
	color: #FF3E97;
	border: 3px solid #FF3E97;
}

.entryarea_list.color6 .start_areas {
	color: #22A7F4;
	border: 3px solid #22A7F4;
}

.entryarea_list.color7 .start_areas {
	color: #216093;
	border: 3px solid #216093;
}

.entryarea_list:hover > .start_areas {
	display: block;
}

.entryarea_list .start_areas:before {
	content: "";
	position: absolute;
	top: -64px;
	left: 19%;
	margin-left: -15px;
	border: 38px solid transparent;
	border-bottom: 28px solid #FFF;
	z-index: 2;
}

.entryarea_list .start_areas:after {
	content: "";
	position: absolute;
	top: -71px;
	left: 19%;
	margin-left: -17px;
	border: 40px solid transparent;
	border-bottom: 30px solid;
	z-index: 1;
}

.entryarea_list .start_areas div {
	font-size: 0.9rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.entryarea_list .start_areas ul li {
	margin-top: 4px;
}

.entryarea_list .start_areas ul li > a {
	font-size: 0.8rem;
	font-weight: bold;
	padding: 0 5px 0 3px;
}

.entryarea_list.color1 .start_areas ul li > a {
	color: #1B5DD8;
	border-right: 1px solid #1B5DD8;
}

.entryarea_list.color2 .start_areas ul li > a {
	color: #C141E0;
	border-right: 1px solid #C141E0;
}

.entryarea_list.color3 .start_areas ul li > a {
	color: #FC9200;
	border-right: 1px solid #FC9200;
}

.entryarea_list.color4 .start_areas ul li > a {
	color: #2C8D66;
	border-right: 1px solid #2C8D66;
}

.entryarea_list.color5 .start_areas ul li > a {
	color: #FF3E97;
	border-right: 1px solid #FF3E97;
}

.entryarea_list.color6 .start_areas ul li > a {
	color: #22A7F4;
	border-right: 1px solid #22A7F4;
}

.entryarea_list.color7 .start_areas ul li > a {
	color: #216093;
	border-right: 1px solid #216093;
}

.entryarea_list .start_areas ul li:last-child > a {
	border-right: none;
}

#area_link {
	padding: 0.2rem 0;
	text-align: right;
}

#area_link > ul > li {
	display: inline-block;
	position: relative;
}

#area_link > ul > li > a {
	font-size: .7rem;
	color: #ffffff;
	padding: 0 0.2rem 0 0.1rem;
	border-right: 1px solid #CECECE;
}

#area_link > ul > li:last-child > a {
	border-right: none;
	padding-right: 0;
}

#area_link > ul > li:hover > a {
	color: #FFB96D;
	cursor: pointer;
}

#area_link > ul > li > ul {
	display: none;
	position: absolute;
	z-index: 2;
	overflow: visible;
	width: 70px;
	text-align: center;
}

#area_link > ul > li:hover > ul {
	display: block;
}

#area_link > ul > li:hover > ul li {
	background: #1A5DD8;
	border-bottom: 1px groove #FFFFFF;
}

#area_link.color1 > ul > li:hover > ul li {
	background: #1B5DD8;
}

#area_link.color2 > ul > li:hover > ul li {
	background: #C141E0;
}

#area_link.color3 > ul > li:hover > ul li {
	background: #FC9200;
}

#area_link.color4 > ul > li:hover > ul li {
	background: #2C8D66;
}

#area_link.color5 > ul > li:hover > ul li {
	background: #FF3E97;
}

#area_link.color6 > ul > li:hover > ul li {
	background: #22A7F4;
}

#area_link.color7 > ul > li:hover > ul li {
	background: #216093;
}

#area_link > ul > li:hover > ul li:last-child {
	border-bottom: none;
}

#area_link > ul > li > ul li a {
	font-size: .7rem;
	display: block;
	padding: 8px 5px;
	color: #ffffff;
}

#area_link > ul > li > ul li a:hover {
	color: #FFB96D;
}

.f-area_link {
	float: left;
	text-align: center;
	font-size: 0;
	max-width: 1000px;
}

.to_area_link {
	display: inline-block;
	font-size: 1rem;
	margin: 0 1.5rem;
}

.to_area_link > a {
	color: #1f3a95;
}

.add-link-wrap {
	padding: 8px 0;
	position: absolute;
	top: 1px;
	right: 20px;
}

.add-link-wrap a {
	color: #fff;
	margin-left: 5px;
	font-size: 11px;
}

.add-link-wrap a:hover {
	opacity: 0.7;
}

.award_banner_gravure {
	margin: 0 0 2rem 0;
}

.award_banner_gravure a:hover {
	opacity: 0.8;
}

.oppai-link-wrapper {
	position: relative;
	width: 100%;
}

.oppai-link-wrapper ul li {
	position: absolute;
	width: 33.33%;
	height: 100%;
	background: #fff;
	opacity: 0;
}

.oppai-link-wrapper ul li:hover {
	opacity: 0.2;
}

.oppai-link-wrapper ul li a {
	display: block;
	height: 100%;
}

.oppai-link-wrapper ul li:first-child {
	top: 0;
	left: 0;
}

.oppai-link-wrapper li:nth-child(2) {
	top: 0;
	left: 33.33%;
}

.oppai-link-wrapper li:last-child {
	top: 0;
	left: 66.66%;
}

.shop-ticket-new {
	position: absolute;
	top: 5.4rem;
	right: 1rem;
	width: 350px;
}

@media (min-width: 1023px) {
	.shop-ticket-new {
		width: 272px;
		position: static;
	}
}

.shop-ticket-new a {
	display: block;
	margin-bottom: 8px;
	position: relative;
}

.shop-ticket-new .fukidashi {
	background-image: url(../../../../../assets/img/user/shop/common/img-fukidashi.png);
	background-position: 0 1rem;
	background-repeat: no-repeat;
	background-size: 4rem auto;
	right: 0;
	top: -1.4rem;
	color: #ff0d0d;
	font-size: 1rem;
	font-weight: bold;
	height: 7rem;
	line-height: 1rem;
	padding-top: 1.8rem;
	position: absolute;
	width: 4rem;
	text-align: center;
	-webkit-animation: animScale 3s infinite ease-out;
	animation: animScale 3s infinite ease-out;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	z-index: 10;
}

.shop-ticket-new .ticketL {
	padding-left: 10px;
	width: 288px;
	height: 94px;
	position: relative;
	float: left;
	overflow: hidden;
	background: #fffdea;
	border-radius: 6px 0 0 6px;
	border: 1px solid #000;
	border-right: none;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1023px) {
	.shop-ticket-new .ticketL {
		width: 210px;
	}
}

.shop-ticket-new .ticketL .ribbon {
	width: 88px;
	height: 24px;
	position: absolute;
	top: 11px;
	right: -22px;
	background: #ff0000;
	line-height: 26px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.shop-ticket-new .ticketL .ribbon span {
	font-size: 12px;
}

.shop-ticket-new .ticketL .genre {
	display: inline-block;
	margin: 0 0 6px 0;
	padding: 2px 8px;
	border-radius: 0 0 6px 6px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

.shop-ticket-new .ticketL .oldPrice {
	margin-bottom: 8px;
	font-size: 12px;
	color: #000;
}

.shop-ticket-new .ticketL .newPrice {
	font-size: 36px;
	color: #ff0000;
	font-weight: bold;
}

.shop-ticket-new .ticketL .newPrice.many_digit {
	font-size: 30px;
}

.shop-ticket-new .ticketL .newPrice.most_digit {
	font-size: 28px;
}

.shop-ticket-new .ticketL .newPrice span {
	margin-left: 2px;
	font-size: 17px;
	color: #000;
	font-weight: normal;
}

.shop-ticket-new .ticketR {
	width: 44px;
	height: 94px;
	position: relative;
	background: #fffdea;
	border: 1px solid #000;
	border-left: none;
	float: right;
	border-radius: 0 6px 6px 0;
	-webkit-box-shadow: 2 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 2 2px 4px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1023px) {
	.shop-ticket-new .ticketR {
		float: none;
		left: 14.2rem;
	}
}

.shop-ticket-new .ticketR:after {
	content: "";
	position: absolute;
	top: -1px;
	left: -18px;
	width: 18px;
	height: 98px;
	background: url("../../../../../assets/img/user/coupon/img-ticket-w.png") no-repeat;
}

.shop-ticket-new .ticketR span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	font-size: 15px;
	color: #ff0000;
}

.shop-ticket-new.tokuyasuCoupon .ticketL,
  .shop-ticket-new.tokuyasuCoupon .ticketR {
	background: #292929;
}

.shop-ticket-new.tokuyasuCoupon .ticketL .genre {
	background: #e6c269;
	color: #ff0000;
}

.shop-ticket-new.tokuyasuCoupon .ticketL .oldPrice {
	color: #fff;
}

.shop-ticket-new.tokuyasuCoupon .ticketL .newPrice {
	color: #e6c269;
}

.shop-ticket-new.tokuyasuCoupon .ticketL .newPrice span {
	color: #fff;
}

.shop-ticket-new.tokuyasuCoupon .ticketR {
	background: #292929;
}

.shop-ticket-new.tokuyasuCoupon .ticketR:after {
	background: url("../../../../../assets/img/user/coupon/img-ticket-k.png") no-repeat;
}

.shop-ticket-new.tokuyasuCoupon .ticketR span {
	color: #ff0000;
}

.shop-ticket-new.newCoupon .ticketL .genre {
	background: #1e890b;
}

.shop-ticket-new.newCoupon .ticketR span {
	color: #1e890b;
}

.shop-ticket-new.groupCoupon .ticketL .genre {
	background: #FF7600;
}

.shop-ticket-new.groupCoupon .ticketR span {
	color: #FF7600;
}

.shop-ticket {
	width: 282px;
	background: #FFFDEA;
	border: 2px solid #E8568E;
	margin: .5rem 0;
}

.shop-ticket .ticket-left {
	width: 90%;
	float: left;
	padding: .3rem .5rem;
	color: #555;
}

.shop-ticket .ticket-left .ticket-caution {
	font-size: 1.0rem;
	font-weight: bold;
}

.shop-ticket .ticket-left .normal-price {
	font-size: .87rem;
	padding: .2rem 0 0;
}

.shop-ticket .ticket-left .ticket-minute,
    .shop-ticket .ticket-left .ticket-yen {
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	color: #E8568E;
	line-height: 2rem;
}

.shop-ticket .ticket-left .ticket-minute span,
      .shop-ticket .ticket-left .ticket-yen span {
	font-weight: normal;
	font-size: .9rem;
	margin-left: .3rem;
	margin-top: -.2rem;
	line-height: .9rem;
	color: #2e2e2e;
	border: 1px solid #2e2e2e;
	padding: 0 .1rem;
	vertical-align: middle;
}

.otherCoupon {
	margin-top: 6px;
	text-align: right;
	display: none;
}

@media (min-width: 1023px) {
	.otherCoupon {
		display: block;
	}
}

.otherCoupon a {
	padding-right: 12px;
	position: relative;
	text-decoration: underline;
	font-size: 12px;
}

.otherCoupon a:after {
	content: ">";
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -3px;
}

.keep_myshop_button_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px auto;
}

.keep_myshop_button_wrap .btn-shops-keep-label {
	display: block;
	position: relative;
	width: 49%;
	max-width: 280px;
	height: 2.5rem;
	cursor: pointer;
	background-image: url(../../../../../assets/img/user/keep/img-shopkeep-of.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.keep_myshop_button_wrap .btn-shops-keep-checkbox {
	display: none;
}

.keep_myshop_button_wrap .btn-shops-keep-checkbox:checked + .btn-shops-keep-label {
	background-image: url(../../../../../assets/img/user/keep/img-shopkeep-on.png);
}

@media (min-width: 1023px) {
	.keep_myshop_button_wrap.s_group .btn-shops-keep-label, .keep_myshop_button_wrap.a_group .btn-shops-keep-label {
		background-image: url(../../../../../assets/img/user/keep/btn_shop_off.png);
	}

	.keep_myshop_button_wrap.s_group .btn-shops-keep-checkbox:checked + .btn-shops-keep-label, .keep_myshop_button_wrap.a_group .btn-shops-keep-checkbox:checked + .btn-shops-keep-label {
		background-image: url(../../../../../assets/img/user/keep/btn_shop_on.png);
	}
}

.keep_myshop_button_wrap .myshop_button {
	width: 49%;
	max-width: 280px;
	height: 2.4rem;
	border-radius: .5vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 2px solid #B4B4B4;
	cursor: pointer;
	font-size: .9rem;
	font-weight: bold;
	color: #565656;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DCDCDC));
	background: linear-gradient(#FFFFFF, #DCDCDC);
}

.keep_myshop_button_wrap .myshop_button > img {
	width: 15%;
	max-width: 30px;
	margin-right: 2%;
}

@media (min-width: 1023px) {
	.keep_myshop_button_wrap.s_group, .keep_myshop_button_wrap.a_group {
		width: 100%;
	}

	.keep_myshop_button_wrap.s_group .myshop_button, .keep_myshop_button_wrap.a_group .myshop_button {
		font-size: .7rem;
		height: 2.5rem;
		border: 1px solid #B4B4B4;
		background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ECECEB));
		background: linear-gradient(#FFF, #ECECEB);
	}
}

.click_disable {
	pointer-events: none;
}

.area_banner {
	width: 896px;
	height: 350px;
	float: left;
}

.nakasu-link-wrapper {
	position: relative;
	width: 896px;
	height: 350px;
	float: left;
}

.nakasu-link-wrapper ul li {
	position: absolute;
	width: 50%;
	height: 100%;
	background: #fff;
	opacity: 0;
}

.nakasu-link-wrapper ul li:hover {
	opacity: 0.2;
}

.nakasu-link-wrapper ul li a {
	display: block;
	height: 100%;
}

.nakasu-link-wrapper ul li:first-child {
	top: 0;
	left: 0;
}

.nakasu-link-wrapper li:last-child {
	top: 0;
	left: 50%;
}

/*--------------------------------
店舗ナビ
--------------------------------*/
.f-shop-nav {
	width: 100%;
	margin: 2rem auto;
	float: left;
}

.f-shop-nav li {
	margin-right: 1.0rem;
	margin-bottom: 1.0rem;
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #2e2e2e;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	overflow: hidden;
}

.f-shop-nav li:last-child {
	margin-right: 0;
}

.f-shop-nav li a,
  .f-shop-nav li span {
	display: block;
	padding-top: 2.7rem;
	width: 4.8rem;
	height: 4.8rem;
	background-repeat: no-repeat;
	color: #fff;
	font-size: .7rem;
}

.f-shop-nav li:hover {
	border-radius: 0;
	background-color: #fc4967;
}

.f-shop-nav.fixed li {
	border-radius: 0;
}

.f-shop-nav li {
	position: relative;
	overflow: visible;
}

.f-shop-nav li.on {
	background-color: #fc4967;
	border-radius: 0;
}

.f-shop-nav li.top a,
.f-shop-nav li.top span {
	background-image: url("../../../../../assets/img/user/shop/common/icon/top_icon.png");
	background-position: center .7rem;
	background-size: 2rem auto;
}

.f-shop-nav li.top a:hover {
	background-repeat: no-repeat;
}

.f-shop-nav li.news a,
.f-shop-nav li.news span {
	background-image: url("../../../../../assets/img/user/shop/common/icon/news_icon.png");
	background-position: center 1rem;
	background-size: 2rem auto;
}

.f-shop-nav li.news a:hover {
	background-repeat: no-repeat;
}

.f-shop-nav li.system a,
.f-shop-nav li.system span {
	background-image: url("../../../../../assets/img/user/shop/common/icon/yen_icon.png");
	background-position: center .9rem;
	background-size: 1.4rem auto;
}

.f-shop-nav li.system a:hover {
	background-repeat: no-repeat;
}

.f-shop-nav li.schedule a,
.f-shop-nav li.schedule span {
	background-image: url("../../../../../assets/img/user/shop/common/icon/schedule_icon.png");
	background-position: center .6rem;
	background-size: 2rem auto;
}

.f-shop-nav li.schedule a:hover {
	background-repeat: no-repeat;
}

.f-shop-nav li.girls a,
.f-shop-nav li.girls span {
	background-image: url("../../../../../assets/img/user/shop/common/icon/girl_icon.png");
	background-position: center .6rem;
	background-size: 1rem auto;
}

.f-shop-nav li.girls a:hover {
	background-repeat: no-repeat;
}

.f-shop-nav li.coupon a,
.f-shop-nav li.coupon span {
	background-image: url("../../../../../assets/img/user/shop/common/icon/ticket_icon.png");
	background-position: center 1.0rem;
	background-size: 2.5rem auto;
	line-height: 0.4rem;
}

.f-shop-nav li.coupon a:hover {
	background-repeat: no-repeat;
}

.f-shop-nav li.diary a,
.f-shop-nav li.diary span {
	background-image: url("../../../../../assets/img/user/shop/common/icon/photo_icon.png");
	background-position: center 1.0rem;
	background-size: 2.2rem auto;
}

.f-shop-nav li.diary a:hover {
	background-repeat: no-repeat;
}

.f-shop-nav li.girlsmovie a,
.f-shop-nav li.girlsmovie span {
	background-image: url("../../../../../assets/img/user/shop/common/icon/tiktak_icon.svg");
	background-size: 1.9rem auto;
	background-position: center 0.7rem;
}

.f-shop-nav li.report a,
.f-shop-nav li.report span {
	background-image: url("../../../../../assets/img/user/sp/shop/common/ico/ico-spContents.svg");
	background-size: 1.9rem auto;
	background-position: 1.6rem 0.9rem;
}

.f-shop-nav .ico-bubble {
	display: inline-block;
	position: absolute;
	top: -1.3rem;
	left: 50%;
	border-radius: 0.3rem;
	border: 1px solid #fff;
	background: #FB002A;
	font-size: 0.75rem;
	text-align: center;
	width: 3.8rem;
	margin: 0 0 0 -1.9rem;
	padding: 0.3rem 0;
}

.f-shop-nav .ico-bubble::before {
	content: "";
	position: absolute;
	bottom: -0.25rem;
	left: 50%;
	z-index: 2;
	border-top: 0.25rem solid #FB002A;
	border-right: 0.25rem solid transparent;
	border-left: 0.25rem solid transparent;
	margin: 0 0 0 -0.25rem;
}

.f-shop-nav .ico-bubble::after {
	content: "";
	position: absolute;
	bottom: -0.29rem;
	left: 50%;
	z-index: 1;
	border-top: 0.25rem solid #fff;
	border-right: 0.25rem solid transparent;
	border-left: 0.25rem solid transparent;
	margin: 0 0 0 -0.25rem;
}

.f-shop-nav li.movie a,
.f-shop-nav li.movie span {
	background-image: url("../../../../../assets/img/user/shop/common/icon/movie_icon.png");
	background-position: 1.2rem 1.0rem;
	background-size: 2.2rem auto;
}

.f-shop-nav li.movie a:hover {
	background-repeat: no-repeat;
}

.f-shop-nav li.information a,
.f-shop-nav li.information span {
	background-image: url("../../../../../assets/img/user/shop/common/icon/info_icon.png");
	background-position: 1.3rem .8rem;
	background-size: 1.9rem auto;
}

.f-shop-nav li.information a:hover {
	background-repeat: no-repeat;
}

.f-shop-nav li.access a,
.f-shop-nav li.access span {
	background-image: url("../../../../../assets/img/user/shop/common/icon/access_icon.png");
	background-position: 1.45rem .8rem;
	background-size: 1.6rem auto;
}

.f-shop-nav li.access a:hover {
	background-repeat: no-repeat;
}

.f-shop-nav li.recruit a,
.f-shop-nav li.recruit span {
	background-image: url("../../../../../assets/img/user/shop/common/icon/recruit_icon_new.png");
	background-position: 1.3rem .8rem;
	background-size: 2.0rem auto;
}

.f-shop-nav li.recruit a:hover {
	background-repeat: no-repeat;
}

.f-shop-nav li.mens-qzin a,
.f-shop-nav li.mens-qzin span {
	background-image: url("../../../../../assets/img/user/shop/common/icon/recruit_icon_men.png");
	background-position: 1.3rem .8rem;
	background-size: 2.0rem auto;
}

.f-shop-nav li.mens-qzin a,
.f-shop-nav li.mens-qzin a:hover {
	background-repeat: no-repeat;
}

.f-shop-nav li.review a,
.f-shop-nav li.review span {
	background-image: url("../../../../../assets/img/user/shop/common/icon/review_icon.svg");
	background-position: 1.5rem .8rem;
	background-size: 1.7rem auto;
}

.f-shop-nav li.review a.has-review,
  .f-shop-nav li.review span.has-review {
	background-image: url("../../../../../assets/img/user/shop/common/icon/review_icon.png");
	background-position: center 1rem;
}

.f-shop-nav li.review a:hover {
	background-repeat: no-repeat;
}

.f-shop-nav li.costume a,
.f-shop-nav li.costume span {
	background-image: url("../../../../../assets/img/user/shop/common/icon/costume_icon.svg");
	background-position: 1.3rem .8rem;
	background-size: 1.8rem auto;
}

.f-shop-nav li.costume a:hover {
	background-repeat: no-repeat;
}

#main-l .f-NewCoupon .couponR .qr_code {
	margin-left: 2px;
}

.plan-group-a .shop-header a img {
	width: 1280px;
}

.plan-group-s .shop-header a img {
	width: 1920px;
}

/*--------------------------------
ピックアップガール
--------------------------------*/
.f-attend-today .attend-girls {
	padding: 1rem;
	background: #fc4967;
	border: 1px solid #fd7b9e;
}

.f-attend-today .attend-girls .inner {
	width: 100%;
	padding: .5rem;
	background: #fff;
	border: 1px solid #ffdeec;
	border-radius: 5px;
}

.f-attend-today .attend-girls .inner a {
	position: relative;
	display: block;
}

.f-attend-today .attend-girls .inner img {
	max-width: 100%;
	height: auto;
}

.attend-girls .girls-catch {
	font-size: .85rem;
	padding: .2rem 0;
	text-align: center;
}

.attend-girls .detail {
	overflow: hidden;
	font-weight: 400;
}

.attend-girls .detail .data-name {
	color: #fc4967;
	font-size: 1.0rem;
	line-height: 1.4rem;
}

.attend-girls .detail .data-name a {
	text-decoration: none;
	color: #fc4967;
}

.attend-girls .detail .data-name a:hover {
	text-decoration: underline;
}

.attend-girls .detail .data-size {
	color: #2e2e2e;
	font-size: .85rem;
	line-height: .85rem;
}

.attend-girls .detail .girl-genre {
	clear: left;
	text-align: center;
}

.attend-girls .detail .girl-genre ul {
	clear: left;
	text-align: center;
	padding: .2rem 0;
}

.attend-girls .detail .girl-genre li {
	padding: .2rem .5rem;
}

.attend-girls .view-more a {
	color: #fff;
}

.privacy-warning {
	margin-bottom: .8rem;
	font-size: 12px;
}

.privacy-waring-m {
	margin-top: 1rem;
	font-size: 10px;
}

.privacy-warning-s12 {
	font-size: 12px;
}

section#report-target {
	padding-top: 40px;
	margin-top: -40px;
}

.lpModal-ac {
	overflow: hidden;
}

.lpModal-ac .l-mainContainer {
	position: relative;
}

.lpModal-ac .mod-modalCashback {
	background: #000000cf;
	top: 0;
}

.lpModal-ac .mod-modalCashback .lpClose {
	top: calc(80vh - 2rem);
	display: block;
}

@media screen and (min-width: 767px) {
	.lpModal-ac .mod-modalCashback .lpClose {
		top: auto;
		bottom: 10px;
	}
}

.lpModal-ac .mod-modalCashback .modal-contentsInner {
	position: relative;
	top: 2rem;
	padding: 0 2rem 2rem 2rem;
	height: 72vh;
	overflow: scroll;
}

.mod-modalCashback {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 200%;
	background: #fff;
	overflow-y: auto;
	-webkit-transition: top 0.3s ease;
	transition: top 0.3s ease;
	z-index: 20;
}

.mod-modalCashback .spOnly {
	display: block;
}

.mod-modalCashback .pcOnly {
	display: none;
}

.mod-modalCashback .lpClose {
	display: none;
	bottom: 10px;
}

.mod-modalCashback .mainV img {
	width: 100%;
}

.mod-modalCashback .lpMain {
	background: #FFF;
	position: relative;
}

.mod-modalCashback .lpMain section {
	margin-bottom: 0;
}

.mod-modalCashback .lpMain .headTxtInner {
	padding: 2.5rem 2rem;
	color: #fff;
}

.mod-modalCashback .lpMain .headTxtInner .headTxtImg.spOnly {
	margin: auto;
	width: 100%;
}

.mod-modalCashback .lpMain .headTxtInner .headTtl {
	background: #000;
	line-height: 3.3rem;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	font-weight: bold;
}

.mod-modalCashback .lpMain .headTxtInner .headInner {
	padding: 3rem 0;
}

.mod-modalCashback .lpMain .headTxtInner .headInner img {
	margin-left: 8px;
}

.mod-modalCashback .lpMain .headTxtInner .headList {
	margin: 3rem 0;
}

.mod-modalCashback .lpMain .headTxtInner .headList .listItem {
	margin-bottom: 1rem;
	line-height: 2rem;
	font-size: 1.3rem;
	color: #262626;
	padding-left: 1em;
}

.mod-modalCashback .lpMain .headTxtInner .headList em {
	color: #fe0032;
}

.mod-modalCashback .lpMain .headTxtInner .headTable {
	margin-bottom: 1.7rem;
	border-radius: 0.8rem;
	background: #fff4f7;
	overflow: hidden;
}

.mod-modalCashback .lpMain .headTxtInner .headTable .tableTtl {
	text-align: center;
	background: #fd1d5d;
	line-height: 3.8rem;
	font-size: 1.1rem;
	color: #fff;
	font-weight: bold;
}

.mod-modalCashback .lpMain .headTxtInner .headTable .innerList {
	line-height: 2rem;
	padding: 2.4rem 1.6rem;
	font-size: 1.4rem;
	color: #262626;
}

.mod-modalCashback .lpMain .headTxtInner .headTable .innerList p {
	line-height: 17px;
	margin-bottom: 20px;
}

.mod-modalCashback .lpMain .headTxtInner .headTable .innerList li {
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

.mod-modalCashback .lpMain .headTxtInner .headTable .innerList em {
	color: #FD1D5D;
}

.mod-modalCashback .lpMain .headTxtInner .headTable .listItem {
	margin-bottom: 1rem;
	padding-left: 1.2rem;
	position: relative;
}

.mod-modalCashback .lpMain .headTxtInner .headTable .listItem:before {
	content: "";
	position: absolute;
	top: 0.6rem;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #fd1d5c;
}

.mod-modalCashback .lpMain .headTxtInner .headTable .listItem:last-child {
	margin-bottom: 0;
}

.mod-modalCashback .lpMain .headTxtInner .cautionTxtList {
	color: #262626;
}

.mod-modalCashback .lpMain .headTxtInner .cautionTxtList .listItem {
	margin-bottom: 0.8rem;
	line-height: 1.5rem;
	font-size: 1rem;
	padding-left: 1em;
	text-indent: -1em;
}

.mod-modalCashback .lpMain .headTxtInner .cautionTxtList .adjustLine {
	line-height: 1.7rem;
}

.mod-modalCashback .lpMain .headTxtInner .cautionTxtList .brPc {
	display: none;
}

.mod-modalCashback .lpMain .headTxtInner .cautionTxtList em {
	color: #fe0033;
}

.mod-modalCashback .lpMain .headTxtInner .periodTxt {
	margin-bottom: 2rem;
	font-size: 0.9rem;
	color: #262626;
	text-align: center;
}

.mod-modalCashback .lpMain .headTxtInner .periodTxt em {
	font-size: 1.2rem;
	font-weight: bold;
}

.mod-modalCashback .lpMain .headTxtInner .periodTxt .color-pink {
	color: #FD1D5D;
}

.mod-modalCashback .lpMain .headTxtInner .periodTxtS {
	padding-left: 1em;
	line-height: 1.5rem;
	text-indent: -1em;
	font-size: 0.8rem;
	color: #838383;
}

.mod-modalCashback .lpMain .headTxtInner .notesList {
	height: 90px;
	overflow: hidden;
	color: #505050;
}

.mod-modalCashback .lpMain .headTxtInner .notesList .listItem {
	margin-bottom: 0.6rem;
	line-height: 1.4em;
	font-size: 1rem;
	padding-left: 1em;
	text-indent: -1em;
}

.mod-modalCashback .lpMain .headTxtInner .mod-acTxt {
	position: relative;
}

.mod-modalCashback .lpMain .headTxtInner .mod-acTxt .txtAcBt {
	z-index: 0;
	position: absolute;
	right: 0;
	bottom: -1.2em;
	font-size: 1rem;
	color: #3492ff;
}

.mod-modalCashback .lpMain .headTxtInner .mod-acTxt .txtAcBt::before {
	content: "すべて見る";
}

.mod-modalCashback .lpMain .headTxtInner .mod-acTxt .notesList {
	position: relative;
	overflow: hidden;
	height: 16rem;
}

.mod-modalCashback .lpMain .headTxtInner .mod-acTxt .notesList:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15rem;
	content: "";
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.9)), to(#fff));
}

.mod-modalCashback .lpMain .headTxtInner .mod-acTxt .acTxt {
	display: none;
}

.mod-modalCashback .lpMain .headTxtInner .mod-acTxt .acTxt:checked ~ .txtAcBt {
	bottom: -2.6em;
	padding-left: 4rem;
}

.mod-modalCashback .lpMain .headTxtInner .mod-acTxt .acTxt:checked ~ .txtAcBt::before {
	content: "閉じる";
}

.mod-modalCashback .lpMain .headTxtInner .mod-acTxt .acTxt:checked ~ .notesList {
	height: auto;
}

.mod-modalCashback .lpMain .headTxtInner .mod-acTxt .acTxt:checked ~ .notesList::before {
	display: none;
}

.mod-modalCashback .lpMain .f-cashBack {
	padding: 5rem 0;
	background: #fff4f7;
}

.mod-modalCashback .lpMain .f-cashBack .cashBackTtl {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	background: #fff4f7;
	color: #000;
}

.mod-modalCashback .lpMain .f-cashBack .cashBackTtl-notice {
	font-size: 14px;
	color: #FD1D5D;
	line-height: 1.5rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 2.4rem;
}

.mod-modalCashback .lpMain .f-cashBack .flowListSlider {
	position: relative;
	overflow-x: scroll;
	margin-left: 2rem;
}

.mod-modalCashback .lpMain .f-cashBack .flowList {
	padding-top: 2rem;
	white-space: nowrap;
	min-width: 100%;
	font-size: 0;
}

.mod-modalCashback .lpMain .f-cashBack .flowList .listItem img {
	height: 208px;
}

.mod-modalCashback .lpMain .f-cashBack .listItem {
	display: inline-block;
	margin-right: 2rem;
	padding: 4rem 3rem 0;
	width: 24.1rem;
	-webkit-box-shadow: 0, 0.3rem, 1.6rem, rgba(0, 0, 0, 0.06);
	box-shadow: 0, 0.3rem, 1.6rem, rgba(0, 0, 0, 0.06);
	position: relative;
	border-radius: 1.2rem;
	background: #fff;
}

.mod-modalCashback .lpMain .f-cashBack .flowTtl {
	margin-bottom: 1.6rem;
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	color: #000;
}

.mod-modalCashback .lpMain .f-cashBack .flowTxt {
	height: 10rem;
	line-height: 1.4em;
	font-size: 1rem;
	color: #5a5a5a;
}

.mod-modalCashback .lpMain .f-cashBack .cautionTxt {
	margin-top: 0.6rem;
	font-size: 1rem;
	color: #fd1d5d;
}

.mod-modalCashback .lpMain .f-cashBack .step {
	padding: 0.7rem 1.3rem;
	background: #fd1d5d;
	font-size: 1.5rem;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	position: absolute;
	top: -2rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mod-modalCashback .lpMain .f-cashBack .step em {
	position: relative;
	font-size: 2.5rem;
}

.mod-modalCashback .lpMain .f-cashBack .step em:after {
	content: "";
	position: absolute;
	top: -5px;
	right: -2.1rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.85rem 0 1.85rem 0.8rem;
	border-color: transparent transparent transparent #fd1d5c;
}

.mod-modalCashback .btmTxt {
	background: #FFF;
	padding: 5rem 2.5rem 15rem;
	line-height: 2em;
	font-size: 0.7rem;
	text-align: center;
}

.mod-modalCashback .btmTxt a {
	color: #fe0033;
}

.lpClose {
	position: fixed;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	z-index: 12;
}

@media screen and (min-width: 767px) {
	.lpClose {
		bottom: 5%;
		cursor: pointer;
	}

	.lpModal-ac .mod-modalCashback {
		width: 100%;
		height: 100%;
		left: 0;
		z-index: 2100;
	}

	.lpModal-ac .mod-modalCashback:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 62px 0;
		background: rgba(0, 0, 0, 0.8);
	}

	.lpModal-ac .mod-modalCashback .modal-contentsInner {
		top: 50%;
	}

	.lpModal-ac .mod-modalCashback .lpClose {
		opacity: 1;
		z-index: 2110;
	}

	.mod-modalCashback .spOnly {
		display: none;
	}

	.mod-modalCashback .pcOnly {
		display: block;
	}

	.mod-modalCashback .lpClose {
		opacity: 0;
	}

	.mod-modalCashback .modal-contentsInner {
		position: fixed;
		width: 1080px;
		height: 600px;
		top: 200%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		background: #fff;
		overflow-y: auto;
		-webkit-transition: top 0.3s ease;
		transition: top 0.3s ease;
		z-index: 2110;
	}

	.mod-modalCashback .modal-contentsInner .headTxtInner {
		padding: 48px 0;
	}

	.mod-modalCashback .modal-contentsInner .headTxtInner .u-mainContainer {
		margin: auto;
		width: 700px;
	}

	.mod-modalCashback .modal-contentsInner .headTxtInner .u-mainContainer .headTtl {
		line-height: 33px;
		font-size: 14px;
	}

	.mod-modalCashback .modal-contentsInner .headTxtInner .u-mainContainer .headInner {
		padding: 26px 90px;
	}

	.mod-modalCashback .modal-contentsInner .headTxtInner .u-mainContainer .headList {
		margin: 30px 0;
	}

	.mod-modalCashback .modal-contentsInner .headTxtInner .u-mainContainer .headList .listItem {
		margin-bottom: 10px;
		line-height: 20px;
		font-size: 15px;
		text-align: center;
	}

	.mod-modalCashback .modal-contentsInner .headTxtInner .u-mainContainer .headTable {
		margin: 0 20px;
		margin-bottom: 17px;
	}

	.mod-modalCashback .modal-contentsInner .headTxtInner .u-mainContainer .headTable .tableTtl {
		line-height: 38px;
		text-align: center;
		font-size: 16px;
	}

	.mod-modalCashback .modal-contentsInner .headTxtInner .u-mainContainer .headTable .innerList {
		line-height: 1;
		padding: 24px 16px;
		font-size: 14px;
	}

	.mod-modalCashback .modal-contentsInner .headTxtInner .u-mainContainer .headTable .listItem {
		margin-bottom: 10px;
		padding-left: 1.4rem;
		position: relative;
	}

	.mod-modalCashback .modal-contentsInner .headTxtInner .u-mainContainer .headTable .listItem:before {
		top: 3px;
	}

	.mod-modalCashback .modal-contentsInner .headTxtInner .u-mainContainer .cautionTxtList .listItem {
		margin-bottom: 10px;
		margin-left: 20px;
		line-height: 1;
		font-size: 12px;
	}

	.mod-modalCashback .modal-contentsInner .headTxtInner .u-mainContainer .cautionTxtList .adjustLine {
		line-height: 1.6;
	}

	.mod-modalCashback .modal-contentsInner .headTxtInner .u-mainContainer .cautionTxtList .brPc {
		display: block;
	}

	.mod-modalCashback .modal-contentsInner .headTxtInner .u-mainContainer .periodTxt {
		margin-bottom: 20px;
		text-align: center;
		font-size: 14px;
	}

	.mod-modalCashback .modal-contentsInner .headTxtInner .u-mainContainer .periodTxt em {
		font-size: 17px;
	}

	.mod-modalCashback .modal-contentsInner .headTxtInner .u-mainContainer .periodTxtS {
		text-align: center;
		line-height: 15px;
		font-size: 10px;
	}

	.mod-modalCashback .modal-contentsInner .headTxtInner .u-mainContainer .mod-acTxt .txtAcBt {
		font-size: 10px;
		cursor: pointer;
	}

	.mod-modalCashback .modal-contentsInner .headTxtInner .u-mainContainer .notesList .listItem {
		font-size: 10px;
	}

	.mod-modalCashback .modal-contentsInner .f-cashBack .flowListSlider {
		margin: auto;
		width: 1065px;
		overflow-x: hidden;
	}

	.mod-modalCashback .modal-contentsInner .f-cashBack .flowList {
		padding-top: 2rem;
		white-space: normal;
	}

	.mod-modalCashback .modal-contentsInner .f-cashBack .listItem {
		margin-right: 33px;
		padding: 4rem 20px 0;
		width: 241px;
		-webkit-box-shadow: 0, 0.3rem, 1.6rem, rgba(0, 0, 0, 0.06);
		box-shadow: 0, 0.3rem, 1.6rem, rgba(0, 0, 0, 0.06);
	}

	.mod-modalCashback .modal-contentsInner .f-cashBack .listItem:last-child {
		margin-right: 0;
	}

	.mod-modalCashback .modal-contentsInner .f-cashBack .flowTtl {
		margin-bottom: 16px;
		font-size: 20px;
	}

	.mod-modalCashback .modal-contentsInner .f-cashBack .flowTxt {
		height: 110px;
		font-size: 10px;
		padding-left: 10px;
	}

	.mod-modalCashback .modal-contentsInner .f-cashBack .flowTxt p {
		line-height: 1rem;
	}

	.mod-modalCashback .modal-contentsInner .f-cashBack .cautionTxt {
		margin-top: 0.2rem;
		font-size: 10px;
		line-height: 0.9rem;
	}

	.mod-modalCashback .modal-contentsInner .f-cashBack .cautionTxt p {
		line-height: 0.8rem;
	}

	.mod-modalCashback .modal-contentsInner .f-cashBack .step {
		padding: 7px 13px;
		font-size: 15px;
		top: -20px;
	}

	.mod-modalCashback .modal-contentsInner .f-cashBack .step em {
		font-size: 25px;
	}

	.mod-modalCashback .modal-contentsInner .f-cashBack .step em:after {
		right: -21px;
		border-width: 19px 0 19px 8px;
	}

	.mod-modalCashback .modal-contentsInner .btmTxt {
		display: none;
	}
}

.c-sec {
	padding: 6rem 0 6rem;
}

.c-sec__title {
	padding: 0 0 4rem;
	text-align: center;
}

.c-sec__title img {
	max-height: 4rem;
}

.c-sec__content img {
	padding-left: 4rem;
	padding-right: 4rem;
	margin-bottom: 3rem;
}

.c-sec__content img:last-child {
	margin-bottom: 0;
}

.cpVisual {
	position: relative;
	width: 100%;
	background-size: 1920px;
	background-position: top center;
}

.cpVisual .cpVisual__img {
	padding: 0 1.4rem;
}

@media screen and (min-width: 992px) {
	.cpVisual .cpVisual__img {
		padding: 0;
	}
}

.cpVisual img {
	display: block;
	width: 118rem;
	margin: auto;
	padding-top: 1.2rem;
}

@media screen and (min-width: 768px) {
	.cpVisual img {
		padding-top: 2.2rem;
	}
}

@media screen and (min-width: 992px) {
	.cpVisual img {
		padding-top: 2.2rem;
	}
}

.sec-1 {
	background-size: 100% 100%;
	background-position: top center;
}

.cpAbout {
	padding-top: 5rem;
}

.cpAbout .cpAbout__title {
	padding: 0 1.4rem;
	text-align: center;
}

@media screen and (min-width: 992px) {
	.cpAbout .cpAbout__title {
		padding: 0;
	}
}

.cpAbout .cpAbout__title img {
	max-height: 10.5rem;
}

.sec-2 {
	background: #fffec4;
}

.sec-3 {
	background: #fef5f0;
}

.sec-4 {
	background: #fffec4;
}

.cpTargetStore {
	text-align: center;
}

.cpTargetStore .cpTargetStore__content img {
	margin-bottom: 0;
}

.plan-dx .g-ftr .inner {
	opacity: 1;
}