.f-title-3xl {
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
}

.f-title-2xl {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.28;
}

.f-title-xl {
	font-size: 24px;
	font-weight: 700;
}

.f-title-1 {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3;
}

.f-title-2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.f-title-3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

.f-base {
	font-size: 16px;
	line-height: 1.8;
	color: #000;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/*
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*/

body {
	margin: 0;
}

main {
	display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

pre {
	font-family: monospace, monospace;
	font-size: inherit;
}

address {
	font-style: inherit;
}

a {
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	color: inherit;
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: inherit;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: rgba(0, 0, 0, 0);
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
}

[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

option {
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

label[for] {
	cursor: pointer;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[contenteditable]:focus {
	outline: auto;
}

table {
	border-color: inherit;
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

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

html {
	scroll-behavior: smooth;
}

/*
body {
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	color: #222;
}
*/

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

a:hover {
	text-decoration: none;
	opacity: .7;
}

input {
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

input[type=submit] {
	-webkit-appearance: none;
}

input[value="確定"] {
	font-size: 14px;
	color: #fff;
	background: #1755CC;
	border: none;
	border-radius: 8px;
	padding: 2px 10px 0px;
}

input[name="post_password"] {
	height: 24px;
	border: solid 1px #A9A9A9;
}

b {
	font-weight: 700;
}

/*
.l-breadcrumb {
	border-top: 1px solid #dce3e8;
	overflow-x: auto;
}

.l-breadcrumb__list {
	padding: 16px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.l-breadcrumb__item {
	display: flex;
	align-items: center;
}

.l-breadcrumb__item::after {
	content: "";
	display: block;
	margin-inline: 8px;
	background-image: url(../images/icon/icon-caret.svg);
	background-size: contain;
	width: 16px;
	height: 16px;
}

.l-breadcrumb__item:last-of-type:after {
	display: none;
}

.l-breadcrumb__link {
	color: #05c;
	font-weight: 300;
	font-size: 13px;
}

.l-breadcrumb__link.l-breadcrumb__link--current {
	color: #222;
}
*/

.l-footer {
	background-color: #ebeff2;
	padding-bottom: 32px;
}

.l-footerBanner {
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.l-footerBanner__link+.l-footerBanner__link {
	margin-top: 15px;
}

.l-footerNav__list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 24px;
}

.l-footerNav__link {
	width: 100%;
	padding: 13px 14px 14px;
	display: block;
	font-size: 14px;
}

.l-footerDesc__text {
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	color: rgba(51, 51, 51, .7);
	margin-bottom: 24px;
}

.l-footerDesc__logo {
	display: block;
	margin-inline: auto;
	margin-bottom: 10px;
}

.l-footerDesc__copyright {
	color: rgba(51, 51, 51, .7);
	text-align: center;
	font-size: 10px;
	font-weight: 300;
}

/*
.l-header {
	position: fixed;
	background-color: #fff;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 15px 15px 8px 15px;
	border-bottom: 1px solid #dce3e8;
}

.l-header__logo {
	margin-right: auto;
}

.l-header__logoImage {
	vertical-align: top;
}

.l-header__loginLink {
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	display: flex;
	align-items: center;
}

.l-header__loginLink span {
	margin-right: 4px;
}

.l-headerMenu__buttonLink.c-button {
	height: 45px;
}

.l-header__navigationLink {
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 20px 8px 12px;
}

.l-headerMenu__link {
	display: block;
	padding: 16px;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: 700;
}
*/

.p-components section {
	border: 1px dotted #05c;
	border-radius: 8px;
	padding: 30px 8px;
}

/*
.l-wrapper {
	padding-top: 97px;
}
*/

.swiper-button-next,
.swiper-button-prev {
	width: 44px;
	height: 44px;
	color: #fff;
	border-radius: 50%;
	background-color: rgba(34, 34, 34, .5);
	border: 1px solid rgba(255, 255, 255, .3);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	display: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 12px;
}

.l-productCategory {
	padding: 16px 16px 40px;
	border-top: 8px solid #ebeff2;
}

.l-productCategory__subtitle {
	color: #687782;
	line-height: 1;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 8px;
}

.l-productCategory__subtitle.l-productCategory__subtitle--big {
	margin-bottom: 8px;
}

.l-productCategory__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 16px;
}

.l-productCategory__title.l-productCategory__title--big {
	font-size: 21px;
}

.l-productCategory__list {
	background-color: #fff;
	border-radius: 8px;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	border: 1px solid #dce3e8;
}

.l-productCategory__item {
	display: block;
	background-image: url("../images/icon/icon-arrow.svg");
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: right 8px center;
	border-left: 1px solid #ebeff2;
	border-bottom: 1px solid #ebeff2;
	width: 50%;
}

.l-productCategory__item:nth-of-type(2n-1) {
	border-left: 0;
}

.l-productCategory__item.l-productCategory__item--current {
	color: rgba(34, 34, 34, .5);
	background-image: url("../images/icon/icon-caret.svg");
}

.l-productCategory__link {
	display: block;
	padding: 15px;
	font-size: 14px;
	font-weight: 700;
	padding-right: 8px;
}

.l-sidebar__subtitle {
	color: #687782;
	line-height: 1;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}

.l-sidebar__title {
	margin-bottom: 17px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
}

.c-mycolor__item {
	margin-top: 20px;
}

.c-mycolor__item .c-mycolor__image {
	max-width: 110px;
	flex: none;
}

.c-mycolor__item.c-mycolor__item--card .c-mycolor__link {
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
	gap: 8px;
	background-color: #FFFAEC;
	padding: 16px;
	border-radius: 8px;
}

@media screen and (min-width: 768px) {
	.c-mycolor__item.c-mycolor__item--card .c-mycolor__link {
		gap: 24px;
	}
}

.c-mycolor__item.c-mycolor__item--card .c-mycolor__label {
	width: 100px;
	background-color: #FA5914;
	color: #fff;
	font-size: 10px;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 6px;
	padding: 2.5px 0;
}

.c-mycolor__item.c-mycolor__item--card .c-mycolor__title {
	font-feature-settings: "palt" on;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .28px;
}


.c-mycolor__item.c-mycolor__item--card .c-mycolor__text {
	font-size: 12px;
	line-height: 1.4;
	margin-top: 2px;
}

.c-mycolor__item.c-mycolor__item--card .c-mycolor__category {
	color: #687782;
	font-size: 12px;
	font-weight: 300;
	margin-top: 4px;
}

.c-article__item {
	margin-top: 16px;
	font-size: 15px;
}

.c-article__item .c-article__link {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	gap: 8px;
}

.c-article__item .c-article__image {
	max-width: 138px;
	border-radius: 8px;
}

.c-article__item .c-article__link.c-article__link--recommend {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	gap: 8px;
}

.c-article__item .c-article__link.c-article__link--recommend:first-of-type .c-article__title {
	margin-top: 0;
}

.c-article__item:first-of-type .c-article__title {
	margin-top: 8px;
}

.c-article__item:first-of-type .c-article__title--news {
	font-size: 16px;
}

.c-article__item.c-article__item--recommend {
	border-top: 1px solid #dce3e8;
	padding-top: 16px;
}

.c-article__item.c-article__item--card {
	width: 100%;
}

.c-article__item.c-article__item--card .c-article__link {
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
	gap: 8px;
	background-color: #f2f6f9;
	padding: 16px;
	border-radius: 8px;
}

.c-article__item.c-article__item--card .c-article__image {
	width: 109px;
	height: auto;
}

.c-article__item.c-article__item--card .c-article__title {
	font-feature-settings: "palt" on;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .28px;
}

.c-article__item.c-article__item--card .c-article__category {
	color: #687782;
	font-size: 12px;
	font-weight: 300;
	margin-top: 5px;
}

.c-article__image {
	width: 100%;
	border-radius: 4px;
}

.c-article__image.c-article__image--recommend {
	width: 76px;
}

.c-article__title {
	font-feature-settings: "palt";
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .32px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.c-article__title.c-article__title--lineup {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	font-feature-settings: "palt" on;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .3px;
}

.c-article__category {
	color: #687782;
	font-size: 12px;
	font-weight: 300;
	margin-top: 5px;
}

.c-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	padding: calc(1em - 2.5px) 0px;
	border-radius: 4px;
}

.c-button svg,
.c-button i,
.c-button img {
	margin-right: 4px;
	width: auto;
	height: auto;
}

.c-button.c-button--link {
	color: #05c;
	border: #05c 1px solid;
}

.c-button.c-button--link.c-button--disabled,
.c-button.c-button--link:disabled {
	color: #a8b4ba;
	border: #a8b4ba 1px solid;
}

.c-button.c-button--action {
	color: #fff;
	background-color: #05c;
}

.c-button.c-button--new {
	color: #fff;
	background-color: #FF7F00;
	margin-top: 12px;
}

.c-butto--min {
	font-size: 14px;
}

.c-button.c-button--action.c-button--disabled,
.c-button.c-button--action:disabled {
	color: #fff;
	background-color: #a8b4ba;
}

.c-button.c-button--action2 {
	color: #fff;
	background-color: #ff8037;
}

.c-button.c-button--action2.c-button--disabled,
.c-button.c-button--action2:disabled {
	color: #fff;
	background-color: #a8b4ba;
}

.c-button.c-button--action3 {
	color: #fff;
	background-color: #ffd40b;
}

.c-button.c-button--action3.c-button--disabled,
.c-button.c-button--action3:disabled {
	color: #fff;
	background-color: #a8b4ba;
}

.c-button.c-button--action4 {
	color: #fff;
	background-color: #fec21e;
}

.c-button.c-button--action4.c-button--disabled,
.c-button.c-button--action4:disabled {
	color: #fff;
	background-color: #a8b4ba;
}

.c-popularProduct__list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 16px 8px;
}

.c-popularProduct__item {
	width: calc(50% - 4px);
}

.c-popularProduct__frame {
	padding: 13px 33px;
	background-color: #f2f6f9;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-popularProduct__image {
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	aspect-ratio: 1/1;
}

.c-popularProduct__title {
	margin-top: 8px;
	font-size: 14px;
	font-weight: 700;
}

.p-404 {
	padding: 24px 16px 40px;
	margin-inline: auto;
	max-width: 620px;
}

.p-404__image {
	width: 134px;
	display: block;
	margin-inline: auto;
	margin-bottom: 10px;
}

.p-404__title {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 16px;
}

.p-404__content {
	font-weight: 300;
	line-height: 1.8;
	margin-bottom: 24px;
}

.p-404__link {
	width: 100%;
}

.p-home {
	background-color: #f3f7fa;
}

.p-home__container {
	padding-top: 10px;
}

.p-homeKvSlide__title {
	color: #fff;
	text-align: center;
	position: absolute;
	top: 27px;
	left: 0;
	right: 0;
	padding-inline: 20px;
}

.p-homeKvSlide__title.--font-black {
	color: #222;
}

.p-homeKvSlide__maincopy {
	font-feature-settings: "palt" on, "pwid" on;
	font-size: 6.4vw;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .48px;
	display: block;
}

.p-homeKvSlide__subcopy {
	font-feature-settings: "pwid" on;
	font-size: 3.75vw;
	font-weight: 700;
	letter-spacing: .28px;
	margin-bottom: 8px;
	display: block;
}

.p-homeKvSlide__maincopy--orange {
	color: #EB6120;
}

.p-home__heading {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 16px;
	text-align: center;
}

.p-home__sidebar .l-sidebar__content {
	border-bottom: 0;
}

.p-homeColumn__main {
	text-align: center;
}

.p-homeColumn__mainTitle {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #687782;
	margin-top: -3px;
}

.p-homeColumn__mainCopy {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .36px;
	margin-top: 8px;
	word-break: keep-all;
	font-feature-settings: "pwid" on;
}

.p-homeColumn__mainLink {
	margin-top: 12px;
	width: 100%;
	padding: calc(1em - 1.5px) 10px;
}

.p-homeColumn__mainLabel svg {
	vertical-align: initial;
}

.p-popularProduct {
	margin-bottom: 16px;
	padding-top: 16px;
	padding-bottom: 24px;
	background-color: #fff;
}

.p-homeRecommend {
	margin-bottom: 16px;
	padding-top: 16px;
	padding-bottom: 24px;
	background-color: #fff;
}

.p-homeArticle {
	position: relative;
	margin-bottom: 16px;
	padding-top: 16px;
	padding-bottom: 24px;
	background-color: #fff;
}

.p-homeArticle .c-article__item--news:first-of-type .c-article__link {
	display: block;
}

.p-homeArticle .c-article__item--news:first-of-type .c-article__image {
	max-width: 100%;
}

.p-homeArticle__button.c-button {
	width: 100%;
	margin-top: 24px;
	padding: calc(1em + 0.5px) 10px;
}

.p-productDetail__purchaseButton {
	position: fixed;
	z-index: 3;
	right: 0;
	bottom: 0;
	width: 100%;
	gap: 6px;
	display: none;
	padding: 9px 9.5px 31px;
	background: #fff;
	opacity: 0;
	box-shadow: 0 -1px 7px 0 rgba(0, 0, 0, 0.15);
}

.p-productDetail__purchaseButton.p-productDetail__purchaseButton--show {
	display: flex;
}

.p-productDetail__purchaseButton .p-productDetail__purchaseButton--new {
	margin: 0;
}

.p-productDetail__purchaseButton--action,
.p-productDetail__purchaseButton--new {
	width: calc(100% / 2);
	flex-wrap: wrap;
}

.p-productDetail__purchaseButton .c-button--min {
	font-size: 12px;
}

.p-productDetail__purchaseButton .c-button svg {
	margin-left: 4px;
}

.p-productSlider__main {
	background-color: #f2f6f9;
}

.p-productSlider__main .swiper-slide {
	text-align: center;
	padding: 35px 15px;
}

.p-productSlider__main .swiper-slide img {
	height: 200px;
	aspect-ratio: 1/1;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-productSlider__main .swiper-pagination {
	background-color: rgba(51, 51, 51, .7);
	color: #fff;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	right: 16px;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 300;
	padding: 1px 3px;
}

.p-productSliderThumbnail {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 24px;
}

.p-productSliderThumbnail__item {
	padding: 16px;
	width: 84px;
	height: 84px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-color: #f2f6f9;
}

.p-productSliderThumbnail__item.p-productSliderThumbnail__item--current {
	opacity: .5;
}

.p-productSliderThumbnail__item img {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-productInformation__block {
	padding: 16px 16px 23px;
	border-bottom: 1px solid #dce3e8;
}

.p-productInformation__block:last-of-type {
	padding-bottom: 40px;
	border-bottom: 0;
}

.p-productInformation__block .c-article__item.c-article__item--card .c-article__title {
	margin-top: 0;
}

.p-productInformation__heading {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 5px;
}

.p-productInformation__subheading {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 16px;
}

.p-productInformation__name {
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 8px;
}

.p-productInformation__purchase.c-button {
	width: 100%;
	padding-block: 14px;
	font-size: 16px;
}

.p-productInformation__categoryList {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 24px;
}

.p-productInformation__categoryItem {
	padding: 4px;
	display: inline-flex;
	align-items: center;
	color: #ccc;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
}

.p-productInformation__categoryItem.--cat1 {
	color: #287fa1;
	border: 1px solid #287fa1;
}

.p-productInformation__categoryItem.--cat2 {
	color: #e3516c;
	border: 1px solid #e3516c;
}

.p-productInformation__categoryItem svg {
	margin-right: 2px;
	width: auto;
	height: auto%;
}

.p-productInformation__certification {
	cursor: pointer;
	padding: 5px;
	align-items: center;
	border-radius: 4px;
	background: #F2F6F9;
}

.p-productInformation__certification:hover {
	display: block;
}

.p-productInformation__certificationImage {
	display: block;
}

.p-productInformation__modal {
	display: none;
	position: absolute;
	right: -10px;
}

.p-productInformation__modalClose {
	display: none;
}

.p-productInformation__textarea {
	position: relative;
	top: 0;
	left: 0;
	width: 300px;
	height: auto;
	line-height: 1.5;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0px 0px 8px 0px rgba(48, 50, 51, 0.20);
	color: #000000;
	padding: 16px;
	box-sizing: border-box;
	z-index: 100;
}

.p-productInformation__textarea:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 16px solid #FFF;
	z-index: 0;
}

.p-productInformation__textarea:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -32px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid rgba(48, 50, 51, 0.20);
	filter: blur(2px);
	z-index: -1;
}

.p-productInformation__title {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
}

.p-productInformation__text {
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 8px;
}

.p-productInformation__text--blue {
	color: #0055CC;
	font-size: 12px;
	font-weight: 600;
}

.p-productInformation__description {
	font-size: 14px;
	font-weight: 300;
}

.p-productInformation__dataItem {
	line-height: 1.4;
	border-bottom: 1px solid #dce3e8;
	padding-block: 10px;
}

.p-productInformation__dataItem:first-of-type {
	padding-top: 0;
}

.p-productInformation__dataItem:last-of-type {
	padding-bottom: 0;
	border-bottom: 0;
}

.p-productInformation__dataHeading {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 2px;
}

.p-productInformation__data {
	position: relative;
}

.p-productInformation__data.p-productInformation__data--hide {
	height: 240px;
	overflow: hidden;
}

.p-productInformation__data.p-productInformation__data--hide .p-productInformation__dataToggle {
	display: flex;
	align-items: flex-end;
	padding-bottom: 2px;
}

.p-productInformation__dataToggle {
	cursor: pointer;
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 53px;
	color: #05c;
	font-size: 14px;
	font-weight: 700;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.63) 25%, #FFF 100%);
}

.p-productInformation__dataToggle svg {
	margin-left: 5px;
}

.p-productInformation__dataContent {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
	min-height: 1em;
}

.p-productInformation__dataContent li {
	position: relative;
	padding-left: 16px;
	font-size: 14px;
	font-weight: 300;
}

.p-productInformation__dataContent li+li {
	margin-top: 8px;
}

.p-productInformation__dataContent li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 8px;
	position: absolute;
	left: 0;
	top: 5px;
	display: inline-block;
	background-color: #dce3e8;
}

.p-productFeatureKv {
	position: relative;
}

.p-productFeatureKv__content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	color: #fff;
}

.p-productFeatureKv__heading {
	font-feature-settings: "pwid" on;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .56px;
	margin-bottom: 20px;
}

.u-productFeatureKv__heading {
	color: #222;
}

.p-productFeatureKv__heading--blue {
	font-size: 14px;
	font-weight: 300;
	color: #0055CC;
}

.p-productFeatureKv__subheading {
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 5px;
}

.p-productFeatureKv__subheading.p-productFeatureKv__subheading--yellow {
	color: #ffd573;
}

.u-productFeatureKv__text {
	color: #222;
}

.p-productFeatureContent {
	padding: 16px 16px 32px;
}

.p-productFeatureContent__title {
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 16px;
}

.p-productFeatureContent__subtitle {
	color: #687782;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 8px;
}

.p-productFeatureContent__imageTitle {
	font-weight: 700;
	margin-top: 24px;
	margin-bottom: 16px;
}

.p-productFeatureContent__image {
	text-align: center;
}

.p-productFeatureContent__text {
	margin-top: 24px;
	margin-bottom: 16px;
	font-weight: 300;
}

.p-productFeatureContent__text.p-productFeatureContent__text--small {
	margin-top: 8px;
	margin-bottom: 0;
	color: #687782;
	font-size: 12px;
}

.p-productFeatureBlock {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 32px;
	padding: 16px;
	border: 1px solid #DCE3E8;
	border-radius: 8px;
}

.p-productFeatureBlock__title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 16px;
}

.p-productFeatureBlock__text {
	font-size: 14px;
	margin-bottom: 16px;
}

.p-productFeatureEffect__title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 16px;
}

.p-productFeatureEffect__item {
	margin-bottom: 32px;
}

.p-productFeatureEffect__item:last-child {
	margin-bottom: 0;
}

.p-productFeatureEffect__itemTitle {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 16px;
}

.p-productFeatureEffect__itemImage {
	margin-bottom: 16px;
}

.p-productFeatureEffect__itemText--large {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
}

.p-productFeatureEffect__itemText--middle {
	font-size: 14px;
}

.p-productFeatureEffect__itemText--small {
	font-size: 12px;
	color: #687782;
	margin-top: 8px;
}

.p-productFeatureBox {
	background-color: #f2f6f9;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 32px;
}

.u-productFeatureBox {
	margin-top: 16px;
}

.p-productFeatureBox__content {
	display: flex;
	gap: 8px;
}

.p-productFeatureBox__row {
	border-bottom: 1px solid #dadde0;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.p-productFeatureBox__row:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.p-productFeatureBox__row.p-productFeatureBox__row--onecolumn .p-productFeatureBox__content {
	display: block;
}

.p-productFeatureBox__row.p-productFeatureBox__row--onecolumn .p-productFeatureBox__text {
	margin-top: 8px;
}

.p-productFeatureBox__row.p-productFeatureBox__row--twocolumn {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
}

.p-productFeatureBox__row.p-productFeatureBox__row--twocolumn .p-productFeatureBox__content {
	width: calc(50% - 8px);
}

.p-productFeatureBox__row.p-productFeatureBox__row--twocolumn .p-productFeatureContent__text:first-of-type {
	margin-top: 0;
}

.p-productFeatureBox__row.p-productFeatureBox__row--twocolumn .p-productFeatureBox__text:first-child::after {
	content: "：";
	margin-left: 8px;
}

.p-productFeatureBox__text {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
}

.p-productFeatureBox__text.p-productFeatureBox__text--bold {
	font-weight: 700;
}

.p-productFeatureBox__text.p-productFeatureBox__text--small {
	font-size: 12px;
	line-height: 1.3;
	color: #687782;
}

.p-productFeatureList__item+.p-productFeatureList__item {
	margin-top: 32px;
}

.p-productFeatureList__label {
	padding: 4px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 8px;
	background-color: #687782;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.p-productFeatureList__title {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 700;
}

.u-productFeatureList__title {
	margin-top: 16px;
	font-size: 16px;
	font-weight: 600;
}

.u-productFeatureList__text {
	font-size: 14px;
}

.p-productFeatureList__caption {
	margin-top: 8px;
	text-align: left;
	font-size: 12px;
	font-weight: 300;
}

.p-productVoice {
	border-top: 8px solid #ebeff2;
	padding: 32px 16px 24px;
}

.p-productVoice .l-productCategory__title {
	font-size: 21px;
}

.p-productVoice__checkList {
	padding-left: 8px;
}

.p-productVoice__checkItem {
	font-weight: 300;
	margin-top: 16px;
	position: relative;
	display: flex;
	align-items: center;
}

.p-productVoice__checkItem::before {
	content: "";
	display: block;
	margin-right: 8px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #003e92;
	background-image: url(../images/icon/icon-check-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.p-productFeatureDetail {
	border: 1px solid #dce3e8;
	border-radius: 8px;
}

.p-productFeatureDetail__group {
	padding-inline: 16px;
}

.p-productFeatureDetail__group+.p-productFeatureDetail__group {
	border-top: 1px solid #dce3e8;
}

.p-productFeatureDetail__group .p-productFeatureContent__text {
	margin-top: 16px;
}

.p-productFeatureDetail__group .p-productFeatureContent__text:first-of-type {
	margin-top: 0;
	margin-bottom: 5px;
}

.p-productFeatureDetail__title {
	font-size: 18px;
	font-weight: 700;
	padding-top: 16px;
	padding-bottom: 13px;
	margin-bottom: 16px;
	border-bottom: 1px solid #dce3e8;
}

.p-productFeatureDetail__title.p-productFeatureDetail__title--color1 {
	color: #006e35;
}

.p-productFeatureDetail__title.p-productFeatureDetail__title--color2 {
	color: #5db92a;
}

.p-productVoice__block {
	border: 1px solid #dce3e8;
	border-radius: 8px;
	padding: 16px 24px 24px;
	margin-top: 16px;
}

.p-productVoice__icon {
	margin-right: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f2f6f9;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.p-productVoice__heading {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #dce3e8;
}

.p-productVoice__subheading {
	font-size: 16px;
	font-weight: 700;
}

.p-productVoice__content {
	font-size: 14px;
	font-weight: 300;
}

.p-productVoice__content p {
	margin-top: 16px;
}

.p-productMore {
	border-top: 8px solid #ebeff2;
	padding: 16px 16px 24px;
}

.p-productMore__heading {
	font-size: 18px;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 16px;
}

.p-productDetail__inner {
	max-width: 768px;
	margin-inline: auto;
}

.p-products {
	padding-top: 24px;
	padding-bottom: 40px;
}

.p-products__list {
	margin-top: 24px;
}

.p-products__item+.p-products__item {
	margin-top: 16px;
}

.p-products__link {
	display: flex;
	align-items: center;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	background-color: #f2f6f9;
}

.p-products__body {
	padding: 21px 16px;
	padding-right: 24px;
	flex: 1 1 auto;
}

.p-products__name {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 5px;
}

.p-products__description {
	font-size: 14px;
	font-weight: 300;
}

.p-products__image {
	width: 111px;
	height: 100%;
}

.p-productsList {
	padding-inline: 16px;
	padding-bottom: 24px;
}

.p-productsList__list {
	margin-top: 24px;
}

.p-productsList__item+.p-productsList__item {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #dce3e8;
}

.p-productsList__link {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.p-productsList__frame {
	width: 100px;
	height: 100px;
	padding: 10px;
	border-radius: 4px;
	background-color: #f2f6f9;
	flex: 0 0 100px;
}

.p-productsList__image {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-productsList__name {
	font-weight: 700;
	margin-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.p-productsList__text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
	font-weight: 300;
}

.p-productsArticle {
	padding: 16px 16px 24px;
	border-top: 5px solid #ebeff2;
}

.p-productsCategory {
	padding-bottom: 0;
}

.p-signupKv {
	padding: 40px 16px 44px;
	background-image: url("../images/signup/kvbg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.p-signupKv--bottom {
	background-image: url("../images/signup/kvbgbottom.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.p-signupKv__title {
	color: #fff;
	text-align: center;
	font-feature-settings: "palt" on;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .56px;
	margin-bottom: 16px;
}

.p-signupKv__text {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 34px;
}

.p-signupKv__button.c-button {
	position: relative;
	color: #222;
	text-align: center;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	width: 100%;
	max-width: 400px;
	margin-inline: auto;
	padding-top: 21px;
	padding-bottom: 13px;
}

.p-signupKv__buttonLabel {
	position: absolute;
	bottom: calc(100% - 10px);
	border-radius: 20px;
	padding: 3px 10px;
	background-color: #fff;
	color: #003e92;
	text-align: center;
	font-feature-settings: "palt" on;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: .24px;
}

.p-signupContent {
	padding-block: 24px;
}

.p-signupContent.p-signupContent--feature {
	background-color: #f2f6f9;
	padding-bottom: 40px;
}

.p-signupContent__inner {
	padding-inline: 16px;
	width: 100%;
	max-width: 800px;
	margin-inline: auto;
}

.p-signupContent__title {
	text-align: center;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 16px;
}

.p-signupContent__text {
	font-weight: 300;
	line-height: 1.8;
}

.p-signupContent__text+.p-signupContent__text {
	margin-top: 24px;
}

.p-signupContent__text b {
	font-weight: 700;
}

.p-signupContent__text.p-signupContent__text--small {
	color: #687782;
	font-size: 12px;
	line-height: 1.5;
}

.p-signupContent__text.p-signupContent__text--small p+p {
	margin-top: 8px;
}

.p-signupContent__text.p-signupContent__text--bold {
	color: #000;
	font-size: 18px;
	font-weight: 700;
}

.p-signupContent__text.p-signupContent__text--center {
	text-align: center;
}

.p-signupFeature__item {
	counter-increment: num;
	background-color: #fff;
	padding-top: 24px;
	padding-bottom: 32px;
	border-radius: 8px;
}

.p-signupFeature__item+.p-signupFeature__item {
	margin-top: 24px;
}

.p-signupFeature__item:last-of-type {
	margin-bottom: 32px;
}

.p-signupFeature__heading {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #687782;
	font-size: 18px;
	font-weight: 700;
	padding-inline: 16px;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #dce3e8;
}

.p-signupFeature__heading::before {
	content: counter(num);
	background-color: #687782;
	color: #fff;
	display: flex;
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
}

.p-signupFeature__heading small {
	font-size: 12px;
}

.p-signupFeature__body {
	padding-inline: 16px;
}

.p-signupFeature__body+.p-signupFeature__body {
	margin-top: 32px;
}

.p-signupFeature__image {
	margin-bottom: 16px;
	border-radius: 8px;
}

.p-signupFeature__description {
	padding-inline: 16px;
	font-weight: 700;
}

.p-signupNotes {
	padding: 24px 16px 40px;
}

.p-signupNotes__title {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 7px;
}

.p-signupNotes__body {
	color: #687782;
	font-size: 12px;
	font-weight: 300;
}

.p-signupNotes__body p+p {
	margin-top: 8px;
}

.p-sitemap {
	padding: 25px 16px 40px;
}

.p-sitemap__title {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 26px;
}

.p-sitemapBlock+.p-sitemapBlock {
	margin-top: 32px;
}

.p-sitemapBlock>a {
	display: block;
}

.p-sitemapBlock__item,
.p-sitemapBlock__link+.p-sitemapBlock__link {
	margin-top: 13px;
}

.p-sitemapBlock__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 16px;
}

.p-sitemapBlock__title:not(:first-of-type) {
	margin-top: 32px;
}

.p-sitemapBlock__list.p-sitemapBlock__list--parent li::before {
	content: "";
	width: 8px;
	height: 8px;
	display: inline-block;
	background-color: #dadde0;
	border-radius: 8px;
	margin-right: 8px;
	position: relative;
	bottom: 1px;
}

.p-sitemapBlock__list.p-sitemapBlock__list--child {
	padding-left: 16px;
}

.p-sitemapBlock__list.p-sitemapBlock__list--child li::before {
	background-color: #fff;
	border: 1px solid #dadde0;
}

.p-sitemapBlock__list.p-sitemapBlock__list--child .p-sitemapBlock__link {
	font-weight: 300;
}

.p-sitemapBlock__link {
	color: #05c;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}

.cf::after {
	clear: both;
	content: "";
	display: block;
}

.u-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.u-container,
.p-products__container {
	padding-inline: 16px;
}

.u-spacer {
	height: 40px;
}

.u-separator {
	border-top: 1px solid #dce3e8;
	margin-top: 32px;
	padding-bottom: 32px;
}

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

	.l-footer__inner {
		padding-inline: 16px;
	}

/*
	.l-header {
		padding-inline: 8px !important;
	}

	.l-header__navigationLink {
		padding: 14px 8px 15px !important;
	}
*/
}

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

	body {
		min-width: 1100px;
	}

/*
	.l-breadcrumb {
		border-top: 0;
		border-bottom: 1px solid #dce3e8;
		padding: 10px 0;
	}

	.l-breadcrumb__list {
		padding: 0 8px;
		max-width: 1200px;
		width: auto;
		margin-inline: auto;
	}

	.l-breadcrumb__link {
		font-size: 12px;
	}
*/

	.l-footer {
		padding-top: 32px;
	}

	.l-footer__inner {
		position: relative;
		max-width: 1200px;
		margin-inline: auto;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}

	.l-footerNav__list {
		margin-right: -16px;
	}

	.l-footerNav__link {
		font-size: 13px;
		padding: 8px 16px;
	}

	.l-footerDesc__text {
		margin-left: 0;
		margin-bottom: 0;
		width: 244px;
		text-align: left;
	}

	.l-footerDesc__logo {
		width: 137px;
		margin-left: 0;
		margin-bottom: 16px;
	}

	.l-footerDesc__copyright {
		position: absolute;
		bottom: 0;
	}

/*
	.l-header {
		padding: 11px calc(50vw - 600px);
	}

	.l-headerMenu.l-headerMenu--hover .l-headerMenu__wrapper {
		display: block;
	}

	.l-headerMenu.l-headerMenu--hover .l-header__toggle::after {
		visibility: visible;
	}

	.l-header__toggle {
		position: relative;
		margin: -24px -22px;
		margin-right: 0;
		padding: 24px 22px;
		cursor: pointer;
	}

	.l-header__toggle::after {
		content: "";
		display: block;
		visibility: hidden;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #003e92;
	}

	.l-header__login {
		padding-block: 4px;
		padding-left: 24px;
		border-left: 1px solid #dce3e8;
	}

	.l-header__navigation {
		display: flex;
		align-items: center;
		margin-right: 22px;
	}

	.l-header__navigationItem {
		position: relative;
	}

	.l-header__navigationItem+.l-header__navigationItem--current::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -12px;
		display: block;
		width: 100%;
		height: 2px;
		background-color: #003e92;
	}

	.l-header__loginLink {
		font-size: 12px;
	}

	.l-headerMenu__wrapper {
		display: none;
		position: absolute;
		background-color: #fff;
		top: 71px;
		left: 0;
		right: 0;
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		z-index: 999;
		border-top: 1px solid #dce3e8;
	}

	.l-headerMenu__wrapper::before {
		content: "";
		position: absolute;
		display: block;
		z-index: -1;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		*/ /* background: rgba(7, 32, 50, .5); */ /*
		box-shadow: 0px 10px 15px 0px rgba(194, 200, 204, .2);
	}

	.l-headerMenu__content {
		display: flex;
		justify-content: flex-end;
		flex-direction: row-reverse;
		width: 100%;
		max-width: 1200px;
		padding-inline: 24px;
		margin-inline: auto;
	}

	.l-headerMenu__menu {
		display: flex;
		gap: 130px;
	}

	.l-headerMenu__menu,
	.l-headerMenu__buttons {
		padding-top: 32px;
		padding-bottom: 40px;
	}

	.l-headerMenu__buttons {
		padding-top: 90px;
		padding-left: 74px;
		margin-left: 74px;
		border-left: 1px solid #dce3e8;
	}

	.l-headerMenu__buttonLink {
		width: 280px;
	}

	.l-headerMenu__buttonBlock+.l-headerMenu__buttonBlock {
		margin-top: 40px;
	}

	.l-headerMenu__buttonText {
		text-align: center;
		margin-bottom: 16px;
		font-size: 14px;
		font-weight: 300;
	}

	.l-headerMenu__item {
		width: 130px;
	}

	.l-headerMenu__name {
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 16px;
	}

	.l-headerMenu__child {
		margin-bottom: 16px;
	}

	.l-headerMenu__child:last-child {
		margin-bottom: 0;
	}

	.l-headerMenu__link {
		padding: 0;
		font-size: 14px;
		font-weight: 300;
	}
*/
/*
	.l-wrapper {
		padding-top: 72px;
	}
*/

	.l-productCategory {
		border-top-width: 5px;
		padding-top: 24px;
		padding-bottom: 56px;
	}

	.l-productCategory__subtitle {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 3px;
	}

	.l-productCategory__subtitle.l-productCategory__subtitle--big {
		font-size: 15px;
	}

	.l-productCategory__title {
		font-size: 21px;
		margin-bottom: 18px;
	}

	.l-productCategory__title.l-productCategory__title--big {
		font-size: 28px;
		margin-bottom: 31px;
	}

	.l-sidebar__content {
		border-bottom: 1px solid #dce3e8;
		margin-bottom: 32px;
	}

	.l-sidebar__content:nth-last-child(2) {
		border: none;
		margin-bottom: 17px;
	}

	.l-sidebar__title {
		margin-bottom: 8px;
		font-size: 16px;
		line-height: 1.5;
		text-align: left;
		padding-inline: 8px;
	}

	.l-sidebar__item .l-sidebar__link {
		font-size: 14px;
	}

	.l-sidebar__item:last-child {
		padding-bottom: 23px;
	}

	.l-sidebar__item.l-sidebar__item--current .l-sidebar__link {
		opacity: .7;
		background-image: url("../images/icon/icon-check.svg");
		background-repeat: no-repeat;
		background-position: right 8px center;
		background-size: 16px 16px;
		background-color: #f2f6f9;
		padding-inline: 8px;
	}

	.l-sidebar__item.l-sidebar__item--current .l-sidebar__link:hover {
		text-decoration: none;
	}

	.l-sidebar__link {
		display: block;
		padding: 8px;
		border-radius: 2px;
	}

	.l-sidebar__link:hover {
		opacity: 1;
		text-decoration: underline;
	}

	.l-sidebar__banner {
		display: block;
	}

	.l-sidebar__banner+.l-sidebar__banner {
		margin-top: 16px;
	}

	.l-twocolumn__container {
		display: flex;
		gap: 24px;
		margin-inline: auto;
	}

	.l-twocolumn__content {
		width: 980px;
	}

	.p-products .l-twocolumn__content {
		width: 990px;
		max-width: 100%;
	}

	.l-twocolumn__sidebar {
		min-width: 200px;
	}

	.c-article__list {
		display: flex;
		justify-content: space-between;
	}

	.c-article__list.c-article__list--lineup {
		gap: 32px;
	}

	.c-article__item {
		border-top: 0;
		margin-top: 0;
		padding-top: 0;
	}

	.c-article__item.c-article__item--lineup {
		width: 50%;
	}

	.c-article__item .c-article__link {
		display: block;
	}

	.c-article__item .c-article__link.c-article__link--recommend {
		display: flex;
		flex-direction: row;
	}

	.c-article__item .c-article__image {
		max-width: 100%;
	}

	.c-article__item .c-article__link.c-article__link--recommend {
		flex-direction: row;
	}

	.c-article__item {
		width: 32%;
	}

	.c-article__item.c-article__item--recommend {
		border-top: 0;
		padding-top: 0;
	}

	.c-article__image {
		aspect-ratio: 1.78/1;
	}

	.c-article__image.c-article__image--recommend {
		width: 86px;
		height: 60px;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.c-article__title {
		margin-top: 8px;
	}

	.c-article__title.c-article__title--recommend {
		font-size: 14px;
		letter-spacing: .28px;
		height: 60px;
	}

	.c-article__category.c-article__category--recommend {
		margin-top: 5px;
	}

	.c-popularProduct__list {
		gap: 24px;
	}

	.c-popularProduct__item {
		width: calc(25% - 18px);
	}

	.c-popularProduct__item img {
		height: 124px;
		-o-object-fit: contain;
		object-fit: contain;
	}

	.c-popularProduct__frame {
		padding: 14px 25px;
	}

	.p-404 {
		padding-top: 48px;
		padding-bottom: 56px;
	}

	.p-404__image {
		width: 157px;
		margin-bottom: 32px;
	}

	.p-404__title {
		font-size: 28px;
	}

	.p-home {
		padding-bottom: 40px;
	}

	.p-home .u-container,
	.p-home .p-products__container {
		padding-inline: 32px;
	}

	.p-home__container {
		padding-top: 24px;
	}

	.p-homeKv {
		position: relative;
		padding-top: 16px;
		padding-bottom: 42px;
	}

	.p-homeKv .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
	.p-homeKv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
	}

	.p-homeKv .swiper-slide {
		width: 100%;
		height: 100%;
		max-width: 720px;
		border-radius: 8px;
		overflow: hidden;
	}

	.p-homeKv .swiper-pagination-bullet {
		background-color: #dce3e8;
		opacity: 1;
	}

	.p-homeKv .swiper-pagination-bullet-active {
		background-color: #003e92;
		width: 16px;
		border-radius: 8px;
	}

	.p-homeKv .swiper-button-next {
		right: 32px;
	}

	.p-homeKv .swiper-button-prev {
		left: 32px;
	}

	.p-homeKvSlide__title {
		text-align: left;
		top: 0;
		padding-inline: 45px;
		padding-top: 50px;
	}

	.p-homeKvSlide__maincopy {
		line-height: 1.5;
		font-size: 28px;
		letter-spacing: .56px;
	}

	.p-homeKvSlide__subcopy {
		font-size: 16px;
		letter-spacing: .32px;
	}

	.p-home__heading {
		font-size: 21px;
		text-align: left;
		margin-bottom: 24px;
	}

	.p-homeColumn__main {
		text-align: left;
		margin-bottom: 38px;
	}

	.p-homeColumn__mainTitle {
		font-size: 14px;
		line-height: 1.5;
		margin-top: 0;
	}

	.p-homeColumn__mainCopy {
		font-size: 21px;
		letter-spacing: 0;
		margin-top: 5px;
	}

	.p-homeColumn__mainLink {
		width: 450px;
		padding: calc(1em - 2px) 10px;
		margin-top: 0;
		margin-left: 114px;
		font-size: 16px;
	}

	.p-homeColumn__main {
		display: flex;
		align-items: center;
		margin-bottom: 16px;
		padding: 20px 32px;
		background-color: #fff;
		border-radius: 8px;
	}

	.p-homeColumn__sub {
		position: relative;
		margin-bottom: 16px;
		padding: 24px 32px;
		background-color: #fff;
		border-radius: 8px;
	}

	.p-homeColumn__mainLabel {
		display: flex;
		align-items: flex-end;
		gap: 2px;
	}

	.p-homeColumnSlide__link {
		position: relative;
		display: block;
		z-index: 1;
		aspect-ratio: 1.98181818/1;
		border-radius: 8px;
		overflow: hidden;
	}

	.p-homeColumnSlide__link::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 130px;
		background: linear-gradient(180deg, rgba(6, 28, 58, 0) 0%, rgba(6, 28, 58, 0.55) 51.04%, rgba(6, 28, 58, 0.8) 100%);
	}

	.p-homeColumnSlide__body {
		padding: 0 28px 16px;
		position: absolute;
		bottom: 0;
		z-index: 1;
		color: #fff;
	}

	.p-homeColumnSlide__title {
		font-feature-settings: "palt";
		font-size: 18px;
		font-weight: 700;
		letter-spacing: .36px;
	}

	.p-homeColumnSlide__category {
		font-weight: 300;
		font-size: 12px;
		margin-top: 5px;
	}

	.p-homeColumnSlide__image {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.p-homeColumn__body {
		border-right: 1px solid #dce3e8;
		padding-right: 67px;
	}

	.p-homeColumn__slider {
		position: relative;
	}

	.p-homeColumn__slider .swiper-button-next {
		right: -20px;
	}

	.p-homeColumn__slider .swiper-button-prev {
		left: -20px;
	}

	.p-popularProduct {
		border-radius: 8px;
		padding-top: 24px;
	}

	.p-homeRecommend {
		padding-top: 24px;
		border-radius: 8px;
	}

	.p-homeRecommend .u-container,
	.p-homeRecommend .p-products__container {
		display: flex;
		align-items: center;
	}

	.p-homeRecommend .p-home__heading {
		margin-bottom: 0;
		margin-right: 85px;
		word-break: keep-all;
	}

	.p-homeArticle {
		padding-top: 24px;
		border-radius: 8px;
	}

	.c-button {
		padding: calc(1em - 13px) 10px;
	}

	.p-homeArticle__button.c-button {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		border: 0;
		position: absolute;
		right: 22px;
		top: 24px;
		padding: 0 14px 10px;
		margin: 0;
	}

	.p-product__main {
		padding-top: 32px;
		max-width: 1200px;
		margin-inline: auto;
		display: flex;
		align-items: flex-start;
		gap: 64px;
	}

	.p-productDetail__purchaseButton {
		width: 56px;
		height: 472px;
		flex-direction: column;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		bottom: 0;
		gap: 12px;
		padding: 0;
		letter-spacing: 3px;
		background: none;
		box-shadow: none;
	}

	.p-productDetail__purchaseButton--action,
	.p-productDetail__purchaseButton--new {
		width: 100%;
		height: calc(100% / 2);
		writing-mode: vertical-rl;
		border-radius: 4px 0 0 4px;
	}

	.p-productDetail__purchaseButton .c-button svg {
		margin-left: 0;
		margin-bottom: 14px;
	}

	.p-productSlider__main {
		width: 680px;
	}

	.p-productSlider__main .swiper-slide {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 438px;
		padding: 75px;
	}

	.p-productSlider__main .swiper-slide img {
		height: 340px;
	}

	.p-productSlide__image {
		width: 80%;
		aspect-ratio: 1.6/1;
		-o-object-fit: contain;
		object-fit: contain;
	}

	.p-productInformation__block {
		padding-inline: 0;
	}

	.p-productInformation__block:first-of-type {
		padding-top: 0;
	}

	.p-productInformation__block:last-of-type {
		padding-bottom: 56px;
	}

	.p-productInformation__block .c-article__item.c-article__item--card .c-article__title {
		margin-bottom: 3px;
	}

	.p-productInformation__heading {
		font-size: 24px;
		margin-bottom: 8px;
	}

	.p-productInformation__name {
		margin-bottom: 11px;
	}

	.p-productInformation__dataItem {
		margin-left: 16px;
		padding-bottom: 9px;
	}

	.p-productFeatureKv {
		height: 330px;
		margin-bottom: 32px;
	}

	.p-productFeatureKv img {
		object-position: top center;
		object-fit: cover;
		width: 100%;
		height: 330px;
	}

	.p-productFeatureKv__content {
		max-width: 758px;
		margin: auto;
	}

	.p-productFeatureKv__heading {
		font-size: 34px;
		margin-bottom: 24px;
	}

	.p-productFeatureKv__subheading {
		font-size: 14px;
		line-height: 18px;
	}

	.p-productFeatureKv__text {
		font-size: 18px;
	}

	.p-productFeatureContent {
		max-width: 768px;
		padding-inline: 0;
		padding-bottom: 48px;
		margin-inline: auto;
	}

	.p-productFeatureContent__title {
		font-size: 24px;
		margin-bottom: 24px;
	}

	.p-productFeatureContent__subtitle {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 3px;
	}

	.p-productFeatureBox+.p-productFeatureContent__subtitle {
		margin-top: 48px;
	}

	.p-productFeatureBox {
		padding: 24px;
		margin-bottom: 24px;
	}

	.u-productFeatureBox {
		margin: 48px 0;
	}

	.p-productFeatureBox__row.p-productFeatureBox__row--twocolumn .p-productFeatureBox__textBlock {
		width: calc(50% - 8px);
	}

	.p-productFeatureList {
		margin-top: 48px;
		display: flex;
		gap: 24px 11px;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.u-productFeatureList {
		margin-top: 0;
		display: flex;
		gap: 24px 40px;
		flex-wrap: nowrap;
		align-items: flex-start;
	}

	.p-productFeatureList__item+.p-productFeatureList__item {
		margin-top: 0;
	}

	.p-productFeatureList__item {
		width: calc(50% - 6px);
	}

	.p-productFeatureList__title {
		margin-bottom: 18px;
	}

	.u-productFeatureList__title {
		margin-bottom: 8px;
	}

	.p-productFeatureList__label {
		min-width: 64px;
	}

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

	.p-productFeatureContent__image+.p-productFeatureContent__imageTitle {
		margin-top: 42px;
	}

	.p-productFeatureContent__text.p-productFeatureContent__text--small {
		margin-top: 17px;
	}

	.u-productFeatureContent__text {
		font-size: 14px;
		margin-top: 8px;
	}

	.p-productFeatureBlock {
		flex-direction: row;
		gap: 40px;
		margin-bottom: 48px;
		padding: 24px;
	}

	.p-productFeatureBlock__title {
		margin-top: 8px;
	}

	.p-productFeatureBlock__text:last-child {
		margin-bottom: 8px;
	}

	.p-productFeatureEffect__title {
		margin-bottom: 24px;
	}

	.p-productFeatureEffect__item {
		margin-bottom: 48px;
	}

	.p-productFeatureEffect__item:last-child {
		margin-bottom: 0;
	}

	.p-productFeatureBlock__image {
		flex: none;
	}

	.p-productFeatureBlock__image img {
		width: 236px;
		height: 236px;
		object-fit: cover;
	}

	.p-productFeatureDetail__group {
		padding-inline: 24px;
	}

	.p-productVoice {
		border-top-width: 5px;
		padding: 48px 0 24px;
		margin-inline: auto;
		max-width: 768px;
	}

	.p-productVoice .l-productCategory__title {
		font-size: 24px;
	}

	.p-productMore {
		padding: 24px 0;
		border-top-width: 5px;
	}

	.p-productMore .p-productDetail__inner {
		display: flex;
		align-items: center;
		gap: 60px;
	}

	.p-productMore .c-article__item {
		width: 456px;
	}

	.c-article__item.c-article__item--card .c-article__title {
		margin-top: 0;
	}

	.p-productMore__heading {
		font-size: 21px;
		margin-bottom: 0;
	}

	.p-products {
		padding-top: 32px;
		padding-bottom: 56px;
	}

	.p-products__list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 980px;
		max-width: 100%;
	}

	.p-products__item+.p-products__item {
		margin-top: 0;
	}

	.p-products__item {
		width: 468px;
		max-width: 49%;
		margin-bottom: 24px;
	}

	.p-products__body {
		padding: 40px 32px;
		padding-right: 16px;
	}

	.p-products__name {
		font-size: 21px;
		margin-bottom: 8px;
	}

	.p-products__description {
		font-size: 16px;
	}

	.p-products__image {
		width: 140px;
		height: 140px;
	}

	.p-productsList {
		padding: 0;
		padding-bottom: 50px;
	}

	.p-productsList__list {
		display: flex;
		align-items: flex-start;
		gap: 16px;
	}

	.p-productsList__item+.p-productsList__item {
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
	}

	.p-productsList__item {
		width: 228px;
		max-width: calc(100% / 4);
	}

	.p-productsList__name {
		margin-bottom: 10px;
	}

	.p-productsList__link {
		display: block;
	}

	.p-productsList__frame {
		width: 100%;
		height: auto;
		padding: 15px;
		margin-bottom: 8px;
	}

	.p-productsList__image {
		height: 140px;
	}

	.p-productsArticle {
		padding-top: 48px;
		padding-inline: 0;
	}

	.p-signupKv {
		background-image: url("../images/signup/kvbgpc.jpg");
	}

	.p-signupKv--bottom {
		background-image: url("../images/signup/kvbgbottompc.jpg");
	}

	.p-signupKv__title {
		font-feature-settings: "pwid" on;
		font-size: 34px;
		letter-spacing: .68px;
	}

	.p-signupKv__text {
		font-size: 18px;
	}

	.p-signupContent {
		padding-top: 32px;
		padding-bottom: 40px;
	}

	.p-signupContent__title {
		font-size: 24px;
	}

	.p-signupFeature__heading {
		margin-bottom: 32px;
	}

	.p-signupFeature__heading {
		font-size: 21px;
		font-weight: 700;
		justify-content: center;
	}

	.p-signupFeature__heading small {
		font-size: 14px;
	}

	.p-signupFeature__children {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 40px;
		padding-inline: 53px;
	}

	.p-signupFeature__body {
		width: calc(50% - 20px);
	}

	.p-signupFeature__body {
		padding-inline: 0;
	}

	.p-signupFeature__body+.p-signupFeature__body {
		margin-top: 0;
	}

	.p-signupNotes__inner {
		max-width: 768px;
		margin-inline: auto;
	}

	.p-sitemap {
		padding: 32px 16px 54px;
		max-width: 1220px;
		margin-inline: auto;
	}

	.p-sitemap__title {
		font-size: 28px;
		font-weight: 700;
		line-height: 1.3;
		margin-bottom: 35px;
	}

	.p-sitemap__row {
		max-width: 1200px;
		margin-inline: auto;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 55px 95px;
	}

	.p-sitemapBlock {
		width: calc(33% - 60px);
	}

	.p-sitemapBlock+.p-sitemapBlock {
		margin-top: 0;
	}

	.p-sitemapBlock__title {
		font-size: 21px;
		margin-bottom: 13px;
	}

	.p-sitemapBlock__title:not(:first-of-type) {
		margin-top: 40px;
	}

	.p-sitemapBlock__item {
		margin-top: 13px;
	}

	.u-hidden-pc {
		display: none;
	}

	.u-spacer {
		height: 80px;
	}

	.p-product__main {
		max-width: 1232px;
		padding-inline: 16px;
	}

	.c-article__item.c-article__item--card .c-article__category {
		margin-top: 3px;
	}

}

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

/*
	.l-headerMenu__buttonLink {
		width: 300px;
	}
*/

	.c-article__title.c-article__title--lineup {
		font-size: 18px;
		line-height: 150%;
		letter-spacing: .36px;
	}

}

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

	.l-twocolumn__container {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}

}

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

	.l-twocolumn__container {
		padding-inline: 8px;
	}

	.p-products .l-twocolumn__container {
		max-width: 1200px;
	}

	.p-products__index .l-twocolumn__container {
		gap: 40px;
	}

	.l-productCategory__list {
		margin-top: -8px;
	}

	.l-productCategory__link {
		padding: 16px 16px 15px;

	}

}

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

/*
	.l-header {
		border: none;
		right: 0;
		left: 0;
		max-width: 1200px;
		height: 71px;
		margin-inline: auto;
	}

	.l-header::before {
		display: block;
		content: "";
		background-color: #fff;
		position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		height: 71px;
		width: 100%;
	}

	.l-header::after {
		display: block;
		content: "";
		background-color: #dce3e8;
		position: fixed;
		top: 71px;
		left: 0;
		right: 0;
		height: 1px;
		width: 100%;
	}

	.l-header__navigationLink {
		padding-inline: 20px;
	}
*/

}

@media screen and (min-width: 767px)and (max-width: 1200px) {
/*
	.l-headerMenu__menu {
		gap: 2vw;
	}
*/
	.p-products__list {
		width: 100%;
	}
}

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

	.l-footerNav__item {
		display: block;
		width: 50%;
		text-align: center;
		border: 1px solid #dadde0;
		border-bottom: 0;
		font-size: 14px;
		font-weight: 300;
	}

	.l-footerNav__item:nth-of-type(2n - 1) {
		border-left: 0;
		border-right: 0;
	}

	.l-footerNav__item:nth-of-type(2n) {
		border-right: 0;
	}

	.l-footerNav__item:last-of-type {
		width: 100%;
		border-left: 0;
		border-right: 0;
		border-bottom: 1px solid #dadde0;
	}

	.l-footerDesc {
		display: flex;
		flex-direction: column-reverse;
	}

/*
	.l-header__logo {
		display: block;
		margin-inline: auto;
		height: 20px;
	}

	.l-header__login {
		position: absolute;
		right: 15px;
		top: 12px;
	}

	.l-header__navigation {
		position: absolute;
		width: 100%;
		display: flex;
		align-items: center;
		margin-left: auto;
		*/ /* top: 48px; */ /*
		top: 44px;
		left: 0;
		padding-inline: 12px;
		border-bottom: 1px solid #dce3e8;
		background-color: #fff;
	}

	.l-header__overlay {
		width: 100%;
		height: 100vh;
		position: absolute;
		left: 0;
		top: 0;
		background: rgba(7, 32, 50, .5);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
		box-shadow: 0px 10px 15px 0px rgba(194, 200, 204, .2);
		z-index: 90;
		opacity: 0;
		visibility: hidden;
		transition: all 200ms ease-in;
	}

	.l-headerMenu {
		width: 320px;
		height: 100vh;
		background-color: #fff;
		transform: translateX(-100%);
		left: 0;
		top: 0;
		position: absolute;
		transition: transform 200ms ease-in-out;
		z-index: 99;
	}

	.l-headerMenu ul li {
		display: block;
		list-style: none;
	}

	.l-headerMenu__wrapper {
		overflow-y: scroll;
		height: 100%;
		padding-bottom: 80px;
	}

	.l-header__toggle {
		position: absolute;
		margin-left: 13px;
		top: 12px;
		left: 100%;
		width: 24px;
		height: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: default;
	}

	.l-header__toggle::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.l-header__toggler--close {
		display: none;
	}
*/

	.show-menu {
		overflow: hidden;
	}

/*
	.show-menu .l-header__toggler--open {
		display: none;
	}

	.show-menu .l-header__toggler--close {
		display: block;
	}

	.show-menu .l-headerMenu {
		transform: translateX(0%);
	}

	.show-menu .l-header__overlay {
		opacity: 1;
		visibility: visible;
	}

	.l-headerMenu__buttonBlock {
		padding: 16px 16px 24px;
	}

	.l-headerMenu__buttonBlock+.l-headerMenu__buttonBlock {
		border-top: 1px solid #dce3e8;
	}

	.l-headerMenu__buttonText {
		margin-bottom: 8px;
		font-size: 14px;
		font-weight: 300;
	}

	.l-headerMenu__buttonLink.c-button {
		width: 100%;
	}

	.l-headerMenu__name {
		padding: 8px 16px;
		background-color: #ebeff2;
		font-size: 14px;
		font-weight: 300;
	}

	.l-headerMenu__child+.l-headerMenu__child {
		border-top: 1px solid #dce3e8;
	}

	.l-headerMenu__child:last-child .l-headerMenu__link {
		padding-bottom: 16px;
	}
*/

	.l-sidebar__subtitle {
		margin-bottom: 5px;
	}

	.l-sidebar__list {
		background-color: #fff;
		border-radius: 8px;
		width: calc(100% - 32px);
		margin-inline: auto;
		margin-bottom: 16px;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.l-sidebar__item {
		display: block;
		background-image: url("../images/icon/icon-arrow.svg");
		background-size: 16px 16px;
		background-repeat: no-repeat;
		background-position: right 8px center;
		border-left: 1px solid #ebeff2;
		border-bottom: 1px solid #ebeff2;
		width: 50%;
	}

	.l-sidebar__item:nth-of-type(2n-1) {
		border-left: 0;
	}

	/* .l-sidebar__item:last-of-type {
		width: 100%;
		border-bottom: 0;
	} */

	.l-sidebar__link {
		display: block;
		font-size: 14px;
		font-weight: 700;
		padding: 16px 16px 15px;
	}

	.c-article__item+.c-article__item {
		padding-top: 16px;
		border-top: 1px solid #dce3e8;
	}

	.c-article__item.c-article__item--recommend {
		margin-top: 8px;
		padding-top: 8px;
	}

	.p-homeKvSlide__image {
		width: 100%;
	}

	.p-homeKvSlide__link:hover {
		opacity: 1;
	}

	.p-homeColumn__wrapper {
		display: flex;
		gap: 8px;
		overflow-x: scroll;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		padding-bottom: 10px;
		padding-inline: 16px;
	}

	.p-home__sidebar {
		position: relative;
		top: 160px;
	}

	.p-homeColumn {
		overflow-x: scroll;
		margin-bottom: 25px;
		position: relative;
		z-index: 9;
		top: -260px;
		margin-top: -60px;
	}

	.p-homeColumn .swiper {
		margin: 0;
	}

	.p-homeColumn .swiper .swiper-wrapper {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		gap: 8px;
	}

	.p-homeColumn .swiper .swiper-slide {
		border-radius: 8px;
		width: 158px;
		height: calc(100% - 10px);
		padding-bottom: 10px;
		box-shadow: 0px 1px 10px 0px rgba(194, 200, 204, .2);
	}

	.p-homeColumn .swiper .swiper-button-prev,
	.p-homeColumn .swiper .swiper-button-next {
		display: none;
	}

	.p-homeColumn .p-homeColumnSlide__image {
		border-radius: 8px 8px 0 0;
		height: 89px;
		-o-object-fit: contain;
		object-fit: contain;
	}

	.p-homeColumn .p-homeColumnSlide__body {
		position: relative;
		z-index: 2;
		background: #fff;
		padding: 8px;
		border-radius: 0 0 8px 8px;
	}

	.p-homeColumn .p-homeColumnSlide__title {
		font-size: 14px;
		font-weight: 300;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.p-homeColumn .p-homeColumnSlide__category {
		font-size: 12px;
		color: #687782;
		font-weight: 300;
		margin-top: 4px;
	}

	.p-homeColumn__main {
		background-color: #fff;
		width: 217px;
		height: 169px;
		border-radius: 8px;
		padding: 17px 10px 26px;
		box-shadow: 0px 1px 10px 0px rgba(194, 200, 204, .2);
	}

	.p-popularProduct {
		margin-bottom: 8px;
	}

	.p-homeRecommend {
		margin-bottom: 8px;
	}

	.p-homeRecommend .p-homeRecommend__banner {
		display: block;
		text-align: center;
		margin-inline: auto;
	}

	.p-homeRecommend .p-homeRecommend__image {
		width: 100%;
	}

	.p-homeArticle {
		margin-bottom: 26px;
	}

	.p-homeArticle.p-homeArticle--recommend {
		margin-bottom: 0;
		padding-bottom: 40px;
	}

	.p-productFeatureKv__content {
		padding-top: 40px;
		padding-inline: 16px;
		text-align: center;
	}

	.u-hidden-sp {
		display: none;
	}

}

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

/*
	.l-header {
		padding-inline: 16px !important;
	}
*/

	.l-breadcrumb__list {
		padding-inline: 16px;
	}

	.l-twocolumn__container {
		padding-inline: 16px;
	}

}

@media (max-width: 768px) {
	.p-productInformation__modal {
		display: none;
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		background: #fff;
		padding: 16px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
		z-index: 1000;
		background-color: rgba(51, 51, 51, .5);
	}

	.p-productInformation__modalClose {
		display: block;
		position: absolute;
		top: -40px;
		right: 0;
		cursor: pointer;
		font-size: 30px;
		color: #FFF;
	}

	.p-productInformation__textarea {
		width: 100%;
		top: 50%;
		left: 50%;
		translate: -50% -50%;
	}

	.p-productInformation__textarea:before,
	.p-productInformation__textarea:after {
		display: none;
	}

	.single-article {
		max-width: 100%;
	}

	.single-article__title {
		font-size: 18px;
		line-height: 1.5;
		padding: 2px 0;
	}

	.single-article__inner {
		padding: 7px 12px 40px;
	}

	.single-article__text {
		font-size: 14px;
		margin-bottom: 14px;
	}

	.single-article__wrap {
		max-width: 100%;
		border-radius: 8px;
		margin: 0 auto 38px;
		padding: 10px 12px 10px 16px;
	}

	.single-article__wrap-title {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.single-article__block-list {
		align-items: flex-start;
		font-size: 14px;
	}

	.single-article__block-list::before {
		margin-top: 4px;
	}

	.single-article__flex {
		flex-direction: column;
		gap: 16PX;
		padding: 0 10px;
	}

	.single-article__image {
		width: 100%;
	}

	.single-article__image img {
		width: 100%;
	}
}

/* 240925 記事内フォームの設置 */
.wp-block-separator {
	border-top: 1px solid #41628B;
	border-bottom: 1px solid #41628B;
}

.separatorTitle {
	width: fit-content;
	color: #fff;
	background-color: #41628B;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	padding: 6px 24px;
}

.single__article {
	margin-bottom: 40px;
}

.single__articleBlock {
	display: flex;
	margin-top: 24px;
}

.single__articleBlock--left {
	flex: none;
}

.single__articleImage {
	margin-right: 15px;
}

.single__articleTitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}

.single__articleText {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.single-article {
	width: 100%;
	margin-bottom: 40px;
}

.single-article__cont {
	max-width: 724px;
	margin: 0 auto 40px;
}

.single-article__title {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(to left, #0094EC, #3869B9);
	padding: 6px 0;
}

.single-article__inner {
	background-color: #DEEDF4;
	padding: 17px 40px 34px;
}

.single-article__text {
	color: #333333;
	font-size: 16px;
	margin-bottom: 24px;
}

.single-article__wrap {
	max-width: 520px;
	background-color: #fff;
	border-radius: 8px;
	margin: 0 auto 24px;
	padding: 15px 18px 20px 34px;
}

.single-article__wrap-title {
	color: #003E8E;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
}

.single-article__block-list {
	position: relative;
	display: flex;
	align-items: center;
	color: #333333;
	font-size: 16px;
	font-weight: 500;
}

.single-article__block-list::before {
	flex: none;
	display: block;
	content: "";
	background-image: url(../img/img_check_icon.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	margin-right: 8px;
}

.single-article__achievements {
	color: #003E8E;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 16px;
}

.single-article__flex {
	display: flex;
	justify-content: space-between;
}

.single-article__image {
	width: calc(100% / 3 - 12px);
}

.js-zoho-form-static {
	text-align: center;
	margin-bottom: 30px;
}

.wp-block-marginTop {
	margin-top: 40px;
}

@media (max-width: 768px) {
	.separatorTitle {
		margin-bottom: 15px;
	}

	.single__articleBlock {
		flex-direction: column;
	}

	.single__articleBlock--left {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}

	.single__articleImage {
		max-width: 116px;
		flex: none;
		float: none;
		margin-right: 10px;
	}

	.single-article__cont {
		max-width: 100%;
	}

	.single-article__title {
		font-size: 18px;
		line-height: 1.5;
		padding: 2px 0;
	}

	.single-article__inner {
		padding: 7px 12px 40px;
	}

	.single-article__text {
		font-size: 14px;
		margin-bottom: 14px;
	}

	.single-article__wrap {
		max-width: 100%;
		border-radius: 8px;
		margin: 0 auto 38px;
		padding: 10px 12px 10px 16px;
	}

	.single-article__wrap-title {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.single-article__block-list {
		align-items: flex-start;
		font-size: 14px;
	}

	.single-article__block-list::before {
		margin-top: 4px;
	}

	.single-article__flex {
		flex-direction: column;
		gap: 16PX;
		padding: 0 10px;
	}

	.single-article__image {
		width: 100%;
	}

	.single-article__image img {
		width: 100%;
	}
}

/* end */

/* 251212 PRブロックの設置 */
.public-relations {
	background: #DEEDF4;
	margin-bottom: 40px;
	padding: 40px;
}

.public-relations__title {
	text-align: center;
	margin-bottom: 25px;
}

.public-relations__flex {
	display: flex;
	gap: 34px;
}

.public-relations__button {
	display: block;
	max-width: fit-content;
	margin: 32px auto 0;
}

.public-relations__flex .public-relations__button {
	margin: 32px 0 0 0;
}

@media (max-width: 768px) {
	.public-relations {
		margin-bottom: 24px;
		padding: 24px 10px;
	}

	.public-relations__flex .public-relations__button,
	.public-relations__button {
		margin: 15px auto 0;
	}
}

/* 20250119 float bnr */
.float_bnr {
    z-index: 10000;
    display: none;
    width: 300px;
    position: fixed;
    bottom: 30px;
    right: 30px;
}

@media screen and (max-width: 1320px) {
    .float_bnr {
        right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .float_bnr {
        width: 94%;
        max-width: 400px;
        bottom: 0;
        right: 3%;
    }
}

.float_bnr_img {
    text-align: center;
    margin: 0;
}

.float_bnr_img img {
    width: 100%;
    height: auto;
    display: block;
}

.float_bnr_img a {
    overflow: hidden;
    position: relative;
    display: inline-block;
    transition: opacity 0.3s;
}

.float_bnr_img a:hover {
    opacity: 0.7;
}

/* エフェクト削除: .float_bnr_img a::after と @keyframes reflect を削除 */

.float_bnr_close {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -18px;
    right: -17px;
    transition: opacity 0.3s, transform 0.2s;
    background-color: #217e90;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
    padding: 0;
}

@media screen and (max-width: 767px) {
    .float_bnr_close {
        top: -18px;
        right: -2%;
    }
}

.float_bnr_close:hover {
    opacity: 0.7;
    transform: scale(1.1);
}

.float_bnr_close::before,
.float_bnr_close::after {
    content: "";
    width: 60%;
    height: 2.5px;
    border-radius: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.float_bnr_close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.float_bnr_close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

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