@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
body {
	font-weight: 500;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .content {
	margin: 0 auto;
	max-width: 750px;
	position: relative;
	z-index: 5;
}
#main .mainVisual {
	padding-top: 67px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 770px;
	background: url(../img/main_bg.jpg) no-repeat center center / cover;
	box-sizing: border-box;
}
#main .mainVisual .inner {
	margin: 0 auto;
	width: 955px;
}
#main .mainVisual .inner .textImg {
	margin: 0 23px 29px;
	width: 508px;
}
#main .mainVisual .inner .title {
	width: fit-content;
	font-size: 2.5rem;
	letter-spacing: 0.35em;
	text-align: center;
	line-height: 1.75;
	color: #323232;
}
#main .mainVisual .text {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 85px;
	font-size: 1.3rem;
	text-align: right;
	width: 942px;
	letter-spacing: 0.15em;
}
#main .method {
	padding: 91px 0 62px;
	background: url(../img/method_bg01.jpg) no-repeat center center / cover;
}
#main .method .imgBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .method .imgBox .textBox {
	margin-right: -10px;
	padding-top: 26px;
	width: calc(100% - 330px);
	position: relative;
	z-index: 5;
}
#main .method .imgBox .textBox .title {
	margin: 0 -40px 14px 0;
	font-size: 2.6rem;
	line-height: 1.3;
	letter-spacing: 0.15em;
}
#main .method .imgBox .textBox .hTitle {
	margin-bottom: 25px;
}
#main .method .imgBox .textBox .hTitle .sub {
	margin-bottom: 13px;
	padding: 9px 10px 8px 18px;
	width: fit-content;
	display: block;
	font-size: 3.7rem;
	font-weight: 500;
	letter-spacing: -0.01em;
	border: 1px solid #000;
	line-height: 1.2;
}
#main .method .imgBox .textBox .hTitle .sub:last-child {
	margin-bottom: 0;
}
#main .method .imgBox .textBox .text {
	max-width: 380px;
	line-height: 1.875;
	letter-spacing: 0.04em;
	text-align: justify;
	color: #323232;
}
#main .method .imgBox .photoBox {
	margin-right: -174px;
	width: 512px;
	order: 2;
}
#main .tone_firming {
	padding-bottom: 102px;
	position: relative;
	background: #e4e4e4;
	overflow: hidden;
}
#main .tone_firming .photo {
	margin-bottom: -45px;
	height: 675px;
}
@media all and (min-width: 2000px) {
	#main .tone_firming .photo {
		height: auto;
	}
}
#main .tone_firming .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
}
#main .tone_firming .hTitle {
	margin: 0 -20px 20px;
	text-align: center;
	color: #323232;
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.21em;
}
#main .tone_firming .hTitle small {
	margin-bottom: 0.6rem;
	display: block;
	font-size: 2.1rem;
	letter-spacing: 0.3em;
}
#main .tone_firming .textBox {
	padding: 0 13px;
	color: #323232;
}
#main .tone_firming .textBox .text {
	margin-bottom: 16px;
	line-height: 2;
	letter-spacing: 0.04em;
	text-align: justify;
}
#main .tone_firming .textBox .note {
	margin-right: -100px;
	font-size: 1.3rem;
	letter-spacing: 0.15em;
}
#main .tone_firming .bg {
	position: absolute;
	bottom: -30px;
	right: -100px;
	width: 496px;
	mix-blend-mode: screen;
}
#main .headLine01 {
	margin-bottom: 25px;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.27em;
}
#main .comTitle {
	margin-bottom: 10px;
	padding-bottom: 11px;
	color: #2d2a26;
	font-size: 2.3rem;
	line-height: 1.5;
	letter-spacing: 0.15em;
	border-bottom: 1px solid #000;
}
#main .centric {
	padding: 265px 0 0;
	position: relative;
	min-height: 855px;
	box-sizing: border-box;
	background: url(../img/centric_bg01.jpg) no-repeat center bottom / cover;
}
#main .centric .numberTag {
	position: absolute;
	top: -111px;
	left: 50%;
	transform: translateX(-50%);
	width: 228px;
}
#main .centric .subBox {
	max-width: 336px;
}
#main .centric .subBox .text {
	line-height: 2;
	color: #4d4d4d;
}
#main .transformative {
	padding: 248px 0 0;
	min-height: 855px;
	position: relative;
	background: url(../img/transformative_bg01.jpg) no-repeat center top / cover;
	box-sizing: border-box;
}
@media all and (min-width: 2000px) {
	#main .transformative {
		min-height: inherit;
		aspect-ratio: 2000 / 855;
	}
}
#main .transformative .numberTag {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: fit-content;
}
#main .transformative .numberTag .sub {
	margin: -10px auto 0;
	padding-right: 16px;
	width: 133px;
	display: block;
	box-sizing: content-box;
}
#main .transformative .inner {
	margin: 0 -54px 0 auto;
	width: fit-content;
}
#main .transformative .inner .subBox {
	max-width: 338px;
}
#main .transformative .inner .subBox .text {
	margin-right: -10px;
	color: #4d4d4d;
}
#main .transformative .inner .headLine01 {
	margin-bottom: 16px;
}
#main .transformative .textImg {
	position: absolute;
	bottom: 77px;
    left: calc(50% - 465px);
	width: 239px;
}
#main .multifunction {
	padding: 121px 0 0;
	min-height: 1130px;
	position: relative;
	background: url(../img/multifunction_bg01.jpg) no-repeat center top / cover;
	box-sizing: border-box;
}
#main .multifunction .numberTag {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: fit-content;
}
#main .centric .numberTag img {
	width: 100%;
}
#main .multifunction .numberTag .sub {
	display: block;
	margin: -1px auto 0;
	padding-right: 23px;
	width: 131px;
	box-sizing: content-box;
}
#main .multifunction .imgBox {
	margin-bottom: -17px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .multifunction .imgBox .textBox {
	padding-top: 93px;
	width: calc(100% - 410px);
}
#main .multifunction .imgBox .textBox .headLine01 {
	margin-bottom: 22px;
	line-height: 1.34;
	color: #323232;
}
#main .multifunction .imgBox .textBox .comTitle {
	color: #323232;
}
#main .multifunction .imgBox .textBox .text {
	margin-bottom: 0.8rem;
	letter-spacing: 0.04em;
	color: #323232;
}
#main .multifunction .imgBox .textBox .note {
	color: #4d4d4d;
}
#main .multifunction .imgBox .photoBox {
	margin-right: -200px;
	width: 589px;
	order: 2;
}
#main .multifunction .textArea {
	margin: 0 auto;
	padding-left: 59px;
	width: 636px;
	box-sizing: content-box;
}
@media all and (min-width: 2000px) {
	#main .centric .numberTag {
		top: -5.5vw;
		width: 11.4vw;
	}
	#main .transformative .numberTag .sub {
		margin: -0.5vw auto 0;
		padding-right: 0.8vw;
		width: 6.65vw;
	}
	#main .multifunction .numberTag .sub {
		padding-right: 1.15vw;
		width: 6.55vw;
	}
}
@media all and (max-width: 767px) {
	#main .content {
		margin: 0 17px;
		max-width: inherit !important;
	}
	#main .mainVisual {
		padding-top: 37.4vw;
		height: auto;
		aspect-ratio: 375 / 607;
		display: block;
		background-image: url(../img/main_bg_sp.jpg);
	}
	#main .mainVisual .inner {
		margin: 0;
		padding: 0 26px;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		box-sizing: border-box;
	}
	#main .mainVisual .inner .textImg {
		margin: 13vw 0 19px;
		width: 22.4vw;
	}
	#main .mainVisual .inner .title {
		margin-right: 6vw;
		font-size: 1.5rem;
		letter-spacing: 0.29em;
		-webkit-writing-mode : tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-align: left;
	}
	#main .mainVisual .text {
		padding: 0 34px;
		position: static;
		transform: none;
		font-size: 1rem;
		text-align: left;
		width: auto;
	}
	#main .method {
		padding: 46px 0 40px;
		background-image: url(../img/method_bg01_sp.jpg);
	}
	#main .method .imgBox {
		margin: 0 -17px;
		display: block;
	}
	#main .method .imgBox .textBox {
		margin: -14px 28px 0;
		padding-top: 0;
		width: auto;
	}
	#main .method .imgBox .textBox .title {
		margin: 0 -20px 12px 0;
		font-size: 2rem;
		line-height: 1.22;
		letter-spacing: 0.15em;
	}
	#main .method .imgBox .textBox .hTitle {
		margin-bottom: 10px;
	}
	#main .method .imgBox .textBox .hTitle .sub {
		margin-bottom: 10px;
		padding: 3px 8px 1px 5px;
		font-size: 2.5rem;
		letter-spacing: -0.04em;
		line-height: 1.22;
		border-width: 2px;
	}
	#main .method .imgBox .textBox .text {
		margin: 0 -8px;
		max-width: inherit;
		line-height: 2;
		font-size: 1.5rem;
	}
	#main .method .imgBox .photoBox {
		margin: 0 -41px 0 28px;
		width: auto;
	}
	#main .method .imgBox .photoBox img {
		width: 100%;
	}
	#main .tone_firming {
		padding-bottom: 47px;
	}
	#main .tone_firming .photo {
		margin-bottom: -11px;
		height: auto;
	}
	#main .tone_firming .hTitle {
		margin: 0 0 18px;
		font-size: 2.5rem;
		letter-spacing: 0.11em;
		line-height: 1.432;
	}
	#main .tone_firming .hTitle small {
		margin-bottom: 0.4rem;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
	}
	#main .tone_firming .textBox {
		padding: 0;
	}
	#main .tone_firming .textBox .note {
		margin: 0 3px;
		font-size: 1rem;
		letter-spacing: 0.09em;
		line-height: 1.5;
	}
	#main .tone_firming .bg {
		display: none;
	}
	#main .headLine01 {
		margin-bottom: 4vw;
		padding-bottom: 2.67vw;
		font-size: 6.67vw;
		line-height: 1.3;
		letter-spacing: 0.11em;
		border-bottom: 1px solid #000;
		text-align: center;
	}
	#main .comTitle {
		margin-bottom: 2.93vw;
		padding: 4.8vw 2.67vw 4.53vw;
		color: #FFF !important;
		font-size: 5.33vw;
		line-height: 1.25;
		letter-spacing: 0.11em;
		border-bottom: none;
		position: relative;
		text-align: center;
	}
	#main .comTitle::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background : linear-gradient(90deg, rgba(243, 152, 0, 0) 0%, rgba(243, 152, 0, 1) 22.29%, rgba(243, 152, 0, 1) 69.11%, rgba(243, 152, 0, 1) 76.89%, rgba(243, 152, 0, 0) 99.94%);
		content: '';
		opacity: 0.5;
	}
	#main .comTitle::after {
		position: absolute;
		top: 1.86vw;
		left: 0;
		width: 100%;
		bottom: 1.86vw;
		background : linear-gradient(90deg, rgba(243, 152, 0, 0) 0%, rgba(243, 152, 0, 1) 22.29%, rgba(243, 152, 0, 1) 69.11%, rgba(243, 152, 0, 1) 76.89%, rgba(243, 152, 0, 0) 99.94%);
		content: '';
		opacity: 0.5;
		z-index: 3;
		mix-blend-mode: multiply;
	}
	#main .comTitle .sub {
		position: relative;
		z-index: 5;
	}
	#main .centric {
		padding: 108.5vw 0 0;
		min-height: inherit;
		aspect-ratio: 375 / 725;
		background-image: url(../img/centric_bg01_sp.jpg);
		background-position: center bottom;
	}
	#main .centric .numberTag {
		top: -13.33vw;
		width: 26.1vw;
	}
	#main .centric .subBox {
		max-width: inherit;
	}
	#main .centric .subBox .text {
		font-size: 4vw;
	}
	#main .transformative {
		padding: 109.3vw 0 0;
		min-height: inherit;
		aspect-ratio: 375 / 725;
		background-image: url(../img/transformative_bg01_sp.jpg);
	}
	#main .transformative .numberTag .sub {
		padding-right: 0.8vw;
		width: 18.4vw;
	}
	#main .transformative .inner {
		margin: 0;
		width: auto;
	}
	#main .transformative .inner .subBox {
		max-width: inherit;
	}
	#main .transformative .inner .subBox .text {
		margin-right: 0;
		font-size: 4vw;
	}
	#main .transformative .inner .headLine01 {
		margin-bottom: 15px;
	}
	#main .transformative .textImg {
		top: 75.6vw;
		bottom: auto;
		left: 10vw;
		width: 31.4vw;
	}
	#main .multifunction {
		padding: 5.5vw 0 0;
		min-height: inherit;
		aspect-ratio: 375 / 833;
		background-image: url(../img/multifunction_bg01_sp.jpg);
	}
	#main .multifunction .numberTag .sub {
		margin-top: -3vw;
		padding-right: 2vw;
		width: 18.1vw;
	}
	#main .multifunction .imgBox {
		margin-bottom: 3.46vw;
		display: block;
	}
	#main .multifunction .imgBox .textBox {
		padding-top: 0;
		width: auto;
	}
	#main .multifunction .imgBox .textBox .headLine01 {
		margin-bottom: 4vw;
		padding-bottom: 2.13vw;
	}
	#main .multifunction .imgBox .textBox .text {
		margin-bottom: 1.33vw;
		letter-spacing: 0;
	}
	#main .multifunction .imgBox .textBox .note {
		font-size: 2.67vw;
	}
	#main .multifunction .imgBox .photoBox {
		margin: 0 -4vw 3.73vw 8.26vw;
		width: auto;
	}
	#main .multifunction .imgBox .photoBox img {
		width: 100%;
	}
	#main .multifunction .textArea {
		margin: 0 -8.53vw 0 2.67vw;
		padding-left: 0;
		width: auto;
		box-sizing: content-box;
	}
	#main .multifunction .textArea img {
		width: 100%;
	}
}
@media all and (max-width: 374px) {
	#main .method .imgBox .textBox .title {
		font-size: 5.3vw;
	}
}
#main .useBox {
	padding: 147px 0 157px;
}
#main .useBox .heading {
	margin-bottom: 182px;
}
#main .useBox .heading span {
	display: block;
	text-align: center;
	line-height: 1.5;
	font-weight: 500;
}
#main .useBox .heading .jp {
	margin-bottom: 10px;
	font-size: 2.05rem;
	letter-spacing: 0.43em;
	color: #f99e1c;
}
#main .useBox .heading .en {
	font-size: 3.05rem;
	letter-spacing: 0.22em;
}
#main .useBox .imgBox {
	margin: 0 auto 134px;
	width: 690px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main .useBox .imgBox .textBox {
	padding-top: 28px;
	width: 305px;
	letter-spacing: 0.02em;
	color: #4D4D4D;
	text-align: justify;
	font-feature-settings: "palt";
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#main .useBox .imgBox .textBox small {
	margin-top: 12px;
	display: block;
	font-size: 1.3rem;
	line-height: 1.92;
}
#main .useBox .imgBox .photoBox {
	width: 330px;
	position: relative;    
	box-shadow: 3rem 3rem 0 rgba(218,229,235,0.5)
}
#main .useBox .imgBox .photoBox img {
	box-shadow: 10px 10px 5px rgba(128,128,132,0.2)
}
#main .useBox .imgBox .num {
	position: absolute;
	top: -8rem;
	right: -3.6rem;
	display: block;
	font-size: 109.13px;
	line-height: 1;
	letter-spacing: -0.05em;
	color: #90AAAB;
	font-weight: 200;
	font-style: italic;
	font-family: "Inter", sans-serif;
}
#main .useBox .imgBox:nth-of-type(2n){
	flex-direction: row-reverse;
}
#main .useBox .imgBox:nth-of-type(2n) .num {
	right: auto;
	left: -5rem;
}
#main .useBox .imgBox:last-of-type {
	margin-bottom: 0;
}
@media all and (max-width: 767px) {
	#main .useBox {
		padding: 51px 0;
	}
	#main .useBox .heading {
		margin-bottom: 38px;
	}
	#main .useBox .heading .jp {
		margin-bottom: 3px;
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	#main .useBox .heading .en {
		font-size: 3rem;
		letter-spacing: 0.26em;
	}
	#main .useBox .imgBox {
		margin: 0 -18px 44px;
		width: auto;
		display: block;
	}
	#main .useBox .imgBox .num {
		font-size: 5.45rem;
		top: -3rem;
		right: -1rem;
		font-style: normal;
	}
	#main .useBox .imgBox .photoBox {
		width: 80vw;
		height: 53.333vw;
		box-shadow: 1.5rem 1.5rem 0 rgba(218,229,235,0.5)
	}
	#main .useBox .imgBox img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .useBox .imgBox:nth-of-type(2n) .num {
		left: -2rem;
	}
	#main .useBox .imgBox .textBox {
		width: 79vw;
		margin: 1px auto 0 1.8rem;
	}
	#main .useBox .imgBox .textBox small {
		margin-top: 6px;
		font-size: 1rem;
		line-height: 1.6;
		letter-spacing: 0;
	}
	#main .useBox .imgBox:nth-of-type(2n) .photoBox {
		box-shadow: -1.5rem 1.5rem 0 rgba(218,229,235,0.5);
		margin-left: auto;
	}
	#main .useBox .imgBox .photoBox img {
		box-shadow: 5px 5px 3px rgba(128,129,133,0.2);
	}
	#main .useBox .imgBox:nth-of-type(2n) .textBox {
		margin: 3px 1.2rem 0 auto;
	}
	#main .useBox .imgBox:nth-of-type(2n) .textBox small {
		margin-top: 8px;
	}
}

#main .sec07 {
	padding: 100px 0 79px;
	background: #EDEFF0
}
#main .sec07 .priceBox {
	padding: 60px 32px 28px;
	width: 850px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	border: 1px solid #9EB8B9;
	box-shadow: 11px 11px 22px rgba(99,99,112,0.2);
	box-sizing: border-box;
}
#main .sec07 .ttl {
	margin-bottom: 11px;
	font-size: 2.3rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	text-align: center;
}
#main .sec07 .textImg02 {
	margin: 38px 0;
}
#main .sec07 .textImg02 span {
	margin: 0 auto;
	display: block;
	width: 504px;
}
#main .sec07 .textImg02 a {
	width: 237px;
	display: block;
	transition: 0.3s;
}
@media all and (min-width: 768px) {
	#main .sec07 .textImg02 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	#main .sec07 {
		padding: 0;
	}
	#main .sec07 .priceBox {
		padding: 35px 0 58px;
		width: auto;
		border: none;
		box-shadow: 0 0.1rem 0 #E4E4E4;
	}
	#main .sec07 .priceBox .textImg img {
		width: 16.7rem;
	}
	#main .sec07 .ttl {
		margin-bottom: 4px;
		font-size: 1.4rem;
	}
	#main .sec07 .textImg02 {
		margin: 20px 16px 0 18px;
		width: auto;
		display: block;
	}
	#main .sec07 .textImg02 img {
		width: 100%;
	}
	#main .sec07 .textImg02 span {
		width: auto;
	}
}
/* footlink */
.footlink {
    text-align: center;
    margin-bottom: 10px;
	font-feature-settings: normal;
	-moz-font-feature-settings: normal;
}
.footlink li {
    color: #b3b3b3;
    display: contents;
    font-size: 0.8em;
}
.footlink li a {
    padding: 0 10px;
    text-decoration: none;
    color: #b3b3b3;
}
@media all and (max-width: 767px) {
	
}