/* リキッドレイアウト対応 */

body {
	font-family: "zen-maru-gothic", sans-serif;
}

body {
	color: #323232;
}

.u-desktop {
	display: none;
}

html.is-fixed {
	overflow: hidden;
}

body {
	overflow-x: hidden;
}

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

picture {
	display: block;
}

button {
	display: block;
	padding: 0;
	width: 100%;
}

.c-bgTitle {
	color: #fff;
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
	text-align: center;
	z-index: 1;
}

.c-bgTitle::before {
	background: url(../images/product_title.png) center center/contain no-repeat;
	content: "";
	height: 42px;
	height: 2.625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 187px;
	width: 11.6875rem;
	z-index: -1;
}

.c-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #323232;
	border: 1px solid #323232;
	border: 0.0625rem solid #323232;
	border-radius: 1.875rem;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	height: 29px;
	height: 1.8125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.05em;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 148px;
	width: 9.25rem;
}

.c-btn.--big {
	font-size: 13px;
	font-size: 0.8125rem;
	height: 52px;
	height: 3.25rem;
	width: 243px;
	width: 15.1875rem;
}

.c-btn::before {
	-webkit-mask: url(../images/arrow.svg) center center/contain no-repeat;
	background-color: #fff;
	content: "";
	height: 10px;
	height: 0.625rem;
	mask: url(../images/arrow.svg) center center/contain no-repeat;
	position: absolute;
	right: 10px;
	right: 0.625rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	width: 0.375rem;
}

.c-btn.--white {
	background-color: #fff;
	border: 2px solid #323232;
	border: 0.125rem solid #323232;
	color: #323232;
}

.c-btn.--big::before {
	height: 14px;
	height: 0.875rem;
	right: 20px;
	right: 1.25rem;
	width: 8px;
	width: 0.5rem;
}

.c-btn.--white::before {
	background: #323232;
}

.c-btn.--footer {
	background-color: #fff;
	color: #323232;
}

.c-btn.--footer::before {
	-webkit-mask: initial;
	background: none;
	border-bottom: 1px solid #323232;
	border-bottom: 0.0625rem solid #323232;
	border-right: 1px solid #323232;
	border-right: 0.0625rem solid #323232;
	content: "";
	height: 5px;
	height: 0.3125rem;
	mask: initial;
	position: absolute;
	right: 10px;
	right: 0.625rem;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 5px;
	width: 0.3125rem;
}

.c-btn.--footer:hover {
	background-color: #323232;
	color: #fff;
}

.c-btn:hover::before {
	border-color: #fff;
}

.c-btn.--black {
	background-color: #323232;
	color: #fff;
}

.c-btn.--black::before {
	border-color: #fff;
}

.c-hamburger {
	background-color: #f1f1f1;
	border: 1px solid #323232;
	border: 0.0625rem solid #323232;
	border-radius: 50%;
	cursor: pointer;
	height: 100%;
	position: relative;
	width: 100%;
}

.c-hamburger span {
	background-color: #323232;
	border-radius: 0.125rem;
	display: inline-block;
	height: 2px;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 20px;
	width: 1.25rem;
}

.c-hamburger span:nth-child(1) {
	top: 16px;
	top: 1rem;
}

.c-hamburger span:nth-child(2) {
	top: 25px;
	top: 1.5625rem;
}

.c-hamburger span:nth-child(3) {
	top: 34px;
	top: 2.125rem;
}

.c-hamburger span:last-child {
	display: none;
}

.c-hamburger.is-active span:nth-child(1) {
	top: 25px;
	top: 1.5625rem;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}

.c-hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
	top: 25px;
	top: 1.5625rem;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.l-about {
	margin-top: 34px;
	margin-top: 2.125rem;
}

.l-contact {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.l-footer {
	margin-top: 56px;
	margin-top: 3.5rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 540px;
	max-width: 33.75rem;
	padding-left: 14px;
	padding-right: 14px;
	width: 100%;
}

.l-mv {
	margin-top: -10px;
	margin-top: -0.625rem;
}

.l-pro {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.l-products {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.l-trouble {
	margin-top: 46px;
	margin-top: 2.875rem;
}

.p-about__inner.l-inner {
	width: 88%;
}

.p-about__img {
	margin: 0 auto;
	max-width: 242px;
	max-width: 15.125rem;
}

.p-about__content {
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-about__bigText {
	font-size: 21px;
	font-size: 1.3125rem;
	font-weight: bold;
	letter-spacing: 0.095em;
	line-height: 1.7619047619;
	text-align: center;
}

.p-about__text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2.0833333333;
	margin-top: 22px;
	margin-top: 1.375rem;
}

.p-card {
	background-color: #fff;
	border-radius: 0.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding: 22px 32px 50px;
	padding: 1.375rem 2rem 3.125rem;
}

.p-card__img img {
	-o-object-fit: cover;
	-ms-flex-item-align: 300/200;
	align-self: 300/200;
	border-radius: 0.3125rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-card__title {
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: bold;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-card__text {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-card__lists {
	gap: 14px;
	gap: 0.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 42px;
	margin-top: 2.625rem;
}

.p-card__list {
	width: 62px;
	width: 3.875rem;
}

.p-card__list span {
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	margin-top: 5px;
	margin-top: 0.3125rem;
	text-align: center;
}

.p-card__btn {
	margin-top: 38px;
	margin-top: 2.375rem;
	text-align: center;
}

.p-contact {
	background: url(../images/bg_contact_sp.png) center center/contain no-repeat;
	margin: 0 auto;
	max-width: 360px;
	max-width: 22.5rem;
	padding-bottom: 35px;
	padding-bottom: 2.1875rem;
	padding-top: 43px;
	padding-top: 2.6875rem;
	position: relative;
}

.p-contact__text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.7857142857;
	text-align: center;
}

.p-contact__btn {
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-drawer {
	background-color: #fff;
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	padding-top: 53px;
	padding-top: 3.3125rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.p-drawer__inner {
	display: grid;
	margin: 0 auto;
	max-width: 245px;
	max-width: 15.3125rem;
}

.p-drawer__wrap {
	display: contents;
}

.p-drawer__left {
	display: contents;
}

.p-drawer__logo {
	margin: 0 auto;
	width: 197px;
	width: 12.3125rem;
}

.p-drawer__info {
	margin-inline: auto;
	margin-top: 24px;
	margin-top: 1.5rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-drawer__company {
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: bold;
}

.p-drawer__text {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5833333333;
	margin-top: 6px;
	margin-top: 0.375rem;
}

.p-drawer__nav {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-drawer__link a {
	padding-block: 14px;
	padding-block: 0.875rem;
	background-image: linear-gradient(to right, #323232 3px, transparent 3px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 0.625rem 3px;
	display: inline-block;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
	width: 100%;
}

.p-drawer__btn {
	margin-top: 35px;
	margin-top: 2.1875rem;
	text-align: center;
}

.p-float {
	bottom: 30px;
	bottom: 1.875rem;
	position: fixed;
	right: 30px;
	right: 1.875rem;
	width: 90px;
	width: 5.625rem;
}

.p-float a {
	display: block;
}

.p-float__btn {
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 1;
}

.p-float__btn::before {
	background: url(../images/float_bg.png) center center/contain no-repeat;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 6px;
	top: 0.375rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	z-index: -1;
}

.p-footer {
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.p-footer__company {
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: bold;
	text-align: center;
}

.p-footer__info {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	margin-top: 12px;
	margin-top: 0.75rem;
	text-align: center;
}

.p-footer__btn {
	margin-top: 28px;
	margin-top: 1.75rem;
	text-align: center;
}

.p-footer__copy {
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 400;
	margin-top: 50px;
	margin-top: 3.125rem;
	text-align: center;
}

.p-header {
	height: 70px;
	height: 4.375rem;
	z-index: 10;
}

.p-header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-header__logo {
	max-width: 124px;
	max-width: 7.75rem;
}
.p-header__sub{
    font-size: 10px;
    margin-bottom: 0.5rem;
    font-weight: 100;
    letter-spacing: 0.05rem;
}
.p-header__hirano {
	margin-left: auto;
	margin-right: 68px;
	margin-right: 4.25rem;
	max-width: 94px;
	max-width: 5.875rem;
}

.p-header__hamburger {
	height: 56px;
	height: 3.5rem;
	position: fixed;
	right: 14px;
	right: 0.875rem;
	top: 7px;
	top: 0.4375rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 56px;
	width: 3.5rem;
	z-index: 11;
}

.p-mv {
	position: relative;
}

.p-pro {
	overflow: hidden;
	padding-top: 27px;
	padding-top: 1.6875rem;
	position: relative;
}

.p-pro::before {
	background: url(../images/pro_right.png) center center/contain no-repeat;
	content: "";
	height: 67px;
	height: 4.1875rem;
	position: absolute;
	right: calc(50% - 12.5rem);
	top: 0px;
	top: 0rem;
	width: 36px;
	width: 2.25rem;
}

.p-pro::after {
	background: url(../images/pro_left.png) center center/contain no-repeat;
	content: "";
	height: 70px;
	height: 4.375rem;
	left: calc(50% - 12.5rem);
	position: absolute;
	top: 132px;
	top: 8.25rem;
	width: 52px;
	width: 3.25rem;
}

.p-pro__inner {
	display: grid;
	width: 85.83%;
}

.p-pro__title {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 21px;
	font-size: 1.3125rem;
	letter-spacing: 0.095em;
	line-height: 1.4285714286;
	margin-top: 36px;
	margin-top: 2.25rem;
	text-align: center;
}

.p-pro__wrap {
	display: contents;
}

.p-pro__img {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.p-pro__text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2.0833333333;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-products {
	background-color: #ffad9d;
	overflow: hidden;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-top: 30px;
	padding-top: 1.875rem;
}

.p-products__title {
	background: url(../images/bg_product_sp.png) center center/360px no-repeat;
	background: url(../images/bg_product_sp.png) center center/22.5rem no-repeat;
	margin: 0 auto;
	max-width: 360px;
	max-width: 22.5rem;
	padding-bottom: 35px;
	padding-bottom: 2.1875rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-products__title img {
	margin-inline: auto;
	width: 95px;
	width: 5.9375rem;
}

.p-products__title p {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	margin-top: 18px;
	margin-top: 1.125rem;
	text-align: center;
}

.p-products__title h3 {
	font-size: 39px;
	font-size: 2.4375rem;
	font-weight: bold;
	letter-spacing: 0.24em;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.p-products__title h3 span {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: normal;
	margin-top: 14px;
	margin-top: 0.875rem;
}

.p-products__subtitle {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-products__lead {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	margin-top: 22px;
	margin-top: 1.375rem;
	text-align: center;
}

.p-products__slider {
	margin-inline: auto;
	margin-top: 54px;
	margin-top: 3.375rem;
	max-width: 328px;
	max-width: 20.5rem;
	position: relative;
}

.p-products__slider .slick-list {
	overflow: unset;
}

.p-products__slider + .p-products__slider {
	margin-top: 54px;
	margin-top: 3.375rem;
}

.p-products__slider::before {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 43px;
	font-size: 2.6875rem;
	font-weight: bold;
	height: 72px;
	height: 4.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: -20px;
	left: -1.25rem;
	padding-bottom: 3px;
	padding-bottom: 0.1875rem;
	position: absolute;
	top: -38px;
	top: -2.375rem;
	width: 72px;
	width: 4.5rem;
	z-index: 1;
}

.p-products__slider.--yuka::before {
	background-color: #ffc81f;
	content: "床";
}

.p-products__slider.--kabe::before {
	background-color: #19cfc1;
	content: "壁";
}

.p-products__card {
	margin: 0 10px;
	margin: 0 0.625rem;
}

.slide-arrow {
	background-color: #323232;
	border-radius: 50%;
	cursor: pointer;
	display: grid;
	font-size: 30px;
	height: 30px;
	height: 1.875rem;
	place-items: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 30px;
	width: 1.875rem;
	z-index: 1;
}

.slide-arrow img {
	width: 9px;
	width: 0.5625rem;
}

.prev-arrow {
	left: -6px;
	left: -0.375rem;
	opacity: 0;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.next-arrow {
	right: -6px;
	right: -0.375rem;
}

.slider-dots {
	gap: 10px;
	gap: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.slider-dots li {
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	height: 14px;
	height: 0.875rem;
	list-style: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 14px;
	width: 0.875rem;
}

.slider-dots li.slick-active {
	background-color: #323232;
}

.slider-dots button {
	display: none;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.p-products__slider.--kabe .slider-dots {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slick-slide {
	height: auto !important;
}

.p-trouble__unit {
	border-radius: 0.5rem;
	padding: 48px 45px 40px;
	padding: 3rem 2.8125rem 2.5rem;
}

.p-trouble__unit.--yuka {
	background-color: #ffc81f;
}

.p-trouble__unit.--kabe {
	background-color: #19cfc1;
}

.p-trouble__unit + .p-trouble__unit {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-trouble__lead {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	margin-top: 18px;
	margin-top: 1.125rem;
	text-align: center;
}

.p-trouble__lists {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-trouble__list {
	margin: 0 auto;
	max-width: 260px;
	max-width: 16.25rem;
}

.p-trouble__list + .p-trouble__list {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-trouble__content {
	margin-top: 26px;
	margin-top: 1.625rem;
}

.p-trouble__bigText {
	background-image: linear-gradient(to right, #323232 3px, transparent 3px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 0.625rem 3px;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	padding-bottom: 14px;
	padding-bottom: 0.875rem;
}

.p-trouble__text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2.0833333333;
	margin-top: 18px;
	margin-top: 1.125rem;
	text-align: justify;
}

@media (hover: hover) {

.c-btn:hover {
	background-color: #fff;
	color: #323232;
}

.c-btn:hover::before {
	background: #323232;
}

.p-float__btn:hover {
	-webkit-transform: translateY(0.375rem);
	transform: translateY(0.375rem);
}

.p-float__btn:hover::before {
	top: 0;
}

.p-header__hamburger:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.0666666667vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

.c-bgTitle {
	font-size: 2.75rem;
}

.c-bgTitle::before {
	height: 6.125rem;
	width: 26.8125rem;
}

.c-btn {
	border: 0.0625rem solid #323232;
	font-size: 1rem;
	height: 2.25rem;
	width: 10.625rem;
}

.c-btn.--big {
	border-radius: 3.3125rem;
	border-width: 0.1875rem;
	font-size: 1.6875rem;
	height: 6.625rem;
	width: 31rem;
}

.c-btn::before {
	right: 0.75rem;
}

.c-btn.--big::before {
	height: 1.5rem;
	right: 2.75rem;
	width: 0.9375rem;
}

.c-hamburger span {
	background-color: transparent;
	height: auto;
	width: auto;
}

.c-hamburger span:nth-child(1) {
	display: none;
}

.c-hamburger span:nth-child(2) {
	display: none;
}

.c-hamburger span:nth-child(3) {
	display: none;
}

.c-hamburger span:last-child {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	left: 50%;
	letter-spacing: 0.04em;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.c-hamburger.is-active span:nth-child(1) {
	background-color: #323232;
	display: inline-block;
	height: 0.0625rem;
	top: 2.5rem;
	width: 2.5rem;
}

.c-hamburger.is-active span:nth-child(3) {
	background-color: #323232;
	display: inline-block;
	height: 0.0625rem;
	top: 2.5rem;
	width: 2.5rem;
}

.c-hamburger.is-active span:nth-child(4) {
	display: none;
}

.l-about {
	margin-top: 5.625rem;
}

.l-contact {
	margin-top: 5.125rem;
}

.l-footer {
	margin-top: 7.75rem;
}

.l-inner {
	padding-left: 2.125rem;
	padding-right: 2.125rem;
}

.l-mv {
	margin-top: -7.125rem;
}

.l-pro {
	margin-top: 7rem;
}

.l-products {
	margin-top: 5.9375rem;
}

.l-trouble {
	margin-top: 5.9375rem;
}

.p-about__inner.l-inner {
	gap: 8.125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: 28.3125rem 1fr;
	margin: 0 auto;
	max-width: 70.5rem;
	width: 100%;
}

.p-about__img {
	max-width: 28.3125rem;
}

.p-about__content {
	margin-left: 3rem;
	margin-top: 0;
}

.p-about__bigText {
	font-size: 1.875rem;
	text-align: left;
}

.p-about__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.4375;
	margin-top: 1.75rem;
	max-width: 25rem;
}

.p-card {
	padding: 1.875rem 2.5rem 4.0625rem;
}

.p-card__title {
	font-size: 1.5rem;
	margin-top: 1.5rem;
}

.p-card__text {
	font-size: 0.9375rem;
	margin-top: 0.875rem;
}

.p-card__lists {
	gap: 0.9375rem;
	margin-top: 3.625rem;
}

.p-card__list {
	width: 4.0625rem;
}

.p-card__list span {
	margin-top: 0.625rem;
}

.p-card__btn {
	margin-top: 3.625rem;
}

.p-contact {
	margin-inline: auto;
	background-image: url(../images/bg_contact_pc.png);
	max-width: 89.5rem;
	padding-bottom: 4.125rem;
	padding-top: 8.125rem;
}

.p-contact::before {
	background: url(../images/contact_01.png) center center/contain no-repeat;
	bottom: -2.9375rem;
	content: "";
	height: 7.6875rem;
	left: 12.125rem;
	position: absolute;
	width: 9.25rem;
}

.p-contact::after {
	background: url(../images/contact_02.png) center center/contain no-repeat;
	bottom: -3.9375rem;
	content: "";
	height: 14.4375rem;
	position: absolute;
	right: 8.8125rem;
	width: 14.8125rem;
}

.p-contact__inner.l-inner {
	max-width: unset;
}

.p-contact__text {
	font-size: 1.8125rem;
	line-height: 1.8275862069;
}

.p-contact__btn {
	margin-top: 2.875rem;
}

.p-drawer {
	padding-top: 0;
}

.p-drawer__inner::before {
	background: url(../images/dog.png) center center/contain no-repeat;
	bottom: 4.0625rem;
	content: "";
	height: 5.1875rem;
	position: absolute;
	right: 0rem;
	width: 14.375rem;
}

.p-drawer__inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: 100%;
	max-width: unset;
	max-width: 77.375rem;
	min-height: 37.5rem;
	position: relative;
}

.p-drawer__wrap {
	gap: 0 6.25rem;
	display: grid;
	grid-template-columns: 14.875rem 1fr;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-drawer__logo {
	width: 100%;
}

.p-drawer__info {
	margin-top: -4.375rem;
}

.p-drawer__company {
	font-size: 1.5rem;
}

.p-drawer__text {
	font-size: 1rem;
	line-height: 1.5625;
}

.p-drawer__nav {
	margin-top: 0;
}

.p-drawer__links {
	gap: 0 2rem;
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 5rem 5rem;
}

.p-drawer__link a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.625rem;
	height: 100%;
	padding: 0;
}

.p-drawer__btn {
	height: 5.25rem;
	margin-top: 3.5rem;
	max-width: 24.5625rem;
}

.p-drawer__btn a.--big {
	font-size: 1.3125rem;
	height: 100%;
	width: 100%;
}

.p-float {
	right: 3.4375rem;
}

.p-footer {
	padding-bottom: 3.125rem;
}

.p-footer__company {
	font-size: 1.5rem;
}

.p-footer__info {
	font-size: 1rem;
	margin-top: 1rem;
}

.p-footer__btn {
	margin-top: 1.375rem;
}

.p-footer__copy {
	font-size: 0.875rem;
	margin-top: 5rem;
}

.p-header {
	height: 8rem;
}

.p-header__inner {
	max-width: unset;
}

.p-header__logo {
	margin-bottom: 1.25rem;
	margin-left: 0.75rem;
	max-width: 11.0625rem;
}

.p-header__sub{
    margin-left: 0.75rem;
}

.p-header__hirano {
	margin-right: 6.5625rem;
	max-width: 7rem;
}

.p-header__hamburger {
	height: 5rem;
	right: 2.625rem;
	top: 1.5rem;
	width: 5rem;
}

.p-mv__inner {
	max-width: unset;
}

.p-pro {
	padding-top: 0;
}

.p-pro::before {
	height: 10.1875rem;
	right: 12.25rem;
	top: -4.0625rem;
	width: 5.75rem;
}

.p-pro::after {
	bottom: -4.875rem;
	height: 8.9375rem;
	left: 8.5rem;
	top: auto;
	top: initial;
	width: 7.5rem;
}

.p-pro__inner {
	max-width: 59.25rem;
	width: 100%;
}

.p-pro__title {
	font-size: 3.375rem;
	line-height: 1.4074074074;
	margin-top: 0;
}

.p-pro__wrap {
	gap: 3.375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.75rem;
}

.p-pro__img {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-pro__text {
	font-size: 1rem;
	line-height: 2.4375;
	margin-top: 0;
}

.p-products {
	padding-bottom: 4.6875rem;
	padding-top: 6.75rem;
}

.p-products__inner.l-inner {
	max-width: 78.625rem;
}

.p-products__title {
	background-image: url(../images/bg_product_pc.png);
	background-size: 68.75rem;
	max-width: 68.75rem;
	padding-bottom: 6.125rem;
	padding-top: 6.5rem;
}

.p-products__title img {
	width: 12.125rem;
}

.p-products__title p {
	font-size: 1.25rem;
	margin-top: 1.875rem;
}

.p-products__title h3 {
	font-size: 4.875rem;
	margin-top: 1.25rem;
}

.p-products__title h3 span {
	font-size: 2.375rem;
	margin-top: 1.25rem;
}

.p-products__subtitle {
	margin-top: 7.5rem;
}

.p-products__lead {
	font-size: 1.25rem;
	margin-top: 2.8125rem;
}

.p-products__slider {
	margin-left: -0.625rem;
	margin-top: 6.875rem;
	max-width: calc(1.25rem + 100%);
}

.p-products__slider + .p-products__slider {
	margin-top: 13.75rem;
}

.p-products__slider::before {
	font-size: 4.5625rem;
	height: 7.6875rem;
	left: -3.75rem;
	top: -3.75rem;
	width: 7.6875rem;
}

.slider-dots {
	gap: 1rem;
	margin-top: 2rem;
}

.slider-dots li {
	height: 1.3125rem;
	width: 1.3125rem;
}

.p-products__slider.--kabe .slider-dots {
	display: none !important;
}

.p-trouble__inner {
	max-width: 98rem;
}

.p-trouble__unit {
	border-radius: 1.3125rem;
	padding: 8.125rem 12.5rem 0rem;
}

.p-trouble__unit.--kabe {
	padding-bottom: 4.125rem;
}

.p-trouble__unit + .p-trouble__unit {
	margin-top: 2.8125rem;
}

.p-trouble__lead {
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-top: 3rem;
}

.p-trouble__lists {
	margin: 0 auto;
	margin-top: 6.25rem;
	max-width: 61.5625rem;
}

.p-trouble__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 100%;
}

.p-trouble__list + .p-trouble__list {
	margin-top: 4.875rem;
}

.p-trouble__unit.--yuka .p-trouble__list:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-trouble__unit.--kabe .p-trouble__list:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-trouble__unit.--yuka .p-trouble__list:last-child {
	margin-top: 0;
}

.p-trouble__unit.--kabe .p-trouble__list:last-child {
	margin-top: 0;
}

.p-trouble__img.--1 {
	margin-left: -3.125rem;
	max-width: 34.0625rem;
}

.p-trouble__img.--2 {
	margin-right: -7.5rem;
	max-width: 36.75rem;
}

.p-trouble__img.--3 {
	margin-left: -7.25rem;
	max-width: 39.875rem;
}

.p-trouble__img.--4 {
	margin-right: -6.375rem;
	margin-top: -2.375rem;
	max-width: 37.25rem;
}

.p-trouble__img.--5 {
	margin-left: -8.25rem;
	max-width: 44.1875rem;
}

.p-trouble__content {
	margin-top: 0;
	max-width: 22.8125rem;
}

.p-trouble__content.--1 {
	margin-bottom: 6.125rem;
}

.p-trouble__content.--2 {
	margin-bottom: 6.875rem;
}

.p-trouble__content.--3 {
	margin-bottom: 3.625rem;
}

.p-trouble__content.--4 {
	margin-bottom: 4rem;
	margin-left: -2.625rem;
}

.p-trouble__content.--5 {
	margin-bottom: 3.25rem;
	margin-right: -2.25rem;
}

.p-trouble__bigText {
	font-size: 3.5625rem;
	line-height: 1.2280701754;
	padding-bottom: 1.5rem;
}

.p-trouble__text {
	font-size: max(0.875rem, 12px);
	line-height: 1.9285714286;
	margin-top: 2rem;
}

}

@media (min-width: 1501px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
