@charset "UTF-8";
/* CSS Document */

/*利用規約関連*/
#term .container{width: 800px;;margin: 0 auto 80px auto;}
#term .container h3{font-size:20px;margin: 0 0 20px 0;padding: 0;letter-spacing: 1px;line-height: 1.7;font-weight: 300}

#term .container h4.h4_style02{font-size:15px;margin: 0 0 0px 0;padding: 0;letter-spacing: 1px;line-height: 1.7;font-weight: 400}
#term .container h4.h4_style03{position: relative;font-size:16px;margin:30px 0 20px 0;padding: 0 0 0px 30px;letter-spacing: 1px;line-height: 1.7;font-weight: 500;}
#term .container h4.h4_style03::before{content:'';position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 20px;height: 1px;background: #474747}
#term .container .text{font-size:14px;letter-spacing: 1px;line-height: 1.7}
#term .container .text a{color:#a09832;}
#term .container .text a:hover{color:#b7b597;}
#term .container .list_style01{width: 780px;padding: 0;margin: 0 0 0px auto;}
#term .container .list_style01 li{margin:0 0 16px 0;}

#term .container .list_style02{width: 780px;padding: 0;margin: 0 0 0px auto;}
#term .container .list_style02 li{margin:0 0 10px 0;}

#term .container #signature{width: 200px;;margin: 30px 0 0px auto;}


/*ブランド*/
#brands #all_list{margin:0 auto 80px auto;text-align: center}

/* =========================================
   Category Section (画像再現 / 影なしver)
========================================= */

.category-section{
  background:#fff;           /* 透過なし白 */
  padding: 22px 0 28px;
}

.category-inner{
  width: min(980px, 100% - 40px);
  margin: 0 auto;
}

/* ---------- 上段：全て ---------- */
.category-all{
  margin-bottom: 18px;
}

/* 共通ボタン */
.category-btn{
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #dcdcdc;
  background: #fff;
  color:#333;
  font-size: 14px;
  letter-spacing: .04em;
  line-height: 1;
  padding: 14px 16px;
  border-radius: 10px;
  cursor: pointer;

 /* ★影なし */
  box-shadow: none;

  transition: border-color .5s ease, background-color .5s ease;
}

.category-btn--all{
  background:#9b9b9b;
  border-color:#9b9b9b;
  color:#fff;
  border-radius: 6px; /* 上段は角が弱め */
  padding: 16px 16px;

  /* ★影なし */
  box-shadow: none;
  transition: .5s;
}


/* ---------- 下段：3列×2段 ---------- */
.category-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 26px; /* 縦横の間隔（画像の余白感） */
}

.category-grid a {
	text-decoration: none;
}

.category-grid .category-btn{
  height: 44px;
  padding: 0 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  border-radius: 8px;

  /* ★影なし */
  box-shadow: none;
}

/* ---------- Hover（影は出さず、枠色だけ変える） ---------- */
.category-btn:hover{
  color: #666;
  border-color:#bdbdbd;
  background:#fafafa;
}

.category-btn--all:hover{
  border-color:#8a8a8a;
  background:#8f8f8f;
}

/* ---------- 押下（凹み表現なし：色のみ軽く） ---------- */
.category-btn:active{
  background:#f5f5f5;
}

.category-btn--all:active{
  background:#858585;
}

/* ---------- フォーカス（アクセシビリティ） ---------- */
.category-btn:focus-visible{
  outline: 2px solid rgba(25,67,110,.35);
  outline-offset: 3px;
}
	
/* =========================================
   Brands Section（カード小さめ / 幅を上セクションに統一）
   ※上のカテゴリセクション：width:min(980px, 100% - 40px) に合わせる
========================================= */

.brands{
  background:#fff;
  padding: 34px 0 56px;
	font-family: "Times New Roman", "Georgia", "Noto Serif JP", serif;
}

/* ★外側に対して60% / ただし最小は前回と同じ */
.brands__inner{
  width: max(min(980px, 100% - 40px), 65%);
  margin: 0 auto;
}

/* 見出し */
.brands__header{
  text-align: center;
  margin: 10px 0 26px;
}

.brands__title{
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: .12em;
  color:#222;
}
/* 3列・カード間の隙間 */
.brands__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px; /* 少し広めのまま */
}

/* カード：全体を小さめに */
.brandCard{
  display: grid;

  /* ★画像列の横幅も少し小さくして全カード統一 */
  grid-template-columns: minmax(0, 1fr) clamp(120px, 40%, 240px);

  background: #fff;
  color: inherit;
  text-decoration: none;

  border: 1px solid #cfcfcf;

  /* ★高さを小さく */
  height: 170px;
	transition: .5s;
}

/* 左：テキスト（余白も少し詰める） */
.brandCard__text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

  padding: 0 26px;  /* ←小さく */
  gap: 6px;
  min-width: 0;
}

.brandCard__en{
  margin: 0;
  font-size: 22px;  /* ←小さく */
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.12;
  color: #222;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	transition: .5s;
}

.brandCard__jp{
  margin: 0;
  font-size: 13px; /* ←小さく */
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.2;
  color: #555;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	transition: .5s;
}

/* 右：画像（セクション幅に応じて横幅も追従） */
.brandCard__img{
  margin: 0;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  overflow: hidden;
  background: #fff;

  width: 100%;
  height: 100%;
}
/* 画像自体 */
.brandCard__img img{
  width: 100%;
  height: 100%;
  display: block;

  object-fit: contain;
  object-position: center;
  transition: .5s;
}

.brandCard:hover .brandCard__img img{
  opacity: 0.8;
}

/* hover（控えめ） */
.brandCard:hover{
  background:#fafafa;
}

.brandCard:hover .brandCard__en{
  color:#666;
}

.brandCard:hover .brandCard__jp {
	color: #666;
}

/* focus */
.brandCard:focus-visible{
  outline: 2px solid rgba(0,0,0,.25);
  outline-offset: 3px;
}
/*ブランドここまで*/

/*各ブランド*/
#brands_detail .feature {
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
}
#brands_detail .feature .icon {
	color: #fff;
	background-color: #999;
	line-height: 1;
	width: fit-content;
	border-radius: 50px;
	padding: 5px 25px;
	margin: 0 0 30px auto;
}
#brands_detail .feature img {
	max-width: 900px;
	width: 100%;
	aspect-ratio: 9 / 4;
	object-fit: cover;
	margin-bottom: 50px;
}
#brands_detail .feature h3 {
	color: #527a74;
	font-weight: 200;
	margin: 0 0 40px;
}
#brands_detail .feature h3 span {
	font-size: 26px;
	font-weight: 100;
}
#brands_detail .feature .copy {
	font-size: 24px;
	font-weight: 100;
	margin: 0 0 35px;
}
#brands_detail .feature .text {
	font-weight: 200;
	margin: 0 0 90px;
}
#brands_detail .products {
	background-color: #fcfcfa;
	padding: 85px 0;
}
#brands_detail .products a {
	text-decoration: none;
	color: #000;
	/* pointer-events: none;   リンク無効 */
}
#brands_detail .products a:hover {
	text-decoration: none;
	color: #666;
	opacity: 0.8;
}
#brands_detail .products h3 {
	font-size: 24px;
	font-weight: 100;
	text-align: center;
}
#brands_detail .products_inner {
	font-size: 13px;
	max-width: 920px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 1.4%;
	row-gap: 15px;
}
#brands_detail .product_box {
	width: 23.91%;
}
#brands_detail .product_box .img {
	background-color: #fff;
	width: 100%;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
#brands_detail .product_box img {
	width: 68.18%;
}
#brands_detail .product_box p {
	margin: 12px 0 0;
}
.brands_category_bg {
	background-color: #fcfcfa;
}

/* 商品詳細 */
#product_single .product_single_box {
  width: clamp(0px, 90%, 900px);
  margin: 0 auto 70px;
}
#product_single .product_single_icon {
	color: #fff;
	background-color: #999;
	line-height: 1;
	width: fit-content;
	border-radius: 100px;
	padding: 5px 25px;
	margin-left: auto;
	margin-bottom: 20px;
}
#product_single .product_single_box_inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
}
#product_single .product_single_box_image {
	width: 44.44%;
}
#product_single .product_single_box_image img {
	width: 100%;
	height: auto;
}
#product_single .product_single_box_content {
	width: 52.77%;
	padding: 60px 0 0 0;
}
#product_single .product_single_box_title {
	font-size: 28px;
	font-weight: 300;
	line-height: 1.4;
	margin: 0 0 16px 0;
}
#product_single .product_single_box_description {
	font-size: 18px;
	margin-bottom: 20px;
}
#product_single .product_single_box_tags {
	display: flex;
	gap: 10px;
	margin-bottom: 45px;
}
#product_single .tag {
	border: 1px solid #999;
	border-radius: 20px;
	padding: 4px 20px;
	font-size: 14px;
}
#product_single .btn_box{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
#product_single .product_single_box_button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 45px;
	border-radius: 100px;
	background-color: #527a74;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	transition: 0.5s;
}
#product_single .product_single_box_button:nth-child(2) {
	background-color: #fff;
	color: #527a74;
	border: 1px solid #527a74;
}
#product_single .product_single_box_button:hover {
	letter-spacing: 2px;
	background-color: #344f4b;
}
#product_single .product_single_box_button:nth-child(2):hover {
	color: #fff;
	border: 1px solid #344f4b;
}
#product_single .arrow {
	font-size: 14px;
}
#product_single .product_single_box_note {
	margin-top: 12px;
	font-size: 12px;
	text-align: right;
}
#product_single .product_detail {
	background-color: #fcfcfa;
	padding: 80px 0;
}
#product_single .product_detail_inner {
	width: clamp(0px, 90%, 900px);
	margin: 0 auto;
}
#product_single .product_detail_block:not(:last-child) {
	margin-bottom: 100px;
}
#product_single .product_detail_title {
	color: #527a74;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 25px;
}
#product_single .product_detail_copy {
	margin-bottom: 40px;
}
#product_single .product_detail_copy h4 {
	color: #527a74;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	margin: 30px 0 10px 0;
}
#product_single .product_detail_copy p {
	font-size: 13px;
	margin: 0;
}
#product_single .product_detail_table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	margin-bottom: 24px;
}
#product_single .product_detail_table th,
#product_single .product_detail_table td {
	width: 33.33%;
	border: 1px solid #e6e6e6;
	padding: 8px 20px;
	font-size: 12px;
	font-weight: 400;
}
#product_single .product_detail_table th {
	color: #527a74;
	font-size: 14px;
	background-color: #f9f9f9;
	font-weight: bold;
	text-align: left;
}
#product_single .product_detail_list dt {
	color: #527a74;
  font-size: 14px;
  font-weight: 500;
  margin-top: 24px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
}
#product_single .product_detail_list dd {
  font-size: 12px;
  margin: 8px 0 0 0;
  line-height: 1.6;
  text-align: justify;
}
/* 商品詳細　アロマエッセンス */
#product_single .aromaes_wrap {
	width: clamp(0px, 90%, 900px);
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
	margin: 0 auto 100px;
}
#product_single .aromaes_text_box {
	width: clamp(0px, 90%, 900px);
	text-align: center;
	margin: 0 auto 50px;
}
#product_single .aromaes_text_box p:nth-child(1) {
	font-size: 24px;
}
#product_single .aromaes_wrap .img {
	background-color: #fff;
	width: 100%;
	aspect-ratio: 5 / 4;
	overflow: hidden;
}
#product_single .aromaes_wrap a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#product_single .aromaes_wrap a:hover img {
	scale: 1.1;
	opacity: 0.6;
	transition: .5s;
}
#product_single .aromaes_wrap a {
	text-decoration: none;
	color: #000;
}
#product_single .aromaes_wrap h3 {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	margin: 5px 0 0 0;
}
#product_single .aromaes_wrap p {
	font-size: 12px;
	margin: 0;
}


/*企業情報*/
#company p,th,td {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
}
#company .f-16 {
	font-size: 16px;
}
#company .inner {
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
}
#company img {
	max-width: 900px;
	width: 100%;
	aspect-ratio: 9 / 4;
	/* height: 400px; */
	object-fit: cover;
	margin-bottom: 100px;
}
#company .title p {
	color: #527a74;
	font-size: 20px;
	margin: 0 0 20px;
}
#company .title h3 {
	color: #527a74;
	font-size: 54px;
	font-weight: 100;
	letter-spacing: 2px;
	margin: 0 0 35px;
}
#company .company_table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	margin-bottom: 75px;
}
#company .company_table th {
	width: 22.22%;
}
#company .company_table td {
	width: 77.77%;
	padding: 45px 0 45px 50px;
	line-height: 170%;
}
#company .company_table tr:not(:last-child) th {
	border-bottom: 1px solid #527a74;
}
#company .company_table tr:not(:last-child) td {
	border-bottom: 1px solid #ccc;
}
#company .history {
	background-color: #f2f8f9;
	padding: 85px 0 60px;
}
#company .history .inner {
	max-width: 900px;
	margin: 0 auto;
}
#company .history .title {
	margin-bottom: 45px;
}
#company .history_table_wrap {
	position: relative;
}
#company .history_table {
	color: #527a74;
	font-size: 20px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#company .history_table th,
#company .history_table td {
	font-size: 20px;
}
#company .history_table th {
	width: 10.55%;
}
#company .history_table td:nth-of-type(1) {
	font-size: 14px;
	width: 4.44%;
	position: relative;
	z-index: 1;
	padding: 35px 0;
}
#company .history_table td:nth-of-type(1)::after {
	content: "";
	position: absolute;
	top: 0;
	left: 7px;
	width: 1px;
	height: 100%;
	background-color: #ccc;
	z-index: -1;
}
#company .history_table td:nth-of-type(2) {
	width: 7.77%;
}
#company .history_table td:nth-of-type(3) {
	color: #000;
	font-size: 14px;
	width: 77.24%;
}
#company .message {
	max-width: 900px;
	width: 90%;
	margin: 85px auto 60px;
}
#company .message_img {
	max-width: 900px;
	width: 100%;
	aspect-ratio: 9 / 5;
	object-fit: cover;
	object-position: right bottom;
	margin-bottom: 65px;
}
#company .message h4 {
	font-size: 28px;
	font-weight: 100;
	margin: 0 0 30px;
}
#company .name {
	font-size: 16px;
	font-weight: 100;
	margin: 0 0 50px;
}
#company .name span {
	font-size: 24px;
	font-weight: 100;
	margin: 0;
}
#company .text {
	line-height: 200%;
}
#company .location {
	background-color: #f2f8f9;
	padding: 85px 0 60px;
}
#company .location .box {
	display: flex;
	align-items: center;
	gap: 10%;
}
#company .location .box .text {
	width: 50%;
}
#company .location .box .text h4 {
	font-size: 20px;
}
#company .location .box img {
	width: 40%;
	height: auto;
	margin: 0;
}
#company .location .box:nth-of-type(2) {
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

/*工場案内*/
#factory{}

/*OEM*/
#oem .oem_top {
	background: url('../img/2nd/oem_01.png') no-repeat center right / cover;
	padding: 100px 0;
}
#oem .oem_top .inner {
	font-size: 14px;
	min-width: 900px;
	max-width: 1200px;
	width: 60%;
	display: flex;
	align-items: center;
	gap: 75px;
	margin: 0 auto;
}
#oem .oem_top h3 {
	font-size: 34px;
	font-weight: 100;
	margin: 0 0 50px;
}
#oem .oem_top .text p {
	font-weight: 300;
	line-height: 200%;
	margin: 0;
}
#oem  a {
	text-decoration: none;
}
#oem .oem_top .cta {
	color: #fff;
	font-size: 18px;
	line-height: 170%;
	background-color: rgba(0, 0, 0, 0.8);
	width: 380px;
	height: 110px;
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 5px;
	transition: .5s;
}
#oem .oem_top .cta:hover,
#oem .oem_fixed .cta:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
#oem .oem_top .cta span {
	font-size: 24px;
}
#oem .oem_top img {
	width: 42px;
}
#oem .oem_fixed {
	position: relative;
	z-index: 100;
}
#oem .oem_fixed .cta {
	color: #fff;
	font-size: 16px;
	line-height:1.5;
	background-color: rgba(0, 0, 0, 0.8);
	width: 240px;
	height: 90px;
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 5px 0 0 5px;
	position: fixed;
	top: 80%;
	right: 0;
}
#oem .oem_fixed .cta span {
	font-size: 20px;
}
#oem .oem_fixed img {
	width: 26px;
}
#oem .oem_head {
	line-height: 1;
	text-align: center;
}
#oem .oem_head p {
	color: #4f544c;
	margin: 85px 0 25px;
}
#oem .oem_head h3 {
	font-size: 36px;
	font-weight: 100;
	margin: 0 0 45px;
}
#oem .oem_head .text {
	font-size: 14px;
	line-height: 170%;
	width: 600px;
	text-align: justify;
	margin: 0 auto 45px;
}
#oem .features_inner {
	max-width: 1500px;
	min-width: 1000px;
	width: 90%;
	display: flex;
	gap: 15px;
	margin: 0 auto 75px;
}
#oem .features_inner .box {
	color: #4f544c;
	font-size: 14px;
	width: 33.33%;
}
#oem .features_inner .box .img {
	width: 100%;
	aspect-ratio: 29 / 18;
	overflow: hidden;
}
#oem .features_inner .box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
#oem .features_inner .box .features_img03 img {
	object-position: 50% 100%;
	transform: scale(1.2);
}
#oem .features_inner .box h4 {
	font-size: 20px;
	font-weight: 300;
	height: 60px;
	margin: 25px 0 15px;
}
#oem .features_inner .box p {
	margin: 0;
}
#oem .oem_merit {
	color: #4f544c;
	background-color: #fcfcfa;
	padding: 85px 0 65px;
}
#oem .oem_merit .oem_head p {
	margin-top: 0;
}
#oem .oem_merit .box_wrap {
	max-width: 1500px;
	min-width: 1000px;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	gap: 4.44%;
	row-gap: 40px;
	margin: 0 auto;
}
#oem .oem_merit .box {
	background-color: #fff;
	width: 47.77%;
}
#oem .oem_merit .img {
	width: 100%;
	aspect-ratio: 43 / 18;
	overflow: hidden;
}
#oem .oem_merit img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#oem .oem_merit .merit_img01 img {
	object-position: 50% 65%;
}
#oem .oem_merit .merit_img02 img {
	object-position: 50% 30%;
}
#oem .oem_merit .box h4 {
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	margin: 40px 0 25px;
}
#oem .oem_merit .box p {
	text-align: justify;
	margin: 0;
}
#oem .oem_merit .text_box {
	margin: 40px 35px 30px;
}
#oem .oem_method {
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
}
#oem .oem_method a {
	color: #000;
	text-decoration: none;
}
#oem .oem_method .oem_head .text {
	font-size: 20px;
	text-align: center;
}
#oem .oem_method_head {
	font-size: 22px;
	display: flex;
	margin-bottom: 95px;
}
#oem .oem_method_head a {
	width: 50%;
	height: 170px;
	border-left: 1px solid #b3b3b3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 35px;
	transition: .5s;
}
#oem .oem_method_head a:hover {
	color: #666;
	background-color: rgba(0, 0, 0, 0.05);
}
#oem .oem_method_head a:nth-child(2) {
	border-right: 1px solid #b3b3b3;
}
#oem .oem_method_head .arrow {
	font-size: 14px;
	line-height: 1;
	position: relative;
	margin-bottom: -20px;
}
#oem .oem_method_head:hover .arrow {
	color: #666;
}
#oem .oem_method_head .arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 17px);
	left: calc(50% - 15px);
	background-color: #e6e6e6;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	z-index: -1;
}
#oem .method_head {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 35px 40px;
	margin-bottom: 60px;
}
#oem .method_head p {
	color: #fff;
	line-height: 1;
	background-color: #4c4e51;
	width: fit-content;
	border-radius: 50px;
	padding: 4px 25px;
	margin: 0 0 15px;
}
#oem .method_head h3 {
	color: #4c4e51;
	font-size: 30px;
	font-weight: 100;
	line-height: 1;
	margin: 0;
}
#oem .point {
	font-size: 14px;
	background-color: #f7f7f7;
	max-width: 800px;
	width: 90%;
	border-radius: 10px;
	margin: 0 auto 40px;
	padding: 30px 55px 15px;
	box-sizing: border-box;
	position: relative;
}
#oem .point_head {
	color: #333;
	font-size: 22px;
	font-weight: 100;
	text-align: center;
	position: absolute;
	top: -15px;
	left: calc(50% - 66px);
	margin: 0;
}
#oem .point_head span {
	color: #4c4e51;
	font-size: 16px;
}
#oem .point ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
#oem .point li {
	list-style: none;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	padding: 30px 0;
}
#oem .point li p {
	margin: 0;
}
#oem .point li:not(:last-child) {
	border-bottom: 1px solid #e6e6e6;
}
#oem .point li img {
	width: 18px;
	padding-top: 3px;
}
#oem .flow_head {
	color: #89894e;
	font-size: 22px;
	font-weight: 100;
	text-align: center;
	margin: 0 auto 15px;
}
#oem .flow_head span {
	font-size: 16px;
}
#oem .flow_box {
	display: flex;
	align-items: center;
	gap: 35px;
	padding: 35px 50px;
	border: 1px solid #ccceab;
}
#oem .flow_box p {
	font-size: 14px;
	margin: 0;
}
#oem .flow_box h5 {
	font-size: 22px;
	font-weight: 100;
	width: 240px;
	flex-shrink: 0;
	margin: 0;
}
#oem .flow_box h5 span {
	color: #ccceab;
	font-size: 36px;
}
#oem .flow i {
	display: block;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #ccceab;
	width: 20px;
	height: 12px;
	margin: 15px auto;
}
#oem .method02 {
	margin-top: 100px;
	margin-bottom: 55px;
}
#oem .oem_faq {
	background-color: #fcfcfa;
	padding: 55px 0;
	box-sizing: border-box;
}
#oem .oem_faq .oem_head p {
	margin-top: 0;
}
#oem .details {
	font-weight: 300;
	background-color: #fff;
	max-width: 900px;
	width: 90%;
	margin: 0 auto 20px;
}
#oem .details-summary {
	color: #605a3e;
    position: relative;
    display: block;
    padding: 15px 20px;
    font-size: 18px;
}
#oem .details-summary:hover {
    cursor: pointer;
}
#oem .details-summary .btn {
    position: absolute;
    top: 37%;
    right: 5%;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    transition-duration: 0.2s;
}
#oem .details-summary .btn:before,
#oem .details-summary .btn:after {
    content: "";
    background-color: #000;
    width: 17px;
    height: 3px;
    position: absolute;
    top: 7px;
    left: 0;
    transform-origin: center center;
}
#oem .details-summary .btn:before {
    width: 3px;
    height: 17px;
    top: 0;
    left: 7px;
}
#oem .details-summary.is-active .btn {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
#oem .details-summary.is-active .btn:before {
    content: none;
}
#oem .details-summary::-webkit-details-marker {
    display: none;
}
#oem .details-content {
	padding: 0 20px 20px;
}
#oem .details-content p {
    margin: 0;
    color: #000;
    font-size: 14px;
    text-align: left;
}
#oem .details-content p:last-of-type {
    margin: 0;
}
#oem .oem_head .text {
	text-align: center;
}
#oem .oem_contact .oem_contact_bg {
	background-color: #f7f7f7;
	max-width: 1000px;
	width: 90%;
	border-radius: 20px;
	margin: 0 auto;
	padding: 45px 50px 85px;
	box-sizing: border-box;
}
#oem ul {
	margin: 0;
	padding: 0;
}
#oem .oem_list {
	width: 90%;
	border-radius: 20px;
	text-align: left;
	margin: 0 auto 30px;
	box-sizing: border-box;
}
#oem .oem_list li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #d8d7c3;
	padding: 25px 0;
}
#oem .oem_list .li_inner {
	display: flex;
	justify-content: space-between;
}
#oem .oem_list .num_wrap {
	width: 66%;
	display: flex;
	gap: 10px;
}
#oem .oem_list .num_box {
	background-color: #fff;
	width: 200px;
	height: 60px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}
#oem .oem_list li:nth-child(3) {
	flex-direction: column;
	gap: 5px;
}
#oem .oem_list li:nth-child(3) .text_box {
	margin-left: auto;
}
#oem .oem_list .text_box {
	background-color: #fff;
	width: 66%;
	height: 60px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}
#oem .oem_list h4 {
	font-weight: 300;
	line-height: 200%;
}
#oem .oem_list .required {
	color: #fff;
	background-color: #c9003a;
	border-radius: 5px;
	padding: 5px 10px;
	margin-left: 15px;
}
#oem .oem_list li:nth-of-type(5) .required {
	margin-left: 0;
}
#oem .oem_list li:nth-of-type(5) {
	align-items: center;
}
#oem .oem_list li:nth-of-type(7) .text_box {
	height: 200px;
}
#oem .pp {
	width: fit-content;
	text-align: center;
	margin: 0 auto 30px;
}
#oem .pp a {
	color: #8f9962;
	text-align: center;
	border-bottom: 1px solid #8f9962;
}
#oem .pp p {
	margin: 0;
}
#oem .pp label {
	margin: 12px 0 26px;
}
#oem .pp .check {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
}
#oem .pp .check input {
	accent-color: #000;
	width: 22px;
	height: 22px;
	border: 1px solid #ccc;
}
#oem .pp input {
  display: none;
}
#oem .pp span {
	background-color: #fff;
  width: 22px;
  height: 22px;
  border: 2px solid #ccc;
  display: inline-block;
  position: relative;
}
#oem .pp span::after {
  content: "✓";
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.2s;
}
#oem .pp input:checked + span {
	border: 1px solid #4d4d4d;
	background: #4d4d4d;
}
#oem .pp input:checked + span::after {
  opacity: 1;
}
#oem .pp_btn {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	background-color: #4d4d4d;
	max-width: 900px;
	text-align: center;
	border: 0;
	display: block;
	margin: 0 auto;
	padding: 30px;
}

/*ニュース*/
#news p, #news h3 {
	margin: 0;
	padding: 0;
}
#news .news {
	max-width: 900px;
	width: 90%;
	margin: -150px auto 0;
	position: relative;
	z-index: 10;
}
#news .news_box {
	padding: 55px 0;
}
#news .news_box:not(:last-child) {
	border-bottom: 1px solid #ccc;
}
#news .news_box .inner {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 25px;
}
#news .news_box .category {
	font-size: 12px;
	font-weight: 500;
	background-color: #f2f2f2;
	width: fit-content;
	border-radius: 50px;
	padding: 5px 25px;
}
#news .news_box .title {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#news .news_box .title h3 {
	font-weight: 300;
}
#news .news_box .title {
color: #000;
text-decoration: none;
}
#news .news_box .title a {
	color: #000;
	text-decoration: none;
}
#news .news_box .btn {
	color: #666 !important;
	position: relative;
	z-index: 0;
}
#news .news_box .btn::after {
	content: "";
	position: absolute;
	top: calc(50% - 17px);
	left: calc(50% - 19px);
	width: 34px;
	height: 34px;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	background-color: transparent;
	z-index: -1;
	transition: .5s;
}
#news .news_box .title:hover .btn::after {
	background-color: rgba(0, 0, 0, 0.2);
}
#news .title:hover h3 {
	transition: 0.5s;
	opacity: 0.6;
}

/* ニュース個別 */
#news_single .news_single_wrap {
	max-width: 900px;
	width: 90%;
	margin: -100px auto 0;
}
#news_single .date_box {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 25px;
}
#news_single .date_box .category {
	font-size: 12px;
	font-weight: 600;
	background-color: #f2f2f2;
	width: fit-content;
	border-radius: 50px;
	padding: 5px 25px;
}
#news_single h3 {
	font-size: 20px;
	font-weight: 300;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#news_single .news_btn {
	color: #fff;
	background-color: #999;
	text-decoration: none;
	width: fit-content;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	margin: 45px auto 0;
	padding: 20px 80px;
}
#news_single a {
	color: #000;
	text-underline-offset: 5px;
}
#news_single .bold {
	font-weight: bold;
}
#news_single h4, #news_single h5, #news_single ul, #news_single li, #news_single p {
	margin: 0;
	padding: 0;
	list-style: none;
}
#news_single .news_20240815 h4 {
	font-size: 20px;
	font-weight: 400;
	border-top: 1px solid #ccc;
	padding: 20px 0;
	margin-top: 20px;
}
#news_single .news_20240815 h5 {
	font-size: 18px;
	font-weight: 400;
	margin: 20px 0 10px;
}
#news_single .news_20240815 .box_wrap {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
}
#news_single .news_20240815 .box {
	width: 33.33%;
	border: 1px solid #ccc;
	text-align: center;
	padding: 15px 0 10px;
}
#news_single .news_20240815 .box img {
	width: 100%;
	margin-top: 10px;
}
#news_single .news_20240815 .tel {
	margin: 20px 0 0;
}
#news_single a:hover {
	transition: 0.5s;
	opacity: 0.8;
}


/* FAQ */
#faq .faq_wrap {
	background-color: #f2f8f9;
	padding: 50px 0;
}
#faq .details {
	background-color: #fff;
	max-width: 900px;
	width: 90%;
	border-radius: 10px;
	margin: 0 auto 20px;
}
#faq .details-summary {
    position: relative;
    display: block;
    padding: 15px 50px 15px 20px;
    font-size: 18px;
}
#faq .details-summary:hover {
    cursor: pointer;
}
#faq .details-summary .btn {
    position: absolute;
    top: 37%;
    right: 5%;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    transition-duration: 0.2s;
}
#faq .details-summary .btn:before,
#faq .details-summary .btn:after {
    content: "";
    background-color: #000;
    width: 17px;
    height: 3px;
    position: absolute;
    top: 7px;
    left: 0;
    transform-origin: center center;
}
#faq .details-summary .btn:before {
    width: 3px;
    height: 17px;
    top: 0;
    left: 7px;
}
#faq .details-summary.is-active .btn {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
#faq .details-summary.is-active .btn:before {
    content: none;
}
#faq .details-summary::-webkit-details-marker {
    display: none;
}
#faq .details-content {
	padding: 0 20px 20px;
}

#faq .details-content p {
    margin: 0;
    color: #000;
    font-size: 16px;
    text-align: left;
}
#faq .details-content p:last-of-type {
    margin: 0;
}


/*お問い合わせ/OEMのお問い合わせフォーム*/
.form_common #form_group{width: 1000px; margin: 0 auto 80px auto;padding:0px;}	

.form_common #form_group .text_area p{margin: 0 auto 50px auto;padding: 0;font-size: clamp(16px, 0.8vw,20px);line-height: 2;letter-spacing: 1px;text-align: center;}	

.form_common #form_group .unit{padding:40px 0;border-top: 1px solid #d8d7c3}
.form_common #form_group .unit .q{margin: 0 auto 10px auto;padding: 0 0 0 0px;font-size:18px;letter-spacing: 1px;font-weight: 400;color: #6d6b58}
	
	.form_common #form_group span.require{margin-left: 10px;padding:2px 8px;background: #c9003a;font-size:13px;color: white;font-weight: 500;border-radius: 4px}
	
	.form_common #form_group .unit .a{margin: 0 auto 0px auto;font-size:16px;letter-spacing: 1px;font-weight: 500;}
	

.form_common #form_group form .unit_type div{margin-top: 10px;font-weight: 400}
.form_common #form_group form .unit_type input[type="radio"] {position: relative;width:26px;height:26px;border: 1px solid #d6d4d4;border-radius: 50%;vertical-align: -10px;-webkit-appearance: none;  -moz-appearance: none;          appearance: none;}
.form_common #form_group form .unit_type input[type="radio"]:checked:before {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width:16px;height:16px;border-radius: 50%; background:#6d6b58; border: 1px solid #d6d4d4; content: '';}



	.form_common #form_group form input[type=text],
	.form_common #form_group form input[type=tel],
	.form_common #form_group form input[type=email],
	.form_common #form_group form textarea{outline: 0;border:1px solid #d6d4d4; width:100%; margin: 0 ;padding:14px 2%;font-size: 16px;letter-spacing:1px;box-sizing: border-box;border-radius: 5px}
	.form_common #form_group form textarea{height:200px;}	
.form_common #form_group form input.postnumber{width: 20%;margin-left: 10px;margin-bottom: 10px}
	
	.form_common #form_group form input[type=text]:focus,
	.form_common #form_group form input[type=tel]:focus,
	.form_common #form_group form input[type=email]:focus,
	.form_common #form_group form textarea:focus{border:1px solid #6d6b58;}

.form_common #form_group form .unit_opportunity div{font-weight: 400}
.form_common #form_group form .unit_opportunity input[type="checkbox"] {position: relative;width: 30px;height:30px;border: 1px solid #d6d4d4;border-radius: 3px;vertical-align: -10px;-webkit-appearance: none;  -moz-appearance: none;     appearance: none;}
.form_common #form_group form .unit_opportunity input[type="checkbox"]:checked:before {  position: absolute;  top:4px;left:9px;transform: rotate(45deg);  width: 8px;  height: 12px;  border-right:3px solid white;  border-bottom:3px solid white;  content: '';}
.form_common #form_group form .unit_opportunity input[type="checkbox"]:checked{background:#6d6b58;border: 1px solid #6d6b58;}

	
	.form_common #form_group .unit_pp{margin: 0px auto 30px auto;font-size: clamp(15px, 0.6vw,20px);letter-spacing: 1px;font-weight: 400;text-align: center}	
	.form_common #form_group form .unit_pp input[type="checkbox"] {position: relative;width: 30px;height:30px;border: 1px solid #d6d4d4;border-radius: 3px;vertical-align: -10px;-webkit-appearance: none;  -moz-appearance: none;     appearance: none;}
	.form_common #form_group form .unit_pp input[type="checkbox"]:checked:before {  position: absolute;  top:4px;left:9px;transform: rotate(45deg);  width: 8px;  height: 12px;  border-right:3px solid white;  border-bottom:3px solid white;  content: '';}
	.form_common #form_group form .unit_pp input[type="checkbox"]:checked{background:#6d6b58;border: 1px solid #6d6b58;}
	.form_common #form_group .unit_pp p{text-align:center;margin: 5px auto 0px auto;padding: 0;font-size: clamp(13px, 0.6vw,16px);letter-spacing: 1px;font-weight: 300;}
	.form_common #form_group .unit_pp p a{color:#ce7676; }
	
	
	.form_common #form_group .unit_submit{}
	.form_common #form_group form input[type=submit],
	.form_common #form_group form input[type=reset]{-webkit-appearance: none; outline: 0;border: 0;display: block; width:100% !important;padding: 30px 0; margin: 0 auto;font-size:20px;letter-spacing:1px;font-weight: 400;color:white;background:#4d4d4d;border-radius: 5px}
	.form_common #form_group form input[type=submit]:hover,
	.form_common #form_group form input[type=reset]:hover{background:#6d6b58;color: white;}
	
	.form_common #confirmation,
	.form_common #sent{width:600px;margin: 0 auto 100px auto}
	
	.form_common #confirmation h3,
	.form_common #sent h3{margin:0 0 50px 0;padding:0px 0 0 0px;font-size: clamp(22px, 1.8vw,30px);font-weight: 100;letter-spacing: 2px;text-align:center;font-weight: 300;}
	
	.form_common #confirmation .message{margin: 0 auto 50px auto;padding: 0;color: #c9003a;font-size: clamp(16px, 0.9vw, 20px);line-height: 1.5;letter-spacing: 1px;font-weight: 200;text-align:center;font-weight: 500;}
	.form_common #confirmation .error_messe{position:relative;margin: 0 auto 10px auto;padding: 0 0 0 20px;font-size:16px;line-height: 1.5;letter-spacing: 1px;font-weight: 200;font-weight: 500;}
	.form_common #confirmation .error_messe::before{content: '';position:absolute;top:50%;transform: translateY(-50%);left:0;width: 6px;height:6px;background: #c9003a;}
	
	.form_common #confirmation .text{margin: 0 auto 50px auto;padding: 0;color:#5b5250;font-size:16px;line-height: 1.5;letter-spacing: 1px;text-align:center;font-weight: 500;}
	
	.form_common #confirmation .button_area{text-align: center;margin: 50px auto 0 auto}
	.form_common #confirmation input[type=button],
	.form_common #confirmation input[type=submit]{-webkit-appearance: none; outline: 0;display:inline-block; width:49%;margin: 0 auto;padding: 30px 0px;font-size: clamp(16px, 1.0vw,20px);letter-spacing:1px;font-weight: 400;border:0;color:white;background: #4d4d4d;border-radius: 5px;box-sizing: border-box;}
	.form_common #confirmation input[type=button]:hover,
	.form_common #confirmation input[type=submit]:hover{background:#6d6b58;color: white;}
	
	.form_common #confirmation .input_all table{border-collapse:collapse;font-size:16px;letter-spacing: 1px;font-weight:500;line-height: 1.5}
	.form_common #confirmation .input_all table th{position:relative;display: inline-block;width: 100%;text-align: left;font-weight: 500;color:#6d6b58;margin: 0 auto 10px auto;padding: 0 0 0 16px;}
	.form_common #confirmation .input_all table th::before{content: '';position:absolute;top:50%;transform: translateY(-50%);left:0;width:6px;height:6px;background: #6d6b58;}
	
	.form_common #confirmation .input_all table td{display: inline-block;width: 100%;margin-bottom: 30px}	
	
	.form_common #sent .text{margin: 0 auto 40px auto;padding: 0;font-size: 16px;line-height: 1.7;letter-spacing: 1px;font-weight: 200;}
	.form_common #sent a{display:block;margin: 0 auto;padding: 30px 0px;font-size:18px;letter-spacing:1px;font-weight: 400;background: #4d4d4d;color:white;border-radius: 5px;box-sizing: border-box;text-align: center;text-decoration: none;}
	.form_common #sent a:hover{background:#6d6b58;color: white;}

@media (min-width:1051px) {		
	/*共通*/
main #ttl_2nd{position: relative;width: 100%;margin: 0px auto 0px auto;}
main .ttl_2nd_general{min-height: 600px;aspect-ratio:2.5/1;background:linear-gradient(45deg, #ecf9ff,#ffffff, #fffdf0);}
main .ttl_2nd_exception{min-height: 500px;aspect-ratio:4.0/1;}

main #ttl_2nd .container{position: absolute;top: 50%;left:50%;transform: translate(-50%,-50%);width:80%;min-width: 1000px;/**/margin: 0 auto;padding: 0px 0;}

main #ttl_2nd .container .breadcrumb_group{width: 100%;margin: 0 auto 50px auto;font-size: 12px;}
main #ttl_2nd .container .breadcrumb_group a{position: relative;color: #527a74;padding-left: 20px;padding-right: 20px}
main #ttl_2nd .container .breadcrumb_group a::after{content: '-';position: absolute;top: 50%;transform: translateY(-50%);left: 100%;width: 50px}
main #ttl_2nd .container .breadcrumb_group a:first-of-type{padding-left:0px;}
main #ttl_2nd .container .breadcrumb_group span{padding-left: 20px}

main #ttl_2nd .container .text_group{display: flex;justify-content: space-between}
/* main #ttl_2nd .container .text_group .title_area{width: 60%} */
main #ttl_2nd .container .text_group .title_area .eng{margin:0 auto 10px auto;padding: 0;color: #5b5250;font-size: clamp(40px, 4.2vw, 60px);font-weight: 500;letter-spacing: 2px;font-weight:100;}
main #ttl_2nd .container .text_group .title_area h2{margin:0;padding: 0;font-size: clamp(18px, 1.4vw, 24px);color: #5b5250;font-weight: 100;letter-spacing: 2px;font-weight:300;}

main #ttl_2nd .container .text_group .introduction_area{width: 40%}
main #ttl_2nd .container .text_group .introduction_area p{font-size: 14px;}
	
	
}

@media screen and (min-width:701px) and ( max-width:1050px)  {
	/*共通*/
main #ttl_2nd{width: 100%;margin: 150px auto 80px auto;}
main .ttl_2nd_general{background:linear-gradient(45deg, #ecf9ff,#ffffff, #fffdf0);}
main .ttl_2nd_exception{}

main #ttl_2nd .container{width:90%;margin: 0 auto;padding: 0px 0;}

main #ttl_2nd .container .breadcrumb_group{width: 100%;margin: 0 auto 30px auto;font-size: 12px;}
main #ttl_2nd .container .breadcrumb_group a{position: relative;color: #527a74;padding-left: 20px;padding-right: 20px}
main #ttl_2nd .container .breadcrumb_group a::after{content: '-';position: absolute;top: 50%;transform: translateY(-50%);left: 100%;width: 50px}
main #ttl_2nd .container .breadcrumb_group a:first-of-type{padding-left:0px;}
main #ttl_2nd .container .breadcrumb_group span{padding-left: 20px}

main #ttl_2nd .container .text_group{}
main #ttl_2nd .container .text_group .title_area{width: 100%;margin:0 auto 50px auto;}
main #ttl_2nd .container .text_group .title_area .eng{margin:0 auto 10px auto;padding: 0;color: #5b5250;font-size: clamp(40px, 4.2vw, 60px);font-weight: 500;letter-spacing: 2px;font-weight:100;}
main #ttl_2nd .container .text_group .title_area h2{margin:0;padding: 0;font-size: clamp(18px, 1.4vw, 24px);color: #5b5250;font-weight: 100;letter-spacing: 2px;font-weight:300;}

main #ttl_2nd .container .text_group .introduction_area{width: 100%}
main #ttl_2nd .container .text_group .introduction_area p{font-size: 14px;}
	
	/*利用規約関連*/
	#term .container{width: 80%;margin: 0 auto 80px auto;}
	#term .container .list_style01{width:95%;padding: 0;margin: 0 0 0px auto;}
	#term .container .list_style02{width:95%;padding: 0;margin: 0 0 0px auto;}
	
	
	/*OEM*/
	#oem .oem_top{background-position:70% 50%;}
	#oem .oem_top .inner {
	font-size: 14px;
	min-width:inherit;
	max-width: inherit;
	width:80%;
	display: inherit;
	
	margin: 0 auto;
}
	#oem .oem_top .inner .text{margin:0 auto 50px auto;}
	
#oem .features_inner {
	max-width: 1500px;
	min-width: 0;
	width: 90%;
	display: flex;
	gap: 15px;
	margin: 0 auto 75px;
}
#oem .oem_merit .box_wrap {
	max-width: 1500px;
	min-width: 0;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	gap: 4.44%;
	row-gap: 40px;
	margin: 0 auto;
	}
/* ブランド一覧 */
.brands__grid{
  grid-template-columns: repeat(2, 1fr);
}

/* 商品詳細　アロマエッセンス */
#product_single .aromaes_wrap {
	width: clamp(0px, 90%, 900px);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	margin: 0 auto 100px;
}


/*ニュース*/
#news .news {
	margin: 0 auto;
}
/* ニュース個別 */
#news_single .news_single_wrap {
	margin:  0 auto;
}

	
	/*お問い合わせ/OEMのお問い合わせフォーム*/
	.form_common #form_group{width:80%; margin: 0 auto 80px auto;padding: 0px 0px;}	
}

@media (max-width: 700px) {
	/*共通*/
	main #ttl_2nd{width: 100%;margin: 100px auto 30px auto;}
	main .ttl_2nd_general{background:linear-gradient(45deg, #ecf9ff,#ffffff, #fffdf0);}
	main .ttl_2nd_exception{}
	
	main #ttl_2nd .container{width:90%;margin: 0 auto;padding: 0px 0;}
	
	main #ttl_2nd .container .breadcrumb_group{display: none}
	
	main #ttl_2nd .container .text_group{}
	main #ttl_2nd .container .text_group .title_area{width: 100%}
	main #ttl_2nd .container .text_group .title_area .eng{margin:0 auto 10px auto;padding: 0;color: #5b5250;font-size:32px;font-weight: 500;letter-spacing: 1px;}
	main #ttl_2nd .container .text_group .title_area h2{margin:0;padding: 0;font-size:16px;color: #5b5250;font-weight: 100;letter-spacing: 1px;font-weight:300;}
	
	main #ttl_2nd .container .text_group .introduction_area{width: 100%}
	main #ttl_2nd .container .text_group .introduction_area p{font-size: 12px;}
	
	/*お問い合わせ/OEMのお問い合わせフォーム*/
	.form_common #form_group{width:80%; margin: 0 auto 80px auto;padding: 0px 0px;}	
	.form_common #form_group .text_area p{margin: 0 auto 20px auto;padding: 0;font-size:14px;line-height: 1.5;letter-spacing: 0px;text-align: left;}	

	.form_common #form_group .unit{padding:18px 0;border-top: 1px solid #d8d7c3}
	.form_common #form_group .unit .q{margin: 0 auto 5px auto;padding: 0 0 0 0px;font-size:14px;letter-spacing: 0px;font-weight: 400;}
	
	.form_common #form_group span.require{margin-left: 10px;padding:2px 8px;background: #c9003a;font-size:12px;color: white;font-weight: 300;border-radius: 4px}
	
	.form_common #form_group .unit .a{margin: 0 auto 0px auto;font-size:14px;letter-spacing: 1px;font-weight: 300;}
	
	.form_common #form_group form input[type=text],
	.form_common #form_group form input[type=tel],
	.form_common #form_group form input[type=email],
	.form_common #form_group form textarea{outline: 0;border:1px solid #d6d4d4; width:100%; margin: 0 ;padding:12px 2%;font-size: 16px;letter-spacing:1px;box-sizing: border-box;border-radius: 5px}
	.form_common #form_group form textarea{height:200px;line-height: 1.2;}	
	.form_common #form_group form input.postnumber{width: 50%;margin-left: 10px;margin-bottom: 10px}
	
	.form_common #form_group form .unit_opportunity div{margin-top:10px;}
	.form_common #form_group form .unit_opportunity input[type="checkbox"] {position: relative;width: 24px;height:24px;border: 1px solid #d6d4d4;border-radius: 3px;vertical-align: -10px;-webkit-appearance: none;  -moz-appearance: none;     appearance: none;}
	.form_common #form_group form .unit_opportunity input[type="checkbox"]:checked:before {  position: absolute;  top:2px;left:6px;transform: rotate(45deg);  width: 6px;  height: 10px;  border-right:3px solid white;  border-bottom:3px solid white;  content: '';}
	
	.form_common #form_group .unit_pp{margin: 0px auto 30px auto;font-size:14px;letter-spacing: 0;font-weight: 400;text-align: center}	
	.form_common #form_group form .unit_pp input[type="checkbox"] {position: relative;width:24px;height:24px;border: 1px solid #d6d4d4;border-radius: 3px;vertical-align: -10px;-webkit-appearance: none;  -moz-appearance: none;     appearance: none;}
	.form_common #form_group form .unit_pp input[type="checkbox"]:checked:before {  position: absolute;  top:2px;left:6px;transform: rotate(45deg);  width: 6px;  height: 10px;  border-right:3px solid white;  border-bottom:3px solid white;  content: '';}
	
	.form_common #form_group .unit_pp p{text-align:center;margin: 5px auto 0px auto;padding: 0;font-size:13px;letter-spacing: 0px;font-weight: 300;}
	
	
	.form_common #form_group .unit_submit{}
	.form_common #form_group form input[type=submit],
	.form_common #form_group form input[type=reset]{-webkit-appearance: none; outline: 0;border: 0;display: block; width:100% !important;padding: 24px 0; margin: 0 auto;font-size:16px;letter-spacing:0;font-weight: 400;color:white;background:#4d4d4d;border-radius: 5px}
	
	
	.form_common #confirmation,
	.form_common #sent{width:80%;margin: 0 auto 0px auto}
	
	.form_common #confirmation h3,
	.form_common #sent h3{margin:0 0 30px 0;padding:0px 0 0 0px;font-size: 18px;font-weight: 100;letter-spacing: 1px;text-align:center;}
	
	.form_common #confirmation .message{margin: 0 auto 10px auto;padding: 0;color: #c9003a;font-size:14px;line-height: 1.5;letter-spacing:0px;font-weight: 300;text-align:center;}
	.form_common #confirmation .error_messe{position:relative;margin: 0 auto 6px auto;padding: 0 0 0 14px;font-size:13px;line-height: 1.5;letter-spacing: 0px;font-weight:300;}
	.form_common #confirmation .error_messe::before{content: '';position:absolute;top:50%;transform: translateY(-50%);left:0;width: 6px;height:6px;background: #c9003a;}
	
	.form_common #confirmation .text{margin: 0 auto 30px auto;padding: 0;font-size:14px;line-height: 1.5;letter-spacing: 0px;text-align:center;font-weight: 300;}
	
	.form_common #confirmation .button_area{text-align: center;margin: 20px auto 0 auto}
	.form_common #confirmation input[type=button],
	.form_common #confirmation input[type=submit]{-webkit-appearance: none; outline: 0;display:inline-block; width:49%;margin: 0 auto;padding: 24px 0px;font-size:16px;letter-spacing:0px;font-weight: 400;border:0;color:white;background: #4d4d4d;border-radius: 5px;box-sizing: border-box;}
	
	.form_common #confirmation .input_all table{border-collapse:collapse;font-size:14px;letter-spacing: 0px;line-height: 1.5}
	.form_common #confirmation .input_all table th{position:relative;display: inline-block;width: 100%;text-align: left;font-weight: 500;color:#6d6b58;margin: 0 auto 6px auto;padding: 0 0 0 14px;}
	.form_common #confirmation .input_all table th::before{content: '';position:absolute;top:50%;transform: translateY(-50%);left:0;width:6px;height:6px;background: #6d6b58;}
	
	.form_common #confirmation .input_all table td{display: inline-block;width: 100%;margin-bottom: 16px}
	
	
	.form_common #sent .text{margin: 0 auto 20px auto;padding: 0;font-size: 13px;line-height: 1.5;letter-spacing: 0px;font-weight: 200;}
	.form_common #sent a{display:block;margin: 0 auto;padding: 24px 0px;font-size:16px;letter-spacing:0px;font-weight: 400;background: #4d4d4d;color:white;border-radius: 5px;box-sizing: border-box;text-align: center;text-decoration: none;}
	
	
	
	/*利用規約関連*/
	#term .container{width: 80%;margin: 0 auto 80px auto;}
	#term .container .list_style01{width:95%;padding: 0;margin: 0 0 0px auto;}
	#term .container .list_style02{width:95%;padding: 0;margin: 0 0 0px auto;}
	
	/*ブランド*/
.category-grid{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px 26px; /* 縦横の間隔（画像の余白感） */
}
.brands__grid{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px; /* 少し広めのまま */
}

	
	/*各ブランド*/
#brands_detail .feature img {
	margin-bottom: 25px;
}
#brands_detail .feature .copy {
	font-size: 20px;
}
#brands_detail .feature .text {
	margin: 0 0 50px;
}
#brands_detail .products {
	padding: 50px 0;
}
#brands_detail .products h3 {
	font-size: 24px;
}
#brands_detail .product_box {
	width: 48%;
}

/*企業情報*/
#company img {
	margin-bottom: 50px;
}
#company .title p {
	font-size: 18px;
	margin: 0 0 10px;
}
#company .title h3 {
	font-size: 40px;
	margin: 0 0 20px;
}
#company .company_table {
	margin-bottom: 50px;
}
#company .company_table td {
	padding: 30px 0 30px 25px;
}
#company .history {
	padding: 50px 0 50px;
}
#company .history .title {
	margin-bottom: 45px;
}
#company .history_table {
	font-size: 20px;
	border-collapse: collapse;
}
#company .history_table th {
	width: 15%;
}
#company .history_table td:nth-of-type(1) {
	width: 5%;
}
#company .history_table td:nth-of-type(2) {
	width: 10%;
}
#company .history_table td:nth-of-type(3) {
	width: 70%;
}
#company .message {
	margin: 50px auto 50px;
}
#company .message_img {
	margin-bottom: 30px;
}
#company .message h4 {
	font-size: 20px;
}
#company .name {
	margin: 0 0 30px;
}
#company .name span {
	font-size: 20px;
}
#company .location {
	padding: 50px 0 50px;
}
#company .location .box {
	flex-direction: column;
}
#company .location .box .text {
	width: 100%;
}
#company .location .box img {
	width: 100%;
}

/* 商品詳細 */
#product_single .product_single_box_inner {
	flex-direction: column;
	align-items: center;
	gap: 30px;
}
#product_single .product_single_box_image {
	width: 80%;
}
#product_single .product_single_box_content {
	width: 100%;
	padding: 0;
}
#product_single .product_single_box_title {
	font-size: 24px;
}
#product_single .product_single_box_description {
	font-size: 16px;
}
#product_single .product_detail_table th,
#product_single .product_detail_table td {
	width: auto;
}
/* 商品詳細　アロマエッセンス */
#product_single .aromaes_wrap {
	width: clamp(0px, 90%, 900px);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	margin: 0 auto 100px;
}
#product_single .product_detail_table_aromaes th:first-child,
#product_single .product_detail_table_aromaes td:first-child {
	width: 45%;
}

/*OEM*/
#oem .oem_top {
	background: url('../img/2nd/oem_01.png') no-repeat center right / cover;
	background-position: center right 20%;
	padding: 50px 0;
}
	
	
	
#oem .oem_top .inner {
	min-width:inherit;
	max-width: inherit;
	width:80%;
	display: inherit;
	
}
	#oem .oem_top .inner .text{margin:0 auto 30px auto;}
	
#oem .oem_top h3 {
	font-size: 28px;
	margin: 0 0 30px;
}
	
	#oem .oem_top .cta {
	color: #fff;
	font-size: 14px;
	line-height: 170%;
	background-color: rgba(0, 0, 0, 0.8);
	width:100%;
	height: 90px;
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 5px;
}
#oem .oem_top .cta span {
	font-size: 20px;
}
#oem .oem_top img {
	width: 26px;
}
	
	
#oem .oem_fixed .cta {
	display: none;/*
	bottom: 220px;
	transform: scale(0.8);
	transform-origin: bottom right;*/
}
#oem .oem_scale {
	position: fixed;
}
#oem .oem_head p {
	margin: 50px 0 15px;
}
#oem .oem_head h3 {
	font-size: 28px;
	margin: 0 0 30px;
}
#oem .oem_head .text {
	width: 90%;
}
#oem .features_inner {
	min-width: 0;
	flex-direction: column;
	margin: 0 auto 50px;
}
#oem .features_inner .box {
	width: 100%;
}
#oem .features_inner .box img {
	object-fit: cover;
	object-position: 50% 50%;
}
#oem .features_inner .box h4 {
	height: auto;
}
#oem .oem_merit {
	padding: 50px 0;
}
#oem .oem_merit .box_wrap {
	min-width: 0;
	flex-direction: column;
	row-gap: 30px;
}
#oem .oem_merit .box {
	width: 100%;
}
#oem .oem_merit img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#oem .oem_merit .box h4 {
	margin: 20px 0 15px;
}
#oem .oem_merit .text_box {
	margin: 30px 20px 30px;
}
#oem .oem_method .oem_head .text {
	font-size: 18px;
}
#oem .oem_method_head {
	font-size: 20px;
	margin-bottom: 50px;
	text-align: center;
	padding: 0 15px;
}
#oem .oem_method_head a {
	padding: 0 5px;
}
#oem .method_head {
	padding: 30px;
	margin-bottom: 50px;
}
#oem .method_head h3 {
	font-size: 26px;
}
#oem .point {
	margin: 0 auto 30px;
	padding: 30px 15px 15px;
}
#oem .flow_head {
	font-size: 20px;
}
#oem .flow_box {
	flex-direction: column;
	gap: 15px;
	padding: 20px;
}
#oem .flow i {
	margin: 10px auto;
}
#oem .method02 {
	margin-top: 75px;
	margin-bottom: 50px;
}
#oem .oem_faq {
	padding: 50px 0;
}
#oem .details-summary {
    padding: 15px 50px 15px 20px;
}
#oem .oem_head .text {
	text-align: justify;
}
#oem .oem_contact .oem_contact_bg {
	padding: 10px 0 50px;
}
#oem .oem_list {
	margin: 0 auto 30px;
}
#oem .oem_list li {
	flex-direction: column;
	padding: 0 0 25px 0; 
}
#oem .oem_list .li_inner {
	flex-direction: column;
}
#oem .oem_list .num_wrap {
	width: 80%;
	gap: 10px;
}
#oem .oem_list .num_box {
	width: 200px;
	height: 60px;
}
#oem .oem_list li:nth-child(3) {
	flex-direction: column;
	gap: 5px;
}
#oem .oem_list .text_box {
	width: 100%;
	height: 60px;
}
#oem .oem_list h4 {
	line-height: 200%;
}
#oem .oem_list .required {
	padding: 5px 10px;
	margin-left: 15px;
}
#oem .oem_list li:nth-of-type(5) {
	align-items: flex-start;
}
#oem .oem_list li:nth-of-type(5) h4 {
	display: flex;
	align-items: center;
	line-height: 1;
}
#oem .oem_list li:nth-of-type(7) .text_box {
	height: 200px;
}
#oem .pp {
	margin: 0 auto 30px;
}
#oem .pp label {
	margin: 12px 0 26px;
}
#oem .pp .check {
	gap: 12px;
}
#oem .pp_btn {
	width: 90%;
	font-size: 18px;
	padding: 30px 0;
}
/*ニュース*/
#news .news {
	margin: 0 auto;
}
#news .news_box {
	padding: 55px 0;
}
#news .news_box .title h3 {
	width: 90%;
	line-height: 170%;
}

/* ニュース個別 */
#news_single .news_single_wrap {
	margin:  0 auto;
}
#news_single .news_btn {
	padding: 20px 50px;
}
#news_single .news_20240815 .box_wrap {
	flex-direction: column;
}
#news_single .news_20240815 .box {
	width: 100%;
}

	
}