@charset "UTF-8";
/*--==========================
special
============================--*/

/* ========
general style
======== */

@media (max-width: 750px) {
	.o-lower-mv__text {
		top: 36%;
	}
	.o-lower-mv__ttl-ja {
		line-height: 1.2;	
	}

	.o-lower-mv__ttl-ja span {
		font-size: 2rem;	
	}
}
.page-feature section {
	margin: 0 0 80px;
}
.page-feature section.o-content-caselist {
	margin: 0 0 120px;
}
.s-lower-mv {
	margin: 0;
}
.page-feature section h2 {
	margin: 0 0 40px;
}
.page-feature section h2::after {
	content: '';
	display: block;
	background-color: currentColor;
	width: 105px;
	height: 2px;
	margin: 16px auto 0;
}

@media (max-width: 750px) {
	.page-feature section {
		margin: 0 0 40px;
	}
	.page-feature section.o-content-caselist {
		margin: 0 0 80px;
	}
	.page-feature section h2 {
		margin: 0 0 20px;
	}
}

.c-section-brand-pickup__img img {
	width: 100%;
	height: 100%;
	/* aspect-ratio: 260 / 230; */
}
.c-section-brand-pickup__list .slide-media {
	max-height: 180px;
}
/* ========
.o-content-about
======== */

.o-content-about p {
	margin: 0 0 20px;
}

/* ========
c-products
======== */

/* ========
o-case
======== */
.o-case {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: flex-start;
}

@media (max-width: 750px) {
	.o-case {
		display: block;
	}
}

/* ========
c-product
======== */
.c-product {
	margin-top: 0;
	background-color: #fff;
	width: calc((100% - 60px) / 3);
	position: relative;
}

.c-product::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 5px);
	height: calc(100% + 5px);
	background-image: url(../images/common/bg_stripe-dark.gif);
	background-size: 4px 4px;
	z-index: -1;
}

@media (max-width: 750px) {
	.c-product {
		width: calc(100% - 5px);
		margin-top: 30px;
	}
	.c-product:first-child {
		margin-top: 0;
	}
}

.c-product a {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 0;
}

@media (max-width: 750px) {
	.c-product a {
		padding: 20px 15px;
	}
}

.c-product a .c-bg-photo__item {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

@media (min-width: 751px) {
	.c-product a {
		transition: 0.4s ease;
	}
	.c-product a .c-bg-photo {
		width: 100%;
		height: 223px;
		overflow: hidden;
		position: relative;
		margin: 0 auto;
	}

	.c-product a .c-bg-photo__item {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		transition: 0.4s ease;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		image-rendering: -webkit-optimize-contrast;
	}
	.c-product a:hover {
		opacity: 0.7;
	}
	.c-product a:hover .c-bg-photo__item {
		transform: scale(1.03) rotate(0.1deg);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
}

@media (max-width: 750px) {
	.c-product a .c-bg-photo {
		width: 100%;
		height: calc((100vw - 65px) * 0.53);
	}
}

@media (min-width: 751px) {
	.c-product a:hover {
		opacity: 1;
	}
	.c-product a:hover .c-btn {
		/* color: #f01428; */
	}
	.c-product a:hover .c-btn::after {
		left: -10%;
		background-color: #fff;
	}
	.c-product a:hover svg {
		/* fill: #f01428; */
	}
}

.c-product .c-bg-photo {
	flex: 0 0 auto;
	margin-right: 0;
}

.c-product__txt {
	width: 100%;
	flex: 1 1 auto;
	padding: 20px 15px;
}

@media (max-width: 750px) {
	.c-product__txt {
		padding-top: 20px;
	}
}

.c-product__txt .c-list-cat {
	margin: 0 0 10px;
}

.c-product__txt .c-info {
	width: 96%;
	margin: 0 auto;
}

.c-product__txt .c-info tr:nth-child(3) th:first-child {
	border-right: 1px solid #fff;
}
.c-product__txt .c-info tr:nth-child(3) th,
.c-product__txt .c-info tr:nth-child(4) td {
	width: 50%;
	box-sizing: border-box;
}
.c-product__txt .c-info th {
	background: #ddd;
	text-align: center;
}
.c-product__txt .c-info td {
	padding: 0 0 0.5em;
	text-align: center;
}
.c-product__ttl {
	font-size: 2.1rem;
	letter-spacing: 0.12em;
	line-height: 1.42;
	font-weight: bold;
}
@media (max-width: 750px) {
	.c-product__ttl {
		font-size: 1.8rem;
	}
}

.c-product__desc {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.08em;
}

@media (max-width: 750px) {
	.c-product__desc {
		font-size: 1.4rem;
		line-height: 1.8;
	}
}

.c-product__date {
	margin-top: 10px;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	line-height: 1;
}

@media (max-width: 750px) {
	.c-product__date {
		display: block;
		font-size: 1.4rem;
	}
}

.c-product__date time {
	font-weight: 400;
	font-size: 1.3rem;
	display: inline-flex;
	align-items: center;
}

@media (max-width: 750px) {
	.c-product__date time {
		display: block;
		font-size: 1.2rem;
		line-height: 1.5;
		margin-top: 8px;
	}
}

.c-product__date time::before {
	content: '';
	display: inline-block;
	margin: 0 10px;
	width: 1px;
	height: 15px;
	background-color: #323c46;
}

@media (max-width: 750px) {
	.c-product__date time::before {
		display: none;
	}
}

/* ========
o-content-foryou
======== */

.o-content-foryou p {
	margin: 0 0 20px;
}

.o-content-foryou img {
	width: 100%;
	margin: 0 auto;
	max-width: 850px;
}

/* ========
o-lead-bnr
========*/
.o-content-about01__logo {
	margin: 2em auto 3em;
}
.page-feature .o-lead-bnr {
	padding: inherit;
}

@media (max-width: 750px) {
	.page-feature .o-lead-bnr {
		/*padding: 40px 0 50px;*/
	}
}

.page-feature .o-lead-bnr__item {
	/*padding: 0 50px;*/
	border: 8px solid #f8b801;
	border-radius: 10px;
	width: 70%;
	margin: 0 auto;
	padding: 3em 2em 2em;
	background-color: #fffae8;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

@media (max-width: 750px) {
	.page-feature .o-lead-bnr__item {
		width: 100%;
		border-width: 6px;
		/*padding: 0 0 30px;*/
	}
}

.page-feature .o-lead-bnr__item .c-bg-bnr {
	margin: 0 auto;
	width: 100%;
	/*height: 320px;*/
	height: auto;
}
.page-feature .o-lead-bnr__item .c-bg-bnr:hover {
	opacity: 1;
}
@media (max-width: 750px) {
	.page-feature .o-lead-bnr__item .c-bg-bnr {
		height: auto;
	}
}

.page-feature .o-lead-bnr__item .c-bg-bnr.-type02 {
	/*	margin-top: 25px;*/
	padding: 0;
	margin: 0;
}

.page-feature .o-lead-bnr {
	padding-bottom: 0;
}

.page-feature .o-lead-bnr .c-bg-bnr {
	margin-top: 0;
}

/* ========
o-lead-bnr__cta
======== */
.page-feature .o-lead-bnr__cta {
	margin-left: 60px;
}

@media (max-width: 768px) {
	.page-feature .o-lead-bnr__cta {
		margin-left: 0;
	}
}

.page-feature .o-lead-bnr__cta-list {
	display: flex;
	flex-direction: row;
	gap: 3rem;
	/* width: 60%; */
	margin: 0 auto 1em;
}
@media (max-width: 750px) {
	.page-feature .o-lead-bnr__cta-list {
		flex-direction: column;
	}
}
.o-lead-bnr__cta__item {
	flex: 1;
}
.page-feature .o-lead-bnr__cta__link.-btn-download {
	display: flex;
	padding: 20px 32px;
	align-items: center;
	justify-content: center;
	border: 2px solid #333;
	border-radius: 60px;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 2.2rem;
	letter-spacing: 0;
	line-height: 1;
	font-weight: 900;
	background-color: #fff;
	color: #333;
	transition: opacity 0.4s ease;
}

@media (hover: hover) and (pointer: fine) {
	.page-feature .o-lead-bnr__cta__link.-btn-download:hover,
	.page-feature .o-lead-bnr__cta__link.-btn-download:active {
		opacity: 0.7;
		background-color: #f2f2f2;
	}
}

@media (max-width: 768px) {
	.page-feature .o-lead-bnr__cta__link.-btn-download {
		font-size: 2rem;
		padding: 16px 20px;
	}
}

.page-feature .o-lead-bnr__cta__link.-btn-download .ic-download {
	width: 12px;
	height: 13px;
	background-size: cover;
	background-image: url(../images/202403/ic-dl.svg);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
}

@media (max-width: 768px) {
	.page-feature .o-lead-bnr__cta__link.-btn-download .ic-download {
		width: 18px;
		height: 20px;
	}
}

.page-feature .o-lead-bnr__cta__link.-btn-inquiry {
	display: flex;
	padding: 20px 36px;
	align-items: center;
	justify-content: center;
	background: #e60012;
	border: 2px solid #e60012;
	overflow: hidden;
	border-radius: 60px;
	color: #fff;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 2.2rem;
	letter-spacing: 0;
	line-height: 1;
	font-weight: 900;
	transition: opacity 0.4s ease;
}

@media (hover: hover) and (pointer: fine) {
	.page-feature .o-lead-bnr__cta__link.-btn-inquiry:hover,
	.page-feature .o-lead-bnr__cta__link.-btn-inquiry:active {
		opacity: 0.7;
		background-color: #f50013;
	}
}

@media (max-width: 768px) {
	.page-feature .o-lead-bnr__cta__link.-btn-inquiry {
		font-size: 2rem;
		padding: 16px 20px;
	}
}

.page-feature .o-lead-bnr__cta__link.-btn-inquiry .ic-mail {
	width: 14px;
	height: 11px;
	background-size: cover;
	background-image: url(../images/202403/ic-mail.svg);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
}

@media (max-width: 768px) {
	.page-feature .o-lead-bnr__cta__link.-btn-inquiry .ic-mail {
		width: 22px;
		height: 17px;
	}
}

/* ========
o-lead-bnr__phone
======== */
.page-feature .o-lead-bnr__phone__text {
	margin-top: 25px;
}
.page-feature .o-lead-bnr__phone__text span {
	display: block;
}
.page-feature .o-lead-bnr__phone__num {
	font-family: 'Outfit', sans-serif;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #e60012;
}

.page-feature .o-lead-bnr__phone__open {
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1;
	padding-top: 5px;
	color: #333;
	letter-spacing: 0.05em;
}

/* ========
c-bg-bnr
======== */
.page-feature .c-bg-bnr {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

@media (min-width: 751px) {
	.page-feature .c-bg-bnr {
		transition: 0.4s ease;
	}
}

@media (max-width: 750px) {
	.page-feature .c-bg-bnr {
		width: 100%;
		height: auto;
		padding: 45px 0;
	}
}

.page-feature .c-bg-bnr__box {
	/*width: 565px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 35px 0 40px;*/
	text-align: center;
	position: relative;
}

@media (max-width: 750px) {
	.page-feature .c-bg-bnr__box {
		width: calc(100% - 28px);
		/*max-width: 315px;*/
	}
}

.page-feature .c-bg-bnr__copy {
	font-size: 2.4rem;
	margin: 0 auto 1em;
}

.page-feature .c-bg-bnr.-type02 {
	background: none;
	/*background-image: url(../images/top/bnr_bg02.jpg);*/
}

@media (max-width: 750px) {
	.page-feature .c-bg-bnr.-type02 {
		/*background-image: url(../images/top/bnr_bg02-sp.jpg);*/
	}
}

.page-feature .c-bg-bnr.-type02 .c-bg-bnr__copy {
	background-color: #f8b801;
	color: #333;
	margin-top: -2.8em;
	font-weight: 700;
	width: fit-content;
	height: auto;
	padding: 0.5em 2.5em;
	border-radius: 5px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	font-size: 2.6rem;
}
@media (max-width: 750px) {
	.page-feature .c-bg-bnr.-type02 .c-bg-bnr__copy {
		font-size: 2rem;
		padding: 0.6em 1.5em;
		margin-top: -2.9em;
	}
}
.page-feature .c-bg-bnr.-type02 .c-bg-bnr__box {
	position: relative;
	z-index: 1;
}

.page-feature .c-bg-bnr.-type02 .c-bg-bnr__box::before {
	content: '';
	display: none;
	width: 100%;
	height: calc(100% + 5px);
	background-color: none;
	position: absolute;
	z-index: -1;
	top: 20px;
	left: 0;
}

@media (max-width: 750px) {
	.page-feature .c-bg-bnr.-type02 .c-bg-bnr__box::before {
		height: auto;
	}
}

.o-content-caselist .c-lead {
	margin: 0 0 2em;
}
.o-content-caselist .c-lead span {
	font-size: 1.4rem;
	display: block;
	text-align: right;
}

@media (max-width: 750px) {
	.o-content-caselist .c-lead span {
		font-size: 1.3rem;
		text-align: left;
	}
}

/* ========
c-product-pkg (Package styles from styles.css)
======== */
.page-feature .c-product-pkg {
	margin-top: 30px;
	background-color: #fff;
	width: 1060px;
	position: relative;
}

.page-feature .c-product-pkg::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 5px);
	height: calc(100% + 5px);
	background-image: url(../images/common/bg_stripe-dark.gif);
	background-size: 4px 4px;
	z-index: -1;
}

.page-feature .c-product-pkg:first-child {
	margin-top: 0;
}

@media (max-width: 750px) {
	.page-feature .c-product-pkg {
		width: calc(100% - 5px);
	}
}

.page-feature .c-product-pkg a.c-product-pkg__link {
	flex-wrap: wrap;
	display: flex;
	padding: 0 25px 30px 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 750px) {
	.page-feature .c-product-pkg a.c-product-pkg__link {
		display: block;
		padding: 0 10px 16px;
	}
}

@media (min-width: 751px) {
	/*.page-feature .c-product-pkg a.c-product-pkg__link:hover .c-btn {
		color: #323c46;
	}
	.page-feature .c-product-pkg a.c-product-pkg__link:hover svg {
		fill: #323c46;
	}*/
	.page-feature .c-product-pkg a.c-product-pkg__link:hover .c-btn {
		color: #323c46;
	}
	.page-feature .c-product-pkg a.c-product-pkg__link:hover .c-btn::after {
		left: -10%;
		background-color: #fff;
	}
	.page-feature .c-product-pkg a.c-product-pkg__link:hover .c-btn svg {
		fill: #323c46;
		stroke: #323c46;
	}
}

.page-feature .c-product-pkg__ph {
	background-position: center;
	background-size: cover;
}

@media (max-width: 750px) {
	.page-feature .c-product-pkg__ph {
		height: calc((100vw - 55px) * 0.74);
	}
}

@media (min-width: 751px) {
	.page-feature .c-product-pkg__ph {
		flex: 0 0 auto;
		width: 500px;
		margin-right: 40px;
		height: 370px;
	}
	.page-feature .c-product-pkg__txt {
		padding-top: 20px;
		flex: 0 1 auto;
		width: 495px;
	}
	.page-feature .c-product-pkg__desc {
		font-size: 1.4rem;
		padding-right: 30px;
		margin-top: 12px;
		line-height: 1.85;
	}
}

.page-feature .c-product-pkg .c-btn {
	padding: 0;
	width: 270px;
	height: 60px;
}

@media (max-width: 750px) {
	.page-feature .c-product-pkg .c-btn {
		display: flex;
		width: 230px;
		height: 40px;
	}
}

.page-feature .c-box-blur {
	margin-top: 16px;
}

@media (max-width: 750px) {
	.page-feature .c-box-blur {
		margin-top: 8px;
	}
}

.page-feature .c-product-pkg .c-btn {
	margin-top: 30px;
}

@media (max-width: 750px) {
	.page-feature .c-product-pkg .c-btn {
		margin-top: 20px;
	}
}

.page-feature .check {
	margin: 2em 0 0;
}

.page-feature .check li {
	font-size: 14px;
}

/* Badge Style Override for Single Feature Page */
.page-feature .c-section-brand-pickup__item .badge {
	position: relative;
	top: auto !important;
	right: auto !important;
	left: auto !important;
	width: 100%;
	border-radius: 10px 10px 0 0;
	margin-bottom: 0;
	text-align: center;
	/* background-color: #df0116; */ /* Theme Red */
	background-color: #f8b801;
	color: #333;
	padding: 0.4rem 0;
	font-size: 1.4rem;
	font-weight: bold;
	z-index: 10;
	line-height: 1.2;
}

.page-feature .c-section-brand-pickup__img {
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	background-color: #fff; /* White background for whitespace */
	display: block !important;
	position: relative !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 0 !important;
	aspect-ratio: auto !important;
}

.page-feature .c-section-brand-pickup__img img {
	border-radius: 0 0 10px 10px;
	width: 100% !important;
	height: auto !important;
	max-height: none !important;
	min-height: 0 !important;
	object-fit: contain !important;
	display: block !important;
	aspect-ratio: auto !important;
}

.page-feature .c-section-brand-pickup__desc {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.18);
    width: 100%;
    margin: 0px auto 32px auto;
    z-index: 1;
    position: relative;
    padding: 12px 24px 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.page-feature .c-section-brand-pickup__desc h3 {
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.5;
	text-decoration-line: underline;
	flex-grow: 1;
	/* display: -webkit-box; */
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 5em;
}

@media (max-width: 768px) {
	.page-feature .c-section-brand-pickup__desc {
		margin: 0 auto;
		width: 100%;
		border-radius: 0 0 6px 6px;
	}

	.page-feature .c-section-brand-pickup__desc h3 {
		font-size: 1.5rem;
	}	
}
@media (max-width: 768px) {
	.c-section-brand-pickup__list .swiper-button-prev {
		width: 30px;
		background-size: 30px auto;
	}
	.c-section-brand-pickup__list .swiper-button-next {
		width: 30px;
		background-size: 30px auto;
	}
}

@media (max-width: 375px) {
	.page-feature .c-section-brand-pickup__desc h3 {
			height: 6em;
	}
}
