.private_main .brand_inner .top_mv {
	width: 100%;
	height: 100vh;
	background-image: url(../img/brand_mv.png);
	background-size: cover;
	background-position: center;
}

.brand_inner_top {
	padding-top: 163px;
	background-color: #f7f7f9;
}

@media screen and (max-width: 767px) {
	.brand_inner_top {
		padding-top: 60px;
	}
}

.p_shop_container_1 {
	margin-top: 0;
}

.brand_oraga .p_shop_soy_title {
	position: relative;
	z-index: 0;
}

.brand_oraga .p_shop_soy_title::before {
	content: "ORIGINAL";
	position: absolute;
	color: #fff;
	font-size: 78px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .05em;
	font-family: Arial, sans-serif;
	top: -38%;
	left: 0;
	z-index: -1;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.brand_oraga .p_shop_soy_title::before {
		font-size: 60px;
		top: -79%;
	}
}

/* hero */

.hero {
	position: relative;
	width: 100%;
	height: 700px;
	/* 画面いっぱいに */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0) 40%), url("../img/brand_hero_back.png") center/cover no-repeat;
}

.hero__overlay {
	text-align: center;
	padding: 130px 20px 0;
	display: table;
	margin: 0 auto;
}

.hero__catch {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 1.8;
	margin-bottom: 12px;
}

.hero__sub {
	font-size: 13px;
	color: #555;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.hero {
		position: relative;
		width: 100%;
		height: 500px;
		/* 画面いっぱいに */
		background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0) 40%), url("../img/brand_hero_back.png") center left/cover no-repeat;
	}
	.hero__overlay {
		text-align: center;
		padding: 50px 20px 0;
		display: table;
		margin: 0 auto;
	}
	.hero__catch {
		font-size: 16px;
		font-weight: bold;
		color: #333;
		line-height: 1.8;
		margin-bottom: 12px;
	}
	.hero__sub {
		font-size: 13px;
		color: #555;
		line-height: 1.6;
	}
}

/* brand_proud */

.brand_proud {
	display: flex;
	align-items: stretch;
	width: 100%;
	padding-top: 150px;
}

.brand_proud__img {
	flex: 0 0 auto;
	width: 50%;
	/* 左半分に画像 */
}

/* 右側テキストコンテナ（1000px幅内で右寄せ） */

.brand_proud__container {
	max-width: 500px;
	margin: 0 auto 0 0;
	padding: 0 0 0 60px;
	height: 430px;
}

.brand_proud__text {
	writing-mode: vertical-rl;
	/* 縦書き */
	text-orientation: upright;
	/* 日本語を縦向きに */
	color: #333;
	height: 100%;
}

.brand_proud__title {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.8;
	color: #111;
	margin-left: 40px;
	height: 100%;
}

.brand_proud__desc {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
	.brand_proud {
		flex-direction: column-reverse;
		padding: 60px 20px 0;
	}
	.brand_proud__img {
		flex: 0;
		width: 100%;
	}
	/* 右側テキストコンテナ（1000px幅内で右寄せ） */
	.brand_proud__container {
		max-width: 100%;
		margin: 0;
		padding: 0;
		height: auto;
	}
	.brand_proud__text {
		writing-mode: initial;
		/* 縦書き */
		text-orientation: initial;
		height: auto;
	}
	.brand_proud__title {
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 0.2em;
		line-height: 1.3;
		color: #111;
		margin-left: 0;
		height: auto;
	}
	.brand_proud__desc {
		font-size: 14px;
		margin-top: 20px;
	}
	.brand_proud__img {
		margin-top: 20px;
	}
}

/* brand_facility */

.brand_facility {
	background-color: #f7f7f9;
	padding: 120px 0;
	margin-top: 120px;
	display: flex;
	position: relative;
}

.brand_facility_text {
	width: calc(100% - 56%);
	writing-mode: vertical-rl;
	padding-right: 200px;
	position: sticky;
	top: 130px;
	height: fit-content;
}

.brand_facility_text_title {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.8;
	color: #111;
	margin-left: 40px;
	height: 100%;
}

.brand_facility_text_desc {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.1em;
	margin-left: 40px;
}

.brand_facility_links {
	width: 56%;
}

.brand_facility_links_lists_item_link {
	display: block;
	position: relative;
	z-index: 0;
}

.brand_facility_links_lists_item_link img {
	width: 100%;
}

.brand_facility_links_lists_item_link_name {
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
	padding: 0 25px;
	background-color: #3e3f42;
}

.brand_facility_links_lists_item_link_name span {
	font-size: 19px;
	line-height: 54px;
	letter-spacing: 0.1em;
	padding-right: 33px;
	background-image: url(../img/brand_facility_links_lists_item_link_name_arrow.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 8px;
	display: table;
	color: #fff;
}

.brand_facility_links_lists_item+.brand_facility_links_lists_item {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.brand_facility {
		padding: 60px 20px;
		margin-top: 60px;
		display: block;
	}
	.brand_facility_text {
		width: 100%;
		writing-mode: initial;
		padding-right: 0;
		position: static;
		height: auto;
		display: flex;
		flex-direction: column-reverse;
	}
	.brand_facility_text_title {
		font-size: 20px;
		margin-left: 0;
		height: auto;
	}
	.brand_facility_text_desc {
		font-size: 14px;
		margin-left: 0;
		margin-top: 20px;
	}
	.brand_facility_links {
		width: 100%;
		margin-top: 20px;
	}
	.brand_facility_links_lists_item_link_name {
		padding: 0 15px;
	}
	.brand_facility_links_lists_item_link_name span {
		font-size: 14px;
		line-height: 30px;
		padding-right: 15px;
		background-size: 6px;
	}
	.brand_facility_links_lists_item+.brand_facility_links_lists_item {
		margin-top: 20px;
	}
}

/* brand_direct */

.brand_direct {
	background-color: #f7f7f9;
	padding-bottom: 70px;
}

.brand_direct_main {
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
}

.brand_direct_main_title {
	text-align: center;
	color: #000;
	font-size: 28.5px;
	font-weight: 500;
	letter-spacing: .25em;
	line-height: 1.2;
	position: relative;
	z-index: 1;
}

.brand_direct_main_title::before {
	content: "DIRECT";
	position: absolute;
	color: #FFF;
	font-size: 118px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .05em;
	font-family: Arial, sans-serif;
	top: -150%;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	width: 100%;
}

.brand_direct_main_lists {
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
}

.brand_direct_main_lists_item {
	width: calc(50% - 15px);
	margin-left: 0;
}

.brand_direct_main_lists_item.item2 {
	margin-left: 30px;
}

.brand_direct_main_lists_item.small {
	width: calc(33.333333% - 14px);
	margin-left: 0;
	margin-top: 30px;
}

.brand_direct_main_lists_item.small+.brand_direct_main_lists_item.small {
	margin-left: 21px;
}

.brand_direct_main_lists_item_link {
	display: block;
	position: relative;
	z-index: 0;
}

.brand_direct_main_lists_item_link img {
	width: 100%;
}

.brand_direct_main_lists_item_link_name {
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
	padding: 0 20px;
	background-color: #3e3f42;
}

.brand_direct_main_lists_item_link_name span {
	font-size: 13px;
	line-height: 40px;
	letter-spacing: 0.1em;
	padding-right: 25px;
	background-image: url(../img/brand_facility_links_lists_item_link_name_arrow.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 6px;
	display: table;
	color: #fff;
}

.brand_direct .p_shop_link {
	margin: 60px auto 0;
	display: flex; /* Flexコンテナにする */
  justify-content: center; /* 子要素（li）を中央に配置する */
}

@media screen and (max-width: 767px) {
	.brand_direct {
		padding-bottom: 60px;
	}
	.brand_direct_main_title {
		font-size: 20px;
	}
	.brand_direct_main_title::before {
		font-size: 60px;
		top: -79%;
	}
	.brand_direct_main_lists {
		margin-top: 40px;
		display: block;
	}
	.brand_direct_main_lists_item {
		width: 100%;
		margin-left: 0;
	}
	.brand_direct_main_lists_item.item2 {
		margin-top: 20px;
		margin-left: 0;
	}
	.brand_direct_main_lists_item.small {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	.brand_direct_main_lists_item.small+.brand_direct_main_lists_item.small {
		margin-left: 0;
	}
	.brand_direct_main_lists_item_link_name {
		padding: 0 15px;
	}
	.brand_direct_main_lists_item_link_name span {
		font-size: 14px;
		line-height: 30px;
		padding-right: 15px;
		background-size: 6px;
	}
	.brand_direct .p_shop_link {
		margin: 20px auto 0;
	}
}

/* brand_original */

.brand_original {
	margin-top: 150px;
}

.brand_original .p_shop_soy_title {
	position: relative;
	z-index: 0;
}

.brand_original .p_shop_soy_title::before {
	content: "ORIGINAL";
	position: absolute;
	color: #f7f7f9;
	font-size: 78px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .05em;
	font-family: Arial, sans-serif;
	top: -38%;
	left: 0;
	z-index: -1;
	width: 100%;
}

.kodawari {
	margin-top: 150px;
}

.kodawari__inner {
	max-width: 1000px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	/* 左右均等（画像が大きめでもOK） */
	gap: 40px;
	align-items: center;
	padding: 0 20px;
}

/* 左画像 */

.kodawari__image img {
	width: 100%;
	height: auto;
	/* 比率維持 */
	display: block;
}

/* 右カラム（縦に積む） */

.kodawari__list {
	display: flex;
	flex-direction: column;
}

/* 各アイテム：丸バッジ＋本文を横並び */

.kodawari__item {
	display: flex;
}

/* 丸バッジ */

.kodawari__badge {
	width: 63px;
	height: 63px;
	border-radius: 50%;
	background: #bd7852;
	/* ブラウン系（調整可） */
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-align: center;
}

.kodawari__badge-cap {
	font-size: 14px;
	letter-spacing: -0.09em;
	margin-bottom: 2px;
}

.kodawari__badge-no {
	font-size: 24px;
	font-weight: 700;
}

/* 本文 */

.kodawari__body {
	display: block;
	width: calc(100% - 63px);
	padding-left: 20px;
}

.kodawari__title {
	font-size: 27px;
	line-height: 40px;
	font-weight: 700;
	margin: 0 0 6px 0;
	color: #111;
	letter-spacing: 0.05em;
}

.kodawari__desc {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	color: #333;
}

.kodawari__item+.kodawari__item {
	margin-top: 20px;
}

/* ちょい狭幅対応（任意） */

@media (max-width: 900px) {
	.kodawari__inner {
		grid-template-columns: 1fr;
		/* 縦積み */
	}
	.kodawari__list {
		gap: 24px;
	}
	.kodawari__title {
		font-size: 24px;
		line-height: 36px;
	}
}

@media screen and (max-width: 767px) {
	.brand_original {
		margin-top: 60px;
	}
	.brand_original .p_shop_soy_title::before {
		font-size: 60px;
		top: -79%;
	}
	.kodawari {
		margin-top: 60px;
	}
	.kodawari__inner {
		max-width: 1000px;
		margin: 0 auto;
		display: block;
		padding: 0 20px;
	}
	.kodawari__list {
		margin-top: 20px;
	}
	.kodawari__badge {
		width: 50px;
		height: 50px;
	}
	.kodawari__badge-cap {
		font-size: 12px;
		letter-spacing: -0.09em;
		margin-bottom: 2px;
	}
	.kodawari__badge-no {
		font-size: 16px;
		font-weight: 700;
	}
	.kodawari__body {
		display: block;
		width: calc(100% - 50px);
		padding-left: 10px;
	}
	.kodawari__title {
		font-size: 18px;
		line-height: 1.3;
		margin: 0 0 6px 0;
	}
	.kodawari__desc {
		font-size: 13px;
		margin: 0;
	}
	.kodawari__item+.kodawari__item {
		margin-top: 10px;
	}
}

/* brand_last */

.brand_last {
	margin-top: 150px;
	padding-bottom: 150px;
}

.brand_last_main {
	display: flex;
	align-items: center;
}

.brand_last_main_img {
	width: calc(50% - 280px);
}

.brand_last_main_text {
	width: 560px;
	padding: 0 30px;
}

.brand_last_main_text_title {
	font-weight: 500;
	font-size: 20px;
	letter-spacing: .25em;
	line-height: 1.3;
	text-align: center;
	position: relative;
	z-index: 1;
}

.brand_last_main_text_desc {
	font-size: 16px;
	line-height: 1.5;
	margin: 20px 0 0;
	text-align: center;
}

.brand_last .p_shop_link {
	margin: 60px auto 0;
	display: flex; /* Flexコンテナにして、中央寄せを可能にする */
  justify-content: center; /* 子要素（li）を中央に配置する */
}

@media screen and (max-width: 767px) {
	.brand_last {
		padding: 60px 20px;
		margin-top: 0;
	}
	.brand_last_main {
		display: block;
	}
	.brand_last_main_img {
		width: 100%;
	}
	.brand_last_main_text {
		width: 100%;
		padding: 20px;
	}
	.brand_last_main_text_title {
		font-size: 18px;
	}
	.brand_last_main_text_desc {
		font-size: 14px;
		margin: 20px 0 0;
	}
	.brand_last .p_shop_link {
		margin: 20px auto 0;
	}
}