@font-face {
	font-family: "icomoon";
	src: url("fonts/icomooncdf3.eot?");
	src: url("fonts/icomooncdf3.eot?#iefix") format("embedded-opentype"), url("fonts/icomooncdf3.ttf?") format("truetype"), url("fonts/icomooncdf3.woff?") format("woff"), url("fonts/icomooncdf3.svg?#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "icomoon_n";
	src: url("fonts/icomoon_n.eot?");
	src: url("fonts/icomoon_n.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon_n.ttf?") format("truetype"), url("fonts/icomoon_n.woff?") format("woff"), url("fonts/icomoon_n.svg?#icomoon_n") format("svg");
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #000;
	line-height: 1.7;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	-webkit-print-color-adjust: exact;
	position: relative;
}

@media screen and (max-width: 737px) {
	body {
		line-height: 1.5;
	}
}

img {
	height: auto;
	border: 0;
	vertical-align: bottom;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

a {
	color: #000;
	overflow: hidden;
}

a:link,
a:visited,
a.rollover:hover {
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

a.line {
	color: #8a8c8e;
	text-decoration: underline;
}

a.line:hover {
	text-decoration: none;
}

.clearfix,
ul,
dl {
	zoom: 1;
}

li {
	list-style: none;
}

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

input {
	vertical-align: middle;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.block,
.outer,
.inner,
.row,
.box,
.cell,
.flame {
	position: relative;
	zoom: 1;
}

.block:after,
.outer:after,
.inner:after,
.row:after,
.box:after,
.cell:after,
.flame:after {
	content: "";
	display: block;
	clear: both;
}

.box,
.cell {
	float: left;
}

.box.right,
.cell.right {
	float: right;
}

.spElement,
.spInlineElement {
	display: none !important;
}

@media screen and (max-width: 737px) {
	.spElement {
		display: block !important;
	}
	.spInlineElement {
		display: inline-block !important;
	}
	.pcElement {
		display: none !important;
	}
}

.inner {
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 737px) {
	.inner {
		width: auto;
	}
}

.roboto {
	font-family: "Montserrat", "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.rockSalt {
	font-family: "Teko", "Rock Salt", cursive;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#content {
	padding-top: 150px;
}

.f_root #content {
	/*padding-top: 99px;*/
}

@media screen and (max-width: 800px) {
	#content {
		padding-top: 25px;
	}
	.f_root #content {
		padding-top: 50px;
	}
}

.newTag {
	display: inline-block;
	width: 60px;
	margin-left: 10px;
	background: #8a8c8e;
	line-height: 18px;
	text-align: center;
	color: #fff;
	font-family: "Teko", "Rock Salt", cursive;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	letter-spacing: normal;
}

@media screen and (max-width: 737px) {
	.newTag {
		width: 50px;
		margin-left: 5px;
		line-height: 16px;
		font-size: 10px;
	}
}

.newTag02 {
	position: absolute;
	top: -11px;
	left: -59px;
	padding: 30px 50px 5px;
	background: #8a8c8e;
	color: #fff;
	font-family: "Teko", "Rock Salt", cursive;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	font-weight: normal;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media screen and (max-width: 737px) {
	.newTag02 {
		top: -14px;
		left: -60px;
		padding-bottom: 2px;
		font-size: 10px;
	}
}

.item {
	overflow: hidden;
	position: relative;
}

.item .img {
	overflow: hidden;
}

.item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/*font-family: 'object-fit: cover;'*/
}

.item .txt {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: auto;
	width: auto;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.item .txt p {
	letter-spacing: 0.1em;
}

.item.h-txt .txt {
	color: transparent;
}

/*.item.h-ico .txt:after,.item.h-ico .txt:before{position:absolute;top:50%;left:50%;width:60px;height:2px;margin:0 0 0 -30px;background:#fff;content:"";-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s;opacity:0}
.item.h-ico .txt:after{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);transform:rotate(90deg)}*/

.item:hover .txt,
.item.cr .txt {
	background: rgba(1, 1, 1, 0.7);
}

.item:hover.h-txt .txt,
.item.cr.h-txt .txt {
	color: #fff;
}

.item:hover.h-ico .txt,
.item.cr.h-ico .txt {
	color: transparent;
}

.item:hover.h-ico .txt:after,
.item:hover.h-ico .txt:before,
.item.cr.h-ico .txt:after,
.item.cr.h-ico .txt:before {
	opacity: 1;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.item:hover.h-ico .txt:after,
.item.cr.h-ico .txt:after {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}

@media screen and (max-width: 737px) {
	.item.h-txt .txt {
		color: #fff;
	}
	.item:hover .txt {
		background: none;
	}
	.item:hover.h-ico .txt {
		color: currentcolor;
	}
	.item:hover.h-ico .txt:after,
	.item:hover.h-ico .txt:before {
		display: none;
	}
}

.bread {
	padding-top: 110px;
	background: #efefef;
	line-height: 30px;
}

.bread ul {
	max-width: 1000px;
	padding: 0 5px;
	margin: 0 auto;
}

@media screen and (max-width: 737px) {
	.bread ul {
		width: auto;
	}
}

.bread ul li {
	position: relative;
	display: inline-block;
	font-size: 12px;
}

.bread ul li a {
	color: #8a8c8e;
	text-decoration: underline;
	font-size: 12px;
}

.bread ul li a:hover {
	text-decoration: none;
}

.bread ul li + li {
	margin-left: 1em;
}

.bread ul li + li:after {
	position: absolute;
	top: 0;
	left: -0.9em;
	width: 1em;
	height: 1em;
	content: ">";
}

@media screen and (max-width: 800px) {
	.bread {
		padding: 50px 0 0;
	}
	.bread ul {
		overflow: hidden;
		padding: 0 20px;
		line-height: 24px;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.bread ul li {
		font-size: 10px;
	}
	.bread ul li a {
		font-size: 10px;
	}
}

.titleDeco01 {
	padding-bottom: 60px;
	font-family: "Montserrat", "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 55px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 737px) {
	.titleDeco01 {
		padding-bottom: 20px;
		font-size: 31px;
	}
}

.titleDeco02 {
	font-family: "Montserrat", "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 40px;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 737px) {
	.titleDeco02 {
		font-size: 25px;
	}
}

.btnDeco01 {
	position: relative;
	display: block;
	border: 1px solid #8a8c8e;
	font-size: 14px;
	color: #8a8c8e;
	text-align: center;
	font-family: "Montserrat", "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 50px;
	letter-spacing: 0.1em;
}

.btnDeco01 span {
	position: relative;
	z-index: 1;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-ms-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

.btnDeco01:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #8a8c8e;
	content: "";
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

.btnDeco01:hover span {
	color: #fff;
}

.btnDeco01:hover:after {
	width: 100%;
}

@media screen and (max-width: 737px) {
	.btnDeco01 {
		line-height: 45px;
	}
	.btnDeco01:hover span {
		color: #8a8c8e;
	}
	.btnDeco01:hover:after {
		width: 0;
	}
}

.btnDeco02 {
	display: block;
	padding: 0 10px;
	line-height: 26px;
	background: #fff;
	font-weight: 500;
	/*-webkit-border-radius:20px;border-radius:20px;*/
	text-align: center;
	color: #fff;
	background: #000;
	letter-spacing: 0.05em;
	font-size: 12px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.btnDeco02 span {
	font-family: "icomoon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
	font-size: 17px;
	vertical-align: bottom;
}

.btnDeco02 i {
	font-size: 19px;
	margin: 0 6px 0 0;
	vertical-align: middle;
}

.btnDeco02:hover {
	background: #8a8c8e;
	color: #fff;
}

@media screen and (max-width: 737px) {
	.btnDeco02 {
		padding: 0 20px;
		font-size: 100%;
		text-align: left;
		color: #000;
		background: transparent;
		letter-spacing: 0.02em;
		font-weight: 500;
	}
	.btnDeco02 span {
		display: none;
	}
}

.slideArea {
	position: relative;
}

.slideArea li {
	position: relative;
	overflow: hidden;
}

.slideArea .new {
	position: absolute;
	top: -16px;
	left: -53px;
	padding: 30px 50px 5px;
	background: #8a8c8e;
	color: #fff;
	font-family: "Teko", "Rock Salt", cursive;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.slideArea .slick-arrow {
	width: 36px;
	height: 80px;
	border: 1px solid #ccc;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.8);
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-ms-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	z-index: 9;
}

.slideArea .slick-arrow:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	margin: -9px 0 0 -13px;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	opacity: 1;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
}

.slideArea .slick-arrow.slick-prev {
	left: 5px;
}

.slideArea .slick-arrow.slick-prev:before {
	margin-left: -6px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}

.slideArea .slick-arrow.slick-next {
	right: 2px;
}

.slideArea .slick-arrow:hover,
.slideArea .slick-arrow:focus {
	background: #e0e0e0;
}

@media screen and (max-width: 737px) {
	.slideArea .slick-arrow {
		width: 30px;
	}
	.slideArea .slick-arrow:before {
		border-width: 1px;
	}
	.slideArea .slick-arrow.slick-prev {
		left: -5px;
	}
	.slideArea .slick-arrow.slick-next {
		right: -5px;
	}
}

header {
	position: fixed;
	width: 100%;
	height: 150px;
	padding: 10px 20px 20px 20px;
	box-sizing: border-box;
	background: #fff;
	color: #000;
	font-family: "Montserrat", "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 9999;
}

header a {
	color: #000;
	/*font-size:13px;*/
	letter-spacing: 0.02em;
	font-weight: 500;
}

header ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

header .logo {
	width: 236px;
	margin: 45px auto 0 auto;
}

header .logo a img {
	width: 100%;
	vertical-align: middle;
}

header .snsBox,
header .linkBox {
	position: absolute;
	top: 20px;
}

header .snsBox {
	left: 20px;
}

header .snsBox li + li {
	margin-left: 13px;
}

header .snsBox a {
	font-family: "icomoon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-ms-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

header .snsBox a:hover {
	color: #8a8c8e;
}

header .linkBox {
	right: 20px;
}

header .linkBox li + li {
	margin-left: 10px;
}

/* linkBox.pcElement CTAボタン（アイコン左・テキスト右） */
header .linkBox.pcElement {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

header .linkBox.pcElement li {
	display: -webkit-flex;
	display: flex;
}

header .linkBox.pcElement li a {
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 48px;
	padding: 10px 16px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 0.05em;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	-webkit-transition: opacity 0.2s, box-shadow 0.2s, background 0.2s;
	transition: opacity 0.2s, box-shadow 0.2s, background 0.2s;
}
header .linkBox.pcElement li a:hover {
	opacity: 0.9;
	box-shadow: none;
}

header .linkBox.pcElement li a .ctaIcon {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	-o-object-fit: contain;
	object-fit: contain;
	vertical-align: middle;
}
header .linkBox.pcElement li a .ctaText {
	white-space: pre-line;
	text-align: left;
}

header .linkBox.pcElement li.HeaderCTAHair a .ctaText,
header .linkBox.pcElement li.HeaderCTANail a .ctaText {
	text-align: center;
}

header .linkBox.pcElement li.HeaderCTAHair a {
	background: #000000;
}
header .linkBox.pcElement li.HeaderCTAHair a:hover {
	background: #4c4c4c;
}
header .linkBox.pcElement li.HeaderCTANail a {
	background: #ff6a8d;
}
header .linkBox.pcElement li.HeaderCTANail a:hover {
	background: #ff9bb3;
}
header .linkBox.pcElement li.HeaderCTALine a {
	background: #0dc300;
}
header .linkBox.pcElement li.HeaderCTALine a:hover {
	background: #11e002;
}

header nav {
	margin-top: 14px;
}

header nav .gNav {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 14px;
	-webkit-justify-content: center;
	justify-content: center;
}

header nav .gNav li {
	margin: 0 1.5vw;
	text-align: center;
}

header nav .gNav li a {
	position: relative;
}

header nav .gNav li a:after {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	background: #8a8c8e;
	content: "";
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

header nav .gNav li.cr a,
header nav .gNav li:hover a {
	color: #8a8c8e;
}

header nav .gNav li.cr a:after,
header nav .gNav li:hover a:after {
	width: 100%;
}

@media screen and (min-width: 801px) {
	/* PCナビのみ：flex + gap + スペーサーで中央揃え（スマホは変更しない） */
	header nav:not(.globalMenuSp) .gNav {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 1.5vw;
	}
	header nav:not(.globalMenuSp) .gNav li {
		margin: 0;
	}
	header nav:not(.globalMenuSp) .gNav li.gNavSpacer {
		flex: 0 0 236px;
		width: 236px;
		height: 1px;
		visibility: hidden;
		pointer-events: none;
	}
}

@media screen and (max-width: 1137px) {
	header nav:not(.globalMenuSp) .gNav li.gNavSpacer {
		display: none;
	}
}

@media screen and (max-width: 800px) {
	header {
		height: 55px;
		padding: 10px 0;
	}
	header a {
		display: block;
		text-align: center;
	}
	header ul {
		display: block;
	}
	header .logo {
		width: 200px;
		margin: 0 auto 0 10px;
	}
	header .snsBox,
	header .linkBox {
		position: inherit;
		top: inherit;
	}
	header .linkBox.pcElement {
		display: none;
	}
	#sp-fixed-menu4 {
		display: -webkit-flex;
		display: flex;
	}
	header .snsBox {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		left: inherit;
		margin-top: 32px;
	}
	header .snsBox li {
		margin: 0 10px;
	}
	header .snsBox li a {
		font-size: 17px;
	}
	header .snsBox li + li {
		margin-left: 10px;
	}
	header .linkBox {
		right: inherit;
		margin-top: 0;
	}
	header .linkBox li {
		border-bottom: 1px solid #000;
		padding: 0;
		margin: 0;
	}
	header .linkBox li a {
		padding: 0 1rem;
		/*-webkit-border-radius:30px;border-radius:30px;*/
		line-height: 3;
	}
	header .linkBox li + li {
		margin: 0;
	}
	header .linkBox li a .spInlineElement {
		line-height: 1;
		margin-bottom: 0;
		font-size: 10px;
		text-indent: 0.5rem;
		vertical-align: middle;
	}
	header .linkBox li a .spInlineElement::before {
		content: "-";
	}
	header .linkBox li a .spInlineElement::after {
		content: "-";
	}
	header .menu {
		position: absolute;
		top: 10px;
		right: 10px;
		padding: 15px 5px;
	}
	header .menu span {
		position: relative;
		display: block;
		width: 25px;
		height: 1px;
		background: #000;
	}
	header .menu span:after,
	header .menu span:before {
		position: absolute;
		left: 0;
		width: 25px;
		height: 1px;
		background: #000;
		content: "";
		-webkit-transition: 0.1s;
		-moz-transition: 0.1s;
		-ms-transition: 0.1s;
		-o-transition: 0.1s;
		transition: 0.1s;
	}
	header .menu span:after {
		top: -8px;
	}
	header .menu span:before {
		top: 8px;
	}
	header .menu.open span {
		visibility: hidden;
	}
	header .menu.open span:after,
	header .menu.open span:before {
		top: 0;
		visibility: visible;
	}
	header .menu.open span:after {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	header .menu.open span:before {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	header nav {
		overflow-y: scroll;
		display: none;
		width: 70vw;
		height: calc(100vh - 37px);
		margin: 17px 0 0 auto;
		background: #fff;
		-webkit-overflow-scrolling: touch;
	}
	header nav .uls {
		padding: 0 0 70px 0;
	}
	header nav .gNav {
		font-size: 0.8rem;
		position: inherit;
	}
	header nav .gNav li {
		text-align: left;
		border-bottom: 1px solid #000;
		padding: 0;
		margin: 0;
	}
	header nav .gNav li:first-child {
		border-top: 1px solid #000;
	}
	header nav .gNav li a {
		text-align: left;
		padding: 0 1rem;
		line-height: 3;
	}
	header nav .gNav li a:after {
		display: none;
	}
	/*　ハンバーガーメニュー改　*/
	.hamburger {
		display: block;
		position: fixed;
		z-index: 3;
		top: 5px;
		right: 10px;
		width: 42px;
		height: 42px;
		cursor: pointer;
		text-align: center;
	}
	.hamburger span {
		display: block;
		position: absolute;
		width: 30px;
		height: 1px;
		left: 6px;
		background: #000;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.hamburger span:nth-child(1) {
		top: 10px;
	}
	.hamburger span:nth-child(2) {
		top: 20px;
	}
	.hamburger span:nth-child(3) {
		top: 30px;
	}
	/* スマホメニューを開いてる時のボタン */
	.hamburger.active span:nth-child(1) {
		top: 16px;
		left: 6px;
		background: #000;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
		top: 16px;
		background: #000;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	/* メニュー背景　*/
	nav.globalMenuSp {
		position: fixed;
		z-index: 2;
		top: 30px;
		right: 0;
		display: none;
		width: 70vw;
		height: calc(100vh - 37px);
		margin: 17px 0 0 auto;
		color: #000;
		background: #fff;
		-webkit-overflow-scrolling: touch;
		transition: opacity 0.6s ease, visibility 0.6s ease;
	}
	nav.globalMenuSp .uls .gNav {
		font-size: 0.8rem;
		position: inherit;
	}
	nav.globalMenuSp ul {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	nav.globalMenuSp ul li {
		list-style-type: none;
		padding: 0;
		width: 100%;
		transition: 0.4s all;
	}
	nav.globalMenuSp ul li:last-child {
		padding-bottom: 0;
	}
	nav.globalMenuSp ul li:hover {
		background: #ddd;
	}
	nav.globalMenuSp ul li a {
		display: block;
		color: #000;
		text-decoration: none;
	}
	/* クリックでjQueryで追加・削除 */
	nav.globalMenuSp.active {
		opacity: 100;
		display: block;
	}
}

.f_contact #content {
	padding-bottom: 100px;
	text-align: center;
}

.f_contact #content a {
	font-size: 16px;
}

.f_contact #content .note {
	margin-top: 20px;
	font-size: 10px;
}

@media screen and (max-width: 737px) {
	.f_contact #content {
		padding: 25px 20px 0;
		text-align: left;
	}
}

.sp {
	display: none;
}

@media screen and (max-width: 737px) {
	.sp {
		display: block;
	}
}

.df {
	display: flex;
}

.flex-s-s {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.flex-c-c {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-c-s {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.flex-c-e {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

header .line {
	display: none;
}

header .tel {
	display: none;
}

header nav .gNav li a span {
	font-size: 8px;
	display: block;
	font-weight: 300;
}

@media screen and (max-width: 800px) {
	header .line {
		display: block;
		position: absolute;
		top: 4px;
		right: 80px;
		padding: 12px 5px;
	}
	header .line i {
		font-family: "Font Awesome 5 Brands";
		font-weight: 400;
		font-size: 25px;
		transition: 0.1s;
	}
	header .shop {
		display: block;
		position: absolute;
		top: 0;
		right: 80px;
		padding: 12px 5px;
		font-family: "icomoon";
		font-size: 20px;
		transition: 0.1s;
	}

	header .shop i {
		font-size: 23px;
	}

	header .tel {
		display: block;
		position: absolute;
		top: 0;
		right: 50px;
		padding: 12px 5px;
		font-family: "icomoon_n";
		font-size: 20px;
		transition: 0.1s;
	}
	header nav .gNav li a span {
		display: inline-block;
		line-height: 1;
		margin-bottom: 0;
		font-size: 10px;
		text-indent: 0.5rem;
	}
	header nav .gNav li a span::before {
		content: "-";
	}
	header nav .gNav li a span::after {
		content: "-";
	}
}

/*SP下部固定メニュー(非表示)*/

#sp-fixed-menu {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 999;
	border-top: 1px solid #fff;
}

#sp-fixed-menu ul {
	/*display: flex;*/
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

#sp-fixed-menu li {
	justify-content: center;
	align-items: center;
	width: 50%;
	padding: 0;
	margin: 0;
	font-size: 14px;
	border-right: 1px solid #fff;
}

#sp-fixed-menu li:first-child {
	background: #000;
}

#sp-fixed-menu li:last-child {
	background: #000;
}

#sp-fixed-menu li a {
	color: #fff;
	text-align: center;
	/*display: block;*/
	width: 100%;
	padding: 20px 0;
}

#sp-fixed-menu li span {
	font-family: "icomoon", "icomoon_n";
	margin-right: 5px;
}

/*SP下部固定メニュー(210923変更)→非表示*/

#sp-fixed-menu2 {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 999;
}

#sp-fixed-menu2 ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

#sp-fixed-menu2 li {
	justify-content: center;
	align-items: center;
	width: 50%;
	padding: 0;
	margin: 0;
}

#sp-fixed-menu2 li:first-child a {
	display: block;
	background: url("/img/footer_reserve.png");
	background-size: cover;
	width: 100%;
	height: calc(65 / 188 * 50vw);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#sp-fixed-menu2 li:last-child a {
	display: block;
	background: url("/img/footer_line.png");
	background-size: cover;
	width: 100%;
	height: calc(65 / 188 * 50vw);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*SP下部固定メニュー(240201変更)*/

#sp-fixed-menu3 {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 999;
}

#sp-fixed-menu3 ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

#sp-fixed-menu3 li.translated_off {
	justify-content: center;
	align-items: center;
	width: calc(100vw / 3);
	padding: 0;
	margin: 0;
}

#sp-fixed-menu3 li.sp-fixed-hair a {
	display: block;
	background: url("/img/footer_hair.jpg");
	background-size: cover;
	width: 100%;
	aspect-ratio: 125/100;
	/*
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	*/
	color: #fff;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

#sp-fixed-menu3 li.sp-fixed-hair a span {
	display: block;
	text-indent: -1rem;
}

#sp-fixed-menu3 li.sp-fixed-nail a {
	display: block;
	background: url("/img/footer_nail.jpg");
	background-size: cover;
	width: 100%;
	aspect-ratio: 125/100;
	/*
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	*/
	color: #fff;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

#sp-fixed-menu3 li.sp-fixed-nail a span {
	display: block;
	text-indent: -1rem;
}

#sp-fixed-menu3 li.sp-fixed-line a {
	display: block;
	background: url("/img/footer_line.jpg");
	background-size: cover;
	width: 100%;
	aspect-ratio: 125/100;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#sp-fixed-menu3 .translated_on {
	display: none !important;
}

#sp-fixed-menu3 .translated_off {
	display: block !important;
}

.translated-ltr #sp-fixed-menu3 .translated_on {
	display: block !important;
}

.translated-ltr #sp-fixed-menu3 .translated_off {
	display: none !important;
}

#sp-fixed-menu3 li.translated_on {
	width: calc(100vw / 2);
}

#sp-fixed-menu3 li.translated_on.sp-fixed-access a {
	display: block;
	background: url("/img/footer_access.png");
	background-size: cover;
	width: 100%;
	aspect-ratio: 188/65;
	color: #fff;
	font-size: 1.2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

#sp-fixed-menu3 li.translated_on.sp-fixed-linew a {
	display: block;
	background: url("/img/footer_line.png");
	background-size: cover;
	width: 100%;
	aspect-ratio: 188/65;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*SP下部固定メニュー4（3CTA：HAIR / NAIL / LINE）*/
#sp-fixed-menu4 {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 999;
}

#sp-fixed-menu4 ul {
	display: -webkit-flex;
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

#sp-fixed-menu4 li {
	-webkit-flex: 1;
	flex: 1;
	padding: 0;
	margin: 0;
}

#sp-fixed-menu4 li a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	height: 100%;
	padding: 10px 8px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	line-height: 1.35;
	font-weight: 500;
	letter-spacing: 0.05em;
	white-space: pre-line;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

#sp-fixed-menu4 li.HeaderCTAHair a,
#sp-fixed-menu4 li.HeaderCTANail a {
	-webkit-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

#sp-fixed-menu4 li.HeaderCTALine a {
	-webkit-flex-direction: row;
	flex-direction: row;
}

#sp-fixed-menu4 li.HeaderCTALine a .ctaIcon {
	margin-right: 6px;
}

#sp-fixed-menu4 li.HeaderCTAHair a .ctaIcon,
#sp-fixed-menu4 li.HeaderCTANail a .ctaIcon {
	margin-right: 0;
	margin-bottom: 4px;
}

#sp-fixed-menu4 li a .ctaIcon {
	width: 20px;
	height: 20px;
	-o-object-fit: contain;
	object-fit: contain;
	flex-shrink: 0;
}

#sp-fixed-menu4 li.HeaderCTAHair a .ctaText,
#sp-fixed-menu4 li.HeaderCTANail a .ctaText {
	text-align: center;
}

#sp-fixed-menu4 li.HeaderCTALine a .ctaText {
	text-align: left;
}

#sp-fixed-menu4 li.HeaderCTAHair a {
	background: #000000;
}

#sp-fixed-menu4 li.HeaderCTAHair a:hover {
	background: #4c4c4c;
}

#sp-fixed-menu4 li.HeaderCTANail a {
	background: #ff6a8d;
}

#sp-fixed-menu4 li.HeaderCTANail a:hover {
	background: #ff9bb3;
}

#sp-fixed-menu4 li.HeaderCTALine a {
	background: #0dc300;
}

#sp-fixed-menu4 li.HeaderCTALine a:hover {
	background: #11e002;
}

/*フッダー*/

footer {
	position: relative;
	padding: 48px 0;
	background: #222222;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 12px;
}

footer .footer_link a {
	color: #fff;
}

footer .footer_link a:hover {
	color: #8a8c8e;
}

footer .footer_link {
	margin: 24px 0;
}

footer .logo a img {
	width: 100%;
	vertical-align: top;
}

footer .snsBox {
	margin: auto;
	max-width: 800px;
	justify-content: center;
}

footer .snsBox li + li {
	margin-left: 20px;
}

footer .snsBox a {
	font-family: "icomoon", "icomoon_n";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 22px;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-ms-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	color: #fff;
}

footer .snsBox a:hover {
	color: #8a8c8e;
}

footer nav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

footer nav .gNav {
	width: 100%;
	-webkit-justify-content: center;
	justify-content: center;
}

footer nav .gNav li {
	margin: 0 1.5vw;
	text-align: center;
}

footer nav .gNav li a {
	position: relative;
	color: #fff;
}

footer nav .gNav li a:after {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	background: #8a8c8e;
	content: "";
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

footer nav .gNav li.cr a,
footer nav .gNav li:hover a {
	color: #8a8c8e;
}

footer nav .gNav li.cr a:after,
footer nav .gNav li:hover a:after {
	width: 100%;
}

footer nav .gNav li a span {
	font-size: 8px;
	display: block;
	font-weight: 300;
}

footer nav .linkBox {
	-webkit-justify-content: center;
	justify-content: center;
	margin: 20px auto;
}

footer nav .linkBox .btnDeco02 {
	background: transparent;
}

footer nav .linkBox .btnDeco02:hover {
	color: #8a8c8e;
}

@media screen and (max-width: 737px) {
	footer {
		padding: 20px 0 100px;
		font-size: 10px;
	}
	footer .logo a img {
		max-width: 180px;
	}
	footer .snsBox a:hover {
		color: #fff;
	}
	footer .snsBox li {
		margin: 0 10px;
	}
	footer .snsBox li a {
		font-size: 17px;
	}
	footer .snsBox li + li {
		margin-left: 5px;
	}
	footer nav ul.gNav {
		flex-wrap: wrap !important;
		justify-content: flex-start;
		margin-bottom: 40px;
	}
	footer nav ul.gNav li {
		width: 47% !important;
		border-top: 1px solid #fff;
		padding: 0.5rem 0;
	}
	footer nav ul.gNav li:nth-child(n + 8) {
		border-bottom: 1px solid #fff;
	}
	footer nav .linkBox {
		display: none !important;
	}
}

/*ページトップに戻るボタン*/

.pagetop {
	position: absolute;
	bottom: 60px;
	right: 20px;
	display: block;
	font-family: "Teko", "Rock Salt", cursive;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
	z-index: 1000;
	transition: 0.5s;
	border-radius: 100%;
	height: 70px;
	margin: 0 0 -25px;
	text-align: center;
	width: 70px;
	background: #fff;
	font-size: 12px;
	transition: 0.5s;
}

.pagetop span {
	position: relative;
	display: block;
	width: 70px;
	margin-bottom: -12px;
	font-family: "icomoon_n";
	font-size: 30px;
}

.pagetop.float {
	position: fixed;
	bottom: 40px;
}

@media screen and (min-width: 738px) {
	.pagetop:hover {
		background: #333;
		color: #fff;
	}
}

@media screen and (max-width: 737px) {
	.pagetop {
		bottom: 70px;
		right: 5px;
		font-size: 10px;
		width: 55px;
		height: 55px;
	}
	.pagetop span {
		width: 60px;
		margin-bottom: -10px;
		font-size: 30px;
	}
	.pagetop.float {
		bottom: calc(110 / 315 * 100vw);
	}
}

@media all and (max-width: 767px) {
	html.is-fixed,
	html.is-fixed body {
		height: 100%;
		overflow: hidden;
	}
}

/*CONTACT*/

#content .blockContact {
	height: auto;
	padding: 40px 20px 50px;
	background: #000;
	color: #fff;
}

#content .blockContact h2 {
	text-align: center;
	font-size: 60px;
}

#content .blockContact .data {
	width: 100%;
	max-width: 800px;
	margin: 20px auto 0;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
}

#content .blockContact .data .tel {
	font-size: 62px;
	line-height: 1.3;
	font-family: "Montserrat", "Roboto", sans-serif;
}

#content .blockContact .data .tel span {
	font-family: "icomoon_n";
}

#content .blockContact .data .time {
	font-size: 16px;
	font-weight: 400;
}

#content .blockContact .line {
	/*
      background: #00B900;border:none;color:#fff;text-decoration: none;font-size: 25px;
      */
}

#content .blockContact .line {
	display: block;
	background: URL(/img/line_512_191.png) no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
	max-width: 512px;
	height: 191px;
	border: none;
	margin: 30px auto 0;
	/*
		background: #00B900;border:none;color:#fff;text-decoration: none;font-size: 25px;
	*/
}

#content .blockContact .btnDeco01 {
	width: 100%;
	max-width: 800px;
	margin: 30px auto 0;
}

@media screen and (max-width: 737px) {
	#content .blockContact {
		display: block;
		height: auto;
		padding: 30px 20px 40px;
	}
	#content .blockContact h2 {
		font-size: 31px;
	}
	#content .blockContact .data {
		font-size: 13px;
	}
	#content .blockContact .data .tel {
		display: none;
	}
	#content .blockContact .data .time {
		margin-top: 10px;
		font-size: 12px;
	}
	#content .blockContact .line {
		background: URL(/img/line_512_191.png) no-repeat;
		background-size: contain;
		height: calc(191 / 512 * 100vw);
		max-width: auto;
		margin-top: 20px;
	}
	#content .blockContact .btnDeco01 {
		font-size: 20px;
		color: #fff;
		text-decoration: none;
		max-width: auto;
		margin-top: 20px;
	}
	#content .blockContact .btnDeco01:hover span {
		color: #fff;
	}
}

/*pager*/

#content .pager {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

#content .pager .page-numbers {
	display: flex;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 36px;
	height: 36px;
	margin-left: 10px;
	background: #efefef;
	font-size: 14px;
	font-family: "Montserrat", "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-ms-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

#content .pager .page-numbers.current,
#content .pager .page-numbers:hover {
	background: #8a8c8e;
	color: #fff;
}

#content .pager .dots {
	width: 1em;
	background: none;
}

#content .pager .next,
#content .pager .prev {
	width: 18px;
}

@media screen and (max-width: 737px) {
	#content .pager .page-numbers {
		width: 30px;
		height: 30px;
		margin-left: 5px;
		font-size: 14px;
	}
	#content .pager .next,
	#content .pager .prev {
		width: 18px;
	}
}

.btnDeco01.columnbtn {
	margin-bottom: 10px !important;
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

.btnDeco01.columnbtn:hover {
	border: 1px solid #8a8c8e;
}

.btnDeco01 .sp_br {
	display: none;
}

@media screen and (max-width: 737px) {
	.btnDeco01.columnbtn {
		line-height: 1.2 !important;
		padding: 0.5rem 0;
	}
	.btnDeco01 .sp_br {
		display: block;
	}
}

/*gtranslate*/
.gtranslate_wrapper {
	position: fixed !important;
	top: 160px !important;
	right: 5px !important;
}

@media screen and (max-width: 1860px) {
	.gtranslate_wrapper {
		top: 185px !important;
	}
}

@media screen and (max-width: 800px) {
	.gtranslate_wrapper {
		top: 60px !important;
	}
}

.gtranslate_wrapper img {
	box-shadow: 0px 0px 1px 1px #ccc;
}

@media screen and (max-width: 737px) {
	/* GTranslateボタンをSafariでもタップ可能にする */
	.gtranslate_wrapper {
		top: 60px !important;
		right: 5px !important;
		z-index: 999999 !important;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		touch-action: manipulation;
	}

	/* Safariでフラグ画像がタッチできない問題への対策 */
	.gtranslate_wrapper * {
		pointer-events: auto !important;
		touch-action: manipulation;
	}
}
