/* リキッドレイアウト対応 */

body {
	color: #1A1A1A;
	font-family: "Noto Sans JP", sans-serif;
}

a:hover {
	color: inherit;
}

.u-desktop {
	display: none;
}

html.is-fixed {
	overflow: hidden;
}

html {
	font-size: 16px;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

body {
	margin: 0;
}

.body {
	box-sizing: border-box;
}

.body * {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

a.btn {
	border: 1px solid #DFB1B6;
	border-radius: 0;
	display: inline-block;
	padding: 0;
	text-align: center;
	width: 100%;
}

.btnText {
	color: #DFB1B6;
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	padding: 1rem 1rem;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s;
}

.btnText::before {
	background-color: #DFB1B6;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s;
	width: 0%;
	z-index: -1;
}

.c-btn {
	background-color: black;
	color: yellow;
	padding: 0.625rem 2.5rem;
}

.hamburger {
	background-color: #B79539;
	cursor: pointer;
	height: 3.125rem;
	max-width: 3.125rem;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.3s;
	width: 100%;
	z-index: 10;
}

.hamburger:hover {
	opacity: 0.8;
}

.hamburger span {
	background-color: #fff;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	width: 2.5rem;
}

.hamburger span:nth-child(1) {
	top: calc(50% - 0.625rem);
}

.hamburger span:nth-child(2) {
	top: 50%;
}

.hamburger span:nth-child(3) {
	top: calc(50% + 0.625rem);
}

.hamburger.is-active span:nth-child(1) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.text {
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.ttl.--center {
	text-align: center;
}

.ttl_en {
	color: #334766;
	font-family: "Montserrat", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.25;
}

.ttl_ja {
	color: #B79539;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.concepts {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.concepts_block {
	display: flex;
	flex-direction: column;
}

.concepts_block + .concepts_block {
	margin-top: 4.375rem;
}

.concepts_content {
	display: contents;
}

.concepts_title {
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.3333333333;
}

.concepts_title .color {
	color: #1877BE;
	display: inline;
}

.concepts_en {
	color: #B79539;
	font-family: "Montserrat", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-top: 0.625rem;
	padding-left: 1.875rem;
	position: relative;
}

.concepts_en::before {
	background-color: #B79539;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: 0.5em;
	transform: translateY(-50%);
	width: 1.25rem;
}

.concepts_text {
	margin-top: 1.25rem;
	order: 1;
}

.concepts_img {
	margin-top: 1.875rem;
	position: relative;
}

.concepts_imgText {
	font-family: "Licorice", cursive;
	font-size: 1.875rem;
	left: -0.4375rem;
	letter-spacing: 0.06em;
	position: absolute;
	top: -0.625rem;
	transform: rotate(-9.11deg);
}

.concepts_imgText .number {
	display: inline;
	font-size: 3.125rem;
}

.guide {
	overflow: hidden;
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
	position: relative;
}

.guide::before {
	background-color: #F4F9FA;
	content: "";
	display: none;
	height: 50rem;
	left: 0;
	position: absolute;
	top: 12.5rem;
	width: 100%;
	z-index: -1;
}

.guide_lead {
	margin-top: 2rem;
}

.guide_blocks {
	margin-top: 3.75rem;
}

.guide_block + .guide_block {
	margin-top: 3.125rem;
}

.guide_subtitle {
	border-left: 1px solid #1877BE;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	padding-left: 0.625rem;
}

.guide_subtitle .color {
	color: #1877BE;
	display: inline;
}

.guide_en {
	color: #B79539;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 2;
}

.guide_text {
	margin-top: 1.25rem;
}

.guide_img {
	margin-top: 1.875rem;
}

.guide_gallery {
	margin-left: calc(50% - 50vw);
	margin-top: 6.25rem;
	width: 100vw;
}

.guide_cards {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	margin-top: 6.25rem;
}

.guide_card {
	border: 0.0625rem solid #DFB1B6;
	padding-bottom: 2.5rem;
	position: relative;
}

.guide_illust1 {
	left: -1.875rem;
	position: absolute;
	top: -1.75rem;
	width: 5rem;
}

.guide_illust2 {
	position: absolute;
	right: -1.875rem;
	top: 6.875rem;
	width: 2.875rem;
}

.guide_cardTitle {
	font-size: 0.9375rem;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	width: calc(100% - 1.25rem);
	z-index: 1;
}

.guide_cardTitle .color {
	color: #B79539;
	display: inline;
}

.guide_cardTitle::before {
	background-color: #F4E2E4;
	bottom: -0.375rem;
	content: "";
	height: 0.75rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.guide_cardText {
	margin-top: 1.25rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.use {
	background-color: #F4F9FA;
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.use_blocks {
	margin-top: 2.5rem;
}

.use_block {
	padding-bottom: 2.5rem;
	position: relative;
}

.use_block + .use_block {
	margin-top: 1.25rem;
}

.use_block:not(:last-child)::before {
	background: url(https://ananaseyelash.jp/system_panel/uploads/images/border_arrow.png) center center/cover no-repeat;
	bottom: 0;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.use_number {
	align-items: center;
	border: 0.0625rem solid #1877BE;
	border-radius: 50%;
	color: #1877BE;
	display: flex;
	font-family: "Outfit", sans-serif;
	font-size: 1.25rem;
	height: 3.125rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: 3.125rem;
}

.use_content {
	margin-top: 1.25rem;
}

.use_subtitle {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-align: center;
}

.use_text {
	margin-top: 1.25rem;
}

.use_btns {
	grid-gap: 0.625rem 0.75rem;
	display: grid;
	gap: 0.625rem 0.75rem;
	margin-top: 1.25rem;
}

.use_btn {
	height: 2.25rem;
}

.use_btn a {
	align-items: center;
	border: 1px solid;
	display: inline-flex;
	height: 100%;
	justify-content: center;
	position: relative;
	transition: all 0.3s;
	width: 100%;
}

.use_btn a::before {
	-webkit-mask: url(https://ananaseyelash.jp/system_panel/uploads/images/arrow.svg) center center/contain no-repeat;
	background-color: #fff;
	content: "";
	height: 0.5rem;
	mask: url(https://ananaseyelash.jp/system_panel/uploads/images/arrow.svg) center center/contain no-repeat;
	position: absolute;
	right: 0.875rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
	width: 0.6875rem;
}

.use_btnText {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	transition: all 0.3s;
}

.use_btn:nth-child(1) a {
	background-color: #B79539;
	border-color: #B79539;
}

.use_btn:nth-child(1) a:hover {
	background-color: #fff;
}

.use_btn:nth-child(1) a:hover .use_btnText {
	color: #B79539;
}

.use_btn:nth-child(1) a:hover::before {
	background-color: #B79539;
}

.use_btn:nth-child(2) a {
	background-color: #1877BE;
	border-color: #1877BE;
}

.use_btn:nth-child(2) a:hover {
	background-color: #fff;
}

.use_btn:nth-child(2) a:hover .use_btnText {
	color: #1877BE;
}

.use_btn:nth-child(2) a:hover::before {
	background-color: #1877BE;
}

.use_btn:nth-child(3) a,
.use_btn:nth-child(4) a {
	background-color: #06C755;
	border-color: #06C755;
}

.use_btn:nth-child(3) a:hover:hover,
.use_btn:nth-child(4) a:hover:hover {
	background-color: #fff;
}

.use_btn:nth-child(3) a:hover:hover .use_btnText,
.use_btn:nth-child(4) a:hover:hover .use_btnText {
	color: #06C755;
}

.use_btn:nth-child(3) a:hover:hover::before,
.use_btn:nth-child(4) a:hover:hover::before {
	background-color: #06C755;
}

.use_btn:nth-child(5) a,
.use_btn:nth-child(6) a {
	background-color: #DFB1B6;
	border-color: #DFB1B6;
}

.use_btn:nth-child(5) a:hover:hover,
.use_btn:nth-child(6) a:hover:hover {
	background-color: #fff;
}

.use_btn:nth-child(5) a:hover:hover .use_btnText,
.use_btn:nth-child(6) a:hover:hover .use_btnText {
	color: #DFB1B6;
}

.use_btn:nth-child(5) a:hover:hover::before,
.use_btn:nth-child(6) a:hover:hover::before {
	background-color: #DFB1B6;
}

.use_img {
	margin-top: 1.25rem;
}

.use_box {
	border: 1px solid #1877BE;
	margin-top: 2.5rem;
}

.use_boxTitle {
	background-color: #1877BE;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.5555555556;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.use_boxText {
	background-color: #fff;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 2;
	padding: 0.9375rem 1.25rem;
}

.inner {
	height: inherit;
	margin: 0 auto;
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.ba {
	background: url(https://ananaseyelash.jp/system_panel/uploads/images/bg_ba.jpg) center center/cover no-repeat;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.ba_item + .ba_item {
	margin-top: 1.875rem;
}

.ba_item:nth-child(2) {
	margin-left: -20px;
}

.menuContent {
	background-color: #F7F7F7;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.menuContent_box {
	background-color: #fff;
	border: 1px solid #DFB1B6;
	margin-top: 1.25rem;
	padding: 1.25rem;
}

.menuContent_blocks {
	gap: 1.25rem;
}

.menuContent_block + .menuContent_block {
	margin-top: 2.5rem;
}

.mainContent_wrapper {
	margin-top: 1.25rem;
	overflow-x: scroll;
}

.mainContent__wrap {
	min-width: 50rem;
}

.menuContent_blockTitle {
	align-items: center;
	background-color: #DFB1B6;
	display: flex;
	justify-content: space-between;
	line-height: 1.5;
	padding-bottom: 0.625rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.625rem;
}

.menuContent_blockText {
	align-items: center;
	border-bottom: 1px solid #DFB1B6;
	display: flex;
	justify-content: space-between;
	line-height: 1.5;
	padding-bottom: 0.625rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.625rem;
}

.menuContent_t {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.5;
}

.menuContent_t .color {
	color: #B79539;
	display: inline;
}

.menuContent_borderBox {
	background-color: #F8F0F1;
	display: grid;
	margin-top: 1.25rem;
	padding: 0.9375rem 1.25rem;
}

.menuContent_borderText {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.5;
}

.subTitle_en {
	color: #DFB1B6;
	font-family: "Montserrat", sans-serif;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-align: center;
}

.subTitle_ja {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.5;
	text-align: center;
}

.menuContent_block:nth-child(5) .menuContent_t {
	width: 33.3333333333%;
}

.menuContent_block:nth-child(5) .menuContent_t:nth-child(2) {
	text-align: center;
}

.menuContent_block:nth-child(5) .menuContent_t:nth-child(3) {
	text-align: right;
}

.privacy {
	margin-bottom: 3.125rem;
	margin-top: 3.125rem;
}

.privacy_box {
	border: 1px solid #ABA19A;
	padding: 3.125rem 1.25rem;
}

.privacy_box {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.75;
}

.privacy_box .color {
	color: #B79539;
	display: inline-block;
}

.concept {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
	position: relative;
}

.concept_inner {
	position: relative;
	z-index: 1;
}

.concept_items {
	margin-top: 1.875rem;
}

.concept_item:nth-child(2) .concept_img {
	order: -1;
}

.concept_item + .concept_item {
	margin-top: 3.125rem;
}

.concept_text {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 2.2857142857;
}

.concept_text p {
	display: inline;
}

.concept_text p.color {
	color: #D6B08E;
}

.concept_text p.weight {
	font-weight: bold;
}

.concept_subtitle {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.3333333333;
}

.concept_subtitle + .concept_text {
	margin-top: 1.25rem;
}

.concept_img {
	margin-top: 5rem;
	position: relative;
}

.concept_imgText {
	position: absolute;
}

.concept_imgText.--1 {
	right: 1.25rem;
	top: -2.625rem;
	width: 8.75rem;
}

.concept_imgText.--2 {
	left: 0rem;
	top: -3.75rem;
	width: 10.625rem;
}

.concept_btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.1875rem;
	max-width: 15rem;
}

.contact {
	background: url(https://ananaseyelash.jp/system_panel/uploads/images/bg_contact.jpg) center center/cover no-repeat;
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.contact_box {
	background-color: rgba(255, 255, 255, 0.7);
	padding-bottom: 2.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 2.5rem;
}

.contact_txt {
	color: #1A1A1A;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.contact_btns {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	margin-top: 1.875rem;
}

.contact_btn {
	height: 2.8125rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 15.625rem;
	width: 100%;
}

.contact_btn a {
	align-items: center;
	background-color: #06C755;
	border: 1px solid #06C755;
	display: flex;
	gap: 0.3125rem;
	height: 100%;
	justify-content: center;
	transition: all 0.3s;
	width: 100%;
}

.contact_btn a:hover {
	opacity: 1;
}

.contact_btn a:hover {
	background-color: #fff;
}

.contact_btn a:hover .contact_btnText {
	color: #06C755;
}

.contact_btn a img {
	width: 1.1875rem;
}

.contact_btn.hpb a{
	background-color: #DD6886;
	border-color: #DD6886;
}

.contact_btn.hpb a:hover .contact_btnText{
	color: #ebafbe;
}

.contact_btn.--brown a {
	background-color: #B79539;
	border-color: #B79539;
}

.contact_btn.--brown a img {
	filter: brightness(0) invert(1);
}

.contact_btn.--brown a:hover,
.contact_btn.hpb a:hover {
	background-color: #fff;
}

.contact_btn.--brown a:hover img {
	filter: initial;
}

.contact_btn.--brown a:hover .contact_btnText {
	color: #B79539;
}

.contact_btn.--pink a {
	background-color: #DFB1B6;
	border-color: #DFB1B6;
}

.contact_btn.--pink a img {
	filter: brightness(0) invert(1);
}

.contact_btn.--pink a:hover {
	background-color: #fff;
}

.contact_btn.--pink a:hover img {
	filter: initial;
}

.contact_btn.--pink a:hover .contact_btnText {
	color: #DFB1B6;
}

.contact_btnText {
	color: #fff;
	font-size: 0.875rem;
	letter-spacing: 0.06em;
}

.contact_border {
	background: url(https://ananaseyelash.jp/system_panel/uploads/images/dot.png) center center/contain repeat-x;
	border: none;
	height: 2px;
	margin-top: 1.5625rem;
}

.cv {
	background-color: #F4F9FA;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.cv.--white {
	background-color: white;
}

.cv_btns {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
}

.cv_btn {
	position: relative;
}

.cv_btn a {
	display: block;
	overflow: hidden;
}

.cv_btn a:hover {
	opacity: 1;
}

.cv_btn a:hover .cv_btnImg {
	transform: scale(1.1);
}

.cv_btnText {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 50%;
	outline: 0.5px solid #fff;
	outline-offset: -0.3125rem;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	width: 100%;
	z-index: 1;
}

.cv_btnEn {
	font-family: "Montserrat", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.3947368421;
}

.cv_btnJa {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.cv_btnImg {
	transition: all 0.3s;
	z-index: -1;
}

.drawer {
	background-color: #F7F3ED;
	height: 100vh;
	left: 0;
	opacity: 0;
	overflow-y: scroll;
	padding-bottom: 4.375rem;
	padding-top: 4.375rem;
	position: fixed;
	top: 0;
	transform: translateX(105%);
	transition: all 0.3s;
	width: 100%;
}

.drawer.is-active {
	opacity: 1;
	transform: translateX(0);
}

.drawer_inner {
	padding: 0 25px;
}

.drawer_links {
	border-top: 1px solid #111;
}

.drawer_link {
	border-bottom: 1px solid #111;
}

.drawer_linkText {
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	text-align: center;
	transition: all 0.3s;
}

.drawer_link a:hover .drawer_linkText {
	color: #B79539;
}

.drawer_insta {
	margin: 0 auto;
	margin-top: 1.5625rem;
	transition: all 0.3s;
	width: 1.75rem;
}

.drawer_insta:hover {
	opacity: 0.8;
}

.drawer_btns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	width: -moz-fit-content;
	width: fit-content;
}

.drawer_btn {
	height: 6.25rem;
	width: 6.25rem;
}

.drawer_btn a {
	align-items: center;
	color: #fff;
	display: flex;
	height: 100%;
	justify-content: center;
	transition: all 0.3s;
	width: 100%;
}

.drawer_btn:nth-child(1) a {
	background-color: #fff;
	color: #B79539;
}

.drawer_btn:nth-child(1) a:hover {
	background-color: #D4C3AA;
}

.drawer_btn:nth-child(2) a {
	background-color: #334766;
}

.drawer_btn:nth-child(2) a:hover {
	background-color: #152743;
	color: #fff;
}

.drawer_btn:nth-child(3) a {
	background-color: #B79539;
}

.drawer_btn:nth-child(3) a:hover {
	background-color: #85681B;
	color: #fff;
}

.drawer_btns.hpb a{
	color: #fff;
	background-color: #DD6886;
}

.drawer_btns.hpb a:hover{
	background-color: #b9556f;
}

.drawer_btnText {
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	line-height: 1.3571428571;
	text-align: center;
}

.footer {
	background-color: #F7F3ED;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
	position: relative;
}

.footer_wrap {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
}

.footer_logo {
	max-width: 13.4375rem;
}

.footer_inro {
	font-weight: 500;
}

.footer_address {
	font-size: 0.875rem;
	letter-spacing: 0.06em;
	line-height: 1.5;
}

.footer_tel {
	font-size: 0.875rem;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: 0.3125rem;
}

.footer_tel a:hover {
	opacity: 1;
}

a[href^="tel:"]:hover {
	opacity: 1;
}

.footer_text {
	font-size: 0.75rem;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: 0.3125rem;
}

.footer_links {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
}

.footer_link {
	text-align: center;
}

.footer_link a {
	display: inline-block;
	position: relative;
}

.footer_link a::before {
	background-color: black;
	bottom: -0.1875rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	transition: all 0.3s;
	width: 0%;
}

.footer_link a:hover {
	opacity: 1;
}

.footer_link a:hover::before {
	width: 100%;
}

.footer_linkText {
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	letter-spacing: 0.08em;
}

.footer_insta {
	margin-left: auto;
	margin-right: auto;
	width: 1.3125rem;
}

.footer_btns {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	margin-top: 1.875rem;
}

.footer_btn {
	height: 2.8125rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 15.625rem;
	width: 100%;
}

.footer_btn a {
	align-items: center;
	background-color: #06C755;
	border: 1px solid #06C755;
	display: flex;
	gap: 0.3125rem;
	height: 100%;
	justify-content: center;
	transition: all 0.3s;
	width: 100%;
}

.footer_btn a:hover {
	background-color: #fff;
}

.footer_btn a:hover .footer_btnText {
	color: #06C755;
}

.footer_btn a img {
	width: 1.1875rem;
}

.footer_btn.btnHpb a{
	background-color: #DD6886;
	border-color: #DD6886;
}

.footer_btn.btnHpb a:hover{
	background-color: #fff;
}

.footer_btn.btnHpb a:hover .footer_btnText{
	color: #DD6886;
}

.footer_btn.--brown a {
	background-color: #B79539;
	border-color: #B79539;
}

.footer_btn.--brown a img {
	filter: brightness(0) invert(1);
}

.footer_btn.--brown a:hover {
	background-color: #fff;
}

.footer_btn.--brown a:hover img {
	filter: initial;
}

.footer_btn.--brown a:hover .footer_btnText {
	color: #B79539;
}

.footer_btnText {
	color: #fff;
	font-size: 0.875rem;
	letter-spacing: 0.06em;
}

.footer_copy {
	font-size: 0.625rem;
	margin-top: 2.5rem;
	text-align: center;
}

.globalNav {
	align-items: flex-start;
	display: flex;
	height: 100%;
}

.globalNav_links {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.globalNav_link a {
	display: inline-block;
	position: relative;
}

.globalNav_link a::before {
	background-color: #fff;
	bottom: -0.1875rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	transition: all 0.3s;
	width: 0%;
}

.globalNav_linkText {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	transition: all 0.3s;
}

.globalNav_insta {
	filter: brightness(0) invert(1);
	width: 1.75rem;
}

.globalNav_contactText {
	border: 0.0625rem solid #fff;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	padding: 0.375rem 2.1875rem;
	position: relative;
	transition: all 0.3s;
}

.globalNav_contactText::before {
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s;
	width: 0%;
	z-index: -1;
}

.globalNav_btns {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin-left: 1rem;
}

.globalNav_btn {
	height: 6rem;
	width: 6rem;
}

.globalNav_btn a {
	align-items: center;
	color: #fff;
	display: flex;
	height: 100%;
	justify-content: center;
	transition: all 0.3s;
	width: 100%;
}

.en {
	display: inline;
}

.globalNav_btn a:hover {
	opacity: 1;
}

/* .globalNav_btn:nth-child(1) a {
	background-color: #F7F3ED;
	color: #B79539;
}

.globalNav_btn:nth-child(1) a:hover {
	background-color: #D4C3AA;
}

.globalNav_btn:nth-child(2) a {
	background-color: #334766;
}

.globalNav_btn:nth-child(2) a:hover {
	background-color: #152743;
}

.globalNav_btn:nth-child(3) a {
	background-color: #B79539;
}

.globalNav_btn:nth-child(3) a:hover {
	background-color: #85681B;
} */

.globalNav_btnText {
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	line-height: 1.3571428571;
	text-align: center;
}

.header {
	background-color: #fff;
	height: 3.125rem;
	position: relative;
	transition: all 0.3s;
	z-index: 10;
}

.header_logo {
	background-color: #fff;
	left: 0;
	max-width: 9.375rem;
	padding: 0.9375rem;
	position: absolute;
	top: 0;
	width: 100%;
}

.header_hamburger {
	position: relative;
	z-index: 1;
}

.header_globalNav {
	display: none;
}

.menu {
	background-color: #fff;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.menu_wrap {
	display: grid;
}

.menu_gallery {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2rem;
}

.menu_content {
	display: contents;
}

.menu_ttl {
	order: -1;
}

.menu_btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.1875rem;
	max-width: 15rem;
	width: 100%;
}

.message {
	background: url(https://ananaseyelash.jp/system_panel/uploads/images/bg_message.jpg) center center/cover no-repeat;
	padding-bottom: 5rem;
	padding-top: 5rem;
	position: relative;
}

.message::before {
	content: "";
	position: absolute;
}

.message_inner {
	position: relative;
	z-index: 1;
}

.message_txt {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.016em;
	line-height: 1.5;
	margin-top: 2.5rem;
}

.message_txt br {
	line-height: 2;
}

.mv {
	height: 31.25rem;
	position: relative;
	z-index: 1;
}

.mv_inner {
	height: 100%;
	max-width: none;
	max-width: initial;
	padding: 0;
}

.mv_img {
	height: 100%;
}

.mv_img img {
	-o-object-fit: cover;
	height: 100%;
	max-width: none;
	max-width: initial;
	object-fit: cover;
	width: 100%;
}

.mv_ttl {
	color: #fff;
	left: 1.25rem;
	position: absolute;
	top: 75%;
	transform: translateY(-50%);
	width: calc(100% - 2.5rem);
}

.mv_en {
	font-family: "Montserrat", sans-serif;
	font-size: 1.875rem;
	font-weight: 400;
	letter-spacing: 0.08em;
}

.mv_ja {
	font-size: 1rem;
	letter-spacing: 0.04em;
	line-height: 2.0625;
}

.news {
	background-color: #fff;
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.news_wrap {
	display: grid;
}

.news_btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.1875rem;
	max-width: 15rem;
	order: 1;
	width: 100%;
}

.news_lead {
	display: contents;
}

.news_main {
	font-family: "Noto Sans JP", sans-serif !important;
}

.news_main {
	margin-top: 1.25rem;
}

.salon {
	background-color: #F4F9FA;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.salon_cards {
	margin-top: 2.5rem;
}

.salon_card + .salon_card {
	margin-top: 1.875rem;
}

.salon_name {
	align-items: center;
	background-color: #fff;
	display: flex;
	font-size: 1rem;
	height: 2rem;
	justify-content: center;
	margin-top: -2rem;
	position: relative;
	width: 15rem;
	z-index: 1;
}

.salon_en {
	display: inline;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}

.salon_box {
	background-color: #fff;
	padding: 1.25rem 0.9375rem;
}

.salon_text {
	border-bottom: 1px solid #D1DEF0;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.5;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.salon_btns {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	margin-top: 1.25rem;
}

.salon_btn {
	height: 2.25rem;
}

.salon_btn a {
	align-items: center;
	display: inline-flex;
	height: 100%;
	justify-content: center;
	transition: all 0.3s;
	width: 100%;
}

.salon_btnText {
	color: #fff;
	font-size: 0.875rem;
	letter-spacing: 0.08em;
}

.salon_btn:nth-child(1) a {
	background-color: #B79539;
	border: 1px solid #B79539;
}

.salon_btn:nth-child(1) a:hover {
	background-color: #fff;
}

.salon_btn:nth-child(1) a:hover .salon_btnText {
	color: #B79539;
}

.salon_btn:nth-child(2) a {
	background-color: #DFB1B6;
	border: 1px solid #DFB1B6;
}

.salon_btn:nth-child(2) a:hover {
	background-color: #fff;
}

.salon_btn:nth-child(2) a:hover .salon_btnText {
	color: #DFB1B6;
}

.salon_btn:nth-child(3) a {
	background-color: #06C755;
	border: 1px solid #06C755;
}

.salon_btn:nth-child(3) a:hover {
	background-color: #fff;
}

.salon_btn:nth-child(3) a:hover .salon_btnText {
	color: #06C755;
}

.subMv {
	height: 31.25rem;
	position: relative;
}

.subMv_inner {
	height: 100%;
}

.subMv_img {
	height: 100%;
}

.subMv_img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.subMv_title {
	color: #fff;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 3.25rem;
	font-weight: 500;
	left: 50%;
	letter-spacing: 0.08em;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.totop {
	bottom: 3.125rem;
	position: absolute;
	right: 0;
	transition: all 0.3s;
	width: 2.5rem;
	z-index: 9;
}

.totop:hover {
	opacity: 0.8;
}

.recruit {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.recruit_block {
	display: flex;
	flex-direction: column;
}

.recruit_block + .recruit_block {
	margin-top: 4.375rem;
}

.recruit_content {
	display: contents;
}

.recruit_title {
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.3333333333;
}

.recruit_title .color {
	color: #1877BE;
	display: inline;
}

.recruit_en {
	color: #B79539;
	font-family: "Montserrat", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-top: 0.625rem;
	padding-left: 1.875rem;
	position: relative;
}

.recruit_en::before {
	background-color: #B79539;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: 0.5em;
	transform: translateY(-50%);
	width: 1.25rem;
}

.recruit_text {
	margin-top: 1.25rem;
	order: 1;
}

.recruit_img {
	margin-top: 1.875rem;
	position: relative;
}

.recruit__gallery {
	grid-gap: 0.3125rem;
	display: grid;
	gap: 0.3125rem;
	grid-template-columns: repeat(1, 1fr);
	margin-left: calc(50% - 50vw);
	margin-top: 3.125rem;
	width: 100vw;
}

.recruitment {
	padding-bottom: 3.125rem;
	padding-top: 0;
}

.recruitment_info {
	border-right: 1px solid #F5F5F5;
	margin-top: 2.5rem;
}

.recruitment_info dt {
	background-color: #F5F5F5;
	border-bottom: 1px solid #fff;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5;
	padding: 0.9375rem 1.25rem;
}

.recruitment_info dd {
	border-bottom: 1px solid #F5F5F5;
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	padding: 0.9375rem;
}

.recruitment__text {
	background-color: #F8F0F1;
	margin-top: 1.875rem;
	padding: 1.25rem;
	text-align: center;
}

.company {
	background: url(https://ananaseyelash.jp/system_panel/uploads/images/bg_company.jpg) center center/cover no-repeat;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.company_info {
	margin-top: 2.5rem;
}

.company_row {
	border-bottom: 1px solid #B5B5B5;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.company_infoTtl {
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.company_infoTxt {
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.salons {
	overflow: hidden;
	padding-top: 3.75rem;
}

.salons_topbtns {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
}

.salons_topbtnText {
	font-size: 1.5rem;
	font-weight: 500;
}

.salons_blocks {
	margin-top: 3.75rem;
}

.salons_wrap {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
	position: relative;
	z-index: 1;
}

.salons_block:nth-child(1) .salons_wrap::before {
	background-color: #F4F9FA;
	content: "";
	height: 100%;
	left: 0;
	margin-left: calc(50% - 50vw);
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.salons_block:nth-child(2) .salons_wrap::before {
	background-color: #F7F7F7;
	content: "";
	height: 100%;
	left: 0;
	margin-left: calc(50% - 50vw);
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.salons_block:nth-child(2) .salons_wrap {
	background-color: #F7F7F7;
}

.salons_logo {
	max-width: 15.625rem;
}

.salons_table {
	margin-top: 0.625rem;
}

.salons_tableRow {
	border-bottom: 1px solid #9CB8CD;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.salons_tableTitle {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.salons_tableText {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.salons_btns {
	grid-gap: 0.75rem;
	display: grid;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.salons_btn {
	height: 2.5rem;
}

.salons_btn a {
	align-items: center;
	color: #fff;
	display: inline-flex;
	height: 100%;
	justify-content: center;
	position: relative;
	transition: all 0.3s;
	width: 100%;
}

.salons_btn a::before {
	-webkit-mask: url(https://ananaseyelash.jp/system_panel/uploads/images/arrow.svg) center center/contain no-repeat;
	background-color: #fff;
	content: "";
	height: 0.5rem;
	mask: url(https://ananaseyelash.jp/system_panel/uploads/images/arrow.svg) center center/contain no-repeat;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

.salons_btn:nth-child(1) a {
	background-color: #B79539;
	border: 1px solid #B79539;
}

.salons_btn:nth-child(1) a:hover {
	background-color: #fff;
}

.salons_btn:nth-child(1) a:hover:before {
	background-color: #B79539;
}

.salons_btn:nth-child(1) a:hover .salon_btnText {
	color: #B79539;
}

.salons_btn:nth-child(2) a {
	background-color: #06C755;
	border: 1px solid #06C755;
}

.salons_btn:nth-child(2) a:hover {
	background-color: #fff;
}

.salons_btn:nth-child(2) a:hover:before {
	background-color: #06C755;
}

.salons_btn:nth-child(2) a:hover .salon_btnText {
	color: #06C755;
}

.salons_btn:nth-child(3) a {
	background-color: #C46682;
	border: 1px solid #C46682;
}

.salons_btn:nth-child(3) a:hover {
	background-color: #fff;
	opacity: 1;
}

.salons_btn:nth-child(3) a:hover:before {
	background-color: #C46682;
}

.salons_btn:nth-child(3) a:hover .salon_btnText {
	color: #C46682;
}

.salons_btn:nth-child(4) a {
	background-color: #DFB1B6;
	border: 1px solid #DFB1B6;
}

.salons_btn:nth-child(4) a:hover {
	background-color: #fff;
}

.salons_btn:nth-child(4) a:hover:before {
	background-color: #DFB1B6;
}

.salons_btn:nth-child(4) a:hover .salon_btnText {
	color: #DFB1B6;
}

.salons_map {
	margin-top: 1.25rem;
	width: 100%;
}

.salons_map iframe {
	-o-object-fit: cover;
	aspect-ratio: 100/100;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.salons_gallery {
	margin-left: calc(50% - 50vw);
	width: 100vw;
}

.seminar {
	background-color: #F4F9FA;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.seminar_block + .seminar_block {
	margin-top: 5rem;
}

.seminar_text {
	margin-top: 1.25rem;
}

.seminar_img {
	margin-top: 1.25rem;
}

.seminar_table {
	margin-top: 1.875rem;
	overflow-x: scroll;
}

.seminar_tableWrap {
	display: grid;
	grid-template-columns: 18.75rem 1fr 1fr;
	min-width: 37.5rem;
}

.seminar_tableText {
	border-bottom: 1px solid #CDC4AB;
	font-size: 0.875rem;
	font-weight: 400;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
	text-align: center;
}

.seminar_tableText.-ttl {
	background-color: #B79539;
	color: #fff;
	text-align: center;
}

.seminar_price {
	margin-top: 1.25rem;
}

.seminar_priceTitle {
	background-color: #B79539;
	border-bottom: 1px solid #CDC4AB;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 400;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
	text-align: center;
}

.seminar_priceText {
	border-bottom: 1px solid #CDC4AB;
	font-size: 0.875rem;
	font-weight: 400;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
	text-align: center;
}

.seminar_insta {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 15rem;
}

.seminar_lists {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.25rem;
}

.seminar_list {
	grid-gap: 0.3125rem;
	align-items: center;
	background-color: #fff;
	border: 1px solid #1877BE;
	display: grid;
	font-weight: 500;
	gap: 0.3125rem;
	grid-template-columns: 2.1875rem 1fr;
	height: 3.5625rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-right: 0;
}

.seminar_list + .seminar_list {
	margin-top: 0.625rem;
}

.seminar_listText {
	color: #1877BE;
}

.staff {
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.staff_items {
	margin-top: 1.875rem;
}

.staff_item {
	border: 1px solid #DFB1B6;
	padding: 1.25rem;
}

.staff_item + .staff_item {
	margin-top: 1.25rem;
}

.staff_img {
	position: relative;
}

.staff_store {
	align-items: center;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 0.75rem;
	height: 3.75rem;
	justify-content: center;
	left: -1rem;
	position: absolute;
	top: -1rem;
	width: 3.75rem;
}

.staff_store.urawa {
	background-color: #DFB1B6;
}

.staff_store.kawaguchi {
	background-color: #B79539;
}

.staff_content {
	margin-top: 1.25rem;
}

.staff_name {
	border-bottom: 1px solid #DFB1B6;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	padding-bottom: 0.375rem;
}

.staff_position {
	display: inline;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
}

.staff_text {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 1.75rem;
}

.staff_text a {
	-webkit-text-decoration: underline !important;
	text-decoration: underline !important;
}

.staff_text a {
	color: #B79539;
}

.staff_btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 15rem;
}

@media (hover: hover) {

.btnText:hover {
	color: #fff;
}

.btnText:hover::before {
	width: 100%;
}

.globalNav_link a:hover {
	opacity: 1;
}

.globalNav_link a:hover::before {
	width: 100%;
}

.globalNav_insta:hover {
	transform: translateY(-0.3125rem);
}

.globalNav_contact a:hover {
	opacity: 1;
}

.globalNav_contact a:hover .globalNav_contactText {
	color: #1A1A1A;
}

.globalNav_contact a:hover .globalNav_contactText::before {
	width: 100%;
}

}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.1111111111vw;
}

a:hover {
	opacity: 0.8;
}

.text {
	letter-spacing: 0.08em;
	line-height: 2;
}

.ttl_en {
	font-size: 3rem;
}

.concepts {
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.concepts_inner {
	max-width: calc(78.75rem + 25px + 25px);
}

.concepts_block {
	align-items: center;
	flex-direction: row;
	gap: 4.375rem;
}

.concepts_block + .concepts_block {
	margin-top: 6.25rem;
}

.concepts_content {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
	width: calc(100% - 50rem);
}

.concepts_title {
	font-size: 1.5rem;
}

.concepts_en {
	font-size: 0.9375rem;
}

.concepts_text {
	margin-top: 2.5rem;
	order: initial;
}

.concepts_img {
	margin-top: 0;
	width: 45.625rem;
}

.concepts_imgText {
	font-size: 3.75rem;
	left: -0.9375rem;
	top: -1.25rem;
}

.concepts_imgText .number {
	font-size: 6.25rem;
}

.concepts_block:nth-child(odd) .concepts_img {
	order: -1;
}

.guide {
	padding-bottom: 6.25rem;
}

.guide::before {
	display: block;
	height: 53.4375rem;
	top: 12.5rem;
}

.guide_lead {
	line-height: 2;
	text-align: center;
}

.guide_blocks {
	margin-top: 5.5rem;
}

.guide_block {
	display: flex;
	gap: 4.375rem;
}

.guide_block + .guide_block {
	margin-top: 3.75rem;
}

.guide_block:nth-child(2) .guide_content {
	order: 1;
}

.guide_content {
	margin-top: 1.875rem;
	width: calc(100% - 42.5rem - 4.375rem);
}

.guide_subtitle {
	border-width: 0.125rem;
	font-size: 1.5rem;
	padding-left: 1.25rem;
}

.guide_en {
	font-size: 1rem;
}

.guide_text {
	letter-spacing: 0.08em;
	line-height: 2.1428571429;
	margin-top: 1.875rem;
}

.guide_img {
	margin-top: 0;
	width: 42.5rem;
}

.guide_gallery {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.guide_cards {
	gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
}

.guide_illust1 {
	left: -3.75rem;
	top: -3rem;
	width: 10rem;
}

.guide_illust2 {
	right: -3.75rem;
	top: 13.9375rem;
	width: 5.8125rem;
}

.guide_cardTitle {
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	margin-left: 1.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.guide_cardText {
	margin-top: 1.875rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.use {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.use_block {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 6.25rem 1fr 21.25rem;
	padding-bottom: 4.0625rem;
}

.use_block + .use_block {
	margin-top: 1.875rem;
}

.use_number {
	font-size: 1.75rem;
	height: 6.25rem;
	margin-left: 0;
	width: 6.25rem;
}

.use_content {
	margin-top: 2.125rem;
}

.use_subtitle {
	text-align: left;
}

.use_text {
	margin-top: 1.875rem;
}

.use_btns {
	grid-template-columns: repeat(2, 1fr);
}

.use_img {
	margin-top: 0rem;
}

.use_boxTitle {
	padding-bottom: 0.1875rem;
	padding-top: 0.1875rem;
}

.inner {
	max-width: calc(68.75rem + 25px + 25px);
	padding-left: 25px;
	padding-right: 25px;
}

.ba {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.ba_inner.inner {
	max-width: calc(76.25rem + 25px + 25px);
}

.ba_item {
	max-width: 64.6875rem;
}

.ba_item + .ba_item {
	margin-top: 2.5rem;
}

.ba_item:nth-child(1),
.ba_item:nth-child(3) {
	margin-left: auto;
	margin-right: auto;
}

.ba_item:nth-child(4) {
	margin-left: auto;
	margin-right: 3.75rem;
	margin-top: 3.125rem;
}

.menuContent {
	padding-bottom: 5rem;
}

.menuContent_inner.inner {
	max-width: calc(77.5rem + 25px + 25px);
}

.menuContent_box {
	padding: 4.375rem;
}

.menuContent_blocks {
	grid-gap: 2.5rem 1.25rem;
	display: grid;
	gap: 2.5rem 1.25rem;
	grid-template-columns: repeat(2, 1fr);
}

.menuContent_block:nth-child(1),
.menuContent_block:nth-child(4),
.menuContent_block:nth-child(7) {
	grid-column: 1/3;
}

.mainContent__wrap {
	min-width: 0;
	min-width: initial;
}

.menuContent_blockTitle {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.menuContent_blockText {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.menuContent_borderBox {
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.5625rem;
	padding-left: 0.9375rem 2.5rem;
}

.privacy {
	margin-bottom: 7.5rem;
	margin-top: 6.875rem;
}

.privacy_box {
	padding: 6.25rem 5.625rem;
}

.privacy_box {
	font-size: 1rem;
}

.concept {
	padding-bottom: 7.5rem;
	padding-top: 6.25rem;
}

.concept::before {
	background-color: #F4F9FA;
	content: "";
	height: 26.625rem;
	left: 0;
	position: absolute;
	top: 31.25rem;
	width: 67.3611111111vw;
}

.concept_item {
	grid-gap: 9.8125rem;
	display: grid;
	gap: 9.8125rem;
	grid-template-columns: repeat(2, 1fr);
}

.concept_content {
	margin-top: 4.8125rem;
}

.concept_subtitle + .concept_text {
	margin-top: 2.5rem;
}

.concept_img {
	margin-top: 0;
}

.concept_imgText.--1 {
	right: -1.25rem;
	top: -6.875rem;
	width: 14rem;
}

.concept_imgText.--2 {
	left: -3rem;
	top: -8.125rem;
	width: 22rem;
}

.concept_btn {
	margin-left: 0;
	margin-top: 2.5rem;
}

.contact {
	padding-bottom: 4.375rem;
	padding-top: 4.375rem;
}

.contact_txt {
	text-align: center;
}

.contact_btns {
	gap: 0.625rem 1.5rem;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 32.8125rem;
}

.contact_btn {
	max-width: none;
	max-width: initial;
}

.contact_btn:first-child {
	grid-column: 1/3;
}

.contact_border {
	height: 0.0625rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 32.8125rem;
}

.cv {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.cv_btns {
	gap: 2.375rem 1.875rem;
	grid-template-columns: repeat(2, 1fr);
}

.cv_btnText {
	outline-offset: -0.9375rem;
}

.cv_btnEn {
	font-size: 2.375rem;
}

.cv_btnJa {
	font-size: 1rem;
}

.footer {
	padding-bottom: 4.375rem;
	padding-top: 3.125rem;
}

.footer_wrap {
	grid-template-columns: 1fr 34.375rem;
}

.footer_right {
	margin-top: 3.125rem;
}

.footer_links {
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.375rem 2.1875rem;
}

.footer_insta {
	margin-left: 0;
	width: 1.75rem;
}

.footer_btns {
	grid-template-columns: repeat(3, 1fr);
}

.footer_btn {
	max-width: 10.625rem;
}

.footer_copy {
	font-size: 0.75rem;
	letter-spacing: 0.06em;
	margin-top: 5rem;
}

.globalNav_links {
	margin-top: 3.4375rem;
}

.header {
	background: transparent;
	height: 10.1875rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.header_inner {
	align-items: flex-start;
	display: flex;
	height: 100%;
	transition: all 0.3s;
}

.header_logo {
	max-width: 17.75rem;
	padding: 1.25rem 1.5625rem;
}

.header_hamburger {
	display: none;
}

.header_globalNav {
	display: block;
	height: 100%;
	margin-left: auto;
}

.header.is-active {
	background-color: #fff;
	height: 6.25rem;
}

.header.is-active .header_inner {
	padding-left: 5rem;
}

.header.is-active .globalNav {
	align-items: center;
}

.header.is-active .header_logo {
	left: 5rem;
	max-width: 7.75rem;
	padding: 0;
}

.header.is-active .globalNav_linkText {
	color: #B79539;
}

.header.is-active .globalNav_contactText {
	border-color: #B79539;
	color: #B79539;
}

.header.is-active .globalNav_insta {
	filter: initial;
}

.header.is-active .globalNav_links {
	margin-top: 0;
}

.header.is-active .globalNav_link a::before {
	background-color: #B79539;
}

.header.is-active .globalNav_contactText::before {
	background-color: #B79539;
}

.header.is-active .globalNav_contact a:hover .globalNav_contactText {
	color: #fff;
}

.header.is-active .globalNav_contact a:hover .globalNav_contactText::before {
	width: 100%;
}

.menu {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.menu_wrap {
	gap: 4.375rem;
	grid-template-columns: 40.625rem 1fr;
}

.menu_gallery {
	grid-template-columns: repeat(4, 1fr);
	margin-top: 0;
}

.menu_content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.menu_btn {
	margin-left: 0;
}

.message {
	padding-bottom: 4.375rem;
	padding-top: 3.75rem;
}

.message::before {
	background-color: #F4F9FA;
	height: 26.875rem;
	right: 0;
	top: -5.75rem;
	width: 36.6875rem;
}

.message_txt {
	-ms-writing-mode: tb-rl;
	height: 18.75rem;
	letter-spacing: 0.16em;
	line-height: 1.8571428571;
	margin-bottom: auto;
	margin-top: auto;
	margin-top: 3.75rem;
	text-orientation: upright;
	width: -moz-fit-content;
	width: fit-content;
	writing-mode: vertical-rl;
}

.mv {
	height: auto;
}

.mv_inner {
	max-width: none;
	max-width: initial;
	padding: 1.875rem;
}

.mv_ttl {
	left: 9.375rem;
	top: calc(50% + 6.25rem);
}

.mv_en {
	font-size: 3.25rem;
	line-height: 1.1538461538;
}

.mv_ja {
	letter-spacing: 0.4em;
	margin-top: 2.5rem;
}

.news {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.news_wrap {
	gap: 5.5rem;
	grid-template-columns: 15rem 1fr;
}

.news_btn {
	margin-left: 0;
	order: initial;
}

.news_lead {
	display: block;
}

.news_main {
	margin-top: 0;
}

.salon {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.salon_cards {
	grid-gap: 6.25rem;
	display: grid;
	gap: 6.25rem;
	grid-template-columns: repeat(2, 1fr);
}

.salon_card + .salon_card {
	margin-top: 3.75rem;
}

.salon_box {
	padding: 2.5rem 0.9375rem;
}

.salon_text {
	font-size: 0.875rem;
}

.salon_btns {
	gap: 0.625rem;
	grid-template-columns: repeat(3, 1fr);
}

.subMv {
	height: rme(490);
	padding: 1.875rem;
	padding-bottom: 0;
}

.subMv_img {
	width: 100%;
}

.subMv_img img {
	width: 100%;
}

.totop {
	right: calc(50% - 34.375rem);
}

.recruit {
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.recruit_inner {
	max-width: calc(78.75rem + 25px + 25px);
}

.recruit_block {
	align-items: center;
	flex-direction: row;
	gap: 4.375rem;
}

.recruit_block + .recruit_block {
	margin-top: 6.25rem;
}

.recruit_content {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
	width: calc(100% - 50rem);
}

.recruit_title {
	font-size: 1.5rem;
}

.recruit_en {
	font-size: 0.9375rem;
}

.recruit_text {
	margin-top: 2.5rem;
	order: initial;
}

.recruit_img {
	margin-top: 0;
	width: 45.625rem;
}

.recruit_block:nth-child(odd) .recruit_img {
	order: -1;
}

.recruit__gallery {
	grid-template-columns: repeat(3, 1fr);
	margin-top: 6.25rem;
}

.recruitment {
	padding-bottom: 6.25rem;
}

.recruitment_info {
	border-top: 1px solid #F5F5F5;
	display: grid;
	grid-template-columns: 11.4375rem 1fr;
	margin-left: auto;
	margin-right: auto;
	max-width: 54.0625rem;
}

.recruitment_info dd {
	padding: 0.9375rem 2.5rem;
}

.recruitment__text {
	margin-left: auto;
	margin-right: auto;
	max-width: 53.75rem;
	padding: 1.875rem 2.5rem;
}

.company {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.company_row {
	display: grid;
	grid-template-columns: 10rem 1fr;
	margin-left: auto;
	margin-right: auto;
	max-width: 44.5rem;
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
}

.salons {
	padding-top: 4.375rem;
}

.salons_blocks {
	margin-top: 5rem;
}

.salons_block + .salons_block {
	margin-top: 5rem;
}

.salons_wrap {
	grid-gap: 5rem;
	align-items: flex-start;
	display: grid;
	gap: 5rem;
	grid-template-columns: 30rem 1fr;
	padding-bottom: 3.75rem;
	padding-top: 5rem;
}

.salons_logo {
	max-width: 19.1875rem;
}

.salons_tableRow {
	display: grid;
	grid-template-columns: 8.75rem 1fr;
}

.salons_btns {
	grid-template-columns: repeat(3, 1fr);
}

.salons_btn:last-child {
	grid-column: 1/4;
}

.salons_map {
	margin-top: 0;
	order: -1;
}

.salons_gallery {
	grid-gap: 0.9375rem;
	display: grid;
	gap: 0.9375rem;
	grid-template-columns: repeat(3, 1fr);
}

.seminar {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.seminar_block + .seminar_block {
	margin-top: 6.25rem;
}

.seminar_wrap {
	align-items: flex-start;
	display: flex;
	gap: 2.5rem;
}

.seminar_content {
	width: 25.625rem;
}

.seminar_text {
	margin-top: 1.875rem;
}

.seminar_img {
	margin-top: 0rem;
	width: calc(100% - 28.125rem);
}

.seminar_block:nth-child(2) .seminar_img {
	order: -1;
}

.seminar_tableWrap {
	grid-template-columns: 25.9375rem 26.25rem 1fr;
}

.seminar_price {
	margin-top: 1.875rem;
}

.seminar_insta {
	margin-left: 0;
	margin-top: 1.875rem;
}

.seminar_lists {
	gap: 0.625rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.875rem;
}

.seminar_list + .seminar_list {
	margin-top: 0;
}

.staff {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.staff_item {
	grid-gap: 3.125rem;
	display: grid;
	gap: 3.125rem;
	grid-template-columns: 21.875rem 1fr;
	padding: 1.875rem 4.375rem;
}

.staff_store {
	font-size: 0.875rem;
	height: 4.875rem;
	left: -2rem;
	top: -2rem;
	width: 4.875rem;
}

.staff_content {
	display: flex;
	flex-direction: column;
	margin-top: 0;
}

.staff_name {
	padding-bottom: 0.875rem;
}

.staff_text {
	flex-grow: 1;
}

.staff_btn {
	margin-left: 0;
}

}

@media (min-width: 1441px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */


.contact0415 {
	background: url(https://ananaseyelash.jp/system_panel/uploads/images/bg_contact02.png) center center/cover no-repeat;
}

body .ba_item__add{
margin-left: 0!important;
}
body .ba_item-right__add{
    margin-left: 90px!important;
}
@media screen and ( max-width:430px ){
body .ba_item-right__add{
    margin-left: 0px !important;
}
}
    