@charset "utf-8";

/* POLICY ウマキのこだわり */
.hd_policy {
	position: relative;
	box-sizing: border-box;
	background: url(/wp-content/uploads/2025/05/hdpc_policy.webp) center center no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 23.43%;
}
.hdp_box {
	position: absolute;
	width: 18%;
	top: 50%;
	left: 10%;
	transform: translateY(-60%);
	text-align: left;
	line-height: 1.6;
}
.hdp_box h1 {
	margin: 0;
	padding: 0;
	font-size: 1.0vw;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.2em;
}
.hdp_box h1 span {
	display: block;
	padding-bottom: 1%;
	font-size: 280%;
	font-weight: 500;
	font-family: "Noto Sans JP",sans-serif;
	letter-spacing: 0.2em;
}

body:has(.wpml-ls-current-language>a>.wpml-ls-native[lang="zh-hans"]) .hdp_box h1 span{
	font-family: "Noto Sans SC",sans-serif;
}
body:has(.wpml-ls-current-language>a>.wpml-ls-native[lang="zh-hant"]) .hdp_box h1 span{
	font-family: "Noto Sans TC",sans-serif;
}

.tabs {
	width: 55%;
	margin: 6% auto 0;
	position: relative;
}
.tab-buttons h2 {
	background: #fff;
	cursor: pointer;
	border-bottom: 2px solid #ddd;
	display: block;
	width: 50%;
	float: left;
	text-align: center;
	height: 2.8vw;
	line-height: 1.8;
	font-size: 1.1vw;
	font-weight: 500;
}
.tab_content {
	width: 100%;
	padding: 6% 0 12% 0;
	background: #fff;
	display: inline-block;
	border-bottom: solid 1px #ccc;
}
#lamp {
	width: 50%;
	height: 2px;
	background: #555;
	display: block;
	position: absolute;
	top: 2.8vw;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}
#lamp.content2 {
	left: 50%;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}
#lamp.content1 {
	left: 0;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}

.content1 .c1_copy {
	position: relative;
	width: 100%;
	margin: 0 0 2%;
	font-size: 1.35vw;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-align: center;
	line-height: 1.6;
}
.content1 .c1_copy::before,
.content1 .c1_copy::after {
	content: '〜';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.content1 .c1_copy::before {
	left: 10%;
}
.content1 .c1_copy::after {
	right: 10%;
}
.content1 .c1_txt {
	width: 85%;
	margin: 0 auto 6%;
	padding: 0;
	font-size: 0.98vw;
	font-weight: 400;
	line-height: 2.0;
	text-align: left;
	font-feature-settings: normal;
	letter-spacing: 0.08em;
}
.col2 {
	width: 92%;
	margin: 4% auto 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.col2 img {
	width: 38%;
	margin: 0;
}
.col2 .txt_box {
	width: 57%;
	margin: 0;
}
.col2 .box_r {
	padding: 0 0 0 5%;
}
.col2 .box_l {
	padding: 0 5% 0 0;
}
.txt_box h3 {
	margin: 0;
	padding: 0 0 2%;
	font-size: 1.25vw;
	font-weight: 500;
	text-align: left;
	line-height: 1.2;
}
.txt_box .tb_txt {
	margin: 0;
	padding: 0;
	font-size: 0.95vw;
	font-weight: 400;
	text-align: left;
	line-height: 2.0;
	font-feature-settings: normal;
	letter-spacing: 0.08em;
}
.content1 .txt_end {
	margin: 8% auto 0;
}

.content2 .c2_copy {
	width: 100%;
	margin: 0 0 2%;
	font-size: 1.35vw;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	font-feature-settings: normal;
	letter-spacing: 0.15em;
}
.col_umaki {
	width: 100%;
	padding: 1.5% 0 0 0;
	align-items: start;
}
.col_umaki img {
	width: 30%;
	margin: 0;
}
.col_umaki .tb_txt {
	width: 66%;
	margin: 0;
	padding: 0 0 0 4%;
	font-size: 0.95vw;
	font-weight: 400;
	text-align: left;
	line-height: 2.2;
	font-feature-settings: normal;
	letter-spacing: 0.08em;
}

/*--------------------------------------------------------------
Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1535px) {
}

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

@media screen and (max-width: 1280px) {
	/* POLICY ウマキのこだわり */
	.tabs {
		width: 70%;
	}
	.tab-buttons h2 {
		height: 3.2vw;
		font-size: 1.4vw;
	}
	#lamp {
		top: 3.2vw;
	}
	.content1 .c1_copy {
		font-size: 1.65vw;
	}
	.content1 .c1_copy::before {
		left: 12%;
	}
	.content1 .c1_copy::after {
		right: 12%;
	}
	.content1 .c1_txt {
		font-size: 1.28vw;
	}
	.txt_box h3 {
		font-size: 1.55vw;
	}
	.txt_box .tb_txt {
		font-size: 1.25vw;
	}
	.content2 .c2_copy {
		font-size: 1.65vw;
	}
	.col_umaki img {
		width: 29%;
	}
	.col_umaki .tb_txt {
		width: 67%;
		font-size: 1.25vw;
		line-height: 2.1;
		letter-spacing: 0.07em;
	}
	
	
}
	
@media screen and (max-width: 1024px) {
	/* POLICY ウマキのこだわり */
	.tabs {
		width: 82%;
	}
	.tab-buttons h2 {
		height: 3.5vw;
		font-size: 1.6vw;
	}
	.tab-content {
		padding: 6% 0 8% 0;
	}
	#lamp {
		top: 3.5vw;
	}
	.content1 .c1_copy {
		font-size: 1.85vw;
	}
	.content1 .c1_copy::before {
		left: 13%;
	}
	.content1 .c1_copy::after {
		right: 13%;
	}
	.content1 .c1_txt {
		font-size: 1.48vw;
	}
	.txt_box h3 {
		font-size: 1.75vw;
	}
	.txt_box .tb_txt {
		font-size: 1.45vw;
	}
	.content2 .c2_copy {
		font-size: 1.85vw;
	}
	.col_umaki .tb_txt {
		font-size: 1.45vw;
	}
	
	
	
	
	
}

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

@media screen and (max-width: 768px) {
	/* POLICY ウマキのこだわり */
	.hd_policy {
		background: url(/wp-content/uploads/2025/05/hdsp_policy.webp) center center no-repeat;
		background-size: cover;
		padding-top: 91.14%;
	}
	.hdp_box {
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, 60%);
		text-align: center;
	}
	.hdp_box h1 {
		font-size: 3.3vw;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), -1px 1px 3px rgba(0, 0, 0, 0.5), -1px -1px 3px rgba(0, 0, 0, 0.5), 1px -1px 3px rgba(0, 0, 0, 0.5);
	}
	.hdp_box h1 span {
		font-size: 230%;
	}
	.tabs {
		width: 92%;
	}
	.tab-buttons h2 {
		height: 4.6vw;
		font-size: 2.1vw;
	}
	.tab-content {
		padding: 7% 0 8% 0;
	}
	#lamp {
		top: 4.6vw;
	}
	.content1 .c1_copy {
		margin: 0 0 3%;
		font-size: 2.3vw;
	}
	.content1 .c1_copy::before {
		left: 10%;
	}
	.content1 .c1_copy::after {
		right: 10%;
	}
	.content1 .c1_txt {
		width: 95%;
		font-size: 1.88vw;
	}
	.col2 {
		width: 95%;
	}
	.txt_box h3 {
		font-size: 2.15vw;
	}
	.txt_box .tb_txt {
		font-size: 1.85vw;
	}
	.content2 .c2_copy {
		font-size: 2.3vw;
	}
	.col_umaki {
		padding: 0;
	}
	.col_umaki img {
		width: 34%;
	}
	.col_umaki .tb_txt {
		width: 62%;
		font-size: 1.88vw;
		line-height: 1.8;
	}
	
	
	
	
	}
	
@media screen and (max-width: 580px) {
	/* POLICY ウマキのこだわり */
	.tabs {
		width: 88%;
		margin: 8% auto 0;
	}
	.tab-content {
		padding: 8% 0 8% 0;
	}
	.tab-buttons h2 {
		height: 6.2vw;
		font-size: 2.9vw;
	}
	#lamp {
		top: 6.2vw;
	}
	.content1 .c1_copy {
		margin: 0 0 4%;
		font-size: 2.9vw;
	}
	.content1 .c1_copy::before {
		left: 18%;
	}
	.content1 .c1_copy::after {
		right: 18%;
	}
	.content1 .c1_txt {
		width: 98%;
		font-size: 2.7vw;
		line-height: 1.8;
	}
	.col2 {
		width: 100%;
		margin: 7% auto 0;
		display: block;
	}
	.col2 img {
		width: 100%;
		margin: 0 0 4%;
	}
	.col2 .txt_box {
		width: 100%;
	}
	.col2 .box_r {
		padding: 0 0 1%;
	}
	.col2 .box_l {
		padding: 0;
	}
	.txt_box h3 {
		font-size: 3.0vw;
	}
	.txt_box .tb_txt {
		font-size: 2.6vw;
		line-height: 1.8;
	}
	.content1 .txt_end {
		margin: 6% auto 0;
	}
	.content2 .c2_copy {
		font-size: 2.9vw;
	}
	.col_umaki .tb_txt {
		width: 100%;
		padding: 0;
		font-size: 2.7vw;
		line-height: 2.0;
	}
	
	
	
	
}

@media screen and (max-width: 390px) {
	/* POLICY ウマキのこだわり */
	.tabs {
		width: 92%;
	}
	.tab-buttons h2 {
		height: 8.0vw;
		font-size: 3.4vw;
		font-weight: 600;
	}
	#lamp {
		top: 8.0vw;
	}
	.content1 .c1_copy {
		font-size: 3.8vw;
	}
	.content1 .c1_copy::before {
		left: 10%;
	}
	.content1 .c1_copy::after {
		right: 10%;
	}
	.content1 .c1_txt {
		width: 100%;
		font-size: 3.3vw;
	}
	.txt_box h3 {
		font-size: 4.0vw;
		font-weight: 600;
	}
	.txt_box .tb_txt {
		font-size: 3.15vw;
		letter-spacing: 0.08em;
	}
	.content1 .txt_end {
		font-size: 3.3vw;
		letter-spacing: 0.07em;
	}
	.content2 .c2_copy {
		font-size: 3.8vw;
	}
	.col_umaki .tb_txt {
		font-size: 3.3vw;
		line-height: 1.8;
		letter-spacing: 0.06em;
	}
	
	
	
}