
:root {
	--hero-height: 20rem;
}
/** hero **/
.l-hero-wrapper {
  background-size: cover;
  position: relative;
  padding-top: 4rem;
	z-index: 3;
	overflow: hidden;
}
.l-hero-container {
	padding: 0;
	height: 570px;
	display: flex;
	align-items: center;
	background-image: var(--main-gradation);
	background-blend-mode: multiply;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-height: 825px;
}
.l-hero-wrapper.case01 .l-hero-container {
	margin-top: 4rem;
}
.l-hero-wrapper.case01 .l-hero-bg-image.pc_only {
    background-image: url(/media_library/consolidate/sp/obm/images/mv_case01.jpg);
}
.l-hero-wrapper.case01 .l-hero-bg-image.sp_only {
    background-image: url(/media_library/consolidate/sp/obm/images/mv_sp_case01.jpg);
}
.l-hero-wrapper.case01.case01-kaizirusi .l-hero-bg-image.pc_only {
    background-image: url(/media_library/consolidate/sp/obm/images/mv_case_kaizirusi.jpg);
}
.l-hero-wrapper.case01.case01-kaizirusi .l-hero-bg-image.sp_only {
    background-image: url(/media_library/consolidate/sp/obm/images/mv_sp_case_kaizirusi.jpg);
}
.l-hero-wrapper.case01.case01-nyk .l-hero-bg-image.pc_only {
    background-image: url(/media_library/consolidate/sp/obm/images/mv_case02.jpg);
}
.l-hero-wrapper.case01.case01-nyk .l-hero-bg-image.sp_only {
    background-image: url(/media_library/consolidate/sp/obm/images/mv_sp_case02.jpg);
}
.l-hero-wrapper.case01.case01-ftcj .l-hero-bg-image.pc_only {
    background-image: url(/media_library/consolidate/sp/obm/images/mv_case03.jpg);
}
.l-hero-wrapper.case01.case01-ftcj .l-hero-bg-image.sp_only {
    background-image: url(/media_library/consolidate/sp/obm/images/mv_sp_case03.jpg);
}
.l-hero-wrapper.case01.case01-ramtech .l-hero-bg-image.pc_only {
    background-image: url(/media_library/consolidate/sp/obm/images/mv_case_ramtech.jpg);
}
.l-hero-wrapper.case01.case01-ramtech .l-hero-bg-image.sp_only {
    background-image: url(/media_library/consolidate/sp/obm/images/mv_sp_case_ramtech.jpg);
}
.l-hero-wrapper.case01.case01-leaden .l-hero-bg-image.pc_only {
    background-image: url(/media_library/consolidate/sp/obm/images/mv_case_leaden.jpg);
}
.l-hero-wrapper.case01.case01-leaden .l-hero-bg-image.sp_only {
    background-image: url(/media_library/consolidate/sp/obm/images/mv_sp_case_leaden.jpg);
}

.l-hero-wrapper.case01 .l-hero-content {
	margin-bottom: 0;
}
.l-hero-wrapper.case01 a.l-hero-main {
	text-decoration: none;
	width: 100%;
}
.l-hero-wrapper.case01 a.l-hero-main > .p-container > .p-container-items {
	flex-direction: column;
	margin-bottom: 1.5rem;
}
.l-hero-wrapper.case01 a.l-hero-main .p-label {
	display: inline-flex;
	border: 0;
	background: transparent;
	padding-left: 0;
}
.l-hero-wrapper.case01 a.l-hero-main .p-label > em {
	background-color: #000;
	color: #fff;
	border-color: #000;
	width: fit-content;
	letter-spacing: 0.2em;
	line-height: 1.7;
	font-size: 1.5rem;
	padding: 0.3rem 1.5rem;
}
.l-hero-wrapper.case01 a.l-hero-main .p-label .case01-label-exclusive {
	background-color: #A60518;
	color: #fff;
	border-color: #A60518;
}
.l-hero-wrapper.case01 .p-container > .p-container-items > .p-subtext {
	display: block;
	padding-left: 1.7rem;
	font-size: 1.75rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.l-hero-wrapper.case01.case01-ftcj .p-container > .p-container-items > .p-subtext {
	font-size: 1.45rem;
}
.l-hero-wrapper.case01 .p-container > .p-container-items > .p-subtext > em {
	font-style: normal;
	font-weight: 600;
}
.l-hero-wrapper.case01 .l-hero-content .p-headline-container {
	gap: 1.4rem;
}
.l-hero-wrapper.case01 .l-hero-content .p-headline-container > .p-textarea {
    line-height: 1.1;
}
.l-hero-wrapper.case01 .l-hero-content .p-headline-container > .p-textarea > .p-text-inner {
	padding: 0 0.3rem 0 1rem;
}
.l-hero-wrapper.case01 .l-hero-content .p-headline-container > .p-textarea > .p-text-inner em {
    font-size: 1.3em;
}
.l-hero-wrapper.case01 .l-hero-content .p-headline-container > .p-textarea > .p-text-inner::before {
	top: -0.4rem;
    height: calc(100% + 1rem);
}
.l-hero-wrapper.case01 .p-buttons {
	justify-content: left;
	margin-top: 4rem;
}
.l-hero-wrapper.case01 .p-btn {
	transition: all .3s;
	position: relative;
    min-width: 14.5rem;
    padding: 0.8rem 2.5rem;
	font-size: 0.8rem;
}
.l-hero-wrapper.case01 .p-btn::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 7.87px;
    height: 7.51px;
    background: url(/media_library/consolidate/sp/obm/images/btn_head_links_wh.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(-90deg);
}
.l-hero-wrapper.case01 .p-btn:hover::after {
    background: url(/media_library/consolidate/sp/obm/images/btn_head_links.svg) no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 1300px) {
	.l-hero-wrapper.case01 a.l-hero-main > .p-container > .p-container-items {
		margin-bottom: 2vw;
	}
	.l-hero-wrapper.case01 a.l-hero-main .p-label {
		font-size: 1.3vw;
	}
	.l-hero-wrapper.case01 .p-container > .p-container-items > .p-subtext {
		font-size: 2.3vw;
	}
	.l-hero-wrapper.case01.case01-ftcj .p-container > .p-container-items > .p-subtext {
		font-size: 1.8vw;
	}
	.l-hero-wrapper.case01 .p-buttons {
		justify-content: left;
		margin-top: 4vw;
	}
	.l-hero-wrapper.case01 .p-btn {
		min-width: 14.5vw;
		padding: 0.8vw 2.5vw;
		font-size: 0.8vw;
	}
	.l-hero-wrapper.case01 .p-btn::after {
		left: 1vw;
		width: 0.77vw;
		height: 0.41vw;
	}
}
@media only screen and (max-width: 830px) {
	.l-hero-wrapper.case01 .l-hero-container {
		margin-top: 20vw;
	}
	.l-hero-wrapper.case01 .l-hero-bg-image {
		background-position: bottom;
	}
	.l-hero-wrapper.case01 .pconly, .pcOnly, .pc_only {
		display: none !important;
	}
	.l-hero-wrapper.case01 .sponly, .spOnly, .sp_only {
		display: block !important;
	}
	.l-hero-wrapper.case01 .l-hero-content {
		align-items: flex-start;
	}
	.l-hero-wrapper.case01 .l-hero-content .p-headline-container {
		gap: 4vw;
	}
	.l-hero-wrapper.case01 a.l-hero-main > .p-container > .p-container-items {
		margin-bottom: 0;
	}
	.l-hero-wrapper.case01 a.l-hero-main .p-label {
		font-size: 2.7vw;
		padding: 0 2.5vw;
	}
	.l-hero-wrapper.case01 .p-container > .p-container-items > .p-subtext {
		padding-left: 2.5vw;
		font-size: 4.6vw;
	}
	.l-hero-wrapper.case01.case01-kaizirusi .l-hero-content .p-headline-container > .p-textarea > .p-text-inner em {
		font-size: 1.1em;
	}
	.l-hero-wrapper.case01.case01-ftcj .p-container > .p-container-items > .p-subtext {
		font-size: 4.0vw;
	}
	.l-hero-wrapper.case01 .p-buttons {
		margin-top: 30vw;
		justify-content: center;
	}
	.l-hero-wrapper.case01.case01-kaizirusi .p-buttons {
		margin-top: 23vw;
	}
	.l-hero-wrapper.case01 .p-btn {
		font-size: 2.5vw;
		min-width: 15vw;
		padding: 1.8vw 8vw;
	}
	.l-hero-wrapper.case01 .p-btn::after {
		left: 2.5vw;
		width: 1.77vw;
		height: 1.41vw;
	}
}

.l-hero-wrapper .l-hero-bg {
	position: absolute;
	top: 4rem;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: .6;
}
.l-hero-wrapper .l-hero-bg-after {
	position: absolute;
	top: 4rem;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	opacity: 0;
}
.l-hero-wrapper .l-hero-bg-image {
	overflow:hidden;
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.l-hero-content {
  width: 100%;
	padding: 1.5rem 1rem;
	z-index: 10;
	position: relative;
}
.l-hero-main {
	text-align: left;
}
.l-hero-content {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0;
	display: flex;
	justify-content: left;
	align-items: flex-start;
	margin-bottom: 8.5rem;
}

.l-hero-content .p-headline {
	margin-top: 1.5rem;
}
.l-hero-content .p-headline-container {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.l-hero-content .p-headline-container > .p-textarea > .p-text-inner {
	position: relative;
	display: inline-block;
}
.l-hero-content .p-headline-container > .p-textarea > .p-text-inner::before {
	content: "";
	display: block;
	top: 0rem;
	left: 0;
	width: 100%;
	height: calc(100% + .5rem);
	background-color: #fff;
	position: absolute;
	z-index: -1;
	overflow: hidden;
}
.l-hero-content .p-headline-container > .p-textarea {
	font-size: 2rem;
	line-height: 1;
}
.l-hero-content .p-headline-container > .p-textarea > .p-text-inner strong {
	font-size: 1.7em;
}
.l-hero-content .p-headline-container > .p-textarea > .p-text-inner strong > span {
	font-size: 1.2em;
}
.l-hero-content .p-headline-container > .p-textarea > .p-text-inner em {
	font-size: 1.5em;
	font-style: normal;
}

.l-hero-main > .p-container > .p-container-items {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}
.l-hero-main .p-label {
	background-color: #FFF;
	color: #A60518;
	border: 2px solid #A60518;
	font-size: 1rem;
	font-weight: 700;
	padding: 0 1.5rem;
	letter-spacing: .1rem;
}
.l-hero-main .p-label > em {
	font-style: normal;
	font-size: 150%;
}
.l-hero-main {
  display: flex;
  flex-direction: column;
	color: var(--main-text);
}
.l-hero-main-title .p-page-title {
	display: inline-block;
	width: 100%;
	font-size: var(--fsize-xl);
	font-weight: 700;
}
.l-hero-main-title .p-page-subtitle {
  padding: 0;
  margin: 1px 0;
  color: var(--main-em-bg);
  font-size: var(--fsize-lg);
  font-weight: 400;
  line-height: 1.5;
  display: block;
}
@media only screen and (max-width: 1300px) {
  .l-hero-content {
    max-width: 90vw;
    margin-bottom: 9vw;
  }
	.l-hero-content .p-headline {
		margin-top: 1vw;
	}
	.l-hero-main .p-label {
		font-size: 1.5vw;
	}
	.l-hero-content .p-headline-container > .p-textarea {
		font-size: 2vw;
	}
}
@media only screen and (max-width: 830px) {
	.l-hero-container {
		height: 54rem !important;
		align-items: flex-start;
    margin-top: 22vw;
	}
	.l-hero-content {
		margin-bottom: 0;
	}
	.l-hero-main .p-label {
    font-size: 3vw;
	}
	.l-hero-content .p-headline {
		margin-top: 3vw;
	}
	.l-hero-content .p-headline-container {
    gap: 7vw;
	}
	.l-hero-content .p-headline-container > .p-textarea {
		font-size: 4.5vw;
	}
}


.l-hero-main-title {
	display: flex;
	flex-direction: column;
}
.l-hero-main-title .p-page-title {
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.2em;
	font-weight: 900;
	color: var(--main-text);
}
.l-hero-main-title .p-page-subtitle {
	margin-top: var(--size-xs);
	letter-spacing: 0.2em;
	font-weight: bold;
	font-size: 1.25rem;
	font-style: italic;
	letter-spacing: 0.5em;
	color: var(--main-text);
}




