@charset "UTF-8";
@font-face {
	font-family: "xy-sp-font";
	src:
		url("/s/images/icons/sp/xy-sp-font.woff") format("woff"),
		url("/s/images/icons/sp/xy-sp-font.ttf") format("truetype");
}
:root {
	--ZexyPink-Bg: #fdecee;
	--primary-pink: #e4007f;
	--primary-pink-ph2: #ea6077;
	--white: #fff;
	--txt-gold: #c09c5e;
	--Gold-Bg: #f6f1e8;
	--gray-light: #e7e7e7;
	--gray-strong: #8d8d8d;
	--Base-Deep: #595959;
	--Base-Bg: #f8f8f8;
	--black-strong: #202020;
	--txt-blue: #3985d0;
	--font-title: "Noto Sans JP", sans-serif;
	--font-title-sub: "Hiragino Kaku Gothic ProN", sans-serif;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
	font-size: 100%;
	line-height: 1;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}
ol,
ul li {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	box-sizing: border-box;
}

.content {
	background-color: #ffffff;
	overflow-x: hidden;
	border-left: 1px solid #4C171714;
	border-right: 1px solid #4C171714;
}

h3,
h4,
p {
	line-height: 1.5;
}

body {
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	word-wrap: break-word;
	word-break: break-all;
}

body #platform {
	background-color: #fffcfd;
}

.xy-naviTop_new {
	font-family: "Hiragino Kaku Gothic ProN", sans-serif;
	width: 390px;
	/* margin-right: 80px; */
	z-index: 1;
}

.xy-naviTop-icon::before {
	font-family: "xy-sp-font";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

.header {
	position: relative;
	width: 100%;
	height: 60px;
	padding: 11px 0 11px 12px;
	display: flex;
	align-items: center;
}
.header__logo {
	position: static;
	width: -moz-fit-content;
	width: fit-content;
	height: auto;
	background: #ffffff;
}
.header__logo a {
	display: block;
	padding: 8px;
	-webkit-tap-highlight-color: transparent;
}
.header__logo a:active {
	opacity: 0.3;
}
.header__logo img {
	position: static;
	left: 0;
	width: 161px;
	height: 22px;
}
.header__search {
	position: absolute;
	top: 0;
	right: 60px;
	width: 60px;
	height: 60px;
	background: rgba(255, 255, 255, 0.8);
	font-size: 8px;
	font-weight: 700;
	-webkit-tap-highlight-color: transparent;
}
.header__search:active {
	opacity: 0.3;
}
.header__search > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 42px;
	color: #595959;
	text-align: center;
	font-weight: 700;
}
.header__search > a::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	display: block;
	width: 23px;
	height: 23px;
	margin: 0 auto;
	background-image: url("/s/navi/images/naviTop/icon-xy_search.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.header__menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	padding-top: 42px;
	background: #fff;
	color: #595959;
	font-size: 8px;
	font-weight: 700;
	text-align: center;
}
.header__menu::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	display: block;
	width: 28px;
	height: 28px;
	margin: 0 auto;
	background-image: url("/s/navi/images/naviTop/icon-xy_hamburger.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.header__menu.is-active::before {
	top: 10px;
	width: 28px;
	height: 28px;
	background-image: url("/s/navi/images/naviTop/icon-xy_hamburger_on.png");
	background-size: cover;
}
.header__menu > dt {
	position: absolute;
	top: 0;
	width: 60px;
	height: 60px;
	background: rgba(255, 255, 255, 0.8);
	font-size: 8px;
	font-weight: 700;
}
.header__menu > dd {
	position: absolute;
	top: 0;
	width: 60px;
	height: 60px;
	background: rgba(255, 255, 255, 0.8);
	font-size: 8px;
	font-weight: 700;
}

footer {
	display: block;
	clear: both;
	margin-top: 25px;
	color: #333333;
	text-align: left;
}
footer a {
	padding: 0;
	margin: 0;
	color: #7a2245;
}
footer p {
	margin: 0;
	padding: 0;
}
footer p a {
	margin-left: 10px;
	padding-left: 8px;
	line-height: 21px;
	background: url("/smp/s/images/common/icon_arrow02.png") 0 50% no-repeat;
	text-decoration: none;
}
footer p#border {
	border-top: 2px solid #f7cdde;
	background-color: #e45991;
}
footer ul {
	padding: 10px;
	margin-bottom: 0;
	background-color: #f2f2f2;
	font-size: 13px;
}
footer ul li {
	display: inline;
	line-height: 24px;
}
footer ul li::before {
	content: "｜";
}
footer ul li:first-child::before {
	content: "";
}
footer img {
	padding: 10px 0 5px 10px;
}

.content__footer__banner {
	margin-top: 44px;
	margin-bottom: 39px;
	padding: 0 10px;
	font-size: 11px;
}
.content__footer__banner > p + p {
	margin-top: 10px;
}
.content__footer__banner img {
	width: 100%;
}

.content__footer__navi {
	margin-bottom: 20px;
	background: url("/s/navi/images/footerNavi_bg.jpg") no-repeat;
	background-size: 100%;
}

.content__footer__consultation {
	margin-bottom: 15px;
	padding: 0 10px;
}
.content__footer__consultation .text {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 21px;
	text-align: center;
}
.content__footer__consultation .banner img {
	width: 100%;
}

.fixPageTop {
	position: fixed;
	right: 10px;
	bottom: 25px;
	display: none;
}
.fixPageTop > a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.3);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.quickChange {
	overflow: hidden;
}
.quickChange__list {
	margin-left: -2px;
}
.quickChange__list::after {
	content: "";
	display: block;
	clear: both;
}
.quickChange__list > li {
	float: left;
	width: 50%;
	padding-top: 1px;
	padding-left: 1px;
}
.quickChange__list > li > a {
	display: table;
	width: 100%;
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
.quickChange__list > li > a > span {
	display: table-cell;
	height: 50px;
	padding-left: 10px;
	line-height: 20px;
	vertical-align: middle;
}
.quickChange__list > li > a::after {
	content: "";
	display: table-cell;
	width: 6px;
	padding: 0 10px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAiCAYAAACwaJKDAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAABvUlEQVRIx63WzYrUQBSG4fc7VcmtqDvd6abxEgwTmEEYcJlxI3ojCrqYpavpCL2Ym5CeuBfES0l3V1zkx/TYTqeTVAhJiuIhfCc5lOiNNVkCXACXL7guGTnU3tyRJUI5EAO3gep8LCyAgqvEUO6xGCBQsSWMhlVwlTiUe1wcYbTohh2bkbAZSj0ujnFEONprfdorQ9/WZPFJqMfeRNjKYxjCMBw2CbZnfNkArwUrIQQYmgR31f/F+8hhN4ZSAVWT7Y7Q5Ds8Y/Uf5oJ1f2IOWIcmp8IH0anwf9Ep8IPoCXARqBYtfBQdCm+pikBYPOe6HIQeg7cdHopAWAxGe/DS0FkfDgQ2f+Hv/hR0S6gEEkb/l1bT3armcEPBH7z1QktDZ9ZD1dW7bs0BXtoQ8I7MA0sgfWBZASye8rk8ii7JIqGlR6nHcHtvWOdaNZV/wqcSwI6Bhm4iLI1w1D3XGrYr1O2OsHjEx+7jt6FghMP1yB543gfbhCeBj++BB9Gp4D/oHOAeOhfYoXOCAJobhHoz8XVOEOrNxMrjyrnALtOfvEtiXG5YPBXcq/5vPiSGcqF4CriHtrDgYkd1ORYE+AOfHHINGdhmOAAAAABJRU5ErkJggg==")
		no-repeat;
	background-size: 6px 9px;
	background-position: center;
	box-sizing: content-box;
}

.xy-naviTop-reserveButton {
	position: relative;
	display: flex;
	gap: 8px;
}
.xy-naviTop-reserveButton__searchShop {
	width: 104px;
	border-radius: 6px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.22);
	box-sizing: border-box;
	flex-shrink: 0;
	border: 1px solid var(--primary-pink, #e4007f);
	-webkit-tap-highlight-color: transparent;
}
.xy-naviTop-reserveButton__searchShop:active {
	opacity: 0.3;
}
.xy-naviTop-reserveButton__searchShop__link {
	display: block;
	padding: 15px 16px;
	color: var(--primary-pink, #e4007f);
	background-color: var(--white, #fff);
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	border-radius: 6px;
}
.xy-naviTop-reserveButton__reserve {
	position: relative;
	width: 100%;
	border-radius: 6px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.xy-naviTop-reserveButton__reserve__fukidashi {
	position: absolute;
	top: -12px;
	right: 8px;
	padding: 4px 6px;
	color: var(--primary-pink, #e4007f);
	font-size: 10px;
	font-weight: 700;
	line-height: 15px;
	border: 1px solid var(--primary-pink, #e4007f);
	background-color: var(--white, #fff);
	border-radius: 6px;
}
.xy-naviTop-reserveButton__reserve__fukidashi::after {
	bottom: -7px;
	right: 12px;
	display: block;
	content: "";
	width: 12px;
	height: 7px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAVCAYAAAAuJkyQAAAAAXNSR0IArs4c6QAAAl5JREFUSA29ls9rE1EQx7+zyU2l4KVs1n/BmzfRo1VbqKCXgoLgwR+gguDJthtPvSkIRfAQkNJSsCjiwYOHSkUlXqIHpRVBI0krJmmamJputrvP2c1u+kxDkk1WF8KbzHtvvh9m9s0+ykAX8B5NxH2zr9FM/UD+SAL2Zs2LQ4sa1CHCRbNTYKXTgqDzdvYXCiNzMsyXfcCZbmAcrWhQwXbrxabpwlirZW8ZFQmRkQFMrLfbJ8+FB2QJFMcWUHu/5sOYEdBpFRMrsmAnO7SSla4/R/XZjjYBl1Toi50AmudDAarceYvK9DspNk1piCckR9dm30DVR59QvvmiIUigeQ36rYYjoNEXUG0pjeK5xxC27coyzKsY9p/nsdFKAvKgZ6DtjzkURuchjG0fZnkvcIpwzQgKIa/v6ZRZ6RLyQzOwN6peLFojRI8PYLzr4y1DyHZgIDv3G4VjM7Cy9V7D5SlHoZwYxHhaDtyrHahkomSgwJkxP+c9PTI4wOggJj/0CtC8r+sMiUoNhZOzqKXqjY8zY/FvjHvNy+ag/fzvKkPuJ2F4Dsab766Wc4oE6EIM+pN+xFvt7QjkZmZ4FsbSN2k/XT0A/aHkCM1sWzKxXkXeKVMy0xBUoNzgzEw3HCEbnCHyLy3AVr2nOBrW1w3kDidawdwNmeGvcE7JUr6nci8J5yRtPV3Bz0MPYC7n3Cl+Z7gV02XOzD+FccQoi/ikgLjtQ+0eyYgAZ1XEF3bPhe9RYlCnmCvZOjRlGObo/4JxGBTnaqmxKJtXuDSvGW6Vx7ICur8HOMgw8r2iNXeI3j9YeMaplCSi0gAAAABJRU5ErkJggg==");
	background-size: 12px 7px;
	position: absolute;
}
.xy-naviTop-reserveButton__reserve__link {
	display: block;
	padding: 16px 33px;
	text-align: center;
	color: var(--white, #fff);
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	text-decoration: none;
	border-radius: 6px;
	background-color: var(--primary-pink, #e4007f);
	-webkit-tap-highlight-color: transparent;
}
.xy-naviTop-reserveButton__reserve__link:active {
	opacity: 0.3;
}

.xy-naviTop-reserveButton__reserve__link:hover {
	opacity: 0.6;
    transition-duration: 0.8s;
}

.consultationBtns li.lCol {
	width: 104px;
	flex-shrink: 0;
	box-sizing: border-box;
	border-radius: 6px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.consultationBtns li.lCol a {
	display: block;
	height: 50px;
	padding: 15px 16px;
	border-radius: 6px;
	border: 1px solid var(--primary-pink, #e4007f);
	background-color: var(--white, #fff);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	color: var(--primary-pink, #e4007f);
	font-family: var(--font-title-sub, "Hiragino Kaku Gothic ProN", sans-serif);
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
.consultationBtns li.lCol a:active {
	opacity: 0.3;
}
.consultationBtns li.lCol a span {
	line-height: 21px;
}
.consultationBtns li.rCol {
	width: 100%;
	float: none;
	-webkit-tap-highlight-color: transparent;
}
.consultationBtns li.rCol:active {
	opacity: 0.3;
}
.consultationBtns li.rCol a {
	border-radius: 6px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	font-size: 14px;
	text-decoration: none;
	padding: 14px 15px 5px;
	padding-left: 40px;
	-webkit-tap-highlight-color: transparent;
}
.consultationBtns li.rCol a:active {
	opacity: 0.3;
}
.consultationBtns li a.btnPink {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 8px 16px;
	gap: 8px;
	border-radius: 6px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	font-weight: 700;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
.consultationBtns li a.btnPink:active {
	opacity: 0.3;
}
.consultationBtns li a.btnPink::before {
	display: block;
	content: "";
	width: 36px;
	height: 36px;
	background-image: url("/s/navi/images/naviTop/txt_1min.png");
	background-size: 36px 36px;
	background-repeat: no-repeat;
}
.consultationBtns .btnFukidashi {
	position: absolute;
	top: -18px;
	right: 8px;
	padding: 4px 6px;
	border-radius: 6px;
	border: 1px solid var(--primary-pink, #e4007f);
	background-color: var(--white, #fff);
	color: var(--primary-pink, #e4007f);
	font-size: 10px;
	font-weight: 700;
	line-height: 15px;
	-webkit-tap-highlight-color: transparent;
}
.consultationBtns .btnFukidashi:active {
	opacity: 0.3;
}
.consultationBtns .btnFukidashi::after {
	position: absolute;
	bottom: -7px;
	right: 10px;
	display: block;
	content: "";
	width: 12px;
	height: 7px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAVCAYAAAAuJkyQAAAAAXNSR0IArs4c6QAAAl5JREFUSA29ls9rE1EQx7+zyU2l4KVs1n/BmzfRo1VbqKCXgoLgwR+gguDJthtPvSkIRfAQkNJSsCjiwYOHSkUlXqIHpRVBI0krJmmamJputrvP2c1u+kxDkk1WF8KbzHtvvh9m9s0+ykAX8B5NxH2zr9FM/UD+SAL2Zs2LQ4sa1CHCRbNTYKXTgqDzdvYXCiNzMsyXfcCZbmAcrWhQwXbrxabpwlirZW8ZFQmRkQFMrLfbJ8+FB2QJFMcWUHu/5sOYEdBpFRMrsmAnO7SSla4/R/XZjjYBl1Toi50AmudDAarceYvK9DspNk1piCckR9dm30DVR59QvvmiIUigeQ36rYYjoNEXUG0pjeK5xxC27coyzKsY9p/nsdFKAvKgZ6DtjzkURuchjG0fZnkvcIpwzQgKIa/v6ZRZ6RLyQzOwN6peLFojRI8PYLzr4y1DyHZgIDv3G4VjM7Cy9V7D5SlHoZwYxHhaDtyrHahkomSgwJkxP+c9PTI4wOggJj/0CtC8r+sMiUoNhZOzqKXqjY8zY/FvjHvNy+ag/fzvKkPuJ2F4Dsab766Wc4oE6EIM+pN+xFvt7QjkZmZ4FsbSN2k/XT0A/aHkCM1sWzKxXkXeKVMy0xBUoNzgzEw3HCEbnCHyLy3AVr2nOBrW1w3kDidawdwNmeGvcE7JUr6nci8J5yRtPV3Bz0MPYC7n3Cl+Z7gV02XOzD+FccQoi/ikgLjtQ+0eyYgAZ1XEF3bPhe9RYlCnmCvZOjRlGObo/4JxGBTnaqmxKJtXuDSvGW6Vx7ICur8HOMgw8r2iNXeI3j9YeMaplCSi0gAAAABJRU5ErkJggg==");
	background-size: 12px 7px;
}

a.btnOrage span::before {
	content: none;
}

.fixMenu {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 8px 20px;
	background: rgba(255, 255, 255, 0.7);
	z-index: 999;
	transition: 300ms linear;
	transform: translate(0, 0);
	opacity: 0;
	visibility: hidden;
}
.fixMenu.is-shown {
	opacity: 1;
	visibility: visible;
}
.fixMenu.is-hidden {
	opacity: 0;
}
.fixMenu.is-animation::after,
.fixMenu.is-animation::before {
	opacity: 1;
	transform: translateY(0);
}
.fixMenu::before,
.fixMenu::after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.3s ease;
	transform: translateY(5px);
	z-index: 1000;
}
.fixMenu::before {
	top: -12px;
	right: 28px;
	display: inline-block;
	content: attr(data-shopname);
	position: absolute;
	padding: 4px 6px;
	border-radius: 6px;
	border: 1px solid var(--primary-pink, #e4007f);
	background-color: var(--white, #fff);
	color: var(--primary-pink, #e4007f);
	font-size: 10px;
	font-weight: 700;
	line-height: 15px;
}
.fixMenu::after {
	position: absolute;
	top: 12px;
	right: 40px;
	display: block;
	content: "";
	width: 12px;
	height: 7px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAVCAYAAAAuJkyQAAAAAXNSR0IArs4c6QAAAl5JREFUSA29ls9rE1EQx7+zyU2l4KVs1n/BmzfRo1VbqKCXgoLgwR+gguDJthtPvSkIRfAQkNJSsCjiwYOHSkUlXqIHpRVBI0krJmmamJputrvP2c1u+kxDkk1WF8KbzHtvvh9m9s0+ykAX8B5NxH2zr9FM/UD+SAL2Zs2LQ4sa1CHCRbNTYKXTgqDzdvYXCiNzMsyXfcCZbmAcrWhQwXbrxabpwlirZW8ZFQmRkQFMrLfbJ8+FB2QJFMcWUHu/5sOYEdBpFRMrsmAnO7SSla4/R/XZjjYBl1Toi50AmudDAarceYvK9DspNk1piCckR9dm30DVR59QvvmiIUigeQ36rYYjoNEXUG0pjeK5xxC27coyzKsY9p/nsdFKAvKgZ6DtjzkURuchjG0fZnkvcIpwzQgKIa/v6ZRZ6RLyQzOwN6peLFojRI8PYLzr4y1DyHZgIDv3G4VjM7Cy9V7D5SlHoZwYxHhaDtyrHahkomSgwJkxP+c9PTI4wOggJj/0CtC8r+sMiUoNhZOzqKXqjY8zY/FvjHvNy+ag/fzvKkPuJ2F4Dsab766Wc4oE6EIM+pN+xFvt7QjkZmZ4FsbSN2k/XT0A/aHkCM1sWzKxXkXeKVMy0xBUoNzgzEw3HCEbnCHyLy3AVr2nOBrW1w3kDidawdwNmeGvcE7JUr6nci8J5yRtPV3Bz0MPYC7n3Cl+Z7gV02XOzD+FccQoi/ikgLjtQ+0eyYgAZ1XEF3bPhe9RYlCnmCvZOjRlGObo/4JxGBTnaqmxKJtXuDSvGW6Vx7ICur8HOMgw8r2iNXeI3j9YeMaplCSi0gAAAABJRU5ErkJggg==");
	background-size: 12px 7px;
}
.fixMenu .consultationBtns {
	display: flex;
	margin: 0;
}
.fixMenu .btnList.double {
	display: flex;
	margin: 0;
	width: 100%;
	justify-content: center;
}
.fixMenu .btnList.double > .shoplist,
.fixMenu .btnList.double > .web {
	height: 50px;
}
.fixMenu .btnList.double > .shoplist {
	width: 104px;
	border-radius: 6px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	flex-shrink: 0;
}
.fixMenu .btnList.double > .shoplist a {
	display: block;
	height: 50px;
	padding: 15px 16px;
	border-radius: 6px;
	border: 1px solid var(--primary-pink, #e4007f);
	background-color: var(--white, #fff);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	color: var(--primary-pink, #e4007f);
	font-family: var(--font-title-sub, "Hiragino Kaku Gothic ProN", sans-serif);
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
.fixMenu .btnList.double > .shoplist a:active {
	opacity: 0.3;
}
.fixMenu .btnList.double > .web {
	/* padding-left: 6px; */
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
}
.fixMenu .btnList.double > .web a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	padding: 8px 16px;
	gap: 8px;
	color: var(--white, #fff);
	background-color: var(--primary-pink, #e4007f);
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	text-decoration: none;
	border-radius: 6px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	font-family: "Noto Sans JP", sans-serif;
	border: 0;
	-webkit-tap-highlight-color: transparent;
}
.fixMenu .btnList.double > .web a:active {
	opacity: 0.3;
}
.fixMenu .btnList.double > .web a::before {
	display: block;
	content: "";
	width: 36px;
	height: 36px;
	background-image: url("/s/navi/images/naviTop/txt_1min.png");
	background-size: 36px 36px;
	background-repeat: no-repeat;
}
.fixMenu .btnList.double > .web .btnReserveWeb__text::before {
	display: block;
	font-size: 8px;
	position: relative;
	top: -1px;
	padding-bottom: 2px;
}
.fixMenu .btnList.double > .web .btnReserveWeb__em {
	letter-spacing: 1px;
	font-size: 16px;
}
.fixMenu .btnList.double > .web .btnReserveWeb {
	padding-left: 14px;
	background-color: var(--primary-pink, #e4007f);
}
.fixMenu .btnList.double > .web .btnReserveWeb__text {
	padding-left: 0;
}

.sectionBlock.Temporary_Notice {
	background-color: #f6f6f6;
	color: #595959;
	font-family: "Noto Sans JP", sans-serif;
}

.xy-naviTop_new .sectionBlock .section__title {
	margin: 0;
	padding: 0 20px;
	text-align: left;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 20px;
}

.noticeList {
	padding: 44px 20px 44px 30px;
}

.noticeList li {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 8px;
	text-indent: -1em;
}

.noticeList li::before {
	content: '・';
	line-height: 1;
}

.noticeList li:first-child:before {
	content: none;
}

.noticeList .noticeList__item {
	font-size: 12px;
	line-height: 18px;
	list-style-type: none;
	text-indent: -1rem;
}

.noticeList__emphasis {
	font-weight: 700;
	font-style: normal;
}

.xy-naviTop_new .sectionBlock .section__titleBox {
	margin-bottom: 18px;
}

.knowleadge__name {
	position: relative;
	padding: 16px;
	border-bottom: 1px solid #e7e7e7;
	font-size: 16px;
	text-align: left;
	color: #595959;
	line-height: 20px;
}
.knowleadge__name::after {
	position: absolute;
	top: 15px;
	right: 4%;
	width: 16px;
	height: 16px;
	content: "";
	background: url("/s/navi/images/naviTop/icon_down.png") no-repeat center center;
	background-size: contain;
	vertical-align: middle;
	transition: 0.2s;
}
.knowleadge__name:nth-child(1) {
	border-top: 1px solid #e7e7e7;
}
.knowleadge__content__lists {
	display: none;
}
.knowleadge__content__list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	border-bottom: 1px solid #e7e7e7;
	font-weight: 700;
}
.knowleadge__content__listLink {
	position: static;
	width: 90%;
	padding: 16px;
	text-align: left;
	color: #595959;
	line-height: 18px;
	text-decoration: none;
}
.knowleadge__content__listLink:visited {
	color: #595959;
}
.knowleadge__content__listAfter {
	position: absolute;
	top: 40%;
	right: 5%;
	height: 14px;
	width: 8px;
}
.knowleadge__box .arrowRotate {
	background-color: #fdecee;
	color: #aaa;
}
.knowleadge__nameText {
	font-size: 10px;
}

.onlineSoudanBanner__areaList {
	display: block;
	padding: 24px 16px;
}

.onlineSoudanBannerImg__areaList {
	width: 100%;
	height: auto;
}

.onlineSoudanCassette {
	display: flex;
	flex-direction: column;
	padding: 16px;
	background-color: var(--Gold-Bg, #f6f1e8);
	color: var(--black-strong, #202020);
	border-radius: 24px;
	position: relative;
}

.onlineSoudanCassette__head {
	display: flex;
	justify-content: center;
	/* gap: 8px; */
	color: var(--black-strong, #202020);
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	flex-direction: column;
}

.onlineSoudanCassette__head p {
	font-weight: 600;
}

.onlineSoudanCassette__head span {
	display:block;
}

.onlineSoudanCassette__head .fs10 {
	font-size: 10px;
}
.onlineSoudanCassette__head .fs20 {
	font-size: 20px;
}

.onlineSoudanCassette__head::before,
.onlineSoudanCassette__head::after {
	content: "";
	display: inline-block;
	width: 17px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 14%;
}
/* .onlineSoudanCassette__head::before,
.onlineSoudanCassette__head::after {
	content: "";
	display: inline-block;
	width: 17px;
	height: 24px;
	background-size: 17px auto;
	background-repeat: no-repeat;
	background-position: center 30px;
} */

.onlineSoudanCassette__head::before {
	background-image: url("/s/navi/images/naviTop/img_line_l.png");
	left: 25%;
}
.onlineSoudanCassette__head::after {
	background-image: url("/s/navi/images/naviTop/img_line_r.png");
	right: 25%;
}
.onlineSoudanCassette__recommendation {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 8px;
	font-size: 12px;
	line-height: 18px;
	padding: 16px;
	background-color: var(--white, #fff);
	border-radius: 12px;
}
.onlineSoudanCassette__recommendHead {
	text-align: center;
	color: var(--txt-gold, #c09c5e);
	font-weight: 700;
}
.onlineSoudanCassette__recommendList {
	display: flex;
	flex-direction: column;
	padding: 3px 0;
	gap: 12px;
	background: url("/s/navi/images/naviTop/img_online.png") no-repeat;
	background-position: top 0 right 0;
	background-size: contain;
}
.onlineSoudanCassette__recommendItem {
	display: flex;
	gap: 8px;
	align-items: center;
	color: var(--black-strong, #202020);
	font-size: 12px;
	line-height: 18px;
}
.onlineSoudanCassette__recommendItem::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 14px;
	background: url("/s/navi/images/naviTop/icon_check_gold.png") no-repeat;
	background-size: contain;
}
.onlineSoudanCassette__recommendAnnotation {
	color: var(--gray-strong, #8d8d8d);
	font-size: 10px;
	line-height: 15px;
	text-align: left;
}
.onlineSoudanCassette__button,
.onlineSoudanCassette__link {
	-webkit-tap-highlight-color: transparent;
}
.onlineSoudanCassette__button:active,
.onlineSoudanCassette__link:active {
	opacity: 0.3;
}
.onlineSoudanCassette__button {
	display: block;
	margin-top: 16px;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	border-radius: 6px;
	text-align: center;
	background-color: var(--white, #fff);
	border: 1px solid var(--gray-light, #e7e7e7);
	padding: 12px 16px;
	text-decoration: none;
	color: var(--black-strong, #202020);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.onlineSoudanCassette__link {
	display: inline-block;
	margin: 12px auto 0;
	padding-block: 4px;
	font-size: 12px;
	line-height: 18px;
	color: var(--txt-blue, #3985d0);
	text-decoration: none;
}
.xy-naviTop-fv {
	padding-bottom: 24px;
}
.xy-naviTop-fv__titleArea {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px 10px;
	gap: 16px;
	background-color: var(--ZexyPink-Bg, #fdecee);
}
.xy-naviTop-fv__titleArea::before {
	position: absolute;
	content: "";
	right: 6px;
	bottom: 140px;
	width: 76px;
	height: 76px;
	background-image: url("/s/navi/images/naviTop/txt_free.png");
	background-size: 76px auto;
	background-repeat: no-repeat;
	background-position: center;
}
.xy-naviTop-fv__visual {
	/* width: calc((370 / 390) * 100vw); */
	/* height: calc((200 / 390) * 100vw); */
	border-radius: 24px;
}
.xy-naviTop-fv__mainText {
	display: flex;
}
/* .xy-naviTop-fv__mainText__image {
	width: calc((305 / 390) * 100vw);
	height: calc((72 / 390) * 100vw);
} */
.xy-naviTop-fv__salesArea {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 20px;
}
.xy-naviTop-fv__salesArea::before {
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	height: 40px;
	background-image: url("/s/navi/images/naviTop/bg_main.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.xy-naviTop-fv__salesMain {
	z-index: 5;
}
.xy-naviTop-fv__salesPoint {
	position: relative;
	display: flex;
	margin-top: 28px;
	gap: 40px;
}
.xy-naviTop-fv__salesPoint::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	width: 1px;
	height: 42px;
	background-color: var(--gray-light, #e7e7e7);
	transform: translateY(-50%);
}
.xy-naviTop-fv__salesPoint__list {
	display: flex;
}
.xy-naviTop-fv__reserveArea {
	margin: 28px 20px 0;
}
.xy-naviTop-fv__onlineArea {
	display: flex;
	margin: 24px 20px 0;
	padding: 24px 24px 20px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 24px;
	background: var(--Gold-Bg, #f6f1e8);
}
.xy-naviTop-fv__onlineTitle {
	display: flex;
	gap: 16px;
	color: var(--black-strong, #202020);
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 23px;
}
.xy-naviTop-fv__onlineTitle::before,
.xy-naviTop-fv__onlineTitle::after {
	content: "";
	display: inline-block;
	width: 17px;
	height: 24px;
	background-size: 17px auto;
	background-repeat: no-repeat;
	background-position: center;
}
.xy-naviTop-fv__onlineTitle::before {
	background-image: url("/s/navi/images/naviTop/img_line_l.png");
}
.xy-naviTop-fv__onlineTitle::after {
	background-image: url("/s/navi/images/naviTop/img_line_r.png");
}
.xy-naviTop-fv__onlineCheck {
	display: flex;
	padding: 12px 16px;
	justify-content: center;
	align-items: center;
	margin-top: 16px;
	width: 100%;
	color: var(--Base-Deep, #595959);
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	text-decoration: none;
	border-radius: 6px;
	border: 1px solid var(--gray-light, #e7e7e7);
	background: var(--white, #fff);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-tap-highlight-color: transparent;
}
.xy-naviTop-fv__onlineCheck:active {
	opacity: 0.3;
}
.xy-naviTop-fv__aboutOnline {
	display: block;
	margin-top: 12px;
	padding: 4px 0;
	color: var(--txt-blue, #3985d0);
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
.xy-naviTop-fv__aboutOnline:active {
	opacity: 0.3;
}

.xy-gTop-noticeInfo {
	display: block;
	margin: 0 20px 24px;
	overflow-y: auto;
	height: -moz-fit-content;
	height: fit-content;
}
.xy-gTop-noticeInfo::-webkit-scrollbar {
	display: none;
}
.xy-gTop-noticeInfo__item {
	width: 100%;
	color: var(--Base-Deep, #595959);
	background-color: var(--Base-Bg, #f8f8f8);
	border-radius: 6px;
	padding: 8px 8px 8px 22px;
	position: relative;
	box-sizing: border-box;
}
.xy-gTop-noticeInfo__itemHead {
	width: 100%;
	text-align: left;
	font-size: 10px;
	line-height: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	outline: none;
	cursor: pointer;
	list-style: none;
	-webkit-tap-highlight-color: transparent;
}
.xy-gTop-noticeInfo__itemHead:active {
	opacity: 0.3;
}
.xy-gTop-noticeInfo__itemHead::before {
	content: "";
	position: absolute;
	left: 8px;
	top: 16px;
	font-size: 10px;
	transform: translateY(-50%);
	content: "\e014";
}
.xy-gTop-noticeInfo__itemHead.is-opened::before {
	content: "\e017";
}
.xy-gTop-noticeInfo__itemHead::-webkit-details-marker {
	display: none;
}
.xy-gTop-noticeInfo__itemContent {
	display: none;
	padding-top: 4px;
	color: var(--gray-strong, #8d8d8d);
	font-size: 10px;
	line-height: 15px;
	box-sizing: border-box;
}

.xy-naviTop-merit {
	padding: 44px 20px;
	background-color: var(--ZexyPink-Bg, #fdecee);
}
.xy-naviTop-merit__title {
	display: flex;
	flex-direction: column;
	gap: 4px;
	color: var(--black-strong, #202020);
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 2px;
	font-family: var(--font-title, "Noto Sans JP", sans-serif);
}
.xy-naviTop-merit__title.-sub {
	display: block;
	color: var(--primary-pink-ph2, #ea6077);
	text-align: center;
	font-size: 10px;
	font-weight: 300;
	line-height: 15px;
	letter-spacing: 2.5px;
	font-family: var(--font-title-sub, "Hiragino Kaku Gothic ProN", sans-serif);
}
.xy-naviTop-merit__list {
	display: flex;
	flex-direction: column;
	margin-top: 24px;
	gap: 16px;
}
.xy-naviTop-merit__listItem {
	display: flex;
	padding: 24px;
	flex-direction: column;
	justify-content: center;
	border-radius: 12px;
	background-color: var(--white, #fff);
}
.xy-naviTop-merit__listTitle {
	color: var(--primary-pink-ph2, #ea6077);
	font-size: 16px;
	font-weight: 700;
	line-height: 23px;
}
.xy-naviTop-merit__listImage {
	margin-top: 16px;
	width: 100%;
	height: auto;
	border-radius: 6px;
	flex-shrink: 0;
}
.xy-naviTop-merit__listText {
	margin-top: 16px;
	color: var(--black-strong, #202020);
	font-size: 14px;
	line-height: 21px;
}
.xy-naviTop-merit__listText.-annotation {
	vertical-align: top;
	margin: 0;
	color: var(--gray-strong, #8d8d8d);
	font-size: 8px;
	line-height: 12px;
}
.xy-naviTop-merit__listText .underline-pink {
	font-weight: 600;
	background: linear-gradient(transparent 75%, #fdecee 75%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/* background-position: 0 calc(-2px); */
}
.xy-naviTop-merit__listLink {
	display: flex;
	margin: 4px auto 0;
	padding: 4px 0;
	color: var(--txt-blue, #3985d0);
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
.xy-naviTop-merit__listLink:active {
	opacity: 0.3;
}
.xy-naviTop-merit__listLink.-annotation {
	margin: 0;
	font-size: 8px;
	line-height: 12px;
}
.xy-naviTop-merit__listAnnotationText {
	margin-top: 12px;
	color: var(--gray-strong, #8d8d8d);
	font-size: 10px;
	font-weight: 300;
	line-height: 15px;
}

.xy-naviTop-worries {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 44px 20px;
	background-color: var(--white, #fff);
}
.xy-naviTop-worries__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}
.xy-naviTop-worries__subTitle {
	display: block;
	color: var(--black-strong, #202020);
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 2.5px;
}
.xy-naviTop-worries__mainTitle {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--black-strong, #202020);
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 2px;
	font-family: var(--font-title, "Noto Sans JP", sans-serif);
}
.xy-naviTop-worries__mainTitle::before,
.xy-naviTop-worries__mainTitle::after {
	content: "";
	display: inline-block;
	width: 17px;
	height: 24px;
	background-size: 17px auto;
	background-repeat: no-repeat;
	background-position: center;
}
.xy-naviTop-worries__mainTitle::before {
	background-image: url("/s/navi/images/naviTop/img_line_l_primary.png");
}
.xy-naviTop-worries__mainTitle::after {
	background-image: url("/s/navi/images/naviTop/img_line_r_primary.png");
}
.xy-naviTop-worries__list {
	display: flex;
	margin-top: 24px;
	padding: 24px;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	border-radius: 12px;
	background-color: var(--ZexyPink-Bg, #fdecee);
}
.xy-naviTop-worries__listItem {
	display: flex;
	gap: 8px;
	color: var(--black-strong, #202020);
	font-size: 14px;
	line-height: 21px;
}
.xy-naviTop-worries__listItem::before {
	content: "";
	display: block;
	margin-top: 4px;
	width: 16px;
	height: 14px;
	background-image: url("/s/navi/images/naviTop/icon_check_pink.png");
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: center;
}
.xy-naviTop-worries__reserveButton {
	margin-top: 28px;
	width: 100%;
}

.xy-naviTop-reassurance {
	padding: 44px 20px;
	background-color: var(--ZexyPink-Bg, #fdecee);
}
.xy-naviTop-reassurance__title {
	display: flex;
	flex-direction: column;
	gap: 4px;
	color: var(--black-strong, #202020);
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 2px;
	font-family: var(--font-title, "Noto Sans JP", sans-serif);
}
.xy-naviTop-reassurance__title.-sub {
	display: block;
	color: var(--primary-pink-ph2, #ea6077);
	text-align: center;
	font-size: 10px;
	font-weight: 300;
	line-height: 15px;
	letter-spacing: 2.5px;
	font-family: var(--font-title-sub, "Hiragino Kaku Gothic ProN", sans-serif);
}
.xy-naviTop-reassurance__list {
	display: flex;
	flex-direction: column;
	margin-top: 24px;
	gap: 20px;
}
.xy-naviTop-reassurance__listItem {
	display: flex;
	padding: 24px;
	flex-direction: column;
	justify-content: center;
	gap: 16px;
	border-radius: 12px;
	background-color: var(--white, #fff);
}
.xy-naviTop-reassurance__listTitle {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--primary-pink-ph2, #ea6077);
	font-size: 16px;
	font-weight: 700;
	line-height: 23px;
}
.xy-naviTop-reassurance__listTitle.-free::before,
.xy-naviTop-reassurance__listTitle.-beginner::before,
.xy-naviTop-reassurance__listTitle.-thinking::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background-size: 40px auto;
	background-repeat: no-repeat;
	background-position: center;
}
.xy-naviTop-reassurance__listTitle.-free::before {
	background-image: url("/s/navi/images/naviTop/icon_reassurance01.png");
}
.xy-naviTop-reassurance__listTitle.-neutral::before {
	display: block;
	font-size: 40px;
	font-weight: 300;
	line-height: 40px;
	color: var(--primary-pink-ph2, #ea6077);
	content: "\e03f";
}
.xy-naviTop-reassurance__listTitle.-beginner::before {
	background-image: url("/s/navi/images/naviTop/icon_reassurance03.png");
}
.xy-naviTop-reassurance__listTitle.-thinking::before {
	background-image: url("/s/navi/images/naviTop/icon_reassurance04.png");
}
.xy-naviTop-reassurance__listText {
	color: var(--black-strong, #202020);
	font-size: 14px;
	line-height: 21px;
}

.xy-naviTop-thinking {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 44px 20px;
	background:
		linear-gradient(
			180deg,
			#f5fcff 35.5%,
			rgba(245, 252, 255, 0.6) 58.5%,
			rgba(255, 255, 255, 0) 100%,
			rgba(255, 255, 255, 0) 100%
		),
		var(--white, #fff);
}
.xy-naviTop-thinking:has(.xy-naviTop-thinking__aboutBrand) {
	padding: 44px 20px 40px;
}
.xy-naviTop-thinking__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	width: 350px;
	height: 60px;
}
.xy-naviTop-thinking__visual {
	margin-top: 16px;
	width: calc((350 / 390) * 100vw);
	height: calc((220 / 390) * 100vw);
	border-radius: 6px;
}
.xy-naviTop-thinking__reserveButton {
	margin-top: 20px;
	width: 100%;
}
.xy-naviTop-thinking__onlineCassette {
	/* margin-top: 24px; */
	/* width: 100%; */
	margin: 24px 15px 0;
}
.xy-naviTop-thinking__aboutBrand {
	display: block;
	margin-top: 40px;
	padding: 4px 0;
	color: var(--black-strong, #202020);
	font-size: 10px;
	line-height: 15px;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
.xy-naviTop-thinking__aboutBrand:active {
	opacity: 0.3;
}

.xy-naviTop-flow {
	padding: 44px 20px;
	background-color: var(--white, #fff);
}
.xy-naviTop-flow__title {
	display: flex;
	flex-direction: column;
	gap: 6px;
	color: var(--black-strong, #202020);
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 2px;
	font-family: var(--font-title, "Noto Sans JP", sans-serif);
}
.xy-naviTop-flow__title.-sub {
	display: block;
	color: var(--primary-pink-ph2, #ea6077);
	text-align: center;
	font-size: 10px;
	font-weight: 300;
	line-height: 15px;
	letter-spacing: 2.5px;
	font-family: var(--font-title-sub, "Hiragino Kaku Gothic ProN", sans-serif);
}
.xy-naviTop-flow__list {
	display: flex;
	flex-direction: column;
	margin-top: 24px;
	gap: 16px;
}
.xy-naviTop-flow__listItem {
	display: flex;
	padding: 24px;
	flex-direction: column;
	justify-content: center;
	border-radius: 12px;
	background-color: var(--ZexyPink-Bg, #fdecee);
}
.xy-naviTop-flow__listTitle {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--primary-pink-ph2, #ea6077);
	font-size: 16px;
	font-weight: 700;
	line-height: 23px;
}
.xy-naviTop-flow__listTitle.-num {
	padding: 0 4px;
	text-align: center;
	font-family: Quicksand, sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
}
.xy-naviTop-flow__listItem:nth-of-type(3) .xy-naviTop-flow__listTitle.-num {
	width:93px;
	padding: 0;
}
.xy-naviTop-flow__listImage {
	margin-top: 16px;
	width: 100%;
	height: auto;
	border-radius: 6px;
	flex-shrink: 0;
}
.xy-naviTop-flow__listText {
	margin-top: 16px;
	color: var(--black-strong, #202020);
	font-size: 14px;
	line-height: 21px;
}
.xy-naviTop-flow__listText.-link {
	display: inline-block;
	margin-top: 0;
	color: var(--txt-blue, #3985d0);
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
.xy-naviTop-flow__listText.-link:active {
	opacity: 0.3;
}
.xy-naviTop-flow__listAnnotationText {
	margin-top: 8px;
	color: var(--gray-strong, #8d8d8d);
	font-size: 10px;
	font-weight: 300;
	line-height: 15px;
}

.xy-naviTop-consultation {
	display: flex;
	padding: 44px 20px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: var(--white, #fff);
}
.xy-naviTop-consultation__title {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--black-strong, #202020);
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 2px;
	font-family: var(--font-title);
}
.xy-naviTop-consultation__title::before,
.xy-naviTop-consultation__title::after {
	content: "";
	display: inline-block;
	width: 17px;
	height: 24px;
	background-size: 17px auto;
	background-repeat: no-repeat;
	background-position: center;
}
.xy-naviTop-consultation__title::before {
	background-image: url("/s/navi/images/naviTop/img_line_l_primary.png");
}
.xy-naviTop-consultation__title::after {
	background-image: url("/s/navi/images/naviTop/img_line_r_primary.png");
}
.xy-naviTop-consultation__linkArea {
	display: flex;
	flex-direction: column;
	margin-top: 24px;
	gap: 12px;
	width: 100%;
}
.xy-naviTop-consultation__link {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 6px 0;
	gap: 2px;
	width: 100%;
	border: 1px solid var(--primary-pink, #e4007f);
	border-radius: 6px;
	color: var(--primary-pink, #e4007f);
	background-color: var(--white, #fff);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
.xy-naviTop-consultation__link:active {
	opacity: 0.3;
}
.xy-naviTop-consultation__link.-main {
	color: var(--white, #fff);
	background-color: var(--primary-pink, #e4007f);
}
.xy-naviTop-consultation__link::before {
	position: absolute;
	left: 20px;
	font-size: 36px;
	line-height: 36px;
}
.xy-naviTop-consultation__link.-shop::before {
	content: "\e079";
}
.xy-naviTop-consultation__link.-online::before {
	content: "\e04f";
}
.xy-naviTop-consultation__link.-line,
.xy-naviTop-consultation__link.-phone {
	flex-direction: row;
	justify-content: center;
	padding: 6px 0 6px 44px;
}
.xy-naviTop-consultation__link.-line::before {
	content: "\e066";
}
.xy-naviTop-consultation__link.-phone::before {
	content: "\e06a";
}
.xy-naviTop-consultation__link__text {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
}
.xy-naviTop-consultation__link__text.-sub {
	font-size: 10px;
	line-height: 15px;
}
.xy-naviTop-consultation__link__sub {
	font-size: 10px;
	line-height: 15px;
}
.xy-naviTop-consultation__list {
	display: flex;
	gap: 6px;
}
.xy-naviTop-consultation__listItem {
	width: 100%;
}

.xy-naviTop-question {
	padding: 44px 20px 36px;
	background-color: var(--ZexyPink-Bg, #fdecee);
}
.xy-naviTop-question__title {
	display: flex;
	flex-direction: column;
	gap: 4px;
	color: var(--black-strong, #202020);
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 2px;
	font-family: var(--font-title);
}
.xy-naviTop-question__title.-sub {
	display: block;
	color: var(--primary-pink-ph2, #ea6077);
	text-align: center;
	font-size: 10px;
	font-weight: 300;
	line-height: 15px;
	letter-spacing: 2.5px;
	font-family: var(--font-title-sub, "Hiragino Kaku Gothic ProN", sans-serif);
}
.xy-naviTop-question__list {
	display: flex;
	flex-direction: column;
	margin-top: 24px;
	gap: 16px;
}
.xy-naviTop-question__listItem {
	display: flex;
	padding: 24px;
	flex-direction: column;
	justify-content: center;
	gap: 16px;
	border-radius: 12px;
	background-color: var(--white, #fff);
}
.xy-naviTop-question__listTitle {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	color: var(--primary-pink-ph2, #ea6077);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
.xy-naviTop-question__listTitle::before {
	content: "Q";
	margin-top: 1px;
	font-size: 22px;
	font-weight: 300;
	line-height: 22px;
}
.xy-naviTop-question__listText {
	color: var(--black-strong, #202020);
	font-size: 14px;
	line-height: 21px;
}
.xy-naviTop-question__anotherQuestion {
	display: block;
	margin: 16px auto 0;
	padding: 8px 0;
	width: -moz-fit-content;
	width: fit-content;
	color: var(--txt-blue, #3985d0);
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
.xy-naviTop-question__anotherQuestion:active {
	opacity: 0.3;
}

#contents #footer .utility {
	margin-top: 0;
}

.naviTop_online__container .xy-naviTop-fv__reserveArea a:link,
.naviTop_online__container .xy-naviTop-fv__reserveArea a:visited,
.naviTop_online__container .xy-naviTop-fv__reserveArea a:hover,
.naviTop_online__container .xy-naviTop-fv__reserveArea a:active {
	color: #fff;
    text-decoration: none;
}

div#footer div.utility {
	margin-top: 0;
}

div#footer div#staticContentsFooter ul li {
	font-size: 11px;
}

.naviTop_online__container a:link,
.naviTop_online__container a:visited {
	color: var(--txt-blue, #3985d0);
}

.naviTop_online__pcBackground .xy-naviTop-fv__reserveArea {
	width: 360px;
	margin:28px 15px 0;
}

.naviTop_online__container .content a {
	text-decoration: none;
}
