@charset "UTF-8";
/* CSS Document */
*, *::before, *::after {
	box-sizing: border-box;
}

.wf-sawarabi {
	font-family: "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",serif;
}

body {
	position: relative;
	font-size: 16px;
	color: #FFF;
	background: #262626;
	/*font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: "YuGothic", "Yu Gothic medium", "Hiragino Sans", "sans-serif";
	letter-spacing: .03em;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	line-height: 1.5em;
	-webkit-text-size-adjust: 100%;
}
.page {
	width: 100%;
	margin: 0 0 109px;
}

header {
	position: fixed;
	top: 0;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 8px 30px 8px 24px;
	background:rgba(0,0,0,.8);
}
h1 {
	width: 78px;
}

.menu__inner {
	display: inline-block;
}

.menu__link {
	display: block;
	padding: 0 10px;
	color: #D5A353;
	font-size: 14px;
	text-decoration: none;
}

.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	padding: 16px 0;
	background: #000;
	border-top: .5px solid #292929;
}

.fixed__items {
	display: flex;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto;
}

.fixed__item {
	width: 33.333%;
	padding: 0 10px;
	border-right: 1px dashed #595959;
	text-align: center;
}

.fixed__item:last-child {
	border: none;
}

.fixed__link {
	display: block;
	padding: 14px 0;
	color: #FFF;
	text-decoration: none;
}

.fixed__title-img {
	width: auto;
	height: 24px;
	margin: 0 auto;
}

main {
	position: relative;
	margin: 70px 0 0;
}

img {
	display: block;
	width: 100%;
}
section {
	display: block;
	width: 100%;
}

.contents__inner {
	position: relative;
	max-width: 1032px;
	width: 100%;
	margin: 0 auto;
	padding: 120px 16px;
}

.contents__title-img {
	width: auto;
	max-width: 100%;
	max-height: 100px;
	margin: 0 auto 8%;
}

.contents__text {
	margin: 6.5% 0 0;
}

.contents__full_color {
	background: #000;
}

.hero-img_sp {
	display: none;
}

/*こんなお悩みありませんか？*/

.trouble .contents__full {
	max-width: none;
	background-image: url("../images/bg-trouble.png");
	background-repeat: no-repeat;
	background-position: top center;
}

/*悩み解決*/

.trouble .contents__full_solution {
	background-image: none;
}

.trouble .contents__full_solution .contents__inner {
	position: relative;
	z-index: 2;
	padding: 0;
}


/*男性眉の黄金比*/

.golden-ratio .contents__full {
	max-width: none;
	margin: -10% 0 0;
	background-image: url("../images/bg-cross.png");
}

.golden-ratio img {
	max-width: 700px;
	margin: 0 auto;
}

.golden-ratio .contents__text {
	margin: -7% 0 0;
}

.golden-ratio .contents__img {
	margin: 20px 0 0;
}

.golden-ratio .contents__img img{
	max-width: 900px;
}

/*ランキング*/

.ranking .contents__inner {
	padding: 120px 16px 0;
}

.ranking__items {
	display: flex;
	margin: 0 0 80px;
}

.ranking__items:nth-of-type(even) {
	flex-flow: row-reverse;
}

.ranking__item {
	width: 50%;
}

.ranking__item_sub {
	padding: 0 0 0 40px
}

.ranking__items:nth-of-type(even) .ranking__item_sub {
	padding: 0 40px 0 0;
}

.ranking__number {
	display: inline-block;
	width: auto;
	height: 40px;
	margin: 0 16px 0 0;
}

.ranking__style_main {
	padding: 32px 0 24px;
	font-size: 40px;
}

.ranking__style_sub {
	color: #E0E0E0;
	font-size: 16px;
}

.ranking__discription {
	padding: 40px 0 0;
	border-top: 1px solid #878787;
}

.ranking .connect-img {
	max-width: 840px;
	margin: 0 auto;
}

/*施術例*/

.case .contents__inner {
	padding: 80px 16px;
}

.case__items {
	display: flex;
}
.case__item {
	width: 50%;
	padding: 0 4px;
	text-align: center;
}

.case__img-wrapper {
	display: inline-block;
	margin: -30px 0 0;
	padding: 20px 80px;
	background: #262626;
}

.case__img-text {
	width: auto;
	height: 20px;
}

/*たかはまゆ式3つのポイントとは？*/

.point .contents__title-img {
	margin: 0 auto 5%;
}

.point__img {
	max-width: 760px;
	margin: 0 auto;
}

.point__list {
	list-style: none;
}

.point__list-item {
	margin: 0 0 80px;
}

.point__list-item::after {
	content: "";
	display: block;
	clear: both;
}

.point__list-item:last-child {
	margin: 0;
}

.point__img-main,
.point__list-discription,
.point__list-text {
	width: 50%;
}

.point__img-main {
	float: left;
}

.point__list-discription,
.point__list-text {
	float: right;
}

.point__list-discription,
.point__list-text {
	padding: 0 0 0 40px;
}

.point__img-number {
	width: auto;
	max-width: 100%;
	max-height: 38px;
}

.point__list-title {
	margin: 40px 0 24px;
	color: #D5A353;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.5;
}

/*プロフィール*/

.profile .contents__inner {
	padding: 0 116px 120px 16px;
}

.profile__title-img {
	display: inline-block;
	margin: 0 0 -64px 0;
	padding: 40px 24px 40px 0;
	background: #000;
}

.profile__wrapper {
	display: flex;
	align-items: center;
	max-width: 900px;
	padding: 100px 0 100px 60px;
	border: 2px solid #595959;
}

.profile__items {
	padding: 0 40px 0 0;
}

.profile__name {
	margin: 0 0 40px;
	font-size: 32px;
	font-weight: normal;
}

.profile__name::before {
	content: "";
	display: block;
	height: 80px;
	margin: 0 0 -16px;
	background-image: url("../images/text-name.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.profile__detail {
	color: #E0E0E0;
}

.profile__img {
	width: 320px;
	margin: 0 -100px 0 0;
}

.option__title-img {
	max-width: 600px;
	margin: -180px auto 0;
}

.profile .contents__inner_option {
	padding: 0 16px;
}

.option__img-wrapper {
	padding: 0 76px 180px 16px;
}

.option__bg-flame {
	position: relative;
	max-width: 800px;
	margin: 40px auto 0;
}

.option__bg-flame::after {
	position: absolute;
	top: 60px;
	right: -60px;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("../images/bg-levelUp.png");
	background-repeat: no-repeat;
}

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

/*アートメイク施術料金*/

.price .contents__full {
	max-width: none;
	background-image: url("../images/bg-price.png");
	background-repeat: no-repeat;
	background-position: center 25%;
}

.price .contents__inner {
	padding: 200px 16px 120px;
}

.price__wrapper {
	max-width: 600px;
}

.price__main {
	position: relative;
	margin: 95px 0 80px;
	padding: 40px 16px;
	border: 1px solid #D5A353;
	font-size: 32px;
	color: #D5A353;
	text-align: center;
}

.price__main-title {
	position: absolute;
	top: -16px;
	left: -4px;
	padding: 0 24px 16px 0;
	background: #262626;
	font-size: 28px;
	color: #FFF;
}

.price__sub-title {
	display: inline-block;
	font-size: 28px;
}

.price__note {
	margin: 0 0 0 24px;
	font-size: 12px;
}

.price__list {
	margin: 40px 0 0;
	list-style: none;
}

.price__item {
	display: table;
}

.price__item p {
	display: table-cell;
}

.price__item-title {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.price__item {
	margin: 0 0 40px;
	font-size: 20px;
	font-weight: normal;
}

.price__item-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	margin-left: 8px;
	background: repeating-linear-gradient(to right, #838883, #838883 1px, transparent 1px, transparent 4px);
	font-size: 16px;
}

.price__item-money {
	color: #D5A353;
	white-space: nowrap;
}

/*Q & A*/

.stretch__list {
	list-style: none;
}

.stretch__item {
	border-bottom: 1px dashed #595959;
}

.stretch__item:last-child {
	border: none;
}

.stretch__label {
	position: relative;
	display: block;
	padding: 12px 32px 12px 72px;
	font-size: 20px;
	font-weight: normal;
	cursor :pointer;
}

.stretch__title {
	margin: 40px 0;
}

.mark {
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
}

.stretch__label::after {
	content: '';
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
	width: 10px;
	height: 10px;
	margin: auto 0;
	border-top: 2px solid #C7C7CC;
	border-right: 2px solid #C7C7CC;
	transition: all .2s ease;
}

.stretch__label::after {
	-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
}

.stretch__input {
	display: none;
}

.stretch__input:checked ~ .stretch__body {
	height: auto;
	max-height: 100%;
	margin: -16px 0 40px 0;
	opacity: 1;
}

.stretch__input:checked + .stretch__title .stretch__label::after {
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

.stretch__body {
	max-height: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all .2s ease;
}

.stretch__answer {
	position: relative;
	padding: 12px 16px 12px 72px;
	color: #E0E0E0;
}

/*アクセス*/

.access__wrapper {
	display: flex;
}

.access__map-wrapper {
	width: 50%;
}

.access__map-wrapper iframe {
	width: 100%;
}

.access__details {
	width: 50%;
	padding: 0 0 0 40px;
	line-height: 1.5;
}

.access__title {
	padding: 0 0 24px 40px;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}

.access__item-title {
	width: 90px;
	font-weight: bold;
	text-align: left;
}

.access__item-detail {
	display: block;
	padding: 0 0 16px;
}

.access__item-detail a {
	color: #D5A353;
}

/*footer*/

footer {
	padding: 40px 16px;
	background: #000;
	color: #FFF;
	font-size: 24px;
	text-align: center;
}

@media screen and (min-width: 1032px) {
	
	.trouble .contents__full_solution {
		height: 491px;
		background: #FFF;
	}
	
	.golden-ratio .contents__full {
		margin: 0;
	}
	
}

@media screen and (max-width: 768px) {
	
	body {
		font-size: 14px;
	}
	
	.hamburger {
		position: fixed;
		z-index: 3;
		right: 13px;
		top: 12px;
		display: block;
		width: 42px;
		height: 42px;
		cursor: pointer;
		text-align: center;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		transition: 0.5s all;
	}
	.hamburger span {
		position: absolute;
		display: block;
		width: 30px;
		height: 2px;
		left: 6px;
		background: #D5A353;
	}
	.hamburger span:nth-child(1) {
		top: 10px;
	}
	.hamburger span:nth-child(2) {
		top: 20px;
	}
	.hamburger span:nth-child(3) {
		top: 30px;
	}
	
	.hamburger.active {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	
	.hamburger.active span:nth-child(1) {
		top: 16px;
		left: 6px;
		background: #fff;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	.hamburger.active span:nth-child(2) {
		top: 16px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.hamburger.active span:nth-child(3) {
		opacity: 0;
	}
	
	.menu {
		position: fixed;
		z-index: 2;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.9);
		text-align: center;
		transition: opacity .6s ease, visibility .6s ease;
	}
	
	.menu__list {
		width: 100%;
		margin: 0 auto;
		padding: 64px 0 0;
	}
	
	.menu__inner {
		width: 100%;
		padding: 0;
		list-style-type: none;
		transition: .4s all;
	}
	
	.menu__inner:last-child {
		padding-bottom: 0;
	}
	
	.menu__link {
		padding: 16px 0;
		font-size: 16px;
		text-decoration: none;
	}
	
	.active {
		display: block;
	}
	
	.contents__inner {
		padding: 40px 16px;
	}
	
	.hero-img {
		display: none;
	}
	
	.hero-img_sp {
		display: block;
	}
	
	
	/*こんなお悩みありませんか？*/
	
	.trouble .contents__full {
		background-size: auto 25%;
	}
	
	/*ランキング*/
	
	.ranking .contents__inner {
		padding: 40px 16px 0;
	}
	
	.ranking__items {
		display: block;
		margin: 0 0 48px;
	}
	
	.ranking__item {
		width: 100%;
	}
	
	.ranking__item_sub,
	.ranking__items:nth-of-type(even) .ranking__item_sub {
		padding: 24px 0 0;
	}
	
	.ranking__number {
		height: 34px;
	}
	
	.ranking__style_main {
		padding: 20px 0 24px;
		font-size: 32px;
	}
	
	.ranking__discription {
		padding: 24px 0 0;
	}
	
	/*施術例*/
	
	.case .contents__inner {
		padding: 40px 16px;
	}
	
	.case__items {
		display: block;
	}
	
	.case__item {
		position: relative;
		width: 80%;
		margin: 0 0 24px;
	}
	
	.case__item:nth-of-type(2) {
		margin: 0 0 0 auto;
	}
	
	.case__img-wrapper {
		position: absolute;
		top: 0;
		right: -20%;
		margin: 0;
		padding: 14px 24px;
	}
	
	.case__item:nth-of-type(2) .case__img-wrapper {
		right: auto;
		left: -20%;
	}
	
	.case__img-text {
		height: 15px;
	}
	
	/*たかはまゆ式3つのポイントとは？*/
	
	.point__list-item {
		margin: 0 0 40px;
		padding: 0 0 40px;
		border-bottom: 1px dashed #595959;
	}
	
	.point__list-discription {
		padding: 0 0 0 16px;
	}
	
	.point__img-number {
		max-height: 28px;
	}
	
	.point__list-title {
		margin: 16px 0 0;
		font-size: 18px;
	}
	
	.point__list-text {
		float: none;
		width: 100%;
		padding: 24px 0 0;
		clear: both;
	}
	
	/*プロフィール*/
	
	.profile .contents__inner {
		padding: 0 32px 40px;
	}
	
	.profile__title-img {
		position: relative;
		display: block;
		max-width: 250px;
		margin: 0 auto -36px;
		padding: 24px;
	}
	
	.profile__wrapper {
		align-items: flex-start;
		padding: 40px 0;
	}
	
	.profile__items {
		margin: 0 0 0 -16px;
		padding: 10px 10px 16px 0;
		background: #000;
	}
	
	.profile__name {
		margin: 0 0 24px 0;
		font-size: 20px;
	}
	
	.profile__detail {
		font-size: 12px;
	}
	
	.profile__img {
		width: 40%;
		margin: 0 -16px 0 0;
	}
	
	.profile .contents__inner_option {
		padding: 0 16px 40px;
	}
	
	.option__title-img {
		margin: -14% auto 0;
	}
	
	.option__img-wrapper {
		padding: 0;
	}
	
	.option__bg-flame {
		margin: 24px 0 0;
	}
	
	.option__bg-flame::after {
		display: none;
	}
	
	/*price*/
	
	.price .contents__full {
		background-size: cover;
	}
	
	.price .contents__inner {
		padding: 80px 16px;
	}
	
	.price__wrapper {
		max-width: none;
	}
	
	.price__main-title,
	.price__sub-title {
		font-size: 18px;
	}
	
	.price__main {
		margin: 54px 0 40px;
		padding: 24px 16px;
		font-size: 20px;
	}
	
	.price__note {
		font-size: 10px;
	}
	
	.price__list {
		margin: 16px 0 40px;
	}
	
	.price__item {
		margin: 0 0 16px;
	}
	
	.price__item p {
		font-size: 16px;
	}
	
	/*Q & A*/
	
	.stretch__title {
		margin: 24px 0;
	}
	
	.stretch__label,
	.stretch__answer {
		padding: 6px 32px 6px 48px;
		font-size: 16px;
	}
	
	.stretch__answer {
		font-size: 14px;
	}
	
	.mark {
		width: 32px;
	}
	
	.stretch__input:checked ~ .stretch__body {
		margin: -16px 0 24px 0;
	}
	
	/*アクセス*/
	
	.access__wrapper {
		display: block;
	}
	
	.access__map-wrapper,
	.access__details {
		width: 100%;
	}
	
	.access__details {
		padding: 0;
	}
	
	.access__title {
		padding: 24px 0;
		font-size: 20px;
	}
	
	footer {
		padding: 24px 16px;
		font-size: 14px;
	}
}

@media screen and (max-width: 500px) {
	
	.page {
		margin: 0 0 92px;
	}
	
	.fixed__title-img {
		height: 18px;
	}
	
	.fixed__item {
		padding: 0 5px;
	}
	
	.fixed__link {
		padding: 10px 0;
		font-size: 12px;
	}
	
	.contents__title-img {
		max-height: 64px;
	}
	
	/*.price .contents__full {
		background-image: none;
	}*/
	
	.price .contents__inner  {
		padding: 40px 16px;
	}
	
	.access__map-wrapper iframe {
		height: 280px;
	}
	
}

/**/
.video_box{
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto 80px;
}
.video div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video video{
  width: 100%;
}