/*
Theme Name: ALBUM ホームページ
Author: BLAND NEW TONE
Version: 1.0.0
*/

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;
}

*,
*: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;
}

/* for Firefox */

::-moz-selection {
	background: #262626;
	color: #ffffff;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #fff;
	border: none;
}

::-webkit-scrollbar-thumb {
	background: #00000029;
	border-radius: 10px;
	box-shadow: none;
}

* {
	scrollbar-color: #00000029 #fff; /*つまみの色 軌道の色*/
	scrollbar-width: thin; /*細さ*/
}

.is-pc {
	display: block;
}

.is-tb {
	display: none;
}

.is-sp {
	display: none;
}

.c-komeMark {
	padding-left: 1em;
	position: relative;
}

.c-komeMark::before {
	content: "※";
	left: 0;
	position: absolute;
}

.c-pageContainer {
	display: grid;
	grid-template-columns: 296px calc(100% - 296px);
	grid-template-columns: 15.417vw calc(100% - 15.417vw);
	margin: 0 auto;
	overflow: hidden;
	padding: 0 80px;
	padding: 0 4.167vw;
	position: relative;
	width: 100%;
}

.c-pageContainer-slide {
	grid-template-columns: 296px calc(100% - 216px);
	grid-template-columns: 15.417vw calc(100% - 11.25vw);
}

.c-pageContainer_heading {
	grid-column: 1/2;
	grid-row: 1/2;
	position: relative;
}

.c-pageContainer_inner {
	grid-column: 2/3;
	grid-row: 1/2;
	position: relative;
}

.c-pageContainer_inner.underPage {
	max-width: 1184px;
	padding-right: 16px;
	width: 100%;
}

.c-verticalHeading {
	-moz-user-select: none;
	-ms-user-select: none;
	-ms-writing-mode: tb-lr;
	-webkit-user-select: none;
	-webkit-writing-mode: vertical-lr;
	color: #262626;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Segoe UI, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 80px;
	font-size: 4.167vw;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.2;
	user-select: none;
	writing-mode: vertical-lr;
}

.c-verticalHeading.archivePage {
	font-size: 72px;
	font-size: 3.75vw;
	padding-top: 40px;
	padding-top: 2.083vw;
}

.c-verticalHeading.singlePage {
	font-size: 72px;
	font-size: 3.75vw;
	padding-top: 80px;
	padding-top: 4.167vw;
}

.c-verticalHeading .ja {
	display: inline-block;
	transform: rotate(90deg) translate(-9px, 5px);
	transform-origin: center;
}

.c-verticalHeading span {
	left: -120px;
	opacity: 0;
}

.c-button {
	height: 67px;
	overflow: hidden;
	position: relative;
	width: 272px;
}

.c-button_inner {
	align-items: center;
	background: #262626;
	color: #fff;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	height: 100%;
	letter-spacing: 0.2em;
	padding: 0 24px;
	width: 100%;
}

.c-button_inner::before {
	background: url(./assets/images/item/arrow_white.svg) no-repeat right/contain;
	content: "";
	display: block;
	height: 6px;
	position: absolute;
	right: 24px;
	width: 30px;
}

.c-button_inner.text-en {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Segoe UI, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.c-newsArchive {
	width: 79%;
}

.c-newsArchive_row {
	align-items: baseline;
	display: flex;
	font-weight: 300;
	line-height: 1.25;
	margin-bottom: 28px;
}

.c-newsArchive_row .news-date {
	flex-shrink: 0;
	letter-spacing: 0.12em;
	margin-right: 2em;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Segoe UI, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.c-newsArchive.underPage {
	width: 100%;
}

/* .c-newsArchive.underPage .c-newsArchive_row {
	margin-bottom: 68px;
} */

.c-topSliderSection {
	margin-top: 122px;
	overflow: hidden;
}

.c-topSliderSection.catalog-mt {
	margin-top: 102px;
}

.c-topSliderSection_heading {
	padding-top: 241px;
	padding-top: 12.552vw;
}

.c-topSliderSection_viewAll {
	margin-left: auto;
	margin-right: 80px;
	margin-right: 4.167vw;
	margin-top: 40px;
	margin-top: 2.083vw;
}

.c-topHeadingBackground {
	bottom: 85px;
	bottom: 4.427vw;
	height: 605px;
	height: 31.51vw;
	left: 0;
	position: absolute;
	width: 984px;
	width: 51.25vw;
	z-index: -1;
}

.c-topSlider {
	height: 778px;
	height: 40.521vw;
	margin-bottom: 170px;
}

.c-topSlider_item {
	margin-right: 24px;
	margin-right: 1.25vw;
	width: auto;
	aspect-ratio: 1 / 1.332;
}

.c-topSlider_item img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-topSlider.mediaSliderWrapper .c-topSlider_item {
	aspect-ratio: unset;
}

.c-topSlider.mediaSliderWrapper .c-topSlider_item img {
	width: auto;
}

.c-topSlider_item .slider-label {
	background: #fff;
	bottom: 24px;
	bottom: 1.25vw;
	font-size: 24px;
	font-weight: 600;
	left: 50%;
	letter-spacing: 0.24em;
	line-height: 1.25;
	max-width: 99%;
	min-width: 317px;
	padding: 17px 20px;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	word-break: keep-all;
}

.c-sliderNavigation {
	height: 10px;
	position: absolute;
	right: 80px;
	right: 4.167vw;
	top: 800px;
	top: 41.667vw;
	width: 76px;
	z-index: 10;
}

.c-sliderNavigation_next {
	height: 10px;
	margin-top: 0;
	right: 0;
	top: 0;
	width: 30px;
}

.c-sliderNavigation_next::after {
	background: url(./assets/images/item/arrow_black.svg) no-repeat center/contain;
	content: "";
	height: 100%;
	width: 100%;
}

.c-sliderNavigation_prev {
	height: 10px;
	left: 0;
	margin-top: 0;
	top: 0;
	width: 30px;
}

.c-sliderNavigation_prev::after {
	background: url(./assets/images/item/arrow_black.svg) no-repeat center/contain;
	content: "";
	height: 100%;
	transform: scaleX(-1);
	width: 100%;
}

.c-breadcrumb {
	background: #262626;
	color: #fff;
	display: flex;
	height: 46px;
	left: 0;
	position: fixed;
	right: 0;
	top: 100px;
	width: 100%;
	z-index: 100;
}

.c-breadcrumb_list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1184px;
	padding-left: 8px;
	width: 95%;
}

.c-breadcrumb_list_item {
	font-size: 12px;
	letter-spacing: 0.01em;
	position: relative;
}

.c-breadcrumb_list_item::after {
	content: "＞";
	margin: 0 5px;
	position: relative;
}

.c-breadcrumb_list_item:last-child::after {
	display: none;
}

.c-breadcrumb_list_item.nowHere {
	pointer-events: none;
}


.c-underPageHeader {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 81%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 81%, 0% 100%);
	height: 306px;
	margin-bottom: 100px;
	padding-top: 146px;
	position: relative;
	width: 100%;
}

.c-underPageHeader_item {
	-o-object-fit: cover;
	-o-object-position: top;
	display: block;
	object-fit: cover;
	object-position: top;
	position: relative;
}

.c-blackBack {
	margin-top: 240px;
	padding-top: 140px;
	position: relative;
}

.c-blackBack::before {
	-webkit-clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
	background: #262626;
	clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
	content: "";
	height: 60px;
	left: -19.584vw;
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.c-blackBack::after {
	background: #262626;
	content: "";
	height: calc(100% - 45px);
	left: -19.584vw;
	position: absolute;
	right: 0;
	top: 59px;
	width: 100vw;
	z-index: -1;
}

.c-blackBack_bottom {
	display: block;
	position: relative;
}

.c-blackBack_bottom::before {
	-webkit-clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
	background: #262626;
	bottom: -59px;
	clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
	content: "";
	height: 60px;
	left: -19.584vw;
	position: absolute;
	right: 0;
	transform: scale(-1, -1);
	width: 100vw;
	z-index: -1;
}

.c-blackBack_button {
	margin-left: auto;
	margin-right: 0;
	padding-right: 45px;
}

.c-blackBack_button .button-inner {
	justify-content: flex-end;
}

.c-archiveImageList {
	-moz-column-gap: 24px;
	column-gap: 24px;
	display: grid;
	grid-auto-flow: row;
	grid-template-columns: repeat(auto-fill, minmax(274px, 1fr));
	row-gap: 48px;
}

.c-archiveImageList_item {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
}

.c-archiveImageList_item_detail {
	display: flex;
	flex-direction: column-reverse;
	margin-top: 16px;
}

.c-archiveImageList_item_detail.hairCatalog {
	-moz-column-gap: 8px;
	column-gap: 5px;
	display: grid;
	grid-template-columns: 77px calc(100% - 82px);
	margin-top: 16px;
	background: #F5F5F5;
}

.c-archiveImageList_item_detail .hairCatalog_image {
	align-self: start;
	aspect-ratio: 1/1.328;
	grid-column: 1/2;
	grid-row: 1/3;
	height: auto;
	width: 100%;
}

.c-archiveImageList_item_detail .hairCatalog_image img {
	-o-object-position: top;
	object-position: top;
	object-fit: cover;
}

.c-archiveImageList_item_detail .hairCatalog_detail {
	grid-column: 2/3;
	grid-row: 2/3;
	padding: 0 0 5px 0;
}

.c-archiveImageList_item_detail .hairCatalog_detail_title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 16px;
	font-weight: 300;
	grid-column: 2/3;
	grid-row: 1/2;
	letter-spacing: 0.15em;
	line-height: 1.25;
	margin-bottom: 12px;
	overflow: hidden;
	padding: 5px 5px 0 0;
}

.c-archiveImageList_item_detail .hairCatalog_detail_salon {
	display: flex;
    flex-wrap: wrap;
	font-size: 12px;
	line-height: 1.5;
}

.c-archiveImageList_item_detail .hairCatalog_detail_name {
	font-size: 12px;
	line-height: 1.5;
}

.c-archiveImageList_item_detail .nameBox {
	align-items: center;
	display: flex;
	margin-top: 9px;
}

.c-archiveImageList_item_detail .nameBox_name {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Segoe UI, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	margin-right: 8px;
}

.c-archiveImageList_item_detail .nameBox_sns {
	width: 18px;
}

.c-archiveImageList_item_detail .salonName {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.25;
}

.c-archiveImageList_item_detail .salonAddress {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.65;
	margin-top: 12px;
}

.c-archiveImageList_item_detail-salon {
	flex-direction: column;
	margin-top: 8px;
}

.c-archiveImageList_item_image {
	aspect-ratio: 1/1.33;
	height: auto;
	overflow: hidden;
	width: 100%;
}

.c-archiveImageList_item_image a {
	display: block;
	height: 100%;
	width: 100%;
}

.c-archiveImageList_item_image img {
	-o-object-fit: cover;
	-o-object-position: top;
	object-fit: cover;
	object-position: top;
}

.c-archiveImageList_item_image.wide img {
	-o-object-fit: contain;
	-o-object-position: center;
	object-fit: contain;
	object-position: center;
}

.c-archiveImageList-salon {
	grid-template-columns: repeat(auto-fill, minmax(373px, 1fr));
}

.c-archiveImageList-salon .c-archiveImageList_item_image {
	aspect-ratio: 1/0.565;
	height: 211px;
	height: 100%;
	width: 100%;
}

.c-archiveImageSectionHeading {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Segoe UI, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.22em;
	line-height: 1.3;
	margin-bottom: 13px;
	margin-top: 76px;
}

.c-archiveImageSectionHeading-invert {
	color: #FFFFFF;
}

.c-archiveImageSectionHeading:first-of-type {
	margin-top: 0;
}

.c-searchForm_select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #fff url(./assets/images/item/select-arrow.svg) no-repeat top 18px right 8px/14px 10px;
	border: 1px solid #707070;
	border-radius: 3px;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 16px;
	height: 50px;
	padding: 0.4em 0.8em;
	width: 100%;
}

.c-searchForm_select::-ms-expand {
	display: none;
}

.c-searchForm_select:focus {
	box-shadow: none;
	outline: none;
}

.c-searchForm_text {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	background-image: none;
	border: 1px solid #707070;
	border-radius: 0;
	border-radius: 3px;
	color: inherit;
	font-family: inherit;
	font-size: 16px;
	height: 50px;
	padding: 0.4em 0.8em;
	width: 100%;
}

.c-searchForm_text:focus {
	box-shadow: none;
	outline: none;
}

.c-searchForm_button {
	background: transparent;
	background: #262626;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 18px;
	height: 50px;
	left: 12px;
	letter-spacing: 0.02em;
	line-height: 1;
	margin: 40px auto 0;
	padding: 15px 0;
	position: relative;
	width: 240px;
}

.c-searchForm_button:after {
	position: absolute;
	right: 16px;
	top: 13px;
}

.c-pagination {
	display: flex;
	flex-wrap: wrap;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Segoe UI, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	justify-content: center;
	line-height: 2;
}

.c-pagination > li {
	margin: 0 3px;
}

.c-pagination > li a {
	padding: 10px 5px;
}

.l-header {
	align-items: center;
	background: #fff;
	display: flex;
	height: 100px;
	justify-content: space-between;
	left: 0;
	padding: 0 80px;
	padding: 0 4.167vw;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.l-header_logo {
	pointer-events: auto;
	width: 200px;
}

.l-header_navOpen {
	align-items: center;
	background: #262626;
	border-radius: 50%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	display: flex;
	height: 40px;
	justify-content: center;
	pointer-events: auto;
	position: relative;
	width: 40px;
	z-index: 1000;
}

.l-header_navOpen_lineBox {
	display: block;
	height: 10px;
	position: relative;
	width: 24px;
}

.l-header_navOpen_lineBox .buttonLine {
	background: #fff;
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 24px;
}

.l-header_navOpen_lineBox .buttonLine-01 {
	top: 0;
}

.l-header_navOpen_lineBox .buttonLine-02 {
	bottom: 0;
}

.frontPage .l-header {
	background: none;
}

.frontPage .l-header_logo {
	pointer-events: none;
	visibility: hidden;
}

.l-nav {
	background: #fff;
	height: 100%;
	pointer-events: none;
	position: fixed;
	right: -376px;
	top: 0;
	width: 375px;
	z-index: 1000;
}

.l-nav_list {
	padding-left: 24px;
	padding-top: 100px;
}

.l-nav_list_item {
	letter-spacing: 0.03em;
	margin-bottom: 20px;
}

.l-nav_close {
	position: absolute;
	right: 12px;
	top: 10px;
}

.l-nav_close .l-header_navOpen_lineBox .buttonLine-01 {
	top: 4px;
	transform: rotate(44deg);
	transform-origin: center;
}

.l-nav_close .l-header_navOpen_lineBox .buttonLine-02 {
	bottom: 4px;
	transform: rotate(-44deg);
	transform-origin: center;
}

.l-footer {
	padding-bottom: 120px;
	padding-top: 113px;
}

.l-footer_nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-weight: 300;
	justify-content: center;
	line-height: 1.6;
	margin: 0 auto;
	width: 90%;
}

.l-footer_nav_item {
	margin: 0 1rem;
}

.l-footer_sns {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.l-footer_sns_item {
	height: 14px;
	margin: 0 8px;
	width: 14px;
}

.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;
}

.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;
}

.p-top_mainvisual_scroll {
	bottom: 42px;
	bottom: 2.188vw;
	height: 72px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 62px;
	z-index: 10;
}

.p-top_mainvisual_scroll .scroll-text {
	color: #fff;
	display: block;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Segoe UI, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
}

.p-top_mainvisual_scroll .scroll-line {
	background: #fff;
	bottom: 0;
	display: block;
	height: 46px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1px;
}

.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-top_news {
	padding-bottom: 30px;
	padding-top: 48px;
}

.p-top_news_content {
	padding-top: 37px;
}

.p-top_news_archive {
	margin-bottom: 39px;
}

.p-top_news_viewAll {
	margin-left: auto;
	margin-right: 0;
}

.p-top_concept {
	padding-top: 60px;
}

.p-top_concept::before {
	-webkit-clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
	background: #262626;
	clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
	content: "";
	height: 60px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-top_concept::after {
	background: #262626;
	content: "";
	height: 433px;
	height: 22.552vw;
	left: 0;
	position: absolute;
	right: 0;
	top: 59px;
	width: 100%;
	z-index: -1;
}

.p-top_concept_heading {
	position: absolute;
	top: 196px;
	top: 10.208vw;
}

.p-top_concept_heading .wh {
	color: #fff;
}

.p-top_concept_content {
	margin-left: auto;
	margin-right: 0;
	padding-bottom: 174px;
	padding-bottom: 9.063vw;
	padding-top: 48px;
	padding-top: 2.5vw;
	width: 100%;
}

.p-top_concept_copyContainer {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	padding-bottom: 84px;
	padding-bottom: 4.375vw;
}

.p-top_concept_copyContainer .catchCopy {
	background-color: #FFFFFF;
	display: inline-block;
	font-size: 80px;
	font-size: 4.167vw;
	font-weight: 600;
	letter-spacing: 0.24em;
	line-height: 1.25;
	margin-bottom: 24px;
	margin-bottom: 1.25vw;
	padding: 15px 6px 14px 22px;
	padding: 0.781vw 0.313vw 0.729vw 1.146vw;
	text-align: right;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.p-top_concept_viewAll {
	margin-left: auto;
	margin-right: 0;
	margin-top: 40px;
	margin-top: 2.083vw;
}

.p-top_bottomContainer {
	margin-top: 120px;
}

.p-top_bottomContainer_list {
	display: flex;
}

.p-top_bottomContainer_list_item {
	background: #262626;
	color: #fff;
	height: 647px;
	height: 33.698vw;
	padding: 18px;
	padding: 0.938vw;
	text-align: center;
	width: 50%;
}

.p-top_bottomContainer_list_item .bottom-anchor {
	align-items: center;
	border: 1px solid #fff;
	display: flex;
	flex-direction: column;
	height: 610px;
	height: 31.771vw;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.p-top_bottomContainer_list_item .bottom-heading {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Segoe UI, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 80px;
	font-size: 4.167vw;
	font-weight: 500;
	left: 0.1em;
	letter-spacing: 0.2em;
	line-height: 1.4;
	position: relative;
	top: -39px;
}

.p-top_bottomContainer_list_item .bottom-heading::after {
	background: #fff;
	bottom: -23px;
	content: "";
	height: 3px;
	left: calc(50% - 7px);
	position: absolute;
	transform: translateX(-50%);
	width: 86px;
}

.p-top_bottomContainer_list_item .bottom-detail {
	font-weight: 500;
	line-height: 1.8;
	position: relative;
	top: 12px;
}

.p-news_single_content {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(4, auto);
}

.p-news_single_content .singleNews_title {
	font-size: 32px;
	font-weight: 700;
	grid-row: 2/3;
	line-height: 1.25;
	margin-top: 40px;
}

.p-news_single_content .singleNews_eyecatch {
	aspect-ratio: 1/0.47;
	grid-row: 1/2;
	height: auto;
	left: -8px;
	margin: 0 auto;
	max-width: 1085px;
	position: relative;
	width: 93%;
}

.p-news_single_content .singleNews_eyecatch img {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-news_single_content .singleNews_textarea {
	grid-row: 3/4;
	line-height: 2;
	margin-top: 5px;
}

.p-news_single_content .singleNews_textarea p {
	margin-bottom: 2em;
	line-height: 1.75;
}

.p-news_single_content .singleNews_anchor {
	grid-row: 4/5;
}

.p-news_single_content .singleNews_anchor .anchorList {
	display: flex;
	flex-wrap: wrap;
}

.p-news_single_content .singleNews_anchor .anchorList_item {
	border: 1px solid #262626;
	font-size: 12px;
	line-height: 1.25;
	margin-bottom: 8px;
	margin-right: 8px;
	text-align: center;
}

.p-news_single_content .singleNews_anchor .anchorList_item a {
	display: block;
	height: 100%;
	padding: 4px 9px;
	width: 100%;
}

.p-news_single_pagination {
	margin-top: 110px;
}

.p-news_single_pagination .paginationList {
	display: flex;
	justify-content: space-between;
}

.p-news_single_pagination .paginationList_item {
	line-height: 2;
	margin-right: 16px;
	position: relative;
	width: 480px;
}

.p-news_single_pagination .paginationList_item::before {
	background: url(./assets/images/item/arrow_black-long.svg) no-repeat center/contain;
	content: "";
	height: 12px;
	position: absolute;
	top: calc(50% - 3px);
	transform: translateY(-50%);
	width: 80px;
}

.p-news_single_pagination .paginationList_item.prev:before {
	left: 0;
	transform: scaleX(-1) translateY(-50%);
}

.p-news_single_pagination .paginationList_item.prev a {
	padding-left: 96px;
}

.p-news_single_pagination .paginationList_item.next {
	text-align: right;
}

.p-news_single_pagination .paginationList_item.next::before {
	right: 0;
}

.p-news_single_pagination .paginationList_item.next a {
	padding-right: 96px;
}

.p-news_single_pagination .paginationList_item a {
	display: block;
	height: 100%;
	width: 100%;
}

.p-news_single_toArchive {
	left: -8px;
	margin: 112px auto 0;
}

.p-concept_content {
	text-align: center;
}

.p-concept_content .copy {
	font-weight: 500;
	line-height: 1.25;
}

.p-concept_content .copy-01 {
	font-size: 40px;
	margin-bottom: 10px;
}

.p-concept_content .copy-02 {
	font-size: 25px;
}

.p-concept_content .copy em {
	font-style: normal;
}

.p-concept_content .description {
	line-height: 2;
	margin-top: 60px;
}

.p-staff_single_detail {
	column-gap: 48px;
	column-gap: 2.5vw;
	display: grid;
	grid-template-columns: 550px calc(100% - 550px);
	grid-template-rows: 92px auto;
}

.p-staff_single_detail .detail_name {
	align-self: start;
	display: flex;
	flex-direction: column-reverse;
	grid-column: 2/3;
	grid-row: 1/2;
}

.p-staff_single_detail .detail_name_name {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Segoe UI, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.p-staff_single_detail .detail_name_record {
	display: flex;
	font-size: 12px;
	line-height: 1.25;
	margin-bottom: 6px;
}

.p-staff_single_detail .detail_name_record p {
	margin-right: 16px;
}

.p-staff_single_detail_info {
	display: grid;
	grid-column: 2/3;
	grid-row: 2/3;
	grid-row: auto 67px;
	grid-template: 100%;
}

.p-staff_single_detail_info .info_body {
	grid-row: 1/2;
}

.p-staff_single_detail_info .info_description {
	line-height: 2;
}

.info_description_content>h2 {
	margin-bottom: 1em;
	line-height: 1.3;
}

.p-staff_single_detail_info .info_description_contentBox {
	padding-bottom: 20px;
	position: relative;
}

.p-staff_single_detail_info .info_description_contentBox a {
	text-decoration: underline;
	transition: opacity 0.4s;
}

.p-staff_single_detail_info .info_description_contentBox a:hover {
	opacity: 0.6;
	transition: opacity 0.4s;
}

.p-staff_single_detail_info .info_description .contentOpen {
	display: none;
	transition: all 0.4s;
}

.p-staff_single_detail_info .info_description .contentOpen:checked + .info_description_open {
	border: none;
	bottom: -21px;
	opacity: 0.5;
}

.p-staff_single_detail_info .info_description .contentOpen:checked + .info_description_open::before {
	content: "折りたたむ";
}

.p-staff_single_detail_info .info_description .contentOpen:checked ~ .info_description_content {
	height: auto;
	max-height: 100%;
}

.p-staff_single_detail_info .info_description .contentOpen:checked ~ .info_description_content::before {
	opacity: 0;
}

.p-staff_single_detail_info .info_description_open {
	border: 1px solid #262626;
	bottom: -11px;
	cursor: pointer;
	display: block;
	font-size: 15px;
	font-weight: 600;
	height: 42px;
	left: calc(50% - 4px);
	line-height: 40px;
	opacity: 0.9;
	position: absolute;
	text-align: center;
	text-align: center;
	transform: translateX(-50%);
	width: 180px;
	z-index: 1;
}

.p-staff_single_detail_info .info_description_open::before {
	content: "続きを見る";
	left: 50%;
	pointer-events: none;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	width: 100%;
}

.p-staff_single_detail_info .info_description_open.is-notHide {
	display: none;
}

.p-staff_single_detail_info .info_description_open.is-notHide::before {
	display: none;
}

.p-staff_single_detail_info .info_description_content {
	max-height: 135px;
	overflow: hidden;
	position: relative;
}

.p-staff_single_detail_info .info_description_content::before {
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
	bottom: 0;
	content: "";
	display: block;
	height: 84px;
	left: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
}

.p-staff_single_detail_info .info_description_content.is-notHide {
	height: auto;
}

.p-staff_single_detail_info .info_description_content.is-notHide::before {
	display: none;
}

.p-staff_single_detail_info .info_forte {
	margin-top: 20px;
}

.p-staff_single_detail_info .info_forte_title {
	line-height: 1.7;
	margin-top: 23px;
}

.p-staff_single_detail_info .info_forte_title:first-child {
	margin-top: 0;
}

.p-staff_single_detail_info .info_forte_desc {
	line-height: 2;
}

.p-staff_single_detail_info .info_link {
	align-self: end;
	bottom: -10px;
	display: flex;
	flex-wrap: wrap;
	grid-row: 2/3;
	justify-content: flex-start;
	margin-top: 40px;
	position: relative;
}

.p-staff_single_detail_info .info_link_item {
	margin-bottom: 10px;
	margin-right: 24px;
}

.p-staff_single_detail_image {
	align-self: start;
	aspect-ratio: 1/1.33;
	grid-column: 1/2;
	grid-row: 1/3;
	height: auto;
	position: relative;
	width: 100%;
}

.p-staff_single_detail_image .instaIcon {
	align-items: center;
	bottom: 10px;
	bottom: 0.521vw;
	display: flex;
	height: 30px;
	justify-content: center;
	position: absolute;
	right: 30px;
	right: 1.563vw;
	width: 30px;
}

.p-staff_single_detail_image .instaIcon img {
	display: block;
	height: 21px;
	width: 21px;
}

.p-staff_single_media {
	margin-top: 94px;
}

.p-staff_single_linktree {
	display: grid;
	grid-auto-flow: row;
	grid-gap: 30px;
	grid-template-columns: repeat(auto-fill, minmax(334px, 1fr));
	margin: 160px auto 0;
	max-width: 1063px;
	row-gap: 40px;
	width: 100%;
		font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Segoe UI, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.p-staff_single_linktree .linkItem {
	width: 100%;
}

.p-staff_single_linktree .linkItem_inner {
/* 	justify-content: center; */
	letter-spacing: 0.1em;
}

.p-staff_single_linktree .linkItem_inner::before {
	right: 15px;
}

.p-media_single_nameBox {
	margin-bottom: 16px;
}

.p-media_single_nameBox .nameBox_position {
	font-size: 12px;
	line-height: 1.2;
}

.p-media_single_nameBox .nameBox_main {
	display: flex;
}

.p-media_single_nameBox .nameBox_main_name {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Segoe UI, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.4;
	margin-right: 10px;
}

.p-media_single_nameBox .nameBox_main_name em {
	font-style: normal;
}

.p-media_single_list .media-title {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

.p-catalog_pagination {
	margin-top: 110px;
}

.p-catalog_search_result {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 12px;
}

.p-catalog_search_result_row {
	display: flex;
	flex-wrap: wrap;
	margin-right: 30px;
}

.p-catalog_search_result_row dt {
	position: relative;
}

.p-catalog_search_result_row dt::after {
	content: "：";
	position: relative;
}

.p-catalog_search .p-catalog-searchForm_wrapper {
	margin-bottom: 80px;
}

.p-catalog_single_detail {
	-moz-column-gap: 48px;
	-moz-column-gap: 2.5vw;
	column-gap: 48px;
	column-gap: 2.5vw;
	display: grid;
	grid-template-columns: 550px calc(100% - 550px - 48px);
}

.p-catalog_single_detail .styleName {
	position: relative;
	top: -5px;
	font-size: 32px;
	font-weight: 600;
	grid-column: 2/3;
	grid-row: 1/2;
	line-height: 1.45;
	letter-spacing: 0.02em;
}

.p-catalog_single_detail_info {
	display: grid;
	grid-column: 2/3;
	grid-row: 2/3;
}

.p-catalog_single_detail_info .info_body {
	grid-row: 1/2;
	grid-column: 1/3;
}

.p-catalog_single_detail_info .info_couponBox {
	line-height: 2;
	margin-top: 29px;
}

.p-catalog_single_detail_info .info_couponBox:not(:first-child) .secTitle {
	display: none;
}

.p-catalog_single_detail_info .info_couponBox_detail {
	border: 1px solid #262626;
	display: grid;
	grid-template-rows: repeat(3, auto);
	margin-top: 16px;
	padding: 14px 14px 0 16px;
	position: relative;
}

.p-catalog_single_detail_info .info_couponBox_detail .couponBox_name {
	font-size: 1rem;
	font-weight: 600;
	grid-row: 2/3;
	letter-spacing: 0.01em;
	line-height: 1.35;
	margin-top: 10px;
}

.p-catalog_single_detail_info .info_couponBox_detail .couponBox_info {
	align-items: baseline;
	display: flex;
	grid-row: 1/2;
	justify-content: space-between;
}

.p-catalog_single_detail_info .info_couponBox_detail .couponBox_info .tagList {
	display: flex;
	flex-wrap: wrap;
}

.p-catalog_single_detail_info .info_couponBox_detail .couponBox_info .tagList_item {
	background: #000;
    color: #fff;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-right: 6px;
    padding: 0 10px;
}

.p-catalog_single_detail_info .info_couponBox_detail .couponBox_info .price {
	margin-right: 8px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Segoe UI, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
}

.p-catalog_single_detail_info .info_couponBox_detail .couponBox_conditions {
	font-size: 12px;
	grid-row: 3/4;
	line-height: 1.666;
	margin-top: 15px;
}

.p-catalog_single_detail_info .info_couponBox_detail .couponBox_conditions_row {
	display: flex;
}

.p-catalog_single_detail_info .info_couponBox_detail .couponBox_conditions_row dt {
	position: relative;
}

.p-catalog_single_detail_info .info_couponBox_detail .couponBox_conditions_row dt::after {
	content: "：";
	position: relative;
}

.p-catalog_single_detail_info .info_couponBox_detail .couponBox_reserve {
	background: #262626;
	color: #fff;
	left: -16px;
	margin-top: 10px;
	position: relative;
	text-align: center;
	width: calc(100% + 32px);
}

.p-catalog_single_detail_info .info_couponBox_detail .couponBox_reserve a {
	display: block;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	width: 100%;
}

.p-catalog_single_detail_info .info_data {
	margin-top: 40px;
}

.p-catalog_single_detail_info .info_data_list {
	font-weight: 600;
	line-height: 1.2;
	margin-top: 16px;
}

.p-catalog_single_detail_info .info_data_list_row {
	align-items: center;
	display: flex;
	margin-bottom: 16px;
}

.p-catalog_single_detail_info .info_data_list_row dt {
	align-items: center;
	border: 1px solid #262626;
	display: flex;
	flex-shrink: 0;
	font-weight: 600;
	height: 48px;
	justify-content: center;
	margin-right: 15px;
	text-align: center;
	width: 95px;
	color: #000;
}

.p-catalog_single_detail_info .info_stylist {
	margin-top: 40px;
}

.p-catalog_single_detail_info .info_stylist_block {
	-moz-column-gap: 24px;
	column-gap: 24px;
	display: grid;
	grid-template-columns: 103px 1fr;
	margin-top: 16px;
	background: #F5F5F5;
}

.p-catalog_single_detail_info .info_stylist_block_data {
	display: grid;
	grid-column: 2/3;
	grid-row: 1/2;
	grid-template-rows: repeat(3, auto);
	align-content: start;
	padding: 14px 10px 10px 0;
}

.p-catalog_single_detail_info .info_stylist_block_data .data_name {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Segoe UI, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 24px;
	grid-row: 2/3;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.p-catalog_single_detail_info .info_stylist_block_data .data_info {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	font-size: 14px;
/* 	font-weight: 700; */
	grid-row: 1/2;
	letter-spacing: 0.01em;
	line-height: 1.2;
}

.p-catalog_single_detail_info .info_stylist_block_data .data_info_shop {
	margin-right: 3px;
	letter-spacing: 0.08em;
}

.p-catalog_single_detail_info .info_stylist_block_data .data_info_shop a {
	text-decoration: underline;
}

.p-catalog_single_detail_info .info_stylist_block_data .data_info_work {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Segoe UI, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.p-catalog_single_detail_info .info_stylist_block_data .data_forte {
	grid-row: 3/4;
}

.p-catalog_single_detail_info .info_stylist_block_data .data_forte_title {
	margin-top: 5px;
	margin-bottom: 5px;
}

.p-catalog_single_detail_info .info_stylist_block_data .data_forte_detail {
	line-height: 1.35;
}

.p-catalog_single_detail_info .info_stylist_block_image {
	align-self: start;
	aspect-ratio: 1/1.33;
	grid-column: 1/2;
	grid-row: 1/2;
	height: 100%;
	width: 100%;
}

.p-catalog_single_detail_info .info_stylist_block_image a {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1.33;
}

.p-catalog_single_detail_info .info_stylist_block_image img {
	height: auto;
	-o-object-position: top left;
	object-position: top left;
	object-fit: cover;
}

.p-catalog_single_detail_info .info_link {
	align-self: end;
	display: flex;
	flex-wrap: wrap;
	grid-row: 2/3;
	justify-content: flex-start;
	margin-top: 62px;
}
.p-catalog_single_detail_info .info_link.shimei {
	grid-column: 2/3;
}
.p-catalog_single_detail_info .info_link.style {
	grid-column: 1/2;
}

.p-catalog_single_detail_info .info_link_item {
	margin-bottom: 10px;
}

.p-catalog_single_detail_info .info_link_item:first-child {
	margin-right: 24px;
}

.p-catalog_single_detail_info .info_link.shimei .info_link_item {
	margin-right: 0;
}

.p-catalog_single_detail_info .secTitle {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Segoe UI, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.2;
}

.p-catalog_single_detail_image {
	align-self: start;
	grid-column: 1/2;
	grid-row: 1/3;
}

.p-catalog_single_detail_image .catalog-slider_main {
	aspect-ratio: 1/1.33;
	height: 100%;
	width: 100%;
}
.p-catalog_single_detail_image .catalog-slider_main img {
	object-fit: cover;
}

.p-catalog_single_detail_image .catalog-slider_thumb {
	margin-top: 16px;
}

.p-catalog_single_detail_image .catalog-slider_thumb img {
	object-fit: cover;
}

.p-catalog_single_detail_image .catalog-slider_thumb_item {
	aspect-ratio: 1/1.33;
	cursor: pointer;
	height: 100%;
	width: 100%;
}

.p-catalog_single_styles {
	margin-top: 53px;
	padding-bottom: 83px;
	padding-top: 135px;
}

.p-catalog_single_styles .toOthers {
	color: #fff;
	display: inline-block;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Segoe UI, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
	position: relative;
}

.p-catalog_single_styles .toOthers::after {
	background: url(./assets/images/item/arrow_white.svg) no-repeat center/contain;
	content: "";
	display: block;
	height: 7px;
	position: absolute;
	right: 0;
	top: 20px;
	width: 33px;
}

.p-catalog_single_styles .toOthers button {
	display: block;
	height: 100%;
	padding-right: 43px;
	width: 100%;
	font: inherit;
	color: #fff;
	letter-spacing: inherit;
}

.p-catalog-searchForm_title {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Segoe UI, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.21em;
	line-height: 1.4;
}

.p-catalog-searchForm_wrapper {
	background: #262626;
	margin-bottom: 120px;
	margin-top: 20px;
	padding: 34px 0;
	width: 100%;
}

.p-catalog-searchForm_wrapper .searchList {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.p-catalog-searchForm_wrapper .searchList_item {
	margin: 0 12px 20px;
	max-width: 350px;
	width: 100%;
}

.p-catalog-searchForm_wrapper .searchList_item.keyword {
	max-width: 500px;
}

.p-salon_single_information {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: repeat(4, auto);
}

.p-salon_single_information_slider {
	grid-row: 1/2;
}

.p-salon_single_information_slider .salonSliderMain {
	aspect-ratio: 1/0.565;
	height: auto;
	width: 100%;
}

.p-salon_single_information_slider .salonSliderMain .swiper-slide {
	background: #fff;
}

.p-salon_single_information_slider .salonThumb {
	margin-top: 16px;
}

.p-salon_single_information_slider .salonThumb_item {
	aspect-ratio: 1/0.565;
	cursor: pointer;
	height: auto;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.p-salon_single_information_slider img {
	-o-object-fit: cover;
	-o-object-position: center;
	object-fit: cover;
	object-position: center;
}

.p-salon_single_information_detail {
	display: grid;
	grid-row: 3/4;
	grid-template-columns: repeat(2, auto);
}

.p-salon_single_information_detail_top {
	display: flex;
	flex-wrap: wrap;
	grid-row: 2/3;
	margin-top: 35px;
}

.p-salon_single_information_detail_top .top_title {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Segoe UI, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	margin-right: 32px;
}

.p-salon_single_information_detail_top .top_info {
	align-items: center;
	display: flex;
}

.p-salon_single_information_detail_top .top_info_item {
	background: #262626;
	color: #fff;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Segoe UI, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	margin-right: 8px;
	text-align: center;
	width: 90px;
}

.p-salon_single_information_detail_top .top_info_item a {
	display: block;
	height: 100%;
	line-height: 40px;
	width: 100%;
}

.p-salon_single_information_detail_info {
	grid-column: 1/2;
	margin-right: 40px;
	margin-right: 2.083vw;
	margin-top: 10px;
	width: 520px;
}

.p-salon_single_information_detail_info .info-row {
	align-items: baseline;
	display: flex;
	margin-bottom: 8px;
}

.p-salon_single_information_detail_info .info-row dt {
	border: 1px solid #262626;
	font-weight: 600;
	height: 50px;
	line-height: 48px;
	margin-right: 8px;
	text-align: center;
	width: 80px;
}

.p-salon_single_information_detail_info .info-row dt h2 {
	font-size: 1rem;
}

.p-salon_single_information_detail_info .info-row dd {
	letter-spacing: 0.01em;
	line-height: 2.125;
}

.p-salon_single_information_detail_text {
	grid-column: 2/3;
	line-height: 2.125;
}

.p-salon_single_information_detail_text>h2 {
  margin-bottom: 1em;
}

.p-salon_single_information_reserve {
	grid-row: 4/5;
	margin-left: auto;
	margin-right: 0;
	margin-top: 83px;
}

.p-salon_single_staff::after {
	height: calc(100% - 58px);
}

.p-salon_single_staff_title {
	font-size: 24px;
}

.p-salon_single_staff_list {
	row-gap: 24px;
}

.p-salon_single_staff_bottom {
	padding-top: 83px;
}

.p-salon_single_menu {
	margin-top: 138px;
}

.p-salon_single_menu_title {
	font-size: 24px;
	margin-bottom: 9px;
}

.p-salon_single_menu_list {
	-moz-column-gap: 40px;
	column-gap: 40px;
	display: grid;
	grid-auto-flow: row;
	grid-template-columns: repeat(auto-fill, 297px);
	justify-content: space-between;
	row-gap: 15px;
}

.p-salon_single_menu_list h3 {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Segoe UI, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1rem;
	font-weight: 700;
}

.p-salon_single_menu_list table {
	line-height: 1.6;
	margin-bottom: 15px;
	margin-top: 10px;
	width: 100%;
}

.p-salon_single_menu_list table tr {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.p-salon_single_menu_list table td:last-child {
	text-align: right;
	width: 80px;
}

.p-salon_single_menu_announce {
	margin-top: 10px;
}

.p-obog_topHeading {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Segoe UI, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.2;
}

.p-obog_schoolList {
	margin-top: 37px;
	padding: 0 5px;
	text-align: center;
}

.p-obog_schoolList li {
	display: inline;
	line-height: 2.125;
	position: relative;
}

.p-obog_schoolList li::after {
	content: "/";
	margin: 0 10px;
	position: relative;
}

.p-obog_schoolList li:last-child::after {
	display: none;
}

.p-obog_content {
	margin-top: 225px;
}

.p-obog_content_heading {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.21em;
	margin-bottom: 20px;
	margin-top: 230px;
}

.p-obog_content_heading:first-of-type {
	margin-top: 0;
}

.jsHeadingText > span {
	display: inline-block;
	opacity: 0;
	position: relative;
	transition: all 0.6s ease;
}

.jsHeadingText.is-action_heading span:nth-child(0) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 0.1s;
}

.jsHeadingText.is-action_heading span:nth-child(1) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 0.1666666667s;
}

.jsHeadingText.is-action_heading span:nth-child(2) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 0.2333333333s;
}

.jsHeadingText.is-action_heading span:nth-child(3) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 0.3s;
}

.jsHeadingText.is-action_heading span:nth-child(4) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 0.3666666667s;
}

.jsHeadingText.is-action_heading span:nth-child(5) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 0.4333333333s;
}

.jsHeadingText.is-action_heading span:nth-child(6) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 0.5s;
}

.jsHeadingText.is-action_heading span:nth-child(7) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 0.5666666667s;
}

.jsHeadingText.is-action_heading span:nth-child(8) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 0.6333333333s;
}

.jsHeadingText.is-action_heading span:nth-child(9) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 0.7s;
}

.jsHeadingText.is-action_heading span:nth-child(10) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 0.7666666667s;
}

.jsHeadingText.is-action_heading span:nth-child(11) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 0.8333333333s;
}

.jsHeadingText.is-action_heading span:nth-child(12) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 0.9s;
}

.jsHeadingText.is-action_heading span:nth-child(13) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 0.9666666667s;
}

.jsHeadingText.is-action_heading span:nth-child(14) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 1.0333333333s;
}

.jsHeadingText.is-action_heading span:nth-child(15) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 1.1s;
}

.jsHeadingText.is-action_heading span:nth-child(16) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 1.1666666667s;
}

.jsHeadingText.is-action_heading span:nth-child(17) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 1.2333333333s;
}

.jsHeadingText.is-action_heading span:nth-child(18) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 1.3s;
}

.jsHeadingText.is-action_heading span:nth-child(19) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 1.3666666667s;
}

.jsHeadingText.is-action_heading span:nth-child(20) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 1.4333333333s;
}

.jsHeadingText.is-action_heading span:nth-child(21) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 1.5s;
}

.jsHeadingText.is-action_heading span:nth-child(22) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 1.5666666667s;
}

.jsHeadingText.is-action_heading span:nth-child(23) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 1.6333333333s;
}

.jsHeadingText.is-action_heading span:nth-child(24) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 1.7s;
}

.jsHeadingText.is-action_heading span:nth-child(25) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 1.7666666667s;
}

.jsHeadingText.is-action_heading span:nth-child(26) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 1.8333333333s;
}

.jsHeadingText.is-action_heading span:nth-child(27) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 1.9s;
}

.jsHeadingText.is-action_heading span:nth-child(28) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 1.9666666667s;
}

.jsHeadingText.is-action_heading span:nth-child(29) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 2.0333333333s;
}

.jsHeadingText.is-action_heading span:nth-child(30) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 2.1s;
}

.jsHeadingText.is-action_heading span:nth-child(31) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 2.1666666667s;
}

.jsHeadingText.is-action_heading span:nth-child(32) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 2.2333333333s;
}

.jsHeadingText.is-action_heading span:nth-child(33) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 2.3s;
}

.jsHeadingText.is-action_heading span:nth-child(34) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 2.3666666667s;
}

.jsHeadingText.is-action_heading span:nth-child(35) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 2.4333333333s;
}

.jsHeadingText.is-action_heading span:nth-child(36) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 2.5s;
}

.jsHeadingText.is-action_heading span:nth-child(37) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 2.5666666667s;
}

.jsHeadingText.is-action_heading span:nth-child(38) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 2.6333333333s;
}

.jsHeadingText.is-action_heading span:nth-child(39) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 2.7s;
}

.jsHeadingText.is-action_heading span:nth-child(40) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 2.7666666667s;
}

.jsHeadingText.is-action_heading span:nth-child(41) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 2.8333333333s;
}

.jsHeadingText.is-action_heading span:nth-child(42) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 2.9s;
}

.jsHeadingText.is-action_heading span:nth-child(43) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 2.9666666667s;
}

.jsHeadingText.is-action_heading span:nth-child(44) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 3.0333333333s;
}

.jsHeadingText.is-action_heading span:nth-child(45) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 3.1s;
}

.jsHeadingText.is-action_heading span:nth-child(46) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 3.1666666667s;
}

.jsHeadingText.is-action_heading span:nth-child(47) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 3.2333333333s;
}

.jsHeadingText.is-action_heading span:nth-child(48) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 3.3s;
}

.jsHeadingText.is-action_heading span:nth-child(49) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 3.3666666667s;
}

.jsHeadingText.is-action_heading span:nth-child(50) {
	left: 0;
	opacity: 1;
	transition: all 0.6s ease 3.4333333333s;
}

.l-nav {
	transition: right 0.5s, opacity 0.5s, visibility 0s 0.5s;
}

.l-nav.is-open {
	pointer-events: auto;
	right: 0;
	transition: right 0.5s, opacity 0.5s, visibility 0s;
}

.is-animation_scrollLine {
	-webkit-animation: scrollLine 2.5s infinite;
	animation: scrollLine 2.5s infinite;
}

.c-button {
	transition: opacity 0.4s;
}

.c-button .c-button_inner::before {
	transition: transform 0.3s;
}

.c-button:hover {
	opacity: 0.7;
	transition: opacity 0.4s;
}

.c-button:hover .c-button_inner::before {
	transform: translateX(3px);
	transition: transform 0.3s;
}

.c-topSlider_item {
	overflow: hidden;
}

.c-topSlider_item img {
	transition: transform 0.6s ease;
}

.c-topSlider_item:hover img {
	transform: scale(1.1);
	transition: transform 0.6s ease;
}

.c-archiveImageList_item_detail .nameBox_name a {
	transition: opacity 0.5s;
}

.c-archiveImageList_item_detail .nameBox_name a:hover {
	opacity: 0.5;
	transition: opacity 0.5s;
}

.c-searchForm_button {
	transition: -webkit-filter 0.5s;
	transition: filter 0.5s;
	transition: filter 0.5s, -webkit-filter 0.5s;
}

.c-searchForm_button:hover {
	-webkit-filter: invert(1);
	filter: invert(1);
	transition: -webkit-filter 0.5s;
	transition: filter 0.5s;
	transition: filter 0.5s, -webkit-filter 0.5s;
}

.c-archiveImageList_item_detail .nameBox_sns,
.nameBox_main_sns {
	transition: opacity 0.5s;
}

.c-archiveImageList_item_detail .nameBox_sns:hover,
.nameBox_main_sns:hover {
	opacity: 0.5;
	transition: opacity 0.5s;
}

.c-archiveImageList_item_detail .hairCatalog_image,
.c-archiveImageList_item_image,
.p-catalog_single_detail_info .info_stylist_block_image {
	overflow: hidden;
}

.c-archiveImageList_item_detail .hairCatalog_image img,
.c-archiveImageList_item_image img,
.p-catalog_single_detail_info .info_stylist_block_image img {
	transition: transform 0.6s ease, opacity 0.6s;
}

.c-archiveImageList_item_detail .hairCatalog_image:hover img,
.c-archiveImageList_item_image:hover img,
.p-catalog_single_detail_info .info_stylist_block_image:hover img {
	opacity: 0.8;
	transform: scale(1.1);
	transition: transform 0.6s ease, opacity 0.6s;
}

.l-header_navOpen {
	transition: transform 0.4s ease;
}

.l-header_navOpen:hover {
	transform: scale(1.1);
	transition: transform 0.4s ease;
}

.p-catalog_single_detail_image .catalog-slider_thumb_item,
.p-salon_single_information_slider .salonThumb_item {
	transition: opacity 0.5s;
}

.p-catalog_single_detail_image .catalog-slider_thumb_item:hover,
.p-salon_single_information_slider .salonThumb_item:hover {
	opacity: 0.8;
	transition: opacity 0.5s;
}

.p-salon_single_information_detail_top .top_info_item {
	transition: opacity 0.5s;
}

.p-salon_single_information_detail_top .top_info_item:hover {
	opacity: 0.5;
	transition: opacity 0.5s;
}

.p-staff_single_detail_image .instaIcon {
	transition: filter 0.2s;
}

.p-staff_single_detail_image .instaIcon:hover {
	filter: invert(1);
	transition: filter 0.2s;
}

.is-hover_op {
	transition: opacity 0.5s;
}

.is-hover_op:hover {
	opacity: 0.5;
	transition: opacity 0.5s;
}

.is-hover_headerNav a {
	display: block;
	height: 100%;
	transition: opacity 0.5s;
	width: 100%;
}

.is-hover_headerNav a:hover {
	opacity: 0.5;
	transition: opacity 0.5s;
}

.is-hover_footerNav a {
	display: block;
	height: 100%;
	transition: opacity 0.5s;
	width: 100%;
}

.is-hover_footerNav a:hover {
	opacity: 0.5;
	transition: opacity 0.5s;
}

.is-hover_breadcrumb a {
	transition: opacity 0.5s;
}

.is-hover_breadcrumb a:hover {
	opacity: 0.5;
	transition: opacity 0.5s;
}

.is-hover_pagination a {
	transition: opacity 0.5s;
}

.is-hover_pagination a:hover {
	opacity: 0.5;
	transition: opacity 0.5s;
}

.is-hover_obog a {
	transition: opacity 0.5s;
}

.is-hover_obog a:hover {
	opacity: 0.5;
	transition: opacity 0.5s;
}

@media screen and (max-width: 1595px) {

.p-staff_single_detail {
	grid-template-columns: 28.646vw calc(100% - 28.646vw );
}

.p-catalog_single_detail {
	grid-template-columns: 28.646vw calc(100% - 28.646vw - 2.5vw);
}

}

@media screen and (max-width: 1300px) {

.p-salon_single_menu_list {
	justify-content: start;
}

.p-catalog_single_detail_info .info_link.shimei {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-top: 0;
}

}

@media screen and (max-width: 1080px) {

.c-topSlider_item .slider-label {
	font-size: 20px;
	min-width: 200px;
	padding: 14px 20px;
}

.c-archiveImageList {
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

.l-footer {
	padding-bottom: 100px;
	padding-top: 90px;
}

.p-top_bottomContainer_list_item .bottom-heading {
	font-size: 40px;
}

.p-concept_content .copy-01 {
	font-size: 30px;
}

.p-concept_content .copy-02 {
	font-size: 20px;
}

.p-staff_single_linktree .linkItem_inner::before {
    right: 11px;
    width: 16px;
}

.p-salon_single_information_detail_info {
	margin-right: 0;
	width: 100%;
}

.p-salon_single_information_detail_text {
	grid-column: 1/2;
	grid-row: 3/4;
}


}

@media screen and (max-width: 835px) {

html {
	font-size: 14px;
}

main.underPage.pb {
	padding-bottom: 120px;
}

.is-pc {
	display: none;
}

.is-tb {
	display: block;
}

.c-pageContainer {
	grid-template-columns: 50px calc(100% - 50px);
	grid-template-columns: 13.333vw calc(100% - 13.333vw);
	padding: 0 12px;
	padding: 0 3.2vw;
}

.c-pageContainer-slide {
	grid-template-columns: 50px calc(100% - 38px);
	grid-template-columns: 13.333vw calc(100% - 10.133vw);
}

.c-pageContainer_inner.underPage {
	padding-right: 0;
}

.c-verticalHeading {
	font-size: 32px;
}

.c-verticalHeading .ja {
    display: inline-block;
    transform: rotate(90deg) translate(-5px, 2px);
    transform-origin: center;
}

.c-verticalHeading.archivePage {
	font-size: 28px;
}

.c-verticalHeading.singlePage {
	font-size: 28px;
	padding-top: 9px;
	padding-top: 2.4vw;
}

.c-verticalHeading span {
	left: 0;
	opacity: 1;
}

.c-button {
	height: 34px;
	width: 168px;
}

.c-button_inner {
	padding: 0 12px 0 21px;
}

.c-button_inner::before {
	right: 15px;
}

.c-newsArchive {
	width: 100%;
}

.c-newsArchive_row {
	flex-direction: column;
/* 	margin-bottom: 24px; */
	margin: 0;
   padding-top: 24px;
}

.c-newsArchive_row .news-date {
	margin-bottom: 3px;
	margin-right: 0;
}

/* .c-newsArchive.underPage .c-newsArchive_row {
	margin-bottom: 24px;
} */

.c-topSliderSection {
	margin-top: 112px;
}

.c-topSliderSection.catalog-mt {
	margin-top: 83px;
}

.c-topSliderSection_heading {
	padding-top: 83px;
}

.c-topHeadingBackground {
	bottom: 44px;
	height: 145px;
	width: 236px;
}

.c-topSlider {
	height: 344px;
	margin-bottom: 52px;
}

.c-topSlider_item {
	margin-right: 24px;
}

.c-topSlider_item img {
	-o-object-fit: cover;
	object-fit: cover;
}

.c-topSlider_item .slider-label {
	bottom: 12px;
	font-size: 14px;
	min-width: 154px;
	padding: 8px 12px;
}

.c-sliderNavigation {
	display: none;
	right: 24px;
	top: 360px;
	width: 58px;
}

.c-sliderNavigation_next {
	height: 6px;
	overflow: hidden;
	width: 19px;
}

.c-sliderNavigation_next::after {
	background: url(./assets/images/item/arrow_black.svg) no-repeat right/cover;
}

.c-sliderNavigation_prev {
	height: 6px;
	overflow: hidden;
	width: 19px;
}

.c-sliderNavigation_prev::after {
	background: url(./assets/images/item/arrow_black.svg) no-repeat right/cover;
}

.c-breadcrumb {
	height: auto;
	min-height: 33px;
	top: 60px;
}

.c-breadcrumb_list {
	padding: 8px 12px;
	width: 100%;
}

.c-breadcrumb_list_item {
	font-size: 10px;
}

.c-underPageHeader {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 86%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 86%, 0% 100%);
	height: 143px;
	margin-bottom: 31px;
	padding-top: 93px;
}

.c-blackBack {
	margin-top: 80px;
	padding-top: 85px;
}

.c-blackBack::before {
	left: -62px;
	left: -16.533vw;
	clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0% 100%);
}

.c-blackBack::after {
	left: -62px;
	left: -16.533vw;
}

.c-blackBack_bottom::before {
	left: -62px;
	left: -16.533vw;
	clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0% 100%);
}

.c-archiveImageList {
	-moz-column-gap: 12px;
	column-gap: 12px;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	row-gap: 24px;
}

.c-archiveImageList_item_detail {
	margin-top: 8px;
}

.c-archiveImageList_item_detail.hairCatalog {
	-moz-column-gap: 8px;
	column-gap: 5px;
	grid-template-columns: 45px calc(100% - 50px);
	margin-top: 7px;
}

.c-archiveImageList_item_detail .hairCatalog_image {
	grid-row: 2/3;
	aspect-ratio: 1 / 1.125;
}

.c-archiveImageList_item_detail .hairCatalog_detail_title {
	font-size: 14px;
	grid-column: 1/3;
	letter-spacing: 0.02em;
	margin-bottom: 8px;
	width: 95%;
	padding-left: 5px;
}

.c-archiveImageList_item_detail .hairCatalog_detail_salon {
	font-size: 10px;
	line-height: 1.6;
}

.c-archiveImageList_item_detail .hairCatalog_detail_name {
	font-size: 10px;
}

.c-archiveImageList_item_detail .nameBox {
	margin-top: 0;
}

.c-archiveImageList_item_detail .nameBox_name {
	font-size: 14px;
	margin-right: 0;
}

.c-archiveImageList_item_detail .nameBox_sns {
	margin-left: 12px;
	width: 12px;
}

.c-archiveImageList_item_detail .salonName {
	font-size: 10px;
}

.c-archiveImageList_item_detail .salonAddress {
	font-size: 10px;
	line-height: 1.25;
	margin-top: 5px;
}

.c-archiveImageSectionHeading {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 60px;
}

.c-searchForm_select {
	height: 42px;
	margin: 0;
	width: 100%;
	background: #fff url(./assets/images/item/select-arrow.svg) no-repeat top 15px right 11px/14px 9px;
}

.c-searchForm_text {
	height: 42px;
	margin: 0;
	width: 100%;
}

.c-searchForm_button {
	font-size: 16px;
	height: 42px;
	left: auto;
	margin-top: 18px;
	max-width: 240px;
	padding: 8px 0;
	width: 100%;
	font-weight: 300;
	letter-spacing: 0.08em;
}

.c-pagination > li {
	margin: 0 3px 10px;
}

.l-header {
	height: 60px;
	padding: 0 12px;
}

.l-header_logo {
	width: 100px;
}

.l-nav {
	left: 0;
	opacity: 0;
	right: 0;
	visibility: hidden;
	width: 100%;
}

.l-nav_list {
	margin: 0 auto;
	max-width: 375px;
}

.l-footer {
	padding-bottom: 78px;
	padding-top: 50px;
}

.l-footer_nav {
	width: 75%;
}

.l-footer_nav_item {
	margin-bottom: 18px;
}

.l-footer_sns {
	margin-top: 3px;
}

.p-top_mainvisual {
	/* height: 100vh; */
	height: 100%;
}

.p-top_mainvisual_heading {
	top: calc(50% + 14px);
	top: calc(50% + 3.733vw);
	width: 180px;
	width: 48vw;
}

.p-top_mainvisual_scroll {
	bottom: 42px;
}

.p-top_mainvisual_hero {
	-webkit-clip-path: polygon(0 7.5%, 100% 0%, 100% 92.4%, 0 100%);
	clip-path: polygon(0 7.5%, 100% 0%, 100% 92.4%, 0 100%);
	height: 100%;
}

.p-top_mainvisual_hero .swiper {
	height: 100%;
}

.p-top_mainvisual_hero .swiper img {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-top_news {
	padding-bottom: 57px;
	padding-top: 0;
}
.p-top_news .c-pageContainer {
	padding-top: 10px;
}

.p-top_news_content {
	padding-top: 0;
	position: relative;
	top: -12px;
}

.p-top_news_archive {
	margin-bottom: 22px;
}

.p-top_news_archive .c-newsArchive_row {
	flex-direction: column;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: 0;
	max-width: 375px;
}

.p-top_news_archive .c-newsArchive_row .news-date {
	font-size: 12px;
	margin-bottom: 5px;
	margin-right: 0;
	text-align: right;
	width: 100%;
}

.p-top_news_archive .c-newsArchive_row .news-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
}

.p-top_concept {
	padding-top: 43px;
}

.p-top_concept::before {
	top: -20px;
}

.p-top_concept::after {
	height: calc(56% - 24px);
	height: calc(56% - 6.4vw);
	top: 38px;
}

.p-top_concept_heading {
	bottom: auto;
	position: relative;
	top: 45px;
	top: 12vw;
}

.p-top_concept_content {
	padding-bottom: 63.9863px;
	padding-bottom: 17.063vw;
}

.p-top_concept_copyContainer {
	padding-bottom: 42px;
	padding-bottom: 11.2vw;
}

.p-top_concept_copyContainer .catchCopy {
	font-size: 24px;
	margin-bottom: 10px;
	padding: 4px 9px;
}

.p-top_concept_viewAll.c-button {
	top: -2px;
}

.p-top_bottomContainer {
	margin-top: 70px;
}

.p-top_bottomContainer_list {
	flex-direction: column;
}

.p-top_bottomContainer_list_item {
	height: 100vw;
	margin-bottom: 23px;
	max-height: 375px;
	padding: 12px;
	width: 100%;
}

.p-top_bottomContainer_list_item .bottom-heading {
	font-size: 32px;
	top: -22px;
}

.p-top_bottomContainer_list_item .bottom-heading::after {
	bottom: -22px;
	left: calc(50% - 2px);
	width: 57px;
}

.p-top_bottomContainer_list_item .bottom-detail {
	top: 17px;
}

.p-news_single_content .singleNews_title {
	font-size: 20px;
	margin-top: 16px;
}

.p-news_single_content .singleNews_eyecatch {
	left: auto;
	width: 100%;
}

.p-news_single_content .singleNews_textarea {
	line-height: 1.4;
	margin-top: 16px;
}

.p-news_single_content .singleNews_textarea p {
	margin-bottom: 1em;
}

.p-news_single_content .singleNews_anchor {
	margin-top: 2em;
}

.p-news_single_content .singleNews_anchor .anchorList_item {
	margin-bottom: 5px;
	margin-right: 5px;
}

.p-news_single_pagination {
	margin-top: 60px;
}

.p-news_single_pagination .paginationList {
	flex-direction: column-reverse;
}

.p-news_single_pagination .paginationList_item {
	font-size: 10px;
	line-height: 1.2;
	width: 100%;
}

.p-news_single_pagination .paginationList_item::before {
	height: 6px;
	width: 40px;
}

.p-news_single_pagination .paginationList_item.prev {
	margin-top: 20px;
}

.p-news_single_pagination .paginationList_item.prev a {
	padding-left: 50px;
}

.p-news_single_pagination .paginationList_item.next a {
	padding-right: 50px;
}

.p-news_single_toArchive {
	left: auto;
}

.p-concept_content {
	padding-top: 40px;
}

.p-concept_content .copy-01 {
	font-size: 22px;
}

.p-concept_content .copy-02 {
	font-size: 15px;
}

.p-concept_content .description {
	font-size: 13px;
	line-height: 1.55;
	margin-top: 40px;
}

.p-staff_single_detail {
	column-gap: 0;
	grid-template-columns: 100%;
	grid-template-rows: auto;
	row-gap: 8px;
	margin-top: 10px;
}
	
.info_description_content>h2 {
	font-size: 18px;	
}

.p-staff_single_detail .detail_name {
	grid-column: 1/2;
}

.p-staff_single_detail .detail_name_name {
	font-size: 24px;
}

/* .p-staff_single_detail .detail_name_record {
	font-size: 10px;
} */

.p-staff_single_detail_info {
	grid-column: 1/2;
	grid-row: 3/4;
	margin-top: 20px;
}

.p-staff_single_detail_info .info_description {
	line-height: 1.4;
}

.p-staff_single_detail_info .info_forte {
	margin-top: 55px;
}

.p-staff_single_detail_info .info_description .contentOpen:checked + .info_description_open {
	bottom: -15px;
}

.p-staff_single_detail_info .info_description_open {
	bottom: 0;
	font-size: 12px;
	height: 38px;
	line-height: 38px;
	left: 50%;
	width: 180px;
}

.p-staff_single_detail_info .info_description_content {
	max-height: 114px;
	margin-top: 8px;
	line-height: 1.75;
}

.p-staff_single_detail_info .info_forte_title {
	font-size: 16px;
	margin-top: 35px;
}

.p-staff_single_detail_info .info_forte_desc {
	line-height: 1.75;
	margin-top: 7px;
}

.p-staff_single_detail_info .info_link {
	bottom: auto;
	margin-top: 60px;
}

.p-staff_single_detail_info .info_link_item {
	max-width: 375px;
	width: 100%;
	height: 50px;
	margin-right: 0;
}

.p-staff_single_detail_image {
	grid-row: 2/3;
	max-width: 375px;
}

.p-staff_single_detail_image img {
	object-fit: cover;
}

.p-staff_single_styles {
	margin-top: 70px;
	padding-top: 57px;
}

.p-staff_single_styles .c-archiveImageSectionHeading {
	margin-bottom: 20px;
}

.p-staff_single_media {
	margin-top: 60px;
}

.p-staff_single_linktree {
	column-gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	justify-items: center;
	margin-top: 60px;
	row-gap: 20px;
}

.p-staff_single_linktree .linkItem {
	max-width: 375px;
	height: 50px;
/* 	height: 34px; */
}

.p-staff_single_linktree .linkItem_inner {
	font-size: 12px;
}

.p-media_single_nameBox .nameBox_position {
	margin-top: 10px;
}

.p-media_single_nameBox .nameBox_main_name {
	font-size: 20px;
	margin-right: 0;
}

.p-media_single_nameBox .nameBox_main_sns {
	margin-left: 12px;
	width: 24px;
}

.p-media_single_list .media-title {
	font-size: 12px;
	line-height: 1.4;
}

.p-catalog_single_detail {
	-moz-column-gap: 24px;
	column-gap: 24px;
	grid-template-columns: 50px calc(100% - 50px - 24px);
	max-width: 425px;
	margin-top: 9px;
}

.p-catalog_single_detail .styleName {
	font-size: 20px;
	grid-column: 1/3;
	letter-spacing: 0;
}

.p-catalog_single_detail_info {
	grid-column: 1/3;
	grid-row: 3/4;
}

.p-catalog_single_detail_info .info_couponBox {
	margin-top: 60px;
}

.p-catalog_single_detail_info .info_couponBox_detail {
	margin-top: 10px;
	padding: 10px 10px 0 10px;
}

.p-catalog_single_detail_info .info_couponBox_detail .couponBox_info .price {
	margin-right: 0;
}

.p-catalog_single_detail_info .info_couponBox_detail .couponBox_reserve {
	left: -10px;
	width: calc(100% + 20px);
	margin-top: 15px;
}

.p-catalog_single_detail_info .info_data {
	margin-top: 60px;
}

.p-catalog_single_detail_info .info_data_list {
	margin-top: 9px;
}

.p-catalog_single_detail_info .info_data_list_row {
	margin-bottom: 20px;
}

.p-catalog_single_detail_info .info_data_list_row dt {
	width: 88px;
	height: 24px;
    font-size: 12px;
	line-height: 24px;
/*     font-weight: 300; */
}

.p-catalog_single_detail_info .info_data_list_row dd {
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
}

.p-catalog_single_detail_info .info_comment {
	margin-top: 40px;
}
.p-catalog_single_detail_info .info_comment p {
	line-height: 1.45;
}

.p-catalog_single_detail_info .info_stylist_block {
	-moz-column-gap: 10px;
	column-gap: 10px;
	grid-template-columns: 70px 1fr;
	margin-top: 8px;
}

.p-catalog_single_detail_info .info_stylist_block_data {
	padding: 9px 10px 5px 0;
}

.p-catalog_single_detail_info .info_stylist_block_data .data_name {
	font-size: 16px;
	margin: 3px 0 6px;
	line-height: 1.25;
}

.p-catalog_single_detail_info .info_stylist_block_data .data_info {
	align-items: baseline;
	font-size: 10px;
}

.p-catalog_single_detail_info .info_stylist_block_data .data_forte_title {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0px;
}

.p-catalog_single_detail_info .info_stylist_block_data .data_forte_detail {
	font-size: 12px;
}

.p-catalog_single_detail_info .info_link {
	margin-top: 24px;
}
.p-catalog_single_detail_info .info_link.style,
.p-catalog_single_detail_info .info_link.shimei {
	grid-column: 1/3;
}

.p-catalog_single_detail_info .info_link_item {
	margin: 0 auto 10px;
	margin-left: 0;
	margin-right: auto;
	max-width: 375px;
	width: 100%;
	height: 50px;
}
.p-catalog_single_detail_info .info_link_item:first-child {
	margin-right: 0;
}
.p-catalog_single_detail_info .info_link_item .c-button_inner {
	padding-left: 21px;
}

.p-catalog_single_detail_info .secTitle {
	font-size: 18px;
}

.p-catalog_single_detail_image {
	grid-column: 1/3;
	grid-row: 2/3;
	margin-top: 12px;
}

.p-catalog_single_detail_image .catalog-slider_thumb {
	margin-top: 8px;
}

.p-catalog_single_styles {
	margin-top: 70px;
	padding-top: 53px;
	padding-bottom: 33px;
}

.p-catalog_single_styles .toOthers {
	margin-bottom: 15px;
	font-size: 20px;
}

.p-catalog_single_styles .toOthers::after {
	top: 18px;
	width: 28px;
}

.p-catalog-searchForm_title {
	margin-top: 7px;
	font-size: 18px;
}

.p-catalog-searchForm_wrapper {
	margin-bottom: 60px;
	margin-top: 8px;
	padding: 28px 20px 38px;
}

.p-catalog-searchForm_wrapper .searchList {
	flex-direction: column;
}

.p-catalog-searchForm_wrapper .searchList_item {
	margin: 0 0 12px;
	max-width: 480px;
	width: 100%;
}

.p-salon_single_information_slider {
	grid-row: 2/3;
}

.p-salon_single_information_slider .salonThumb {
	margin-top: 5px;
}

.p-salon_single_information_detail_top {
	grid-row: 1/2;
	margin-bottom: 16px;
	margin-top: 0;
}

.p-salon_single_information_detail_top .top_title {
	font-size: 20px;
	margin-right: 20px;
}

.p-salon_single_information_detail_top .top_info_item {
	font-size: 12px;
	height: 32px;
	margin-right: 5px;
	width: 60px;
}

.p-salon_single_information_detail_top .top_info_item a {
	line-height: 32px;
}

.p-salon_single_information_detail_info {
	margin-top: 20px;
}

.p-salon_single_information_detail_info .info-row {
	flex-direction: column;
	margin-bottom: 16px;
}

.p-salon_single_information_detail_info .info-row dt {
	height: 32px;
	line-height: 32px;
	margin-bottom: 8px;
	margin-right: 0;
}

.p-salon_single_information_detail_info .info-row dd {
	line-height: 1.25;
}

.p-salon_single_information_detail_text {
	line-height: 1.25;
	margin-top: 16px;
}

.p-salon_single_information_detail_text>h2 {
	font-size: 18px;
}

.p-salon_single_information_detail_text>p {
  line-height: 1.75;
  margin-top: 7px;
}

.p-salon_single_information_reserve {
	margin-top: 40px;
	width: 220px;
}

.p-salon_single_staff_bottom {
	padding-top: 60px;
}

.p-salon_single_menu {
	margin-top: 100px;
}

.p-salon_single_menu_list {
	-moz-column-gap: 24px;
	column-gap: 24px;
	grid-template-columns: repeat(auto-fill, 100%);
	row-gap: 10px;
}

.p-salon_single_menu_list table {
	margin-top: 8px;
}

.p-salon_single_menu_announce {
	font-size: 0.888rem;
}

.p-obog_schoolList li {
	font-size: 12px;
	line-height: 1.75;
}

.p-obog_content {
	margin-top: 100px;
}

.p-obog_content_heading {
	font-size: 18px;
	margin-bottom: 16px;
	margin-top: 60px;
}

.l-nav.is-open {
	opacity: 1;
	visibility: visible;
}

}

@media screen and (max-width: 835px) and (max-width: 835px) {

.p-top_news_archive .c-newsArchive_row {
	display: none;
}

.p-top_news_archive .c-newsArchive_row:nth-child(1) {
	display: block;
}

.p-top_news_archive .c-newsArchive_row .news-title {
	text-align: right;
	width: 100%;
}

}

@media screen and (max-width: 480px) {

.is-sp {
	display: block;
}

.c-archiveImageList {
	grid-template-columns: repeat(2, minmax(100px, 1fr));
}
	
}

@media screen and (max-width: 374px) {

.p-staff_single_linktree {
	grid-template-columns: 100%;
}
	
}

@-webkit-keyframes scrollLine {

0% {
	transform: translateX(-50%) scaleY(0);
	transform-origin: top;
}

50% {
	transform: translateX(-50%) scaleY(1);
	transform-origin: top;
}

51% {
	transform: translateX(-50%) scaleY(1);
	transform-origin: bottom;
}

100% {
	transform: translateX(-50%) scaleY(0);
	transform-origin: bottom;
}

}

@keyframes scrollLine {

0% {
	transform: translateX(-50%) scaleY(0);
	transform-origin: top;
}

50% {
	transform: translateX(-50%) scaleY(1);
	transform-origin: top;
}

51% {
	transform: translateX(-50%) scaleY(1);
	transform-origin: bottom;
}

100% {
	transform: translateX(-50%) scaleY(0);
	transform-origin: bottom;
}

}


/* --- fix --- */
/* .c-topSlider_item {
    filter: grayscale(1);
    transition: filter 0.5s;
}
.c-topSlider_item.swiper-slide-active {
    filter: grayscale(0);
    transition: filter 0.5s;
} */

.c-archiveImageList_item.is-new {
    position: relative;
}
.c-archiveImageList_item.is-new::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: #262626;
    content: '';
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    z-index: 10;
    pointer-events: none;
}
.c-archiveImageList_item.is-new::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    padding-top: 10px;
    padding-left: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    content: 'NEW';
    z-index: 11;
    pointer-events: none;
}

.p-top_bottomContainer_list_item .bottom-heading.comingSoon {
    top: auto;
}

.p-top_bottomContainer_list_item .bottom-heading.comingSoon::after {
    display: none;
}

/* news archive */
.p-news_archive .c-newsArchive.underPage .c-newsArchive_row {
/*     margin-bottom: 30px;
    padding-bottom: 38px; */
	padding-bottom: 30px;
	border-bottom: 1px solid #DDDDDD;
}
.p-news_archive .c-pageContainer_inner.underPage {
    padding-top: 9px;
}

.p-news_archive .c-newsArchive_row .news-date {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Segoe UI, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 500;
    letter-spacing: 0.2em;
}
.p-news_archive .c-newsArchive_row .news-title {
    line-height: 1.75;
}


/* catalog single */
.p-catalog_single_detail_info .info_comment {
    position: relative;
    width: 100%;
    padding: 16px 30px 24px;
    background: #F5F5F5;
}
.p-catalog_single_detail_info .info_comment p {
    line-height: 1.75;
}
.p-catalog_single_detail_image .catalog-slider_thumb_item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    border: 3px solid transparent;
    transition: border 0.3s;
}
.p-catalog_single_detail_image .catalog-slider_thumb_item.swiper-slide-thumb-active::before {
    border-color: #000;
    transition: border 0.3s;
}

.p-404title {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Segoe UI, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}


.c-archiveImageList_item_detail .hairCatalog_detail_salon a,
.p-staff_single_detail .detail_name_record a {
    text-decoration: underline;
}

.p-top_mainvisual_heading {
	transition: all 0.3s;
}


.c-topSlider_item a {
	display: block;
	width: 100%;
	height: 100%;
}

.p-staff_single_media .c-archiveImageList_item.is-wide .c-archiveImageList_item_image img {
    object-fit: contain;
    object-position: center;
}



@media screen and (max-width: 835px) {

.c-topSlider_item {
	aspect-ratio: unset;
	width: 258px;
}
.c-topSlider.mediaSliderWrapper .c-topSlider_item {
	width: auto;
}
	
.c-archiveImageList_item.is-new::before {
    width: 50px;
    height: 50px;
}
.c-archiveImageList_item.is-new::after {
    width: 50px;
    height: 50px;
    padding-top: 6px;
    padding-left: 3px;
    font-size: 10px;
    letter-spacing: 0.05em;
}

.p-top_bottomContainer_list_item .bottom-heading.comingSoon {
    line-height: 1.8;
}

/* .p-news_archive .c-newsArchive.underPage .c-newsArchive_row {
    margin-bottom: 29px;
    padding-bottom: 35px;
} */
.p-news_archive .c-newsArchive_row .news-date {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 600;
}
.p-news_archive .c-newsArchive_row .news-title {
}

.p-catalog_single_detail_info .info_comment {
    padding: 15px 20px 20px;
}




.p-staff_single_detail_info .info_description_contentBox a:hover,
.c-button:hover,
.c-archiveImageList_item_detail .nameBox_name a:hover,
.c-archiveImageList_item_detail .nameBox_sns:hover,
.nameBox_main_sns:hover,
.p-catalog_single_detail_image .catalog-slider_thumb_item:hover,
.p-salon_single_information_slider .salonThumb_item:hover,
.p-salon_single_information_detail_top .top_info_item:hover,
.is-hover_op:hover,
.is-hover_headerNav a:hover,
.is-hover_breadcrumb a:hover,
.is-hover_pagination a:hover,
.is-hover_obog a:hover
{
	opacity: 1;
}

.c-button:hover .c-button_inner::before {
	transform: translateX(0);
}

.c-topSlider_item:hover img,
.l-header_navOpen:hover {
	transform: scale(1);
}

.c-searchForm_button:hover,
.p-staff_single_detail_image .instaIcon:hover {
	filter: invert(0);
}

.c-archiveImageList_item_detail .hairCatalog_image:hover img,
.c-archiveImageList_item_image:hover img,
.p-catalog_single_detail_info .info_stylist_block_image:hover img {
	opacity: 1;
	transform: scale(1);
}

}

@media screen and (max-width: 480px) {
.p-top_concept::after {
	height: calc(56% - 36px);
}
.p-top_concept_content {
	padding-bottom: 100px;
}
.p-top_concept_copyContainer {
	padding-bottom: 35px;
	padding-bottom: 10.938vw;
}
.p-top_concept_copyContainer .catchCopy {
	font-size: 18px;
}
.p-top_concept_viewAll.c-button {
	top: 17px;
}
}