@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:700&amp;display=swap');
/* CSS Document */
.relative {
	position: relative;
}

/** 
 * Colorbox
 */
#cboxClose {
	width: 20px;
	height: 20px;
	background: none;
}

#cboxClose::before,
#cboxClose::after {
	content: "";
	display: block;
	position: absolute;
	left: 15%;
	top: 50%;
	width: 70%;
	height: 2px;
	margin-top: -1px;
	background: #5f5f5f;
}

#cboxClose::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#cboxClose::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/** 
 * 投稿ナビゲーション
 */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

[class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}

[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}

[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/** 
 * スマートフォン用ハンバーガーメニュー
 */
.menuBtn {
	display: none;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.menuBtn {
		display: block;
		position: absolute;
		left: 2.6%;
		top: 27px;
		margin: auto;
		width: 9.5%;
		font-size: 0;
		z-index: 999;
	}
	.closeBtn {
		display: block;
		position: absolute;
		right: 2.6%;
		top: 31px;
		margin: auto;
		width: 7.066666%;
		font-size: 0;
		z-index: 99999;
	}
}

/** 
 * パンくずリスト
 */
.breadcrumb {
	position: relative;
	font-size: 18px;
	font-family: 'Cinzel';
	font-weight: 400;
	padding: .5em 0 1.4em;
}

.breadcrumb li {
	display: inline-block;
	margin: 0;
}

.breadcrumb a {
	position: relative;
	padding-right: .7em;
}

.breadcrumb a::after {
	content: "/";
	position: absolute;
	right: 0;
}

.breadcrumb li:last-child a {
	padding-right: 0;
}

.breadcrumb li:last-child a::after {
	content: none;
}

.breadcrumb .current {
	margin-left: 0;
}

@media screen and (max-width: 768px) {
	.breadcrumb {
		font-size: 15px;
		padding: .5em 0 2.5em;
	}
}

/** 
 * リンクアイコン
 */
[class^="arrowStyle"] {
	position: relative;
}

.arrowStyle01 {
	padding-left: 10px;
}

.arrowStyle01:before {
	content: "";
	position: absolute;
	top: 30%;
	left: 0;
	width: 8px;
	height: 8px;
	border-top: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (min-width: 769px) {
	#gNavi .current.arrowStyle01:before {
		border-color: #000;
	}
}

@media screen and (max-width: 768px) {
	#gNavi .arrowStyle01:before {
		content: none;
	}
}

/** 
 * テキスト
 */
.fwB {
	font-weight: bold;
}

.cinzel {
	font-family: 'Cinzel';
}

/** 
 * その他
 */
.fL,
.pcfL {
	float: left;
}

.fR,
.pcfR {
	float: right;
}

.spOnly {
	display: none;
}

@media screen and (max-width: 768px) {
	.pcfL,
	.pcfR {
		float: none;
	}
	.pcOnly {
		display: none !important;
	}
	.spOnly {
		display: block;
	}
}

/* videoThumbnail */
.videoContainer {
	position: relative;
}

.videoContainer.stop {
	cursor: pointer;
}

.videoContainer.stop::after {
	content: "";
	display: block;
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: 0;
	height: 0;
	border-style: solid none solid solid;
	border-color: transparent transparent transparent #a9a9a9;
	border-width: 15px 0 15px 25px;
}

.videoContainer + .videoThumbnail {
	display: none;
}

.videoContainer .noVideo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 500px;
	background: #eee;
}

/** 
 * ページャー
 */
.pager {
	position: relative;
	text-align: center;
	width: 163px;
	margin: 0 auto;
}

.navArea01 .pager {
	margin: 0 auto 30px;
}

.pager a,
.pager span {
	font-size: 18px;
	display: inline-block;
	line-height: 1.72;
}

.dots {
	display: block;
	line-height: 30px;
}

.pager a.prev {
	float: left;
}

.pager a.next {
	float: right;
}

.pageNumberAreaTop .pager {
	margin-top: -47px;
	margin-bottom: 16px;
}

.pageNumberAreaBtm .pager {
	margin-top: 20px;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.pager a,
	.pager span {
		font-size: 16px;
	}
	.pager a.prev,
	.pager a.next {
		margin-top: .2em;
	}
	.pageNumberAreaTop .pager {
		margin-top: 0;
		margin-bottom: 20px;
	}
}

.pager02 {
	margin-bottom: 26px;
	padding: 12px 0;
	overflow: hidden;
}

.pager02 li {
	width: 65px;
	text-align: center;
	line-height: 1;
	float: left;
}

.pager02 li a {
	font-family: 'Cinzel';
	font-size: 18px;
}

.pager02 li:not(.current) a {
	color: #a9a9a9;
}

/** 
 * 
 */
.toColor {
	position: relative;
	display: block;
}

/** 
 * リスト
 */
/* ----- ul.disc ----- */
ul.disc li {
	margin: 0 0 0 2em;
	list-style-type: disc;
}

/* ----- ul.circle ----- */
ul.circle li {
	margin: 0 0 0 2em;
	list-style-type: circle;
}

/* ----- ul.square ----- */
ul.square li {
	margin: 0 0 0 2em;
	list-style-type: square;
}

/* ----- ul.decimal ----- */
ul.decimal li {
	margin: 0 0 0 2em;
	list-style-type: decimal;
}

/* ----- ol.decimal ----- */
ol.decimal li {
	margin: 0 0 0 2em;
	list-style-type: decimal;
}

.ulStyle01 li {
	padding-left: 1em;
	text-indent: -1em;
}

.ulStyle01 li:before {
	content: '・';
}

.navStyle01 {
	padding: 5px 0;
	letter-spacing: -.4em;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	overflow: hidden;
}

.navStyle01.plusTitle {
	position: relative;
	padding-left: 170px;
}

.navStyle01 li {
	display: inline-block;
	font-family: 'Cinzel';
	font-size: 18px;
	line-height: 1;
	letter-spacing: normal;
	vertical-align: middle;
}

.navStyle01.plusTitle li:first-child {
	position: absolute;
	left: 0;
	top: 5px;
}

.navStyle01 li + li {
	margin-left: 60px;
}

.navStyle01 li:not(.current) a {
	color: #a9a9a9;
}

.navStyle01 li .sttl {
	display: inline-block;
	padding: 11px 0;
	font-size: 24px;
}

@media screen and (max-width: 768px) {
	.navStyle01 {
		padding: 19px 0;
	}
	.navStyle01.plusTitle {
		padding-left: 0;
	}
	.navStyle01 li {
		width: 33.3333%;
		text-align: center;
		line-height: 1;
	}
	.navStyle01.plusTitle li:nth-child(4) {
		margin-top: 0;
	}
	.navStyle01 li:nth-child(n+4) {
		margin-top: 25px;
	}
	.navStyle01 li + li {
		margin-left: 0;
	}
	.navStyle01 li a {
		font-size: 16px;
	}
	.navStyle01.plusTitle li .sttl {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.navArea01.top .navStyle01 {
		border-top: none;
	}
	.navArea01.bottom .navStyle01 {
		border-bottom: none;
	}
	.navArea01 .pager {
		width: 70px;
		padding: 9px 0;
	}
	.navArea01 .pager.mb00 {
		margin-bottom: 0;
	}
}

.navArea01 .type {
	margin: 18px 0 53px;
	overflow: hidden;
}

.navArea01 .type li {
	width: 45px;
	height: 30px;
	float: left;
	opacity: 1;
	cursor: pointer;
}

.navArea01 .type li:not(.current):hover {
	opacity: 0.5;
}

.navArea01 .type .tile {
	background: url(../img/hairdesigner/designers_ico01_off.svg) no-repeat;
}

.navArea01 .type .tile.current {
	background: url(../img/hairdesigner/designers_ico01_on.svg) no-repeat;
}

.navArea01 .type .slider {
	margin-left: 10px;
	background-color: #dcdcdc;
}

.navArea01 .type .slider.current {
	background-color: #000;
}

.navArea01 .type + .pager {
	margin: -71px auto 40px;
}

/* hairdesigner text list */
@media screen and (max-width: 768px) {
	.hairdesignerTextList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.hairdesignerTextList > li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: calc(50% - 7px);
	}
	.hairdesignerTextList .nowrap {
		display: inline-block;
		margin-right: 0.4em;
		white-space: nowrap;
	}
	.hairdesignerTextList .nowrap:last-child {
		margin-right: 0;
	}
}

/**
 * btn
 */
.btnStyle01 {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 2.56;
	border: solid 2px #000;
}

.btnStyle01:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000;
}

@media screen and (max-width: 768px) {
	.btnStyle01 {
		font-size: 14px;
		line-height: 2;
		border: solid 1px #000;
	}
}

/* close button */
.closeReturnBtn {
	position: absolute;
	right: calc((100% - 900px) / 2);
	top: 50%;
	width: 1.2em;
	line-height: 1.0;
	-webkit-transform: translateY(calc(-50% - 0.45em));
	transform: translateY(calc(-50% - 0.45em));
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.closeReturnBtn {
		right: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

/**
 * タイトル
 */
.ttlStyle01 {
	text-align: center;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}

@media screen and (max-width: 768px) {
	.ttlStyle01 {
		font-family: 'Cinzel';
		font-size: 18px;
	}
}

.ttlStyle02 {
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.579;
	border-left: solid 3px #000;
}

@media screen and (max-width: 768px) {
	.ttlStyle02 {
		font-size: 13px;
	}
}

.ttlStyle03 {
	font-size: 24px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.ttlStyle03 {
		font-size: 13px;
	}
}

/**
 * 団落ちテキスト
 */
.cap {
	padding-left: 1em;
	text-indent: -1em;
}

/**
 * テーブルスタイル
 */
.tableStyle01 th {
	width: 115px;
	padding: 7px 0;
	text-align: left;
	vertical-align: top;
}

.tableStyle01 td {
	padding: 7px 0;
	text-align: left;
}

@media screen and (max-width: 768px) {
	.tableStyle01 {
		width: auto;
		font-size: 13px;
	}
	.tableStyle01 th {
		width: 86px;
		padding: 2px 0;
	}
	.tableStyle01 td {
		padding: 2px 0;
	}
}

/**
 * テーブル メニューリスト
 */
.menuList {
	width: 100%;
}

.menuList tr {
	display: block;
	overflow: hidden;
}

.menuList tr + tr {
	margin-top: 60px;
}

.menuList .menuName {
	display: block;
	width: auto;
	text-align: left;
	line-height: 1.3;
}

.menuList .menuName.toggleBtn {
	margin-bottom: 15px;
	cursor: pointer;
}

.menuList .menuName.toggleBtn:hover {
	opacity: 0.5;
}

.menuList .menuName .en {
	display: block;
	font-family: 'Cinzel';
	font-size: 22px;
}

.menuList .menuName.toggleBtn .en {
	padding-right: 10px;
	position: relative;
}

.menuList .menuName.toggleBtn .en:after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-left: 10px;
	background: url(../img/common/ico_arrow02.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
}

.menuList .menuName.toggleBtn.open .en:after {
	background: url(../img/common/ico_arrow03.svg) no-repeat;
}

.menuList .price {
	width: 250px;
	margin-right: 50px;
	font-family: 'Cinzel';
	font-size: 22px;
	text-align: right;
	line-height: 1.3;
}

.menuList .content {
	clear: both;
	display: block;
	width: 100%;
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
	.menuList tr + tr {
		margin-top: 48px;
	}
	.menuList .menuName {
		text-align: center;
		font-size: 13px;
		line-height: 1.5;
	}
	.menuList .menuName .en {
		font-size: 15px;
	}
	.menuList .menuName.toggleBtn .en {
		padding-right: 0;
	}
	.menuList .price {
		display: block;
		width: 100%;
		margin: 10px 0 0;
		font-size: 16px;
		text-align: center;
	}
	.menuList .content {
		margin-top: 10px;
		font-size: 13px;
	}
	.menuList .menuName.toggleBtn .en:after,
	.menuList .menuName.toggleBtn.open .en:after {
		display: none;
	}
	.menuList .menuName.toggleBtn .spToggleBtn {
		display: block;
	}
	.menuList .menuName.toggleBtn .spToggleBtn:after {
		content: '';
		display: inline-block;
		width: 17px;
		height: 17px;
		margin-left: 5px;
		background: url(../img/common/ico_arrow02.svg) no-repeat;
		background-size: contain;
		position: absolute;
		top: 1px;
	}
	.menuList .menuName.toggleBtn.open .spToggleBtn:after {
		background: url(../img/common/ico_arrow03.svg) no-repeat;
	}
}

/**
 * クリックしたら出てくるリスト（ダッシュ線の区切り）
 */
.compareList {
	border-bottom: solid 1px #000;
}

.compareList > li {
	border-top: dashed 1px #999;
}

.compareList > li .sttl {
	display: inline-block;
	width: 100px;
	padding-left: 8px;
	font-weight: bold;
	vertical-align: middle;
}


@media screen and (max-width: 768px) {
	.compareList {
		padding-top: 15px;
	}
	.compareList > li {
		padding: 10px 0;
	}
	.compareList > li .sttl {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
}

/**
 * クリックしたら出てくるリスト（料金）
 */
.priceList {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.priceList > li {
	padding: 15px 0 15px 10px;
	font-weight: bold;
	float: left;
	letter-spacing: -1px;
	font-family: 'Noto Serif JP', serif;
}

.priceList > li.w390 {
	width: 390px;
}

.priceList > li:nth-last-child(2) {
	padding-left: 0;
}

.priceList > li:last-child {
	padding-left: 66px;
}

@media screen and (max-width: 768px) {
	.priceList {
		width: 100%;
	}
	.priceList > li {
		width: auto;
		padding: 8px 0;
		font-size: 14px;
		text-align: center;
		line-height: 1.7;
		float: none;
		letter-spacing: 0;
	}
	.priceList > li.w390 {
		width: auto;
	}
	
	.priceList > li:last-child {
		padding-left: 0;
	}
}

/**
 * slider
 */
.slide-counter {
	margin-top: 30px;
	font-family: 'Cinzel';
	font-size: 18px;
	text-align: center;
	line-height: 20px;
	position: relative;
}

.slideArrow .slick-prev,
.slideArrow .slick-next {
	width: 22px;
	height: 42px;
	z-index: 1;
}

.slide-counter .arrows .slick-prev,
.slide-counter .arrows .slick-next {
	display: none;
}

.slide-counter.tiled .arrows .slick-prev,
.slide-counter.tiled .arrows .slick-next {
	display: block;
	width: 7px;
	height: 13px;
}

.slide-counter.tiled .slick-prev {
	left: 42%;
	background: url(../img/common/ico_arrow01_left.svg) no-repeat;
	background-position: center bottom;
}

.slide-counter.tiled .slick-next {
	right: 42%;
	background: url(../img/common/ico_arrow01_right.svg) no-repeat;
	background-position: center bottom;
}

/*.slideArrow */
.slick-prev:hover,
.slick-next:hover {
	opacity: 0.5;
}

/*.prev-btn */
.slideArrow .slick-prev {
	left: -48px;
	background: url(../img/common/ico_arrow01_left.svg) no-repeat;
	background-position: center bottom;
}

/*.next-btn */
.slideArrow .slick-next {
	right: -48px;
	background: url(../img/common/ico_arrow01_right.svg) no-repeat;
	background-position: center bottom;
}

.slide-counter .arrows btn {
	width: 7px;
	height: 13px;
}

.slide-counter .arrows btn img {
	width: 100%;
}

.slide-counter .arrowsHead {
	display: none;
}

.slide-counter.tiled .arrowsHead {
	display: block;
	margin-top: -60px;
	margin-bottom: 42px;
}

@media screen and (max-width: 768px) {
	.slide-counter {
		margin-top: 5.5%;
		margin-bottom: 5.5%;
		font-size: 16px;
	}
	.slideArrow .slick-prev,
	.slideArrow .slick-next {
		width: 2%;
		height: 15px;
	}
	.slideArrow .slick-prev {
		top: 112%;
		left: 38%;
	}
	.slideArrow .slick-next {
		top: 112%;
		right: 38%;
	}
	.slide-counter .arrowsHead {
		display: none !important;
	}
}
