@charset "UTF-8";
/*html5doctor.com Reset Stylesheetv1.6.1Last Updated: 2010-09-17Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	    font-size: 88%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}

ul, ol, nav {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

del {
	text-decoration: line-through;
}

s {
	text-decoration: none;
}

ins {
	text-decoration: none;
}

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

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

input, select, textarea {
	margin: 0;
	padding: 0;
	border-radius: 0;
	background-color: #fff;
	vertical-align: top;
	font: inherit;
	color: inherit;
	outline: none;
}

input[type="submit"] {
	border: none;
	background-color: transparent;
	font-size: 0;
}

textarea {
	min-width: 100%;
	resize: vertical;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
max-height:100px;
margin:0px;
padding:0px 10px;
font-size:13px;
line-height:25px;
text-align:left !important;
box-sizing:border-box;
border-radius:3px;
border:1px solid #666666;	
}


}

textarea:disabled {
	opacity: 1;
}

button {
	margin: 0;
	padding: 0;
	border: none;
	font: inherit;
	outline: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

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

img, video {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}

svg {
	max-width: 100%;
	max-height: 100%;
}

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

/* ============================================================================base============================================================================ */
html {
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	    font-size: 88%;
	color: #000;
	word-break: break-all;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

@media (min-width: 375px) {
	html {
	    font-size: 58%;
	}
}

body {
	position: relative;
	height: 100%;
	background-color: #f2f2f2;
}

.l-mainContainer {
	padding-top: 1rem;
	overflow: hidden;
}

.oppaichamp_banner {
	width: 95%;
	margin: auto;
}

.l-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 5rem;
	padding: 0 1rem;
	border-bottom: 0.1rem solid #afafaf;
	-webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.15);
	background-color: #fff;
	top: -5rem;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.l-header .anchor-logo {
	display: block;
	height: 2rem;
	font-size: 0;
}

.l-header .anchor-logo-img {
	margin-right: 0.4rem;
	width: 5.8rem;
	height: 1.8rem;
}

.l-header .anchor-logo-right {
	display: inline-block;
	height: 2rem;
	padding: 0 0.2rem;
	border: 0.1rem solid #000;
	border-radius: 0.2rem;
	vertical-align: middle;
	line-height: 2rem;
	font-size: 1.4rem;
}

.l-header .anchor-logo-right-fuzoku {
	display: none;
}

.l-header .txt-ranking {
	display: none;
}

.l-header .wrap-r {
	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;
	margin-right: 1rem;
	margin-left: auto;
}

.l-header .anchor-keep {
	width: 2.4rem;
	height: 2.4rem;
}

.l-header .anchor-keep.is-new {
	position: relative;
}

.l-header .anchor-keep.is-new.js-is-keep::before {
	content: "";
	position: absolute;
	top: 0.1rem;
	right: 0.1rem;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background-color: #f00;
}

.l-header .anchor-finder {
	width: 2.2rem;
	height: 2.2rem;
	margin-left: 2rem;
}

.l-header .btn-menu {
	width: 2.4rem;
	height: 2rem;
	margin-left: 2rem;
	background-color: transparent;
}

.l-header .btn-menu span {
	display: block;
	position: relative;
	width: 100%;
	height: 0.2rem;
	background-color: #000;
}

.l-header .btn-menu span::before, .l-header .btn-menu span::after {
	content: "";
	display: block;
	position: relative;
	width: 100%;
	height: 0.2rem;
	background-color: #000;
}

.l-header .btn-menu span::before {
	top: 0.9rem;
}

.l-header .btn-menu span::after {
	top: 1.6rem;
}

.l-header.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
}

.l-header.is-fixed .anchor-logo-right-area {
	display: none;
}

.l-header.is-fixed .anchor-logo-right-fuzoku {
	display: inline-block;
	border-color: #f17074;
	color: #f17074;
}

.l-header.is-fixed .txt-ranking {
	display: block;
	margin-top: 0.5rem;
	font-size: 1.1rem;
}

.l-header.is-fixed .anchor-keep, .l-header.is-fixed .btn-menu {
	display: none;
}

.mod-pageToTop {
	display: none;
	position: fixed;
	z-index: 1;
	bottom: 2rem;
	right: 1rem;
	width: 5rem;
	height: 5rem;
	border: 0.1rem solid #e2e2e2;
	background-color: rgba(128, 128, 128, 0.6);
	border-radius: 0.6rem;
	text-align: center;
	line-height: 4.8rem;
}

.mod-pageToTop.has-chatbot {
	bottom: 9.7rem;
}

.mod-pageToTop::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 1rem 1.8rem 1rem;
	border-color: transparent transparent #fff transparent;
	vertical-align: middle;
}

@media (min-width: 375px) {
	.mod-pageToTop.has-chatbot {
		bottom: 9.7rem;
	}
}

.mod-fixedBottomMenu {
	display: none;
	position: fixed;
	z-index: 11;
	right: 0;
	bottom: 1rem;
	left: 0;
	width: 7rem;
	height: 7rem;
	margin: auto;
	border: 0.1rem solid #f8f8f8;
	background-color: #000;
	border-radius: 50%;
	-webkit-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.25);
	box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.25);
	text-align: center;
	font-size: 1rem;
	color: #fff;
}

.mod-fixedBottomMenu .fixedBottomMenu-line {
	width: 2.8rem;
	height: 2rem;
	margin: 1.8rem auto 1rem;
}

.mod-fixedBottomMenu .fixedBottomMenu-line-top {
	position: relative;
	width: 100%;
	height: 0.2rem;
	background-color: #fff;
}

.mod-fixedBottomMenu .fixedBottomMenu-line-top::before, .mod-fixedBottomMenu .fixedBottomMenu-line-top::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 0.2rem;
	background-color: #fff;
}

.mod-fixedBottomMenu .fixedBottomMenu-line-top::before {
	top: 0.9rem;
}

.mod-fixedBottomMenu .fixedBottomMenu-line-top::after {
	top: 1.8rem;
}

.mod-fixedBottomSoku {
	display: none;
	position: fixed;
	z-index: 11;
	bottom: 2rem;
	right: 0;
	left: -19.5rem;
	width: 10.5rem;
	height: 4.4rem;
	margin: auto;
	padding: 0 2rem 0 4.4rem;
	background: #FF455AE6 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 1px 8px #00000029;
	box-shadow: 0px 1px 8px #00000029;
	border: 1px solid #FFFFFF;
	border-radius: 0.8rem;
	color: #fff;
}

.mod-fixedBottomSoku .fixedBottomSoku-txt {
	margin: 0.9rem 0 0.4rem -0.4rem;
	font-size: 0.8rem;
	text-align: left;
	letter-spacing: 0px;
	color: #FFFFFF;
	white-space: nowrap;
}

.mod-fixedBottomSoku .fixedBottomSoku-cnt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	font-size: 0.8rem;
	white-space: nowrap;
}

.mod-fixedBottomSoku .fixedBottomSoku-num {
	margin-left: auto;
	font-size: 1.3rem;
	font-weight: bold;
	color: #FFF500;
}

.mod-fixedBottomSoku .fixedBottomSoku-person {
	margin-left: auto;
	font-size: 1rem;
}

.mod-fixedBottomSoku .fixedBottomSoku-arrow {
	position: fixed;
	bottom: 3.7rem;
	left: 10rem;
	border: solid #FFF500;
	border-width: 0 2px 2px 0;
	padding: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mod-fixedBottomSoku .fixedBottomSoku-logo {
	position: fixed;
	width: 3rem;
	border: 1px solid #00000000;
	left: 1.7rem;
	bottom: 2.7rem;
}

.is-headerMenuOpen {
	overflow: hidden;
}

.is-headerMenuOpen .mod-headerMenuOuter {
	top: 5rem;
}

.is-headerMenuOpen .l-mainContainer {
	position: relative;
	-webkit-filter: blur(18px);
	filter: blur(18px);
}

.is-headerMenuOpen .l-mainContainer:before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.25);
	top: 5rem;
	left: -5%;
	width: 110%;
	height: 110%;
	z-index: 10;
}

.is-headerMenuOpen .mod-headerMenu {
	margin-top: 10rem;
	z-index: 10;
}

.is-headerMenuOpen .mod-headerMenu .menuClose {
	display: block;
	position: fixed;
	margin-left: -3.7rem;
	bottom: 3rem;
	left: 50%;
}

.mod-headerMenuOuter {
	position: fixed;
	z-index: 1;
	top: 110%;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-transition: top .3s ease;
	transition: top .3s ease;
}

.mod-headerMenu {
	padding-bottom: 10rem;
	width: 100%;
	border-radius: 2rem 2rem 0 0;
	background: #fff;
	-webkit-box-shadow: 0 -0.6rem 0.8rem -0.2rem rgba(0, 0, 0, 0.16);
	box-shadow: 0 -0.6rem 0.8rem -0.2rem rgba(0, 0, 0, 0.16);
}

.mod-headerMenu .sokuikuHead {
	margin-bottom: 4rem;
	padding: 2rem 0 2rem 2.3rem;
	background: #ef8189;
	border-radius: 2rem 2rem 0 0;
}

.mod-headerMenu .sokuTtl {
	margin-bottom: 2rem;
	padding-left: 4rem;
	position: relative;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
}

.mod-headerMenu .sokuTtl.lazyloaded:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 3.4rem;
	height: 3.4rem;
	background: url(https://dv6drgre1bci1.cloudfront.net/systemfiles.ranking-deli.jp/assets/img/user/renewal2019/sp/common/ico-soku.svg) 0 50% no-repeat;
	background-size: 3.4rem;
}

.mod-headerMenu .head-cnt {
	position: absolute;
	height: 3rem;
	bottom: 0;
	right: 42px;
	width: auto;
}

.mod-headerMenu .head-num {
	color: #ffff00;
	font-size: 2rem;
}

.mod-headerMenu .head-person {
	font-size: 1rem;
}

.mod-headerMenu .headArea {
	display: block;
	margin-top: 0.4rem;
	font-size: 1.2rem;
}

.mod-headerMenu .head-anchor {
	position: absolute;
	width: 3rem;
	height: 3rem;
	bottom: 0;
	right: 0;
}

.mod-headerMenu .sokuGirl-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow-x: scroll;
}

.mod-headerMenu .sokuGirl-item {
	margin-right: 1rem;
	min-width: 9.8rem;
	text-align: center;
}

.mod-headerMenu .sokuGirl-thum {
	margin-bottom: 0.6rem;
	padding: 0.3rem;
	width: 9.8rem;
	height: 9.8rem;
	border-radius: 100%;
	background: #ef8189;
	border: 0.1rem solid #fff;
	overflow: hidden;
}

.mod-headerMenu .sokuGirl-thum .sokuGirl-inner {
	border-radius: 100%;
	width: 9rem;
	height: 9rem;
}

.mod-headerMenu .sokuGirl-name {
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
	font-weight: bold;
}

.mod-headerMenu .sokuGirl-anchor {
	display: block;
}

.mod-headerMenu .sokuGirl-anchor svg {
	fill: #fff;
	margin-bottom: 1rem;
}

.mod-headerMenu .sokuGirl-arw {
	margin: 3rem 0 1rem 3rem;
}

.mod-headerMenu .sokuGirl-txt {
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
}

.mod-headerMenu .menuClose {
	display: none;
}

.mod-headerMenu .menuBody {
	margin-top: -5rem;
	padding: 4rem 2.3rem;
	height: 110%;
}

.mod-headerMenu .menuHead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 3rem;
}

.mod-headerMenu .menuHead .ico {
	margin-bottom: 0.6rem;
	width: 7rem;
	height: 7rem;
	border-radius: 1.2rem;
	background: #000;
	border: 0.1rem solid #707070;
	position: relative;
}

.mod-headerMenu .menuHead-Item {
	margin: 0 1.5rem;
}

.mod-headerMenu a {
	display: block;
}

.mod-headerMenu .menuHead-ico {
	position: absolute;
	top: 50%;
	left: 50%;
}

.mod-headerMenu .ico-search {
	margin-top: -1.7rem;
	margin-left: -1.7rem;
	width: 3.4rem;
	height: 3.4rem;
}

.mod-headerMenu .ico-shop {
	margin-top: -1.4rem;
	margin-left: -1.7rem;
	width: 3.4rem;
	height: 3.1rem;
}

.mod-headerMenu .ico-map {
	margin-top: -1.7rem;
	margin-left: -1.4rem;
	width: 2.8rem;
	height: 3.4rem;
}

.mod-headerMenu .ico-girl {
	margin-top: -2rem;
	margin-left: -1rem;
	width: 2rem;
	height: 4rem;
}

.mod-headerMenu .menuHead-txt {
	text-align: center;
	font-size: 1.2rem;
	color: #000;
}

.mod-headerMenu .menuList-item {
	border-bottom: 0.1rem solid #CCC;
	line-height: 6rem;
	font-size: 1.6rem;
	background: 0 center no-repeat;
	background-size: 3.2rem;
}

.mod-headerMenu .menuList-item a {
	padding-left: 4.2rem;
	position: relative;
}

.mod-headerMenu .menuList-item a:after {
	content: "";
	position: absolute;
	margin-top: -1rem;
	top: 50%;
	right: 0;
	width: 1rem;
	height: 1rem;
	border-bottom: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mod-headerMenu .lazyloaded.menuList-item-keep {
	background-image: url(https://dv6drgre1bci1.cloudfront.net/systemfiles.ranking-deli.jp/assets/img/user/renewal2019/sp/common/headerMenu/ico-keep.svg);
}

.mod-headerMenu .lazyloaded.menuList-item-soku {
	background-image: url(https://dv6drgre1bci1.cloudfront.net/systemfiles.ranking-deli.jp/assets/img/user/renewal2019/sp/common/headerMenu/ico-soku.svg);
}

.mod-headerMenu .lazyloaded.menuList-item-shop {
	background-image: url(https://dv6drgre1bci1.cloudfront.net/systemfiles.ranking-deli.jp/assets/img/user/renewal2019/sp/common/headerMenu/ico-shop.svg);
}

.mod-headerMenu .lazyloaded.menuList-item-tainyu {
	background-image: url(https://dv6drgre1bci1.cloudfront.net/systemfiles.ranking-deli.jp/assets/img/user/renewal2019/sp/common/headerMenu/ico-beginner.svg);
}

.mod-headerMenu .lazyloaded.menuList-item-coupon {
	background-image: url(https://dv6drgre1bci1.cloudfront.net/systemfiles.ranking-deli.jp/assets/img/user/renewal2019/sp/common/headerMenu/ico-coupon.svg);
}

.mod-headerMenu .lazyloaded.menuList-item-recruit {
	background-image: url(https://dv6drgre1bci1.cloudfront.net/systemfiles.ranking-deli.jp/assets/img/user/renewal2019/sp/common/headerMenu/ico-recruit.svg);
}

.mod-headerMenu .lazyloaded.menuList-item-hotel {
	background-image: url(https://dv6drgre1bci1.cloudfront.net/systemfiles.ranking-deli.jp/assets/img/user/renewal2019/sp/common/headerMenu/ico-hotel.svg);
}

.mod-headerMenu .lazyloaded.menuList-item-group {
	background-image: url(https://dv6drgre1bci1.cloudfront.net/systemfiles.ranking-deli.jp/assets/img/user/renewal2019/sp/common/headerMenu/ico-group.svg);
}

.is-modalAreaOpen {
	overflow: hidden;
}

.is-modalAreaOpen .l-mainContainer {
	position: relative;
	-webkit-filter: blur(18px);
	filter: blur(18px);
}

.is-modalAreaOpen .l-mainContainer:before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.25);
	top: -5%;
	left: -5%;
	width: 110%;
	height: 110%;
	z-index: 10;
}

.is-modalAreaOpen .mod-modalAreaOuter {
	top: 0;
}

.is-modalAreaOpen .mod-modalArea {
	top: 10rem;
	z-index: 10;
}

.is-modalAreaOpen .mod-modalArea .modalAreaClose {
	display: block;
	position: fixed;
	margin-left: -3.7rem;
	bottom: 3rem;
	left: 50%;
}

.mod-modalAreaOuter {
	position: fixed;
	top: 100%;
	width: 100%;
	height: 100%;
}

.mod-modalArea {
	position: fixed;
	padding: 3.3rem 2.3rem 10rem;
	width: 100%;
	border-radius: 1.3rem 1.3rem 0 0;
	background: #fff;
	-webkit-box-shadow: 0 -0.6rem 0.8rem -0.2rem rgba(0, 0, 0, 0.16);
	box-shadow: 0 -0.6rem 0.8rem -0.2rem rgba(0, 0, 0, 0.16);
	top: 110%;
	bottom: 0;
	overflow-y: auto;
	-webkit-transition: top .3s ease;
	transition: top .3s ease;
}

.mod-modalArea .modalAreaList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.mod-modalArea .areaList {
	margin-bottom: 1rem;
	width: calc((100% - 1rem)/2);
	border-radius: 0.8rem;
	background: #f7f7f7;
	border: 0.1rem solid #000;
}

.mod-modalArea .anchor, .mod-modalArea .gray-out {
	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;
	text-align: center;
	line-height: 1.3rem;
	height: 5rem;
	font-size: 1.3rem;
}

.mod-modalArea .gray-out {
	opacity: 0.2;
}

.is-modalAreaSearchOpen {
	overflow: hidden;
}

.is-modalAreaSearchOpen .mod-modalAreaSearchOuter {
	top: 0;
}

.is-modalAreaSearchOpen .l-mainContainer {
	position: relative;
	-webkit-filter: blur(18px);
	filter: blur(18px);
}

.is-modalAreaSearchOpen .l-mainContainer:before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.25);
	top: -5%;
	left: -5%;
	width: 110%;
	height: 110%;
	z-index: 10;
}

.is-modalAreaSearchOpen .mod-modalAreaSearch {
	top: 10rem;
	z-index: 10;
}

.is-modalAreaSearchOpen .mod-modalAreaSearch .modalAreaSearchClose {
	display: block;
	position: fixed;
	margin-left: -3.7rem;
	bottom: 2.6rem;
	left: 50%;
}

.mod-modalAreaSearchOuter {
	position: fixed;
	top: 100%;
	width: 100%;
	height: 100%;
}

.mod-modalAreaSearch {
	position: fixed;
	padding: 3.3rem 2.3rem 10rem;
	width: 100%;
	border-radius: 1.3rem 1.3rem 0 0;
	background: #fff;
	-webkit-box-shadow: 0 -0.6rem 0.8rem -0.2rem rgba(0, 0, 0, 0.16);
	box-shadow: 0 -0.6rem 0.8rem -0.2rem rgba(0, 0, 0, 0.16);
	top: 110%;
	bottom: 0;
	overflow-y: auto;
	-webkit-transition: top .3s ease;
	transition: top .3s ease;
}

.mod-modalAreaSearch .areaList {
	border-bottom: 0.1rem solid #bfbfbf;
}

.mod-modalAreaSearch .areaList:first-child {
	border-top: 0.1rem solid #bfbfbf;
}

.mod-modalAreaSearch .anchor, .mod-modalAreaSearch .gray-out {
	display: block;
	position: relative;
	padding: 0 1rem;
	line-height: 4.8rem;
	font-size: 1.6rem;
}

.mod-modalAreaSearch .anchor::after, .mod-modalAreaSearch .gray-out::after {
	content: "";
	position: absolute;
	margin-top: -0.5rem;
	top: 50%;
	right: 1rem;
	width: 1rem;
	height: 1rem;
	border-bottom: 0.1rem solid #4a4a4a;
	border-right: 0.1rem solid #4a4a4a;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mod-modalAreaSearch .gray-out {
	opacity: 0.2;
}

.wc-static-ctn {
	width: 10.5rem !important;
	height: auto !important;
	bottom: 28px !important;
}

@media (min-width: 375px) {
	.wc-static-ctn {
		width: 12.5rem !important;
		bottom: 23px !important;
	}

	.mod-fixedBottomSoku {
		left: -22.5rem !important;
	}

	.mod-fixedBottomSoku {
		width: 13rem !important;
	}

	.fixedBottomSoku-arrow {
		left: 12rem !important;
	}

	.fixedBottomSoku-txt, .fixedBottomSoku-cnt {
		font-size: 1.1rem !important;
	}
}

body {
	background: #f0f0f0;
}

.g-wrapper {
	padding-top: 50px;
	padding-bottom: 4rem;
	min-height: 100vh;
	position: relative;
}

.mypage-container {
padding: 0px 0px 9rem;
}

.mypageBreadCrumbs {
	padding-bottom: 2rem;
	font-size: 0;
}

.mypageBreadCrumbs .listItem {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-right: 2.4rem;
	font-size: 1rem;
}

.mypageBreadCrumbs .listItem:after {
	content: ">";
	position: absolute;
	top: 0;
	right: -1.5rem;
	color: #969696;
}

.mypageBreadCrumbs .listItem:last-child:after {
	display: none;
}

.mypageBreadCrumbs a {
	display: block;
	color: #969696;
}

.ellipsis {
	overflow: hidden;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.u-imgCenter {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

.u-imgCenter img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.mypageFtr {
	position: absolute;
	bottom: 0;
	background: #f17074;
	text-align: center;
	width: 100%;
	line-height: 20px;
	padding: 10px 0 70px;
}

.mypageFtr .otherLink .listItem {
	display: inline-block;
	font-size: 12px;
	color: #FFF;
}

.mypageFtr .otherLink .listItem:nth-of-type(n + 2)::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 15px;
	margin: 0 3px 0 0;
	background-color: #fff;
}

.mypageFtr .otherLink .listItem a {
	vertical-align: middle;
}

.mypageFtr small {
	font-size: 9px;
	color: #FFF;
}

.cautionLink {
	text-align: right;
}

.cautionLink span {
	cursor: pointer;
	text-decoration: underline;
	font-size: 1rem;
	color: #4585ff;
}

.mypageTtl {
	line-height: 5rem;
	font-size: 2rem;
	color: #1c1c1c;
	font-weight: bold;
}

.mypage-inner {
	padding: 2rem 1rem;
}

.mypage-inner-detail .inputArea .inputTxt input {
	border-radius: 0.6rem;
}

.inputArea {
	margin-bottom: 3.2rem;
}

.inputArea .listItem {
	margin-bottom: 1.2rem;
	font-size: 1.4rem;
}

.inputArea .listItem:last-child {
	margin-bottom: 0;
}

.inputArea .listItem.inputMiss .inputTtl {
	color: #f17074;
}

.inputArea .listItem.inputMiss input, .inputArea .listItem.inputMiss select {
	border-color: #f17074;
}

.inputArea .listItem.inputMiss .inputCautionTxt {
	font-size: 1.1rem;
	color: #f17074;
	font-weight: bold;
}

.inputArea .inputTxt input, .inputArea .inputTxt select {
	width: 100%;
	height: 4.2rem;
	background: #fcfcfc;
	border: 0.1rem solid #b4b4b4;
	border-radius: 0.6rem;
	font-size: 1.4rem;
}

.inputArea .inputTxt input {
	padding-left: 0.8rem;
}

.inputArea .inputTxt select {
	border-radius: 0.6rem;
}

.inputArea .loginChx {
	color: #707070;
}

.inputArea .loginChx input[type=checkbox] {
	display: none;
}

.inputArea .loginChx input:checked + label:before {
	border: none;
	background: #f17074;
}

.inputArea .loginChx input:checked + label:after {
	content: "";
	position: absolute;
	margin-top: -0.7rem;
	top: 50%;
	left: 0.7rem;
	width: 0.6rem;
	height: 1rem;
	border-bottom: 0.1rem solid #fff;
	border-right: 0.1rem solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.inputArea .loginChx label {
	display: inline-block;
	padding-left: 2.4rem;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

.inputArea .loginChx label:before {
	content: "";
	position: absolute;
	top: -0.3rem;
	left: 0;
	width: 2rem;
	height: 2rem;
	border-radius: 0.4rem;
	border: 0.1rem solid #b4b4b4;
	background: #fff;
}

.inputArea .inputTtl {
	margin-bottom: 1rem;
	font-size: 1.4rem;
	color: #707070;
	font-weight: bold;
}

.inputArea .inputTtl em {
	margin-left: 1rem;
	font-size: 1.2rem;
	color: #ff455a;
}

.inputArea .inputCautionTxt {
	margin-top: 0.5rem;
	font-size: 1.1rem;
	color: #707070;
}

.inputArea .notificationList {
	margin-top: 1.4rem;
	font-size: 0;
	color: #535353;
}

.inputArea .notificationList-item {
	display: inline-block;
	vertical-align: top;
	margin-right: 2rem;
	font-weight: bold;
}

.inputArea .notificationList-item label {
	display: block;
	padding-left: 3.2rem;
	position: relative;
	font-size: 1.4rem;
	line-height: 2.4rem;
	cursor: pointer;
}

.inputArea .notificationList-item label:before {
	content: '';
	position: absolute;
	border: 0.1rem solid #a8a8a8;
	background: #f5f5f5;
	border-radius: 50%;
	height: 2.4rem;
	width: 2.4rem;
	top: 0;
	left: 0;
	-webkit-transition: border .25s linear;
	transition: border .25s linear;
}

.inputArea .notificationList-item label:after {
	position: absolute;
	content: '';
	border-radius: 50%;
	height: 1.2rem;
	width: 1.2rem;
	top: 50%;
	left: 0.6rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: background 0.25s linear;
	transition: background 0.25s linear;
}

.inputArea .notificationList input[type=radio] {
	position: absolute;
	visibility: hidden;
}

.inputArea .notificationList input[type=radio]:checked ~ ::after {
	background: #ff455a;
}

.inputArea .passDisplay {
	margin-bottom: 2.4rem;
}

.inputArea .inputMisstake {
	margin-top: 0.6rem;
	font-size: 1.1rem;
	color: #ff455a;
	font-weight: bold;
}

.f-device-info .mypageBnr {
	margin: 0 1rem;
	padding: 1rem;
	background: #000;
}

.mypage-infoList .listItem {
	margin-bottom: 1.5rem;
	border-radius: 0.6rem;
	background: #fff;
	border: 0.1rem solid #ff455a;
}

.mypage-infoList .listItem.application {
	background: #fd5063;
	border: 0.1rem solid #ff455a;
	-webkit-box-shadow: 0 0.3rem #cc1f33;
	box-shadow: 0 0.3rem #cc1f33;
}

.mypage-infoList .listItem.application a, .mypage-infoList .listItem.application span {
	position: relative;
	color: #fff;
}

.mypage-infoList .listItem.application a:before, .mypage-infoList .listItem.application span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 4rem;
	margin-top: -1.2rem;
	background: url("../images/ico-app.svg") no-repeat;
	background-size: 1.8rem;
	width: 1.8rem;
	height: 1.8rem;
}

.mypage-infoList .listItem.application:last-child {
	margin-bottom: 0;
}

.mypage-infoList .listItem a, .mypage-infoList .listItem span {
	display: block;
	cursor: pointer;
	text-align: center;
	line-height: 5rem;
	font-size: 1.6rem;
	color: #ff455a;
}

.privacyTxt {
	margin-bottom: 4rem;
	padding: 0 1rem;
	line-height: 2rem;
	font-size: 1.2rem;
	color: #535353;
}

.privacyTxt a {
	text-decoration: underline;
	color: #4585ff;
}

.mypageTxt {
	margin-bottom: 4rem;
	line-height: 2.2rem;
	font-size: 1.3rem;
	color: #1c1c1c;
}

.btArea {
	margin: auto;
	margin-bottom: 10rem;
	width: 23rem;
}

.btArea .memberBt {
	margin-bottom: 2rem;
}

.btArea .memberBt:last-child {
	margin-bottom: 0;
}

.btArea .memberBt button, .btArea .memberBt input[type=submit], .btArea .memberBt a {
	display: block;
	width: 100%;
	border-radius: 1rem;
	line-height: 5rem;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}

.btArea .btLightPink a {
	background: #fff;
	border: 0.1rem solid #ff88ab;
	color: #ff88ab;
}

.btArea .btPink a, .btArea .btPink button, .btArea .btPink input[type=submit] {
	padding: 1.4rem 0;
	border-radius: 3rem;
	background: #ff455a;
	line-height: 1;
	color: #fff;
}

.btArea .btPink a span, .btArea .btPink button span, .btArea .btPink input[type=submit] {
	display: block;
	margin-top: 0.4rem;
	font-size: 1.2rem;
}

.btArea .btWhitePink a, .btArea .btWhitePink button, .btArea .btWhitePink input[type=submit] {
	background: #fff;
	border: 0.1rem solid #ff455a;
	color: #ff455a;
}

.btArea .btGray a, .btArea .btGray button, .btArea .btGray input[type=submit] {
	border-radius: 3rem;
	background: #d5d5d5;
	color: #8e8e8e;
}

.cashbackApplyBtArea {
	width: 34rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cashbackApplyBtArea .memberBt {
	margin-bottom: 2rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 0.5rem;
	margin-left: 0.3rem;
	text-align: center;
}

.cashbackApplyBtArea .memberBt .applyLeadText {
	font-size: 1.1rem;
}

.cashbackApplyBtArea .memberBt .pcOnly {
	display: none;
}

.cashbackApplyBtArea .memberBt .spOnly {
	display: block;
}

.cashbackApplyBtArea .memberBt:last-child {
	margin-bottom: 0;
}

.cashbackApplyBtArea .btLightPink a {
	background: #fff;
	border: 0.1rem solid #ff88ab;
	color: #ff88ab;
}

.cashbackApplyBtArea .btPink a, .cashbackApplyBtArea .btPink button, .cashbackApplyBtArea .btPink input[type=submit] {
	padding: 1.4rem 0;
	border-radius: 3rem;
	background: #ff455a;
	line-height: 1;
	color: #fff;
}

.cashbackApplyBtArea .btPink a span, .cashbackApplyBtArea .btPink button span, .cashbackApplyBtArea .btPink input[type=submit] span {
	display: block;
	margin-top: 0.4rem;
	font-size: 1.2rem;
}

.cashbackApplyBtArea .btWhitePink a, .cashbackApplyBtArea .btWhitePink button, .cashbackApplyBtArea .btWhitePink input[type=submit] {
	background: #fff;
	border: 0.1rem solid #ff455a;
	color: #ff455a;
	margin-top: 1rem;
	display: block;
	width: 100%;
	border-radius: 1rem;
	line-height: 2.2rem;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	padding: 0.2rem;
}

.cashbackWinBtArea {
	margin: auto;
	width: 23rem;
}

.cashbackWinBtArea .memberBt {
	margin-bottom: 2rem;
}

.cashbackWinBtArea .memberBt:last-child {
	margin-bottom: 0;
}

.cashbackWinBtArea .memberBt button, .cashbackWinBtArea .memberBt input[type=submit], .cashbackWinBtArea .memberBt a {
	display: block;
	width: 100%;
	border-radius: 1rem;
	line-height: 5rem;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}

.cashbackWinBtArea .btLightPink a {
	background: #fff;
	border: 0.1rem solid #ff88ab;
	color: #ff88ab;
}

.cashbackWinBtArea .btPink a, .cashbackWinBtArea .btPink button, .cashbackWinBtArea .btPink input[type=submit] {
	padding: 1.4rem 0;
	border-radius: 3rem;
	background: #ff455a;
	line-height: 1;
	color: #fff;
}

.cashbackWinBtArea .btPink a span, .cashbackWinBtArea .btPink button span, .cashbackWinBtArea .btPink input[type=submit] span {
	display: block;
	margin-top: 0.4rem;
	font-size: 1.2rem;
}

.cashbackWinBtArea .btWhitePink a, .cashbackWinBtArea .btWhitePink button, .cashbackWinBtArea .btWhitePink input[type=submit] {
	background: #fff;
	border: 0.1rem solid #ff455a;
	color: #ff455a;
}

.cashbackWinBtArea .btGray a, .cashbackWinBtArea .btGray button, .cashbackWinBtArea .btGray input[type=submit] {
	border-radius: 3rem;
	background: #d5d5d5;
	color: #8e8e8e;
}

.mistakeMessage {
	margin: 0 1rem 1.5rem;
	border: 0.1rem solid #f06065;
	text-align: center;
	line-height: 5.4rem;
	font-size: 1.3rem;
	color: #f06065;
	font-weight: bold;
}

.psw-forget {
	display: block;
	text-align: center;
	font-size: 1.3rem;
	color: #608bc7;
	text-decoration: underline;
}

.uinspecified {
	padding: 1.6rem 1rem;
	border-radius: 1rem;
	border: 0.1rem solid #ff455a;
	background: #fff;
}

.uinspecified-ttl {
	display: block;
	margin-bottom: 0.6rem;
	font-size: 1.4rem;
	color: #ff455a;
	font-weight: bold;
}

.uinspecified-txt {
	line-height: 2rem;
	font-size: 1.2rem;
	color: #535353;
}

.uinspecified-txt a {
	text-decoration: underline;
	color: #608bc7;
}

.notRegister-inner {
	padding: 2rem 1.2rem;
	background: #ffdee7;
	text-align: center;
}

.notRegister-ttl {
	display: block;
	margin-bottom: 1rem;
	font-size: 1.5rem;
	color: #ff455a;
	font-weight: bold;
}

.notRegister-chx {
	font-size: 1.2rem;
	color: #535353;
}

.mod-reviewListHead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 2rem;
}

.mod-reviewListHead .reviewTtl {
	font-size: 1.4rem;
}

.mod-reviewListHead .reviewSort {
	margin-right: 1rem;
	margin-left: auto;
	padding-left: 1rem;
	width: 40%;
	position: relative;
	background: #fff;
	border-radius: 0.6rem;
	border: 0.1rem solid #b4b4b4;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.3rem;
}

.mod-reviewListHead .reviewSort:after {
	content: "";
	position: absolute;
	bottom: 1.7rem;
	right: 1rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.8rem 0.6rem 0 0.6rem;
	border-color: #1c1c1c transparent transparent transparent;
}

.mod-postDate {
	margin-left: auto;
}

.mod-changeSwitch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 1.6rem 2rem;
	padding: 0.3rem;
	border-radius: 0.8rem;
	border: 0.1rem solid #b4b4b4;
}

.mod-changeSwitch .listItem {
	width: 50%;
	text-align: center;
	line-height: 3.4rem;
	font-size: 1.4rem;
	color: #b4b4b4;
	font-weight: bold;
}

.mod-changeSwitch .listItem.on {
	border-radius: 0.6rem;
	background: #f06065;
	color: #fff;
}

.mod-changeSwitch .listItem span {
	margin-left: 0.4rem;
	font-size: 1.1rem;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
}

.spOnly {
	display: block;
}

.pcOnly {
	display: none;
}

[class*="u-lineClamp-"] {
	overflow: hidden !important;
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
}

.u-lineClamp-2 {
	-webkit-line-clamp: 2;
}

.u-lineClamp-3 {
	-webkit-line-clamp: 3;
}

.u-lineClamp-4 {
	-webkit-line-clamp: 4;
}

.u-lineClamp-5 {
	-webkit-line-clamp: 5;
}

.u-lineClamp-6 {
	-webkit-line-clamp: 6;
}

.u-lineClamp-7 {
	-webkit-line-clamp: 7;
}

.u-lineClamp-8 {
	-webkit-line-clamp: 8;
}

.u-noImg {
	background-color: #4a4a4a;
}

.u-noImg img {
	width: 48%;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
	.f-quit .cautionArea {
		padding: 1.8rem 1rem;
	}

	.f-quit .cautionTtl-s {
		margin-top: 0.8rem;
		font-size: 1rem;
	}

	.f-quit .cautionList-item {
		margin-bottom: 1.4rem;
		font-size: 1rem;
	}

	.notRegister-inner {
		padding: 1.8rem 1rem;
	}

	.notRegister-ttl {
		margin-bottom: 0.8rem;
		font-size: 1.3rem;
	}

	.notRegister-chx {
		font-size: 1rem;
	}
}

@media screen and (min-width: 480px) {
	.spOnly {
		display: none;
	}

	.pcOnly {
		display: block;
	}

	.g-wrapper {
		padding-bottom: 134px;
	}

	.mod-changeSwitch {
		margin: 0 auto 20px;
		padding: 3px;
		width: 295px;
		border-radius: 8px;
		border-width: 1px;
	}

	.mod-changeSwitch .listItem {
		line-height: 34px;
		font-size: 14px;
	}

	.mod-changeSwitch .listItem.on {
		border-radius: 6px;
	}

	.mod-changeSwitch .listItem span {
		margin-left: 4px;
		font-size: 11px;
	}

	.mod-reviewListHead {
		margin-bottom: 20px;
	}

	.mod-reviewListHead .reviewTtl {
		font-size: 14px;
	}

	.mod-reviewListHead .reviewSort {
		padding-left: 10px;
		width: 150px;
		border-radius: 6px;
		border-width: 1px;
		height: 40px;
		line-height: 40px;
		font-size: 13px;
	}

	.mod-reviewListHead .reviewSort:after {
		bottom: 17px;
		right: 10px;
		border-width: 8px 6px 0 6px;
	}

	.mypage-container {
		margin: auto;
		margin-bottom: 80px;
		padding: 12px 0;
		width: 980px;
	}

	.mypageBreadCrumbs {
		padding-bottom: 0;
	}

	.mypageBreadCrumbs .listItem {
		margin-right: 25px;
		font-size: 10px;
	}

	.mypageBreadCrumbs .listItem:after {
		right: -15px;
	}

	.mypageTtl {
		margin-top: 40px;
		margin-bottom: 15px;
		line-height: 50px;
		border-width: 1px;
		font-size: 24px;
	}

	.mypage-inner {
		padding: 20px 0;
	}

	.mypage-inner-detail .inputArea .inputTxt input {
		border-radius: 6px;
	}

	.inputArea {
		margin: auto;
		margin-bottom: 40px;
		max-width: 500px;
	}

	.inputArea .listItem {
		margin-bottom: 12px;
		font-size: 14px;
	}

	.inputArea .listItem:nth-child(2) {
		margin-bottom: 28px;
	}

	.inputArea .listItem.inputMiss .inputCautionTxt {
		font-size: 11px;
	}

	.inputArea .inputTxt input, .inputArea .inputTxt select {
		height: 42px;
		border-radius: 6px;
		border-width: 1px;
		font-size: 14px;
	}

	.inputArea .inputTxt input {
		padding-left: 8px;
	}

	.inputArea .inputTtl {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.inputArea .inputTtl em {
		margin-left: 20px;
		font-size: 14px;
	}

	.inputArea .inputCautionTxt {
		margin-top: 6px;
		font-size: 12px;
	}

	.inputArea .notificationList {
		margin-top: 20px;
	}

	.inputArea .notificationList-item {
		margin-right: 40px;
		padding-left: 0;
	}

	.inputArea .notificationList-item label {
		padding-left: 42px;
		font-size: 16px;
		line-height: 26px;
	}

	.inputArea .notificationList-item label:before {
		border-width: 1px;
		height: 26px;
		width: 26px;
	}

	.inputArea .notificationList-item label:after {
		height: 12px;
		width: 12px;
		top: 50%;
		left: 7px;
	}

	.inputArea .inputMisstake {
		margin-top: 6px;
		font-size: 11px;
	}

	.inputArea .loginChx {
		margin-bottom: 20px;
	}

	.inputArea .loginChx input:checked + label:after {
		margin-top: -7px;
		left: 7px;
		width: 6px;
		height: 10px;
		border-width: 1px;
	}

	.inputArea .loginChx label {
		padding-left: 24px;
	}

	.inputArea .loginChx label:before {
		top: -3px;
		width: 20px;
		height: 20px;
		border-radius: 4px;
		border-width: 1px;
	}

	.btArea {
		margin-bottom: 0;
		width: 260px;
	}

	.btArea .memberBt {
		margin-bottom: 30px;
	}

	.btArea .memberBt button, .btArea .memberBt input[type=submit], .btArea .memberBt a {
		border-radius: 10px;
		line-height: 50px;
		font-size: 16px;
	}

	.btArea .btWhitePink a {
		border-width: 1px;
	}

	.btArea .btWhitePink a:hover {
		opacity: 1;
		border: 1px solid #ff455a;
		background: #ff455a;
		color: #fff;
	}

	.btArea .btPink a, .btArea .btPink button, .btArea .btPink input[type=submit] {
		padding: 0;
		border-radius: 30px;
		height: 50px;
		font-size: 16px;
	}

	.btArea .btPink a span, .btArea .btPink button span, .btArea .btPink input[type=submit] span {
		margin-top: 3px;
		font-size: 13px;
	}

	.btArea .btPink a:hover, .btArea .btPink button:hover, .btArea .btPink input[type=submit]:hover {
		opacity: 1;
		border: 1px solid #ff455a;
		background: #fff;
		color: #ff455a;
	}

	.btArea .btWhitePink a, .btArea .btWhitePink button, .btArea .btWhitePink input[type=submit] {
		border-width: 1px;
	}

	.btArea .btWhitePink a:hover, .btArea .btWhitePink button:hover, .btArea .btWhitePink input[type=submit]:hover {
		opacity: 1;
		border: 1px solid #ff455a;
		background: #ff455a;
		color: #fff;
	}

	.btArea .btGray a, .btArea .btGray button, .btArea .btGray input[type=submit] {
		border-radius: 30px;
		color: #8e8e8e;
	}

	.cashbackApplyBtArea {
		margin-bottom: 0;
		width: 100%;
	}

	.cashbackApplyBtArea .memberBt {
		margin-bottom: 30px;
	}

	.cashbackApplyBtArea .memberBt .applyLeadText {
		font-size: 16px;
	}

	.cashbackApplyBtArea .memberBt .pcOnly {
		display: block;
	}

	.cashbackApplyBtArea .memberBt .spOnly {
		display: none;
	}

	.cashbackApplyBtArea.memberBt button, .cashbackApplyBtArea .memberBt input[type=submit], .cashbackApplyBtArea .memberBt a {
		border-radius: 10px;
		line-height: 34px;
		font-size: 16px;
	}

	.cashbackApplyBtArea .btWhitePink a {
		border-width: 1px;
	}

	.cashbackApplyBtArea .btWhitePink a:hover {
		opacity: 1;
		border: 1px solid #ff455a;
		background: #ff455a;
		color: #fff;
	}

	.cashbackApplyBtArea .btPink a, .cashbackApplyBtArea .btPink button, .cashbackApplyBtArea .btPink input[type=submit] {
		padding: 0;
		border-radius: 30px;
		height: 50px;
		font-size: 16px;
	}

	.cashbackApplyBtArea .btPink a span, .cashbackApplyBtArea .btPink button span, .cashbackApplyBtArea .btPink input[type=submit] span {
		margin-top: 3px;
		font-size: 13px;
	}

	.cashbackApplyBtArea .btPink a:hover, .cashbackApplyBtArea .btPink button:hover, .cashbackApplyBtArea .btPink input[type=submit]:hover {
		opacity: 1;
		border: 1px solid #ff455a;
		background: #fff;
		color: #ff455a;
	}

	.cashbackApplyBtArea .btWhitePink a, .cashbackApplyBtArea .btWhitePink button, .cashbackApplyBtArea .btWhitePink input[type=submit] {
		border-width: 1px;
		margin-top: 0;
	}

	.cashbackApplyBtArea .btWhitePink a:hover, .cashbackApplyBtArea .btWhitePink button:hover, .cashbackApplyBtArea .btWhitePink input[type=submit]:hover {
		opacity: 1;
		border: 1px solid #ff455a;
		background: #ff455a;
		color: #fff;
	}

	.cashbackWinBtArea {
		margin-bottom: 0;
		width: 260px;
	}

	.cashbackWinBtArea .memberBt {
		margin-bottom: 30px;
	}

	.cashbackWinBtArea .memberBt button, .cashbackWinBtArea .memberBt input[type=submit], .cashbackWinBtArea .memberBt a {
		border-radius: 10px;
		line-height: 50px;
		font-size: 16px;
	}

	.cashbackWinBtArea .btWhitePink a {
		border-width: 1px;
	}

	.cashbackWinBtArea .btWhitePink a:hover {
		opacity: 1;
		border: 1px solid #ff455a;
		background: #ff455a;
		color: #fff;
	}

	.cashbackWinBtArea .btPink a, .cashbackWinBtArea .btPink button, .cashbackWinBtArea .btPink input[type=submit] {
		padding: 0;
		border-radius: 30px;
		height: 50px;
		font-size: 16px;
	}

	.cashbackWinBtArea .btPink a span, .cashbackWinBtArea .btPink button span, .cashbackWinBtArea .btPink input[type=submit] span {
		margin-top: 3px;
		font-size: 13px;
	}

	.cashbackWinBtArea .btPink a:hover, .cashbackWinBtArea .btPink button:hover, .cashbackWinBtArea .btPink input[type=submit]:hover {
		opacity: 1;
		border: 1px solid #ff455a;
		background: #fff;
		color: #ff455a;
	}

	.cashbackWinBtArea .btWhitePink a, .cashbackWinBtArea .btWhitePink button, .cashbackWinBtArea .btWhitePink input[type=submit] {
		border-width: 1px;
	}

	.cashbackWinBtArea .btWhitePink a:hover, .cashbackWinBtArea .btWhitePink button:hover, .cashbackWinBtArea .btWhitePink input[type=submit]:hover {
		opacity: 1;
		border: 1px solid #ff455a;
		background: #ff455a;
		color: #fff;
	}

	.cashbackWinBtArea .btGray a, .cashbackWinBtArea .btGray button, .cashbackWinBtArea .btGray input[type=submit] {
		border-radius: 30px;
		color: #8e8e8e;
	}

	.cautionLink span {
		font-size: 12px;
	}

	.mistakeMessage {
		margin: 30px 0 24px;
		border-width: 1px;
		line-height: 56px;
		font-size: 16px;
	}

	.mypageTxt {
		margin-bottom: 64px;
		line-height: 34px;
		font-size: 16px;
	}

	.mypageTxt-c {
		text-align: center;
	}

	.uinspecified {
		padding: 20px;
		border-radius: 10px;
		border-width: 1px;
	}

	.uinspecified-ttl {
		display: block;
		margin-bottom: 10px;
		font-size: 16px;
	}

	.uinspecified-txt {
		line-height: 20px;
		font-size: 13px;
	}

	.f-complete .btPink a {
		line-height: 35px;
	}

	.notRegister-inner {
		padding: 21px 10px;
	}

	.notRegister-ttl {
		margin-bottom: 18px;
		font-size: 18px;
	}

	.notRegister-chx {
		font-size: 15px;
	}

	.privacyTxt {
		margin: 0 auto 50px;
		padding: 0;
		width: 500px;
		line-height: 25px;
		font-size: 16px;
	}

	.mypage-infoList {
		margin: 0 auto 100px;
		max-width: 500px;
	}

	.mypage-infoList .listItem {
		margin-bottom: 15px;
		border-radius: 6px;
		border-width: 1px;
	}

	.mypage-infoList .listItem.application {
		border-width: 1px;
		-webkit-box-shadow: 0 3px #cc1f33;
		box-shadow: 0 3px #cc1f33;
	}

	.mypage-infoList .listItem.application a:before, .mypage-infoList .listItem.application span:before {
		left: 50%;
		margin-left: -108px;
		margin-top: -12px;
		background-size: 18px;
		width: 18px;
		height: 18px;
	}

	.mypage-infoList .listItem a, .mypage-infoList .listItem span {
		line-height: 50px;
		font-size: 16px;
	}

	.topBt {
		margin: 40px auto;
		width: 260px;
		border-radius: 10px;
		border-width: 1px;
		line-height: 50px;
		font-size: 14px;
	}
}

.ofh {
	overflow: hidden;
	height: auto;
}

.modalArea {
	display: none;
	position: fixed;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.modalArea.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
}

.modalArea .modalInner {
	position: relative;
	margin: 1.4rem;
	padding: 3rem 1.4rem;
	width: 100%;
	background: #fff;
	border-radius: 1rem;
}

.modalArea .modalTxt {
	margin-bottom: 3rem;
	max-height: 20rem;
	overflow-y: scroll;
	line-height: 2.2rem;
	font-size: 1.4rem;
}

.modalArea .mailBt {
	display: block;
	width: 100%;
	background: #ff455a;
	-webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
	border-radius: 1.2rem;
	text-align: center;
	line-height: 5rem;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
}

@media screen and (min-width: 480px) {
	.modalArea .modalInner {
		margin: auto;
		padding: 30px 15px;
		width: 500px;
		border-radius: 12px;
	}

	.modalArea .modalTxt {
		margin-bottom: 30px;
		max-height: 300px;
		line-height: 24px;
		font-size: 14px;
	}

	.modalArea .mailBt {
		-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
		border-radius: 12px;
		line-height: 50px;
		font-size: 16px;
	}
}

@font-face {
	font-family: 'cooper_blackregular';
  src: url("/assets/fonts/cooper_black_regular-webfont.woff2") format("woff2"), url("/assets/fonts/cooper_black_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
	background: #f0f0f0;
}

body.modal-open {
	overflow: hidden;
	position: fixed;
	width: 100vw;
	height: 100%;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.g-wrapper {
	padding-top: 50px;
	padding-bottom: 8rem;
	min-height: 100vh;
	position: relative;
}

.mypageBreadCrumbs {
	padding: 1rem 0 1rem 1rem;
	font-size: 0;
}

.mypageBreadCrumbs .listItem {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin: 0 2.4rem 0.3rem 0;
}

.mypageBreadCrumbs .listItem:after {
	content: ">";
	position: absolute;
	top: 0;
	right: -1.5rem;
	color: #969696;
}

.mypageBreadCrumbs .listItem:last-child:after {
	display: none;
}

.mypageBreadCrumbs a {
	display: block;
	color: #969696;
}

.ellipsis {
	overflow: hidden;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.u-imgCenter {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

.u-imgCenter img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.cautionLink {
	text-align: right;
}

.cautionLink span {
	cursor: pointer;
	text-decoration: underline;
	font-size: 1rem;
	color: #4585ff;
}

.mypageTtl {
	line-height: 5rem;
	font-size: 2rem;
	color: #1c1c1c;
	font-weight: bold;
}

.mypage-inner {
	padding: 2rem 1rem;
}

.mypage-inner-detail .inputArea .inputTxt input {
	border-radius: 0.6rem;
}

.inputArea {
	margin-bottom: 3.2rem;
}

.inputArea .listItem {
	margin-bottom: 1.2rem;
	font-size: 1.4rem;
}

.inputArea .listItem:last-child {
	margin-bottom: 0;
}

.inputArea .listItem.inputMiss .inputTtl {
	color: #f17074;
}

.inputArea .listItem.inputMiss input, .inputArea .listItem.inputMiss select {
	border-color: #f17074;
}

.inputArea .listItem.inputMiss .inputCautionTxt {
	font-size: 1.1rem;
	color: #f17074;
	font-weight: bold;
}

.inputArea .inputTxt input, .inputArea .inputTxt select {
	width: 100%;
	height: 4.2rem;
	background: #fcfcfc;
	border: 0.1rem solid #b4b4b4;
	border-radius: 0.6rem;
	font-size: 1.4rem;
}

.inputArea .inputTxt input, .inputArea .inputTxt select {
	padding-left: 0.8rem;
}

.inputArea .inputTxt select {
	border-radius: 0.6rem;
}

.inputArea .loginChx {
	color: #707070;
}

.inputArea .loginChx input[type=checkbox] {
	display: none;
}

.inputArea .loginChx input:checked + label:before {
	border: none;
	background: #f17074;
}

.inputArea .loginChx input:checked + label:after {
	content: "";
	position: absolute;
	margin-top: -0.7rem;
	top: 50%;
	left: 0.7rem;
	width: 0.6rem;
	height: 1rem;
	border-bottom: 0.1rem solid #fff;
	border-right: 0.1rem solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.inputArea .loginChx label {
	display: inline-block;
	padding-left: 2.4rem;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

.inputArea .loginChx label:before {
	content: "";
	position: absolute;
	top: -0.3rem;
	left: 0;
	width: 2rem;
	height: 2rem;
	border-radius: 0.4rem;
	border: 0.1rem solid #b4b4b4;
	background: #fff;
}

.inputArea .inputTtl {
	margin-bottom: 1rem;
	font-size: 1.4rem;
	color: #707070;
	font-weight: bold;
}

.inputArea .inputTtl em {
	margin-left: 1rem;
	font-size: 1.2rem;
	color: #ff455a;
}

.inputArea .inputCautionTxt {
	margin-top: 0.5rem;
	font-size: 1.1rem;
	color: #707070;
}

.inputArea .notificationList {
	margin-top: 1.4rem;
	font-size: 0;
	color: #535353;
}

.inputArea .notificationList-item {
	display: inline-block;
	vertical-align: top;
	margin-right: 2rem;
	font-weight: bold;
}

.inputArea .notificationList-item label {
	display: block;
	padding-left: 3.2rem;
	position: relative;
	font-size: 1.4rem;
	line-height: 2.4rem;
	cursor: pointer;
}

.inputArea .notificationList-item label:before {
	content: '';
	position: absolute;
	border: 0.1rem solid #a8a8a8;
	background: #f5f5f5;
	border-radius: 50%;
	height: 2.4rem;
	width: 2.4rem;
	top: 0;
	left: 0;
	-webkit-transition: border .25s linear;
	transition: border .25s linear;
}

.inputArea .notificationList-item label:after {
	position: absolute;
	content: '';
	border-radius: 50%;
	height: 1.2rem;
	width: 1.2rem;
	top: 50%;
	left: 0.6rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: background 0.25s linear;
	transition: background 0.25s linear;
}

.inputArea .notificationList input[type=radio] {
	position: absolute;
	visibility: hidden;
}

.inputArea .notificationList input[type=radio]:checked ~ ::after {
	background: #ff455a;
}

.inputArea .passDisplay {
	margin-bottom: 2.4rem;
}

.inputArea .inputMisstake {
	margin-top: 0.6rem;
	font-size: 1.1rem;
	color: #ff455a;
	font-weight: bold;
}

.f-device-info .mypageBnr {
	margin: 0 1rem;
	padding: 1rem;
	background: #000;
}

.topBt {
	margin: 5rem auto 100px;
	display: block;
	width: 23rem;
	border-radius: 1rem;
	background: #f0f0f0;
	border: 0.1rem solid #b4b4b4;
	text-align: center;
	line-height: 5rem;
	font-size: 1.4rem;
	color: #707070;
	font-weight: bold;
}

.topBt button {
	color: #707070;
	background: #f0f0f0;
	width: 94%;
}

.rankingBtn {
	margin: 3rem auto 6rem;
}

.logout {
	margin-bottom: 9rem;
}

.mypage-infoList .listItem {
	margin-bottom: 1.5rem;
	border-radius: 0.6rem;
	background: #fff;
	border: 0.1rem solid #ff455a;
}

.mypage-infoList .listItem.application {
	background: #fd5063;
	border: 0.1rem solid #ff455a;
	-webkit-box-shadow: 0 0.3rem #cc1f33;
	box-shadow: 0 0.3rem #cc1f33;
}

.mypage-infoList .listItem.application a, .mypage-infoList .listItem.application span {
	position: relative;
	color: #fff;
}

.mypage-infoList .listItem.application a:before, .mypage-infoList .listItem.application span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 4rem;
	margin-top: -1.2rem;
	background: url("../images/ico-app.svg") no-repeat;
	background-size: 1.8rem;
	width: 1.8rem;
	height: 1.8rem;
}

.mypage-infoList .listItem.application:last-child {
	margin-bottom: 0;
}

.mypage-infoList .listItem a, .mypage-infoList .listItem span {
	display: block;
	cursor: pointer;
	text-align: center;
	line-height: 5rem;
	font-size: 1.6rem;
	color: #ff455a;
}

.privacyTxt {
	margin-bottom: 4rem;
	padding: 0 1rem;
	line-height: 2rem;
	font-size: 1.2rem;
	color: #535353;
}

.privacyTxt a {
	text-decoration: underline;
	color: #4585ff;
}

.mypageTxt {
	margin-bottom: 4rem;
	line-height: 2.2rem;
	font-size: 1.3rem;
	color: #1c1c1c;
}

.attentionText {
	color: #ff0000;
	font-size: 10px;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

.btArea {
	margin: auto;
	margin-bottom: 10rem;
	width: 23rem;
}

.btArea .memberBt {
	margin-bottom: 2rem;
}

.btArea .memberBt:last-child {
	margin-bottom: 0;
}

.btArea .memberBt button, .btArea .memberBt input[type=submit], .btArea .memberBt a {
	display: block;
	width: 100%;
	border-radius: 1rem;
	line-height: 5rem;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}

.btArea .btLightPink a {
	background: #fff;
	border: 0.1rem solid #ff88ab;
	color: #ff88ab;
}

.btArea .btPink a, .btArea .btPink button, .btArea .btPink input[type=submit] {
	padding: 1.4rem 0;
	border-radius: 3rem;
	background: #ff455a;
	line-height: 1;
	color: #fff;
}

.btArea .btPink a span, .btArea .btPink button span, .btArea .btPink input[type=submit] span {
	display: block;
	margin-top: 0.4rem;
	font-size: 1.2rem;
}

.btArea .btWhitePink a, .btArea .btWhitePink button, .btArea .btWhitePink input[type=submit] {
	background: #fff;
	border: 0.1rem solid #ff455a;
	color: #ff455a;
}

.btArea .btGray a, .btArea .btGray button, .btArea .btGray input[type=submit] {
	border-radius: 3rem;
	background: #d5d5d5;
	color: #8e8e8e;
}

.cashbackBtArea {
	text-align: center;
	padding: 1.6rem 0 0.1rem;
}

.cashbackBtArea .leadCashbackText {
	display: block;
	margin: 0 auto;
	width: calc(100% - 5.7rem);
	font-size: 1.2rem;
}

.cashbackBtArea .linkCashback {
	display: block;
	background: #fff;
	border: 0.1rem solid #ff455a;
	color: #ff455a;
	width: calc(100% - 5.7rem);
	border-radius: 1rem;
	line-height: 5rem;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0.4rem auto 1.4rem;
}

.campaignBt .btArea {
	margin: 2rem auto;
}

.mistakeMessage {
	margin: 0 1rem 1.5rem;
	border: 0.1rem solid #f06065;
	text-align: center;
	line-height: 5.4rem;
	font-size: 1.3rem;
	color: #f06065;
	font-weight: bold;
}

.mistakeMessage.txt {
	line-height: 4rem;
}

.psw-forget {
	display: block;
	text-align: center;
    font-size: 0.6rem;
    color: #608bc7;
    margin-bottom: 15px;
	text-decoration: underline;
}

.uinspecified {
	padding: 1.6rem 1rem;
	border-radius: 1rem;
	border: 0.1rem solid #ff455a;
	background: #fff;
}

.uinspecified-ttl {
	display: block;
	margin-bottom: 0.6rem;
	font-size: 1.4rem;
	color: #ff455a;
	font-weight: bold;
}

.uinspecified-txt {
	line-height: 2rem;
	font-size: 1.2rem;
	color: #535353;
}

.uinspecified-txt a {
	text-decoration: underline;
	color: #608bc7;
}

.notRegister-inner {
	padding: 2rem 1.2rem;
	background: #ffdee7;
	text-align: center;
}

.notRegister-ttl {
	display: block;
	margin-bottom: 1rem;
	font-size: 1.5rem;
	color: #ff455a;
	font-weight: bold;
}

.notRegister-chx {
	font-size: 1.2rem;
	color: #535353;
}

.mod-reviewListHead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 2rem;
}

.mod-reviewListHead .reviewTtl {
	font-size: 1.4rem;
}

.mod-reviewListHead .reviewSort {
	margin-right: 1rem;
	margin-left: auto;
	padding-left: 1rem;
	width: 40%;
	position: relative;
	background: #fff;
	border-radius: 0.6rem;
	border: 0.1rem solid #b4b4b4;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.3rem;
}

.mod-reviewListHead .reviewSort:after {
	content: "";
	position: absolute;
	bottom: 1.7rem;
	right: 1rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.8rem 0.6rem 0 0.6rem;
	border-color: #1c1c1c transparent transparent transparent;
}

.mod-postDate {
	margin-left: auto;
}

.mod-changeSwitch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 1.6rem 2rem;
	padding: 0.3rem;
	border-radius: 0.8rem;
	border: 0.1rem solid #b4b4b4;
}

.mod-changeSwitch .listItem {
	width: 50%;
	text-align: center;
	line-height: 3.4rem;
	font-size: 1.4rem;
	color: #b4b4b4;
	font-weight: bold;
}

.mod-changeSwitch .listItem.on {
	border-radius: 0.6rem;
	background: #f06065;
	color: #fff;
}

.mod-changeSwitch .listItem span {
	margin-left: 0.4rem;
	font-size: 1.1rem;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
}

.cashbackBt ul {
	margin: 2rem auto;
}

.banner {
	margin-bottom: 21px;
}

.banner .bannerTitle {
	background-color: #E2E2E2;
	color: #3E3E3E;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 8px 6px;
}

.banner .swiper-pagination {
	position: static;
	margin: 1rem 0;
}

.banner .swiper-pagination .swiper-pagination-bullet {
	margin: 0 1rem;
	width: 1.2rem;
	height: 1.3rem;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #f06065;
}

.banner .youtubeChannel {
	margin: auto;
	margin-top: 33px;
	margin-bottom: 35px;
	width: 35%;
	font-weight: bold;
	text-align: center;
	border-radius: 30px;
	line-height: 300%;
	font-size: 14px;
	border: 1px solid #ff455a;
	background: #ff455a;
	color: #fff;
}

.banner .videowrap {
	position: relative;
}

.banner .thumbnail {
	position: absolute;
	top: 0;
	right: 0;
}

.snsList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	margin: 30px auto;
}

.snsList .snsBtn:nth-child(n+2) {
	margin-left: 2rem;
}

.snsList img {
	cursor: pointer;
}

.snsList .snsInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.snsList .snsInner span {
	margin-top: 10px;
	font-size: 10px;
	color: #818181;
}

.snsList .btArea {
	border-radius: 2.5rem;
}

.snsList .btArea.sns-x {
	background: #080808;
}

.snsList .btArea.sns-x a {
	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;
	height: 50px;
}

.snsList .btArea.sns-x a img {
	height: 22px;
}

.snsList .btArea.sns-x a div.text {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin-left: 18px;
}

.campaign_text {
	font-size: 13px;
	text-align: center;
	font-weight: 800;
	margin-top: 1rem;
}

.missekichika_img {
	cursor: pointer;
}

.missekichika_modal {
	display: none;
}

.missekichika_modal_active {
	display: block;
	left: 0 !important;
}

.missekichika_modal_overlay {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #000;
	opacity: 0;
}

.missekichika_modal_wrapper {
	position: fixed;
	height: 100%;
	top: 0;
	z-index: 23;
	overflow-y: scroll;
	margin-left: 50px;
	background-color: #000;
	opacity: 0.9;
}

.missekichika_modal_wrapper .closeBtn {
	position: absolute;
	font-size: 32px;
	top: 22.5px;
	right: 25px;
	color: #FFF;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.missekichika_modal_wrapper .final_title_wrapper {
	padding: 30px 17px 0 17px;
}

.missekichika_modal_wrapper .final_title_wrapper .missekichika_title {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}

.missekichika_modal_wrapper .area_title {
	margin-top: 40px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}

.missekichika_modal_wrapper .area_nav {
	width: 100%;
	padding: 10px 17px 0 17px;
}

.missekichika_modal_wrapper .area_nav .nav_list {
	padding-bottom: 5rem;
}

.missekichika_modal_wrapper .area_nav .nav_list .list_item {
	position: relative;
	float: left;
	width: 100%;
	height: 45px;
	margin-top: 15px;
	border: 1px #FFFFFF solid;
}

.missekichika_modal_wrapper .area_nav .nav_list .list_item a {
	display: block;
	color: #FFFFFF;
	width: 100%;
	font-size: 15px;
	line-height: 3;
	padding-left: 17px;
}

.missekichika_modal_wrapper .area_nav .nav_list .list_item a:after {
	content: ">";
	position: absolute;
	top: 0;
	right: 1rem;
}

.missekichika_modal_wrapper .area_nav .missekichika_nav {
	position: relative;
	margin-top: 15px;
	border: 1px #89F5EF solid;
}

.missekichika_modal_wrapper .area_nav .missekichika_nav a {
	display: block;
	color: #89F5EF;
	width: 100%;
	font-size: 15px;
	line-height: 3;
	padding-left: 17px;
}

.missekichika_modal_wrapper .area_nav .missekichika_nav a:after {
	content: ">";
	position: absolute;
	top: 0;
	right: 1rem;
}

.missekichika_modal_wrapper .area_nav .final_nav {
	position: relative;
	margin-top: 10px;
	border: 1px #FFF0BA solid;
}

.missekichika_modal_wrapper .area_nav .final_nav a {
	display: block;
	color: #FFF0BA;
	width: 100%;
	font-size: 15px;
	line-height: 3;
	padding-left: 17px;
}

.missekichika_modal_wrapper .area_nav .final_nav a:after {
	content: ">";
	position: absolute;
	top: 0;
	right: 1rem;
}

.missekichika_modal_logo_wrapper {
	display: none;
}

.missekichika-slider {
	margin-top: -4px;
	margin-bottom: 15px;
}

.missekichika-result-slider {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.missekichika-result-slider .swiper-wrapper {
	width: 0;
}

.missekichika-result-slider.swiper-container-initialized {
	opacity: 1;
}

.missekichika-result-slider .swiper-slide img {
	width: 100%;
}

.missekichika-result-slider .swiper-button-prev,
  .missekichika-result-slider .swiper-button-next {
	top: 0;
	background: transparent;
	width: 23px;
	height: 100%;
}

.missekichika-result-slider .swiper-button-prev {
	margin: 0 0 0 -10px;
}

.missekichika-result-slider .swiper-button-next {
	margin: 0 -10px 0 0;
}

.missekichika-result-slider .swiper-button-next:after,
  .missekichika-result-slider .swiper-button-prev:after {
	color: black;
	font-size: 20px;
	font-weight: bold;
}

.missekichika-girl {
	width: 33.67%;
	margin-right: 1.4%;
}

.missekichika-girl .anchor {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.missekichika-girl .girl-imgWrap {
	padding-top: 133.571428571%;
}

.missekichika-girl .girl-imgWrap::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	z-index: 1;
}

.missekichika-girl .girl-name, .missekichika-girl .shop-name {
	color: #fff;
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	font-size: 12px;
	padding-left: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.missekichika-girl .girl-name {
	bottom: 21px;
	font-weight: bold;
}

.missekichika-girl .shop-name {
	bottom: 5px;
	font-weight: bold;
}

.anchor-more-circle {
	width: 30px;
	height: 30px;
	overflow: visible;
}

.anchor-more {
	width: 33.67%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
}

.anchor-more-txt {
	margin-top: 12px;
	font-size: 23px;
	text-align: center;
	font-weight: bolder;
	font-size: 12px;
	color: #3E3E3E;
	white-space: nowrap;
}

.btn-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	width: 100%;
}

.btn-group .btMissekichika-region, .btn-group .btMissekichika-vote-history {
	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;
	width: 100%;
}

.btn-group .btMissekichika-region a, .btn-group .btMissekichika-vote-history a {
	display: block;
	border-radius: 30px;
	height: 32px;
	width: 71.39%;
	font-size: 13px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	white-space: nowrap;
	background: #FB7376;
	color: #fff;
}

.queen_modal {
	display: none;
}

.queen_modal_active {
	display: block;
	left: 0 !important;
}

.queen_modal_overlay {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #000;
	opacity: 0;
}

.queen_modal_wrapper {
	position: fixed;
	height: 100%;
	top: 0;
	z-index: 23;
	overflow-y: scroll;
	margin-left: 50px;
	background-color: #000;
	opacity: 0.9;
}

.queen_modal_wrapper .closeBtn {
	position: absolute;
	font-size: 32px;
	top: 22.5px;
	right: 25px;
	color: #FFF;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.queen_modal_wrapper .closeBtn--queen {
	top: 6rem;
}

.queen_modal_wrapper .final_title_wrapper {
	padding: 30px 17px 0 17px;
}

.queen_modal_wrapper .final_title_wrapper .queen_title {
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
}

.queen_modal_wrapper .area_title {
	margin-top: 40px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}

.queen_modal_wrapper .area_nav {
	width: 100%;
	padding: 10px 17px 0 17px;
}

.queen_modal_wrapper .area_nav .nav_list {
	padding-bottom: 5rem;
}

.queen_modal_wrapper .area_nav .nav_list .list_item {
	position: relative;
	float: left;
	width: 100%;
	height: 45px;
	margin-top: 15px;
	border: 1px #FFFFFF solid;
}

.queen_modal_wrapper .area_nav .nav_list .list_item a {
	display: block;
	color: #FFFFFF;
	width: 100%;
	font-size: 15px;
	line-height: 3;
	padding-left: 17px;
}

.queen_modal_wrapper .area_nav .nav_list .list_item a:after {
	content: ">";
	position: absolute;
	top: 0;
	right: 1rem;
}

.queen_modal_wrapper .area_nav .nav_list .list_item--fuzoku {
	border-color: #FFBCC8;
}

.queen_modal_wrapper .area_nav .nav_list .list_item--fuzoku a {
	color: #FFBCC8;
}

.queen_modal_wrapper .area_nav .nav_list .list_item--menesth {
	margin-top: 4rem;
	border-color: #89F5EF;
}

.queen_modal_wrapper .area_nav .nav_list .list_item--menesth a {
	color: #89F5EF;
}

.queen_modal_wrapper .area_nav .queen_menesth_nav {
	position: relative;
	margin-top: 15px;
	border: 1px #89F5EF solid;
}

.queen_modal_wrapper .area_nav .queen_menesth_nav a {
	display: block;
	color: #89F5EF;
	width: 100%;
	font-size: 15px;
	line-height: 3;
	padding-left: 17px;
}

.queen_modal_wrapper .area_nav .queen_menesth_nav a:after {
	content: ">";
	position: absolute;
	top: 0;
	right: 1rem;
}

.queen_modal_wrapper .area_nav .final_nav {
	position: relative;
	margin-top: 10px;
	border: 1px #FFF0BA solid;
}

.queen_modal_wrapper .area_nav .final_nav a {
	display: block;
	color: #FFF0BA;
	width: 100%;
	font-size: 15px;
	line-height: 3;
	padding-left: 17px;
}

.queen_modal_wrapper .area_nav .final_nav a:after {
	content: ">";
	position: absolute;
	top: 0;
	right: 1rem;
}

.modal-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	margin-left: 70px;
	opacity: 0.9;
	display: none;
}

.modal-shopchange-notify {
	display: block;
	position: absolute;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	top: 0;
	padding: 0 15px;
	z-index: 10;
}

.modal-shopchange-notify .modalBody {
	max-width: 480px;
	width: 100%;
	position: relative;
	margin: 100px auto 30px;
	background: white;
	border-radius: 8px;
	background: #f06065;
	overflow: hidden;
}

.modal-shopchange-notify .modalBody .title {
	color: white;
	font-size: 17px;
	font-weight: 900;
	line-height: 50px;
	text-align: center;
}

.modal-shopchange-notify .modalBody .modalInner {
	background: white;
}

.modal-shopchange-notify .modalBody .modalInner .text {
	padding: 15px 20px 0;
	font-size: 11px;
	line-height: 20px;
}

.modal-shopchange-notify .modalBody .modalInner .text span {
	color: #f06065;
}

.modal-shopchange-notify .modalBody .modalInner .text strong {
	font-weight: 900;
}

.modal-shopchange-notify .modalBody .modalInner .f-girlsList {
	max-width: none;
	margin: 0;
	max-height: 40vh;
	padding: 15px 20px;
	overflow-y: scroll;
}

.modal-shopchange-notify .modalBody .modalInner .f-girlsList .tickets {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	padding: 15px;
	margin-bottom: 10px;
}

.modal-shopchange-notify .modalBody .modalInner .f-girlsList .tickets .imgWrap {
	border-radius: 15px;
	width: 35%;
	height: auto;
}

.modal-shopchange-notify .modalBody .modalInner .f-girlsList .tickets .imgWrap img {
	-o-object-fit: cover;
	object-fit: cover;
}

.modal-shopchange-notify .modalBody .modalInner .f-girlsList .tickets .info {
	width: 60%;
	font-size: 10px;
	color: grey;
}

.modal-shopchange-notify .modalBody .modalInner .f-girlsList .tickets .info .name {
	font-size: 15px;
	font-weight: 900;
	color: black;
	margin: 3px 0 10px;
}

.modal-shopchange-notify .modalBody .modalInner .f-girlsList .tickets .info .shopName {
	font-size: 15px;
	font-weight: 900;
	color: #181818;
	margin-bottom: 3px;
}

.modal-shopchange-notify .modalBody .modalInner .f-girlsList .tickets .info .btnMygirl {
	position: relative;
	width: 100%;
	height: 40px;
	background-color: transparent;
	cursor: pointer;
	margin-top: 10px;
}

.modal-shopchange-notify .modalBody .modalInner .f-girlsList .tickets .info .btnMygirl .btnMygirlInput {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 100%;
}

.modal-shopchange-notify .modalBody .modalInner .f-girlsList .tickets .info .btnMygirl .btnMygirlInput:checked + .btnMygirlLabel {
	color: #f06065;
	background: white;
	border: solid 1.5px;
	line-height: 38px;
}

.modal-shopchange-notify .modalBody .modalInner .f-girlsList .tickets .info .btnMygirl .btnMygirlInput:checked + .btnMygirlLabel p:before {
	content: "マイガール登録中";
}

.modal-shopchange-notify .modalBody .modalInner .f-girlsList .tickets .info .btnMygirl .btnMygirlLabel {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: white;
	background: #f06065;
	border-radius: 40px;
	text-align: center;
	font-weight: 900;
	font-size: 13px;
	line-height: 40px;
}

.modal-shopchange-notify .modalBody .modalInner .f-girlsList .tickets .info .btnMygirl .btnMygirlLabel p:before {
	content: "マイガール登録";
}

.modal-shopchange-notify .modalBody .modalInner .bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 20px 10px;
	line-height: 15px;
	font-size: 10px;
	color: grey;
}

.modal-shopchange-notify .modalBody .modalInner .bottom a {
	font-size: 12px;
	font-weight: 900;
	color: #1ca8ff;
}

.modal-shopchange-notify .close {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	background: white;
	font-size: 12px;
	font-weight: 900;
	padding: 10px 20px;
	border-radius: 20px;
}

.spOnly {
	display: block;
}

.pcOnly {
	display: none;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
	.f-quit .cautionArea {
		padding: 1.8rem 1rem;
	}

	.f-quit .cautionTtl-s {
		margin-top: 0.8rem;
		font-size: 1rem;
	}

	.f-quit .cautionList-item {
		margin-bottom: 1.4rem;
		font-size: 1rem;
	}

	.notRegister-inner {
		padding: 1.8rem 1rem;
	}

	.notRegister-ttl {
		margin-bottom: 0.8rem;
		font-size: 1.3rem;
	}

	.notRegister-chx {
		font-size: 1rem;
	}
}

@media screen and (min-width: 480px) {
	.spOnly {
		display: none;
	}

	.pcOnly {
		display: block;
	}

	.g-wrapper {
		padding-bottom: 134px;
	}

	.mod-changeSwitch {
		margin: 0 auto 20px;
		padding: 3px;
		width: 295px;
		border-radius: 8px;
		border-width: 1px;
	}

	.mod-changeSwitch .listItem {
		line-height: 34px;
		font-size: 14px;
	}

	.mod-changeSwitch .listItem.on {
		border-radius: 6px;
	}

	.mod-changeSwitch .listItem span {
		margin-left: 4px;
		font-size: 11px;
	}

	.mod-reviewListHead {
		margin-bottom: 20px;
	}

	.mod-reviewListHead .reviewTtl {
		font-size: 14px;
	}

	.mod-reviewListHead .reviewSort {
		padding-left: 10px;
		width: 150px;
		border-radius: 6px;
		border-width: 1px;
		height: 40px;
		line-height: 40px;
		font-size: 13px;
	}

	.mod-reviewListHead .reviewSort:after {
		bottom: 17px;
		right: 10px;
		border-width: 8px 6px 0 6px;
	}

	.mypage-container {
		margin: auto;
		padding: 12px 0;
	}

	.mypageBreadCrumbs {
		margin: auto;
		padding: 12px 0;
		width: 980px;
		margin-bottom: -12px;
		padding-bottom: 0;
	}

	.mypageBreadCrumbs .listItem {
		margin-right: 25px;
		font-size: 10px;
	}

	.mypageBreadCrumbs .listItem:after {
		right: -15px;
	}

	.mypageTtl {
		margin-top: 40px;
		margin-bottom: 15px;
		line-height: 50px;
		border-width: 1px;
		font-size: 24px;
	}

	.mypage-inner {
		padding: 20px 0;
	}

	.mypage-inner-detail .inputArea .inputTxt input {
		border-radius: 6px;
	}

	.inputArea {
		margin: auto;
		margin-bottom: 40px;
		max-width: 500px;
	}

	.inputArea .listItem {
		margin-bottom: 12px;
		font-size: 14px;
	}

	.inputArea .listItem.inputMiss .inputCautionTxt {
		font-size: 11px;
	}

	.inputArea .inputTxt input, .inputArea .inputTxt select {
		height: 42px;
		border-radius: 6px;
		border-width: 1px;
		font-size: 14px;
	}

	.inputArea .inputTxt input, .inputArea .inputTxt select {
		padding-left: 8px;
	}

	.inputArea .inputTtl {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.inputArea .inputTtl em {
		margin-left: 20px;
		font-size: 14px;
	}

	.inputArea .inputCautionTxt {
		margin-top: 6px;
		font-size: 12px;
	}

	.inputArea .notificationList {
		margin-top: 20px;
	}

	.inputArea .notificationList-item {
		margin-right: 40px;
		padding-left: 0;
	}

	.inputArea .notificationList-item label {
		padding-left: 42px;
		font-size: 16px;
		line-height: 26px;
	}

	.inputArea .notificationList-item label:before {
		border-width: 1px;
		height: 26px;
		width: 26px;
	}

	.inputArea .notificationList-item label:after {
		height: 12px;
		width: 12px;
		top: 50%;
		left: 7px;
	}

	.inputArea .inputMisstake {
		margin-top: 6px;
		font-size: 11px;
	}

	.inputArea .loginChx {
		margin-bottom: 20px;
	}

	.inputArea .loginChx input:checked + label:after {
		margin-top: -7px;
		left: 7px;
		width: 6px;
		height: 10px;
		border-width: 1px;
	}

	.inputArea .loginChx label {
		padding-left: 24px;
	}

	.inputArea .loginChx label:before {
		top: -3px;
		width: 20px;
		height: 20px;
		border-radius: 4px;
		border-width: 1px;
	}

	.btArea {
		margin-bottom: 0;
		width: 260px;
	}

	.btArea .memberBt {
		margin-bottom: 30px;
	}

	.btArea .memberBt button, .btArea .memberBt input[type=submit], .btArea .memberBt a {
		border-radius: 10px;
		line-height: 50px;
		font-size: 16px;
	}

	.btArea .btWhitePink a {
		border-width: 1px;
	}

	.btArea .btWhitePink a:hover {
		opacity: 1;
		border: 1px solid #ff455a;
		background: #ff455a;
		color: #fff;
	}

	.btArea .btPink a, .btArea .btPink button, .btArea .btPink input[type=submit] {
		padding: 0;
		border-radius: 30px;
		height: 50px;
		font-size: 16px;
	}

	.btArea .btPink a span, .btArea .btPink button span, .btArea .btPink input[type=submit] span {
		margin-top: 3px;
		font-size: 13px;
	}

	.btArea .btPink a:hover, .btArea .btPink button:hover, .btArea .btPink input[type=submit]:hover {
		opacity: 1;
		border: 1px solid #ff455a;
		background: #fff;
		color: #ff455a;
	}

	.btArea .cashbackComfirmBt {
		padding-bottom: 188px;
	}

	.btArea .btWhitePink a, .btArea .btWhitePink button, .btArea .btWhitePink input[type=submit] {
		border-width: 1px;
	}

	.btArea .btWhitePink a:hover, .btArea .btWhitePink button:hover, .btArea .btWhitePink input[type=submit]:hover {
		opacity: 1;
		border: 1px solid #ff455a;
		background: #ff455a;
		color: #fff;
	}

	.btArea .btGray a, .btArea .btGray button, .btArea .btGray input[type=submit] {
		border-radius: 30px;
		color: #8e8e8e;
	}

	.cashbackBtArea {
		text-align: center;
		margin-top: 66px;
		padding: 8px;
	}

	.cashbackBtArea .leadCashbackText {
		display: block;
		font-size: 14px;
	}

	.cashbackBtArea .linkCashback {
		display: block;
		background: #fff;
		color: #ff455a;
		font-weight: bold;
		width: calc(100% - 650px);
		line-height: 50px;
		border-radius: 8px;
		font-size: 18px;
		margin: 4px auto 14px;
		border: 0.1px solid #ff455a;
	}

	.cashbackBtArea .linkCashback:hover {
		background: #ff455a;
		color: #fff;
		cursor: pointer;
	}

	.cautionLink span {
		font-size: 12px;
	}

	.mistakeMessage {
		margin: 30px 0 24px;
		border-width: 1px;
		line-height: 56px;
		font-size: 16px;
	}

	.mypageTxt {
		margin-bottom: 64px;
		line-height: 34px;
		font-size: 16px;
	}

	.mypageTxt-c {
		text-align: center;
	}

	.uinspecified {
		padding: 20px;
		border-radius: 10px;
		border-width: 1px;
	}

	.uinspecified-ttl {
		display: block;
		margin-bottom: 10px;
		font-size: 16px;
	}

	.uinspecified-txt {
		line-height: 20px;
		font-size: 13px;
	}

	.f-complete .btPink a {
		line-height: 35px;
	}

	.notRegister-inner {
		padding: 21px 10px;
	}

	.notRegister-ttl {
		margin-bottom: 18p x;
		font-size: 18px;
	}

	.notRegister-chx {
		font-size: 15px;
	}

	.privacyTxt {
		margin: 0 auto 50px;
		padding: 0;
		width: 500px;
		line-height: 25px;
		font-size: 16px;
	}

	.mypage-infoList {
		margin: 0 auto 100px;
		max-width: 500px;
	}

	.mypage-infoList .listItem {
		margin-bottom: 15px;
		border-radius: 6px;
		border-width: 1px;
	}

	.mypage-infoList .listItem.application {
		border-width: 1px;
		-webkit-box-shadow: 0 3px #cc1f33;
		box-shadow: 0 3px #cc1f33;
	}

	.mypage-infoList .listItem.application a:before, .mypage-infoList .listItem.application span:before {
		left: 50%;
		margin-left: -108px;
		margin-top: -12px;
		background-size: 18px;
		width: 18px;
		height: 18px;
	}

	.mypage-infoList .listItem a, .mypage-infoList .listItem span {
		line-height: 50px;
		font-size: 16px;
	}

	.topBt {
		margin: 40px auto;
		width: 260px;
		border-radius: 10px;
		border-width: 1px;
		line-height: 50px;
		font-size: 14px;
	}

	.attentionText {
		font-size: 15px;
	}
}

.ofh {
	overflow: hidden;
	height: auto;
}

.modalArea {
	display: none;
	position: fixed;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.modalArea.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
}

.modalArea .modalInner {
	position: relative;
	margin: 1.4rem;
	padding: 3rem 1.4rem;
	width: 100%;
	background: #fff;
	border-radius: 1rem;
}

.modalArea .modalTxt {
	margin-bottom: 3rem;
	max-height: 20rem;
	overflow-y: scroll;
	line-height: 2.2rem;
	font-size: 1.4rem;
}

.modalArea .mailBt {
	display: block;
	width: 100%;
	background: #ff455a;
	-webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
	border-radius: 1.2rem;
	text-align: center;
	line-height: 5rem;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
}

.f-cashback .divPayPayComment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.f-cashback .ulPayPayComment {
	color: #ff0000;
	font-size: 13px;
	margin-bottom: 20px;
}

.f-cashback .liPayPayComment {
	padding-left: 40px;
	padding-bottom: 10px;
	line-height: 20px;
	text-indent: -2.5em;
}

@media screen and (min-width: 480px) {
	.modalArea .modalInner {
		margin: auto;
		padding: 30px 15px;
		width: 500px;
		border-radius: 12px;
	}

	.modalArea .modalTxt {
		margin-bottom: 30px;
		max-height: 300px;
		line-height: 24px;
		font-size: 14px;
	}

	.modalArea .mailBt {
		-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
		border-radius: 12px;
		line-height: 50px;
		font-size: 16px;
	}

	.cashbackBt {
		padding: 40px 10% 60px 10%;
	}

	.cashbackBt ul {
		margin: auto;
	}

	.cashbackBt ul:first-child {
		float: left;
	}

	.cashbackBt ul:last-child {
		float: right;
	}

	.campaignBt {
		padding: 40px 10% 0;
	}

	.campaignBt .btArea {
		width: 260px;
		margin: 0 auto;
	}

	.webreserveBt {
		padding: 40px 10% 0px 10%;
	}

	.webreserveBt ul:first-child {
		float: none;
	}

	.banner .bannerTitle {
		margin: 20px 0;
		padding: 12px 10px;
		font-size: 15px;
	}

	.banner .swiper-pagination {
		margin: 10px 0;
	}

	.banner .swiper-pagination .swiper-pagination-bullet {
		margin: 0 10px;
		width: 11px;
		height: 12px;
	}

	.banner .girlsList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 30px;
	}

	.banner .girlsList .listItem {
		position: relative;
		width: 231px;
		border-radius: 10px;
		overflow: hidden;
		background: #000;
		margin-right: 13px;
	}

	.banner .girlsList .listItem:nth-last-of-type(1) {
		margin-right: 0;
	}

	.banner .girlsList .listItem .photo {
		position: relative;
		width: 100%;
	}

	.banner .girlsList .listItem .photo img {
		width: 100%;
	}

	.banner .girlsList .listItem .photo .oshijo-stamp {
		position: absolute;
		top: 4px;
		left: 4px;
		width: 60px;
	}

	.banner .girlsList .listItem .photo .oshijo-stamp img {
		width: 100%;
	}

	.banner .girlsList .listItem .girlInfo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		height: 52px;
		padding: 10px;
		background: rgba(0, 0, 0, 0.5);
		color: #FFFFFF;
		position: absolute;
		bottom: 0;
	}

	.banner .girlsList .listItem .girlInfo .cup {
		font-family: 'cooper_blackregular';
		width: 36px;
		height: 36px;
		border: 1px solid #FFFFFF;
		font-size: 30px;
		margin-right: 8px;
		border-radius: 8px;
		text-align: center;
		line-height: 35px;
	}

	.banner .girlsList .listItem .girlInfo .info {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 164px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.banner .girlsList .listItem .girlInfo .info .shopName, .banner .girlsList .listItem .girlInfo .info .girlName {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.banner .girlsList .listItem .girlInfo .info .shopName {
		width: 100%;
		margin-bottom: 2px;
		font-size: 12px;
		line-height: 14px;
	}

	.banner .girlsList .listItem .girlInfo .info .girlName {
		font-size: 18px;
		line-height: 18px;
		font-weight: bold;
	}

	.banner .girlsList .listItem .girlInfo .info .girlName .girlAge {
		display: inline-block;
		font-weight: initial;
		font-size: 13px;
	}

	.banner .button-mygirls {
		display: block;
		position: relative;
		width: 260px;
		height: 50px;
		text-align: center;
		color: white;
		font-size: 16px;
		font-weight: bold;
		line-height: 50px;
		border-radius: 25px;
		background: #F85078;
		margin: 0 auto 30px;
		cursor: pointer;
	}

	.banner .button-mygirls img {
		position: absolute;
		top: 13px;
		left: 26px;
		width: 26px;
		height: 24px;
	}

	.pickup-girls-popup {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
		z-index: 100;
	}

	.pickup-girls-popup .popup-container {
		position: absolute;
		right: 50%;
		top: 50%;
		-webkit-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.pickup-girls-popup .popup-container .popup-content {
		margin-bottom: 30px;
		width: 298px;
		height: 457px;
	}

	.pickup-girls-popup .popup-container .popup-content .clickable-girls-area {
		width: 100%;
		height: 100%;
		cursor: pointer;
	}

	.pickup-girls-popup .popup-container .popup-content .clickable-girls-area .girlsList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.pickup-girls-popup .popup-container .popup-content .clickable-girls-area .girlsList .listItem {
		position: relative;
		top: 77px;
		height: 370px;
		width: 278px;
		border-radius: 10px;
		overflow: hidden;
		background: #000;
	}

	.pickup-girls-popup .popup-container .popup-content .clickable-girls-area .girlsList .listItem .photo {
		position: relative;
		width: 100%;
	}

	.pickup-girls-popup .popup-container .popup-content .clickable-girls-area .girlsList .listItem .photo img {
		width: 100%;
	}

	.pickup-girls-popup .popup-container .popup-content .clickable-girls-area .girlsList .listItem .girlInfo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		height: 51px;
		padding: 10px;
		background: rgba(0, 0, 0, 0.5);
		color: #FFFFFF;
		position: absolute;
		bottom: 0;
	}

	.pickup-girls-popup .popup-container .popup-content .clickable-girls-area .girlsList .listItem .girlInfo .cup {
		font-family: 'cooper_blackregular';
		width: 36px;
		height: 36px;
		border: 1px solid #FFFFFF;
		font-size: 30px;
		margin-right: 8px;
		border-radius: 8px;
		text-align: center;
		line-height: 35px;
	}

	.pickup-girls-popup .popup-container .popup-content .clickable-girls-area .girlsList .listItem .girlInfo .info {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 210px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.pickup-girls-popup .popup-container .popup-content .clickable-girls-area .girlsList .listItem .girlInfo .info .shopName, .pickup-girls-popup .popup-container .popup-content .clickable-girls-area .girlsList .listItem .girlInfo .info .girlName {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.pickup-girls-popup .popup-container .popup-content .clickable-girls-area .girlsList .listItem .girlInfo .info .shopName {
		width: 100%;
		font-size: 12px;
		line-height: 15px;
		font-weight: bold;
	}

	.pickup-girls-popup .popup-container .popup-content .clickable-girls-area .girlsList .listItem .girlInfo .info .girlName {
		font-size: 16px;
		line-height: 18px;
		font-weight: bold;
	}

	.pickup-girls-popup .popup-container .popup-content .clickable-girls-area .girlsList .listItem .girlInfo .info .girlName .girlAge {
		display: inline-block;
		font-weight: initial;
		font-size: 13px;
		margin-left: 4px;
	}

	.pickup-girls-popup .popup-container .next-girl-button {
		width: 260px;
		height: 50px;
		font-size: 16px;
		font-weight: bold;
		color: #FF1FCA;
		border: 2px solid #FF1FCA;
		background-color: #FFF;
		border-radius: 25px;
		cursor: pointer;
	}

	.pickup-girls-popup .popup-container .close-popup-button {
		content: "";
		display: block;
		position: absolute;
		width: 40px;
		height: 40px;
		top: 0;
		right: -56px;
		background-image: url(/member/assets/img/mypage/tv_close.svg);
		background-size: 14px 14px;
		background-repeat: no-repeat;
		background-position: center;
		background-color: rgba(0, 0, 0, 0.6);
		border-radius: 50%;
		border: 1px solid #FFF;
		cursor: pointer;
	}

	.snsInner span {
		display: none;
	}

	.missekichika_img {
		cursor: pointer;
	}

	.missekichika_modal {
		display: none;
	}

	.missekichika_modal_active {
		display: block;
	}

	.missekichika_modal_overlay {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: #000;
		opacity: 0.7;
		top: 0;
		left: 0;
		z-index: 10;
	}

	.missekichika_modal_wrapper {
		position: fixed;
		border-radius: 50px;
		width: 840px;
		height: 535px;
		background-color: #000;
		top: 52.5%;
		left: 50%;
		margin-left: 0;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 11;
		overflow-y: visible;
	}

	.missekichika_modal_wrapper .closeBtn {
		position: absolute;
		top: -50px;
		right: 0;
		color: #FFF;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: pointer;
	}

	.missekichika_modal_wrapper .missekichika_title {
		display: none;
	}

	.missekichika_modal_wrapper .final_title_wrapper {
		padding: 0;
	}

	.missekichika_modal_wrapper .area_title {
		text-align: center;
		margin-top: 25px;
		color: #FFF;
		font-size: 24px;
		font-weight: bold;
	}

	.missekichika_modal_wrapper .area_nav {
		width: 100%;
		padding: 0 50px 0 50px;
	}

	.missekichika_modal_wrapper .area_nav .nav_list {
		padding-bottom: 0;
	}

	.missekichika_modal_wrapper .area_nav .nav_list .list_item {
		width: 360px;
		height: 40px;
	}

	.missekichika_modal_wrapper .area_nav .nav_list .list_item a {
		width: 100%;
		font-size: 15px;
		text-align: center;
	}

	.missekichika_modal_wrapper .area_nav .nav_list .list_item a:after {
		content: "";
	}

	.missekichika_modal_wrapper .area_nav .nav_list .list_item:nth-child(even) {
		margin-left: 20px;
	}

	.missekichika_modal_wrapper .area_nav .missekichika_nav {
		margin-top: 15px;
		border: 1px #89F5EF solid;
	}

	.missekichika_modal_wrapper .area_nav .missekichika_nav a {
		display: block;
		padding: 14px;
		color: #89F5EF;
		font-size: 13px;
		text-align: center;
		line-height: 1;
	}

	.missekichika_modal_wrapper .area_nav .missekichika_nav a:after {
		content: "";
	}

	.missekichika_modal_wrapper .area_nav .final_nav {
		margin-top: 15px;
	}

	.missekichika_modal_wrapper .area_nav .final_nav a {
		padding: 14px;
		font-size: 13px;
		text-align: center;
		line-height: 1;
	}

	.missekichika_modal_wrapper .area_nav .final_nav a:after {
		content: "";
	}

	.missekichika_modal_logo_wrapper {
		display: block;
		width: 300px;
		padding-top: 30px;
		margin: 0 auto;
	}

	.missekichika-slider {
		margin-top: -12px;
		margin-bottom: 23px;
	}

	.missekichika-girl .girl-name, .missekichika-girl .shop-name {
		font-size: 16px;
		padding-left: 10px;
	}

	.missekichika-girl .girl-name {
		bottom: 35px;
	}

	.missekichika-girl .shop-name {
		bottom: 11px;
	}

	.anchor-more-circle {
		width: 60px;
		height: 60px;
	}

	.anchor-more-txt {
		margin-top: 20px;
		font-size: 17px;
	}

	.btn-group .btMissekichika-region a, .btn-group .btMissekichika-vote-history a {
		height: 52px;
		text-align: center;
		font-size: 19px;
		line-height: 52px;
	}

	.queen_modal {
		display: none;
	}

	.queen_modal_active {
		display: block;
	}

	.queen_modal_overlay {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: #000;
		opacity: 0.7;
		top: 0;
		left: 0;
		z-index: 10;
	}

	.queen_modal_wrapper {
		position: fixed;
		border-radius: 50px;
		width: 840px;
		height: 535px;
		background-color: #000;
		top: 52.5%;
		left: 50%;
		margin-left: 0;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 11;
		overflow-y: visible;
	}

	.queen_modal_wrapper .closeBtn {
		position: absolute;
		top: -50px;
		right: 0;
		color: #FFF;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: pointer;
	}

	.queen_modal_wrapper .queen_title {
		display: none;
	}

	.queen_modal_wrapper .final_title_wrapper {
		padding: 0;
	}

	.queen_modal_wrapper .area_title {
		text-align: center;
		margin-top: 25px;
		color: #FFF;
		font-size: 24px;
		font-weight: bold;
	}

	.queen_modal_wrapper .area_nav {
		width: 100%;
		padding: 0 50px 0 50px;
	}

	.queen_modal_wrapper .area_nav .nav_list {
		padding-bottom: 0;
	}

	.queen_modal_wrapper .area_nav .nav_list .list_item {
		width: 360px;
		height: 40px;
	}

	.queen_modal_wrapper .area_nav .nav_list .list_item a {
		width: 100%;
		font-size: 15px;
		text-align: center;
		line-height: 2.4;
	}

	.queen_modal_wrapper .area_nav .nav_list .list_item a:after {
		content: "";
	}

	.queen_modal_wrapper .area_nav .nav_list .list_item--fuzoku {
		margin-top: 15px;
	}

	.queen_modal_wrapper .area_nav .nav_list .list_item--menesth {
		margin-top: 15px;
	}

	.queen_modal_wrapper .area_nav .nav_list .list_item:nth-child(even) {
		margin-left: 20px;
	}

	.queen_modal_wrapper .area_nav .queen_menesth_nav {
		margin-top: 15px;
		border: 1px #89F5EF solid;
	}

	.queen_modal_wrapper .area_nav .queen_menesth_nav a {
		display: block;
		padding: 14px;
		color: #89F5EF;
		font-size: 13px;
		text-align: center;
		line-height: 1;
	}

	.queen_modal_wrapper .area_nav .queen_menesth_nav a:after {
		content: "";
	}

	.queen_modal_wrapper .area_nav .final_nav {
		margin-top: 15px;
	}

	.queen_modal_wrapper .area_nav .final_nav a {
		padding: 14px;
		font-size: 13px;
		text-align: center;
		line-height: 1;
	}

	.queen_modal_wrapper .area_nav .final_nav a:after {
		content: "";
	}

	.queen_modal_logo_wrapper {
		display: block;
		width: 120px;
		padding-top: 30px;
		margin: 0 auto;
	}

	.queen_modal_logo_wrapper img {
		image-rendering: -webkit-optimize-contrast;
	}

	.queen_modal_logo_wrapper-result {
		width: 280px;
	}
}

@media screen and (max-width: 480px) {
	.banner .sp-length {
		font-size: 12px;
	}

	.banner .youtubeChannel {
		margin-top: 21px;
		width: 80%;
		font-size: 12px;
		border: 0px;
		color: #608BC7;
		background: transparent;
		line-height: 20px;
		text-decoration: underline;
		text-underline-offset: 1px;
	}

	.banner .girlsList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 2rem;
	}

	.banner .girlsList .listItem {
		position: relative;
		width: 16.5rem;
		border-radius: 0.8rem;
		overflow: hidden;
		background: #000;
		margin-right: 0.5rem;
	}

	.banner .girlsList .listItem:nth-last-of-type(1) {
		margin-right: 0;
	}

	.banner .girlsList .listItem .photo {
		position: relative;
		width: 100%;
	}

	.banner .girlsList .listItem .photo img {
		width: 100%;
	}

	.banner .girlsList .listItem .photo .oshijo-stamp {
		position: absolute;
		top: 0.4rem;
		left: 0.4rem;
		width: 4.5rem;
	}

	.banner .girlsList .listItem .girlInfo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		height: 4.2rem;
		padding: 0.7rem;
		background: rgba(0, 0, 0, 0.5);
		color: #FFFFFF;
		position: absolute;
		bottom: 0;
	}

	.banner .girlsList .listItem .girlInfo .cup {
		font-family: 'cooper_blackregular';
		width: 2.6rem;
		height: 2.6rem;
		border: 0.1rem solid #FFFFFF;
		font-size: 2.1rem;
		margin-right: 0.5rem;
		border-radius: 0.4rem;
		text-align: center;
		line-height: 2.6rem;
	}

	.banner .girlsList .listItem .girlInfo .info {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 12rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.banner .girlsList .listItem .girlInfo .info .shopName, .banner .girlsList .listItem .girlInfo .info .girlName {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.banner .girlsList .listItem .girlInfo .info .shopName {
		width: 100%;
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.banner .girlsList .listItem .girlInfo .info .girlName {
		font-size: 1.3rem;
		line-height: 1.5rem;
		font-weight: bold;
	}

	.banner .girlsList .listItem .girlInfo .info .girlName .girlAge {
		display: inline-block;
		font-weight: initial;
		font-size: 1rem;
	}

	.banner .button-mygirls {
		display: block;
		position: relative;
		width: 23rem;
		height: 5rem;
		text-align: center;
		color: white;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 5rem;
		border-radius: 2.5rem;
		background: #F85078;
		margin: 0 auto 2rem;
		cursor: pointer;
		padding-left: 2.4rem;
	}

	.banner .button-mygirls img {
		position: absolute;
		top: 1.3rem;
		left: 2.9rem;
		width: 2.6rem;
		height: 2.4rem;
	}

	.pickup-girls-popup {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
		z-index: 100;
		overflow: auto;
	}

	.pickup-girls-popup .popup-container {
		position: absolute;
		right: 50%;
		top: 57%;
		-webkit-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		overflow-y: auto;
	}

	.pickup-girls-popup .popup-container .popup-content {
		margin-bottom: 1.4rem;
		width: 29.7rem;
		height: 45.5rem;
	}

	.pickup-girls-popup .popup-container .popup-content .clickable-girls-area {
		width: 100%;
		height: 100%;
		cursor: pointer;
	}

	.pickup-girls-popup .popup-container .popup-content .clickable-girls-area .girlsList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.pickup-girls-popup .popup-container .popup-content .clickable-girls-area .girlsList .listItem {
		position: relative;
		top: 7.5rem;
		width: 27.7rem;
		height: 37rem;
		border-radius: 1rem;
		overflow: hidden;
		background: #000;
	}

	.pickup-girls-popup .popup-container .popup-content .clickable-girls-area .girlsList .listItem .photo {
		position: relative;
		width: 100%;
	}

	.pickup-girls-popup .popup-container .popup-content .clickable-girls-area .girlsList .listItem .photo img {
		width: 100%;
	}

	.pickup-girls-popup .popup-container .popup-content .clickable-girls-area .girlsList .listItem .girlInfo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		height: 5.2rem;
		padding: 0.8rem;
		background: rgba(0, 0, 0, 0.5);
		color: #FFFFFF;
		position: absolute;
		bottom: 0;
	}

	.pickup-girls-popup .popup-container .popup-content .clickable-girls-area .girlsList .listItem .girlInfo .cup {
		font-family: 'cooper_blackregular';
		width: 3.6rem;
		height: 3.6rem;
		border: 0.1rem solid #FFFFFF;
		font-size: 2.8rem;
		margin-right: 0.8rem;
		border-radius: 0.8rem;
		text-align: center;
		line-height: 3.6rem;
	}

	.pickup-girls-popup .popup-container .popup-content .clickable-girls-area .girlsList .listItem .girlInfo .info {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 21rem;
		height: 3.8rem;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.pickup-girls-popup .popup-container .popup-content .clickable-girls-area .girlsList .listItem .girlInfo .info .shopName, .pickup-girls-popup .popup-container .popup-content .clickable-girls-area .girlsList .listItem .girlInfo .info .girlName {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.pickup-girls-popup .popup-container .popup-content .clickable-girls-area .girlsList .listItem .girlInfo .info .shopName {
		width: 100%;
		font-size: 1.2rem;
		line-height: 1.5rem;
		font-weight: bold;
	}

	.pickup-girls-popup .popup-container .popup-content .clickable-girls-area .girlsList .listItem .girlInfo .info .girlName {
		font-size: 1.6rem;
		line-height: 1.6rem;
		font-weight: bold;
	}

	.pickup-girls-popup .popup-container .popup-content .clickable-girls-area .girlsList .listItem .girlInfo .info .girlName .girlAge {
		display: inline-block;
		font-weight: initial;
		font-size: 1rem;
		margin-left: 0.4rem;
	}

	.pickup-girls-popup .popup-container .next-girl-button {
		width: 23rem;
		height: 4rem;
		font-size: 1.6rem;
		font-weight: bold;
		color: #FF1FCA;
		border: 0.2rem solid #FF1FCA;
		background-color: #FFF;
		border-radius: 2.5rem;
		cursor: pointer;
		margin-bottom: 1.8rem;
	}

	.pickup-girls-popup .popup-container .close-popup-button {
		content: "";
		width: 3rem;
		height: 3rem;
		margin-bottom: 9.2rem;
		background-image: url(/member/assets/img/mypage/tv_close.svg);
		background-size: 1.4rem 1.4rem;
		background-repeat: no-repeat;
		background-position: center;
		background-color: rgba(0, 0, 0, 0.6);
		border-radius: 50%;
		border: 0.1rem solid #FFF;
		cursor: pointer;
	}

	.snsList {
		margin: 2rem auto;
	}

	.snsList .btArea {
		margin-bottom: 0;
	}

	.snsList .btArea.sns-x a {
		height: 5rem;
	}

	.snsList .btArea.sns-x a img {
		height: 2.2rem;
	}

	.snsList .btArea.sns-x a div.text {
		font-size: 1.6rem;
		margin-left: 1.8rem;
	}
}
