@charset "UTF-8";
.siteHeader__navList li[data-name="aboutPage"] .siteHeader__navItemLink {
	background-color: rgba(255, 255, 255, 0.3);
}
/*==================================================================
	About setting
===================================================================*/
.mv_movie {
	width: 100%;
}
.head_block {
	padding: 80px 0 80px;
}
.head_block .ttl_en {
	display: flex;
	align-items: center;
	gap:15px;
	font-size: 2rem;
	letter-spacing: 0.25em;
	margin-bottom: 30px;
}
.head_block .ttl_en:after {
	background-color: #231f20;
	content: "";
	flex: 1;
	height: 1px;
	width: auto;
}
.head_block .ttl_jp {
	font-size: 3.4875vw;
	letter-spacing: 0.25em;
	margin-bottom: 30px;
}
.head_block .txt_jp {
	font-size: 1.6rem;
	letter-spacing: 0.18em;
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	.head_block { padding: 40px 0;}
	.head_block .ttl_en { font-size: 1.4rem;}
	.head_block .ttl_jp { font-size: 1.6rem; letter-spacing: 0.1em;}
	.head_block .txt_jp { font-size: 1.2rem; letter-spacing: 0.1em;}
}


/* common */

.sec_title {
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 3px;
	text-align: center;
}
.sec_text_m {
	font-size: 2rem;
	line-height: 1.6;
}
.sec_text_s {
	font-size: 1.6rem;
	line-height: 1.7;
}
@media only screen and (max-width: 1024px) {
	.sec_title { font-size: 2rem; }
	.sec_text_m { font-size: 1.6rem;}
}
@media only screen and (max-width: 767px) {
	.sec_title { font-size: 1.6rem; }
	.sec_text_m { font-size: 1.4rem;}
	.sec_text_s { font-size: 1.2rem;}
}

.sec01 {
	margin-bottom: 120px;
}
.sec01 .name {
	border-bottom: 1px solid #262425;
	line-height: 1.6;
	font-size: 1.6rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	text-align: center;
}
.sec01 .place {
	line-height: 1.6;
	font-size: 1.4rem;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.sec01 { margin-bottom: 60px;}
	.sec01 .name { font-size: 1.2rem;}
	.sec01 .place { font-size: 1.0rem;}
}

.about_bell {
	margin-bottom: 120px;
}
.about_bell .about2 {
	padding: 60px 0;
}
.about_bell .about2 img {
	width: 600px;
}
.about_bell .about_link {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	max-width: 600px;
	margin: 0 auto;
}
.about_bell .about3 {
	width: 200px;
}
@media only screen and (max-width: 1024px) {
	.about_bell .sec_text_m { font-size: 1.8rem;}
	.about_bell .sec_text_s { font-size: 1.4rem;}
}
@media only screen and (max-width: 767px) {
	.about_bell { margin-bottom: 60px;}
}

.about_year {
	margin-bottom: 160px;
}
.about_year img {
	width: 1000px;
}
@media only screen and (max-width: 767px) {
	.about_year { margin-bottom: 80px;}
}

.property > .ttl {
	color: #fff;
	font-weight: bold;
	background-color: #2d3741;
	text-align: center;
	padding: 1rem 0;
	font-size: 2rem;
	margin-bottom: 2rem;
	letter-spacing: 0.08em;
}
.property > .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.property > .items > .item {
	margin-bottom: 60px;
	width: 22%;
}
.property > .items > .item > img {
	margin-bottom: 20px;
}
.property .items .item.half {
    width: 48%;
}
.property .items .item:has(span) {
    margin-top: auto;
    font-size: 1.4rem;
}
.property .items .item img {
	width: 100%;
}
@media only screen and (max-width: 1024px) {
	.property .items .item { width: 48%; margin-bottom: 30px;}
}
@media only screen and (max-width: 767px) {
	.property > .ttl { font-size: 1.6rem; padding: 6px 0;}
}

.bellegend_series {
	margin-bottom: 160px;
}
.bellegend_series .property {
	border-bottom: 1px solid #262425;
	padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
	.bellegend_series { margin-bottom: 80px;}
	.bellegend_series .bellegend_text, .glasage_series .glasage_text { max-width: 70%;}
	.bellegend_series .property { padding-bottom: 30px;}
}

.sec02 {
	margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
	.sec02 { margin-bottom: 80px;}
}

.about_good {
	margin: 100px auto 0;
	width: 90%;
}
@media screen and (max-width: 767px) {
	.about_good {
		margin: 6rem auto;
		width: 800px;
		max-inline-size: none;
	}
}
.design_general {
	margin-bottom: 160px;
}
.design_general_title {
	letter-spacing: 3px;
	line-height: 1.6;
	font-size: 2.2vw;
	position: relative;
}
.design_general_title span {
	display: block;
	font-size: 1.4rem;
	margin-top: 60px;
}
.design_general_title::after {
	position: absolute;
	content: "";
	bottom: 55px;
	left: 50%;
	width: 92px;
	height: 1px;
	background-color: #262425;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}
.bz_conception_1 { margin-bottom: 60px;}
@media screen and (max-width: 767px) {
	.design_general { margin-bottom: 80px;}
	.design_general_title { font-size: 2.4rem;}
	.about_bz_logo img { width: 70%;}
}

.about_designer {
	display: flex;
	align-items: center;
	background-color: #fff;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.08);
}
.about_designer img {
	margin: 0;
	width: 28%;
}
.about_designer > p {
	color: #747482;
	letter-spacing: 0.5em;
	font-size: 3rem;
	writing-mode: vertical-rl;
}
.about_designer .text_block_name {
	border-right: 1px solid #262425;
	position: relative;
	width: 22%;
	padding: 4rem 0 1rem 4rem;
	text-align: left;
}
.about_designer .text_block_name p:first-child {
	position: absolute;
	top: 0;
	left: 1rem;
	letter-spacing: 3px;
	font-weight: bold;
	margin-bottom: 1rem;
	letter-spacing: 3px;
	font-size: 1.4rem;
}
.about_designer .text_block_name p:nth-child(2) {
	font-size: 1rem;
	margin-bottom: 1rem;
	line-height: 1.5;
}
.about_designer .text_block_name p:nth-child(3) {
	font-size: 2rem;
}
.about_designer .text_block_text {
	width: 48%;
	margin: 3rem auto;
	padding: 0 3rem 0 2rem;
	font-size: 1.2rem;
	line-height: 1.8;
	text-align: left;
}

@media screen and (max-width: 1024px) {
	.about_designer { display: block;}
	.about_designer img { width: 100%; margin-bottom: 20px;}
	.about_designer > p { 
		writing-mode: inherit;
		font-size: 2rem;
		padding-left: 2rem;
		text-align: left;
	}
	.about_designer .text_block_name {
		width: 100%;
		border-right: none;
		padding: 2rem 0 1rem 3rem;
    }
	.about_designer .text_block_name p:first-child {
		position: relative;
		top: inherit;
		left: inherit;
	}
	.about_designer .text_block_text {
		width: calc(100% - 6rem);
		border-top: 1px solid #262425;
		border-left: none;
		margin: 0 3rem;
		padding: 3rem 0;
	}
}

.item_block {
    border-bottom: 1px solid #262425;
    padding: 60px 0;
}
.item_block .name {
	letter-spacing: 3px;
	display: flex;
	align-items: center;
	line-height: 1.6;
	font-size: 4.2rem;
}
.item_block .name span {
	font-size: 1.4rem;
}
.item_block .item_logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.item_block .text1 {
	font-size: 2.4rem;
}
.item_block .item_logo img {
	height: 60px;
	width: auto;
}
.item_block .with_you {
	margin: 0 auto;
	max-width: 500px;
}
.item_block .daikatsu_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}
.item_block .daikatsu_img .text2 {
    width: calc(100% - 320px);
}
.item_block .daikatsu_img img {
    width: 300px;
}

@media only screen and (max-width: 767px) {
	.item_block .name { font-size: 2.0rem;}
	.item_block .name span { font-size: 1.2rem; white-space: nowrap;}
	.item_block .text1 { font-size: 1.6rem; margin-bottom: 20px; }
	.item_block .text2 { font-size: 1.4rem; }
	.item_block .item_logo img {
		height: auto;
		width: 80%;
		margin: 0 auto;
	}
	.item_block .with_you { max-width: 80%;}
	
	.item_block .daikatsu_img .text2, .item_block .daikatsu_img img { width: 100%;}
}


.sec03 {
	position: relative;
	background-color: rgba(217, 217, 217, 0.4);
	padding: 120px 0;
}
.support_title {
	font-size: 3.4rem;
	letter-spacing: 3px;
	line-height: 1.6;
}
.support_chart {
	margin-bottom: 100px;
}
.support_bellgroup {
	background-color: #fff;
	padding: 60px;
	border-radius: 10px;
}
.sec03 .note {
	font-size: 1.4rem;
	text-align: right;
}
@media only screen and (max-width: 767px) {
	.sec03 { padding: 60px 0;}
	.support_text img { width: 70%;}
	.support_title { font-size: 1.6rem;}
	.support_bellgroup { padding: 20px;}
}


@media only screen and (max-width: 767px) {
	.mb100 { margin-bottom: 50px !important; }
	.mb80 { margin-bottom: 40px !important; }
	.mb60 { margin-bottom: 30px !important; }
	.mb40 { margin-bottom: 20px !important; }
}