html {
	font-size: 16px;
	width: 100%;
}

body {
	background: #fff;
	color: #262626;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
	overflow-x: hidden;
	//position: relative;
	width: 100%;
}

#body {
	opacity: 0;
}

main {
	position: relative;
}

main.underPage {
	padding-bottom: 82px;
}

main.underPage.pb {
	padding-bottom: 190px;
}

section {
	position: relative;
}

.stbk1{
	background: #f5f5f5;
	padding: 90px 0;
}
.stbk2{
	background: #fff;
	padding: 90px 0;
}
*,
*:before,
*:after {
	box-sizing: border-box;
	scroll-behavior: unset;
}

a {
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: none;
}

dt {
	font-weight: normal;
}

ul,
ol,
li {
	list-style: none;
}

.dn {
	display: none;
}

img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

button {
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
}

::-moz-selection {
	background: #262626;
	color: #ffffff;
}

::selection {
	background: #262626;
	color: #ffffff;
}



.frontPage .l-header {
	background: none;
}

.frontPage .l-header_logo {
	pointer-events: none;
	visibility: hidden;
}

.l-footer {
	padding-bottom: 30px;
	padding-top: 30px;
	background: black;
}



.l-footer_copyright {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Segoe UI, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 10px;
	letter-spacing: 0.1em;
	margin-top: 12px;
	text-align: center;
	color: #ffffff;
}

.p-top_mainvisual {
	height: 100vh;
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	width: 100%;
}

.p-top_mainvisual_heading {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 554px;
	width: 28.854vw;
	z-index: 10;
}

@media screen and (max-width: 835px) {
	html {
		font-size: 14px;
	}

	main.underPage.pb {
		padding-bottom: 120px;
	}
	.p-top_mainvisual_heading {
		top: calc(50% + 14px);
		top: calc(50% + 3.733vw);
		width: 180px;
		width: 48vw;
	}
}

.p-top_mainvisual_heading {
	transition: all 0.3s;
}

.p-top_mainvisual_hero {
	-webkit-clip-path: polygon(0 5.5%, 100% 0%, 100% 94.4%, 0 100%);
	clip-path: polygon(0 5.5%, 100% 0%, 100% 94.4%, 0 100%);
	height: 100%;
	position: relative;
}

.p-top_mainvisual_hero .swiper .swiper-slide {
	background: #ccc;
	height: 100vh;
}

.p-top_mainvisual_hero .swiper img {
	-o-object-fit: cover;
	-o-object-position: center;
	object-fit: cover;
	object-position: center;
}


.p-salon_single_information_slider .salonSliderMain .swiper-slide {
	background: #fff;
}



@media screen and (max-width: 1080px) {
	.l-footer {
		padding-bottom: 20px;
		padding-top: 15px;
	}
}

.p-top_mainvisual {
	/* height: 100vh; */
	height: 100%;
}
.under {
    //border-bottom: 0.4rem solid #000;
    padding:0 1rem 1rem 1rem;
}
.center {
	text-align: center;
	margin-bottom: 4rem;
}
/*テーブル
-------------------------------------*/
table {
	margin: 3px auto;    /* 上下3px 左右auto */
}

/*ボタン
-------------------------------------*/
a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 300px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #000000;
	background: #000000;
	color: #fff;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #000000;
	background: #fff;
}

/*中央よせ本文
-------------------------------------*/
.ctr {
    text-align: center;
    line-height: 300%;
}

/*画像と文字の横並び
-------------------------------------*/
/* プロダクトカード */
.card__f, .card__f2 {
  display: flex;
  border: 0px;
  padding: 0px 50px;
}
.card__f-image {
  display: flex;
  justify-content: center;
  align-items: center;/* 上辺合わせにしたい場合は center を flex-start に変更 */
  width: 60%;/* 画像の横幅専有パーセンテージ */
  margin: 0 auto;
  padding: 0px 50px;
}
.card__f-text {
  flex: 1;
  min-width: 0;
  align-items: center;
  text-align:center;
  padding: 100px 20px;
  line-height: 2em;
}
.card__f-text img {
  height: 60px;
}

.snslogo {
  display: flex;
  width: 300px;
  margin: 0 auto;
  
}.snslogo2 {
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .card__f {
    padding: 0px;
    flex-direction: column;
  }
  .card__f2 {
    padding: 0px;
    flex-direction: column-reverse;
  }
  .card__f-image {
    width: 100%;
    border: 0;
    padding: 0px;
  }
  .card__f-text {
    padding: 15px;
  }
}
/* プロダクトカードここまで */

