html {
    scroll-behavior: smooth;
	overflow-x: hidden;
}
body {
    overflow: hidden;
    width: 100%;
    font-family: 'Shippori Mincho', serif;
    font-size:1vw;
}
main {
    position: relative;
}
img {
    width: 100%;
}
section {
    width: 100%;
    position: relative;
}
a {
    text-decoration: none;
    color: black;
}
a:hover {
    color: white;
}
p {
	font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.pc {
    display: block
}
.sp {
    display: none
}

* {
	margin: 0;
	padding: 0;
}
/* header */

header {
	position: absolute;
	top: 0%;
	width: 100%;
	z-index: 10;
	background: transparent;
}
.header {
	max-width: 1080px;
	width: 100%;
	height: 100px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_logo img {
	width: 75px;
}
.header_contact {
	display: flex;
	align-items: center;
	gap: 15px;
}
p.header_contact_txt1 {
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	font-size: 17px;
	letter-spacing: 0.1em;
	line-height:17px;
	color: #000;
	margin: 0;
}
p.header_contact_txt1 span {
	font-size: 24px;
}
p.header_contact_txt2 {
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.15em;
	/* line-height: 25px; */
	color: #000;
	margin: 0;	
}
p.header_contact_txt3 {
	font-family: 'Shippori Mincho', serif;
	font-size: 18px;
	color: #fff;
	background: #dd7fa8;
	text-align: center;
	width: 200px;
	padding: 10px 0;
	margin: 0;
}

/* end header */

/* main */

main.index {
	background: #f8e5ee;
}
p.top_banner_txt1 {
	position: absolute;
	max-width: 1380px;
	left: 200px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	font-size: 32px;
	line-height: 60px;
	color: #000;
	margin: 0;
}
.header_menu {
	background: #dd7fa8;
}
.header_menu_body {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
	padding: 23px 0;
}
.header_menu_one a {
	display: flex;
	align-items: center;
	gap: 34px;
}
.header_menu_one {
	padding-right: 50px;
	border-right: 1px solid #fff;
}
.header_menu_one.last_element {
	padding: 0;
	border: none;
}
.header_menu_one img {
	width: 22px;
}
p.header_menu_txt1 {
	font-size: 18px;
	line-height: 34px;
	color: #fff;
	margin: 0;
}
p.part_title1 {
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #000;
	margin: 0;
	padding-top: 70px;
}
p.part_title2 {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 25px;
	text-align: center;
	color: #000;
	margin: 0;
	padding-bottom: 40px;
}
.salon p.part_title1 {
	padding-top: 100px;
}
.salon_body {
	position: relative;
	max-width: 1080px;
	margin: auto;
	background: #fff;
	display: flex;
	gap: 62px;
	padding: 60px 52px;
}
.salon_body_content1 {
	display: flex;
	gap: 13px;
	margin: 36px 0 0;
}
.salon_body_content1.sp {
	display: none;
}
img.salon_icon {
	width: 21px;
}
p.salon_txt1 {
	font-weight: 600;
	font-size: 24px;
	color: #000;
	margin: 0;
}
p.salon_txt2 {
	font-weight: 500;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0;
	color: #000;
	margin: 35px 0 0;
}
img.triangle {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 31px;
	z-index: 1;
}
.salon_menu {
	padding-bottom: 100px;
}
.salon_menu_body {
	position: relative;
}
.salon_menu1 {
	max-width: 1080px;
	width: 100%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	padding: 65px;
	gap: 75px;
}
.salon_menu1_content1 {
	display: flex;
	align-items: center;
	gap: 75px;
}

.salon_menu1_content11 {
	display: flex;
	gap: 13px;
}

p.salon_menu_txt1 {
	font-weight: 500;
	font-size: 24px;
	color: #000;
	margin: 0;
}

p.salon_menu_txt2 {
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #000;
	margin: 0;
}

.salon_menu1_content2 {
	display: flex;
	align-items: center;
	gap: 140px;
	margin-top: 15px;
}

p.salon_menu_txt3 {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 25px;
	color: #000;
	margin: 0;
}

.salon_menu1_content3 {
	display: flex;
	gap: 55px;
	align-items: flex-end;
	margin-top: 30px;
}

.salon_menu1_content31 {
	display: flex;
	align-items: center;
	gap: 17px;
}

.salon_menu1_content31 img {
	width: 60px;
}

p.salon_menu_txt4 {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 25px;
	color: #000;
	margin: 0;
}

.pt_12 {
	padding-top: 12px;
}

.pt_35 {
	padding-top: 35px;
}

.salon_menu1_content1.pt_35 {
	gap: 20px;
}

p.salon_menu_txt5 {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 25px;
	color: #000;
	margin: 25px 0 0;
}

.salon_menu2 {
	max-width: 1080px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff5f8;
	padding: 50px 42px;
}

.salon_menu2_one {
	position: relative;
	width: 307px;
	height: 510px;
	background: #fff;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.14);
}

img.triangle1 {
	position: absolute;
	width: 18px;
	top: 10px;
	left: -18px;
}

.salon_menu2_header {
	display: inline-flex;
	align-items: center;
	gap: 27px;
	padding: 11px 42px;
	background: #dd7fa8;
	position: relative;
    top: 24px;
    left: -18px;
}

p.salon_menu_txt6 {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 25px;
	color: #fff;
	margin: 0;
}

p.salon_menu_txt7 {
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #fff;
	margin: 0;
}

.salon_menu_one_content {
	padding-top: 50px;
	margin-left: 30px;
	margin-right: 30px;
}

p.salon_menu_txt8 {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 25px;
	color: #000;
	margin: 0 0 12px;
}

p.salon_menu_txt9 {
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 18px;
	color: #000;
	margin: 20px 0 0;
}

section.voice {
	background: #fff5f8;
}

section.voice p.part_title2 {
	padding-bottom: 0;
}

.voice_one {
	background: #fff5f8;
	padding: 90px 0;
}

.voice_two {
	background: #fff;
	padding: 90px 0;
}

.voice_one_main {
	max-width: 1080px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.voice_one_img {
	width: 386px;
}

p.voice_txt1 {
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #000;
	margin: 0 0 35px;
}

.voice_one_content1 {
	display: flex;
	align-items: center;
	gap: 25px;
}

p.voice_txt2 {
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	margin: 0;
	padding: 8px 18px;
	background: #dd7fa8;
}

p.voice_txt3 {
	font-weight: 600;
	font-size: 24px;
	color: #000;
	margin: 0;
}

p.voice_txt4 {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 27px;
	color: #000;
	margin: 25px 0 0;
}

p.voice_txt5 {
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	color: #000;
	margin: 65px 0 0;
	display: flex;
    align-items: center;
    gap: 10px;
}

p.voice_txt5::before {
	content: "";
	width: 63px;
	height: 1px;
	background: #707070;
	display: block;
}

.flow_one {
	max-width: 925px;
	margin: auto;
	background: #fff;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	padding: 28px 38px;
	gap: 64px;
}

.flow_one_img {
	position: relative;
	width: 340px;
}

p.flow_txt1 {
	position: absolute;
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 0.1em;
	color: #fff;
	margin: 0;
	width: 73px;
	height: 73px;
	background: #dd7fa8;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -12px;
	left: -14px;
	border-radius: 50%;
}

p.flow_txt2 {
	font-weight: 600;
	font-size: 24px;
	line-height: 37px;
	color: #000;
	margin: 0;
}

p.flow_txt3 {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 27px;
	color: #000;
	margin: 35px 0 0;
}

.flow_more {
	display: flex;
	justify-content: center;
	padding: 35px 0;
}

p.flow_txt4 {
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #fff;
	margin: 0;
	padding: 25px 30px 25px 70px;
	border-radius: 37px;
	background: #dd7fa8;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
	gap: 75px;
}

p.flow_txt4 img {
	width: 22px;
}

section.result {
	margin-bottom: 135px;
}

.result_main {
	max-width: 1080px;
	background: #fff;
	margin: auto;
	padding-bottom: 65px;
}

p.result_txt1 {
	font-weight: 500;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	color: #000;
	padding: 50px 0 60px;
	margin: 0;
}

.result_img {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 35px;
}

img.result_img1 {
	width: 325px;
}

img.result_img2 {
	width: 370px;
}

img.result_icon {
	margin-top: 150px;
}

.result_content {
	margin: 50px 80px 0;
	padding:50px 80px;
	border-radius: 15px;
	background: #f4ecee;
}

p.result_txt2 {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 26px;
	color: #000;
	margin: 0;
}

.result_content p.voice_txt5 {
	margin-top: 30px;
}

.other_result p.result_txt1 {
	padding: 75px 0 40px;
}

.other_result_main {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 35px;
	column-gap: 4%;
	row-gap: 60px;
}

.other_result_one {
	width: 48%;
}
.other_result_one .result_content {
	margin: 30px 0;
    padding: 30px 20px;
}
.other_result_one.first {
	width: 70%;
	margin: 0 auto 50px;
}
.other_result_one.first p.result_txt1 {
	width: calc(100% - 15px);
	margin: 0 auto 40px;
}
.other_result_one p.result_txt1 {
	position: relative;
	border-radius: 12px;
	background: #f4ecee;
	padding: 18px 0;
	margin-left: 15px;
}

.other_result_one p.result_txt1::after {
	position: absolute;
	content: "";
	background: url(../tenno/images/triangle_icon2.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 60px;
	height: 13px;
	top: 100%;
	left: calc(50% - 30px);
	z-index: 1;
}

.other_result_one_main {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 25px;
}

.other_result_one1 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 23px;
}

.other_result_one1 p {
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	color: #000;
	margin: 0;
	display: flex;
	align-items: center;
}

.other_result_one1 p::before {
	content: "";
	width: 63px;
    height: 1px;
    background: #707070;
    display: block;
	margin-left: 15px;
	margin-right: 12px;
}

img.result_icon1 {
	width: 21.5px;
	margin-left: 8px;
	margin-right: -6px;
	margin-bottom: 110px;
}

.news {
	background: #fff;
	padding: 30px 0 135px;
}

.news_main {
	max-width: 1080px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.news_one {
	width: 330px;
	font-size:0;
}

.news_one img {
	border-radius: 15px 15px 0 0;
	border: 1px solid #f4ecee;
}

.news_one_content {
	padding: 35px 32px 25px;
	background: #fff;
	filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.16));
	border-radius: 0 0 15px 15px;
/* 	height: 265px; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

p.news_txt1 {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 25px;
	color: #000;
	margin: 0 0 20px;
}

p.news_txt2 {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 25px;
	color: #000;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
	line-clamp: 3; 
	-webkit-box-orient: vertical;
}

p.news_txt3 {
	font-weight: 500;
	font-size: 20px;
	color: #000;
	text-align: right;
	margin: 30px 0 0;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 15px;
}

p.news_txt3::before {
	content: "";
	width: 54px;
	height: 1px;
	background: #000;
	display: block;
}

.contact_main {
	max-width: 1080px;
	margin: auto;
	padding-bottom: 150px;
}

.contact_label {
	display: flex;
	align-items: center;
	gap: 75px;
	margin: 30px 0;
}

p.contact_txt1 {
	font-weight: 500;
	font-size: 24px;
	color: #000;
	margin: 0;
}

p.contact_txt2 {
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #000;
	margin: 0;
}

.contact_one_select {
	display: flex;
	align-items: center;
	gap: 75px;
	margin-bottom: 90px;
}

/*
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    display: inline-block;
	color: #000;
	font-size: 18px;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #DD7FA8;
    position: absolute;
    top: 7px;
    left: 7px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
*/

.contact_one {
	margin-top: 35px;
}

p.contact_txt3 {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 25px;
	color: #000;
	margin: 0 0 20px;
}

input::placeholder {
	color: #e5c7d0;
}

textarea:focus, input:focus{
    outline: none;
}

.contact_one input[type=text],
.contact_one input[type=email],
.contact_one input[type=number],
textarea {
	width: 100%;
	border-radius: 15px;
	background: #fff;
	height: 80px;
	border: none;
	padding: 0 45px;
	font-size: 18px;
}

textarea {
	padding-top: 24px;
}

.contact_one textarea {
	height: 360px;
}

/*
button.contact_btn {
	position: relative;
	display: block;
    margin: 90px auto 0;
	width: 290px;
	height: 74px;
	border-radius: 37px;
	background: #dd7fa8;
	border: none;
}

button.contact_btn::after {
	content: "";
	width: 22px;
	height: 22px;
	background: url(../tenno/images/flow_more.svg);
	background-size: 100%;
	position: absolute;
	top: 26px;
	right: 30px;
}

button.contact_btn p {
	font-size: 18px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	margin: 0;
}
*/

.product {
	background: #fff;
	padding-bottom: 90px;
}

.product_main {
	max-width: 1080px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.product_one {
	width: 330px;
	background: #fff5f8;
	border-radius: 15px;
}

.product_one .product_img {
	width: 166px;
	display: block;
	margin: auto;
	padding: 28px 0;
}

.product_one .product_content {
	filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.16));
	background: #fff;
	padding: 36px 28px;
	height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

p.product_txt1 {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #000;
	margin: 0 0 10px;
}

.product_more {
	position: relative;
	display: block;
    margin: 0 auto;
	width: 100%;
	border-radius: 32px;
	background: #dd7fa8;
}

.product_more::after {
	content: "";
	width: 22px;
	height: 22px;
	background: url(../tenno/images/flow_more.svg);
	background-size: 100%;
	position: absolute;
	top: 24px;
	right: 30px;
}

.product_more a {
	display: flex;
	align-items: center;
}

.product_more p {
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	margin: auto;
	padding: 22px 0;
}

.banner {
	background: #fff5f8;
}

.banner_main {
	max-width: 1080px;
	margin: auto;
}

.banner1 {
	position: relative;
	padding: 100px 0 75px;
}

.banner1_main {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 100%;
	transform: translate(0, -50%);
}

p.banner_txt1 {
	font-weight: 500;
	font-size: 30px;
	color: #000;
	margin: auto;
	text-align: center;
}

.banner_more {
	position: relative;
	display: block;
    margin: 30px auto 0;
	width: 250px;
	border-radius: 28px;
	background: #fff;

}

.banner_more a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner_more p {
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #000;
	margin: 0;
	padding: 18px 0;
}

.banner_more::after {
	content: "";
	width: 22px;
	height: 22px;
	background: url(../tenno/images/banner_more.svg);
	background-size: 100%;
	position: absolute;
	top: 20px;
	right: 22px;
}

.banner3 {
	padding: 100px 0;
}

.banner3_main {
	margin: 55px 0 100px;
	border: 2px solid #f4ecee;
	border-bottom: none;
}

.banner3_one {
	display: flex;
	align-items: center;
	border-bottom: 2px solid #f4ecee;
	background: #f8e5ee;
}

.banner31 {
	width: 30%;
	background: #f8e5ee;
	padding: 20px 40px;
	border-right: 2px solid #f4ecee;
}

.banner32 {
	width: 70%;
	background: #fff;
	padding: 20px 84px;
}

p.banner_txt2 {
	font-weight: 500;
	font-size: 24px;
	color: #000;
	margin: 0;
}

p.banner_txt3 {
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #000;
	margin: 0;	
}

.page_top {
	background: #dd7fa8;
	padding: 25px 0;
}

.page_top a {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.page_top img {
	width: 22px;
}

.page_top p {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #fff;
	margin: 10px 0 0;
}



/* end main */

/* footer */

footer {
	background: url(../tenno/images/footer_img.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.footer {
	max-width: 1080px;
	margin: auto;
	padding: 50px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

img.footer_logo {
	width: 70px;
}

p.footer_txt1 {
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 0.1em;
	color: #000;
	margin: 30px 0 10px;
}

p.footer_txt2 {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #000;
	margin: 0;	
}

.footer_contact {
	display: flex;
	align-items: center;
	gap: 15px;
	margin:35px 0 40px;
}

p.footer_txt3 {
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.1em;
	color: #000;
	margin: 0;		
}

p.footer_txt3 span {
	font-size: 30px;
	line-height: 30px;
}

p.footer_txt4 {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.14em;
	color: #000;
	margin: 0;
}

.footer_contact2 p {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #fff;
	margin: 0;
	padding: 15px 60px;
	background: #dd7fa8;
}

.footer_content1 {
	margin-bottom: 30px;
}

p.footer_txt5 {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #000;
	margin: 0;
	display: flex;
	align-items: center;
}

p.footer_txt5.line::before {
	content: "";
	width: 3px;
	height: 16px;
	background: #dd7fa8;
	display: block;
	margin-right: 10px;
}

p.footer_txt6 {
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #000;
	margin: 0;
}

p.footer_txt7 {
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #000;
	margin: 20px 0 0;
}

.footer_map iframe {
	width: 490px;
	height: 630px;
	border-radius: 15px;
}

/* end footer */

/* add */
section#profile {
	padding-bottom:50px;
}
#profile .salon_body_img img {
	width:200px;
}
#profile.salon p.part_title1 {
	padding-top:0;
}

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

/* header */

.header {
	max-width: 90vw;
	height: 8.33vw;
}

.header_logo img {
	width: 6.25vw;
}

.header_contact {
	gap: 1.25vw;
}

p.header_contact_txt1 {
	font-size: 1.416vw;
	line-height:1.416vw;
}

p.header_contact_txt1 span {
	font-size: 2vw;
}

p.header_contact_txt2 {
	font-size: 1.166vw;
}

p.header_contact_txt3 {
	font-size: 1.5vw;
	width: 16.66vw;
	padding: 0.833vw 0;
}

/* end header */

/* main */

p.top_banner_txt1 {
	max-width: 1380px;
	left: 16.66vw;
	font-size: 2.66vw;
	line-height: 5vw;
}

.header_menu_body {
	gap: 4.16vw;
	padding: 1.916vw 0;
}

.header_menu_one a {
	gap: 2.83vw;
}

.header_menu_one {
	padding-right: 4.16vw;
}

.header_menu_one img {
	width: 1.83vw;
}

p.header_menu_txt1 {
	font-size: 1.5vw;
	line-height: 2.83vw;
}

p.part_title1 {
	font-size: 2vw;
	padding-top: 5.83vw;
}

p.part_title2 {
	font-size: 1.166vw;
	line-height: 2.083vw;
	padding-bottom: 3.33vw;
}

.salon p.part_title1 {
	padding-top: 8.33vw;
}

.salon_body {
	max-width: 90vw;
	gap: 5.166vw;
	padding: 5vw 4.33vw;
}

.salon_body_content1 {
	gap: 1.083vw;
	margin: 3vw 0 0;
}

img.salon_icon {
	width: 1.75vw;
}

p.salon_txt1 {
	font-size: 2vw;
}

p.salon_txt2 {
	font-size: 1.5vw;
	line-height: 2.83vw;
	margin: 2.916vw 0 0;
}

img.triangle {
	width: 2.583vw;
}

.salon_menu {
	padding-bottom: 8.33vw;
}

.salon_menu1 {
	max-width: 90vw;
	padding: 5.416vw;
	gap: 6.25vw;
}

.salon_menu1_content1 {
	gap: 6.25vw;
}

.salon_menu1_content11 {
	gap: 1.083vw;
}

p.salon_menu_txt1 {
	font-size: 2vw;
}

p.salon_menu_txt2 {
	font-size: 1vw;
}

.salon_menu1_content2 {
	gap: 11.66vw;
	margin-top: 1.25vw;
}

p.salon_menu_txt3 {
	font-size: 1.5vw;
	line-height: 2.083vw;
}

.salon_menu1_content3 {
	gap: 4.583vw;
	margin-top: 2.5vw;
}

.salon_menu1_content31 {
	gap: 1.416vw;
}

.salon_menu1_content31 img {
	width: 5vw;
}

p.salon_menu_txt4 {
	font-size: 1.5vw;
	line-height: 2.083vw;
}

.pt_12 {
	padding-top: 1vw;
}

.pt_35 {
	padding-top: 2.916vw;
}

.salon_menu1_content1.pt_35 {
	gap: 1.66vw;
}

p.salon_menu_txt5 {
	font-size: 1.166vw;
	line-height: 2.083vw;
	margin: 2.083vw 0 0;
}

.salon_menu2 {
	max-width: 90vw;
	padding: 4.16vw 3.5vw;
}

.salon_menu2_one {
	width: 25.583vw;
	height: 42.5vw;
	box-shadow: 0px 0px 1vw rgba(0, 0, 0, 0.14);
}

img.triangle1 {
	width: 1.5vw;
	top: 0.833vw;
	left: -1.5vw;
}

.salon_menu2_header {
	gap: 2.25vw;
	padding: 0.916vw 3.5vw;
    top: 2vw;
    left: -1.5vw;
}

p.salon_menu_txt6 {
	font-size: 1.5vw;
	line-height: 2.083vw;
}

p.salon_menu_txt7 {
	font-size: 1vw;
}

.salon_menu_one_content {
	padding-top: 4.16vw;
	margin-left: 2.5vw;
	margin-right: 2.5vw;
}

p.salon_menu_txt8 {
	font-size: 1.5vw;
	line-height: 2.083vw;
	margin: 0 0 1vw;
}

p.salon_menu_txt9 {
	font-size: 1vw;
	line-height: 1.5vw;
	margin: 1.66vw 0 0;
}

.voice_one {
	padding: 7.5vw 0;
}

.voice_two {
	padding: 7.5vw 0;
}

.voice_one_main {
	max-width: 90vw;
}

.voice_one_img {
	width: 32.16vw;
}

p.voice_txt1 {
	font-weight: 500;
	font-size: 1vw;
	margin: 0 0 2.916vw;
}

.voice_one_content1 {
	gap: 2.083vw;
}

p.voice_txt2 {
	font-size: 1.33vw;
	padding: 0.66vw 1.5vw;
}

p.voice_txt3 {
	font-weight: 600;
	font-size: 2vw;
	color: #000;
	margin: 0;
}

p.voice_txt4 {
	font-size: 1.5vw;
	line-height: 2.25vw;
	margin: 2.083vw 0 0;
}

p.voice_txt5 {
	font-size: 1.5vw;
	line-height: 2.66vw;
	margin: 5.416vw 0 0;
    gap: 0.833vw;
}

p.voice_txt5::before {
	width: 5.25vw;
	height: 1px;
}

.flow_one {
	max-width: 77.08vw;
	margin-bottom: 3.33vw;
	padding: 2.33vw 3.16vw;
	gap: 5.33vw;
}

.flow_one_img {
	width: 28.33vw;
}

p.flow_txt1 {
	font-size: 2.5vw;
	width: 6.083vw;
	height: 6.083vw;
	top: -1vw;
	left: -1.166vw;
}

p.flow_txt2 {
	font-size: 2vw;
	line-height: 3.083vw;
}

p.flow_txt3 {
	font-size: 1.5vw;
	line-height: 2.25vw;
	margin: 2.916vw 0 0;
}

.flow_more {
	padding: 2.916vw 0;
}

p.flow_txt4 {
	font-size: 1.5vw;
	padding: 2.083vw 2.5vw 2.083vw 5.83vw;
	border-radius: 3.083vw;
	gap: 6.25vw;
}

p.flow_txt4 img {
	width: 1.83vw;
}

section.result {
	margin-bottom: 12.916vw;
}

.result_main {
	max-width: 90vw;
	padding-bottom: 5.416vw;
}

p.result_txt1 {
	font-size: 2vw;
	line-height: 3.33vw;
	padding: 4.16vw 0 5vw;
}

.result_img {
	gap: 2.916vw;
}

img.result_img1 {
	width: 27.083vw;
}

img.result_img2 {
	width: 30.83vw;
}

img.result_icon {
	width: 4.5vw;
	margin-top: 12.5vw;
}

.result_content {
	margin: 4.16vw 6.66vw 0;
	padding:4.16vw 6.66vw;
	border-radius: 1.25vw;
}

p.result_txt2 {
	font-size: 1.5vw;
	line-height: 2.16vw;
}

.result_content p.voice_txt5 {
	margin-top: 2.5vw;
}

.other_result p.result_txt1 {
	padding: 6.25vw 0 3.33vw;
}

.other_result_main {
	padding: 0 2.916vw;
	row-gap: 5vw;
}
.other_result_one.first {
	margin: 0 auto 4.16vw;
}
.other_result_one.first p.result_txt1 {
	width: calc(100% - 1.25vw);
	margin: 0 auto 3.33vw;
}
.other_result_one p.result_txt1 {
	border-radius: 1vw;
	padding: 1.5vw 0;
	margin-left: 1.25vw;
}

.other_result_one p.result_txt1::after {
	width: 5vw;
	height: 1.083vw;
	left: calc(50% - 2.5vw);
}

.other_result_one_main {
	margin-top: 2.083vw;
}

.other_result_one1 {
	gap: 1.916vw;
}

.other_result_one1 p {
	font-size: 1.5vw;
	line-height: 2.66vw;
}

.other_result_one1 p::before {
	width: 5.25vw;
	margin-left: 1.25vw;
	margin-right: 1vw;
}

img.result_icon1 {
	width: 1.7916vw;
	margin-left: 0.66vw;
	margin-right: -0.5vw;
	margin-bottom: 9.166vw;
}

.news {
	padding: 2.5vw 0 11.25vw;
}

.news_main {
	max-width: 90vw;
}

.news_one {
	width: 27.5vw;
}

.news_one img {
	border-radius: 1.25vw 1.25vw 0 0;
}

.news_one_content {
	padding: 2.916vw 2.66vw 2.083vw;
	filter: drop-shadow(0px 0px 1vw rgba(0, 0, 0, 0.16));
	border-radius: 0 0 1.25vw 1.25vw;
	height: 22.083vw;
}

p.news_txt1 {
	font-size: 1.5vw;
	line-height: 2.083vw;
	margin: 0 0 1.66vw;
}

p.news_txt2 {
	font-size: 1.166vw;
	line-height: 2.083vw;
}

p.news_txt3 {
	font-size: 1.66vw;
	margin: 2.5vw 0 0;
	gap: 1.25vw;
}

p.news_txt3::before {
	width: 4.5vw;
	height: 1px;
}

.contact_main {
	max-width: 90vw;
	padding-bottom: 12.5vw;
}

.contact_label {
	gap: 6.25vw;
	margin: 2.5vw 0;
}

p.contact_txt1 {
	font-size: 2vw;
}

p.contact_txt2 {
	font-size: 1vw;
}

.contact_one_select {
	gap: 6.25vw;
	margin-bottom: 7.5vw;
}

[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
    padding-left: 3.33vw;
	font-size: 1.5vw;
}

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    width: 2.16vw;
    height: 2.16vw;
}

[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    width: 1vw;
    height: 1vw;
    top: 0.58vw;
    left: 0.58vw;
}

.contact_one {
	margin-top: 2.916vw;
}

p.contact_txt3 {
	font-size: 1.5vw;
	line-height: 2.083vw;
	margin: 0 0 1.66vw;
}

.contact_one input[type=text],
.contact_one input[type=email],
.contact_one input[type=number],
textarea {
	border-radius: 1.25vw;
	height: 6.66vw;
	padding: 0 3.75vw;
	font-size: 1.5vw;
}

textarea {
	padding-top: 2vw;
}

.contact_one textarea {
	height: 30vw;
}

button.contact_btn {
    margin: 7.5vw auto 0;
	width: 24.16vw;
	height: 6.16vw;
	border-radius: 3.083vw;
}

button.contact_btn::after {
	width: 1.83vw;
	height: 1.83vw;
	background: url(../tenno/images/flow_more.svg);
	background-size: 100%;
	position: absolute;
	top: 2.16vw;
	right: 2.5vw;
}

button.contact_btn p {
	font-size: 1.5vw;
}

.product {
	padding-bottom: 7.5vw;
}

.product_main {
	max-width: 90vw;
}

.product_one {
	width: 27.5vw;
	border-radius: 1.25vw;
}

.product_one .product_img {
	width: 13.83vw;
	padding: 2.33vw 0;
}

.product_one .product_content {
	filter: drop-shadow(0px 0px 1vw rgba(0, 0, 0, 0.16));
	padding: 3vw 2.33vw;
	height: 21.66vw;
}

p.product_txt1 {
	font-size: 1.5vw;
	margin: 0 0 0.833vw;
}

.product_more {
	border-radius: 2.66vw;
}

.product_more::after {
	width: 1.83vw;
	height: 1.83vw;
	background: url(../tenno/images/flow_more.svg);
	background-size: 100%;
	top: 2vw;
	right: 2.5vw;
}

.product_more p {
	font-size: 1.33vw;
	padding: 1.83vw 0;
}

.banner_main {
	max-width: 90vw;
}

.banner1 {
	padding: 8.33vw 0 6.25vw;
}

p.banner_txt1 {
	font-size: 2.5vw;
}

.banner_more {
    margin: 2.5vw auto 0;
	width: 20.83vw;
	border-radius: 2.33vw;
}

.banner_more p {
	font-size: 1.33vw;
	padding: 1.5vw 0;
}

.banner_more::after {
	width: 1.83vw;
	height: 1.83vw;
	background: url(../tenno/images/banner_more.svg);
	background-size: 100%;
	top: 1.66vw;
	right: 1.83vw;
}

.banner3 {
	padding: 8.33vw 0;
}

.banner3_main {
	margin: 4.583vw 0 8.33vw;
	border: 0.166vw solid #f4ecee;
}

.banner3_one {
	border-bottom: 0.166vw solid #f4ecee;
}

.banner31 {
	padding: 1.66vw 3.33vw;
	border-right: 0.166vw solid #f4ecee;
}

.banner32 {
	padding: 1.66vw 7vw;
}

p.banner_txt2 {
	font-size: 2vw;
}

p.banner_txt3 {
	font-size: 1.5vw;	
}

.page_top {
	padding: 2.083vw 0;
}

.page_top img {
	width: 1.83vw;
}

.page_top p {
	font-size: 1.166vw;
	margin: 0.833vw 0 0;
}
/* end main */

/* footer */

.footer {
	max-width: 90vw;
	padding: 4.16vw 0;
}

img.footer_logo {
	width: 5.833vw;
}

p.footer_txt1 {
	font-size: 2vw;
	margin: 2.5vw 0 0.833vw;
}

p.footer_txt2 {
	font-size: 1.166vw;
}

.footer_contact {
	gap: 1.25vw;
	margin:2.916vw 0 3.33vw;
}

p.footer_txt3 {
	font-size: 1.66vw;	
}

p.footer_txt3 span {
	font-size: 2.5vw;
	line-height: 2.5vw;
}

p.footer_txt4 {
	font-size: 1.33vw;
}

.footer_contact2 p {
	font-size: 1.5vw;
	padding: 1.25vw 5vw;
}

.footer_content1 {
	margin-bottom: 2.5vw;
}

p.footer_txt5 {
	font-size: 1.166vw;
}

p.footer_txt5.line::before {
	width: 0.25vw;
	height: 1.33vw;
	margin-right: 0.833vw;
}

p.footer_txt6 {
	font-size: 1vw;
}

p.footer_txt7 {
	font-size: 1vw;
	margin: 1.66vw 0 0;
}

.footer_map iframe {
	width: 40.83vw;
	height: 52.5vw;
	border-radius: 1.25vw;
}

/* end footer */
/* add */
#profile .salon_body_img img {
	width:16.66vw;
}
	
}

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

.pc {
    display: none
}

.sp {
    display: block
}

/* main */

header {
	background-color: #fff;
}

.header {
	max-width: 90%;
	height: 16.4vw;
}

.header_logo img {
	width: 10vw;
}

.btn-trigger {
	position: relative;
	width: 9.46vw;
	height: 6.26vw;
	cursor: pointer;
  }
  .btn-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1.2vw;
	border-radius: 0.6vw;
	background: #dd739e;
  }
  .btn-trigger, .btn-trigger span {
	display: inline-block;
	transition: all .5s;
	box-sizing: border-box;
  }
  .btn-trigger span:nth-of-type(1) {
	top: 0;
  }
  .btn-trigger span:nth-of-type(2) {
	top: 2.5vw;
  }
  .btn-trigger span:nth-of-type(3) {
	bottom: 0;
  }
  
  #btn07 span:nth-of-type(1) {
	-webkit-animation: btn07-bar01 .75s forwards;
	animation: btn07-bar01 .75s forwards;
  }
  @-webkit-keyframes btn07-bar01 {
	0% {
	  -webkit-transform: translateY(2.5vw) rotate(45deg);
	}
	50% {
	  -webkit-transform: translateY(20px) rotate(0);
	}
	100% {
	  -webkit-transform: translateY(0) rotate(0);
	}
  }
  @keyframes btn07-bar01 {
	0% {
	  transform: translateY(2.5vw) rotate(45deg);
	}
	50% {
	  transform: translateY(20px) rotate(0);
	}
	100% {
	  transform: translateY(0) rotate(0);
	}
  }
  #btn07 span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
  }
  #btn07 span:nth-of-type(3) {
	-webkit-animation: btn07-bar03 .75s forwards;
	animation: btn07-bar03 .75s forwards;
  }
  @-webkit-keyframes btn07-bar03 {
	0% {
	  -webkit-transform: translateY(-2.5vw) rotate(-45deg);
	}
	50% {
	  -webkit-transform: translateY(-20px) rotate(0);
	}
	100% {
	  -webkit-transform: translateY(0) rotate(0);
	}
  }
  @keyframes btn07-bar03 {
	0% {
	  transform: translateY(-2.5vw) rotate(-45deg);
	}
	50% {
	  transform: translateY(-20px) rotate(0);
	}
	100% {
	  transform: translateY(0) rotate(0);
	}
  }
  #btn07.active span:nth-of-type(1) {
	-webkit-animation: active-btn07-bar01 .75s forwards;
	animation: active-btn07-bar01 .75s forwards;
  }
  @-webkit-keyframes active-btn07-bar01 {
	0% {
	  -webkit-transform: translateY(0) rotate(0);
	}
	50% {
	  -webkit-transform: translateY(20px) rotate(0);
	}
	100% {
	  -webkit-transform: translateY(2.5vw) rotate(45deg);
	}
  }
  @keyframes active-btn07-bar01 {
	0% {
	  transform: translateY(0) rotate(0);
	}
	50% {
	  transform: translateY(20px) rotate(0);
	}
	100% {
	  transform: translateY(2.5vw) rotate(45deg);
	}
  }
  #btn07.active span:nth-of-type(2) {
	opacity: 0;
  }
  #btn07.active span:nth-of-type(3) {
	-webkit-animation: active-btn07-bar03 .75s forwards;
	animation: active-btn07-bar03 .75s forwards;
  }
  @-webkit-keyframes active-btn07-bar03 {
	0% {
	  -webkit-transform: translateY(0) rotate(0);
	}
	50% {
	  -webkit-transform: translateY(-20px) rotate(0);
	}
	100% {
	  -webkit-transform: translateY(-2.5vw) rotate(-45deg);
	}
  }
  @keyframes active-btn07-bar03 {
	0% {
	  transform: translateY(0) rotate(0);
	}
	50% {
	  transform: translateY(-20px) rotate(0);
	}
	100% {
	  transform: translateY(-2.5vw) rotate(-45deg);
	}
  }
.header_menu {
	display: none;
}

.header_menu.active {
	display: block;
	z-index: 11;
	pointer-events: auto;
	position: absolute;
    top: 16.4vw;
}

.header_menu_body {
	flex-direction: column;
	padding: 100px 0;
	gap: 4.6vw;
}

.header_menu_one {
	width: 72vw;
    border-bottom: 1px solid #fff;
    padding-right: 0;
    border-right: 0;
	padding-bottom: 4.8vw;
}

.header_menu_one a {
	justify-content: space-between;
}

p.header_menu_txt1 {
	font-size: 4.8vw;
	line-height: normal;
}

.header_menu_one img {
	width: 7vw;
}

.sp_menu_tel {
	background: #FEF3ED;
	padding: 4.6vw 0 6.6vw;
}

p.sp_menu_tel_txt1 {
	font-weight: 500;
	font-size: 5.46vw;
	letter-spacing: 0.1em;
	color: #000;
	text-align: center;
	margin: 0;
}

p.sp_menu_tel_txt1 span {
	font-size: 8.26vw;
}

p.sp_menu_tel_txt2 {
	font-size: 4.4vw;
	letter-spacing: 0.15em;
	color: #000;
	text-align: center;
	margin: 0;	
}

.sp_menu_tel_btn {
	display: flex;
	justify-content: center;
	margin: 6vw 0 0;
}

.sp_menu_tel_btn p {
	font-size: 4.8vw;
	color: #fff;
	padding: 4.2vw 22.6vw;
	border-radius: 1.6vw;
	background: #dd7fa8;
	display: inline-flex;
	justify-content: center;
	margin: 0;
}

p.top_banner_txt1 {
	left: 5%;
	font-size: 5.6vw;
	line-height: 10.13vw;
}

p.part_title1 {
	font-size: 5.33vw;
	padding-top: 13vw;
}

p.part_title2 {
	font-size: 4.8vw;
	line-height: 4.8vw;
	padding-bottom: 5.33vw;
}

.salon_body {
	max-width: 90%;
	margin: auto;
	flex-direction: column;
	gap: 6vw;
	padding: 13vw 4.8vw;
}

.salon_body_content1.sp {
	display: flex;
}

.salon_body_content1.pc {
	display: none;
}

.salon_body_content1 {
	display: flex;
	gap: 2vw;
	margin: 0;
}

img.salon_icon {
	width: 4.4vw;
}

p.salon_txt1 {
	font-size: 5.33vw;
}

p.salon_txt2 {
	font-size: 4.8vw;
	line-height: 7.73vw;
	margin: 2vw 0 0;
}

img.triangle {
	width: 8.26vw;
}

.salon_menu {
	padding-bottom: 100px;
}

.salon_menu_body {
	position: relative;
}

.salon_menu1 {
	max-width: 90%;
	width: 100%;
	flex-direction: column-reverse;
	padding: 11vw 6vw;
	gap: 6.8vw;
}

.salon_menu1_img {
	width: 100%;
}

.salon_menu1_content {
	width: 100%;
}

.salon_menu1_content1 {
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	margin-bottom: 2vw;
}

.salon_menu1_content11 {
	display: flex;
	gap: 13px;
}

p.salon_menu_txt1 {
	font-size: 5.33vw;
}

p.salon_menu_txt2 {
	font-size: 3.73vw;
}

.salon_menu1_content2 {
	gap: 13vw;
	margin-top: 3vw;
}

p.salon_menu_txt3 {
	font-size: 4.8vw;
	line-height: 4.8vw;
}

.salon_menu1_content3 {
	gap: 0;
	align-items: flex-start;
	margin-top: 5.3vw;
}

.salon_menu1_content31 {
	display: flex;
	align-items: center;
	gap: 4vw;
	margin-bottom: 3vw;
}

.salon_menu1_content31 img {
	width: 18.66vw;
}

p.salon_menu_txt4 {
	font-size: 4.8vw;
	line-height: 7.73vw;
}

.pt_12 {
	padding-top: 1.2vw;
}

.pt_35 {
	padding-top: 8.8vw;
}

.salon_menu1_content1.pt_35 {
	gap: 0;
}

p.salon_menu_txt5 {
	font-size: 4.8vw;
	line-height: 8.53vw;
	margin: 8vw 0 0;
}

.salon_menu2 {
	max-width: 90%;
	flex-direction: column;
	background: #fff5f8;
	padding: 7.2vw 8.4vw 10.5vw;
	gap: 6.66vw;
}

.salon_menu2_one {
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.14);
}

img.triangle1 {
	width: 4.4vw;
	top: 2.6vw;
	left: -4.4vw;
}

.salon_menu2_header {
	gap: 6.6vw;
	padding: 2vw 6.4vw;
    top: 6vw;
    left: -4.4vw;
}

p.salon_menu_txt6 {
	font-size: 4.8vw;
	line-height: 5.6vw;
}

p.salon_menu_txt7 {
	font-size: 3.2vw;
}

.salon_menu_one_content {
	padding-top: 12vw;
	margin-left: 7vw;
	margin-right: 7vw;
	padding-bottom: 5vw;
}

p.salon_menu_txt8 {
	font-size: 4.8vw;
	letter-spacing: 0;
	line-height: 5.6vw;
	margin: 0 0 2.6vw;
}

.voice_one {
	padding: 90px 0;
}

.voice_two {
	background: #fff;
	padding: 90px 0;
}

.voice_one_main {
	max-width: 90%;
	margin: auto;
	flex-direction: column;
	align-items: flex-start;
	gap: 5.2vw;
}

.voice_one_img {
	width: 100%;
}

p.voice_txt1 {
	font-size: 5.33vw;
	margin: 0 0 2vw;
}

.voice_one_content1 {
	gap: 4.8vw;
}

p.voice_txt2 {
	font-size: 5.33vw;
	padding: 2vw 2.8vw;
}

p.voice_txt3 {
	font-size: 5.2vw;
	letter-spacing: 0;
}

p.voice_txt4 {
	font-size: 4.8vw;
	line-height: 7.73vw;
	letter-spacing: 0;
	margin: 2vw 0 0;
	text-align: justify;
}

p.voice_txt5 {
	font-size: 3.73vw;
	line-height: 4vw;
	margin: 65px 0 0;
    gap: 4vw;
}

p.voice_txt5::before {
	width: 23vw;
	color: #707070;
}

p.voice_txt5.pc {
	display: none;
}

.flow_one {
	max-width: 90%;
	flex-direction: column;
	margin-bottom: 10.8vw;
	padding: 5.33vw 6vw;
	gap: 4vw;
}

.flow_one_img {
	width: 100%;
}

p.flow_txt1 {
	font-size: 6vw;
	width: 15vw;
	height: 15vw;
	top: -2.5vw;
	left: -3vw;
}

p.flow_txt2 {
	font-size: 5.33vw;
	line-height: 7.73vw;
}

p.flow_txt3 {
	font-size: 4.8vw;
	line-height: 7.73vw;
	margin: 35px 0 0;
}

.flow_more {
	display: block;
	width: 90%;
	margin: auto;
	padding: 3vw 0;
}

p.flow_txt4 {
	font-size: 4.8vw;
	padding: 5vw 0;
	border-radius: 9vw;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
	gap: 7vw;
}

p.flow_txt4 img {
	width: 7.2vw;
}

section.result {
	margin-bottom: 19vw;
}

.result_main {
	max-width: 90%;
	padding-bottom: 10.9vw;
}

p.result_txt1 {
	font-size: 4.8vw;
	line-height: 7.73vw;
	padding: 10.6vw 0 7.8vw;
	margin: 0;
}

.result_img {
	flex-direction: column;
	justify-content: center;align-items: center;
	gap: 6vw;
}

img.result_img1 {
	width: 68.8vw;
}

img.result_img2 {
	width: 76.8vw;
}

img.result_icon {
	margin-top: 0;
	transform: rotate(90deg);
	width: 8vw;
}

.result_content {
	margin: 9.4vw 6.4vw 0;
	padding:8.2vw 6.5vw;
	border-radius: 2vw;
}
.other_result {
	padding:0 6.5vw;
}
.other_result .result_content {
	margin-left:0;
	margin-right:0;
}
p.result_txt2 {
	font-size: 4.8vw;
	line-height: 7.73vw;
	text-align: justify;
	letter-spacing: 0;
}
.result_content p.voice_txt5 {
	margin-top: 21vw;
}
.other_result p.result_txt1 {
	padding: 10.66vw 0 6.4vw;
}
.other_result_main {
	flex-direction: column;
	padding: 0 3.48vw;
	column-gap: 0;
	row-gap: 13vw;
}
.other_result_one {
	width: 100%;
}
.other_result_one.first {
	width: 100%;
	margin: 0 auto 50px;
}
.other_result_one.first p.result_txt1 {
	width: calc(100% - 15px);
	margin: 0 auto 40px;
}
.other_result_one p.result_txt1 {
	border-radius: 1.6vw;
	padding: 3.7vw 0;
	margin-left: 0;
}
.other_result_one p.result_txt1::after {
	width: 8vw;
	height: 1.73vw;
	left: calc(50% - 4vw);
}
.other_result_one_main {
	margin-top: 6.4vw;
	margin-left:-2vw
}
.other_result_one1 {
	gap: 3.2vw;
}
.other_result_one1 p {
	font-size: 3.06vw;
	line-height: 5.46vw;
}
.other_result_one1 p::before {
	width: 11.46vw;
	margin-left: 3.33vw;
	margin-right: 2vw;
}
img.result_icon1 {
	width: 4vw;
	margin-left: 1.6vw;
	margin-right: -6px;
	margin-bottom: 20vw;
}

.news {
	padding: 0 0 16vw;
}

.news_main {
	max-width: 90%;
	margin: auto;
	flex-direction: column;
	gap: 8.6vw;
	margin-top: 5vw;
}

.news_one {
	width: 100%;
}

.news_one img {
	border-radius: 2vw 2vw 0 0;
}

.news_one_content {
	padding: 7.2vw 5.8vw 25px;
	filter: drop-shadow(0px 0px 1.6vw rgba(0, 0, 0, 0.16));
	border-radius: 0 0 2vw 2vw;
	height: auto;
}

p.news_txt1 {
	font-size: 4.8vw;
	line-height: 6.6vw;
	margin: 0 0 20px;
}

p.news_txt2 {
	font-size: 4.8vw;
	line-height: 7.73vw;
	letter-spacing: 0;
	text-align: justify;
	overflow: hidden;
	text-overflow: unset;
	-webkit-box-orient: unset;
}

p.news_txt3 {
	font-size: 5.46vw;
	margin: 4vw 0 0;
	gap: 3.7vw;
}

p.news_txt3::before {
	width: 14.6vw;
	margin-top: 2vw;
}

.contact_main {
	max-width: 90%;
	padding-bottom: 150px;
}

.contact_label {
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	margin: 30px 0;
}

p.contact_txt1 {
	font-size: 4.8vw;
}

p.contact_txt2 {
	font-size: 3.73vw;
}

.contact_one_select {
	flex-direction: column;
	align-items: flex-start;
	gap: 6.4vw;
	margin-bottom: 15vw;
}

/*	
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    padding-left: 12vw;
	font-size: 4.8vw;
	letter-spacing: 0.1em;
	color: #000;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    width: 6.9vw;
    height: 6.9vw;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    width: 4vw;
    height: 4vw;
    top: 1.45vw;
    left: 1.45vw;
}
*/
	
.contact_one {
	margin-top: 10.8vw;
}

p.contact_txt3 {
	font-size: 4.8vw;
	line-height: 6.7vw;
	margin: 0 0 20px;
}

.contact_one input[type=text],
.contact_one input[type=email],
.contact_one input[type=number],
textarea {
	border-radius: 1.33vw;
	height: 20vw;
	padding: 0 5vw;
	font-size: 4vw;
}

textarea {
	padding-top: 2vw;
}

.contact_one textarea {
	height: 92vw;
}

button.contact_btn {
    margin: 12vw auto 0;
	width: 100%;
	height: 16vw;
	border-radius: 9vw;
}

button.contact_btn::after {
	content: "";
	width: 7.1vw;
	height: 7.1vw;
	background: url(../tenno/images/flow_more.svg);
	background-size: 100%;
	top: 4.5vw;
	right: 5.5vw;
}

button.contact_btn p {
	font-size: 4.8vw;
}

.product {
	padding-bottom: 9.2vw;
}

.product_main {
	max-width: 90%;
	margin: auto;
	flex-direction: column;
	gap: 8vw;
}

.product_one {
	width: 100%;
	border-radius: 2vw;
}

.product_one .product_img {
	width: 45vw;
	padding: 7.2vw 0;
}

.product_one .product_content {
	filter: drop-shadow(0px 0px 1.6vw rgba(0, 0, 0, 0.16));
	padding: 7.2vw 9.2vw;
	height: auto;
}

p.product_txt1 {
	font-size: 4.8vw;
	margin: 0 0 2vw;
}

.product_more {
	border-radius: 9vw;
	margin-top: 4vw;
}

.product_more::after {
	width: 7.1vw;
	height: 7.1vw;
	top: 5vw;
	right: 4vw;
}

.product_more p {
	font-size: 4.8vw;
	padding: 4.9vw 0;
}

.banner_main {
	max-width: 90%;
}

.banner1 {
	padding: 13vw 0 10vw;
}

p.banner_txt1 {
	font-size: 4.8vw;
	line-height: 8vw;
}

.banner_more {
    margin: 8vw auto 0;
	width: 80%;
	border-radius: 9vw;

}

.banner_more p {
	font-size: 3.73vw;
	padding: 4.5vw 0;
}

.banner_more::after {
	width: 7.1vw;
	height: 7.1vw;
	top: 4vw;
	right: 4vw;
}

.banner3 {
	padding: 20vw 0 10.8vw;
}

.banner3_main {
	margin: 5.3vw 0 0;
	border: none;
}

.banner3_one {
	display: flex;
	align-items: center;
	border-bottom: 0.6vw solid #FFF5F8;
}

.banner31 {
	display: flex;
	align-items: center;
	width: 30%;
	height: 17vw;
	padding: 0 4vw;
	border-right: none;
}

.banner32 {
	display: flex;
	align-items: center;
	width: 70%;
	height: 17vw;
	padding: 0 5vw;
}

p.banner_txt2 {
	font-size: 5.33vw;
}

p.banner_txt3 {
	font-size: 3.2vw;
}

.page_top {
	padding: 4.2vw 0;
}

.page_top img {
	width: 7.1vw;
}

.page_top p {
	font-size: 4.8vw;
	margin: 2vw 0 0;
}



/* end main */

/* footer */

footer {
	background: url(../tenno/images/footer_img_sp.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.footer {
	max-width: 90%;
	padding: 6vw 0;
	flex-direction: column;
}

.footer_main {
	width: 100%;
}

img.footer_logo {
	width: 9.33vw;
}

p.footer_txt1 {
	font-size: 4.8vw;
	margin: 8vw 0 2vw;
}

p.footer_txt2 {
	font-size: 3.2vw;
}

.footer_contact {
	flex-direction: column;
	align-items: flex-start;
	gap: 2.8vw;
	margin:4vw 0 8vw;
}

p.footer_txt3 {
	font-size: 4vw;	
}

p.footer_txt3 span {
	font-size: 6.66vw;
	line-height: 6.66vw;
}

p.footer_txt4 {
	font-size: 3.2vw;
}

.footer_contact2 p {
	font-size: 4.8vw;
	padding: 4vw 14vw;
}

.footer_content1 {
	margin-bottom: 10vw;
}

p.footer_txt5 {
	font-size: 4.8vw;
}

p.footer_txt5.line::before {
	content: "";
	width: 1.5vw;
	height: 5.2vw;
	margin-right: 2vw;
}

p.footer_txt6 {
	font-size: 4vw;
}

p.footer_txt7 {
	font-size: 2.4vw;
	margin: 8vw 0 0;
	letter-spacing: 0;
}

.footer_map {
	width: 100%;
}

.footer_map iframe {
	width: 100%;
	height: 51vw;
	border-radius: 2vw;
}

/* end footer */
#profile .salon_body_img img {
	width: 80%;
    display: block;
    margin: auto;
}

/* end main */

}
