@charset "utf-8";
/*
Theme Name: beauty_lp
Version: 1.0
*/

html {
	scroll-behavior: smooth;
}

body .pc {
	display: none;
}

@media screen and (min-width: 1024px) {
	body .sp {
		display: none;
	}

	body .pc {
		display: block;
	}
}

/* ----------------------------------------------------
  共通
---------------------------------------------------- */
html {
	width: 100%;
	overflow-x: hidden;
}

body {
	font-family: "Shippori Mincho", "EB Garamond", "Hiragino Kaku Gothic Pro";
	font-weight: 400;
	line-height: 1.5;
	font-size: 16px;
	color: #333;
	width: 100%;
	overflow-x: hidden;
}

img {
	width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

.sp-br {
	display: none;
}

[id] {
	scroll-margin-top: 100px;
}

@media screen and (max-width: 767px) {
	body {
		font-size: 12px;
	}

	.sp-br {
		display: inline;
	}
}

/* ----------------------------------------------------
  text style
---------------------------------------------------- */
h1 {
	font-family: "Shippori Mincho";
	font-size: 3.75rem;
	font-weight: bold;
}

span.mv-txt {
	font-family: "Shippori Mincho";
	font-size: 3.75rem;
	font-weight: bold;
	color: #F07F77;
}

h2.sec-ttl {
	font-family: "Shippori Mincho";
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
}

h2.sec-ttl-decoration {
	font-family: "EB Garamond";
	font-size: 2rem;
	text-align: center;
	color: #F07F77;
}

.line {
	width: 36px;
	height: 1px;
	background-color: #F8A7A0;
	margin: 24px auto;
}

span.sec-ttl-sub {
	font-family: "Shippori Mincho";
	font-size: 1rem;
	text-align: center;
}

p {
	font-family: "Hiragino Kaku Gothic Pro";
}

h3.sec-approach-txt {
	font-family: "Shippori Mincho";
	font-size: 2rem;
	text-align: center;
	padding: 5rem 0;
}

h4.sec-explanation-txt {
	font-family: "Shippori Mincho";
	font-size: 1.5rem;
	text-align: center;
	padding: 3rem 0;
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 2rem;
		text-align: center;
	}

	span.mv-txt {
		font-size: 2rem;
	}

	h2.sec-ttl-decoration {
		font-size: 1.33rem;
	}

	.line {
		width: 20px;
		margin: 12px auto;
	}

	h2.sec-ttl {
		font-size: 1.33rem;
	}
}

/* ----------------------------------------------------
  header
---------------------------------------------------- */
header {
	width: 100%;
	height: 90px;
	z-index: 1000;
	margin: 0 auto;
	background-color: #fff;
	position: fixed;
	box-shadow: 0 0 4px 0 #33333325;
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 32px;
	height: 100%;
}

.Femme_creatives {
	width: 290px;
	height: 40px;
}

ul.menu-list {
	display: flex;
	align-items: center;
	gap: 32px;
}

p.menu-txt {
	font-family: "Shippori Mincho";
	color: #333;
}

.menu-txt:hover {
	text-decoration: none;
	color: #3333339a;
}

.consultation {
	text-align: center;
}

.consultation-button {
	text-decoration: none;
	color: #fff;
	background-color: #F07F77;
	display: inline-block;
	text-align: center;
	padding: 1rem 2rem;
}

.consultation-button:hover {
	background-color: #f07f77d0;
}

p.button-txt {
	font-family: "Shippori Mincho";
}

/* ----------------------------------------------------
  ハンバーガーメニュー
---------------------------------------------------- */
.hamburger {
	position: relative;
	width: 48px;
	height: 48px;
	background-color: #FFFFFF;
	border-radius: 100px;
	cursor: pointer;
	border: none;
	display: none;
}

.hamburger .span {
	height: 100%;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	display: block;
	display: flex;
	width: 100%;
}

.hamburger .span>span {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
	height: 1px;
	background-color: #33333380;
	transition: transform 0.4s ease, opacity 0.4s ease;
}

.hamburger .span>span:nth-child(1) {
	top: 40%;
}

.hamburger .span>span:nth-child(2) {
	top: 50%;
}

.hamburger .span>span:nth-child(3) {
	top: 60%;
}

.hamburger.active .span>span:nth-child(1) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.hamburger.active .span>span:nth-child(2) {
	opacity: 0;
}

.hamburger.active .span>span:nth-child(3) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

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

	header {
		height: 70px;
	}

	.header-inner {
		margin: 0 16px;
	}

	.Femme_creatives {
		width: 160px;
		height: auto;
	}

	.hamburger {
		display: block;
		z-index: 999;
	}

	ul.menu-list {
		flex-direction: column;
	}

	p.menu-txt {
		font-size: 1rem;
	}

	/* アクティブの時 */
	.header__nav {
		position: absolute;
		display: flex;
		right: 0;
		left: 0;
		top: 0;
		width: 100%;
		transform: translateX(100%);
		background-color: #fff;
		transition: ease .4s;
		height: 100vh;
		z-index: 998;
	}

	.header__nav.active {
		transform: translateX(0);
	}

	.nav-items {
		margin: 0 auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.nav-items__item a {
		color: #333333;
		text-decoration: none;
		letter-spacing: 3px;
	}

	.nav-items__item:not(:last-child) {
		text-align: center;
		padding-bottom: 48px;
	}
}

/* ----------------------------------------------------
  main visual スライドショー:上段
---------------------------------------------------- */
.wrap-up {
	display: flex;
	align-items: center;
	height: 380px;
	overflow: hidden;
}

.slideshow-up {
	display: flex;
}

.content-up {
	width: 510px;
	height: 340px;
	padding: 0 1.5rem;
}

.slideshow-up {
	display: flex;
	animation: loop-slide 100s infinite linear 1s both;
	animation-direction: reverse;
}

@keyframes loop-slide {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}


/* ----------------------------------------------------
  main visual スライドショー:下段
---------------------------------------------------- */
.wrap-down {
	display: flex;
	align-items: center;
	height: 380px;
	overflow: hidden;
}

.slideshow-down {
	display: flex;
}

.content-down {
	width: 510px;
	height: 340px;
	padding: 0 1.5rem;
}

.slideshow-down {
	display: flex;
	animation: loop-slide 100s infinite linear 1s both;
}

@keyframes loop-slide {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

/* ----------------------------------------------------
  main visual
---------------------------------------------------- */
main {
	padding-top: 8%;
}

.main-visual-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.main-visual-content-frame {
	width: 50%;
	height: 100%;
	position: absolute;
	background: linear-gradient(to right,
			rgba(255, 255, 255, 1) 0%,
			rgba(255, 255, 255, 1) 70%,
			rgba(255, 255, 255, 0) 100%);
	z-index: 998;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-visual-content {
	display: flex;
	flex-direction: column;
}

.award {
	width: 40%;
	display: flex;
	padding: 2rem 0;
}

.award img {
	width: 190px;
	height: auto;
	object-fit: cover;
	object-position: center;
}

.mv-consultation-button {
	text-decoration: none;
	color: #fff;
	background-color: #F07F77;
	display: inline-block;
	text-align: center;
	padding: 1rem 10rem;
}

.mv-consultation-button:hover {
	background-color: #f07f77d0;
}

p.mv-consultation-button-txt {
	font-family: "Shippori Mincho";
	font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
	main {
		width: 100%;
		padding-top: 23%;
	}

	.wrap-up {
		height: auto;
		margin-bottom: 1.5rem;
	}

	.content-up {
		width: 280px;
		height: auto;
		padding: 0 1rem;
	}

	.wrap-down {
		height: auto;
		margin-bottom: 45%;
	}

	.content-down {
		width: 280px;
		height: auto;
		padding: 0 1rem;
	}

	.main-visual-content-frame {
		background: none;
		width: 100%;
	}

	.main-visual-content {
		align-items: center;
		top: 30%;
		position: absolute;
		left: 0;
		right: 0;
	}

	.award {
		width: 100%;
		padding-top: 8rem;
		padding-bottom: 0.5rem;
		justify-content: center;
	}

	.award img {
		width: 120px;
	}

	.mv-consultation-button {
		padding: 1rem 4rem;
	}

	p.mv-consultation-button-txt {
		font-size: 1rem;
	}

	.mv-txt-back {
		width: 100%;
		height: 20%;
		background-color: #ffffff;
		position: relative;
		background: transparent;
		overflow: visible;
		z-index: 0;
	}

	.mv-txt-back::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: #ffffff;
		pointer-events: none;
		z-index: -1;
		-webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
		mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
		opacity: 1;
	}
}

/* ----------------------------------------------------
  sec01:こんなお悩みありませんか？？
---------------------------------------------------- */
.worries {
	width: 100%;
	background-color: #EFEFEF;
	margin-top: 10%;
	position: relative;
}

.worries::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	bottom: -50px;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 50px solid #EFEFEF;
}

.worries-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 6rem 0;
}

.worries-list {
	display: flex;
	margin-top: 5%;
	justify-content: center;
}

.worries-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.worries-card img {
	width: auto;
	height: 180px;
}

p.worries-txt {
	text-align: center;
	margin-top: 0.5rem;
}

.worries-circle {
	width: 350px;
	height: 350px;
	border-radius: 50%;
	background-image: radial-gradient(#ffffff 40%,
			#EFEFEF 65%);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

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

	h2.worries-ttl {
		margin-top: 20%;
	}

	.worries-inner {
		padding: 0;
	}

	.worries-list {
		flex-direction: column;
		margin-bottom: 5%;
	}

	.worries::after {
		bottom: -30px;
	}

	.worries-card img {
		width: auto;
		height: 150px;
	}

	.worries-circle {
		width: 250px;
		height: 250px;
	}
}

/* ----------------------------------------------------
  sec02:私たちのご提案
---------------------------------------------------- */
.about-us {
	width: 100%;
	margin-top: 8%;
}

.about-us-card {
	display: flex;
	margin: 5% 0;
	position: relative;
}

.phpto-card-list {
	width: 42%;
	max-width: 1220px;
	margin-top: 3%;
	margin-bottom: 10%;
	background-color: #fff;
	box-shadow: 2px 2px 24px #33333310;
	display: flex;
	justify-content: center;
	margin-left: 8%;
	z-index: 998;
}

.phpto-card-list-inner {
	display: flex;
	padding: 2rem;
	gap: 2rem;
	justify-content: center;
}

.photo-card {
	width: 50%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.photo-card1 img {
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center 100%;
	margin-bottom: 1rem;
}

.photo-card2 img {
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center 60%;
	margin-bottom: 1rem;
}

.message-card {
	width: 50%;
	height: fit-content;
	background-color: #FEEDEC;
	display: flex;
	justify-content: center;
	margin-top: 10%;
	padding: 2rem 0;
	position: absolute;
	top: 20%;
	right: 8%;
}

.message-card-frame {
	width: 90%;
	border: 1px solid #33333320;
	display: flex;
	justify-content: center;
}

.message-card-frame-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2rem 1.2rem;
}

h3.message-card-ttl {
	font-family: "Shippori Mincho";
	font-size: 1.5rem;
	padding: 1rem;
}

p.message-card-txt {
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 1rem;
	padding: 1rem;
	line-height: 2;
}

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

	.about-us {
		margin-top: 20%;
	}

	h2.about-us-ttl {
		text-align: left;
		padding-left: 3em;
		text-indent: -3em;
	}

	.about-us-inner {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.about-us-card {
		flex-direction: column;
		position: static;
	}

	.phpto-card-list {
		width: 100%;
		margin-left: 0;
		margin-bottom: 5%;
	}

	.phpto-card-list-inner {
		width: 100%;
	}

	.photo-card1 img {
		width: 150px;
		height: 150px;
	}

	.photo-card2 img {
		width: 150px;
		height: 150px;
	}

	.message-card {
		width: 100%;
		margin-top: 0;
		padding: 0;
		position: static;
		top: auto;
		left: auto;
	}

	.message-card-frame {
		border: none;
	}

	h3.message-card-ttl {
		font-size: 1.33rem;
		padding: 0;
	}

	p.message-card-txt {
		font-size: 0.9rem;
		padding: 0;
		margin-top: 1rem;
	}
}

/* ----------------------------------------------------
  sec03:製作実績
---------------------------------------------------- */
.past-work {
	margin-top: 15%;
}

.past-work-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.past-work-img-list {
	display: flex;
	justify-content: center;
	gap: 3%;
	width: 84%;
	max-width: 1220px;
	margin: 5% auto 0;
}

.work_item {
	width: calc((100% - 6%) / 3);
}

.past-work-list {
	border: 1px solid #333333;
	width: 85%;
	margin-top: 5%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem 0;
}

.past-work-txt {
	font-family: "Hiragino Kaku Gothic Pro";
	padding: 0.5rem 0;
}

.check-icon {
	width: 20px;
	height: auto;
}

.slider__wrapper {
	display: none;
}

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

	.past-work-list {
		border: none;
	}

	ul.past-work-list-inner {
		display: flex;
		flex-direction: column;
	}

	.check-icon {
		width: 12px;
	}

	.past-work-txt {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.past-work-img-list {
		display: none;
	}

	.past-work-slider img {
		width: 90%;
		margin: 0 auto;
	}

	/* 以下slickスライダー */

	.slider__wrapper {
		width: 100%;
		margin-top: 20%;
		display: block;
	}

	.slick-slide {
		margin: 0;
	}

	.slick-slide img {
		width: 90%;
		height: auto;
	}

	.slick-prev,
	.slick-next {
		z-index: 1;
	}

	.slick-prev:before,
	.slick-next:before {
		color: #000;
		z-index: 2;
	}

	.slick-active {
		opacity: 1;
	}

	.slick-current {
		opacity: 1;
	}

	/* ドットのベースサイズ */
	.slick-dots li button {
		width: 30px;
		height: 30px;
		border-radius: 50%;
	}

	/* ドットの内側（丸ボタン）の調整 */
	.slick-dots li button:before {
		font-size: 30px;
		color: #33333360;
	}

	/* 選択中のドット */
	.slick-dots li.slick-active button:before {
		color: #F07F77;
	}
}

/* ----------------------------------------------------
  sec04:制作内容
---------------------------------------------------- */
.production-content-inner {
	margin-top: 8%;
}

.decor-txt {
	font-family: "EB Garamond";
	font-size: 8rem;
	color: #F07F7750;
	line-height: 1;
}

.sec04-heading-txt {
	font-family: "Shippori Mincho";
	font-size: 1.5rem;
	color: #fff;
	background-color: #F07F77;
	display: inline-block;
	text-align: center;
	padding: 0.2rem 0.5rem;
}

p.sec04-sub-heading-txt {
	font-family: "Shippori Mincho";
	font-size: 1.25rem;
}

.production-content-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.production-content-card {
	width: 84%;
	height: auto;
	display: flex;
	align-items: center;
	gap: 3%;
	margin-top: 5%;
	max-width: 1220px;
}

.production-content-card:nth-child(even) {
	flex-direction: row-reverse;
}

.production-content-card-inner {
	display: flex;
	flex-direction: column;
	gap: 1rem 0;
	width: 40%;
}

.production-content-img {
	width: 57%;
	height: 400px;
	overflow: hidden;
}

.production_content04 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 70%;
	display: block;
}

.production_content05 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 70%;
	display: block;
}

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

.highlight::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0.1em;
	width: 100%;
	height: 0.8em;
	background: #F6D7D4;
	z-index: -1;
}


.check-plan {
	text-align: center;
}

.check-plan-button {
	text-decoration: none;
	color: #fff;
	background-color: #F07F77;
	display: inline-block;
	text-align: center;
	padding: 1rem 10rem;
}

.check-plan-button:hover {
	background-color: #f07f77d0;
}

p.check-plan-button-txt {
	font-family: "Shippori Mincho";
	font-size: 1.5rem;
}

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

	h4.sec-explanation-txt {
		font-size: 1.167rem;
	}

	.decor-txt {
		font-size: 3.33rem;
	}

	.sec04-heading-txt {
		font-size: 1.167rem;
	}

	p.sec04-sub-heading-txt {
		font-size: 1.167rem;
	}

	.production-content-card {
		flex-direction: column;
		width: 100%;
		height: 100%;
	}

	.production-content-card-inner {
		width: 80%;
	}

	.production-content-img {
		width: 80%;
		height: max-content;
		margin-top: 1rem;
	}

	.production-content-card img {
		width: 100%;
		height: auto;
	}

	.production_content04 img {
		width: 100%;
		height: auto;
	}

	.production-content-card:nth-child(even) {
		flex-direction: column;
	}

	h3.sec-approach-txt {
		font-size: 1.167rem;
	}

	.check-plan-button {
		padding: 1rem 6rem;
	}

	p.check-plan-button-txt {
		font-size: 1rem;
	}
}


/* ----------------------------------------------------
  sec05:選ばれる理由
---------------------------------------------------- */
.reason {
	display: flex;
	justify-content: center;
	width: 100%;
}

.reason-frame {
	margin-top: 10%;
	border: 1px solid #33333330;
	width: 84%;
	max-width: 1220px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.reason-ttl {
	margin-top: 5%;
}

ul.reason-list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	width: 80%;
	margin: 5% auto;
	justify-content: space-between;
}

li.reason-content {
	width: calc((100% - 5%) / 2);
	display: flex;
	align-items: center;
	gap: 5%;
}

.reason-icon-circle {
	min-width: 90px;
	height: 90px;
	border-radius: 50%;
	background-image: radial-gradient(#F9EEE6 50%,
			#ffffff 80%);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

li.reason-content img {
	width: 60px;
}

.reason-txt {
	white-space: nowrap;
}

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

	.reason-frame {
		width: 90%;
		margin-top: 20%;
		align-items: center;
	}

	.reason-ttl {
		margin-top: 2rem;
	}

	ul.reason-list {
		margin: 3rem 2rem;
	}

	li.reason-content {
		gap: 10%;
	}

	li.reason-content img {
		width: 30px;
	}

	.reason-icon-circle {
		min-width: 50px;
		width: 50px;
		height: 50px;
	}
}


/* ----------------------------------------------------
  sec06:制作の流れ
---------------------------------------------------- */
.flow {
	background-image: url("images/flow_back.png");
	background-size: cover;
	width: 100%;
	margin-top: 10%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.flow-background {
	width: 100%;
	background-color: #ffffff20;
}

.flow-inner {
	margin-top: 5%;
	display: flex;
	flex-direction: column;
}

h2.sec-ttl-flow {
	font-family: "Shippori Mincho";
	font-size: 2rem;
	text-align: center;
	color: #fff;
}

h2.sec-ttl-decoration-flow {
	font-family: "EB Garamond";
	font-size: 2rem;
	text-align: center;
	color: #fff;
}

.line-flow {
	width: 36px;
	height: 1px;
	background-color: #fff;
	margin: 24px auto;
}

.flow-list {
	display: flex;
	justify-content: center;
	gap: 5%;
	margin-top: 5%;
	width: 84%;
	max-width: 1220px;
	margin: 5% auto;
}

.flow-card {
	width: 200px;
	height: 280px;
	background-color: #F07F77;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.flow-card-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.flow-list .flow-card:not(:last-child)::after {
	content: "→";
	color: #fff;
	position: absolute;
	right: -42px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.5rem;
	font-weight: bold;
}

.flow-card img {
	width: 80px;
	height: auto;
	padding: 1rem 0;
}

.flow-number {
	font-family: "EB Garamond";
	font-size: 3rem;
	color: #fff;
	text-align: center;
}

.flow-txt {
	font-size: 1rem;
	color: #fff;
	text-align: center;
}


.flow-conclusion {
	text-align: center;
	margin-bottom: 5%;
}

.flow-conclusion-txt {
	font-family: "Shippori Mincho";
	font-size: 1.5rem;
	color: #F07F77;
	background-color: #fff;
	display: inline-block;
	text-align: center;
	padding: 0.2rem 0.5rem;
}

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

	.flow {
		margin-top: 20%;
	}

	.flow-inner {
		margin: 2rem 0;
	}

	h2.sec-ttl-flow {
		font-size: 1.33rem;
	}

	h2.sec-ttl-decoration-flow {
		font-size: 1.33rem;
	}

	.line-flow {
		width: 20px;
		margin: 12px auto;
	}

	.flow-list {
		flex-direction: column;
	}

	.flow-card {
		flex-direction: row;
		width: 100%;
		height: 100%;
		justify-content: center;
	}

	.flow-card:not(:last-child) {
		margin-bottom: 10%;
	}

	.flow-card-inner {
		display: flex;
		align-items: center;
		flex-direction: row;
		gap: 10%;
		width: 75%;
	}

	.flow-card img {
		width: 40px;
		height: auto;
	}

	span.flow-txt-2 {
		font-size: 0.8rem;
	}

	.flow-list .flow-card:not(:last-child)::after {
		content: "↓";
		margin-top: 16%;
		left: 48%;
		font-weight: 100;
		font-size: 1rem;
	}

	.flow-conclusion-txt {
		font-size: 1.167rem;
		margin-top: 5%;
	}
}

/* ----------------------------------------------------
  sec07:料金プラン
---------------------------------------------------- */
.price {
	background-color: #FEEDEC;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.price-frame {
	background-color: #fff;
	width: 60%;
	margin: 5% 0;
	display: flex;
	flex-direction: column;
}

.price-plan {
	margin-top: 5%;
}

.price-list {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 2%;
	margin-top: 5%;
}

.price-menu-txt {
	font-family: "Shippori Mincho";
	border: 1px solid #333333;
	border-radius: 30px;
	display: inline-block;
	text-align: center;
	padding: 0.2rem 0.5rem;
}

h1.price-txt {
	font-family: "Shippori Mincho";
	font-size: 4rem;
	color: #F07F77;
	line-height: 1;
}

span.yen {
	font-family: "Shippori Mincho";
	font-size: 1.25rem;
	color: #F07F77;
}

.long-line {
	width: 47%;
	height: 1px;
	background-color: #33333330;
	margin: 24px auto;
}

ul.point-list {
	display: flex;
	justify-content: center;
	gap: 5%;
	margin-top: 5%;
}

li.point-card {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.point-ttl {
	display: flex;
	flex-direction: column;
}

h4.price-point-txt {
	font-family: "Shippori Mincho";
	font-size: 1.5rem;
	text-align: center;
}

p.point-number {
	font-family: "EB Garamond";
	font-size: 3rem;
	color: #F07F77;
	line-height: 1;
}

p.point {
	font-size: 0.875rem;
	color: #F07F77;
}

p.point-detail {
	font-size: 1.125rem;
	color: #F07F77;
	font-weight: 600;
}

span.point-detail {
	font-size: 1.125rem;
	color: #333333;
	font-weight: 600;
}

p.point-detail-b {
	font-size: 1.125rem;
	color: #333333;
	font-weight: 600;
	text-align: center;
}

span.point-detail-b {
	font-size: 1.125rem;
	color: #F07F77;
	font-weight: 600;
}

p.detail {
	font-size: 0.875rem;
	text-align: center;
	margin-top: 5%;
	margin-bottom: 5%;
}

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

	.price-frame {
		width: 90%;
	}

	.price-plan {
		margin-top: 10%;
	}

	.price-list {
		flex-direction: column;
		align-items: center;
	}

	.price-menu-txt {
		padding: 0.2rem 1.0rem;
		margin-top: 24px;
	}

	h1.price-txt {
		margin-top: 12px;
	}

	.long-line {
		width: 70%;
	}

	h4.price-point-txt {
		font-size: 1.167rem;
	}

	ul.point-list {
		flex-direction: column;
		align-items: center;
		margin-top: 10%;
		margin-bottom: 5%;
	}

	li.point-card {
		flex-direction: row;
		gap: 10%;
		width: 65%;
		padding: 0.5rem 0;
	}

	.point-ttl {
		justify-content: center;
		align-items: center;
	}

	.point-detail-txt {
		display: flex;
		flex-direction: column;
	}

	p.point-number {
		font-size: 2rem;
	}

	p.point {
		font-size: 1rem;
	}

	p.point-detail {
		font-size: 1rem;
	}

	span.point-detail {
		font-size: 1rem;
	}

	p.point-detail-b {
		font-size: 1rem;
		text-align: left;
	}

	span.point-detail-b {
		font-size: 1rem;
	}

	p.detail {
		margin-bottom: 10%;
	}
}

/* ----------------------------------------------------
  sec08:お客様の声
---------------------------------------------------- */
.voice-inner {
	margin-top: 5%;
}

.voice-ttl {
	margin-top: 5%;
}

ul.voice-card-list {
	display: flex;
	justify-content: center;
	gap: 5%;
	margin-top: 5%;
}

li.voice-card {
	width: 500px;
	height: 510px;
	background-color: #fff;
	box-shadow: 2px 2px 24px #33333310;
	display: flex;
	justify-content: center;
	align-items: center;
}

.voice-card-inner {
	display: flex;
	flex-direction: column;
	gap: 1rem 0;
}

.voice-card img {
	width: 420px;
	height: 280px;
}

p.voice-owner-txt {
	font-size: 0.875rem;
	text-align: right;
}

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

	.voice-inner {
		margin-top: 10%;
	}

	ul.voice-card-list {
		flex-direction: column;
		align-items: center;
		margin-top: 10%;
	}

	li.voice-card {
		width: 90%;
		height: 360px;
		margin-bottom: 5%;
	}

	.voice-card-inner {
		margin: 0rem 1.0rem;
	}

	.voice-card img {
		width: 100%;
		height: auto;
	}

	p.voice-owner-txt {
		font-size: 0.7rem;
	}
}

/* ----------------------------------------------------
  sec09:フルサポート体制で安心
---------------------------------------------------- */
.support {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.support-frame {
	width: 84%;
	max-width: 1220px;
	margin-top: 10%;
	border: 1px solid #33333320;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.support-frame-inner {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 4rem;
}

.circle-list {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.circle-list-down {
	display: flex;
	justify-content: center;
	align-items: center;
}

.circle {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: radial-gradient(circle, #FEEDEC90);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.circle-top {
	transform: translate(-10%, 15%);
}

.circle-left {
	transform: translate(0%, -15%);
}

.circle-right {
	transform: translate(-20%, -15%);
}

.support-txt {
	display: flex;
	flex-direction: column;
}

.support-ttl-txt {
	padding: 1rem 0;
}

h2.sec-ttl-support {
	font-family: "Shippori Mincho";
	font-size: 2rem;
}

h2.sec-ttl-decoration-support {
	font-family: "EB Garamond";
	font-size: 2rem;
	color: #F07F77;
}

.support-detail-txt {
	padding: 1rem 0;
}

.support-ttl-txt-sp {
	padding: 1rem 0;
	display: none;
}

h2.sec-ttl-support-sp {
	font-family: "Shippori Mincho";
	font-size: 2rem;
}

h2.sec-ttl-decoration-support-sp {
	font-family: "EB Garamond";
	font-size: 2rem;
	color: #F07F77;
}

.support-detail-txt p {
	line-height: 2.0;
}

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

	.support-frame {
		width: 90%;
		border: none;
	}

	.support-frame-inner {
		flex-direction: column;
		padding: 0;
	}

	.support-ttl-txt {
		display: flex;
		flex-direction: column;
		align-items: center;
		display: none;
	}

	h2.sec-ttl-support {
		font-size: 1.33rem;
	}

	h2.sec-ttl-decoration-support {
		font-size: 1.33rem;
	}

	.support-detail-txt {
		padding: 0;
		line-height: 2;
		margin-top: 10%;
	}

	.circle {
		width: 140px;
		height: 140px;
	}

	.circle-list {
		transform: translate(5%, 0);
		justify-content: center;
	}

	.support-ttl-txt-sp {
		display: block;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	h2.sec-ttl-support-sp {
		font-size: 1.33rem;
	}

	h2.sec-ttl-decoration-support-sp {
		font-size: 1.33rem;
	}
}

/* ----------------------------------------------------
  sec10:おすすめ
---------------------------------------------------- */
.recommend {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.recommend-frame {
	width: 84%;
	max-width: 1220px;
	margin-top: 5%;
	margin-bottom: 10%;
	border: 1px solid #33333320;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.recommend-frame-inner {
	display: flex;
	padding: 4rem;
	justify-content: center;
	align-items: center;
	gap: 10%;
}

.recommend-txt-section {
	display: flex;
	flex-direction: column;
}

h2.sec-ttl-recommend {
	font-family: "Shippori Mincho";
	font-size: 2rem;
}

h2.sec-ttl-decoration-recommend {
	font-family: "EB Garamond";
	font-size: 2rem;
	color: #F07F77;
	line-height: 1.0;
}

ul.recommend-txt-list {
	margin-top: 10%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

li.recommend-txt {
	font-family: "Hiragino Kaku Gothic Pro";
	padding: 0.5rem 0;
	display: flex;
	gap: 5%;
	width: 100%;
}

.check-icon-recommend {
	width: 20px;
	height: 20px;
}

.sns-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.Beauty-Logo {
	width: 347px;
	height: auto;
	padding: 1.5rem;
}

.Line-icon {
	width: 100px;
	height: auto;
	padding: 1.5rem;
}

.Instagram-icon {
	width: 100px;
	height: auto;
	padding: 1.5rem;
}

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

	.recommend-frame {
		width: 90%;
		border: none;
		margin-top: 20%;
	}

	.recommend-frame-inner {
		flex-direction: column;
		padding: 0rem;
	}

	.recommend-ttl {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	h2.sec-ttl-recommend {
		font-size: 1.33rem;
		padding: 0.5rem 0;
	}

	h2.sec-ttl-decoration-recommend {
		font-size: 1.33rem;
	}


	ul.recommend-txt-list {
		margin-top: 0;
		padding: 2rem 0;
		align-items: center;
	}

	li.recommend-txt {
		display: flex;
		gap: 3%;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
	}

	.check-icon-recommend {
		width: 12px;
		height: 12px;
	}

	.sns-icon {
		flex-direction: row-reverse;
		justify-content: center;
		width: 100%;
	}

	.sns-icon2 {
		display: flex;
	}

	.Beauty-Logo {
		width: 160px;
		padding: 0.5rem;
	}

	.Line-icon {
		width: 50px;
		padding: 0.5rem;
	}

	.Instagram-icon {
		width: 50px;
		padding: 0.5rem;
	}
}

/* ----------------------------------------------------
  footer
---------------------------------------------------- */
footer {
	width: 100%;
}

.footer-image {
	background-image: url("images/CTA_back.png");
	background-size: cover;
	width: 100%;
}

.footer-inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5%;
	background-color: #feedeccf;
	padding: 6rem 0;
}

h1.cta-txt {
	font-size: 3rem;
	padding-left: 5em;
	text-indent: -5em;
}

p.white-txt {
	font-family: "Shippori Mincho";
	font-size: 1.5rem;
	padding: 2rem 0;
}

p.footer-button-txt {
	font-family: "Shippori Mincho";
	font-size: 1.5rem;
}

.footer-consultation {
	text-align: center;
}

.footer-consultation-button {
	text-decoration: none;
	color: #fff;
	background-color: #F07F77;
	display: inline-block;
	text-align: center;
	padding: 1rem 10rem;
}

.footer-consultation-button:hover {
	background-color: #f07f77d0;
}

.Femme_creatives_footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 2rem;
}

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

	.footer-image {
		background-position: center;
	}

	.footer-inner {
		padding: 2.5rem 0;
	}

	h1.cta-txt {
		font-size: 1.33rem;
		padding-left: 3em;
	}

	p.white-txt {
		padding: 1rem 0;
		font-size: 0.9rem;
	}

	p.footer-button-txt {
		font-size: 1rem;
	}

	.footer-consultation-button {
		padding: 0.5rem 3rem;
	}

	.Femme_creatives_footer-inner {
		padding: 1rem;
	}

	.Femme_creatives_footer-inner img {
		width: 120px;
		height: auto;
	}

	p.femme-creatives-txt {
		font-size: 0.6rem;
	}
}