/* WordPress Gallery
------------------------------------------ */

.gallery:not(body) {
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.gallery:not(body):after {
	display: table;
	content: "";
	clear: both;
}

.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}

.gallery-item img {
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	float: none;
}

.gallery-columns-2 .gallery-item {
	width: 50%
}

.gallery-columns-3 .gallery-item {
	width: 33.3333%
}

.gallery-columns-4 .gallery-item {
	width: 25%
}

.gallery-columns-5 .gallery-item {
	width: 20%
}

.gallery-columns-6 .gallery-item {
	width: 16.6667%
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%
}

.gallery-columns-8 .gallery-item {
	width: 12.5%
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+1),
.gallery-columns-3 .gallery-item:nth-of-type(3n+1),
.gallery-columns-4 .gallery-item:nth-of-type(4n+1),
.gallery-columns-5 .gallery-item:nth-of-type(5n+1),
.gallery-columns-6 .gallery-item:nth-of-type(6n+1),
.gallery-columns-7 .gallery-item:nth-of-type(7n+1),
.gallery-columns-8 .gallery-item:nth-of-type(8n+1),
.gallery-columns-9 .gallery-item:nth-of-type(9n+1) {
	clear: left;
}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.logged-in.admin-bar .l-header,
.logged-in.admin-bar .c-slidebar-button {
	margin-top: var(--wp-admin--admin-bar--height) !important;
}

.mw_wp_form_input .u-hidden-mw-wp-input,
.mw_wp_form_confirm .u-hidden-mw-wp-confirm,
.mw_wp_form_complete .u-hidden-mw-wp-complete {
	display: none !important;
}

.mw_wp_form_confirm .c-forms__privacy {
	display: none !important;
}

.mw_wp_form_confirm #zipauto,
.mw_wp_form_confirm .c-forms__note,
.mw_wp_form_confirm .c-forms__block.is-privacy-policy {
	display: none !important;
}

.mw_wp_form_confirm .c-forms__privacy a,
.mw_wp_form_confirm .c-forms__block a {
	text-decoration: none !important;
	color: inherit !important;
	pointer-events: none !important;
}

.wp-embedded-content {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	margin-top: 16px;
	margin-bottom: 16px;
}

/* Breadcrumb
-------------------------------------------------------------- */

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

/* ログイン時のSPナビ調整 */
.l-header__search__container,
.c-slidebar-menu {
	margin-top: var(--wp-admin--admin-bar--height) !important;
}

/* 販促ツール */
.c-news-search__navs a.is-active {
	color: #3f9876;
}

.c-card-search-product__card.is-garden-living .c-card-search-product__label {
	background-color: #67bfb1;
}

.c-card-search-product__card.is-garden-living .c-card-search-product__content::before {
	background-color: #67bfb1;
}

/* 商品 */
.c-side-form__checkbox.is-vertical label.is-color::after,
.c-side-form__checkbox.is-vertical label.is-color.is-white::after,
.c-side-form__checkbox.is-vertical label.is-color span.is-color-sample::after,
.c-side-form__checkbox.is-vertical label.is-color span.is-color-sample::before {
	content: "";
	display: none;
}

.c-side-form__checkbox.is-vertical label.is-color span.is-color-sample {
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #dbdbdb;
	border-radius: 50%;
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 0;
}

.c-no-result-item__button {
	margin-top: 60px;
}

.c-side-form__radios {
	margin-bottom: 16px;
}

.c-side-form__button.is-active-always {
	border: 1px solid #3f9876;
	background-color: #3f9876;
	color: #fff;
	cursor: pointer;
}

.c-side-form__button.is-reset.is-active-always {
	background-color: #fff;
	color: #3f9876;
}

.c-product-detail__note-wrapper {
	margin: 16px 0;
}

.c-product-detail__note {
	margin: 0;
}

.c-product-detail__label.is-renew,
.c-product-label__label.is-renew {
	background-color: #95CF3B;
}

.c-tile-product {
	width: 100%;
}

.c-product-detail__button {
	min-height: 35px;
	height: auto;
	padding: 5px 0;
}

.c-product-detail__button.is-catalog {
	padding: 5px 0 5px 8px;
}

.c-tile-product__document {
	font-size: 10px;
}

.c-product-label__label.is-sub[data-label=鍵付き],
.c-tile-product__label.is-sub[data-label=鍵付き] {
	background-color: #cc2322;
}

.c-product-label__label.is-sub[data-label=鍵付き]::before,
.c-tile-product__label.is-sub[data-label=鍵付き]::before {
	content: "vpn_key";
	font-family: "Material Icons Rounded";
	font-size: 14px;
	margin-right: 4px;
	line-height: 1;
}

.c-product-label__label.is-sub[data-label=スタンド有り],
.c-tile-product__label.is-sub[data-label=スタンド有り] {
	background-color: #42139a;
}

.c-product-label__label.is-sub[data-label=スタンド有り]::before,
.c-tile-product__label.is-sub[data-label=スタンド有り]::before {
	content: "menu_book";
	font-family: "Material Icons Rounded";
	font-size: 14px;
	margin-right: 4px;
	line-height: 1;
}

.c-tile-product__label.is-sub {
	color: #fff;
}


body > h2 {
	display: none;
}

#loginform .user-pass-wrap,
#loginform > p {
	display: flex;
}


.dashicons {
	font-family: dashicons;
	display: inline-block;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	speak: never;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	font-size: 20px;
	vertical-align: top;
	text-align: center;
	transition: color .1s ease-in;
}

.dashicons-visibility:before {
	content: "\f177";
}


.wp-core-ui .button,
.wp-core-ui .button-secondary {
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	line-height: 2.15384615;
	min-height: 30px;
	margin: 0;
	padding: 0 10px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	border-radius: 3px;
	white-space: nowrap;
	box-sizing: border-box;
}

.wp-core-ui .button,
.wp-core-ui .button-secondary {
	color: #2271b1;
	border-color: #2271b1;
	background: #f6f7f7;
	vertical-align: top;
}

.wp-core-ui .button-secondary:hover,
.wp-core-ui .button:hover {
	background: #f0f0f1;
	border-color: #0a4b78;
	color: #0a4b78;
}

.wp-core-ui .button-secondary:focus,
.wp-core-ui .button:focus {
	background: #f6f7f7;
	border-color: #3582c4;
	color: #0a4b78;
	box-shadow: 0 0 0 1px #3582c4;
	outline: 2px solid transparent;
	outline-offset: 0;
}

.wp-core-ui .button-secondary:active,
.wp-core-ui .button:active {
	background: #f6f7f7;
	border-color: #8c8f94;
	box-shadow: none;
}

.wp-core-ui .button-secondary:disabled,
.wp-core-ui .button:disabled {
	color: #a7aaad !important;
	border-color: #dcdcde !important;
	background: #f6f7f7 !important;
	box-shadow: none !important;
	cursor: default;
	transform: none !important;
}

@media screen and (max-width: 782px) {
	.wp-core-ui .button {
		padding: 0 14px;
		line-height: 2.71428571;
		font-size: 14px;
		vertical-align: middle;
		min-height: 40px;
		margin-bottom: 4px;
	}
}

.c-login-block input[type=password] {
	box-shadow: 0 0 0 transparent;
	border-radius: 4px;
	/*border: 1px solid #8c8f94;*/
	background-color: #fff;
	color: #2c3338;
}

.c-login-block input[type=password] {
	padding: 0 8px;
	line-height: 2;
	min-height: 30px;
}

.c-login-block input[type=password]:focus {
	border-color: #2271b1;
	box-shadow: 0 0 0 1px #2271b1;
	outline: 2px solid transparent;
}

.c-login-block input:disabled {
	background: rgba(255, 255, 255, .5);
	border-color: rgba(220, 220, 222, .75);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .04);
	color: rgba(44, 51, 56, .5);
}

.wp-hide-pw > .dashicons {
	position: relative;
	top: 3px;
	width: 1.25rem;
	height: 1.25rem;
	top: .25rem;
	font-size: 20px;
}

.wp-pwd {
	margin-top: 1em;
}

.wp-pwd [type=password] {
	margin-bottom: 0;
	min-height: 30px;
}

@media screen and (max-width: 782px) {
	.c-login-block input[type=password] {
		-webkit-appearance: none;
		padding: 3px 10px;
		min-height: 40px;
	}

	.wp-pwd {
		position: relative;
	}

	.wp-pwd button.button {
		background: 0 0;
		border: 1px solid transparent;
		box-shadow: none;
		line-height: 2;
		margin: 0;
		padding: 5px 9px;
		position: absolute;
		right: 0;
		top: 0;
		width: 2.375rem;
		height: 2.375rem;
		min-width: 40px;
		min-height: 40px;
	}

	.wp-pwd button.wp-hide-pw {
		right: 2.5rem;
	}

	.wp-pwd button.button:focus,
	.wp-pwd button.button:hover {
		background: 0 0;
	}

	.wp-pwd button.button:active {
		background: 0 0;
		box-shadow: none;
		transform: none;
	}

	.wp-pwd [type=password] {
		line-height: 2;
		padding-right: 5rem;
	}
}


.c-login-block .button.wp-hide-pw {
	background: 0 0;
	border: 1px solid transparent;
	box-shadow: none;
	font-size: 14px;
	line-height: 2;
	width: 2.5rem;
	height: 2.5rem;
	min-width: 40px;
	min-height: 40px;
	margin: 0;
	padding: 5px 9px;
	position: absolute;
	right: 0;
	top: 0;
}

.c-login-block .button.wp-hide-pw:hover {
	background: 0 0;
}

.c-login-block .button.wp-hide-pw:focus {
	background: 0 0;
	border-color: #3582c4;
	box-shadow: 0 0 0 1px #3582c4;
	outline: 2px solid transparent;
}

.c-login-block .button.wp-hide-pw:active {
	background: 0 0;
	box-shadow: none;
	transform: none;
}

.c-login-block .button.wp-hide-pw .dashicons {
	width: 1.25rem;
	height: 1.25rem;
	top: .25rem;
}

.c-login-block .wp-pwd {
	position: relative;
}

.c-login-block form .input,
.c-login-block input[type=password] {
	font-size: 24px;
	line-height: 1.33333333;
	width: 100%;
	border-width: .0625rem;
	padding: .1875rem .3125rem;
	margin: 0 6px 16px 0;
	min-height: 40px;
	max-height: none;
}

.c-login-block input.password-input {
	font-family: Consolas, Monaco, monospace;
}

#login input.password-input {
	padding-right: 2.5rem;
}

.c-login-block form .input {
	background: #fff;
}

#loginform label {
	white-space: nowrap;
}

#backtoblog {
	display: none;
}

.language-switcher {
	display: none;
}

#nav {
	display: none;
}

#login {
	padding-top: 0;
}

#login h1 {
	display: none;
}


.c-login-block #loginform > .user-pass-wrap,
.c-login-block #loginform > p {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}

.c-login-block #loginform > .user-pass-wrap label,
.c-login-block #loginform > p > label {
	flex-basis: 150px;
	margin-right: 20px;
}

.c-login-block #loginform > .user-pass-wrap .wp-pwd,
.c-login-block #loginform > p > .input {
	flex-basis: calc(100% - 170px);
	align-items: center;
	margin-bottom: 0;
}

.c-login-block #loginform > p.forgetmenot {
	justify-content: center;
}

.c-login-block #loginform > p.forgetmenot input {
	margin-right: 10px;
}

.c-login-block #loginform > p.submit {
	margin-top: 2em;
	justify-content: center;
}

.c-login-block #loginform > p.submit input {
	position: relative;
	outline: none;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	max-width: 12.6875rem;
	text-align: center;
	border: none;
	background-color: #3f9876;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	padding: 0.8125rem 1.5rem;
	transition: all 0.3s;
	max-width: 18rem;
	padding: 1rem 1.5rem;

}

.c-login-block #login_error {
	background: #ffdcdc;
	border-radius: 4px;
	padding: 0.7em 1.5em;
	margin-bottom: 2em;
	border: 1px solid #ffb2b2;
}

.c-login-block #login_error strong {
	color: #c90b0b;
}

.modaal-gallery-item img {
	pointer-events: none;
}

.c-block-professional__item-text span {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.1333333333;
	font-weight: 700;
	color: #3f9876;
}

.js-news-slider .slick-arrow {
	position: absolute;
	right: 27px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	font-size: 1.25rem;
	line-height: 0;
	width: 0.75rem;
	height: 0.5625rem;
	cursor: pointer;
}

.js-news-slider .slick-arrow.is-prev {
	top: calc(50% - 5px);
	display: block;
}

.js-news-slider .slick-arrow.is-next {
	top: calc(50% + 4px);
	display: block;
}

.c-main-visual__info {
	display: block;
	max-height: 74px;
	max-width: 580px;
}

.c-main-visual__info a {
	display: flex !important;
	align-items: center;
	width: 100%;
	text-decoration: none;
}

.c-main-visual__info a.is-external .c-main-visual__info__text::after {
	content: "open_in_new";
	font-family: "Material Icons Rounded";
	display: inline;
	font-size: 17px;
	line-height: 1;
	color: #3f9876;
	margin-left: 8px;
}

@media screen and (max-width: 59.3125em) {
	.c-main-visual__info {
		display: none;
	}
}

.c-block-professional .is-external::after {
	content: "open_in_new";
	font-family: "Material Icons Rounded";
	display: inline;
	font-size: 17px;
	line-height: 1;
	margin-top: 1px;
	margin-left: 1px;
	color: #3f9876;
}

.c-list-product__bg,
.c-product-detail__main-bg,
.c-product-detail__thumbnail-bg {
	background-color: #f5f5f5;
}

.c-list-product__content.is-nofile {
	border-right: none;
}

.c-block-professional {
	margin-top: 80px;
}

@media (max-width: 767px) {
	.c-block-professional {
		margin-top: 40px;
	}
}

.c-tile-product__bg {
	background-color: #f5f5f5;
}

.c-list-product__bg, .c-product-detail__main-bg, .c-product-detail__thumbnail-bg {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFF;
}

.c-tile-product__bg {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFF;
}

.c-product-svg-icon {
	/*display: flex;*/
	/*align-items: center;*/
	margin-right: 1em;
}

.c-product-svg-icon svg {
	max-width: 20px;
	height: auto;
	vertical-align: bottom;
	margin-right: 3px;
}

.l-header__nav__links li {

}

.l-header__nav__links li:not(:last-of-type) {
	margin-right: 12px;
	padding-left: 12px;
}

.l-header__nav__links li:not(:first-of-type) {
	padding-left: 12px;
}

.l-header__nav__links li:first-of-type {
	padding-left: 0px;
}

.l-header__nav__links li:last-child a {
	display: inline-block;
	color: #FFF;
	background: #3f9876;
	padding: 6px 11px 9px;
}

.l-header__nav__external {
	justify-content: flex-end;
}

.l-submenu .l-header {
	position: fixed;
	top: 100px;
	height: auto;
	background: #e5efeb;
}

.l-submenu .l-header .l-header__content {
	padding-top: 11px;
	padding-bottom: 11px;
	height: auto;
	justify-content: flex-start;
}

.l-submenu .l-header .l-header__logo-sub {
	display: none;
}

.l-submenu .l-header .l-header__members-message .l-header__members-message__logout {
	display: none;
}

.l-submenu .l-header .l-header__members-message .l-header__members-message__text span {
	display: inline;
	font-size: 13px;
}

.l-submenu .l-header .l-header__logo {
	max-width: 100px;
	/*border-right: none;*/
}

.l-submenu .l-header .l-header__logo {
	max-width: 100px
}

.l-submenu .l-header .l-header__search__object {
	display: none;
}

.l-submenu .l-header .l-header__content {
	justify-content: center;
}

.l-submenu .l-header .l-header__nav {
	display: flex;
	max-width: 100%;
	width: 100%;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.l-submenu .l-header .l-header__nav__links li:last-child a {
	display: none;
}

.l-submenu .l-header .l-header__nav__links li:not(:first-of-type) {
	border-left: none;
}

.l-submenu .l-header .l-header__nav__external {
	margin-right: 1em;
}

.l-submenu .l-header .l-header__nav__links {
	margin-top: 0;
}

@media (min-width: 768px) {
	body.logged-in {
		padding-top: 148px;
	}

	.l-header__content {
		height: 6.3rem;
	}


}

.c-main-visual__slider__text {
	position: absolute;
	z-index: 10;
	font-size: 9px;
	color: #FFF;
	bottom: 10px;
	left: 10px;
	opacity: 0.7;
	letter-spacing: 0;
}

.u-text-xs {
	font-size: 14px;
}

.c-block-professional__lead-text span {
	color: #3f9876;
}

.l-header__logo {
	border-right: none;
}

.c-button-group .c-button.is-xxlg.is-block {
	margin-bottom: 1em;
}


.l-header__logo-sub {
	text-align: center;
}

.l-header__logo-sub a {
	text-decoration: none;
}

.l-header__logo-sub span {
	display: block;
	font-size: 9px;
	letter-spacing: 0;
	white-space: nowrap;
	margin-bottom: 2px;
	color: #b2b2b2;
}

.l-header__logo-sub img {
	max-width: 50px;
}

.l-submenu .l-header__logo {
	position: relative;
}

.l-submenu .l-header__logo a {
	text-decoration: none;
}

.l-submenu .l-header__logo a:after {
	content: "open_in_new";
	font-family: "Material Icons";
	font-size: 14px;
	position: absolute;
	display: block;
	right: 6px;
	top: 50%;
	transform: translateY(-24%);
}


.c-category-nav {
	/*display: flex;*/
	padding: 1em 1.5em;
	background: #f6f6f6;
	margin-top: 1em;
	font-size: 0.9rem;
}

.c-category-nav__title {
	margin-right: 1.5em;
	vertical-align: middle;
	font-weight: bold;
	letter-spacing: 0.01em;
	margin-bottom: 0.2em;
}

.c-category-nav__title a {
	font-weight: bold;
}

.c-category-nav__title span {
	font-size: 1.1rem;
	vertical-align: middle;

}

.c-category-nav ul {
	display: flex;
	flex-wrap: wrap;
}

.c-category-nav ul li {
	margin-right: 1em;
}

.c-category-nav ul li a {
	font-size: 0.8rem;
}

.c-category-nav ul li a.is-active {
	color: #222;
	text-decoration: none;
}

@media (max-width: 768px) {
	.c-category-nav {
		display: block;
	}

	.c-category-nav {
		font-size: 0.8rem;
	}

	.c-category-nav__title {
		font-weight: bold;
		margin-bottom: 0.5em;
	}

	.l-submenu {
		/* display: none; */
	}

	.l-submenu .l-header.is-members .l-header__logo img {
		max-width: 70px;
	}

	.l-submenu .l-header {
		top: 74px;
	}

	.site-2 .l-submenu {
		display: none;
	}

	.l-submenu .l-header .l-header__nav {
		display: none;
	}

	.l-submenu .l-header.is-members .l-header__right {
		display: block;
	}

	.l-submenu .l-header.is-members .l-header__members-navs {
		display: none;
	}

	.l-submenu .l-header.is-members .l-header__logo {
		width: 6.75rem;
		flex-basis: 83px;
		margin-right: 0;
	}
}

@media screen and (max-width: 59.3125em) {
	body.logged-in {
		padding-top: 121px;
	}
}

@media (min-width: 768px) {
	.site-2 .l-submenu .l-header .l-header__logo {
		max-width: 200px;
	}
}

.l-submenu .l-header.is-members .l-header__members-navs > ul > li > a {
	letter-spacing: 0;
	font-size: 0.9em
}


#login_error a {
	display: none;
}

#tinymce.post-type-tools,
#tinymce.post-type-news {
	max-width: 944px;
	margin-left: auto;
	margin-right: auto;
}

.l-submenu .l-header.is-fixed {
	z-index: 100;
}

.c-oldsite-nav {
	margin-top: 60px;
	margin-bottom: -80px;
}

.c-members-front-banners__sliders.is-not-slider {
	display: flex;
	gap: 10px;
}

@media (max-width: 768px) {
	.c-members-front-banners__sliders.is-not-slider {
		display: block;
	}

	.c-members-front-banners__sliders.is-not-slider img {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

.c-news-item__title .material-icons {
	font-size: 1em;
}

.l-submenu .l-header__search__button {
	display: none !important;
}

.c-button.is-pdf:after {
	content: "picture_as_pdf";
}

.c-tile-product .c-tile-product__item {
	position: relative;
}

.c-tile-product .c-tile-product__label.is-renew {
	left: 0;
}

.c-tile-product__specific {
	font-size: 0.9rem;
}

.c-tile-product__item {
	position: relative;
}

.c-tile-product__label.is-renew {
	left: 0;
}


.c-button.is-outline.is-sm.is-pdf {

}

.c-product-detail__button small {
	letter-spacing: 0;
	display: block;
}

.c-product-detail__button__sub {
	display: block;
	letter-spacing: 0;
	font-size: 12px;
	text-align: center;
	color: #666;
}

body:not(.logged-in) .l-footer__menulist ul li:first-child {
	display: none;
}

@media (min-width: 768px) {
	.c-product-detail__main-image::after {
		width: 32px;
		height: 32px;
		/* opacity: 0.8; */
		font-size: 20px;
		background: rgb(11 51 35 / 60%);
	}

	.js-news-slider .slick-arrow.is-prev {
		margin-bottom: 4px;
		margin-top: -3px;
	}

	.js-news-slider .slick-arrow.is-next {
		margin-top: 3px;
	}
}

.c-news-item__title {
	position: relative;
}

/* .c-news-item__title__icon {
	position: absolute;
	right: 0;
} */
.c-news-item__title__icon {
	padding-left: 1rem;
	margin-left: 1rem;
	border-left: solid 1px #dbdbdb;
}

.c-news-item__title__icon svg {
	width: 1.3em;
	height: auto;
	/* line-height: 1; */
	vertical-align: middle;
}

.c-product-detail__sub-content iframe {
	max-width: 100%;
	min-height: 400px;
	height: auto;
}

@media (min-width: 768px) {
	.c-list-product__specific {
		font-size: 0.9rem;
		font-weight: bold;
	}

	.c-list-product__info,
	.c-list-product__info strong {
		font-size: 0.8rem;
		font-weight: normal;
	}

	.c-product-detail__sub-content iframe {
		max-width: 100%;
		min-height: 400px;
		height: auto;
	}

}

.is-user-supplier a[href="https://onlyoneclub.skr.jp/office/manager/index.cgi"] {
	display: none !important;
}

.c-side-form__section.is-page .c-side-form__input-text {
	display: flex;
}

.c-tabs__navs li {
	max-width: fit-content;
}

.c-tabs__navs li a {
	font-size: 0.925rem;
	letter-spacing: -0.01em;
	line-height: 1.4444444444;
	padding: 1.25rem 1rem;
}

.pswp img {
	object-fit: contain !important;
	max-height: 80vh !important;
	max-width: initial !important;
	/* margin-top: 100px; */
	/* margin-bottom: 100px; */
	transform: translateY(-50%);
}

.pswp__img--placeholder {
	display: none !important;
}

.pswp__img[class*="placeholder"] {
	display: none !important;
}

.c-product-detail__images .slick-track {
	margin-right: 0;
	margin-left: 0;
}

.c-product-detail__thumbnail.slick-current {
	border-color: #3f9876;
}

.c-product-detail__images .slick-slide img {
	max-height: 100%;
}

.c-product-detail__main-image-slider__image {
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	padding-top: 100%;
}

.c-product-detail__images .slick-prev {
	left: 10px;
	z-index: 100;
}

.c-product-detail__images .slick-next {
	right: 10px;
}

.c-product-detail__images .material-icons:before {
	display: none;
}

.c-product-detail__images .material-icons {
	color: #3f9876;
	font-size: 1em !important
}

.pswp__dynamic-caption--below {
	top: initial !important;
	bottom: 0 !important;
	left: 0 !important;
	width: 100vw !important;
	max-width: 100vw !important;
	padding: 10px 32px !important;
	background: rgba(0, 0, 0, 0.5);
}


.c-product-detail__main-image::after {
	content: none;
}

.c-product-detail__main-image a {
	display: block;
	position: relative;
}

.c-product-detail__main-image a:after {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	color: #fff;
	content: "zoom_in";
	font-family: "Material Icons Rounded";
	background-color: #3f9876;
	font-size: 27px;
	right: -1px;
	bottom: -1px;
	z-index: 1000;
	border-radius: 0 0 4px 0;
}


@media (min-width: 768px) {
	.c-product-detail__main-image a:after {
		width: 32px;
		height: 32px;
		/* opacity: 0.8; */
		font-size: 20px;
		background: rgb(11 51 35 / 60%);
	}
}

.l-header.is-members .l-header__members-navs > ul > li > a + .l-header__members-navs__submenu:hover {
	display: block;
	z-index: 10000;
}

/* .l-header.is-members .l-header__members-navs > ul > li:hover .l-header__members-navs__submenu {
	display: block;
} */

.c-button.is-outline.is-sm.is-pdf {
	padding-right: 2em;
	max-width: calc(9.6875rem + 1.5rem);
}

@media (min-width: 768px) {
	.c-product-detail__button {
		max-width: 185px;
	}

	.c-product-detail__buttons {
		max-width: 185px;
	}

	.c-product-detail__button.is-anchor {
		max-width: 185px;
	}

	.c-product-detail__button.is-anchor::after {
		right: 0;
	}

	.c-product-detail__button.is-download::after {
		right: 6px;
	}
}

@media (max-width: 768px) {

	.c-product-detail__sub-content iframe {

		min-height: 55vw;
		height: auto;
	}
}

.pswp__img {
	pointer-events: none !important;
}


.c-card-search-product__label,
.c-card-search-product__content::before {
	background: #111;
}

.c-card-search-product__label {
	background: #111;
}

.c-product-label__label.is-sub[data-label=サンプル品] {
	background-color: #111;
}

.c-product-label__label.is-sample {
	background-color: #FFF;
	color: #6364e8;
	border: 1px solid #6364e8;
}


.c-notice__label {
	white-space: nowrap;
}
.c-notice__title.is-sample {
	display: flex;
	gap: 2px 8px;
	flex-wrap: wrap;
}

.c-notice__title.is-sample span > span:last-child:after {
	content: "  / ";
}

.c-notice__title.is-sample span:last-child > span:last-child:after{
	display: none;
}

.c-offcial-news__heading {
	margin-bottom: 2em;

}
.tag-date-new {
	align-self: baseline;
	padding: 2px 8px !important;
}

.c-offcial-news__heading .c-heading.is-lg {
	font-size: 16px !important;
}
.c-offcial-news__content {
	/* flex-basis: calc(100% - 30%); */
	width: 100%;
}
.c-offcial-news__content .col-info {
	border-top: 1px solid #ccc;
	/*background: #FFF;*/
	border-bottom: none;
}
.c-offcial-news__content .col-info a .desc {
	/* white-space: nowrap; */
	/* text-overflow: ellipsis; */
	/* overflow: hidden; */
	align-items: center;
	width: 100%;
	max-width: 595px;
}
.c-offcial-news__content .col-info a {
	text-decoration: none;
	color: #222;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 10px;
	padding-top: 10px;
	display: flex;
	gap: 2em;
	border-bottom: 1px solid #ccc;
	font-size: 13px;

	/*letter-spacing: 0em;*/
}

/* .c-offcial-news__content .col-info a + a  {
	display: none;
}
.c-offcial-news__content .col-info a + a + a {
	display: none;
} */



.c-offcial-news__heading {
	display: flex;
	justify-content: center;
}

.c-offcial-news__heading a {
	color: #000;
	margin-top: 10px;
	display: block;
	letter-spacing: 0.1em;
}

.c-offcial-news {
	display: flex;
	gap: 24px;
	width: 100%;
}

.c-offcial-news__heading {
	flex-basis: 15%;
	display: flex;
	flex-direction: column;
}

.c-offcial-news__more a {
	font-size: 13px;
	display: block;
	color: #333;
	margin-top: 4px;
	text-decoration: none;
}

.home .l-main.is-two-column {
	padding-top: 2rem;
}

.c-main-visual__info {
	display: none !important;
}



@media(max-width: 1200px){
	.c-offcial-news__content .col-info a .desc {
		white-space: normal;
	}
}


@media (max-width: 768px) {
	.c-offcial-news {
		display: block;
	}
}


.c-product-detail__content .c-product-detail__labels .c-product-label__label.is-sample {
	display: none;
}




.is-supremo .c-card-search-product__label,
.is-supremo .c-card-search-product__content::before {
	background: #6fa7df;
}

body.is-user-supplier-25 .l-header__members-navs .is-claim {
	display: none;
}

.c-product-label__label.is-simulator {
	border: 1px solid #b2b2b2;
	color: #111;
}

.c-offcial-news__content .col-info a span.is-new {
	background: #E2185F;
	color: #fff;
	padding: 2px 4px;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	align-self: center;
}