/* reset-css
---------------------------------------------------------------------------*/

* {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	text-decoration: none;
	cursor: pointer;
}

/* base
---------------------------------------------------------------------------*/

html {
	font-size: 100%;
}

body {
	-webkit-animation: scrollseal 0s 2s both;
	position: relative;
	background-color: #020202;
	color: #464646;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
	animation: scrollseal 0s 2s both;
}

a {
	color: inherit;
}

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

.is-pc {
	display: block;
}

.is-sp {
	display: none;
}

/*全て共通：hideエリアをはじめは非表示*/

.hide-area {
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/

.modaal-close:after,
.modaal-close:before {
	background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
	background: #666;
}

.modaal-wrapper {
	z-index: 1000;
}

.modaal-inner-wrapper {
	padding: 0;
}

.modaal-container {
	background: transparent;
}

.modaal-content-container {
	padding: 0;
}

.l-window {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.l-window__img {
	z-index: 1;
	position: relative;
	width: 100%;
	height: calc(100vh - 4.6875rem);
}

.l-window__img img {
	-o-object-fit: cover;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.l-window__img.first {
	-webkit-animation: mvOut 0s 2s both;
	-webkit-animation-duration: 3s;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	animation: mvOut 0s 2s both;
	animation-duration: 3s;
	opacity: 1;
	transition: all 0.3s;
}

.l-window__text {
	z-index: 3;
	position: absolute;
	top: 50%;
	right: 2.5rem;
	transform: translateY(-50%);
	color: #EAD8A2;
	font-weight: 400;
	font-size: 1.875rem;
	line-height: 2;
	font-family: "Zen Old Mincho", serif;
	letter-spacing: 0.1em;
	text-align: right;
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}

.l-window__text-notion {
	display: inline-flex;
	align-items: flex-start;
}

.l-window__text-notion span {
	font-size: 0.75rem;
	padding-top: 0.875rem;
}

.l-window__sm-text {
	font-size: 0.625rem;
	margin-top: 1rem;
}

.l-window__text.fade-out {
	opacity: 0;
}

.l-contents {
	z-index: 3; /*下のかぶさるエリアの指定*/
	position: relative;
}

.l-header-wrap {
	z-index: 30;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
}

.l-header {
	z-index: 30;
	position: relative;
	width: 100%;
	padding: 0.3125rem 0;
	background-color: #fff;
}

.l-header__inner {
	display: flex;
	align-items: center;
	height: 4.6875rem;
}

.l-header__logo {
	width: 10.75rem;
	margin-left: auto;
}

.l-header__logo-sp {
	display: block;
}

.l-header__logo-sp a {
	display: inline-block;
	transition: all .3s;
}

.l-header__logo-sp a:hover,
.l-header__logo-sp a:active {
	opacity: .7;
}

.l-inner {
	width: 100%;
	max-width: 1490px;
	margin: 0 auto;
	padding: 0 2.5rem;
}

.l-inner--wide {
	max-width: 1800px;
	padding: 0;
}

.l-intro {
	display: flex;
	z-index: 1;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
	background: rgba(32, 49, 14, 0.6);
	background: linear-gradient(0deg, rgba(32, 49, 14, 0.6) 75%, rgba(32, 49, 14, 0) 100%);
}

.l-intro__top {
	height: 100vh;
}

.l-intro__img {
	text-align: center;
}

.l-intro__img img {
	width: 20rem;
}

.l-intro__text {
	margin-top: 7.5rem;
	color: #EAD8A2;
	font-weight: 400;
	line-height: 2.5;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
}

.l-intro__text-sp {
	display: none;
	color: #EAD8A2;
	font-weight: 400;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
}

.l-intro__link {
	position: absolute;
	bottom: 3.75rem;
	left: 3.75rem;
	width: 17.5rem;
}

.l-intro__link img {
	width: 21.0625rem;
}

.l-intro02 {
	z-index: 3;
	position: relative;
	/* padding-top: 12.5rem; */
	padding-bottom: 7.5rem;
	overflow: hidden;
	background: #21310E;
	background: linear-gradient(0deg, #020202 0%, rgba(32, 49, 14, 0.6) 100%);
}

.l-intro02__main {
	position: absolute;
	top: 58%;
	left: 50%;
	width: 56vw;
	max-width: 62.5rem;
	transform: translate(-50%, -50%);
}

.l-intro02__row {
	display: flex;
	justify-content: space-between;
}

.l-intro02__row + .l-intro02__row {
	margin-top: 8.6875rem;
}

.l-intro02__item {
	width: 45.2%;
}

/* .l-intro02__item:nth-child(odd) .l-intro02__title {
	margin-left: auto;
}

.l-intro02__item:nth-child(odd) .l-intro02__text {
	margin-left: auto;
}

.l-intro02__item:nth-child(even) .l-intro02__title {
	margin-right: auto;
}

.l-intro02__item:nth-child(even) .l-intro02__text {
	margin-right: auto;
} */

.l-intro02__img img {
	width: 100%;
}

.l-intro02__title {
	/* max-width: 18.4375rem; */
	margin-top: 0.9375rem;
	margin-bottom: 0.625rem;
	color: #EAD8A2;
	font-size: 1.75rem;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
}

.l-intro02__text {
	/* max-width: 17.9375rem; */
	color: #EAD8A2;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 2.0588235294;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
}

.l-sec {
	z-index: 3;
	position: relative;
	overflow: hidden;
	background-color: #DFE2D3;
}

.l-sec__item {
	padding: 5.3125rem 0 7.5rem;
}

.l-product {
	padding-bottom: 5rem;
	background-color: #DFE2D3;
}

.l-product__items {
	margin-top: 4.0625rem;
}

.l-step__item + .l-step__item {
	margin-top: 2.9375rem;
}

.l-eco__logo {
	text-align: center;
}

.l-eco__logo img {
	width: 17.4375rem;
}

.l-eco__images {
	display: flex;
	justify-content: center;
	margin-top: 4.6875rem;
	gap: 4.6875rem;
}

.l-eco__img {
	width: 27.125rem;
}

.l-caldee {
	visibility: hidden;
	z-index: 2000;
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: 0.6s;
}

.l-caldee__innder {
	padding-top: 60px;
	padding-bottom: 60px;
}

.l-caldee__img01,
.l-caldee__img02,
.l-caldee__img03,
.l-caldee__img04 {
	position: absolute;
	width: 5.6875rem;
	background-color: transparent;
	cursor: pointer;
	transition: all 0.3s;
}

.l-caldee__img01:hover,
.l-caldee__img02:hover,
.l-caldee__img03:hover,
.l-caldee__img04:hover {
	filter: brightness(1.1);
}

.l-caldee__img01 {
	top: 64.375rem;
	left: 7.1875rem;
}

.l-caldee__img02 {
	top: 114.6875rem;
	left: 14.375rem;
}

.l-caldee__img03 {
	bottom: 67rem;
	left: 27.75rem;
}

.l-caldee__img04 {
	right: 7.5rem;
	bottom: 18.4375rem;
}

.l-modal {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
}

#Modal01,
#Modal02,
#Modal03,
#Modal04 {
	visibility: hidden;
	z-index: 2000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: 0.6s;
}

.close,
.close2,
.close3,
.close4 {
	z-index: 10;
	position: fixed;
	top: 1.25rem;
	right: 1.25rem;
	width: 3.125rem;
	cursor: pointer;
}

.l-floating {
	display: none;
	z-index: 10;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.l-floating__btn {
	display: block;
	width: 50%;
	padding: 0.625rem;
	background: rgba(223, 226, 211, 0.85);
	color: #20310E;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.25;
	font-family: "Zen Old Mincho", serif;
	letter-spacing: 0.08em;
	text-align: center;
}

.l-floating__btn + .l-floating__btn {
	border-left: 1px solid #b3bb99;
}

.l-floating__en {
	font-weight: 600;
	font-size: 0.9375rem;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.1em;
}

.l-floating__sm {
	font-size: 0.6875rem;
}

.l-totop {
	display: none;
	z-index: 20;
	position: fixed;
	right: 2.5rem;
	bottom: 2.5rem;
	cursor: pointer;
}

.l-totop img {
	width: 4.4375rem;
	transition: all 0.3s;
}

.l-totop img:hover {
	opacity: 0.7;
}

.l-modaltop {
	z-index: 10;
	position: fixed;
	right: 2.5rem;
	bottom: 2.5rem;
}

.l-footer {
	z-index: 10;
	position: relative;
	padding: 1.875rem 0 4.375rem;
	border-top: 1px solid #464646;
	background-color: #DFE2D3;
}

.l-footer__copy {
	font-weight: 400;
	font-size: 0.9375rem;
	text-align: center;
}

.c-hamburger-menu {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	z-index: 30;
	position: fixed;
	top: 7.5rem;
	right: 2.5rem;
	width: 3.125rem;
	height: 3.125rem;
	margin-left: auto;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}

.c-hamburger-menu--open .c-hamburger-menu__bar {
	top: 50%;
}

.c-hamburger-menu--open .c-hamburger-menu__bar:first-child {
	top: auto;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.c-hamburger-menu--open .c-hamburger-menu__bar:nth-child(2) {
	display: none;
}

.c-hamburger-menu--open .c-hamburger-menu__bar:last-child {
	top: auto;
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.c-hamburger-menu__bar {
	display: inline-block;
	position: absolute;
	left: 50%;
	width: 44%;
	height: 2px;
	transform: translateX(-50%);
	background: #242424;
	transition: 0.5s;
}

.c-hamburger-menu__bar:first-child {
	top: 1rem;
}

.c-hamburger-menu__bar:nth-child(2) {
	top: 1.5rem;
}

.c-hamburger-menu__bar:last-child {
	top: 2rem;
}

.c-navigation {
	display: none;
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	width: 34.375rem;
	max-width: 100%;
	padding: 5rem 1.5625rem 7.5rem;
	background: rgba(32, 49, 14, 0.9);
}

.c-navigation__inner {
	overflow: auto;
}

.c-navigation__list {
	margin: 0;
	padding: 0;
	list-style: disc;
}

.c-navigation__list-item {
	position: relative;
	padding-left: 1.25rem;
}

.c-navigation__list-item + .c-navigation__list-item {
	margin-top: 2rem;
}

.c-navigation__list-item::before {
	position: absolute;
	top: 0.6875rem;
	left: 0;
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 50%;
	background-color: #fff;
	content: "";
}

.c-navigation__link {
	display: block;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	transition: 0.3s;
}

.c-navigation__link:hover {
	color: #EAD8A2;
}

.c-navigation__en {
	margin-left: 1.25rem;
	font-size: 0.75rem;
}

.c-sec-title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 9.8125rem;
	background-color: #BEC4AF;
	color: #20310E;
	font-weight: 600;
	font-size: 2.0625rem;
	text-align: center;
}

.c-sec-title.--eco {
	background-color: #887A56;
	color: #fff;
}

.c-tab {
	display: flex;
}

.c-tab__item {
	width: 16.6666666667%;
	padding: 1.4375rem 0rem;
	background-color: transparent;
	color: inherit;
	font-weight: 400;
	cursor: pointer;
	transition: all 0.3s;
}

.c-tab__item:hover {
	background-color: #EFF2E2;
}

.c-tab__item.active {
	background-color: #EFF2E2;
	pointer-events: none;
}

.c-product {
	-moz-column-gap: 3.375rem;
	display: flex;
	column-gap: 3.375rem;
	row-gap: 3.75rem;
	flex-wrap: wrap;
}

.c-product__item {
	width: calc((100% - 13.5rem) / 5);
}

.c-product__img {
	display: block;
	position: relative;
	background-color: #EFF2E2;
}

.c-product__img::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: rgba(223, 226, 211, 0.3);
	content: "";
	transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

.c-product__img:hover::after {
	height: 100%;
}

.c-product__img img {
	width: 100%;
}

.c-product__name {
	margin-top: 0.875rem;
	font-weight: 400;
	font-size: 0.9375rem;
	line-height: 1.6;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
}

.c-product__text {
	margin-top: 0.3125rem;
	font-weight: 400;
	font-size: 0.75rem;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
}

.c-product__text--la {
	margin-top: 0;
	font-size: 0.9375rem;
	line-height: 1.6;
}

.c-main-image {
	width: 100vw;
	height: 33.75rem;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	background: url(../img/bg-img01.webp) no-repeat top 0 center/cover;
}

.c-main-image.--skin02 {
	background: url(../img/bg-img02.webp) no-repeat center center/cover;
}

.c-main-image.--skin03 {
	background: url(../img/bg-img03.webp) no-repeat center center/cover;
}

.c-main-image.--makeup {
	background: url(../img/bg-img04.webp) no-repeat center center/cover;
}

.c-main-image.--hair {
	background: url(../img/bg-img05v3.webp) no-repeat center center/cover;
}

.c-main-image.--eco {
	background: url(../img/bg-img06.webp) no-repeat center center/cover;
}

.c-title {
	margin-bottom: 4.0625rem;
	color: #20310E;
	font-weight: 400;
	font-size: 2.1875rem;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
}

.c-title--sm {
	font-size: 1.75rem;
	line-height: 1.5;
	letter-spacing: 0.15em;
}

.c-items {
	-moz-column-gap: 3.125rem;
	display: grid;
	grid-template-columns: calc((100% - 6.25rem) / 3) calc((100% - 6.25rem) / 3) calc((100% - 6.25rem) / 3);
	column-gap: 3.125rem;
}

.c-items.--modal {
	grid-template-columns: 33.6875rem 33.6875rem;
	justify-content: center;
}

.c-items.--modal .c-items__item {
	width: 33.6875rem;
	max-width: 100%;
	padding: 1.25rem 3.125rem 3.125rem;
	background-color: #EFF2E2;
}

.c-items.--modal2 {
	grid-template-columns: 33.6875rem;
	justify-content: center;
}

.c-items.--modal2 .c-items__item {
	width: 33.6875rem;
	max-width: 100%;
	padding: 1.25rem 3.125rem 3.125rem;
	background-color: #EFF2E2;
}

.c-items__item {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
}

.c-items__item:nth-child(n+4) {
	margin-top: 4.375rem;
}

.c-items__item.--row5 {
	grid-row: span 5;
}

.c-items__img img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-items__head {
	font-weight: 400;
	font-family: "Zen Old Mincho", serif;
}

.c-items__name {
	font-size: 1.3125rem;
	line-height: 1.0869565217;
	text-align: center;
}

.c-items__cat {
	margin-top: 0.3125rem;
	font-size: 0.9375rem;
	line-height: 1.4705882353;
	text-align: center;
}

.c-items__body {
	position: relative;
	margin-top: 1.875rem;
	font-weight: 400;
	font-family: "Zen Old Mincho", serif;
}

.c-items__text {
	position: relative;
	font-size: 0.875rem;
	line-height: 1.6666666667;
}

.c-items__text--la {
	display: inline-block;
	font-size: 1.125rem;
	line-height: 1;
}

.c-items__text--sm {
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1.4545454545;
}

.c-items__text + .c-items__text {
	margin-top: 0.625rem;
}

.c-items__color {
	display: block;
	width: 100%;
	margin-top: 0.9375rem;
}

.c-items__btn {
	margin-top: 1.75rem;
}

.c-items__object {
	position: absolute;
	right: 0;
	bottom: 0;
}

.c-btn {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 0.625rem 2.5rem;
	border-radius: 5px;
	background-color: #20310E;
	color: #fff;
	font-weight: 400;
	font-size: 1.125rem;
	text-align: center;
	transition: all 0.3s;
}

.c-btn::after {
	content: " ＞";
	font-size: 0.9375rem;
}

.c-btn:hover {
	background-color: #37501D;
}

.c-btn--gray {
	background-color: #464646;
}

.c-btn--gray::after {
	display: none !important;
}

.c-btn--gray:hover {
	background-color: #464646;
}

.c-accordion.--green .c-accordion__head {
	height: 4.75rem;
	background-color: #798864;
}

.c-accordion.--green .c-accordion__head::before,
.c-accordion.--green .c-accordion__head::after {
	background-color: #fff;
}

.c-accordion.--green .c-accordion__heading {
	position: relative;
	padding-left: 6.25rem;
	color: #fff;
}

.c-accordion.--green .c-accordion__heading::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 5.9375rem;
	height: 0.0625rem;
	transform: translateY(-50%);
	background-color: #fff;
	content: "";
}

.c-accordion__head {
	display: flex;
	position: relative;
	align-items: center;
	background-color: #EFF2E2;
	cursor: pointer;
}

.c-accordion__head::before,
.c-accordion__head::after {
	position: absolute;
	top: 50%;
	right: 2.1875rem;
	width: 1.6875rem;
	height: 0.125rem;
	background-color: #464646;
	content: "";
	transition: all 0.3s;
}

.c-accordion__head::before {
	transform: rotate(90deg);
}

.c-accordion__head.active::before {
	transform: rotate(180deg);
}

.c-accordion__num {
	width: 4.75rem;
}

.c-accordion__heading {
	width: calc(100% - 4.75rem);
	padding: 0rem 1.875rem;
	color: #20310E;
	font-size: 1.875rem;
	line-height: 1.3333333333;
	font-family: "Zen Old Mincho", serif;
}

.c-accordion__body {
	display: none;
	padding: 3.4375rem;
}

.c-accordion__text {
	color: #20310E;
	font-weight: 400;
	font-size: 1.5625rem;
	font-family: "Zen Old Mincho", serif;
}

.c-accordion__text--sm {
	margin-top: 0.9375rem;
	font-size: 0.875rem;
	line-height: 1.7857142857;
}

.c-accordion__text--la {
	font-weight: 500;
	font-size: 1.875rem;
}

.c-accordion__movie {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 6.25rem;
}

.c-accordion__movie-img {
	width: 43%;
	text-align: right;
}

.c-accordion__youtube {
	width: 50%;
}

.c-accordion__youtube iframe {
	aspect-ratio: 705/395;
	width: 100%;
	height: 100%;
}

.c-accordion__img-wrap {
	margin-top: 2.8125rem;
	padding-bottom: 5rem;
	border-bottom: 1px solid #464646;
}

.c-accordion__img-wrap + .c-accordion__img-wrap {
	margin-top: 4.6875rem;
}

.c-accordion__img-wrap:last-child {
	border: none;
}

.step1-img01 {
	width: 100%;
	margin-top: 4.375rem;
	mix-blend-mode: multiply;
}

.step1-img02 {
	width: 88%;
}

.step1-img03 {
	width: 40.5625rem;
}

.step2-img01 {
	width: 100%;
}

.step3-img01 {
	display: block;
	width: 90%;
	margin: 0 auto;
}

.step3-img02 {
	display: block;
	width: 90%;
	margin: 0 auto;
}

.step4-img01 {
	display: block;
	width: 90%;
	margin: 0 auto;
}

.c-accordion__row {
	display: flex;
	align-items: center;
	align-items: center;
	margin-top: 3.75rem;
}

.c-accordion__row.--sp {
	display: none;
}

.c-accordion__step {
	margin-right: 1.25rem;
}

.c-accordion__step img {
	width: 4.6875rem;
	min-width: 4.6875rem;
}

.c-accordion__step-heading {
	color: #20310E;
	font-size: 1.875rem;
	font-family: "Zen Old Mincho", serif;
}

.c-accordion__step-text {
	width: 100%;
	max-width: 30rem;
	font-weight: 400;
	font-size: 0.9375rem;
	font-family: "Zen Old Mincho", serif;
}

.c-accordion__circle {
	margin-left: 2.5rem;
}

.c-accordion__step-btn {
	display: inline-block;
	position: relative;
	width: 23.1875rem;
	max-width: 100%;
	margin-top: 0.9375rem;
	padding: 0.625rem 1.875rem;
	border-radius: 5px;
	background-color: #44762A;
	color: #fff;
	font-weight: 400;
	font-size: 1.125rem;
	text-align: center;
	transition: all 0.3s;
}

.c-accordion__step-btn::after {
	position: absolute;
	top: 50%;
	right: 3.75rem;
	width: 0;
	height: 0;
	transform: translateY(-50%);
	border-top: 0.1875rem solid transparent;
	border-right: 0;
	border-bottom: 0.1875rem solid transparent;
	border-left: 0.375rem solid #fff;
	border-style: solid;
	content: "";
}

.c-accordion__step-btn:hover {
	background-color: #679337;
}

.step-circle01 {
	width: 15.375rem;
}

.step-circle02 {
	width: 33.1875rem;
}

@media screen and (min-width: 768px) {

.l-floating {
	display: none !important;
}

}

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

/* .l-intro02__row + .l-intro02__row {
	margin-top: 6.25rem;
}

.l-intro02__item {
	max-width: 21.875rem;
} */

}

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

.l-intro__link {
	width: 13.75rem;
}

}

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

/* .l-intro02__item {
	max-width: 16.25rem;
} */

.l-intro02__title {
	font-size: 1.25rem;
}

.c-items.--modal {
	grid-template-columns: 26.25rem 26.25rem;
}

.c-items.--modal .c-items__item {
	width: 26.25rem;
}

.c-items.--modal2 {
	grid-template-columns: 26.25rem;
}

.c-items.--modal2 .c-items__item {
	width: 26.25rem;
}

}

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

.l-intro__link {
	width: 11.25rem;
}

.c-tab__item {
	font-size: 0.875rem;
}

.c-product {
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	row-gap: 3.125rem;
}

.c-product__item {
	width: calc((100% - 7.5rem) / 4);
}

}

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

html {
	font-size: 1.584vw;
}

}

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

html {
	font-size: 100%;
}

body {
	background: #20310e;
}

/* body::after {
	z-index: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/sp_bg-intro.webp) no-repeat center center/cover;
	content: "";
} */

.is-pc {
	display: none;
}

.is-sp {
	display: block;
}

.l-window {
	position: relative;
	top: auto;
	left: auto;
	height: calc(100vh - 4.6875rem);
}

.l-window__img img {
	height: calc(100vh - 4.6875rem);
}

.l-window__img.first {
	z-index: 4;
}

.l-window__text {
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	font-size: 1.125rem;
	text-align: center;
}

.l-window__text-notion span {
	font-size: 0.625rem;
	padding-top: 0.25rem;
}

.l-window__sm-text {
	text-align: right;
	margin-top: 0.5rem;
	padding-right: 2rem;
}

.l-header {
	padding: 0;
}

.l-header__logo {
	width: 7.125rem;
}

.l-inner {
	max-width: 33.25rem;
	padding: 0 1rem;
}

.l-intro {
	position: relative;
	top: auto;
	height: auto;
	padding: 3.75rem 0 2.5rem;
	background: rgb(2, 2, 2);
	background: linear-gradient(0deg, rgba(2, 2, 2, 0.3) 0%, rgba(32, 49, 14, 0.2) 30%, rgba(2, 2, 2, 0.1) 100%);
}

.l-intro__top {
	display: none;
}

.l-intro__img img {
	width: 11.25rem;
}

.l-intro__text {
	margin-top: 2.5rem;
	font-size: 0.875rem;
	line-height: 3;
}

.l-intro__text-sp {
	display: block;
	max-width: 95%;
	margin-top: 2.1875rem;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2.1875rem;
	border-top: 1px solid #EAD8A2;
	font-size: 1rem;
	line-height: 2;
}

.l-intro02 {
	padding-top: 0;
	padding-bottom: 5rem;
	background: linear-gradient(0deg, rgba(2, 2, 2, 0.4) 70%, rgba(0, 0, 44, 0.3) 100%);
}

.l-intro02__main {
	display: none;
}

.l-intro02__row + .l-intro02__row {
	margin-top: 2.5rem;
}

.l-intro02__row {
	flex-direction: column;
	align-items: center;
	gap: 2.5rem;
}

.l-intro02__item {
	max-width: 100%;
	width: 95%;
}

.l-intro02__title {
	max-width: 100%;
	font-size: 1.25rem;
	text-align: left;
}

.l-intro02__text {
	max-width: 100%;
	margin-top: 0.625rem;
	font-size: 0.8125rem;
	line-height: 2;
	text-align: left;
}

.l-sec__item {
	padding: 1.625rem 0 5rem;
}

.l-product__items {
	margin-top: 1.875rem;
}

.l-step__item + .l-step__item {
	margin-top: 1.875rem;
}

.l-eco__sec {
	padding-bottom: 2.5rem;
}

.l-eco__images {
	flex-direction: column;
	margin-top: 2.5rem;
	gap: 2.25rem;
}

.l-eco__img {
	width: 100%;
}

.l-caldee__innder {
	position: relative;
	max-width: 23.4375rem;
	margin: 0 auto;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	text-align: center;
}

.l-caldee__img01,
.l-caldee__img02,
.l-caldee__img03,
.l-caldee__img04 {
	width: 4.625rem;
}

.l-caldee__img01 {
	top: 53.125rem;
	left: 8.4375rem;
}

.l-caldee__img02 {
	top: 113.125rem;
	left: 11.25rem;
}

.l-caldee__img03 {
	bottom: 73.5rem;
	left: 8.125rem;
}

.l-caldee__img04 {
	right: 5.75rem;
	bottom: 17.1875rem;
}

.l-modal {
	padding: 1rem;
}

.l-modal__item {
	height: 100%;
	overflow: auto;
}

.l-floating__inner {
	display: flex;
}

.l-totop {
	right: 1rem;
	bottom: 4.6875rem;
}

.l-totop img {
	width: 2.5625rem;
}

.l-modaltop {
	right: 1.25rem;
	bottom: 1.25rem;
	width: 2.5625rem;
	height: 2.75rem;
}

.l-footer {
	padding: 1.25rem 0 5.3125rem;
}

.l-footer__copy {
	font-size: 0.625rem;
}

.c-hamburger-menu {
	position: fixed;
	top: 5.3125rem;
	right: 0.625rem;
}

.c-navigation {
	padding: 0 1.5625rem;
}

.c-navigation__inner {
	height: 100vh;
}

.c-navigation__list {
	padding: 6.25rem 0 3.75rem;
}

.c-sec-title {
	height: 3.5625rem;
	font-size: 1.25rem;
}

.c-tab {
	flex-wrap: wrap;
	width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.c-tab__item {
	width: 50%;
	padding: 0.625rem 0.3125rem;
	font-size: 0.875rem;
}

.c-tab__item:nth-child(2n) {
	border-left: 1px solid #fff;
}

.c-product {
	-moz-column-gap: 1.75rem;
	column-gap: 1.75rem;
	row-gap: 2.5rem;
}

.c-product__item {
	width: calc((100% - 1.75rem) / 2);
}

.c-product__name {
	margin-top: 0.5rem;
	font-size: 0.8125rem;
	line-height: 1.2857142857;
}

.c-product__name.--sp-nowrap {
	white-space: nowrap;
}

.c-product__text {
	margin-top: 0.125rem;
	font-size: 0.625rem;
}

.c-product__text.--sp-ls {
	letter-spacing: -0.1em;
}

.c-product__text.--sp-nowrap {
	white-space: nowrap;
}

.c-main-image {
	height: 18.4375rem;
	background: url(../img/sp_bg-img01.webp) no-repeat top 0 center/cover;
}

.c-main-image.--skin02 {
	background: url(../img/sp_bg-img02.webp) no-repeat center center/cover;
}

.c-main-image.--skin03 {
	background: url(../img/sp_bg-img03.webp) no-repeat center center/cover;
}

.c-main-image.--makeup {
	background: url(../img/sp_bg-img04.webp) no-repeat center center/cover;
}

.c-main-image.--hair {
	background: url(../img/sp_bg-img05v3.webp) no-repeat center center/cover;
}

.c-main-image.--eco {
	background: url(../img/sp_bg-img06.webp) no-repeat center center/cover;
}

.c-title {
	margin-bottom: 1.75rem;
	padding-bottom: 0.625rem;
	border-bottom: 1px solid #BEC4AF;
	font-size: 1.5rem;
	line-height: 1.6666666667;
}

.c-title--sm {
	border: none;
	color: #887A56;
	font-size: 1.5rem;
	line-height: 1.4583333333;
	text-align: left;
}

.c-title--border-less {
	border: none;
}

.c-items {
	display: flex;
	flex-direction: column;
	gap: 2.8125rem;
}

.c-items.--modal {
	gap: 0;
}

.c-items.--modal .c-items__item {
	padding: 1.25rem 1.5625rem 3.125rem;
}

.c-items.--modal2 .c-items__item {
	padding: 1.25rem 1.5625rem 3.125rem;
}

.c-items__item:nth-child(n+4) {
	margin-top: 0;
}

.c-items__head {
	margin-top: 0.9375rem;
	padding-bottom: 0.9375rem;
	border-bottom: 1px solid #BEC4AF;
}

.c-items__name {
	font-size: 1.125rem;
	line-height: 1.4444444444;
}

.c-items__body {
	margin-top: 0.9375rem;
}

.c-items__btn {
	margin-top: 1.125rem;
}

.c-accordion.--green .c-accordion__head {
	height: 3.875rem;
}

.c-accordion.--green .c-accordion__heading {
	padding-left: 3.125rem;
	font-size: 1.1875rem;
	line-height: 1.3684210526;
}

.c-accordion.--green .c-accordion__heading::before {
	display: none;
}

.c-accordion__head::before,
.c-accordion__head::after {
	right: 1.0625rem;
	width: 1.25rem;
}

.c-accordion__num {
	width: 3.125rem;
}

.c-accordion__heading {
	width: calc(100% - 3.125rem);
	padding: 0rem 0.75rem;
	font-size: 1.375rem;
}

.c-accordion__body {
	padding: 0;
	padding-top: 1.75rem;
}

.c-accordion__text {
	font-size: 1.125rem;
}

.c-accordion__text--sm {
	font-size: 0.75rem;
}

.c-accordion__text--la {
	font-size: 1.25rem;
}

.c-accordion__movie {
	flex-direction: column;
	margin-top: 2.5rem;
	gap: 2rem;
}

.c-accordion__movie-img {
	width: 100%;
}

.c-accordion__youtube {
	width: 100%;
}

.c-accordion__img-wrap {
	margin-top: 0;
	padding: 0;
	border: none;
}

.c-accordion__img-wrap + .c-accordion__img-wrap {
	margin-top: 0rem;
}

.step1-img01 {
	margin-top: 2.5rem;
}

.step1-img02 {
	width: 100%;
}

.c-accordion__row {
	margin-top: 2.5rem;
}

.c-accordion__row.--pc {
	display: none;
}

.c-accordion__row.--sp {
	display: block;
}

.c-accordion__step {
	margin-right: 0;
}

.c-accordion__step img {
	width: 3.625rem;
	min-width: 3.625rem;
}

.c-accordion__step-body {
	display: flex;
}

.c-accordion__step-heading {
	display: flex;
	align-items: center;
	font-size: 1.25rem;
}

.c-accordion__step-text {
	margin-top: 0.625rem;
}

.c-accordion__circle {
	margin-top: 1.5625rem;
	margin-left: 0;
	text-align: center;
}

.c-accordion__step-btn {
	display: block;
	width: 20.3125rem;
	margin-top: 1.25rem;
	margin-right: auto;
	margin-left: auto;
}

.c-accordion__step-btn::after {
	right: 2.5rem;
}

.step-circle01 {
	width: 15.375rem;
}

.step-circle02 {
	width: 15.375rem;
}

}

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

.c-tab__item {
	border-bottom: 1px solid #fff;
}

}

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

html {
	font-size: 4.267vw;
}

}

@-webkit-keyframes scrollseal {

from {
	overflow: hidden;
}

to {
	overflow: visible;
}

}

@keyframes scrollseal {

from {
	overflow: hidden;
}

to {
	overflow: visible;
}

}

@-webkit-keyframes mvOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@keyframes mvOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

